@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
  overflow: auto;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  /*all: unset;
  display: revert*/
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol,
ul,
menu {
  list-style: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

a {
  text-decoration: none;
  color: #000;
}

.pc {
  display: block !important;
}

.tab_h {
  display: block !important;
}

.tab_l {
  display: none !important;
}

.sp {
  display: none !important;
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .pc {
    display: block !important;
  }
  .tab_l {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
  .tab_hh {
    display: none !important;
  }
  .tab_h {
    display: block !important;
  }
  .tab_l {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab_hh {
    display: none !important;
  }
  .tab_h {
    display: none !important;
  }
  .tab_l {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab_h {
    display: none !important;
  }
  .tab_hh {
    display: none !important;
  }
  .tab_l {
    display: block !important;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .tabh-sp {
    display: none !important;
  }
  .tab_l {
    display: block !important;
  }
  .tab {
    display: block;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block !important;
  }
  .tabh-sp {
    display: none !important;
  }
}
body {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #737373;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
}

p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #737373;
}

.main-header img {
  width: 50px;
  height: 50px;
}

#footer {
  display: block;
  width: auto;
  height: auto;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
  text-align: center;
}

body {
  background: #FAFAFA;
}

@media (max-width: 768px) {
  .mainvisual {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 9999px) {
  .mainvisual_pc {
    display: block;
  }
  .mainvisual_tab {
    display: none;
  }
  .mainvisual_sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .mainvisual_pc {
    display: none;
  }
  .mainvisual_tab {
    display: block;
  }
  .mainvisual_sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual_pc {
    display: none;
  }
  .mainvisual_tab {
    display: none;
  }
  .mainvisual_sp {
    display: block;
  }
}
.header {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  /*height: 680px;*/
  margin-bottom: 120px;
  position: relative;
  /*background: url(../img/mainvisual_pc.png) no-repeat center 150px;*/
  background-size: 95%;
}
@media (max-width: 768px) {
  .header {
    width: 90%;
    margin: 0 auto 100px;
  }
}
@media (max-width: 480px) {
  .header {
    /*height: 640px;*/
    /* background: url(../img/mainvisual_sp.png) no-repeat center center;*/
    background-size: contain;
    margin: 0 auto 30px;
  }
}
@media (max-width: 375px) {
  .header {
    /*height: 535px;*/
  }
}
.header__inner {
  width: 100%;
  margin: 30px auto;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 480px) {
  .header__inner {
    padding: 0px;
  }
}
@media (max-width: 375px) {
  .header__inner {
    padding: 0;
  }
}
.header__inner h1 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 1;
  color: #909090;
  text-align: right;
}
@media (max-width: 768px) {
  .header__inner h1 {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .header__inner h1 {
    text-align: right;
  }
}
.header__inner .box:first-child {
  position: absolute;
}
@media (max-width: 480px) {
  .header__inner .box:first-child {
    width: 40%;
  }
}
.header__inner img {
  max-width: 220px;
}
.header__popup {
  max-width: 330px;
  padding: 20px;
  position: absolute;
  z-index: 10;
  right: 5%;
  top: 85%;
  background-color: #FFA907;
  border-radius: 7px;
  text-align: center;
}
@media (max-width: 768px) {
  .header__popup {
    display: none;
  }
}
.header__popup h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 480px) {
  .header__popup h2 {
    font-size: 16px;
  }
}
.header__popup .area {
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
}
.header__popup .area p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #FFA907;
}
.header__popup .area span {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #FFA907;
}
.header__popup .tel {
  width: 80%;
  margin: 10px auto 5px;
  transition: 0.5s;
  color: #fff;
}
.header__popup .tel:last-child {
  margin: 5px auto 0;
}
.header__popup .tel:hover {
  opacity: 0.3;
}
.header__popup .hours {
  margin-bottom: 10px;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
}
.header__popup a {
  display: block;
  transition: 0.5s;
}
.header__popup a:hover {
  opacity: 0.3;
}
.header .value {
  width: 20%;
  top: 36%;
  right: 25%;
  position: absolute;
}
@media (max-width: 1000px) {
  .header .value {
    width: 24%;
    top: 31%;
    right: 20%;
  }
}
@media (max-width: 480px) {
  .header .value {
    max-width: 100%;
    width: 50%;
    top: 32%;
    right: 10%;
  }
}
.header__inner .global-menu {
  margin: 1.5em 0 2.5rem;
  display: block;
}
@media (max-width: 768px) {
  .header__inner .global-menu {
    display: none;
  }
}
.header__inner .global-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.header__inner .global-menu ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  position: relative;
  padding: 0 1em;
  text-align: center;
}
@media (max-width: 1000px) {
  .header__inner .global-menu ul li a {
    font-size: 13px;
    padding: 0 15px 0 0;
  }
}
.header__inner .global-menu ul li a:hover {
  background: linear-gradient(93deg, rgb(0, 79, 159) 0%, rgb(123, 198, 234) 100%);
  /* 非対応のブラウザの為に色を設定 */
  -webkit-background-clip: text;
  /* テキストで切り抜く */
  -webkit-text-fill-color: transparent;
  /* 切り抜いた部分は背景を表示 */
}
.header__inner .global-menu ul li a:after {
  position: absolute;
  bottom: -30px;
  left: 0;
  content: "●";
  width: 100%;
  height: 0;
  font-size: 10px;
  transition: 0.7s;
  opacity: 0;
  background: linear-gradient(93deg, rgb(0, 79, 159) 0%, rgb(123, 198, 234) 100%);
  color: #000;
  /* 非対応のブラウザの為に色を設定 */
  -webkit-background-clip: text;
  /* テキストで切り抜く */
  -webkit-text-fill-color: transparent;
  /* 切り抜いた部分は背景を表示 */
}
.header__inner .global-menu ul li a:hover:after {
  content: "●";
  height: 20px;
  opacity: 1;
}

.reserve {
  height: 300px;
  margin: -77px 20px 20px;
  background-color: #FFA907;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .reserve {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #FFA907;
    border-radius: 15px;
  }
}
.reserve .reserve__box {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.reserve .reserve__box h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 480px) {
  .reserve .reserve__box h2 {
    font-size: 16px;
  }
}
.reserve .reserve__box .area {
  margin: 0 auto;
  width: 100%;
  padding: 15px 10px 12px;
  border-radius: 8px;
  background-color: #fff;
}
.reserve .reserve__box .area p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #FFA907;
}
.reserve .reserve__box .area span {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #FFA907;
  padding: 5px 0 0 0;
  display: block;
}
.reserve .reserve__box .tel {
  max-width: 330px;
  margin: 10px auto 5px;
  transition: 0.5s;
  color: #fff;
}
.reserve .reserve__box .tel:hover {
  opacity: 0.3;
}
.reserve .reserve__box .hours {
  margin-bottom: 10px;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
}
.reserve .reserve__box a {
  max-width: 330px;
  margin: auto;
  display: block;
  transition: 0.5s;
}
.reserve .reserve__box a:hover {
  opacity: 0.3;
}

.sp-menu {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgb(0, 79, 159);
  background: linear-gradient(93deg, rgb(0, 79, 159) 0%, rgb(123, 198, 234) 100%);
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media (max-width: 768px) {
  .sp-menu {
    display: block;
  }
}
.sp-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sp-menu ul li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2745098039);
  box-sizing: border-box;
}
.sp-menu ul li img {
  max-width: 90px;
  width: 90%;
  margin: auto;
}

.about {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .about {
    padding: 80px 20px 0;
  }
}
.about__top {
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
}
@media (max-width: 480px) {
  .about__top {
    margin: 0 auto 20px;
  }
}
.about__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about__top-box {
  width: 50%;
}
@media (max-width: 1000px) {
  .about__top-box {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .about__top-box:first-child {
    margin-bottom: 30px;
  }
}
.about__top-box h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .about__top-box h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.about__top-box h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .about__top-box h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.about__top-box p {
  max-width: 330px;
}
@media (max-width: 480px) {
  .about__top-box p {
    max-width: 100%;
    font-size: 16px;
  }
}
.about__bottom {
  max-width: 1000px;
  margin: auto;
}
.about__bottom h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .about__bottom h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.about__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
.about__bottom-box {
  width: 48%;
  position: relative;
}
@media (max-width: 768px) {
  .about__bottom-box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about__bottom-box:first-child {
    margin-bottom: 20px;
  }
}
.about__bottom-box p {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .about__bottom-box p {
    margin-bottom: 20px;
  }
}
.about__bottom-box p:last-child {
  margin-bottom: 0;
}
.about__bottom-box .text {
  height: 180px;
  overflow: hidden;
}
.about__bottom-box .show_more {
  position: absolute;
  width: 100%;
  bottom: -33%;
  left: 0;
  height: 125px;
  padding-top: 50px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%);
  cursor: pointer;
  transition: bottom 0.2s;
}
.about__bottom-box .active {
  background: none;
  bottom: -80px;
}
.about__bottom .requirements {
  width: 100%;
  margin: 30px auto 0;
  padding: 20px;
  border: 1px solid #d0d0d0;
  background-color: rgba(255, 255, 255, 0.8431372549);
}
.about__bottom .requirements h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.about .heart-icon1 {
  width: 40%;
  top: -75px;
  left: -80px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 480px) {
  .about .heart-icon1 {
    width: 100%;
    top: -75px;
    left: -60px;
    position: absolute;
    z-index: -1;
  }
}
.about .heart-icon2 {
  width: 37%;
  bottom: 55px;
  right: 60px;
  position: absolute;
  z-index: 0;
}
@media (max-width: 480px) {
  .about .heart-icon2 {
    width: 70%;
    bottom: 30px;
    right: 10px;
  }
}

.photo-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 85%;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .photo-cont {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .photo-cont {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .photo-cont {
    width: 100%;
    flex-wrap: nowrap;
  }
}
.photo-cont .photo-inner p:first-child {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .photo-cont .photo-inner p:first-child {
    font-size: 10px;
  }
}
.photo-cont .photo-inner p:last-child {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
}
.photo-cont img {
  max-width: 180px;
}
@media (max-width: 768px) {
  .photo-cont img {
    max-width: 220px;
  }
}
@media (max-width: 375px) {
  .photo-cont img {
    max-width: 100%;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .requirements {
    display: none;
  }
}

.travel {
  padding: 60px 40px 0;
  background: rgb(242, 197, 126);
  background: linear-gradient(180deg, rgb(242, 197, 126) 0%, rgb(242, 158, 185) 100%);
  position: relative;
}
@media (max-width: 480px) {
  .travel {
    padding: 40px 20px 0;
  }
}
.travel h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1000px) {
  .travel h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.travel__inner {
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .travel__inner {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .travel__inner {
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .travel__inner {
    max-width: 320px;
  }
}
.travel__inner ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
@media (max-width: 1000px) {
  .travel__inner ul {
    margin: 0 auto 10px;
  }
}
@media (max-width: 768px) {
  .travel__inner ul {
    margin: 0 auto 10px;
  }
}
@media (max-width: 480px) {
  .travel__inner ul {
    justify-content: space-between;
    margin: 0;
  }
}
.travel__inner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 190px;
  height: 190px;
  margin: 0 10px 10px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .travel__inner ul li {
    width: 160px;
    height: 160px;
    margin: 0 5px 5px;
  }
}
@media (max-width: 768px) {
  .travel__inner ul li {
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 480px) {
  .travel__inner ul li {
    margin-bottom: 20px;
  }
}
.travel__inner ul li p {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #000;
  text-align: center;
}
@media (max-width: 1000px) {
  .travel__inner ul li p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .travel__inner ul li p {
    font-size: 15px;
    line-height: 1.2;
  }
}
.travel__inner ul li .light-txt {
  color: #E66F18;
}
.travel__bottom .travel__icon {
  width: 38vw;
  height: 13vw;
  margin: 0 auto;
  background-image: url(/img/worries-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1000px) {
  .travel__bottom .travel__icon {
    background-image: url(/img/worries-icon_sp.png);
    width: 31vw;
    height: 30vw;
  }
}
@media (max-width: 768px) {
  .travel__bottom .travel__icon {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 480px) {
  .travel__bottom .travel__icon {
    width: 56vw;
    height: 56vw;
  }
}

.back0 {
  margin: 0 auto;
  z-index: 2;
  margin-top: -82px;
  position: relative;
}
@media (max-width: 1000px) {
  .back0 {
    margin-top: -116px;
  }
}
@media (max-width: 768px) {
  .back0 {
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  .back0 {
    margin-top: -60px;
  }
}
.back0 img {
  position: absolute;
  bottom: 0;
  top: -1.5%;
}

.howto {
  padding: 160px 40px 80px;
  text-align: center;
}
@media (max-width: 1000px) {
  .howto {
    padding: 180px 40px 80px;
  }
}
@media (max-width: 480px) {
  .howto {
    padding: 80px 20px 30px;
  }
}
@media (max-width: 375px) {
  .howto {
    padding: 60px 20px 30px;
  }
}
.howto h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #737373;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .howto h4 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 60px;
  }
}
@media (max-width: 375px) {
  .howto h4 {
    margin-bottom: 40px;
  }
}
.howto h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 65px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 80px;
  padding: 0 40px;
  border-radius: 30px;
  display: inline-block;
  background: rgb(0, 79, 159);
  background: linear-gradient(93deg, rgb(239, 125, 161) 0%, rgb(255, 169, 7) 100%);
}
@media (max-width: 480px) {
  .howto h3 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 22px;
    padding: 0 20px;
  }
}
.howto__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.howto__inner-box {
  width: 22%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
}
@media (max-width: 768px) {
  .howto__inner-box {
    width: 50%;
    margin-bottom: 30px;
  }
}
.howto__inner-box:nth-child(n+3) {
  margin-bottom: 0;
}
.howto__inner-box img {
  width: 80%;
  padding: 0 20px;
  margin: 0 auto;
}
.howto__inner-box p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
}
.howto__inner-box:nth-child(3) img, .howto__inner-box:last-child img {
  width: 70%;
  margin-bottom: 20px;
}
.howto__support {
  max-width: 860px;
  padding: 50px 20px 40px;
  position: relative;
  z-index: -1;
  margin: 0 auto 40px;
  background-color: #F4EEE4;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .howto__support {
    max-height: 500px;
    flex-direction: column-reverse;
    padding: 40px 0 0;
  }
}
.howto__support .img-box {
  width: 18%;
  position: absolute;
  left: 20px;
  bottom: 0;
}
@media (max-width: 768px) {
  .howto__support .img-box {
    position: static;
    width: 40%;
  }
}
.howto__support .text-box {
  margin-left: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .howto__support .text-box {
    margin-left: 0;
  }
}
.howto__support .text-box h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.8;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
}
@media (max-width: 768px) {
  .howto__support .text-box h5 {
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .howto__support .text-box h5 {
    font-size: 16px;
  }
}
.howto__support .text-box p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
}
@media (max-width: 480px) {
  .howto__support .text-box p {
    font-size: 13px;
  }
}
.howto__fukidashi {
  max-width: 600px;
  margin: auto;
  text-align: left;
}
.howto__fukidashi-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .howto__fukidashi-inner {
    align-items: flex-start;
  }
}
.howto__fukidashi-inner p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
}
@media (max-width: 480px) {
  .howto__fukidashi-inner p {
    width: 50%;
  }
}
.howto__fukidashi-inner img {
  width: 30%;
  padding: 35px;
}
@media (max-width: 480px) {
  .howto__fukidashi-inner img {
    width: 40%;
    padding: 10px;
  }
}
.howto .back-plus {
  margin: 20px auto;
  width: 35px;
}
.howto .back-plus img {
  margin-bottom: -40px;
}

.facility {
  padding: 80px 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .facility {
    padding: 40px 20px;
  }
}
.facility h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 65px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
  max-width: 380px;
  margin: 0 auto 80px;
  padding: 0 20px;
  border-radius: 30px;
  display: block;
  background: rgb(0, 79, 159);
  background: linear-gradient(93deg, rgb(0, 79, 159) 0%, rgb(123, 198, 234) 100%);
}
@media (max-width: 480px) {
  .facility h3 {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
    font-size: 22px;
  }
}
.facility h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .facility h4 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.facility__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #909090;
}
.facility__inner-lbox {
  padding: 40px 40px 30px;
  background: #EDEDED;
}
@media (max-width: 480px) {
  .facility__inner-lbox {
    width: 100%;
  }
}
.facility__inner-lbox-inbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .facility__inner-lbox-inbox {
    flex-direction: column;
  }
}
.facility__inner-lbox-inbox li {
  width: 33.33%;
  border-right: 1px solid #ccc;
  padding: 0 30px 0 30px;
}
@media (max-width: 1000px) {
  .facility__inner-lbox-inbox li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
  }
}
.facility__inner-lbox-inbox li:first-child {
  padding: 0 30px 0 0;
}
@media (max-width: 1000px) {
  .facility__inner-lbox-inbox li:first-child {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 480px) {
  .facility__inner-lbox-inbox li:first-child {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.facility__inner-lbox-inbox li:last-child {
  padding: 0 0 0 30px;
  border-right: none;
}
@media (max-width: 1000px) {
  .facility__inner-lbox-inbox li:last-child {
    border-bottom: none;
    padding: 20px 0;
  }
  .facility__inner-lbox-inbox li:last-child p {
    margin-bottom: 0;
  }
}
.facility__inner-lbox h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 480px) {
  .facility__inner-lbox h5 {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 30px;
  }
}
.facility__inner-lbox h5::before {
  content: "";
  background: url(../img/check.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 480px) {
  .facility__inner-lbox h5::before {
    content: "";
    background: url(../img/check_sp.png) no-repeat;
    top: 8px;
    left: -5px;
    width: 18px;
    height: 18px;
    background-size: contain;
  }
}
.facility__inner-lbox p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
  margin-bottom: 30px;
}

.price {
  text-align: center;
  padding: 80px 40px 0;
}
@media (min-width: 1001px) {
  .price .tabh-sp {
    display: none;
  }
}
@media (max-width: 480px) {
  .price {
    padding: 40px 20px 60px;
  }
}
.price__top {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .price__top {
    margin-bottom: 40px;
  }
}
.price__top h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 65px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
  max-width: 380px;
  margin: 0 auto 30px;
  padding: 0 20px;
  border-radius: 30px;
  display: block;
  background: rgb(0, 79, 159);
  background: linear-gradient(93deg, rgb(0, 79, 159) 0%, rgb(123, 198, 234) 100%);
}
@media (max-width: 480px) {
  .price__top h3 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 22px;
  }
}
.price__top p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .price__top p {
    margin-bottom: 10px;
  }
}
.price__top hr {
  width: 100px;
  display: inline-block;
  border-top: 1px solid #ccc;
  border-bottom: none;
}
.price__middle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media (max-width: 1000px) {
  .price__middle {
    flex-direction: column;
    align-items: flex-start;
  }
}
.price__middle h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .price__middle h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.price__middle .lbox {
  width: 40%;
  text-align: left;
  margin-right: 30px;
}
@media (max-width: 1000px) {
  .price__middle .lbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .price__middle .lbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.price__middle .lbox .storong {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #000;
}
.price__middle .rbox {
  width: 46%;
  padding: 30px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .price__middle .rbox {
    width: 100%;
  }
  .price__middle .rbox img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 1000px) {
  .price__middle .rbox {
    display: block;
  }
  .price__middle .rbox .sp {
    display: none;
  }
}
@media (max-width: 480px) {
  .price__middle .rbox {
    width: 100%;
  }
  .price__middle .rbox .tabh-sp {
    display: none;
  }
}
.price__middle .rbox p {
  margin-bottom: 20px;
}
.price__bottom {
  max-width: 1000px;
  margin: 0 auto 60px;
  text-align: left;
}
@media (max-width: 480px) {
  .price__bottom {
    margin: 0 auto;
  }
}
.price__bottom-inner {
  width: 100%;
}
@media (max-width: 480px) {
  .price__bottom-inner {
    width: 100%;
  }
}
.price__bottom-inner h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .price__bottom-inner h5 {
    font-size: 18px;
  }
}
.price__bottom-inner .box:nth-child(even) {
  margin-bottom: 60px;
}
.price__bottom-inner .box:nth-child(even) thead th {
  background: linear-gradient(93deg, rgb(239, 125, 161) 0%, rgb(255, 169, 7) 100%);
}
.price__bottom-inner .box table {
  width: 100%;
  border: 1px solid #ccc;
}
@media (max-width: 480px) {
  .price__bottom-inner .box table {
    margin-bottom: 40px;
  }
}
.price__bottom-inner .box table thead tr th {
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #ccc;
  background: linear-gradient(93deg, rgb(0, 79, 159) 0%, rgb(123, 198, 234) 100%);
}
.price__bottom-inner .box table tbody tr th {
  padding: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.price__bottom-inner .box table tbody tr th:first-child {
  width: 25%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
}
@media (max-width: 480px) {
  .price__bottom-inner .box table tbody tr th:first-child {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .price__bottom-inner .box table tbody tr th {
    width: 40%;
    padding: 10px;
  }
}
.price__bottom-inner .box table tbody tr td {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.price__bottom-inner .box table tbody tr td:first-child {
  width: 20%;
  border-right: 1px solid #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  text-align: center;
}
@media (max-width: 480px) {
  .price__bottom-inner .box table tbody tr td:first-child {
    width: 30%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .price__bottom-inner .box table tbody tr td {
    padding: 10px;
  }
}
.price__bottom-inner .box h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.price__bottom-inner .box p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
}
.price__bottom-inner .blue-back {
  background-color: #ECF4FC;
}
.price__bottom-inner:last-child {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px;
}
@media (max-width: 480px) {
  .price__bottom-inner:last-child {
    padding: 0;
  }
}
.price__bottom-inner:last-child .box {
  margin-bottom: 0;
}
.price__bottom-inner:last-child ul {
  width: 100%;
}
@media (max-width: 480px) {
  .price__bottom-inner:last-child ul {
    padding: 20px 0;
  }
}
.price__bottom-inner:last-child ul h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.price__bottom-inner:last-child ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
}

.flow {
  padding: 80px 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .flow {
    padding: 40px 20px 60px;
  }
}
@media (min-width: 1001px) {
  .flow .tabh-sp {
    display: none;
  }
}
.flow h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 65px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
  max-width: 380px;
  margin: 0 auto 60px;
  padding: 0 20px;
  border-radius: 30px;
  display: block;
  background: rgb(0, 79, 159);
  background: linear-gradient(93deg, rgb(0, 79, 159) 0%, rgb(123, 198, 234) 100%);
}
@media (max-width: 480px) {
  .flow h3 {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
    font-size: 22px;
  }
}
.flow p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
  display: inline-block;
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .flow p {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.flow__inner {
  text-align: center;
}
.flow .howto__fukidashi {
  margin-bottom: 30px;
}
.flow .howto__fukidashi p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
}
@media (max-width: 480px) {
  .flow .howto__fukidashi p {
    font-size: 16px;
  }
}
.flow .howto__fukidashi img {
  width: 28%;
  padding: 20px;
}
@media (max-width: 480px) {
  .flow .howto__fukidashi img {
    width: 30%;
    padding: 0 10px;
  }
}
.flow .flow__box {
  max-width: 1000px;
  margin: 0 auto;
}
.flow .flow__box .step-box {
  padding: 60px 30px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .flow .flow__box .step-box {
    flex-direction: column;
  }
}
.flow .flow__box .step-box:last-child {
  align-items: center;
}
@media (max-width: 480px) {
  .flow .flow__box .step-box:last-child {
    margin-bottom: 0;
  }
}
.flow .flow__box .step-box:last-child::after {
  content: none;
}
@media (max-width: 480px) {
  .flow .flow__box .step-box:first-child p {
    text-align: center;
  }
}
.flow .flow__box .l-box {
  width: 25%;
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .flow .flow__box .l-box {
    width: 100%;
    align-items: center;
    border: none;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .flow .flow__box .l-box {
    width: 100%;
    border: none;
  }
}
.flow .flow__box .l-box div {
  width: 55%;
  background: linear-gradient(93deg, rgb(0, 79, 159) 0%, rgb(123, 198, 234) 100%);
  border-radius: 30px;
  margin: 0 auto 20px;
}
.flow .flow__box .l-box h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.flow .flow__box .l-box h4 span {
  font-size: 19px;
}
.flow .flow__box .l-box h5 {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
}
.flow .flow__box .l-box img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .flow .flow__box .l-box img {
    width: 20%;
  }
}
.flow .flow__box .r-box {
  width: 60%;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .flow .flow__box .r-box {
    width: 100%;
    padding: 0;
  }
}
.flow .flow__box .r-box p {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .flow .flow__box .r-box p {
    text-align: center;
  }
}

.arrow {
  max-width: 40px;
  margin: 0 auto 30px;
}

.news {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 40px 0 60px 40px;
  text-align: left;
  background: linear-gradient(90deg, rgb(250, 250, 250) 7%, rgb(245, 245, 245) 7%, rgb(250, 250, 250) 100%);
}
@media (max-width: 480px) {
  .news {
    padding: 40px 0 60px 20px;
    background: linear-gradient(90deg, rgb(250, 250, 250) 10%, rgb(245, 245, 245) 10%, rgb(250, 250, 250) 100%);
  }
}
.news h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}
.news__inner {
  max-width: 820px;
  padding-right: 40px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .news__inner {
    flex-direction: column;
    padding-right: 0;
    margin: 0 40px;
  }
}
.news__inner .box {
  width: 48%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .news__inner .box {
    width: 100%;
    padding-right: 10px;
  }
}
.news__inner .box:first-child {
  margin-top: 30px;
  border-top: 1px dotted #000;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .news__inner .box:first-child {
    padding: 20px 0 0 0;
    margin-bottom: 50px;
  }
}
.news__inner .box:last-child {
  margin-top: 30px;
  padding: 0 0 20px 0;
}
@media (max-width: 768px) {
  .news__inner .box:last-child {
    padding: 20px 0 0 0;
  }
}
.news__inner .box p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
}
.news__inner .box h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #000;
}
.news__inner .box h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 550;
  color: #000;
  margin-bottom: 20px;
}
.news__inner .box h6 {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #737373;
  line-height: 1;
  padding: 0 5px 20px 5px;
  text-align: center;
}
@media (max-width: 480px) {
  .news__inner .box h6 {
    font-size: 11px;
  }
}
.news__inner .box h6::before,
.news__inner .box h6::after {
  display: inline;
  position: absolute;
  top: -0.2rem;
  height: 1.6rem;
  content: "";
}
.news__inner .box h6::before {
  border-left: solid 1px #737373;
  left: 0;
  transform: rotate(-30deg);
}
.news__inner .box h6::after {
  border-right: solid 1px #737373;
  right: 0;
  transform: rotate(30deg);
}
.news__inner .box p:first-child {
  padding-right: 10px;
}
.news__inner .ttl-box {
  width: 375px;
  position: relative;
}
@media (max-width: 768px) {
  .news__inner .ttl-box {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .news__inner .ttl-box {
    width: 100%;
    margin: 0 auto 20px;
    margin: auto;
  }
}
.news__inner .item {
  align-items: center;
}
.news__inner .item .fb_iframe_widget,
.news__inner .item .fb_iframe_widget span,
.news__inner .item .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.news__inner .item .facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.news__inner .item .facebook-wrapper > .fb-page {
  width: 100%;
}
.news__inner .item .facebook-wrapper > .fb-page > span,
.news__inner .item .facebook-wrapper iframe {
  width: 100% !important;
}

.footer {
  background: linear-gradient(180deg, rgb(0, 79, 159) 0%, rgb(123, 198, 234) 100%);
  padding: 80px 40px 40px;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px 20px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .footer__inner {
    margin: 0 auto 30px;
  }
}
.footer__inner .box {
  width: 45%;
}
@media (max-width: 768px) {
  .footer__inner .box:first-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer__inner .box {
    width: 100%;
  }
}
.footer__inner .box h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer__inner .box h4 {
    margin-bottom: 50px;
    text-align: center;
  }
}
.footer__inner .box img {
  max-width: 280px;
}
.footer__inner .box table {
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .footer__inner .box table {
    max-width: 768px;
    margin: auto;
  }
}
.footer__inner .box table tr th {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 15px 15px 15px 0;
}
@media (max-width: 768px) {
  .footer__inner .box table tr th {
    width: 35%;
  }
}
.footer__inner .box table tr td {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  padding: 15px 0 15px 15px;
}
@media (max-width: 768px) {
  .footer__inner .box table tr td {
    width: 50%;
    padding: 15px 0 15px 25px;
  }
}
.footer__inner .text {
  width: 100%;
  padding-top: 260px;
}
@media (max-width: 768px) {
  .footer__inner .text {
    padding-top: 60px;
  }
}
.footer__inner .text p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2;
  line-height: 2;
}
.footer__banner {
  max-width: 1000px;
  margin: 40px auto;
}
.footer__banner__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__banner__box {
    flex-direction: column;
  }
}
.footer__banner__box li {
  width: 30%;
}
.footer__banner__box li a {
  transition: 0.5s;
}
.footer__banner__box li a:hover {
  opacity: 0.3;
}
@media (max-width: 768px) {
  .footer__banner__box li {
    width: 80%;
    margin-bottom: 20px;
  }
}

.backsp {
  display: none;
}
@media (max-width: 480px) {
  .backsp {
    max-width: 1000px;
    height: 250px;
    margin: auto;
    background: url(../img/back-img1_sp.png) no-repeat;
    background-size: cover;
    display: block;
  }
}

.back1 {
  max-width: 1000px;
  height: 380px;
  margin: auto;
  background: url(../img/back-img1.png) no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .back1 {
    height: 250px;
  }
}

.back2 {
  max-width: 1000px;
  height: 380px;
  margin: auto;
  background: url(../img/back-img2.png) no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .back2 {
    height: 250px;
    background: url(../img/back-img2_sp.png) no-repeat;
    background-size: cover;
  }
}

.back3 {
  max-width: 1000px;
  height: 380px;
  margin: auto;
  background: url(../img/back-img3.png) no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .back3 {
    height: 280px;
    background: no-repeat center url(../img/back-img3_sp.png);
  }
}

.sp-logo {
  padding: 40px 20px;
  display: none;
}
@media (max-width: 768px) {
  .sp-logo {
    display: block;
    margin-bottom: 60px;
  }
}
.sp-logo img {
  width: 50%;
  margin: auto;
}

.white {
  padding: 80px 40px;
  background: #fff;
}
@media (max-width: 480px) {
  .white {
    padding: 40px 20px 60px;
  }
}/*# sourceMappingURL=style.css.map */