@charset "UTF-8";
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ZenMaruGothic-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenMaruGothic-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/ZenMaruGothic-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
/********************************************
* anchor_margin
********************************************/
@media (max-width: 750px) {
  .anchor_margin {
    padding-top: 21.3333333333vw !important;
    margin-top: -21.3333333333vw !important;
  }
}

/********************************************
* text
********************************************/
.text {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
.text a,
.text span {
  font-weight: bold;
}
@media (max-width: 750px) {
  .text {
    line-height: 1.66;
    letter-spacing: 0;
  }
}

/********************************************
* color
********************************************/
.orange {
  color: #ff9e2a;
}

.blue {
  color: #568ee0;
}

/********************************************
* title
********************************************/
.title_h2_wrap {
  text-align: center;
  padding: 4px 0 17px;
}
@media (min-width: 1920px) {
  .title_h2_wrap {
    padding: 0.2083333333vw 0 0.8854166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .title_h2_wrap {
    padding: 0.2564102564vw 0 1.0897435897vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap {
    padding: 0.5333333333vw 0 2.6666666667vw;
  }
}
.title_h2_wrap .title_h2 {
  display: inline-block;
  position: relative;
  color: #e40280;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .title_h2_wrap .title_h2 {
    font-size: 1.25vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .title_h2_wrap .title_h2 {
    font-size: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 {
    font-size: 4.6666666667vw;
  }
}
.title_h2_wrap .title_h2::before, .title_h2_wrap .title_h2::after {
  content: "";
  position: absolute;
}
.title_h2_wrap .title_h2::before {
  left: -44px;
  top: -8px;
  width: 25px;
  height: 28px;
  background-size: 25px 28px;
  background-image: url(../images/common/title_leaf_left.png);
}
@media (min-width: 1920px) {
  .title_h2_wrap .title_h2::before {
    left: -2.2916666667vw;
    top: -0.4166666667vw;
    width: 1.3020833333vw;
    height: 1.4583333333vw;
    background-size: 1.3020833333vw 1.4583333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .title_h2_wrap .title_h2::before {
    left: -2.8205128205vw;
    top: -0.5128205128vw;
    width: 1.6025641026vw;
    height: 1.7948717949vw;
    background-size: 1.6025641026vw 1.7948717949vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2::before {
    left: -8.6666666667vw;
    top: -1.3333333333vw;
    width: 4.9333333333vw;
    height: 5.6vw;
    background-size: 4.9333333333vw 5.6vw;
  }
}
.title_h2_wrap .title_h2::after {
  right: -60px;
  bottom: -25px;
  width: 60px;
  height: 59px;
  background-size: 60px 59px;
  background-image: url(../images/common/title_leaf_right.png);
}
@media (min-width: 1920px) {
  .title_h2_wrap .title_h2::after {
    right: -3.125vw;
    bottom: -1.3020833333vw;
    width: 3.125vw;
    height: 3.0729166667vw;
    background-size: 3.125vw 3.0729166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .title_h2_wrap .title_h2::after {
    right: -3.8461538462vw;
    bottom: -1.6025641026vw;
    width: 3.8461538462vw;
    height: 3.7820512821vw;
    background-size: 3.8461538462vw 3.7820512821vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2::after {
    right: -10.4vw;
    bottom: -4.6666666667vw;
    width: 10vw;
    height: 10vw;
    background-size: 10vw 10vw;
  }
}

.page_title_h2 {
  text-align: center;
  color: #01a29e;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media (min-width: 1920px) {
  .page_title_h2 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .page_title_h2 {
    font-size: 2.0512820513vw;
  }
}
@media (max-width: 750px) {
  .page_title_h2 {
    font-size: 4.6666666667vw;
  }
}

/********************************************
* content_header
********************************************/
.content_header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
  background-position: top left;
  background-size: cover;
  background-image: url(../images/common/header_bg.png);
}
@media (min-width: 1920px) {
  .content_header {
    height: 14.0625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .content_header {
    height: 17.3076923077vw;
  }
}
@media (max-width: 750px) {
  .content_header {
    background-position: top center;
    height: 46.6666666667vw;
    padding-top: 17.3333333333vw;
  }
}
.content_header .title_wrap .logo_en {
  width: 143px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .content_header .title_wrap .logo_en {
    width: 7.4479166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .content_header .title_wrap .logo_en {
    width: 9.1666666667vw;
  }
}
@media (max-width: 750px) {
  .content_header .title_wrap .logo_en {
    width: 27.8666666667vw;
  }
}
.content_header .title_wrap .logo_en img {
  width: 100%;
}
.content_header .title_wrap .title {
  color: #01a29e;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 1920px) {
  .content_header .title_wrap .title {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .content_header .title_wrap .title {
    font-size: 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  .content_header .title_wrap .title {
    font-size: 6.4vw;
  }
}

/********************************************
/* content_main
********************************************/
.content_main {
  padding: 70px 0 100px;
  background-color: #fff;
}
@media (min-width: 1920px) {
  .content_main {
    padding: 3.6458333333vw 0 5.2083333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .content_main {
    padding: 4.4871794872vw 0 6.4102564103vw;
  }
}
@media (max-width: 750px) {
  .content_main {
    padding: 9.3333333333vw 0 10.6666666667vw;
  }
}
@media (max-width: 750px) {
  .content_main::before {
    background-image: url(../images/common/sp/sp_wave_top_white2.png) !important;
  }
}

/********************************************
/* content_right
********************************************/
.content_right {
  margin-left: 360px;
}
@media (min-width: 1920px) {
  .content_right {
    margin-left: 18.75vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .content_right {
    margin-left: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .content_right {
    margin-left: 0;
  }
}

/********************************************
/* sec_inner
********************************************/
.sec_inner {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 1260px;
}
@media (min-width: 1920px) {
  .sec_inner {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    max-width: 65.625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .sec_inner {
    padding-left: 1.923vw;
    padding-right: 1.923vw;
    margin: 0 auto;
    max-width: 80.7692307692vw;
  }
}
@media (max-width: 750px) {
  .sec_inner {
    width: 100%;
    padding-left: 6.666vw;
    padding-right: 6.666vw;
  }
}

/********************************************
* outline_item_list
********************************************/
.outline_item_list {
  width: 880px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .outline_item_list {
    width: 45.8333333333vw;
    gap: 1.5625vw 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .outline_item_list {
    width: 56.4102564103vw;
    gap: 1.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .outline_item_list {
    width: 100%;
    gap: 5.6vw 0;
  }
}
.outline_item_list .outline_item {
  display: flex;
  padding: 0 35px 30px;
  background-size: 10px 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url(../images/common/line_dot_large_gray.png);
}
@media (min-width: 1920px) {
  .outline_item_list .outline_item {
    padding: 0 1.8229166667vw 1.5625vw;
    background-size: 0.5208333333vw 0.2083333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .outline_item_list .outline_item {
    padding: 0 2.2435897436vw 1.9230769231vw;
    background-size: 0.641025641vw 0.2564102564vw;
  }
}
@media (max-width: 750px) {
  .outline_item_list .outline_item {
    flex-direction: column;
    padding: 0 0 6.6666666667vw;
    background-size: 2.6666666667vw 1.0666666667vw;
  }
}
.outline_item_list .outline_item:last-child {
  background-image: none;
  padding-bottom: 0;
}
.outline_item_list .outline_item .dt_title {
  width: 145px;
  color: #01a29e;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 1920px) {
  .outline_item_list .outline_item .dt_title {
    width: 7.5520833333vw;
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .outline_item_list .outline_item .dt_title {
    width: 9.2948717949vw;
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .outline_item_list .outline_item .dt_title {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.outline_item_list .outline_item .content {
  flex: 1;
  width: 100%;
}
.outline_item_list .outline_item .content .text {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1920px) {
  .outline_item_list .outline_item .content .text {
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .outline_item_list .outline_item .content .text {
    font-size: 1.1538461538vw;
    line-height: 1.7948717949vw;
  }
}
@media (max-width: 750px) {
  .outline_item_list .outline_item .content .text {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}
.outline_item_list .outline_item .content .text + .text, .outline_item_list .outline_item .content .text + ul {
  margin-top: 1em;
}
.outline_item_list .outline_item .content .dd_list li {
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
}
@media (min-width: 1920px) {
  .outline_item_list .outline_item .content .dd_list li {
    font-size: 0.9375vw;
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .outline_item_list .outline_item .content .dd_list li {
    font-size: 1.1538461538vw;
    line-height: 2.4358974359vw;
  }
}
@media (max-width: 750px) {
  .outline_item_list .outline_item .content .dd_list li {
    font-size: 3.7333333333vw;
    line-height: 7.7333333333vw;
  }
}
.outline_item_list .outline_item .content .tel_item_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .outline_item_list .outline_item .content .tel_item_list {
    flex-direction: column;
    gap: 6.6666666667vw 0;
  }
}
.outline_item_list .outline_item .content .tel_item_list .tel_item a {
  text-decoration: none !important;
}
.outline_item_list .outline_item .content .tel_item_list .tel_item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
}
@media (min-width: 1920px) {
  .outline_item_list .outline_item .content .tel_item_list .tel_item .title {
    font-size: 0.9375vw;
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .outline_item_list .outline_item .content .tel_item_list .tel_item .title {
    font-size: 1.1538461538vw;
    line-height: 2.4358974359vw;
  }
}
@media (max-width: 750px) {
  .outline_item_list .outline_item .content .tel_item_list .tel_item .title {
    font-size: 3.7333333333vw;
    line-height: 7.7333333333vw;
  }
}
.outline_item_list .outline_item .content .tel_item_list .tel_item .tel_num {
  color: #e40280;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.38em;
  margin-left: -0.19em;
}
@media (min-width: 1920px) {
  .outline_item_list .outline_item .content .tel_item_list .tel_item .tel_num {
    font-size: 1.875vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .outline_item_list .outline_item .content .tel_item_list .tel_item .tel_num {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .outline_item_list .outline_item .content .tel_item_list .tel_item .tel_num {
    font-size: 8.5333333333vw;
  }
}
.outline_item_list .outline_item .content .tel_item_list .tel_item .tel_num .haihun {
  font-weight: 900;
  letter-spacing: 0;
  margin-left: 0.25em;
  margin-right: -0.1em;
}

/********************************************
* wave
********************************************/
.wave {
  position: relative;
}

.wave_top::before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  height: 26px;
  z-index: 1;
  background-repeat: repeat-x;
  background-size: 1920px 26px;
  background-image: url(../images/common/wave_top_white.png);
}
@media (min-width: 1920px) {
  .wave_top::before {
    top: -1.3020833333vw;
    height: 1.3541666667vw;
    background-size: 100vw 1.3541666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .wave_top::before {
    top: -1.6025641026vw;
    height: 1.6666666667vw;
    background-size: 123.0769230769vw 1.6666666667vw;
  }
}
@media (max-width: 750px) {
  .wave_top::before {
    top: -4.5333333333vw;
    height: 4.6666666667vw;
    background-size: 100vw 4.6666666667vw;
    background-image: url(../images/common/sp/sp_wave_top_white.png);
  }
}

.wave_bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 26px;
  z-index: 1;
  background-repeat: repeat-x;
  background-size: 1920px 26px;
  background-image: url(../images/common/wave_bottom_white.png);
}
@media (min-width: 1920px) {
  .wave_bottom::after {
    bottom: -1.3020833333vw;
    height: 1.3541666667vw;
    background-size: 100vw 1.3541666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .wave_bottom::after {
    bottom: -1.6025641026vw;
    height: 1.6666666667vw;
    background-size: 123.0769230769vw 1.6666666667vw;
  }
}
@media (max-width: 750px) {
  .wave_bottom::after {
    bottom: -4.5333333333vw;
    height: 4.6666666667vw;
    background-size: 100vw 4.6666666667vw;
    background-image: url(../images/common/sp/sp_wave_bottom_white.png);
  }
}

.wave_about::before {
  background-image: url(../images/index/about_wave_top.png);
}
@media (max-width: 750px) {
  .wave_about::before {
    background-image: url(../images/index/sp/sp_about_wave_top.png);
  }
}

/********************************************
* icon_wave
********************************************/
.icon_wave {
  position: absolute;
  width: 89px;
  height: 20px;
  background-color: #ffeeee;
  mask: url(../images/common/icon_wave.svg) no-repeat center center/contain;
  -webkit-mask: url(../images/common/icon_wave.svg) no-repeat center center/contain;
}
@media (min-width: 1920px) {
  .icon_wave {
    width: 4.6354166667vw;
    height: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .icon_wave {
    width: 5.7051282051vw;
    height: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .icon_wave {
    width: 11.8666666667vw;
    height: 2.6666666667vw;
  }
}

.icon_wave_long {
  position: absolute;
  width: 170px;
  height: 22px;
  background-color: #ffeeee;
  mask: url(../images/common/icon_wave_long.svg) no-repeat center center/contain;
  -webkit-mask: url(../images/common/icon_wave_long.svg) no-repeat center center/contain;
}
@media (min-width: 1920px) {
  .icon_wave_long {
    width: 8.8541666667vw;
    height: 1.1458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .icon_wave_long {
    width: 10.8974358974vw;
    height: 1.4102564103vw;
  }
}
@media (max-width: 750px) {
  .icon_wave_long {
    width: 22.6666666667vw;
    height: 2.9333333333vw;
  }
}

/********************************************
* btn
********************************************/
.btn {
  text-align: center;
  margin: 80px auto 0;
}
@media (min-width: 1920px) {
  .btn {
    margin: 4.1666666667vw auto 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn {
    margin: 5.1282051282vw auto 0;
  }
}
@media (max-width: 750px) {
  .btn {
    margin: 10.6666666667vw auto 0;
  }
}
.btn a {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 336px;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  padding: 0 65px;
  border-radius: 20px;
  transition: 0.2s;
  background: #e40280;
}
@media (min-width: 1920px) {
  .btn a {
    min-width: 17.5vw;
    height: 4.1666666667vw;
    line-height: 4.1666666667vw;
    font-size: 1.5625vw;
    padding: 0 3.3854166667vw;
    border-radius: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn a {
    min-width: 21.5384615385vw;
    height: 5.1282051282vw;
    line-height: 5.1282051282vw;
    font-size: 1.9230769231vw;
    padding: 0 4.1666666667vw;
    border-radius: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .btn a {
    min-width: initial;
    max-width: 85.3333333333vw;
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    font-size: 5.6vw;
    padding: 0 8.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 35px;
  transition: 0.2s;
  background-size: 10px 18px;
  background-image: url(../images/common/icon_arrow.svg);
}
@media (min-width: 1920px) {
  .btn a:after {
    width: 0.5208333333vw;
    height: 0.9375vw;
    right: 1.8229166667vw;
    background-size: 0.5208333333vw 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn a:after {
    width: 0.641025641vw;
    height: 1.1538461538vw;
    right: 2.2435897436vw;
    background-size: 0.641025641vw 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .btn a:after {
    width: 2vw;
    height: 3.6vw;
    right: 6.6666666667vw;
    background-size: 2vw 3.6vw;
  }
}
@media (min-width: 751px) {
  .btn a:hover {
    color: #fff;
    opacity: 0.7;
  }
}
@media (min-width: 751px) {
  .btn a:hover:after {
    right: 30px;
  }
}
@media (min-width: 1920px) {
  .btn a:hover:after {
    right: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn a:hover:after {
    right: 1.9230769231vw;
  }
}
@media (min-width: 751px) {
  .btn.btn_small a {
    font-size: 26px;
    height: 74px;
    line-height: 74px;
  }
}
@media (min-width: 1920px) {
  .btn.btn_small a {
    font-size: 1.3541666667vw;
    height: 3.8541666667vw;
    line-height: 3.8541666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn.btn_small a {
    font-size: 1.6666666667vw;
    height: 4.7435897436vw;
    line-height: 4.7435897436vw;
  }
}
@media (max-width: 750px) {
  .btn.btn_small a {
    font-size: 4.8vw;
  }
}
.btn.btn_tel {
  width: 500px;
}
@media (min-width: 1920px) {
  .btn.btn_tel {
    width: 26.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn.btn_tel {
    width: 32.0512820513vw;
  }
}
@media (max-width: 750px) {
  .btn.btn_tel {
    width: 100%;
  }
}
.btn.btn_tel a {
  width: 100%;
  height: auto;
  line-height: 1;
  text-decoration: none !important;
  padding: 12px 0 20px;
}
@media (min-width: 1920px) {
  .btn.btn_tel a {
    padding: 0.625vw 0 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn.btn_tel a {
    padding: 0.7692307692vw 0 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .btn.btn_tel a {
    padding: 5.0666666667vw 0 5.4666666667vw;
  }
}
.btn.btn_tel a::after {
  content: none;
}
.btn.btn_tel a .title {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  background-size: 10px 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url(../images/common/line_dot_white.png);
}
@media (min-width: 1920px) {
  .btn.btn_tel a .title {
    font-size: 1.0416666667vw;
    padding-bottom: 0.4166666667vw;
    background-size: 0.5208333333vw 0.2083333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn.btn_tel a .title {
    font-size: 1.2820512821vw;
    padding-bottom: 0.5128205128vw;
    background-size: 0.641025641vw 0.2564102564vw;
  }
}
@media (max-width: 750px) {
  .btn.btn_tel a .title {
    font-size: 5.0666666667vw;
    padding-bottom: 1.8666666667vw;
    background-size: 2.6666666667vw 1.0666666667vw;
  }
}
.btn.btn_tel a .tel_num {
  font-weight: 900;
  font-size: 46px;
  letter-spacing: -0.38em;
  margin-top: 7px;
}
@media (min-width: 1920px) {
  .btn.btn_tel a .tel_num {
    font-size: 2.3958333333vw;
    margin-top: 0.3645833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn.btn_tel a .tel_num {
    font-size: 2.9487179487vw;
    margin-top: 0.4487179487vw;
  }
}
@media (max-width: 750px) {
  .btn.btn_tel a .tel_num {
    font-size: 9.0666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.btn.btn_tel a .tel_num .haihun {
  font-weight: 900;
  letter-spacing: 0;
  margin-left: 0.25em;
  margin-right: -0.1em;
}
.btn.btn_tel a .time {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.09em;
  margin-top: 15px;
}
@media (min-width: 1920px) {
  .btn.btn_tel a .time {
    font-size: 0.6770833333vw;
    margin-top: 0.78125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .btn.btn_tel a .time {
    font-size: 0.8333333333vw;
    margin-top: 0.9615384615vw;
  }
}
@media (max-width: 750px) {
  .btn.btn_tel a .time {
    font-size: 4.2666666667vw;
    margin-top: 2vw;
  }
}
.btn.btn_orange a {
  background: #ff9e2a;
}
.btn.btn_blue a {
  background: #568ee0;
}
.btn.btn_green a {
  background: #36c8c5;
}

/********************************************
* page_top
********************************************/
.page_top {
  display: none;
  position: fixed;
  z-index: 500;
  bottom: 40px;
  right: 40px;
  height: 80px;
  width: 80px;
}
@media (min-width: 1920px) {
  .page_top {
    bottom: 2.0833333333vw;
    right: 2.0833333333vw;
    height: 4.1666666667vw;
    width: 4.1666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .page_top {
    bottom: 2.5641025641vw;
    right: 2.5641025641vw;
    height: 5.1282051282vw;
    width: 5.1282051282vw;
  }
}
@media (max-width: 750px) {
  .page_top {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    height: 16vw;
    width: 16vw;
  }
}
.page_top a {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  transition: all 0.2s;
  border-radius: 100%;
  background-color: #e40280;
}
@media (min-width: 1920px) {
  .page_top a {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .page_top a {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
@media (max-width: 750px) {
  .page_top a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.page_top a img {
  width: 35px;
  height: 19px;
  margin: 30px 22.5px;
  transition: transform 0.2s ease;
}
@media (min-width: 1920px) {
  .page_top a img {
    width: 1.8229166667vw;
    height: 0.9895833333vw;
    margin: 1.5625vw 1.171875vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .page_top a img {
    width: 2.2435897436vw;
    height: 1.2179487179vw;
    margin: 1.9230769231vw 1.4423076923vw;
  }
}
@media (max-width: 750px) {
  .page_top a img {
    width: 8vw;
    height: 4.5333333333vw;
    margin: 4.2666666667vw 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .page_top a:hover {
    transform: translateY(-3px);
    background-color: #e40280;
  }
}

/********************************************
* animation
********************************************/
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transition-delay: 0.2s;
  transform: translateY(30px);
}
@media (min-width: 1920px) {
  .fadein {
    transform: translateY(1.5625vw);
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .fadein {
    transform: translateY(1.9230769231vw);
  }
}
@media (max-width: 750px) {
  .fadein {
    transform: translateY(4vw);
  }
}

.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(0px);
}

.top_fadein {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
embed,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
time,
address {
  margin: 0;
  padding: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  border: none;
  background: transparent;
  vertical-align: baseline;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 2;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 1920px) {
  body {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  body {
    font-size: 1.0256410256vw;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 3.2vw;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 2;
}
@media (min-width: 1920px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.0256410256vw;
  }
}
@media (max-width: 750px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 3.2vw;
  }
}

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

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

br {
  letter-spacing: 0;
}

pre {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  letter-spacing: 0;
  white-space: pre;
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  background-color: #000;
  height: 1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

th,
td {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
  zoom: normal;
}

ol {
  list-style-type: decimal;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea,
select {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-size: 93%;
  color: #000;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #6ddeff;
  font-size: 93%;
  color: #000;
  background-color: #fff;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  padding: 3px 0.7em 1px;
  margin: 0;
}

form label,
button,
input[type=button],
input[type=submit],
input[type=reset] {
  font-size: 0.8em;
  padding: 3px 10px;
  cursor: hand;
  cursor: pointer;
}

input[disabled][readonly] {
  background-color: #ccc;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.hideText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

input[type=text],
input[type=submit],
input[type=button],
input[type=email],
input[type=tel] {
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=submit],
input[type=button],
input[type=email],
input[type=tel],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=email]::focus,
input[type=tel]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=radio],
input[type=checkbox] {
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  vertical-align: -2px;
}

.pc {
  display: inline-block;
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media (max-width: 750px) {
  .sp {
    display: inline-block;
  }
}
.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.tL {
  text-align: left;
}

.red {
  color: #f00;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s;
  text-decoration: underline;
  word-wrap: break-word;
}
@media (min-width: 751px) {
  a:hover {
    color: #999;
    text-decoration: none;
  }
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
  }
}
@media (max-width: 750px) {
  a[href^="tel:"] {
    text-decoration: underline !important;
  }
}

/********************************************
* header
********************************************/
body.fixed {
  position: fixed;
  width: 100%;
}

.header {
  position: fixed;
  width: 360px;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
}
@media (min-width: 1920px) {
  .header {
    width: 18.75vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header {
    width: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .header {
    height: 16.8vw;
    width: 100%;
    background-color: #36c8c5;
  }
}
@media (max-width: 750px) {
  .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4.5333333333vw;
    width: 100%;
    height: 4.6666666667vw;
    z-index: 1;
    background-size: 100vw 4.6666666667vw;
    background-repeat: repeat-x;
    background-image: url(../images/common/sp/sp_wave_bottom_green.png);
  }
}
.header .header_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  padding-top: 46px;
}
@media (min-width: 1920px) {
  .header .header_inner {
    gap: 2.0833333333vw 0;
    padding-top: 2.3958333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .header_inner {
    gap: 1.2820512821vw 0;
    padding-top: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .header .header_inner {
    padding: 3.4666666667vw 3.4666666667vw 0;
  }
}
.header .logo {
  width: 224px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .header .logo {
    width: 11.6666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .logo {
    width: 14.358974359vw;
  }
}
@media (max-width: 750px) {
  .header .logo {
    width: 29.8666666667vw;
    margin: 0;
  }
}
.header .logo a {
  width: 100%;
}
.header .logo a img {
  width: 100%;
}
.header .gnav_wrap {
  width: 100%;
  padding: 60px 60px 160px;
  background-color: #36c8c5;
  height: 100vh;
}
@media (min-width: 751px) {
  .header .gnav_wrap {
    border-radius: 0 75px 0 0;
  }
}
@media (min-width: 1920px) {
  .header .gnav_wrap {
    padding: 3.125vw 3.125vw 5.2083333333vw;
    border-radius: 0 3.90625vw 0 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap {
    padding: 1.9230769231vw 1.9230769231vw 6.4102564103vw;
    border-radius: 0 4.8076923077vw 0 0;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap {
    position: fixed;
    width: 100vw;
    left: 100vw;
    top: 16vw;
    padding: 0 13.3333333333vw 13.3333333333vw;
    transition: 0.3s;
    z-index: 99999;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: -0.1333333333vw;
    height: 4.6666666667vw;
    background-repeat: repeat-x;
    background-size: 100vw 4.6666666667vw;
    background-image: url(../images/common/sp/sp_wave_top_white.png);
  }
}
.header .gnav_wrap .gnav_title {
  display: inline-block;
  position: relative;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .gnav_title {
    font-size: 1.25vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .gnav_title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .gnav_title {
    display: none;
  }
}
.header .gnav_wrap .gnav_title::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -183px;
  width: 173px;
  height: 40px;
  background-size: 173px 40px;
  background-image: url(../images/common/gnav_leaf_top.png);
}
@media (min-width: 1920px) {
  .header .gnav_wrap .gnav_title::after {
    top: -0.1923076923vw;
    right: -9.53125vw;
    width: 9.0104166667vw;
    height: 2.0833333333vw;
    background-size: 9.0104166667vw 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .gnav_title::after {
    top: -0.1923076923vw;
    right: -11.7307692308vw;
    width: 11.0897435897vw;
    height: 2.5641025641vw;
    background-size: 11.0897435897vw 2.5641025641vw;
  }
}
.header .gnav_wrap .gnav {
  margin-top: 25px;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .gnav {
    margin-top: 1.3020833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .gnav {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .gnav {
    margin-top: 0;
  }
}
.header .gnav_wrap .gnav .parent_nav {
  display: flex;
  flex-direction: column;
}
.header .gnav_wrap .gnav .parent_nav .parent_nav_item {
  background-size: 6px 3px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url(../images/common/line_dot.png);
}
@media (min-width: 1920px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item {
    background-size: 0.3125vw 0.15625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item {
    background-size: 0.3846153846vw 0.1923076923vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item {
    background-size: 1.6vw 0.8vw;
  }
}
.header .gnav_wrap .gnav .parent_nav .parent_nav_item > a,
.header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch {
  cursor: pointer;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
  padding: 5px 0 5px 35px;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item > a,
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch {
    font-size: 1.0416666667vw;
    padding: 0.2604166667vw 0 0.2604166667vw 1.8229166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item > a,
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch {
    font-size: 1.2820512821vw;
    padding: 0.3205128205vw 0 0.3205128205vw 2.2435897436vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item > a,
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch {
    font-size: 5.6vw;
    padding: 0.6666666667vw 0 0.6666666667vw 10vw;
  }
}
.header .gnav_wrap .gnav .parent_nav .parent_nav_item > a::before,
.header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 20px;
  background-size: 26px 20px;
  background-image: url(../images/common/gnav_leaf_before.png);
  transform: translateY(-50%);
}
@media (min-width: 1920px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item > a::before,
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch::before {
    width: 1.3541666667vw;
    height: 1.0416666667vw;
    background-size: 1.3541666667vw 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item > a::before,
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch::before {
    width: 1.6666666667vw;
    height: 1.2820512821vw;
    background-size: 1.6666666667vw 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item > a::before,
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch::before {
    width: 6.9333333333vw;
    height: 5.3333333333vw;
    background-size: 6.9333333333vw 5.3333333333vw;
  }
}
@media (min-width: 751px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item > a:hover,
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch:hover {
    color: #fffd61;
  }
}
.header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch .icon_arrow {
  position: absolute;
  top: 50%;
  right: 80px;
  width: 24px;
  height: 12px;
  background-color: #ffffff;
  mask: url(../images/common/icon_arrow_bottom.svg) no-repeat center center/contain;
  -webkit-mask: url(../images/common/icon_arrow_bottom.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch .icon_arrow {
    right: 4.1666666667vw;
    width: 1.25vw;
    height: 0.625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch .icon_arrow {
    right: 5.1282051282vw;
    width: 1.5384615385vw;
    height: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch .icon_arrow {
    right: 17.3333333333vw;
    width: 6.4vw;
    height: 3.2vw;
  }
}
@media (min-width: 751px) {
  .header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch:hover .icon_arrow {
    background-color: #fffd61;
  }
}
.header .gnav_wrap .gnav .parent_nav .parent_nav_item .toggle_switch.open .icon_arrow {
  transform: translateY(-50%) rotate(180deg);
}
.header .gnav_wrap .gnav .toggle_contents {
  display: none;
}
.header .gnav_wrap .gnav .child_nav {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  padding-bottom: 30px;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .gnav .child_nav {
    gap: 0.2604166667vw 0;
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .gnav .child_nav {
    gap: 0.3205128205vw 0;
    padding-bottom: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .gnav .child_nav {
    gap: 0.6666666667vw 0;
    padding-bottom: 8vw;
  }
}
.header .gnav_wrap .gnav .child_nav .child_nav_item > a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
  padding: 0 0 0 110px;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .gnav .child_nav .child_nav_item > a {
    font-size: 1.0416666667vw;
    padding: 0 0 0 5.7291666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .gnav .child_nav .child_nav_item > a {
    font-size: 1.2820512821vw;
    padding: 0 0 0 7.0512820513vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .gnav .child_nav .child_nav_item > a {
    font-size: 5.6vw;
    padding: 0 0 0 14.6666666667vw;
  }
}
@media (min-width: 751px) {
  .header .gnav_wrap .gnav .child_nav .child_nav_item > a:hover {
    color: #fffd61;
  }
}
.header .gnav_wrap .sns_list_wrap {
  margin-top: 20px;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .sns_list_wrap {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .sns_list_wrap {
    margin-top: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .sns_list_wrap {
    margin-top: 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .header .gnav_wrap .sns_list_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 30px auto;
    width: 252px;
    height: 40px;
    background-size: 252px 40px;
    background-image: url(../images/common/gnav_leaf_bottom.png);
  }
}
@media (min-width: 1920px) {
  .header .gnav_wrap .sns_list_wrap::after {
    margin: 1.5625vw auto;
    width: 13.125vw;
    height: 2.0833333333vw;
    background-size: 13.125vw 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .sns_list_wrap::after {
    margin: 1.9230769231vw auto;
    width: 16.1538461538vw;
    height: 2.5641025641vw;
    background-size: 16.1538461538vw 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .sns_list_wrap::after {
    content: "";
    position: absolute;
    height: 100lvh;
    width: 100%;
    left: 0;
    bottom: -100lvh;
    background-color: #fff;
  }
}
.header .gnav_wrap .sns_list_wrap .sns_list_title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .sns_list_wrap .sns_list_title {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .sns_list_wrap .sns_list_title {
    font-size: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .sns_list_wrap .sns_list_title {
    font-size: 5.3333333333vw;
  }
}
.header .gnav_wrap .sns_list_wrap .sns_list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-top: 10px;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .sns_list_wrap .sns_list {
    gap: 0 1.5625vw;
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .sns_list_wrap .sns_list {
    gap: 0 1.9230769231vw;
    margin-top: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .sns_list_wrap .sns_list {
    gap: 0 8vw;
    margin-top: 2.6666666667vw;
  }
}
.header .gnav_wrap .sns_list_wrap .sns_list li a {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  gap: 15px 0;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a {
    gap: 0.78125vw 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a {
    gap: 0.9615384615vw 0;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a {
    gap: 2.6666666667vw 0;
  }
}
.header .gnav_wrap .sns_list_wrap .sns_list li a .icon {
  display: inline-block;
  width: 50px;
  margin: 0 auto;
  transition: 0.2s;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a .icon {
    width: 2.6041666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a .icon {
    width: 3.2051282051vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a .icon {
    width: 16vw;
  }
}
.header .gnav_wrap .sns_list_wrap .sns_list li a .icon img {
  width: 100%;
}
.header .gnav_wrap .sns_list_wrap .sns_list li a .name {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  transition: 0.2s;
}
@media (min-width: 1920px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a .name {
    font-size: 0.78125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a .name {
    font-size: 0.9615384615vw;
  }
}
@media (max-width: 750px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a .name {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 751px) {
  .header .gnav_wrap .sns_list_wrap .sns_list li a:hover .icon {
    opacity: 0.7;
  }
  .header .gnav_wrap .sns_list_wrap .sns_list li a:hover .name {
    color: #fffd61;
  }
}
.header #menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  z-index: 99999;
  cursor: pointer;
  height: 17.3333333333vw;
  width: 20vw;
  padding: 4.1333333333vw 0;
  background-color: transparent;
}
.header #menu-icon .menu_bar_wrap {
  position: relative;
  width: 12.2666666667vw;
  height: 9.0666666667vw;
}
.header #menu-icon .menu_bar_wrap .menu_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.6vw;
  display: block;
  line-height: 0;
  background-color: #fff;
  font-size: 0;
  transition: 0.3s;
  margin: auto;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 0;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(3) {
  top: 100%;
  transform: translateY(-100%);
}
.header.open .gnav_wrap {
  left: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap {
  width: 16vw;
  height: 16vw;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar {
  height: 0.8vw;
  border-radius: 0.4vw;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  opacity: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

/********************************************
* footer
********************************************/
.footer {
  padding: 140px 0 40px;
  background-size: cover;
  background-image: url(../images/common/pale_bg.png);
}
@media (min-width: 1920px) {
  .footer {
    padding: 7.2916666667vw 0 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .footer {
    padding: 8.9743589744vw 0 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  .footer {
    padding: 10.6666666667vw 0 12vw;
  }
}
.footer::after {
  bottom: auto;
  top: 0;
}
.footer .content_right {
  position: relative;
}
.footer .content_right::after {
  content: "";
  position: absolute;
  bottom: 67px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1400px;
  height: 60px;
  background-size: 1400px 60px;
  background-image: url(../images/common/footer_bottom_leaf.png);
}
@media (min-width: 1920px) {
  .footer .content_right::after {
    bottom: 3.4895833333vw;
    width: 72.9166666667vw;
    height: 3.125vw;
    background-size: 72.9166666667vw 3.125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .footer .content_right::after {
    bottom: 4.2948717949vw;
    width: 89.7435897436vw;
    height: 3.8461538462vw;
    background-size: 89.7435897436vw 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .footer .content_right::after {
    bottom: 13.3333333333vw;
    width: 92.4vw;
    height: 7.8666666667vw;
    background-size: 92.4vw 7.8666666667vw;
    background-image: url(../images/common/sp/sp_footer_bottom_leaf.png);
  }
}
.footer .footer_contact .contact_title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #01a29e;
  margin-bottom: 20px;
}
@media (min-width: 1920px) {
  .footer .footer_contact .contact_title {
    font-size: 1.6666666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .footer .footer_contact .contact_title {
    font-size: 2.0512820513vw;
    margin-bottom: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .footer .footer_contact .contact_title {
    font-size: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.6;
  }
}
.footer .footer_contact .btn_list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1920px) {
  .footer .footer_contact .btn_list {
    margin-top: 2.0833333333vw;
    gap: 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .footer .footer_contact .btn_list {
    margin-top: 2.5641025641vw;
    gap: 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  .footer .footer_contact .btn_list {
    flex-direction: column;
    margin-top: 5.3333333333vw;
    gap: 6vw;
  }
}
.footer .footer_contact .btn_list .btn {
  margin: 0;
}
.footer .footer_contact .btn_contact {
  margin-top: 55px;
}
@media (min-width: 1920px) {
  .footer .footer_contact .btn_contact {
    margin-top: 2.8645833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .footer .footer_contact .btn_contact {
    margin-top: 3.5256410256vw;
  }
}
@media (max-width: 750px) {
  .footer .footer_contact .btn_contact {
    margin-top: 6vw;
  }
}
.footer .footer_contact .btn_contact a {
  min-width: 500px;
}
@media (min-width: 1920px) {
  .footer .footer_contact .btn_contact a {
    min-width: 26.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .footer .footer_contact .btn_contact a {
    min-width: 32.0512820513vw;
  }
}
@media (max-width: 750px) {
  .footer .footer_contact .btn_contact a {
    min-width: 85.3333333333vw;
  }
}
.footer .copy_wrap {
  margin-top: 170px;
  text-align: center;
}
@media (min-width: 1920px) {
  .footer .copy_wrap {
    margin-top: 8.8541666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .footer .copy_wrap {
    margin-top: 10.8974358974vw;
  }
}
@media (max-width: 750px) {
  .footer .copy_wrap {
    margin-top: 26.6666666667vw;
  }
}
.footer .copy_wrap .company {
  font-weight: bold;
  color: #949090;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 1920px) {
  .footer .copy_wrap .company {
    font-size: 1.25vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .footer .copy_wrap .company {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .footer .copy_wrap .company {
    font-size: 4.8vw;
  }
}
.footer .copy_wrap .copy {
  color: #949090;
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  line-height: 1;
}
@media (min-width: 1920px) {
  .footer .copy_wrap .copy {
    font-size: 0.5208333333vw;
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .footer .copy_wrap .copy {
    font-size: 0.641025641vw;
    margin-top: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  .footer .copy_wrap .copy {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}

/********************************************
* top_main
********************************************/
.top_main {
  height: 870px;
  background-size: cover;
  background-image: url(../images/index/main_bg.webp);
}
@media (min-width: 751px) {
  .top_main {
    height: 45.3125vw;
  }
}
@media (max-width: 750px) {
  .top_main {
    height: 160vw;
    background-image: url(../images/index/sp/sp_main_bg.webp);
  }
}
.top_main .content_right,
.top_main .sec_inner {
  height: 100%;
}
.top_main .main_catch_wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_main .main_catch_wrap .main_catch {
  width: 521px;
}
@media (min-width: 751px) {
  .top_main .main_catch_wrap .main_catch {
    width: 27.1354166667vw;
  }
}
@media (max-width: 750px) {
  .top_main .main_catch_wrap .main_catch {
    width: 93.3333333333vw;
  }
}
.top_main .main_catch_wrap .main_catch img {
  width: 100%;
}

/********************************************
* top_about
********************************************/
.top_about {
  padding: 60px 0 140px;
  background-size: cover;
  background-image: url(../images/index/about_bg.png);
}
@media (min-width: 1920px) {
  .top_about {
    padding: 3.125vw 0 7.2916666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about {
    padding: 3.8461538462vw 0 8.9743589744vw;
  }
}
@media (max-width: 750px) {
  .top_about {
    padding: 12vw 0 20vw;
    background-image: url(../images/index/sp/sp_about_bg.png);
  }
}
@media (max-width: 750px) {
  .top_about .sec_inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.top_about .logo_en {
  width: 118px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .top_about .logo_en {
    width: 6.1458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .logo_en {
    width: 7.5641025641vw;
  }
}
@media (max-width: 750px) {
  .top_about .logo_en {
    width: 27.8666666667vw;
  }
}
.top_about .logo_en img {
  width: 100%;
}
.top_about .title_about {
  text-align: center;
  color: #e40280;
  font-weight: bold;
  font-size: 30px;
  margin-top: 30px;
}
@media (min-width: 1920px) {
  .top_about .title_about {
    font-size: 1.5625vw;
    margin-top: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .title_about {
    font-size: 1.9230769231vw;
    margin-top: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_about .title_about {
    font-size: 6.1333333333vw;
    line-height: 10.8vw;
    margin-top: 4vw;
  }
}
.top_about .text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  margin-top: 50px;
}
@media (min-width: 1920px) {
  .top_about .text {
    font-size: 1.0416666667vw;
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .text {
    font-size: 1.2820512821vw;
    margin-top: 3.2051282051vw;
  }
}
@media (max-width: 750px) {
  .top_about .text {
    font-size: 4vw;
    margin-top: 6.6666666667vw;
  }
}
.top_about .btn_list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1920px) {
  .top_about .btn_list {
    margin-top: 2.6041666667vw;
    gap: 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .btn_list {
    margin-top: 3.2051282051vw;
    gap: 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  .top_about .btn_list {
    flex-direction: column;
    margin-top: 6.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.top_about .btn_list .btn {
  margin: 0;
}
.top_about .about_powers {
  width: 800px;
  padding: 30px 75px 20px;
  margin: 40px auto 0;
  border-radius: 34px;
  background-color: #63d5d5;
}
@media (min-width: 1920px) {
  .top_about .about_powers {
    width: 41.6666666667vw;
    padding: 1.5625vw 3.90625vw 1.0416666667vw;
    margin: 2.0833333333vw auto 0;
    border-radius: 1.7708333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers {
    width: 51.2820512821vw;
    padding: 1.9230769231vw 4.8076923077vw 1.2820512821vw;
    margin: 2.5641025641vw auto 0;
    border-radius: 2.1794871795vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_powers {
    width: 85.3333333333vw;
    padding: 6.6666666667vw 4vw 10.6666666667vw;
    margin: 9.3333333333vw auto 0;
    border-radius: 4.5333333333vw;
  }
}
.top_about .about_powers .about_powers_inner {
  display: flex;
}
@media (max-width: 750px) {
  .top_about .about_powers .about_powers_inner {
    flex-direction: column;
  }
}
.top_about .about_powers .about_powers_inner .info_box {
  flex: 1;
  padding-top: 15px;
}
@media (min-width: 1920px) {
  .top_about .about_powers .about_powers_inner .info_box {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers .about_powers_inner .info_box {
    padding-top: 0.9615384615vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_powers .about_powers_inner .info_box {
    padding-top: 0;
  }
}
.top_about .about_powers .about_powers_inner .info_box .catch {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .top_about .about_powers .about_powers_inner .info_box .catch {
    font-size: 1.3541666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers .about_powers_inner .info_box .catch {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_powers .about_powers_inner .info_box .catch {
    text-align: center;
    font-size: 6.4vw;
  }
}
.top_about .about_powers .about_powers_inner .info_box .catch .small {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media (min-width: 1920px) {
  .top_about .about_powers .about_powers_inner .info_box .catch .small {
    font-size: 1.25vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers .about_powers_inner .info_box .catch .small {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_powers .about_powers_inner .info_box .catch .small {
    font-size: 5.8666666667vw;
  }
}
.top_about .about_powers .about_powers_inner .info_box .read {
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .top_about .about_powers .about_powers_inner .info_box .read {
    margin-top: 0.78125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers .about_powers_inner .info_box .read {
    margin-top: 0.9615384615vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_powers .about_powers_inner .info_box .read {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.top_about .about_powers .about_powers_inner .img_box {
  width: 365px;
}
@media (min-width: 1920px) {
  .top_about .about_powers .about_powers_inner .img_box {
    width: 19.0104166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers .about_powers_inner .img_box {
    width: 23.3974358974vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_powers .about_powers_inner .img_box {
    width: 77.3333333333vw;
    margin: 8vw auto 0;
  }
}
.top_about .about_powers .about_powers_inner .img_box img {
  width: 100%;
}
.top_about .about_powers .powers_btn {
  text-align: center;
  margin: 15px auto 0;
}
@media (min-width: 1920px) {
  .top_about .about_powers .powers_btn {
    margin: 0.78125vw auto 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers .powers_btn {
    margin: 0.9615384615vw auto 0;
  }
}
@media (max-width: 750px) {
  .top_about .about_powers .powers_btn {
    margin: 4vw auto 0;
  }
}
.top_about .about_powers .powers_btn a {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 350px;
  height: 58px;
  line-height: 58px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  padding: 0 50px;
  border-radius: 17px;
  transition: 0.2s;
  background: #f790b5;
}
@media (min-width: 1920px) {
  .top_about .about_powers .powers_btn a {
    min-width: 18.2291666667vw;
    height: 3.0208333333vw;
    line-height: 3.0208333333vw;
    font-size: 1.1458333333vw;
    padding: 0 2.6041666667vw;
    border-radius: 0.8854166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers .powers_btn a {
    min-width: 22.4358974359vw;
    height: 3.7179487179vw;
    line-height: 3.7179487179vw;
    font-size: 1.4102564103vw;
    padding: 0 3.2051282051vw;
    border-radius: 1.0897435897vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_powers .powers_btn a {
    min-width: initial;
    max-width: 77.3333333333vw;
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    font-size: 5.6vw;
    padding: 0 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.top_about .about_powers .powers_btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 35px;
  transition: 0.2s;
  background-size: 10px 18px;
  background-image: url(../images/common/icon_arrow.svg);
}
@media (min-width: 1920px) {
  .top_about .about_powers .powers_btn a:after {
    width: 0.5208333333vw;
    height: 0.9375vw;
    right: 1.8229166667vw;
    background-size: 0.5208333333vw 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers .powers_btn a:after {
    width: 0.641025641vw;
    height: 1.1538461538vw;
    right: 2.2435897436vw;
    background-size: 0.641025641vw 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_about .about_powers .powers_btn a:after {
    width: 2vw;
    height: 3.6vw;
    right: 6.6666666667vw;
    background-size: 2vw 3.6vw;
  }
}
@media (min-width: 751px) {
  .top_about .about_powers .powers_btn a:hover {
    color: #fff;
    opacity: 0.7;
  }
}
@media (min-width: 751px) {
  .top_about .about_powers .powers_btn a:hover:after {
    right: 30px;
  }
}
@media (min-width: 1920px) {
  .top_about .about_powers .powers_btn a:hover:after {
    right: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_about .about_powers .powers_btn a:hover:after {
    right: 1.9230769231vw;
  }
}

/********************************************
* top_feature
********************************************/
.top_feature {
  padding: 60px 0 140px;
  background-size: cover;
  background-image: url(../images/index/feature_bg.png);
}
@media (min-width: 1920px) {
  .top_feature {
    padding: 3.125vw 0 7.2916666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature {
    padding: 3.8461538462vw 0 8.9743589744vw;
  }
}
@media (max-width: 750px) {
  .top_feature {
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
}
.top_feature .feature_block_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 70px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block_list {
    gap: 4.1666666667vw;
    margin-top: 3.6458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block_list {
    gap: 5.1282051282vw;
    margin-top: 4.4871794872vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block_list {
    gap: 10vw;
    margin-top: 3.3333333333vw;
  }
}
.top_feature .feature_block {
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
  width: 1130px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .top_feature .feature_block {
    width: 58.8541666667vw;
    gap: 0 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block {
    width: 72.4358974359vw;
    gap: 0 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block {
    flex-direction: column;
    width: 100%;
    gap: 5.3333333333vw;
  }
}
.top_feature .feature_block .info_box {
  position: relative;
  width: 518px;
}
@media (min-width: 751px) {
  .top_feature .feature_block .info_box {
    padding-top: 30px;
  }
}
@media (min-width: 1920px) {
  .top_feature .feature_block .info_box {
    padding-top: 1.5625vw;
    width: 26.9791666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block .info_box {
    padding-top: 1.9230769231vw;
    width: 33.2051282051vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block .info_box {
    width: 85.3333333333vw;
    margin: 0 auto;
  }
}
.top_feature .feature_block .info_box .title_wrap {
  margin-bottom: 25px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block .info_box .title_wrap {
    margin-bottom: 1.3020833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block .info_box .title_wrap {
    margin-bottom: 1.6025641026vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block .info_box .title_wrap {
    margin-bottom: 3.3333333333vw;
  }
}
.top_feature .feature_block .info_box .title_wrap .num {
  color: #36c8c5;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.32em;
  margin-left: -0.16em;
}
@media (min-width: 1920px) {
  .top_feature .feature_block .info_box .title_wrap .num {
    font-size: 1.875vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block .info_box .title_wrap .num {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block .info_box .title_wrap .num {
    font-size: 8.5333333333vw;
  }
}
.top_feature .feature_block .info_box .title_wrap .title {
  color: #e40280;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 10px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block .info_box .title_wrap .title {
    font-size: 1.5625vw;
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block .info_box .title_wrap .title {
    font-size: 1.9230769231vw;
    margin-top: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block .info_box .title_wrap .title {
    font-size: 6.1333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.top_feature .feature_block .info_box .text {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block .info_box .text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block .info_box .text {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block .info_box .text {
    font-size: 4vw;
  }
}
.top_feature .feature_block .img_box {
  position: relative;
  width: 570px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block .img_box {
    width: 29.6875vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block .img_box {
    width: 36.5384615385vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block .img_box {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.top_feature .feature_block .img_box .img {
  width: 100%;
}
.top_feature .feature_block .img_box .img img {
  width: 100%;
}
.top_feature .feature_block .img_box .sub_img {
  position: absolute;
}
.top_feature .feature_block .img_box .sub_img img {
  width: 100%;
}
.top_feature .feature_block .img_box .sub_img.sub_img02 {
  width: 238px;
  bottom: -120px;
  left: 400px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block .img_box .sub_img.sub_img02 {
    width: 12.3958333333vw;
    bottom: -6.25vw;
    left: 20.8333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block .img_box .sub_img.sub_img02 {
    width: 15.2564102564vw;
    bottom: -7.6923076923vw;
    left: 25.641025641vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block .img_box .sub_img.sub_img02 {
    width: 50.6666666667vw;
    bottom: -32vw;
    left: -1.3333333333vw;
  }
}
.top_feature .feature_block .img_box .sub_img.sub_img06 {
  width: 203px;
  top: -74px;
  left: -74px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block .img_box .sub_img.sub_img06 {
    width: 10.5729166667vw;
    top: -3.8541666667vw;
    left: -3.8541666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block .img_box .sub_img.sub_img06 {
    width: 13.0128205128vw;
    top: -4.7435897436vw;
    left: -4.7435897436vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block .img_box .sub_img.sub_img06 {
    width: 44.6666666667vw;
    top: auto;
    bottom: -21.3333333333vw;
    left: 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .top_feature .feature_block.reverse {
    flex-direction: row-reverse;
  }
}
.top_feature .feature_block.feature_block01 .icon_wave {
  top: 10px;
  left: -126px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block01 .icon_wave {
    top: 0.5208333333vw;
    left: -6.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block01 .icon_wave {
    top: 0.641025641vw;
    left: -8.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block01 .icon_wave {
    top: 4vw;
    left: 14.6666666667vw;
  }
}
.top_feature .feature_block.feature_block01 .icon_wave_long {
  right: -10px;
  bottom: -45px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block01 .icon_wave_long {
    right: -0.5208333333vw;
    bottom: -2.34375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block01 .icon_wave_long {
    right: -0.641025641vw;
    bottom: -2.8846153846vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block01 .icon_wave_long {
    right: 0;
    bottom: -6vw;
  }
}
.top_feature .feature_block.feature_block02 .icon_wave {
  top: 30px;
  right: -35px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block02 .icon_wave {
    top: 1.5625vw;
    right: -1.8229166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block02 .icon_wave {
    top: 1.9230769231vw;
    right: -2.2435897436vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block02 .icon_wave {
    top: 4vw;
    right: 0;
  }
}
.top_feature .feature_block.feature_block02 .icon_wave_long {
  left: -80px;
  bottom: -55px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block02 .icon_wave_long {
    left: -4.1666666667vw;
    bottom: -2.8645833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block02 .icon_wave_long {
    left: -5.1282051282vw;
    bottom: -3.5256410256vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block02 .icon_wave_long {
    left: 0;
    bottom: -7.3333333333vw;
  }
}
.top_feature .feature_block.feature_block03 {
  margin-top: 80px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block03 {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block03 {
    margin-top: 5.1282051282vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block03 {
    margin-top: 26.6666666667vw;
  }
}
.top_feature .feature_block.feature_block03 .icon_wave {
  top: 10px;
  left: -126px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block03 .icon_wave {
    top: 0.5208333333vw;
    left: -6.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block03 .icon_wave {
    top: 0.641025641vw;
    left: -8.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block03 .icon_wave {
    top: 4vw;
    left: 14.6666666667vw;
  }
}
.top_feature .feature_block.feature_block03 .icon_wave_long {
  right: -10px;
  bottom: -45px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block03 .icon_wave_long {
    right: -0.5208333333vw;
    bottom: -2.34375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block03 .icon_wave_long {
    right: -0.641025641vw;
    bottom: -2.8846153846vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block03 .icon_wave_long {
    right: 0;
    bottom: -6vw;
  }
}
.top_feature .feature_block.feature_block04 .icon_wave {
  top: 30px;
  right: 30px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block04 .icon_wave {
    top: 1.5625vw;
    right: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block04 .icon_wave {
    top: 1.9230769231vw;
    right: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block04 .icon_wave {
    top: 4vw;
    right: 0;
  }
}
.top_feature .feature_block.feature_block04 .icon_wave_long {
  left: -80px;
  bottom: -55px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block04 .icon_wave_long {
    left: -4.1666666667vw;
    bottom: -2.8645833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block04 .icon_wave_long {
    left: -5.1282051282vw;
    bottom: -3.5256410256vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block04 .icon_wave_long {
    left: 0;
    bottom: -7.3333333333vw;
  }
}
.top_feature .feature_block.feature_block05 .icon_wave {
  top: 10px;
  left: -126px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block05 .icon_wave {
    top: 0.5208333333vw;
    left: -6.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block05 .icon_wave {
    top: 0.641025641vw;
    left: -8.0769230769vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block05 .icon_wave {
    top: 4vw;
    left: 14.6666666667vw;
  }
}
.top_feature .feature_block.feature_block05 .icon_wave_long {
  right: -10px;
  bottom: -45px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block05 .icon_wave_long {
    right: -0.5208333333vw;
    bottom: -2.34375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block05 .icon_wave_long {
    right: -0.641025641vw;
    bottom: -2.8846153846vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block05 .icon_wave_long {
    right: 0;
    bottom: -6vw;
  }
}
@media (min-width: 751px) {
  .top_feature .feature_block.feature_block06 {
    margin-top: 80px;
  }
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block06 {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block06 {
    margin-top: 5.1282051282vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block06 {
    padding-bottom: 21.3333333333vw;
  }
}
.top_feature .feature_block.feature_block06 .icon_wave {
  top: 30px;
  right: 45px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block06 .icon_wave {
    top: 1.5625vw;
    right: 2.34375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block06 .icon_wave {
    top: 1.9230769231vw;
    right: 2.8846153846vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block06 .icon_wave {
    top: 4vw;
    right: 0;
  }
}
.top_feature .feature_block.feature_block06 .icon_wave_long {
  left: -80px;
  bottom: -55px;
}
@media (min-width: 1920px) {
  .top_feature .feature_block.feature_block06 .icon_wave_long {
    left: -4.1666666667vw;
    bottom: -2.8645833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .feature_block.feature_block06 .icon_wave_long {
    left: -5.1282051282vw;
    bottom: -3.5256410256vw;
  }
}
@media (max-width: 750px) {
  .top_feature .feature_block.feature_block06 .icon_wave_long {
    left: 0;
    bottom: -7.3333333333vw;
  }
}
@media (min-width: 751px) {
  .top_feature .btn a {
    min-width: 444px;
  }
}
@media (min-width: 1920px) {
  .top_feature .btn a {
    min-width: 23.125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .btn a {
    min-width: 28.4615384615vw;
  }
}
.top_feature .message_btn {
  text-align: right;
  margin: 20px auto 0;
}
@media (min-width: 1920px) {
  .top_feature .message_btn {
    margin: 1.0416666667vw auto 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .message_btn {
    margin: 1.2820512821vw auto 0;
  }
}
@media (max-width: 750px) {
  .top_feature .message_btn {
    text-align: center;
    margin: 4vw auto 0;
  }
}
@media (min-width: 751px) {
  .top_feature .message_btn.pc_none {
    display: none;
  }
}
@media (max-width: 750px) {
  .top_feature .message_btn.sp_none {
    display: none;
  }
}
.top_feature .message_btn a {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 266px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
  border-radius: 22px;
  transition: 0.2s;
  background: #f790b5;
}
@media (min-width: 1920px) {
  .top_feature .message_btn a {
    min-width: 13.8541666667vw;
    height: 2.2916666667vw;
    line-height: 2.2916666667vw;
    font-size: 1.0416666667vw;
    padding: 0 0.78125vw;
    border-radius: 1.1458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .message_btn a {
    min-width: 17.0512820513vw;
    height: 2.8205128205vw;
    line-height: 2.8205128205vw;
    font-size: 1.2820512821vw;
    padding: 0 0.9615384615vw;
    border-radius: 1.4102564103vw;
  }
}
@media (max-width: 750px) {
  .top_feature .message_btn a {
    min-width: 61.3333333333vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 0 2vw;
    border-radius: 5.3333333333vw;
  }
}
@media (min-width: 751px) {
  .top_feature .message_btn a:hover {
    color: #fff;
    opacity: 0.7;
  }
}
@media (min-width: 751px) {
  .top_feature .message_btn a:hover:after {
    right: 30px;
  }
}
@media (min-width: 1920px) {
  .top_feature .message_btn a:hover:after {
    right: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_feature .message_btn a:hover:after {
    right: 1.9230769231vw;
  }
}

/********************************************
* top_access
********************************************/
.top_access {
  padding: 60px 0 140px;
}
@media (min-width: 1920px) {
  .top_access {
    padding: 3.125vw 0 7.2916666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access {
    padding: 3.8461538462vw 0 8.9743589744vw;
  }
}
@media (max-width: 750px) {
  .top_access {
    padding: 4vw 0 13.3333333333vw;
  }
}
.top_access .access_block_list {
  display: flex;
  justify-content: center;
  gap: 54px;
  margin-top: 40px;
}
@media (min-width: 1920px) {
  .top_access .access_block_list {
    gap: 2.8125vw;
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access .access_block_list {
    gap: 3.4615384615vw;
    margin-top: 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  .top_access .access_block_list {
    flex-direction: column;
    gap: 13.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.top_access .access_block {
  width: 500px;
}
@media (min-width: 1920px) {
  .top_access .access_block {
    width: 26.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access .access_block {
    width: 32.0512820513vw;
  }
}
@media (max-width: 750px) {
  .top_access .access_block {
    width: 85.3333333333vw;
    margin: 0 auto;
  }
}
.top_access .access_block .map_box {
  width: 100%;
  height: 440px;
}
@media (min-width: 1920px) {
  .top_access .access_block .map_box {
    height: 22.9166666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access .access_block .map_box {
    height: 28.2051282051vw;
  }
}
@media (max-width: 750px) {
  .top_access .access_block .map_box {
    height: 75.0666666667vw;
  }
}
.top_access .access_block .map_box .iframe {
  width: 100%;
  height: 100%;
  line-height: 1;
}
.top_access .access_block .map_box .iframe iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 1920px) {
  .top_access .access_block .map_box .iframe iframe {
    border-radius: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access .access_block .map_box .iframe iframe {
    border-radius: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .top_access .access_block .map_box .iframe iframe {
    border-radius: 2.6666666667vw;
  }
}
.top_access .access_block .info_box {
  margin-top: 10px;
}
@media (min-width: 1920px) {
  .top_access .access_block .info_box {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access .access_block .info_box {
    margin-top: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  .top_access .access_block .info_box {
    margin-top: 1.3333333333vw;
  }
}
.top_access .access_block .info_box .walk_time {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .top_access .access_block .info_box .walk_time {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access .access_block .info_box .walk_time {
    font-size: 1.4102564103vw;
  }
}
@media (max-width: 750px) {
  .top_access .access_block .info_box .walk_time {
    font-size: 4.2666666667vw;
  }
}
.top_access .access_block .info_box .address_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_access .access_block .info_box .address_detail dt {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.09em;
  background-size: 10px 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media (min-width: 1920px) {
  .top_access .access_block .info_box .address_detail dt {
    font-size: 1.25vw;
    background-size: 0.5208333333vw 0.2083333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access .access_block .info_box .address_detail dt {
    font-size: 1.5384615385vw;
    background-size: 0.641025641vw 0.2564102564vw;
  }
}
@media (max-width: 750px) {
  .top_access .access_block .info_box .address_detail dt {
    font-size: 5.3333333333vw;
    background-size: 2.6666666667vw 1.0666666667vw;
  }
}
.top_access .access_block .info_box .address_detail dt.orange_dot {
  background-image: url(../images/common/line_dot_large_orange.png);
}
.top_access .access_block .info_box .address_detail dt.blue_dot {
  background-image: url(../images/common/line_dot_large_blue.png);
}
.top_access .access_block .info_box .address_detail dd {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 1920px) {
  .top_access .access_block .info_box .address_detail dd {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access .access_block .info_box .address_detail dd {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .top_access .access_block .info_box .address_detail dd {
    font-size: 3.4666666667vw;
  }
}
.top_access .access_block .info_box .btn {
  margin-top: 30px;
}
@media (min-width: 1920px) {
  .top_access .access_block .info_box .btn {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .top_access .access_block .info_box .btn {
    margin-top: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .top_access .access_block .info_box .btn {
    margin-top: 5.3333333333vw;
  }
}
.top_access .access_block .info_box .btn a {
  width: 100%;
}

/********************************************
* page introduction
********************************************/
.introduction_content .introduction_title_h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 1920px) {
  .introduction_content .introduction_title_h2 {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .introduction_title_h2 {
    font-size: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .introduction_title_h2 {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .sec_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.introduction_content .section1 .main_img01 {
  margin-bottom: 45px;
}
@media (min-width: 1920px) {
  .introduction_content .section1 .main_img01 {
    margin-bottom: 2.34375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section1 .main_img01 {
    margin-bottom: 2.8846153846vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section1 .main_img01 {
    width: 90.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
  }
}
.introduction_content .section1 .main_img01 img {
  width: 100%;
}
.introduction_content .section1 .message_block {
  width: 1188px;
  min-height: 448px;
  padding: 65px 50px 25px;
  margin: 15px auto 0;
  background-position: top center;
  background-size: cover;
  background-image: url(../images/takatsuki/message_bg.png);
}
@media (min-width: 1920px) {
  .introduction_content .section1 .message_block {
    width: 61.875vw;
    min-height: 23.3333333333vw;
    padding: 3.3854166667vw 2.6041666667vw 1.3020833333vw;
    margin: 0.78125vw auto 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section1 .message_block {
    width: 76.1538461538vw;
    min-height: 28.7179487179vw;
    padding: 4.1666666667vw 3.2051282051vw 1.6025641026vw;
    margin: 0.9615384615vw auto 0;
  }
}
@media (max-width: 750px) {
  .introduction_content .section1 .message_block {
    width: 100%;
    min-height: 103.7333333333vw;
    padding: 9.3333333333vw 6.6666666667vw 4.6666666667vw;
    margin: 2vw auto 0;
  }
}
.introduction_content .section1 .message_block .text {
  text-align: center;
  font-size: 20px;
  line-height: 37px;
}
@media (min-width: 1920px) {
  .introduction_content .section1 .message_block .text {
    font-size: 1.0416666667vw;
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section1 .message_block .text {
    font-size: 1.2820512821vw;
    line-height: 2.3717948718vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section1 .message_block .text {
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 5.4666666667vw;
  }
}
.introduction_content .section1 .message_block .name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
}
@media (min-width: 1920px) {
  .introduction_content .section1 .message_block .name {
    font-size: 1.0416666667vw;
    margin-top: 3.125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section1 .message_block .name {
    font-size: 1.2820512821vw;
    margin-top: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section1 .message_block .name {
    text-align: right;
    font-size: 3.4666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.introduction_content .section2 {
  margin-top: 90px;
}
@media (min-width: 1920px) {
  .introduction_content .section2 {
    margin-top: 4.6875vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 {
    margin-top: 5.7692307692vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 {
    margin-top: 3.3333333333vw;
  }
}
.introduction_content .section2 .facility_slide {
  position: relative;
  width: 1140px;
  margin: 15px auto 0;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .facility_slide {
    width: 59.375vw;
    margin: 0.78125vw auto 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .facility_slide {
    width: 73.0769230769vw;
    margin: 0.9615384615vw auto 0;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 .facility_slide {
    width: 100%;
    margin: 2vw auto 0;
  }
}
.introduction_content .section2 .facility_slide .swiper-slide img {
  width: 100%;
}
.introduction_content .section2 .facility_slide .swiper-slide .caption {
  text-align: center;
  color: #5b5a5a;
  font-weight: bold;
  margin-top: 5px;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .facility_slide .swiper-slide .caption {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .facility_slide .swiper-slide .caption {
    font-size: 1.0256410256vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 .facility_slide .swiper-slide .caption {
    font-size: 3.2vw;
  }
}
.introduction_content .section2 .facility_slide .swiper-button-next,
.introduction_content .section2 .facility_slide .swiper-button-prev {
  color: #01a29e;
}
.introduction_content .section2 .facility_slide .swiper-button-next::after,
.introduction_content .section2 .facility_slide .swiper-button-prev::after {
  font-size: 48px;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .facility_slide .swiper-button-next::after,
  .introduction_content .section2 .facility_slide .swiper-button-prev::after {
    font-size: 2.5vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .facility_slide .swiper-button-next::after,
  .introduction_content .section2 .facility_slide .swiper-button-prev::after {
    font-size: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 .facility_slide .swiper-button-next::after,
  .introduction_content .section2 .facility_slide .swiper-button-prev::after {
    font-size: 6.4vw;
  }
}
.introduction_content .section2 .facility_slide .swiper-button-prev,
.introduction_content .section2 .facility_slide .swiper-rtl .swiper-button-next {
  top: calc(50% - 16px);
  left: -37px;
  width: 27px;
  height: 48px;
  transition: 0.2s;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .facility_slide .swiper-button-prev,
  .introduction_content .section2 .facility_slide .swiper-rtl .swiper-button-next {
    top: calc(50% - 0.8333333333vw);
    left: -1.9270833333vw;
    width: 1.40625vw;
    height: 2.5vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .facility_slide .swiper-button-prev,
  .introduction_content .section2 .facility_slide .swiper-rtl .swiper-button-next {
    top: calc(50% - 1.0256410256vw);
    left: -2.3717948718vw;
    width: 1.7307692308vw;
    height: 3.0769230769vw;
  }
}
@media (min-width: 751px) {
  .introduction_content .section2 .facility_slide .swiper-button-prev:hover,
  .introduction_content .section2 .facility_slide .swiper-rtl .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.introduction_content .section2 .facility_slide .swiper-button-next,
.introduction_content .section2 .facility_slide .swiper-rtl .swiper-button-prev {
  top: calc(50% - 16px);
  right: -37px;
  width: 27px;
  height: 48px;
  transition: 0.2s;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .facility_slide .swiper-button-next,
  .introduction_content .section2 .facility_slide .swiper-rtl .swiper-button-prev {
    top: calc(50% - 0.8333333333vw);
    right: -1.9270833333vw;
    width: 1.40625vw;
    height: 2.5vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .facility_slide .swiper-button-next,
  .introduction_content .section2 .facility_slide .swiper-rtl .swiper-button-prev {
    top: calc(50% - 1.0256410256vw);
    right: -2.3717948718vw;
    width: 1.7307692308vw;
    height: 3.0769230769vw;
  }
}
@media (min-width: 751px) {
  .introduction_content .section2 .facility_slide .swiper-button-next:hover,
  .introduction_content .section2 .facility_slide .swiper-rtl .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.introduction_content .section2 .outline_item_list {
  margin-top: 70px;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .outline_item_list {
    margin-top: 3.6458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .outline_item_list {
    margin-top: 4.4871794872vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 .outline_item_list {
    margin-top: 9.3333333333vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.introduction_content .section2 .outline_item_list .outline_item {
  background-image: url(../images/common/line_dot_large.png);
}
.introduction_content .section2 .outline_item_list .outline_item:last-child {
  background: none;
}
.introduction_content .section2 .access_block {
  width: 800px;
  margin: 90px auto 0;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .access_block {
    width: 41.6666666667vw;
    margin: 4.6875vw auto 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .access_block {
    width: 51.2820512821vw;
    margin: 5.7692307692vw auto 0;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 .access_block {
    width: 100%;
    margin: 12vw auto 0;
  }
}
.introduction_content .section2 .access_block .map_box {
  width: 100%;
  height: 440px;
  margin-top: 20px;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .access_block .map_box {
    height: 22.9166666667vw;
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .access_block .map_box {
    height: 28.2051282051vw;
    margin-top: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 .access_block .map_box {
    height: 58.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.introduction_content .section2 .access_block .map_box .iframe {
  width: 100%;
  height: 100%;
  line-height: 1;
}
.introduction_content .section2 .access_block .map_box .iframe iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .access_block .map_box .iframe iframe {
    border-radius: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .access_block .map_box .iframe iframe {
    border-radius: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 .access_block .map_box .iframe iframe {
    border-radius: 0;
  }
}
.introduction_content .section2 .access_block .info_box {
  margin-top: 45px;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .access_block .info_box {
    margin-top: 2.34375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .access_block .info_box {
    margin-top: 2.8846153846vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 .access_block .info_box {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    margin-top: 6vw;
  }
}
.introduction_content .section2 .access_block .info_box .walk_time {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 1920px) {
  .introduction_content .section2 .access_block .info_box .walk_time {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .introduction_content .section2 .access_block .info_box .walk_time {
    font-size: 1.7948717949vw;
  }
}
@media (max-width: 750px) {
  .introduction_content .section2 .access_block .info_box .walk_time {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}

/********************************************
* page takatsuki
********************************************/
#takatsuki .introduction_content .outline_item_list .outline_item .dt_title {
  color: #ff9e2a;
}
#takatsuki .footer .footer_contact .btn_contact {
  margin-top: 22px;
}
@media (min-width: 1920px) {
  #takatsuki .footer .footer_contact .btn_contact {
    margin-top: 1.1458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #takatsuki .footer .footer_contact .btn_contact {
    margin-top: 1.4102564103vw;
  }
}
@media (max-width: 750px) {
  #takatsuki .footer .footer_contact .btn_contact {
    margin-top: 6.6666666667vw;
  }
}

/********************************************
* page settsutonda
********************************************/
#settsutonda .introduction_content .outline_item_list .outline_item .dt_title {
  color: #568ee0;
}
#settsutonda .section1 .message_block {
  background-image: url(../images/settsutonda/message_bg.png);
}
#settsutonda .footer .footer_contact .btn_contact {
  margin-top: 22px;
}
@media (min-width: 1920px) {
  #settsutonda .footer .footer_contact .btn_contact {
    margin-top: 1.1458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #settsutonda .footer .footer_contact .btn_contact {
    margin-top: 1.4102564103vw;
  }
}
@media (max-width: 750px) {
  #settsutonda .footer .footer_contact .btn_contact {
    margin-top: 6.6666666667vw;
  }
}

/********************************************
* contact
********************************************/
#contact .content_main .sec_inner,
#confirm .content_main .sec_inner,
#thanks .content_main .sec_inner {
  max-width: 970px;
}
@media (min-width: 1920px) {
  #contact .content_main .sec_inner,
  #confirm .content_main .sec_inner,
  #thanks .content_main .sec_inner {
    max-width: 50.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #contact .content_main .sec_inner,
  #confirm .content_main .sec_inner,
  #thanks .content_main .sec_inner {
    max-width: 62.1794871795vw;
  }
}

/********************************************
* form_content
********************************************/
.mw_wp_form_input .return {
  display: none;
}

.form_content {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  z-index: 1;
}
.form_content .read {
  text-align: center;
  font-size: 20px;
  margin-bottom: 80px;
}
@media (min-width: 1920px) {
  .form_content .read {
    font-size: 1.0416666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content .read {
    font-size: 1.2820512821vw;
    margin-bottom: 5.1282051282vw;
  }
}
@media (max-width: 750px) {
  .form_content .read {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.form_content dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (min-width: 1920px) {
  .form_content dl {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl {
    margin-bottom: 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  .form_content dl {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.form_content dl.radio dt {
  padding-top: 10px;
}
@media (min-width: 1920px) {
  .form_content dl.radio dt {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.radio dt {
    padding-top: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio dt {
    padding-top: 0;
  }
}
.form_content dl.radio input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  padding: 0;
  margin: 0 7px 0 0;
}
@media (min-width: 1920px) {
  .form_content dl.radio input[type=radio] {
    width: 0.9375vw;
    height: 0.9375vw;
    vertical-align: -0.15625vw;
    margin: 0 0.3645833333vw 0 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.radio input[type=radio] {
    width: 1.1538461538vw;
    height: 1.1538461538vw;
    vertical-align: -0.1923076923vw;
    margin: 0 0.4487179487vw 0 0;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio input[type=radio] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.5333333333vw;
    margin: 0 0.9333333333vw 0 0;
  }
}
.form_content dl.radio .mwform-radio-field-text {
  font-size: 18px;
}
@media (min-width: 1920px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.radio .mwform-radio-field label {
  padding-left: 0;
  padding-right: 20px;
}
@media (min-width: 1920px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 2vw;
  }
}
.form_content dl.check dt {
  padding-top: 10px;
}
@media (min-width: 1920px) {
  .form_content dl.check dt {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.check dt {
    padding-top: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check dt {
    padding-top: 0;
  }
}
.form_content dl.check input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  padding: 0;
  margin: 0 7px 0 0;
}
@media (min-width: 1920px) {
  .form_content dl.check input[type=checkbox] {
    width: 0.9375vw;
    height: 0.9375vw;
    vertical-align: -0.15625vw;
    margin: 0 0.3645833333vw 0 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.check input[type=checkbox] {
    width: 1.1538461538vw;
    height: 1.1538461538vw;
    vertical-align: -0.1923076923vw;
    margin: 0 0.4487179487vw 0 0;
  }
}
@media (max-width: 750px) {
  .form_content dl.check input[type=checkbox] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.5333333333vw;
    margin: 0 0.9333333333vw 0 0;
  }
}
.form_content dl.check .mwform-checkbox-field-text {
  font-size: 18px;
}
@media (min-width: 1920px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.check .mwform-checkbox-field label {
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 1920px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 5.3333333333vw;
  }
}
.form_content dl.check .vertical-item + .vertical-item {
  margin-top: 15px;
}
@media (min-width: 1920px) {
  .form_content dl.check .vertical-item + .vertical-item {
    margin-top: 0.78125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.check .vertical-item + .vertical-item {
    margin-top: 0.9615384615vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .vertical-item + .vertical-item {
    margin-top: 2.6666666667vw;
  }
}
.form_content dl.select dt {
  padding-top: 0;
}
.form_content dl.select select {
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 5px;
}
@media (min-width: 1920px) {
  .form_content dl.select select {
    padding: 0.78125vw 0.5208333333vw;
    border-radius: 0.2604166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dl.select select {
    padding: 0.9615384615vw 0.641025641vw;
    border-radius: 0.3205128205vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.select select {
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.form_content dt {
  width: 270px;
  padding-top: 13px;
  margin-right: 20px;
}
@media (min-width: 1920px) {
  .form_content dt {
    width: 14.0625vw;
    padding-top: 0.6770833333vw;
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dt {
    width: 17.3076923077vw;
    padding-top: 0.8333333333vw;
    margin-right: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .form_content dt {
    float: none;
    width: 100%;
    font-size: 4vw;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
.form_content dt .text {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 1920px) {
  .form_content dt .text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dt .text {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dt .text {
    display: inline-block;
    font-size: 3.7333333333vw;
  }
}
.form_content dt .text .optional {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  padding: 2px 3px;
  background-color: #36c8c5;
  border-radius: 6px;
}
@media (min-width: 1920px) {
  .form_content dt .text .optional {
    font-size: 0.6770833333vw;
    padding: 0.1041666667vw 0.15625vw;
    border-radius: 0.3125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dt .text .optional {
    font-size: 0.8333333333vw;
    padding: 0.1282051282vw 0.1923076923vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dt .text .optional {
    right: -10.6666666667vw;
    font-size: 2.9333333333vw;
    padding: 0.5333333333vw 0.8vw;
    border-radius: 0.8vw;
  }
}
.form_content dd {
  width: 580px;
}
@media (min-width: 1920px) {
  .form_content dd {
    width: 30.2083333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd {
    width: 37.1794871795vw;
  }
}
@media (max-width: 750px) {
  .form_content dd {
    width: 100%;
  }
}
.form_content dd input,
.form_content dd .input_style,
.form_content dd textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 100%;
  margin: 0;
  font-size: 18px;
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 8px;
}
@media (min-width: 1920px) {
  .form_content dd input,
  .form_content dd .input_style,
  .form_content dd textarea {
    font-size: 0.9375vw;
    padding: 0.78125vw 0.5208333333vw;
    border-radius: 0.4166666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd input,
  .form_content dd .input_style,
  .form_content dd textarea {
    font-size: 1.1538461538vw;
    padding: 0.9615384615vw 0.641025641vw;
    border-radius: 0.5128205128vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input,
  .form_content dd .input_style,
  .form_content dd textarea {
    font-size: 3.7333333333vw !important;
    padding: 2vw 1.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.form_content dd input:focus,
.form_content dd .input_style:focus,
.form_content dd textarea:focus {
  font-size: 18px;
  outline: none;
  border: 1px solid #555;
}
@media (min-width: 1920px) {
  .form_content dd input:focus,
  .form_content dd .input_style:focus,
  .form_content dd textarea:focus {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd input:focus,
  .form_content dd .input_style:focus,
  .form_content dd textarea:focus {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input:focus,
  .form_content dd .input_style:focus,
  .form_content dd textarea:focus {
    font-size: 3.7333333333vw;
  }
}
.form_content dd input::placeholder,
.form_content dd .input_style::placeholder,
.form_content dd textarea::placeholder {
  color: #666;
  font-size: 18px;
}
@media (min-width: 1920px) {
  .form_content dd input::placeholder,
  .form_content dd .input_style::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd input::placeholder,
  .form_content dd .input_style::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input::placeholder,
  .form_content dd .input_style::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 3.7333333333vw;
  }
}
.form_content dd .mwform-tel-field {
  display: block;
}
.form_content dd .mwform-tel-field input {
  margin: 0;
}
@media (max-width: 750px) {
  .form_content dd .mwform-tel-field {
    height: 10.6666666667vw;
  }
}
.form_content dd .input_tel {
  font-size: 18px;
}
@media (min-width: 1920px) {
  .form_content dd .input_tel {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .input_tel {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_tel {
    font-size: 3.7333333333vw;
  }
}
.form_content dd .input_file {
  height: auto;
}
@media (max-width: 750px) {
  .form_content dd .input_file {
    font-size: 3.2vw !important;
  }
}
.form_content dd input {
  height: 50px;
}
@media (min-width: 1920px) {
  .form_content dd input {
    height: 2.6041666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd input {
    height: 3.2051282051vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input {
    height: 10.6666666667vw;
  }
}
.form_content dd input.address + input {
  margin-top: 20px;
}
@media (min-width: 1920px) {
  .form_content dd input.address + input {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd input.address + input {
    margin-top: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input.address + input {
    margin-top: 2.6666666667vw;
  }
}
.form_content dd textarea {
  height: 250px;
}
@media (min-width: 1920px) {
  .form_content dd textarea {
    height: 13.0208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd textarea {
    height: 16.0256410256vw;
  }
}
@media (max-width: 750px) {
  .form_content dd textarea {
    height: 46.6666666667vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .mwform-tel-field input {
    width: 25%;
  }
}
.form_content dd label img {
  max-width: 200px;
  margin-right: auto;
}
@media (min-width: 1920px) {
  .form_content dd label img {
    max-width: 10.4166666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd label img {
    max-width: 12.8205128205vw;
  }
}
@media (max-width: 750px) {
  .form_content dd label img {
    max-width: 16vw;
  }
}
.form_content dd .cap {
  font-size: 18px;
}
@media (min-width: 1920px) {
  .form_content dd .cap {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .cap {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .cap {
    font-size: 3.2vw;
  }
}
.form_content dd .error {
  font-size: 18px;
}
@media (min-width: 1920px) {
  .form_content dd .error {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .error {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .error {
    font-size: 3.2vw;
  }
}
.form_content dd .input_block_list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media (min-width: 1920px) {
  .form_content dd .input_block_list {
    gap: 0.625vw 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .input_block_list {
    gap: 0.7692307692vw 0;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_block_list {
    gap: 1.6vw 0;
  }
}
.form_content dd .input_block_wrap {
  display: flex;
  gap: 0 30px;
}
@media (min-width: 1920px) {
  .form_content dd .input_block_wrap {
    gap: 0 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .input_block_wrap {
    gap: 0 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_block_wrap {
    gap: 0 4vw;
  }
}
.form_content dd .input_title.cap {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  .form_content dd .input_title.cap {
    font-size: 0.7291666667vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .input_title.cap {
    font-size: 0.8974358974vw;
    margin-bottom: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_title.cap {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.form_content dd .input_field.small {
  width: 200px;
}
@media (min-width: 1920px) {
  .form_content dd .input_field.small {
    width: 10.4166666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .input_field.small {
    width: 12.8205128205vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_field.small {
    width: 41.3333333333vw;
  }
}
.form_content dd .input_field.smaller {
  width: 140px;
}
@media (min-width: 1920px) {
  .form_content dd .input_field.smaller {
    width: 7.2916666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .input_field.smaller {
    width: 8.9743589744vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_field.smaller {
    width: 41.3333333333vw;
  }
}
.form_content dd .input_file {
  display: flex;
  flex-wrap: wrap;
}
.form_content dd .input_file input {
  width: 350px;
}
@media (min-width: 1920px) {
  .form_content dd .input_file input {
    width: 18.2291666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .input_file input {
    width: 22.4358974359vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_file input {
    width: 81.3333333333vw;
  }
}
.form_content dd .attention_list {
  margin-top: 15px;
}
@media (min-width: 1920px) {
  .form_content dd .attention_list {
    margin-top: 0.78125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .attention_list {
    margin-top: 0.9615384615vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .attention_list {
    margin-top: 2.6666666667vw;
  }
}
.form_content dd .attention_list li {
  font-size: 14px;
}
@media (min-width: 1920px) {
  .form_content dd .attention_list li {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .attention_list li {
    font-size: 0.8974358974vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .attention_list li {
    font-size: 2.9333333333vw;
  }
}
.form_content dd .mwform-file-delete {
  font-size: 30px;
  line-height: 1.6;
}
@media (min-width: 1920px) {
  .form_content dd .mwform-file-delete {
    font-size: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_content dd .mwform-file-delete {
    font-size: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .mwform-file-delete {
    font-size: 4vw;
  }
}

/********************************************
* form_content 確認画面
********************************************/
.mw_wp_form_preview .form_content dd {
  min-height: 50px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #eee;
}
@media (min-width: 1920px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 2.6041666667vw;
    padding: 0.78125vw 1.0416666667vw;
    border-radius: 0.2604166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 3.2051282051vw;
    padding: 0.9615384615vw 1.2820512821vw;
    border-radius: 0.3205128205vw;
  }
}
@media (max-width: 750px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 10.6666666667vw;
    padding: 2vw 4vw;
    border-radius: 0.6666666667vw;
  }
}
.mw_wp_form_preview .form_content .confirm,
.mw_wp_form_preview .form_content .form_title_wrap,
.mw_wp_form_preview .form_content .input_title,
.mw_wp_form_preview .form_content .attention_list,
.mw_wp_form_preview .form_content .read,
.mw_wp_form_preview .form_content .form_block_tel,
.mw_wp_form_preview .form_content dt .optional,
.mw_wp_form_preview .form_content .img_icon,
.mw_wp_form_preview .form_content .caption,
.mw_wp_form_preview .form_content .atten,
.mw_wp_form_preview .form_content .form_atten,
.mw_wp_form_preview .form_content .form_privacy,
.mw_wp_form_preview .form_content .terms_check {
  display: none;
}

/********************************************
* form_content input_btn
********************************************/
.input_btn {
  width: 444px;
  position: relative;
  text-align: center;
  margin: 50px auto 0;
}
@media (min-width: 1920px) {
  .input_btn {
    width: 23.125vw;
    margin: 2.6041666667vw auto 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .input_btn {
    width: 28.4615384615vw;
    margin: 3.2051282051vw auto 0;
  }
}
@media (max-width: 750px) {
  .input_btn {
    width: 80vw;
    margin: 8vw auto 0;
  }
}
.input_btn input[type=submit],
.input_btn input[type=button] {
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 87px;
  color: #fff;
  font-family: 500;
  font-weight: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 30px;
  line-height: 87px;
  padding: 0;
  border-radius: 20px;
  background: #36c8c5;
  transition: 0.2s;
}
@media (min-width: 1920px) {
  .input_btn input[type=submit],
  .input_btn input[type=button] {
    height: 4.53125vw;
    font-size: 1.5625vw;
    line-height: 4.53125vw;
    border-radius: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .input_btn input[type=submit],
  .input_btn input[type=button] {
    height: 5.5769230769vw;
    font-size: 1.9230769231vw;
    line-height: 5.5769230769vw;
    border-radius: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .input_btn input[type=submit],
  .input_btn input[type=button] {
    font-size: 4.8vw;
    height: 16vw;
    line-height: 16vw;
    border-radius: 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .input_btn:hover input[type=submit],
  .input_btn:hover input[type=button] {
    opacity: 0.7;
  }
}
.input_btn.return input[type=submit],
.input_btn.return input[type=button] {
  background: #555;
}

/********************************************
* form_privacy
********************************************/
.form_privacy {
  margin-top: 60px;
}
@media (min-width: 1920px) {
  .form_privacy {
    margin-top: 3.125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_privacy {
    margin-top: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .form_privacy {
    margin-top: 8vw;
  }
}
.form_privacy .privacy_title {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media (min-width: 1920px) {
  .form_privacy .privacy_title {
    font-size: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_privacy .privacy_title {
    font-size: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
    margin-bottom: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .privacy_title {
    font-size: 4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.form_privacy .atten_text {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 1920px) {
  .form_privacy .atten_text {
    margin-bottom: 1.8229166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .form_privacy .atten_text {
    margin-bottom: 2.2435897436vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .atten_text {
    text-align: left;
    margin-bottom: 9.3333333333vw;
  }
}

/********************************************
* checkbox
********************************************/
.terms_check {
  text-align: center;
}
.terms_check input[type=checkbox] {
  height: 24px;
  width: 24px;
}
@media (min-width: 1920px) {
  .terms_check input[type=checkbox] {
    height: 1.25vw;
    width: 1.25vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .terms_check input[type=checkbox] {
    height: 1.5384615385vw;
    width: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .terms_check input[type=checkbox] {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}
.terms_check .mwform-checkbox-field-text {
  font-size: 16px;
  vertical-align: 3px;
}
@media (min-width: 1920px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 0.8333333333vw;
    vertical-align: 0.15625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 1.0256410256vw;
    vertical-align: 0.1923076923vw;
  }
}
@media (max-width: 750px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 3.2vw;
    vertical-align: 0.9333333333vw;
  }
}

/********************************************
* thanks_content
********************************************/
.thanks_content {
  text-align: center;
}
.thanks_content .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}
@media (min-width: 1920px) {
  .thanks_content .title {
    font-size: 1.25vw;
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .thanks_content .title {
    font-size: 1.5384615385vw;
    margin-top: 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .title {
    font-size: 4.5333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.thanks_content .message {
  font-size: 18px;
  margin-top: 30px;
}
@media (min-width: 1920px) {
  .thanks_content .message {
    font-size: 0.9375vw;
    margin-top: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .thanks_content .message {
    font-size: 1.1538461538vw;
    margin-top: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .message {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.thanks_content .mail {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (min-width: 1920px) {
  .thanks_content .mail {
    font-size: 1.25vw;
    margin-bottom: 0.78125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .thanks_content .mail {
    font-size: 1.5384615385vw;
    margin-bottom: 0.9615384615vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .mail {
    font-size: 4.5333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.thanks_content .time {
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 1920px) {
  .thanks_content .time {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .thanks_content .time {
    font-size: 1.0256410256vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .time {
    font-size: 3.2vw;
  }
}
.thanks_content .tel_wrap {
  margin-top: 30px;
}
@media (min-width: 1920px) {
  .thanks_content .tel_wrap {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .thanks_content .tel_wrap {
    margin-top: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .tel_wrap {
    margin-top: 5.3333333333vw;
  }
}
.thanks_content .tel_wrap a {
  color: #da0022;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1920px) {
  .thanks_content .tel_wrap a {
    font-size: 1.875vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .thanks_content .tel_wrap a {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .tel_wrap a {
    font-size: 9.3333333333vw;
  }
}

/********************************************
* iPhone
********************************************/
@media (max-width: 750px) {
  .iPhone .mwform-checkbox-field-text {
    vertical-align: 0.4vw;
  }
}
@media (max-width: 750px) {
  .iPhone .form_content dl.check input[type=checkbox] {
    vertical-align: 0.5333333333vw;
  }
}
@media (max-width: 750px) {
  .iPhone .form_content dl.radio input[type=radio] {
    vertical-align: 0;
  }
}

/********************************************
* page powers
********************************************/
#powers .content_main {
  padding-bottom: 150px;
}
@media (min-width: 1920px) {
  #powers .content_main {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .content_main {
    padding-bottom: 9.6153846154vw;
  }
}
@media (max-width: 750px) {
  #powers .content_main {
    padding-bottom: 33.3333333333vw;
  }
}
#powers .read_wrap .read {
  text-align: center;
  color: #01a29e;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.75;
}
@media (min-width: 1920px) {
  #powers .read_wrap .read {
    font-size: 1.25vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .read_wrap .read {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #powers .read_wrap .read {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
#powers .section1 {
  width: 826px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  #powers .section1 {
    width: 43.0208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 {
    width: 52.9487179487vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 {
    width: 100%;
  }
}
#powers .section1 .powers_block_list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-top: 60px;
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block_list {
    gap: 1.5625vw 0;
    margin-top: 3.125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block_list {
    gap: 1.9230769231vw 0;
    margin-top: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block_list {
    gap: 6.6666666667vw 0;
    margin-top: 6.6666666667vw;
  }
}
#powers .section1 .powers_block {
  position: relative;
  min-height: 360px;
  padding: 40px 70px;
  background-position: top center;
  background-size: cover;
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block {
    min-height: 18.75vw;
    padding: 2.0833333333vw 3.6458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block {
    min-height: 23.0769230769vw;
    padding: 2.5641025641vw 4.4871794872vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block {
    min-height: 85.3333333333vw;
    padding: 9.3333333333vw 8vw;
  }
}
#powers .section1 .powers_block.powers_block01 {
  background-image: url(../images/powers/powers_bg01.png);
}
@media (max-width: 750px) {
  #powers .section1 .powers_block.powers_block01 {
    background-image: url(../images/powers/sp/sp_powers_bg01.png);
  }
}
#powers .section1 .powers_block.powers_block01 .illust {
  top: -15px;
  left: 45px;
  width: 111px;
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block.powers_block01 .illust {
    top: -0.78125vw;
    left: 2.34375vw;
    width: 5.78125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block.powers_block01 .illust {
    top: -0.9615384615vw;
    left: 2.8846153846vw;
    width: 7.1153846154vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block.powers_block01 .illust {
    top: 8vw;
    left: -2.9333333333vw;
    width: 23.3333333333vw;
  }
}
#powers .section1 .powers_block.powers_block02 {
  background-image: url(../images/powers/powers_bg02.png);
}
@media (max-width: 750px) {
  #powers .section1 .powers_block.powers_block02 {
    background-image: url(../images/powers/sp/sp_powers_bg02.png);
  }
}
#powers .section1 .powers_block.powers_block02 .illust {
  top: -15px;
  right: 60px;
  width: 80px;
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block.powers_block02 .illust {
    top: -0.78125vw;
    right: 3.125vw;
    width: 4.1666666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block.powers_block02 .illust {
    top: -0.9615384615vw;
    right: 3.8461538462vw;
    width: 5.1282051282vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block.powers_block02 .illust {
    top: -2vw;
    right: 2vw;
    width: 16.9333333333vw;
  }
}
#powers .section1 .powers_block.powers_block03 {
  background-image: url(../images/powers/powers_bg03.png);
}
@media (max-width: 750px) {
  #powers .section1 .powers_block.powers_block03 {
    background-image: url(../images/powers/sp/sp_powers_bg03.png);
  }
}
#powers .section1 .powers_block.powers_block03 .illust {
  top: -20px;
  left: 50px;
  width: 68px;
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block.powers_block03 .illust {
    top: -1.0416666667vw;
    left: 2.6041666667vw;
    width: 3.5416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block.powers_block03 .illust {
    top: -1.2820512821vw;
    left: 3.2051282051vw;
    width: 4.358974359vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block.powers_block03 .illust {
    top: 17.3333333333vw;
    left: -5.3333333333vw;
    width: 16vw;
  }
}
#powers .section1 .powers_block .powers_title_wrap {
  text-align: center;
  padding-bottom: 15px;
  background-size: 10px 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url(../images/common/line_dot_large.png);
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block .powers_title_wrap {
    padding-bottom: 0.78125vw;
    background-size: 0.5208333333vw 0.2083333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block .powers_title_wrap {
    padding-bottom: 0.9615384615vw;
    background-size: 0.641025641vw 0.2564102564vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block .powers_title_wrap {
    padding-bottom: 6vw;
    background-size: 1.3333333333vw 0.5333333333vw;
  }
}
#powers .section1 .powers_block .powers_title_wrap .powers_title {
  color: #01a29e;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block .powers_title_wrap .powers_title {
    font-size: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block .powers_title_wrap .powers_title {
    font-size: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block .powers_title_wrap .powers_title {
    font-size: 5.8666666667vw;
  }
}
#powers .section1 .powers_block .powers_title_wrap .sub_title {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block .powers_title_wrap .sub_title {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block .powers_title_wrap .sub_title {
    font-size: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block .powers_title_wrap .sub_title {
    font-size: 4.6666666667vw;
  }
}
#powers .section1 .powers_block .powers_title_wrap .sub_title .bracket {
  font-weight: bold;
  letter-spacing: -0.5em;
}
#powers .section1 .powers_block .desc {
  margin-top: 12px;
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block .desc {
    margin-top: 0.625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block .desc {
    margin-top: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block .desc {
    margin-top: 6vw;
  }
}
#powers .section1 .powers_block .desc .text {
  font-size: bold;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media (min-width: 1920px) {
  #powers .section1 .powers_block .desc .text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section1 .powers_block .desc .text {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  #powers .section1 .powers_block .desc .text {
    font-size: 4vw;
  }
}
#powers .section1 .powers_block .illust {
  position: absolute;
}
#powers .section1 .powers_block .illust img {
  width: 100%;
}
#powers .section2 {
  width: 800px;
  margin: 80px auto 0;
}
@media (min-width: 1920px) {
  #powers .section2 {
    width: 41.6666666667vw;
    margin: 4.1666666667vw auto 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section2 {
    width: 51.2820512821vw;
    margin: 5.1282051282vw auto 0;
  }
}
@media (max-width: 750px) {
  #powers .section2 {
    width: 100%;
    margin: 21.3333333333vw auto 0;
  }
}
#powers .section2 .initiative_wrap {
  text-align: center;
  background-size: 10px 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url(../images/common/line_dot_large.png);
}
@media (min-width: 1920px) {
  #powers .section2 .initiative_wrap {
    background-size: 0.5208333333vw 0.2083333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section2 .initiative_wrap {
    background-size: 0.641025641vw 0.2564102564vw;
  }
}
@media (max-width: 750px) {
  #powers .section2 .initiative_wrap {
    background-size: 1.3333333333vw 0.5333333333vw;
  }
}
#powers .section2 .initiative_wrap .initiative_title {
  font-size: 24px;
  font-weight: bold;
  color: #01a29e;
  padding-bottom: 20px;
  background-size: 10px 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url(../images/common/line_dot_large.png);
}
@media (min-width: 1920px) {
  #powers .section2 .initiative_wrap .initiative_title {
    font-size: 1.25vw;
    padding-bottom: 1.0416666667vw;
    background-size: 0.5208333333vw 0.2083333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section2 .initiative_wrap .initiative_title {
    font-size: 1.5384615385vw;
    padding-bottom: 1.2820512821vw;
    background-size: 0.641025641vw 0.2564102564vw;
  }
}
@media (max-width: 750px) {
  #powers .section2 .initiative_wrap .initiative_title {
    font-size: 5.3333333333vw;
    padding-bottom: 4.6666666667vw;
    background-size: 1.3333333333vw 0.5333333333vw;
  }
}
#powers .section2 .initiative_wrap .initiative_text {
  padding: 35px 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 2.2222222222;
}
@media (min-width: 1920px) {
  #powers .section2 .initiative_wrap .initiative_text {
    padding: 1.8229166667vw 0;
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section2 .initiative_wrap .initiative_text {
    padding: 2.2435897436vw 0;
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  #powers .section2 .initiative_wrap .initiative_text {
    padding: 5.3333333333vw 0;
    font-size: 4vw;
    text-align: left;
    line-height: 1.6666666667;
  }
}
#powers .section2 .initiative_wrap .initiative_text .br_pc {
  display: none;
}
@media (min-width: 1920px) {
  #powers .section2 .initiative_wrap .initiative_text .br_pc {
    display: inline;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section2 .initiative_wrap .initiative_text .br_pc {
    display: inline;
  }
}
@media (max-width: 750px) {
  #powers .section2 .initiative_wrap .initiative_text .br_pc {
    display: none;
  }
}
#powers .section3 {
  width: 800px;
  padding-top: 125px;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  #powers .section3 {
    width: 41.6666666667vw;
    padding-top: 6.5104166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 {
    width: 51.2820512821vw;
    padding-top: 8.0128205128vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 {
    width: 100%;
    padding-top: 46.6666666667vw;
  }
}
#powers .section3 .message_block .title_box {
  position: relative;
  padding: 50px 0 50px 263px;
}
@media (min-width: 1920px) {
  #powers .section3 .message_block .title_box {
    padding: 2.6041666667vw 0 2.6041666667vw 13.6979166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 .message_block .title_box {
    padding: 3.2051282051vw 0 3.2051282051vw 16.858974359vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 .message_block .title_box {
    padding: 0;
  }
}
#powers .section3 .message_block .title_box .title_wrap .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 1920px) {
  #powers .section3 .message_block .title_box .title_wrap .title {
    font-size: 1.25vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 .message_block .title_box .title_wrap .title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 .message_block .title_box .title_wrap .title {
    font-size: 5.3333333333vw;
  }
}
#powers .section3 .message_block .title_box .title_wrap .title .position {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  #powers .section3 .message_block .title_box .title_wrap .title .position {
    font-size: 0.9375vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 .message_block .title_box .title_wrap .title .position {
    font-size: 1.1538461538vw;
    margin-bottom: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 .message_block .title_box .title_wrap .title .position {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#powers .section3 .message_block .title_box .title_wrap .title .small {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1920px) {
  #powers .section3 .message_block .title_box .title_wrap .title .small {
    font-size: 0.9375vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 .message_block .title_box .title_wrap .title .small {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 .message_block .title_box .title_wrap .title .small {
    font-size: 4.2666666667vw;
  }
}
#powers .section3 .message_block .title_box .img {
  position: absolute;
  top: 0;
  left: -32px;
  width: 250px;
}
@media (min-width: 1920px) {
  #powers .section3 .message_block .title_box .img {
    left: -1.6666666667vw;
    width: 13.0208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 .message_block .title_box .img {
    left: -2.0512820513vw;
    width: 16.0256410256vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 .message_block .title_box .img {
    top: -25.3333333333vw;
    left: auto;
    right: 0;
    width: 44vw;
  }
}
#powers .section3 .message_block .title_box .img img {
  width: 100%;
}
#powers .section3 .message_block .info_box {
  position: relative;
  margin-top: 25px;
}
@media (min-width: 1920px) {
  #powers .section3 .message_block .info_box {
    margin-top: 1.3020833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 .message_block .info_box {
    margin-top: 1.6025641026vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 .message_block .info_box {
    margin-top: 4.6666666667vw;
  }
}
#powers .section3 .message_block .info_box .text {
  font-size: bold;
  font-size: 20px;
  line-height: 1.85;
}
@media (min-width: 1920px) {
  #powers .section3 .message_block .info_box .text {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 .message_block .info_box .text {
    font-size: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 .message_block .info_box .text {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#powers .section3 .message_block .info_box .icon_wave {
  top: -40px;
  right: 40px;
}
@media (min-width: 1920px) {
  #powers .section3 .message_block .info_box .icon_wave {
    top: -2.0833333333vw;
    right: 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 .message_block .info_box .icon_wave {
    top: -2.5641025641vw;
    right: 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 .message_block .info_box .icon_wave {
    top: -26.6666666667vw;
    right: auto;
    left: 4.6666666667vw;
  }
}
#powers .section3 .message_block .info_box .icon_wave_long {
  left: -10px;
  bottom: -55px;
}
@media (min-width: 1920px) {
  #powers .section3 .message_block .info_box .icon_wave_long {
    left: -0.5208333333vw;
    bottom: -2.8645833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #powers .section3 .message_block .info_box .icon_wave_long {
    left: -0.641025641vw;
    bottom: -3.5256410256vw;
  }
}
@media (max-width: 750px) {
  #powers .section3 .message_block .info_box .icon_wave_long {
    left: auto;
    right: 0;
    bottom: -7.3333333333vw;
  }
}

/********************************************
* privacy-policy
********************************************/
#privacy-policy .content_main {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
#privacy-policy .content_main .sec_inner {
  max-width: 1100px;
}
@media (min-width: 1920px) {
  #privacy-policy .content_main .sec_inner {
    max-width: 57.2916666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #privacy-policy .content_main .sec_inner {
    max-width: 70.5128205128vw;
  }
}
#privacy-policy .content_main .title {
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  margin: 50px 0 6px;
}
@media (min-width: 1920px) {
  #privacy-policy .content_main .title {
    font-size: 1.0416666667vw;
    margin: 2.6041666667vw 0 0.3125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #privacy-policy .content_main .title {
    font-size: 1.2820512821vw;
    margin: 3.2051282051vw 0 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .title {
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw 0 0.8vw;
  }
}
#privacy-policy .content_main .title_small {
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  margin: 25px 0 6px -0.5em;
}
@media (min-width: 1920px) {
  #privacy-policy .content_main .title_small {
    font-size: 0.9375vw;
    margin: 1.3020833333vw 0 0.3125vw -0.5em;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #privacy-policy .content_main .title_small {
    font-size: 1.1538461538vw;
    margin: 1.6025641026vw 0 0.3846153846vw -0.5em;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .title_small {
    font-size: 3.4666666667vw;
    margin: 3.3333333333vw 0 0.8vw -0.5em;
  }
}
#privacy-policy .content_main .desc_list li {
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  #privacy-policy .content_main .desc_list li {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #privacy-policy .content_main .desc_list li {
    margin-bottom: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .desc_list li {
    margin-bottom: 1.3333333333vw;
  }
}
#privacy-policy .content_main .text {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  #privacy-policy .content_main .text {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #privacy-policy .content_main .text {
    margin-bottom: 0.641025641vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .text {
    margin-bottom: 1.3333333333vw;
  }
}

/********************************************
* page recruit
********************************************/
#recruit .outline_item_list {
  margin-top: 70px;
}
@media (min-width: 1920px) {
  #recruit .outline_item_list {
    margin-top: 3.6458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #recruit .outline_item_list {
    margin-top: 4.4871794872vw;
  }
}
@media (max-width: 750px) {
  #recruit .outline_item_list {
    margin-top: 5.3333333333vw;
  }
}

/********************************************
* page schedule
********************************************/
#schedule .section1 {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 130px;
}
@media (min-width: 1920px) {
  #schedule .section1 {
    width: 46.875vw;
    padding-bottom: 6.7708333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 {
    width: 57.6923076923vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 {
    width: 98.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
#schedule .section1 .time_block_list {
  position: relative;
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-left: 210px;
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 4px 10px;
  background-image: url(../images/common/line_dot_row.png);
}
@media (min-width: 1920px) {
  #schedule .section1 .time_block_list {
    margin-top: 4.9479166667vw;
    gap: 2.0833333333vw 0;
    margin-left: 10.9375vw;
    background-size: 0.2083333333vw 0.5208333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .time_block_list {
    margin-top: 6.0897435897vw;
    gap: 2.5641025641vw 0;
    margin-left: 13.4615384615vw;
    background-size: 0.2564102564vw 0.641025641vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .time_block_list {
    margin-top: 17.3333333333vw;
    gap: 20vw 0;
    margin-left: 12vw;
    background-size: 0.5333333333vw 1.3333333333vw;
  }
}
#schedule .section1 .time_block_list .time_block {
  position: relative;
}
#schedule .section1 .time_block_list .time_block:first-child {
  margin-top: -25px;
}
@media (min-width: 1920px) {
  #schedule .section1 .time_block_list .time_block:first-child {
    margin-top: -1.3020833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .time_block_list .time_block:first-child {
    margin-top: -1.6025641026vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .time_block_list .time_block:first-child {
    margin-top: -3.3333333333vw;
  }
}
#schedule .section1 .time_block_list .time_block .time_title {
  position: absolute;
  top: 0;
  left: -210px;
  text-align: center;
  width: 175px;
  height: 43px;
  line-height: 43px;
  color: #01a29e;
  font-weight: bold;
  font-size: 24px;
  border-radius: 22px;
  letter-spacing: 0.05em;
  background-color: #ffeeee;
}
@media (min-width: 1920px) {
  #schedule .section1 .time_block_list .time_block .time_title {
    left: -10.9375vw;
    width: 9.1145833333vw;
    height: 2.2395833333vw;
    line-height: 2.2395833333vw;
    font-size: 1.25vw;
    border-radius: 1.1458333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .time_block_list .time_block .time_title {
    left: -13.4615384615vw;
    width: 11.2179487179vw;
    height: 2.7564102564vw;
    line-height: 2.7564102564vw;
    font-size: 1.5384615385vw;
    border-radius: 1.4102564103vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .time_block_list .time_block .time_title {
    top: -9.3333333333vw;
    left: -11.4666666667vw;
    width: 23.4666666667vw;
    height: 5.7333333333vw;
    line-height: 5.7333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 2.9333333333vw;
  }
}
#schedule .section1 .todo_block_list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (min-width: 1920px) {
  #schedule .section1 .todo_block_list {
    margin-top: 0.5208333333vw;
    gap: 2.0833333333vw 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .todo_block_list {
    margin-top: 0.641025641vw;
    gap: 2.5641025641vw 0;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .todo_block_list {
    margin-top: 1.3333333333vw;
    gap: 5.3333333333vw 0;
  }
}
#schedule .section1 .todo_block_list .todo_block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 25px;
}
@media (min-width: 1920px) {
  #schedule .section1 .todo_block_list .todo_block {
    gap: 0 1.3020833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .todo_block_list .todo_block {
    gap: 0 1.6025641026vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .todo_block_list .todo_block {
    gap: 0 3.3333333333vw;
  }
}
#schedule .section1 .todo_block_list .todo_block .todo_title {
  position: relative;
  width: 75px;
  color: #01a29e;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 17px;
}
@media (min-width: 1920px) {
  #schedule .section1 .todo_block_list .todo_block .todo_title {
    width: 3.90625vw;
    font-size: 1.25vw;
    padding-left: 0.8854166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .todo_block_list .todo_block .todo_title {
    width: 4.8076923077vw;
    font-size: 1.5384615385vw;
    padding-left: 1.0897435897vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .todo_block_list .todo_block .todo_title {
    width: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding-left: 1.6vw;
  }
}
#schedule .section1 .todo_block_list .todo_block .todo_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  width: 12px;
  height: 12px;
  background-color: #01a29e;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1920px) {
  #schedule .section1 .todo_block_list .todo_block .todo_title::before {
    left: -0.2083333333vw;
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .todo_block_list .todo_block .todo_title::before {
    left: -0.2564102564vw;
    width: 0.7692307692vw;
    height: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .todo_block_list .todo_block .todo_title::before {
    margin-top: 0.4vw;
    left: -0.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
#schedule .section1 .todo_block_list .todo_block .todo_content {
  position: relative;
  flex: 1;
  width: 100%;
  margin-top: -0.3em;
}
#schedule .section1 .todo_block_list .todo_block.todo_block1615 .todo_title {
  margin-top: 286px;
}
@media (min-width: 1920px) {
  #schedule .section1 .todo_block_list .todo_block.todo_block1615 .todo_title {
    margin-top: 14.8958333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .todo_block_list .todo_block.todo_block1615 .todo_title {
    margin-top: 18.3333333333vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .todo_block_list .todo_block.todo_block1615 .todo_title {
    margin-top: 15.8666666667vw;
  }
}
#schedule .section1 .img {
  width: 360px;
}
@media (min-width: 1920px) {
  #schedule .section1 .img {
    width: 18.75vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .img {
    width: 23.0769230769vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .img {
    display: none;
  }
}
#schedule .section1 .img img {
  width: 100%;
}
#schedule .section1 .img.img01 {
  margin: 10px 0 0 40px;
}
@media (min-width: 1920px) {
  #schedule .section1 .img.img01 {
    margin: 0.5208333333vw 0 0 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .img.img01 {
    margin: 0.641025641vw 0 0 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .img.img01 {
    margin: 1.3333333333vw 0 0 3.3333333333vw;
  }
}
#schedule .section1 .img.img02 {
  margin: 40px 0 0 55px;
}
@media (min-width: 1920px) {
  #schedule .section1 .img.img02 {
    margin: 2.0833333333vw 0 0 2.8645833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .img.img02 {
    margin: 2.5641025641vw 0 0 3.5256410256vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .img.img02 {
    margin: 5.3333333333vw 0 0 4.6666666667vw;
  }
}
#schedule .section1 .img.img03 {
  margin: 10px 0 0 75px;
}
@media (min-width: 1920px) {
  #schedule .section1 .img.img03 {
    margin: 0.5208333333vw 0 0 3.90625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .img.img03 {
    margin: 0.641025641vw 0 0 4.8076923077vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .img.img03 {
    margin: 1.3333333333vw 0 0 6.6666666667vw;
  }
}
#schedule .section1 .img.img04 {
  width: 320px;
  margin: 40px 0 0 55px;
}
@media (min-width: 1920px) {
  #schedule .section1 .img.img04 {
    width: 16.6666666667vw;
    margin: 2.0833333333vw 0 0 2.8645833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .img.img04 {
    width: 20.5128205128vw;
    margin: 2.5641025641vw 0 0 3.5256410256vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .img.img04 {
    width: 29.3333333333vw;
    margin: 5.3333333333vw 0 0 4.6666666667vw;
  }
}
#schedule .section1 .img.img05 {
  margin: 40px 0 0 75px;
}
@media (min-width: 1920px) {
  #schedule .section1 .img.img05 {
    margin: 2.0833333333vw 0 0 3.90625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .img.img05 {
    margin: 2.5641025641vw 0 0 4.8076923077vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .img.img05 {
    margin: 5.3333333333vw 0 0 6.6666666667vw;
  }
}
#schedule .section1 .illust {
  position: absolute;
}
#schedule .section1 .illust img {
  width: 100%;
}
#schedule .section1 .illust.illust01 {
  top: 75px;
  left: -190px;
  width: 72px;
}
@media (min-width: 1920px) {
  #schedule .section1 .illust.illust01 {
    top: 3.90625vw;
    left: -9.8958333333vw;
    width: 3.75vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .illust.illust01 {
    top: 4.8076923077vw;
    left: -12.1794871795vw;
    width: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .illust.illust01 {
    top: 6.6666666667vw;
    left: -26vw;
    width: 14.8vw;
  }
}
#schedule .section1 .illust.illust02 {
  bottom: 10px;
  left: -310px;
  width: 179px;
}
@media (min-width: 1920px) {
  #schedule .section1 .illust.illust02 {
    bottom: 0.5208333333vw;
    left: -16.1458333333vw;
    width: 9.3229166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .illust.illust02 {
    bottom: 0.641025641vw;
    left: -19.8717948718vw;
    width: 11.4743589744vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .illust.illust02 {
    position: static;
    margin-left: auto;
    width: 41.7333333333vw;
  }
}
#schedule .section1 .illust.illust03 {
  bottom: 50px;
  left: -280px;
  width: 159px;
}
@media (min-width: 1920px) {
  #schedule .section1 .illust.illust03 {
    bottom: 2.6041666667vw;
    left: -14.5833333333vw;
    width: 8.28125vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .illust.illust03 {
    bottom: 3.2051282051vw;
    left: -17.9487179487vw;
    width: 10.1923076923vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .illust.illust03 {
    position: static;
    margin-left: auto;
    width: 39.7333333333vw;
  }
}
#schedule .section1 .illust.illust04 {
  top: -20px;
  left: -230px;
  width: 112px;
}
@media (min-width: 1920px) {
  #schedule .section1 .illust.illust04 {
    top: -1.0416666667vw;
    left: -11.9791666667vw;
    width: 5.8333333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .illust.illust04 {
    top: -1.2820512821vw;
    left: -14.7435897436vw;
    width: 7.1794871795vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .illust.illust04 {
    display: none;
  }
}
#schedule .section1 .illust.illust05 {
  top: 40px;
  left: -220px;
  width: 77px;
}
@media (min-width: 1920px) {
  #schedule .section1 .illust.illust05 {
    top: 2.0833333333vw;
    left: -11.4583333333vw;
    width: 4.0104166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .illust.illust05 {
    top: 2.5641025641vw;
    left: -14.1025641026vw;
    width: 4.9358974359vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .illust.illust05 {
    top: -2.6666666667vw;
    left: auto;
    right: 17.3333333333vw;
    width: 16.9333333333vw;
  }
}
#schedule .section1 .illust.illust06 {
  top: 115px;
  left: -275px;
  width: 133px;
}
@media (min-width: 1920px) {
  #schedule .section1 .illust.illust06 {
    top: 5.9895833333vw;
    left: -14.3229166667vw;
    width: 6.9270833333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .illust.illust06 {
    top: 7.3717948718vw;
    left: -17.6282051282vw;
    width: 8.5256410256vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .illust.illust06 {
    top: 4vw;
    left: auto;
    right: 0;
    width: 31.2vw;
  }
}
#schedule .section1 .illust.illust07 {
  top: 50px;
  left: -235px;
  width: 77px;
}
@media (min-width: 1920px) {
  #schedule .section1 .illust.illust07 {
    top: 2.6041666667vw;
    left: -12.2395833333vw;
    width: 4.0104166667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .illust.illust07 {
    top: 3.2051282051vw;
    left: -15.0641025641vw;
    width: 4.9358974359vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .illust.illust07 {
    display: none;
  }
}
#schedule .section1 .illust.illust08 {
  bottom: -40px;
  left: -235px;
  width: 90px;
}
@media (min-width: 1920px) {
  #schedule .section1 .illust.illust08 {
    bottom: -2.0833333333vw;
    left: -12.2395833333vw;
    width: 4.6875vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .illust.illust08 {
    bottom: -2.5641025641vw;
    left: -15.0641025641vw;
    width: 5.7692307692vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .illust.illust08 {
    display: none;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .illust.illust09 {
    position: static;
    width: 59.3333333333vw;
  }
}
#schedule .section1 .todo_item_list .todo_item {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.06em;
  padding-left: 1em;
}
@media (min-width: 1920px) {
  #schedule .section1 .todo_item_list .todo_item {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .todo_item_list .todo_item {
    font-size: 1.1538461538vw;
    line-height: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .todo_item_list .todo_item {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}
#schedule .section1 .todo_item_list .todo_item::before {
  content: "・";
  position: absolute;
  left: 0;
}
#schedule .section1 .disc_list {
  width: 620px;
  margin: 90px auto 0;
}
@media (min-width: 1920px) {
  #schedule .section1 .disc_list {
    width: 32.2916666667vw;
    margin: 4.6875vw auto 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section1 .disc_list {
    width: 39.7435897436vw;
    margin: 5.7692307692vw auto 0;
  }
}
@media (max-width: 750px) {
  #schedule .section1 .disc_list {
    width: 100%;
    margin: 12vw auto 0;
  }
}
#schedule .section1 .disc_list li {
  position: relative;
  font-weight: bold;
  padding-left: 1em;
}
#schedule .section1 .disc_list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #01a29e;
}
#schedule .section2 .sec_inner {
  max-width: 1422px;
}
@media (min-width: 1920px) {
  #schedule .section2 .sec_inner {
    max-width: 74.0625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .sec_inner {
    max-width: 91.1538461538vw;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .sec_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#schedule .section2 .year_block_list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 65px 0;
}
@media (min-width: 1920px) {
  #schedule .section2 .year_block_list {
    margin-top: 1.5625vw;
    gap: 3.3854166667vw 0;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .year_block_list {
    margin-top: 1.9230769231vw;
    gap: 4.1666666667vw 0;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .year_block_list {
    margin-top: 2vw;
    gap: 9.3333333333vw 0;
  }
}
#schedule .section2 .year_block_list .year_block {
  padding: 50px 85px 75px;
  border-radius: 90px;
}
@media (min-width: 1920px) {
  #schedule .section2 .year_block_list .year_block {
    padding: 2.6041666667vw 4.4270833333vw 3.90625vw;
    border-radius: 4.6875vw;
  }
}
@media screen and (min-width: 1761px) and (max-width: 1800px) {
  #schedule .section2 .year_block_list .year_block {
    padding: 50px 30px 75px;
  }
}
@media screen and (min-width: 1661px) and (max-width: 1770px) {
  #schedule .section2 .year_block_list .year_block {
    padding: 50px 30px 75px;
  }
}
@media screen and (min-width: 1561px) and (max-width: 1660px) {
  #schedule .section2 .year_block_list .year_block {
    padding: 50px 15px 75px;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .year_block_list .year_block {
    padding: 3.2051282051vw 0.9615384615vw 4.8076923077vw;
    border-radius: 5.7692307692vw;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .year_block_list .year_block {
    padding: 9.3333333333vw 2vw 8vw;
    border-radius: 12vw;
  }
}
#schedule .section2 .year_block_list .year_block .year_title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
@media (min-width: 1920px) {
  #schedule .section2 .year_block_list .year_block .year_title {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .year_block_list .year_block .year_title {
    font-size: 1.7948717949vw;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .year_block_list .year_block .year_title {
    font-size: 4.5333333333vw;
  }
}
#schedule .section2 .year_block_list .year_block.year_takatsuki {
  background-color: #fff8f2;
}
#schedule .section2 .year_block_list .year_block.year_takatsuki .year_title {
  color: #ff9e2a;
}
#schedule .section2 .year_block_list .year_block.year_settsutonda {
  background-color: #f6f8fd;
}
#schedule .section2 .year_block_list .year_block.year_settsutonda .year_title {
  color: #568ee0;
}
#schedule .section2 .month_block_list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 65px 39px;
}
@media (min-width: 1920px) {
  #schedule .section2 .month_block_list {
    margin-top: 1.3020833333vw;
    gap: 3.3854166667vw 2.03125vw;
  }
}
@media screen and (min-width: 1661px) and (max-width: 1770px) {
  #schedule .section2 .month_block_list {
    gap: 65px 25px;
  }
}
@media screen and (min-width: 1561px) and (max-width: 1660px) {
  #schedule .section2 .month_block_list {
    gap: 65px 10px;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .month_block_list {
    margin-top: 1.6025641026vw;
    gap: 4.1666666667vw 0.641025641vw;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .month_block_list {
    margin-top: 1.3333333333vw;
    gap: 0;
  }
}
#schedule .section2 .month_block_list .month_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 360px;
  height: 340px;
  padding-top: 50px;
  background-size: 360px 340px;
}
@media (min-width: 1920px) {
  #schedule .section2 .month_block_list .month_block {
    width: 18.75vw;
    height: 17.7083333333vw;
    padding-top: 2.6041666667vw;
    background-size: 18.75vw 17.7083333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .month_block_list .month_block {
    width: 23.0769230769vw;
    height: 21.7948717949vw;
    padding-top: 3.2051282051vw;
    background-size: 23.0769230769vw 21.7948717949vw;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .month_block_list .month_block {
    width: 48vw;
    height: 45.3333333333vw;
    padding-top: 6.6666666667vw;
    background-size: 48vw 45.3333333333vw;
  }
}
#schedule .section2 .month_block_list .month_block.month01 {
  background-image: url(../images/schedule/month_bg01.png);
}
#schedule .section2 .month_block_list .month_block.month02 {
  background-image: url(../images/schedule/month_bg02.png);
}
#schedule .section2 .month_block_list .month_block.month03 {
  background-image: url(../images/schedule/month_bg03.png);
}
#schedule .section2 .month_block_list .month_block.month04 {
  background-image: url(../images/schedule/month_bg04.png);
}
#schedule .section2 .month_block_list .month_block.month05 {
  background-image: url(../images/schedule/month_bg05.png);
}
#schedule .section2 .month_block_list .month_block.month06 {
  background-image: url(../images/schedule/month_bg06.png);
}
#schedule .section2 .month_block_list .month_block.month07 {
  background-image: url(../images/schedule/month_bg07.png);
}
#schedule .section2 .month_block_list .month_block.month08 {
  background-image: url(../images/schedule/month_bg08.png);
}
#schedule .section2 .month_block_list .month_block.month09 {
  background-image: url(../images/schedule/month_bg09.png);
}
#schedule .section2 .month_block_list .month_block.month10 {
  background-image: url(../images/schedule/month_bg10.png);
}
#schedule .section2 .month_block_list .month_block.month11 {
  background-image: url(../images/schedule/month_bg11.png);
}
#schedule .section2 .month_block_list .month_block.month12 {
  background-image: url(../images/schedule/month_bg12.png);
}
#schedule .section2 .month_block_list .month_block .month_title {
  color: #01a29e;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.42em;
}
@media (min-width: 1920px) {
  #schedule .section2 .month_block_list .month_block .month_title {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .month_block_list .month_block .month_title {
    font-size: 2.5641025641vw;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .month_block_list .month_block .month_title {
    font-size: 5.3333333333vw;
  }
}
#schedule .section2 .month_block_list .month_block .month_title .small {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: -0.15em;
  margin-left: 0.3em;
}
@media (min-width: 1920px) {
  #schedule .section2 .month_block_list .month_block .month_title .small {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .month_block_list .month_block .month_title .small {
    font-size: 1.7948717949vw;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .month_block_list .month_block .month_title .small {
    font-size: 3.7333333333vw;
  }
}
#schedule .section2 .month_block_list .month_block .event_list_wrap {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 1920px) {
  #schedule .section2 .month_block_list .month_block .event_list_wrap {
    height: 7.5520833333vw;
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .month_block_list .month_block .event_list_wrap {
    height: 9.2948717949vw;
    margin-top: 1.2820512821vw;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .month_block_list .month_block .event_list_wrap {
    height: 24vw;
    margin-top: 0.6666666667vw;
  }
}
#schedule .section2 .month_block_list .month_block .event_list li {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  padding-left: 1em;
}
@media (min-width: 1920px) {
  #schedule .section2 .month_block_list .month_block .event_list li {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  #schedule .section2 .month_block_list .month_block .event_list li {
    font-size: 1.2820512821vw;
    line-height: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  #schedule .section2 .month_block_list .month_block .event_list li {
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
#schedule .section2 .month_block_list .month_block .event_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/********************************************
* error404
********************************************/
.error404 .content_main .sec_inner {
  max-width: 1100px;
}
@media (min-width: 1920px) {
  .error404 .content_main .sec_inner {
    max-width: 57.2916666667vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .error404 .content_main .sec_inner {
    max-width: 70.5128205128vw;
  }
}
.error404 .content_main .section_title {
  margin-bottom: 30px;
}
@media (min-width: 1920px) {
  .error404 .content_main .section_title {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .error404 .content_main .section_title {
    margin-bottom: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .error404 .content_main .section_title {
    margin-bottom: 4vw;
  }
}
@media (min-width: 751px) {
  .error404 .content_main .text {
    text-align: center;
  }
}
.error404 .content_main .more_btn {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 1920px) {
  .error404 .content_main .more_btn {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 751px) and (max-width: 1560px) {
  .error404 .content_main .more_btn {
    margin-top: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .error404 .content_main .more_btn {
    margin-top: 5.3333333333vw;
  }
}