@charset "UTF-8";
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MPLUSRounded1c-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MPLUSRounded1c-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUSRounded1c-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/MPLUSRounded1c-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-display: swap;
}
/********************************************
* header
********************************************/
body.fixed {
  position: fixed;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.2s;
}
.header .header_inner {
  max-width: 1920px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1600px) {
  .header .header_inner {
    padding: 0 35px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .header_inner {
    padding: 0 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .header .header_inner {
    padding: 0 1.5384615385vw;
  }
}
.header .gnav {
  display: block;
  text-align: left;
  width: 100%;
  margin: auto;
}
.header .gnav .main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s;
}
.header .left {
  padding: 15px 0 10px;
  margin-right: 20px;
}
@media screen and (min-width: 751px) and (max-width: 1600px) {
  .header .left {
    padding: 20px 0 15px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left {
    padding: 1.5384615385vw 0 1.1538461538vw;
    margin-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .header .left {
    padding: 2vw 0 1.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.header .left .logo h1 {
  line-height: 1;
  display: block;
}
.header .left .logo h1 a img {
  width: 372.83px;
  height: 80px;
  transition: 0.2s;
}
@media screen and (min-width: 751px) and (max-width: 1600px) {
  .header .left .logo h1 a img {
    width: 326.23px;
    height: 70px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left .logo h1 a img {
    width: 25.0946153846vw;
    height: 5.3846153846vw;
  }
}
@media (max-width: 750px) {
  .header .left .logo h1 a img {
    width: 49.7106666667vw;
    height: 10.6666666667vw;
  }
}
.header .left .logo h1 a:hover img {
  opacity: 0.7;
}
.header .right {
  flex: 1;
  padding: 28px 0 25px;
  width: 100%;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right {
    padding: 2.1538461538vw 0 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .right {
    padding: 0;
  }
}
@media (min-width: 751px) {
  .header .main_nav ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 0 70px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1600px) {
  .header .main_nav ul {
    gap: 0 25px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .main_nav ul {
    gap: 0 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .main_nav ul {
    display: block;
  }
}
.header .main_nav ul li a {
  position: relative;
  display: block;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
  transition: 0.2s;
  text-decoration: none;
}
@media screen and (min-width: 751px) and (max-width: 1600px) {
  .header .main_nav ul li a {
    font-size: 19px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .main_nav ul li a {
    font-size: 1.4615384615vw;
    padding: 1.1538461538vw 0;
  }
}
@media (max-width: 750px) {
  .header .main_nav ul li a {
    display: block;
    min-width: initial;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    width: 100%;
    font-size: 5.3333333333vw;
    padding: 6.6666666667vw 0;
  }
}
@media (min-width: 751px) {
  .header .main_nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #29abe2;
    transition: 0.2s;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .main_nav ul li a:after {
    height: 0.4615384615vw;
    border-radius: 0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .header .main_nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 0.2666666667vw;
    margin: 0 auto;
    border-radius: 0.2666666667vw;
    background-color: #fff;
  }
}
@media (max-width: 750px) {
  .header .main_nav ul li:last-child a:after {
    content: none;
  }
}
@media (min-width: 751px) {
  .header .main_nav ul li:hover a {
    color: #666;
  }
  .header .main_nav ul li:hover a:after {
    background-color: #fcee21;
  }
}
.header #menu-icon {
  pointer-events: auto;
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  z-index: 99999;
  cursor: pointer;
  box-sizing: border-box;
  height: 10.6666666667vw;
  width: 10.6666666667vw;
  padding: 2.2666666667vw 0 1.3333333333vw;
  border: 0.4vw solid #fff;
  border-radius: 10.6666666667vw;
  background-color: #0071bc;
}
.header #menu-icon .menu_bar_wrap {
  position: relative;
  width: 6.4vw;
  height: 3.7333333333vw;
}
.header #menu-icon .menu_bar_wrap .menu_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  display: block;
  line-height: 0;
  background-color: #fff;
  font-size: 0;
  transition: 0.3s;
  border-radius: 0.5333333333vw;
  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 #menu-icon .caption {
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  font-size: 2.1333333333vw;
  margin-top: 0.6666666667vw;
}
@media (max-width: 750px) {
  .header .main_nav {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    left: 100vw;
    overflow: scroll;
    top: 0;
    background: #29abe2;
    padding: 18.6666666667vw 6.6666666667vw 40vw;
    transition: 0.3s;
    z-index: 99999;
  }
}
.header.open .main_nav {
  left: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(145deg);
}
.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(-145deg);
}

/********************************************
* footer
********************************************/
.footer {
  position: sticky;
  top: 100vh;
}
.footer .footer_inner {
  position: relative;
  padding: 25px 0 35px;
  background-color: #29abe2;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .footer_inner {
    padding: 1.9230769231vw 0 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .footer .footer_inner {
    padding: 3.3333333333vw 0 4.6666666667vw;
  }
}
.footer .copy_wrap {
  text-align: center;
}
.footer .copy_wrap .copy {
  color: #fff;
  line-height: 1;
}
@media (max-width: 750px) {
  .footer .copy_wrap .copy {
    font-size: 2.9333333333vw;
  }
}

/********************************************
* body,main
********************************************/
body {
  min-height: 100%;
}

/********************************************
* color
********************************************/
.red {
  color: #dc1c5a;
}

/********************************************
* anchor_margin
********************************************/
.anchor_margin {
  padding-top: 104px;
  margin-top: -104px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .anchor_margin {
    padding-top: 8vw;
    margin-top: -8vw;
  }
}
@media (max-width: 750px) {
  .anchor_margin {
    padding-top: 13.8666666667vw;
    margin-top: -13.8666666667vw;
  }
}

/********************************************
* wave
********************************************/
.wave::before, .wave::after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 14px;
  background-size: 1920px 14px;
  background-image: url(../images/common/wave_white.svg);
  background-repeat: repeat;
  z-index: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wave::before, .wave::after {
    height: 1.0769230769vw;
    background-size: 147.6923076923vw 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .wave::before, .wave::after {
    height: 1.8666666667vw;
    background-size: 100vw 1.8666666667vw;
    background-image: url(../images/common/sp/sp_wave_white.svg);
  }
}
.wave.wave_blue::before, .wave.wave_blue::after {
  background-image: url(../images/common/wave_blue.svg);
}
@media (max-width: 750px) {
  .wave.wave_blue::before, .wave.wave_blue::after {
    background-image: url(../images/common/sp/sp_wave_blue.svg);
  }
}
.wave.wave_top::before {
  content: "";
  transform: translateX(-50%);
  top: -13px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wave.wave_top::before {
    top: -1vw;
  }
}
@media (max-width: 750px) {
  .wave.wave_top::before {
    top: -1.7333333333vw;
  }
}
.wave.wave_bottom::after {
  content: "";
  transform: translateX(-50%) rotate(180deg);
  bottom: -13px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wave.wave_bottom::after {
    bottom: -1vw;
  }
}
@media (max-width: 750px) {
  .wave.wave_bottom::after {
    bottom: -1.7333333333vw;
  }
}

/********************************************
* en
********************************************/
.en {
  font-family: "Rubik", "Noto Sans JP", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
}

/********************************************
* illust
********************************************/
.illust {
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

/********************************************
* hover
********************************************/
.hover img {
  transition: 0.2s;
}
@media (min-width: 751px) {
  .hover:hover img {
    opacity: 0.7;
  }
}

/********************************************
* link
********************************************/
.link {
  color: #dc1c24;
  text-decoration: underline;
}
@media (min-width: 751px) {
  .link:hover {
    text-decoration: none;
  }
}

/********************************************
* text
********************************************/
.text_large {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .text_large {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .text_large {
    font-size: 3.7333333333vw;
  }
}

/********************************************
* title
********************************************/
.title_h2_wrap,
.content_header_title_wrap {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap,
  .content_header_title_wrap {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap,
  .content_header_title_wrap {
    margin-bottom: 4vw;
  }
}
.title_h2_wrap .title_h2,
.title_h2_wrap .content_header_title,
.content_header_title_wrap .title_h2,
.content_header_title_wrap .content_header_title {
  position: relative;
  display: inline-block;
}
.title_h2_wrap .title_h2 .title,
.title_h2_wrap .content_header_title .title,
.content_header_title_wrap .title_h2 .title,
.content_header_title_wrap .content_header_title .title {
  display: inline-block;
  color: #29abe2;
  font-family: "Rubik", "Noto Sans JP", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 54px;
  font-weight: 500;
  opacity: 0.2;
  mix-blend-mode: multiply;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 .title,
  .title_h2_wrap .content_header_title .title,
  .content_header_title_wrap .title_h2 .title,
  .content_header_title_wrap .content_header_title .title {
    font-size: 4.1538461538vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 .title,
  .title_h2_wrap .content_header_title .title,
  .content_header_title_wrap .title_h2 .title,
  .content_header_title_wrap .content_header_title .title {
    font-size: 8vw;
  }
}
.title_h2_wrap .title_h2 .title_jp,
.title_h2_wrap .content_header_title .title_jp,
.content_header_title_wrap .title_h2 .title_jp,
.content_header_title_wrap .content_header_title .title_jp {
  position: relative;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-top: -20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 .title_jp,
  .title_h2_wrap .content_header_title .title_jp,
  .content_header_title_wrap .title_h2 .title_jp,
  .content_header_title_wrap .content_header_title .title_jp {
    font-size: 2.1538461538vw;
    margin-top: -1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 .title_jp,
  .title_h2_wrap .content_header_title .title_jp,
  .content_header_title_wrap .title_h2 .title_jp,
  .content_header_title_wrap .content_header_title .title_jp {
    font-size: 4.8vw;
    margin-top: -2.6666666667vw;
  }
}
.title_h2_wrap .title_h2 .illust,
.title_h2_wrap .content_header_title .illust,
.content_header_title_wrap .title_h2 .illust,
.content_header_title_wrap .content_header_title .illust {
  position: absolute;
}
.title_h2_wrap.white .title_h2 .title,
.content_header_title_wrap.white .title_h2 .title {
  opacity: 0.4;
}
.title_h2_wrap.white .title_h2 .title_jp,
.content_header_title_wrap.white .title_h2 .title_jp {
  color: #fff;
}

/********************************************
* section
********************************************/
.section {
  position: relative;
  padding: 60px 0 90px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .section {
    padding: 4.6153846154vw 0 6.9230769231vw;
  }
}
@media (max-width: 750px) {
  .section {
    padding: 8vw 0 14.6666666667vw;
  }
}
.section .sec_inner {
  max-width: 1300px;
}

/********************************************
/* Wrap
********************************************/
.sec_inner {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec_inner {
    padding-left: 3.846vw;
    padding-right: 3.846vw;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .sec_inner {
    width: 100%;
    padding-left: 6.666vw;
    padding-right: 6.666vw;
  }
}

/********************************************
* content_header
********************************************/
.content_header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 175px;
  padding-top: 105px;
  box-sizing: content-box;
  background-color: #29abe2;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header {
    height: 13.4615384615vw;
    padding-top: 8.0769230769vw;
  }
}
@media (max-width: 750px) {
  .content_header {
    height: 26.6666666667vw;
    padding-top: 14vw;
  }
}
.content_header .content_header_title_wrap {
  margin: 0;
}
.content_header .content_header_title_wrap .content_header_title .title {
  opacity: 0.4;
}
.content_header .content_header_title_wrap .content_header_title .title_jp {
  color: #fff;
}

/********************************************
* content_main
********************************************/
.content_main {
  position: relative;
  padding: 100px 0 120px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_main {
    padding: 7.6923076923vw 0 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .content_main {
    padding: 13.3333333333vw 0 16vw;
  }
}
.content_main .sec_inner {
  max-width: 1300px;
}

/********************************************
* pattern
********************************************/
.pattern_stripe_blue {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(242, 250, 253) 10px, rgb(242, 250, 253) 20px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern_stripe_blue {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 0.7692307692vw, rgb(242, 250, 253) 0.7692307692vw, rgb(242, 250, 253) 1.5384615385vw);
  }
}
@media (max-width: 750px) {
  .pattern_stripe_blue {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1.3333333333vw, rgb(242, 250, 253) 1.3333333333vw, rgb(242, 250, 253) 2.6666666667vw);
  }
}

.pattern_stripe_yellow {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(255, 253, 222) 10px, rgb(255, 253, 222) 20px);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pattern_stripe_yellow {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 0.7692307692vw, rgb(255, 253, 222) 0.7692307692vw, rgb(255, 253, 222) 1.5384615385vw);
  }
}
@media (max-width: 750px) {
  .pattern_stripe_yellow {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1.3333333333vw, rgb(255, 253, 222) 1.3333333333vw, rgb(255, 253, 222) 2.6666666667vw);
  }
}

/********************************************
* btn
********************************************/
.more_btn_style1 {
  text-align: center;
}
.more_btn_style1 a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 26px 0 0;
  border-bottom: 1px solid #000;
  margin-top: 50px;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style1 a {
    font-size: 1.3846153846vw;
    padding: 0 2vw 0 0;
    margin-top: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .more_btn_style1 a {
    font-size: 4vw;
    padding: 0 5.6vw 0 0;
    margin-top: 6.6666666667vw;
  }
}
.more_btn_style1 a:before, .more_btn_style1 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.2s;
}
.more_btn_style1 a:before {
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fcee21;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style1 a:before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_btn_style1 a:before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-radius: 3.7333333333vw;
  }
}
.more_btn_style1 a::after {
  right: 7px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style1 a::after {
    right: 0.5384615385vw;
    width: 0.4615384615vw;
    height: 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  .more_btn_style1 a::after {
    right: 1.3333333333vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}
.more_btn_style1 a:hover {
  color: #29abe2;
}
@media (min-width: 751px) {
  .more_btn_style1 a:hover:before {
    right: -3px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style1 a:hover:before {
    right: -0.2307692308vw;
  }
}
@media (min-width: 751px) {
  .more_btn_style1 a:hover:after {
    right: 4px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style1 a:hover:after {
    right: 0.3076923077vw;
  }
}
.more_btn_style1.white a {
  color: #fff;
  border-color: #fff;
}
.more_btn_style1.white a:hover {
  color: #fcee21;
}

.more_btn_style2 {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style2 {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .more_btn_style2 {
    margin-top: 5.3333333333vw;
  }
}
.more_btn_style2 a {
  position: relative;
  display: inline-block;
  width: 650px;
  padding: 26px 0;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #000;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  background-color: #fcee21;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style2 a {
    width: 50vw;
    padding: 2vw 0;
    border-radius: 0.7692307692vw;
    box-shadow: 0.3076923077vw 0.3076923077vw 0 #000;
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .more_btn_style2 a {
    width: 100%;
    text-align: left;
    line-height: 1.4;
    padding: 5.0666666667vw 17.3333333333vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0.8vw 0.8vw 0 #000;
    font-size: 4.2666666667vw;
  }
}
.more_btn_style2 a .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 56px;
  height: 48px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style2 a .icon {
    left: 2.3076923077vw;
    width: 4.3076923077vw;
    height: 3.6923076923vw;
  }
}
@media (max-width: 750px) {
  .more_btn_style2 a .icon {
    left: 5.3333333333vw;
    width: 10.9333333333vw;
    height: 9.3333333333vw;
  }
}
.more_btn_style2 a:before, .more_btn_style2 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.2s;
}
.more_btn_style2 a:before {
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style2 a:before {
    right: 1.5384615385vw;
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .more_btn_style2 a:before {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.more_btn_style2 a::after {
  right: 32px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style2 a::after {
    right: 2.4615384615vw;
    width: 0.6153846154vw;
    height: 0.6153846154vw;
  }
}
@media (max-width: 750px) {
  .more_btn_style2 a::after {
    right: 7.4666666667vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media (min-width: 751px) {
  .more_btn_style2 a:hover {
    background-color: #fff;
  }
}
@media (min-width: 751px) {
  .more_btn_style2 a:hover:before {
    right: 15px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style2 a:hover:before {
    right: 1.1538461538vw;
  }
}
@media (min-width: 751px) {
  .more_btn_style2 a:hover::after {
    right: 27px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn_style2 a:hover::after {
    right: 2.0769230769vw;
  }
}

/********************************************
* page_top
********************************************/
.page_top {
  position: fixed;
  z-index: 500;
  bottom: 30px;
  right: 80px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top {
    bottom: 2.3076923077vw;
    right: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .page_top {
    bottom: 4vw;
    right: 2vw;
  }
}
.page_top a {
  transition: all 0.2s;
}
.page_top a img {
  width: 53px;
  height: 137px;
  transition: transform 0.2s ease;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a img {
    width: 4.0769230769vw;
    height: 10.5384615385vw;
  }
}
@media (max-width: 750px) {
  .page_top a img {
    width: 7.0666666667vw;
    height: 18.2666666667vw;
  }
}
@media (min-width: 751px) {
  .page_top a:hover img {
    transform: translateY(-15px);
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a:hover img {
    transform: translateY(-1.1538461538vw);
  }
}

/********************************************
* contact
********************************************/
.contact {
  background-color: #29abe2;
}
@media (max-width: 750px) {
  .contact .sec_inner {
    padding: 0 10vw;
  }
}
.contact .read {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3636363636;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact .read {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .contact .read {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.contact .contact_box {
  width: 900px;
  padding: 25px 20px;
  border: 2px solid #dc1c24;
  margin: 25px auto 0;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact .contact_box {
    width: 69.2307692308vw;
    padding: 1.9230769231vw 1.5384615385vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .contact .contact_box {
    width: 100%;
    padding: 4vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.contact .contact_box .text {
  text-align: center;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact .contact_box .text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .contact .contact_box .text {
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
}
.contact .contact_box .contact_box_inner {
  display: flex;
  justify-content: center;
  gap: 10px 40px;
  margin-top: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact .contact_box .contact_box_inner {
    gap: 0.7692307692vw 3.0769230769vw;
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .contact .contact_box .contact_box_inner {
    gap: 1.3333333333vw 5.3333333333vw;
    flex-direction: column;
    align-items: center;
    margin-top: 2vw;
  }
}
.contact .contact_box .communication {
  line-height: 1.6;
}
.contact .contact_box .communication .title {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact .contact_box .communication .title {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .contact .contact_box .communication .title {
    display: block;
    text-align: center;
    font-size: 3.2vw;
  }
}
.contact .contact_box .communication a {
  color: #dc1c5a;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact .contact_box .communication a {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .contact .contact_box .communication a {
    font-size: 4.8vw;
  }
}
@media (min-width: 751px) {
  .contact .contact_box .communication a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=common.css.map */