@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500&display=swap");
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
* {
  max-height: 99999px
}
body {
  font-family: Noto Sans JP, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #586166;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: .05rem;
  font-size: 1.14286vw
}
@media screen and (min-width:1440px) {
  body {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  body {
    font-size: 14px;
    font-weight: 400
  }
}
@media screen and (max-width:768px) {}
.en {
  font-family: Raleway, sans-serif
}
.en, .en_02 {
  font-style: normal
}
.en_02 {
  font-family: Lato, sans-serif
}
img {
  vertical-align: bottom;
  max-width: 100%
}
li {
  list-style: none
}
a {
  text-decoration: none;
  color: #586166;
  transition: .5s
}
a:hover {
  opacity: .6 !important
}
#wrapper {
  overflow: hidden
}
.relative {
  position: relative
}
.absolute {
  position: absolute
}
.inline {
  display: inline-block
}
.left {
  float: left
}
.right {
  float: right
}
.pc {
  display: block
}
@media screen and (max-width:768px) {
  .pc {
    display: none
  }
}
.sp {
  display: none
}
@media screen and (max-width:768px) {
  .sp {
    display: block
  }
}
.in {
  max-width: 75pc;
  width: 90%;
  margin: 0 auto;
  position: relative
}
@media screen and (max-width:768px) {
  .in {
    width: 87%
  }
}
.flex {
  display: flex
}
.flex_w {
  flex-wrap: wrap
}
@media screen and (max-width:768px) {
  .flex_w_sp {
    flex-wrap: wrap
  }
}
.white {
  color: #fff
}
.gray {
  color: #586166
}
.blue {
  color: #26b7bc
}
.bg_gr_blue {
  background: linear-gradient(45deg, #26b7bc, #77d5d8 80%)
}
.gr_blue_to_or {
  background: linear-gradient(135deg, #80d3a6, #f0c083 100%)
}
.gr_blue_to_or02 {
  background: linear-gradient(135deg, #d8e7e8, #f5fbfd, #edd4cf)
}
.gray_bg {
  background: #8998a2
}
.light_gray_bg {
  background: #f6f6f6
}
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(50px)
}
.animation.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}
.animation_ttl {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-30px)
}
.animation_ttl.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}
.listfadein {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(50px)
}
.listfadein.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}
.animation_txt_img .imgarea, .animation_txt_img .txtarea {
  opacity: 0;
  transition: .75s
}
.animation_txt_img .imgarea.active, .animation_txt_img .txtarea.active {
  opacity: 1
}
.sec_ttl {
  text-align: center;
  margin-bottom: 50px
}
.sec_ttl .en {
  letter-spacing: .1rem;
  font-size: 2.14286vw;
  font-weight: 400
}
@media screen and (min-width:1440px) {
  .sec_ttl .en {
    font-size: 30px
  }
}
@media screen and (max-width:768px) {
  .sec_ttl .en {
    font-size: 15px
  }
}
.sec_ttl .en:after {
  width: 30px;
  height: 1px;
  content: "";
  background: #4e565b;
  display: block;
  margin: 10px auto 20px
}
.sec_ttl .jp {
  font-size: 2.5vw;
  font-weight: 300
}
@media screen and (min-width:1440px) {
  .sec_ttl .jp {
    font-size: 35px
  }
}
@media screen and (max-width:768px) {
  .sec_ttl .jp {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400
  }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:768px) {
  .sec_ttl, .sec_ttl .jp {
    margin-bottom: 30px
  }
}
#header {
  position: fixed;
  width: 100%;
  padding: 26px 3% 1%;
  box-sizing: border-box;
  background: hsla(0, 0%, 100%, 0);
  transition: .5s;
  z-index: 3
}
#header.is_sc {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  padding: 1% 3%
}
#header.is_sc .h_logo img {
  width: 62px
}
@media screen and (max-width:768px) {
  #header {
    padding: 0;
    position: absolute
  }
}
#header > .flex {
  align-items: center;
  justify-content: space-between
}
#header .h_logo img {
  width: 5pc;
  -webkit-transition: .5s;
  transition: .5s
}
@media screen and (max-width:768px) {
  #header .h_logo img {
    width: 60px
  }
}
@media screen and (max-width:768px) {
  #header .h_logo {
    background: #fff;
    padding: 20px;
    box-sizing: border-box
  }
}
#header p {
  background-color: #fff;
  border-radius: 75pt
}
#header p .h_btn {
  padding: 14px 30px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  letter-spacing: .1rem;
  border-radius: 75pt;
  color: #fff;
  box-sizing: border-box;
  font-size: 1vw
}
@media screen and (min-width:1440px) {
  #header p .h_btn {
    font-size: 14px
  }
}
@media screen and (max-width:768px) {
  #header p .h_btn {
    font-size: 14px;
    display: none
  }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:768px) {
  #main_w {
    margin-top: 0
  }
}
#main_v {
  position: relative;
  padding-bottom: 140px
}
#main_v:after {
  content: "";
  background: linear-gradient(135deg, #9bdab8, #efcea4 100%);
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0
}
@media screen and (max-width:768px) {
  #main_v {
    height: 90vh;
    padding-bottom: 10px
  }
}
#main_v .txtarea {
  padding-left: 4.16667vw;
  position: absolute;
  z-index: 2;
  top: 38%
}
@media screen and (max-width:768px) {
  #main_v .txtarea {
    top: 33%;
    padding: 0 5%
  }
}
#main_v .txtarea .catch {
  font-size: 2vw;
  margin-bottom: 60px;
  left: -30px;
  opacity: 0;
  transition: .5s
}
@media screen and (min-width:1440px) {
  #main_v .txtarea .catch {
    font-size: 28px
  }
}
@media screen and (max-width:768px) {
  #main_v .txtarea .catch {
    font-size: 18px
  }
}
#main_v .txtarea .catch.active {
  left: 0;
  opacity: 1
}
#main_v .txtarea .catch span {
  background: #fff;
  display: table;
  padding: 14px 15px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  left: -30px;
  opacity: 0;
  transition: .5s
}
#main_v .txtarea .catch span.active {
  left: 0;
  opacity: 1
}
#main_v .txtarea .catch span .gr_txt {
  background: linear-gradient(135deg, #35cb7a, #fab052 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding: 0;
  line-height: 1;
  margin-bottom: 0
}
@media screen and (max-width:768px) {
  #main_v .txtarea .catch span {
    padding: 10px;
    margin-bottom: 7px;
    font-weight: 500
  }
}
@media screen and (max-width:768px) {
  #main_v .txtarea .catch {
    top: 70%;
    margin-bottom: 14vw
  }
}
#main_v .txtarea .fv_points {
  max-width: 54%;
  position: relative;
  top: -30px;
  opacity: 0;
  transition: 1s
}
#main_v .txtarea .fv_points.active {
  top: 0;
  opacity: 1
}
@media screen and (max-width:768px) {
  #main_v .txtarea .fv_points.active {
    top: 5pc;
    padding-top: 10px
  }
}
#main_v .txtarea .fv_points .fv_point {
  margin-right: 25px
}
#main_v .txtarea .fv_points .fv_point:last-child {
  margin-right: 0
}
@media screen and (max-width:768px) {
  #main_v .txtarea .fv_points .fv_point {
    margin-right: 20px
  }
}
#main_v .txtarea .fv_points p {
  font-size: 0.71429vw;
  margin-left: 0.69444vw;
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px
}
@media screen and (min-width:1440px) {
  #main_v .txtarea .fv_points p {
    font-size: 10px
  }
}
@media screen and (max-width:768px) {
  #main_v .txtarea .fv_points p {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 15px
  }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:768px) {
  #main_v .txtarea .fv_points {
    width: 100%;
    max-width: 94%;
    margin: 0 auto
  }
}
#main_v .imgarea {
  width: 82.5%;
  padding-top: 45%;
  position: relative;
  margin-left: auto;
  border-radius: 0 0 0 200px;
  overflow: hidden;
  z-index: 1
}
@media screen and (max-width:768px) {
  #main_v .imgarea {
    height: 60vh;
    box-sizing: border-box;
    border-radius: 0 0 0 75pt
  }
}
#main_v .imgarea:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/main_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 5s;
  transform-origin: center
}
@media screen and (max-width:768px) {
  #main_v .imgarea:before {
    background-image: url(../images/main_img_sp.jpg);
    background-size: cover;
    background-position: top
  }
}
#main_v .imgarea.active:before {
  transform-origin: center;
  transform: translate(-50%, -50%) scale(1)
}
#main_v .imgarea .fv_img_txt {
  font-size: 2.78571vw;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  right: 5%;
  top: 20%;
  opacity: 0;
  transition: .5s;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, .2)
}
#main_v .imgarea .fv_img_txt.active {
  top: 25%;
  opacity: 1;
  transition: .5
}
@media screen and (max-width:768px) {
  #main_v .imgarea .fv_img_txt {
    font-size: 27px;
    text-align: right;
    line-height: 1.25;
    top: 0
  }
  #main_v .imgarea .fv_img_txt.active {
    top: 5%
  }
}
@media screen and (max-width:768px) {
  .cp_bnr {
    margin-top: 30px;
    text-align: center
  }
  .cp_bnr + .bg_bl_grd {
    margin-top: 40px
  }
}
.bg_bl_grd {
  padding-top: 75pt;
  padding-bottom: 290px;
  background: linear-gradient(180deg, #e0f1f4, #f2eae9 85%);
  margin-top: 200px;
  border-radius: 0 200px 0 0;
  box-sizing: border-box
}
@media screen and (max-width:768px) {
  .bg_bl_grd {
    border-radius: 0 75pt 0 0;
    padding-top: 60px;
    margin-top: 0;
    padding-bottom: 15pc
  }
}
#concept {
  margin-bottom: 90pt;
  margin-top: 8.57143vw;
  position: relative
}
#concept:before {
  width: 47.85714vw;
  height: 47.85714vw;
  content: "";
  display: block;
  background: url(../images/concept_bg.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: -21.42857vw;
  right: -21.42857vw
}
@media screen and (max-width:768px) {
  #concept:before {
    width: 25pc;
    height: 25pc;
    top: -31.42857vw;
    right: -52.14286vw;
    filter: blur(36px)
  }
}
#concept:after {
  width: 26.42857vw;
  height: 26.42857vw;
  content: "";
  display: block;
  background: url(../images/concept_bg.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: -8.57143vw;
  bottom: -19.28571vw;
  filter: blur(36px)
}
@media screen and (max-width:768px) {
  #concept:after {
    width: 310px;
    height: 310px;
    filter: blur(18px);
    left: -37.85714vw;
    bottom: -25vw
  }
}
@media screen and (max-width:768px) {
  #concept {
    padding: 0 5%;
    margin-bottom: 60px
  }
}
#concept .sec_ttl .jp {
  font-size: 20px
}
#concept .concept_w {
  justify-content: space-between
}
#concept .txtarea h2 {
  text-align: left
}
@media screen and (max-width:768px) {
  #concept .txtarea h2 {
    text-align: center
  }
}
#concept .txtarea h2 .en:after {
  margin-right: auto;
  margin-left: 0
}
@media screen and (max-width:768px) {
  #concept .txtarea h2 .en:after {
    margin-left: auto
  }
}
#concept .txtarea h2 .jp {
  font-size: 2.28571vw;
  line-height: 1.5;
  margin-bottom: 1.42857vw;
  display: block;
  font-weight: 300
}
@media screen and (min-width:1440px) {
  #concept .txtarea h2 .jp {
    font-size: 2pc
  }
}
@media screen and (max-width:768px) {
  #concept .txtarea h2 .jp {
    font-size: 20px;
    font-weight: 400
  }
}
@media screen and (max-width:768px) {}
#concept .txtarea h2 .sml_txt {
  font-size: 1.14286vw;
  color: #ef9a37;
  display: block;
  font-weight: 500
}
@media screen and (min-width:1440px) {
  #concept .txtarea h2 .sml_txt {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  #concept .txtarea h2 .sml_txt {
    font-size: 9pt
  }
}
#concept .txtarea h2 .sml_txt:after {
  display: none !important
}
#concept .txtarea p {
  margin-bottom: 30px;
  line-height: 2.2;
  letter-spacing: 1px;
  font-size: 1.21429vw;
  text-align: left;
  font-weight: 300
}
@media screen and (min-width:1440px) {
  #concept .txtarea p {
    font-size: 17px
  }
}
@media screen and (max-width:768px) {
  #concept .txtarea p {
    font-size: 13px;
    text-align: center;
    font-weight: 400
  }
}
@media screen and (max-width:768px) {}
#concept .imgarea {
  width: 55%;
  flex-shrink: 0
}
@media screen and (max-width:768px) {
  #concept .imgarea {
    width: 115%;
    flex-shrink: 0;
    position: relative;
    left: 0
  }
}
#mypage {
  margin-bottom: 50px;
  margin-top: 8.57143vw;
  position: relative
}
@media screen and (max-width:768px) {
  #mypage {
    padding: 0;
    margin-bottom: 10px
  }
}
#mypage .sec_ttl .jp {
  font-size: 20px
}
#mypage .mypage_w {
  justify-content: space-between;
  flex-flow: row-reverse
}
@media screen and (max-width:768px) {
  #mypage .mypage_w {
    flex-flow: wrap
  }
}
#mypage .txtarea {
  width: 46%
}
@media screen and (max-width:768px) {
  #mypage .txtarea {
    text-align: center;
    width: 100%
  }
}
#mypage .txtarea h2 {
  text-align: left
}
@media screen and (max-width:768px) {
  #mypage .txtarea h2 {
    text-align: center
  }
}
#mypage .txtarea h2 .en:after {
  margin-right: auto;
  margin-left: 0
}
@media screen and (max-width:768px) {
  #mypage .txtarea h2 .en:after {
    margin-left: auto
  }
}
#mypage .txtarea h2 .jp {
  font-size: 2.5vw;
  line-height: 1.5;
  margin-bottom: 1.42857vw;
  display: block;
  font-weight: 300
}
@media screen and (min-width:1440px) {
  #mypage .txtarea h2 .jp {
    font-size: 35px
  }
}
@media screen and (max-width:768px) {
  #mypage .txtarea h2 .jp {
    font-size: 20px;
    font-weight: 400
  }
}
@media screen and (max-width:768px) {}
#mypage .txtarea h2 .sml_txt {
  font-size: 1.14286vw;
  color: #ef9a37;
  display: block;
  font-weight: 500
}
@media screen and (min-width:1440px) {
  #mypage .txtarea h2 .sml_txt {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  #mypage .txtarea h2 .sml_txt {
    font-size: 9pt
  }
}
#mypage .txtarea h2 .sml_txt:after {
  display: none !important
}
#mypage .txtarea .txtarea {
  width: 82%
}
@media screen and (max-width:768px) {
  #mypage .txtarea .txtarea {
    width: 100%
  }
}
#mypage .txtarea p {
  margin-bottom: 30px;
  line-height: 2.2;
  letter-spacing: 1px;
  font-size: 1.21429vw;
  text-align: left;
  font-weight: 300
}
@media screen and (min-width:1440px) {
  #mypage .txtarea p {
    font-size: 17px
  }
}
@media screen and (max-width:768px) {
  #mypage .txtarea p {
    font-size: 13px;
    text-align: center;
    font-weight: 400
  }
}
@media screen and (max-width:768px) {}
#mypage .imgarea {
  width: 49%;
  flex-shrink: 0;
  margin: -70px 0 0;
  text-align: right
}
@media screen and (max-width:768px) {
  #mypage .imgarea {
    width: 120%;
    flex-shrink: 0;
    position: relative;
    left: -10%;
    margin: -15px 0 0;
    text-align: center
  }
}
#mypage .imgarea:before {
  width: 62.5vw;
  height: 64.71429vw;
  content: "";
  display: block;
  background: url(../images/mypage_bg.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: -10.71429vw;
  right: -7.14286vw
}
@media screen and (max-width:768px) {
  #mypage .imgarea:before {
    width: 113.932vw;
    height: 117.969vw;
    top: -10.71429vw;
    right: -3.57143vw
  }
}
#feature {
  background: #f2f9f4;
  border-radius: 0 200px 0 0;
  padding: 6.94444vw 0
}
@media screen and (max-width:768px) {
  #feature {
    padding: 50px 0;
    border-radius: 0 50px 0 0
  }
}
#feature .sec_ttl .jp {
  line-height: 1.25
}
#feature .feature_c_w .feature_c_i {
  margin-bottom: 6.94444vw
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i {
    margin-bottom: 60px
  }
}
#feature .feature_c_w .feature_c_i:nth-of-type(2n) .feature_c_i_w {
  flex-direction: row-reverse
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i:nth-of-type(2n) .feature_c_i_w {
    flex-direction: row
  }
}
#feature .feature_c_w .feature_c_i:nth-of-type(2n) .feature_c_i_w .txtarea {
  margin-left: 0;
  margin-right: 4.16667vw
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i:nth-of-type(2n) .feature_c_i_w .txtarea {
    margin-left: 0;
    margin-right: 0
  }
}
#feature .feature_c_w .feature_c_i:nth-last-of-type(1) {
  margin-bottom: 0
}
#feature .feature_c_w .feature_c_i .quote_w {
  background: #fff;
  border-radius: 10px;
  padding: 1.38889vw;
  align-items: center;
  margin-top: 3.47222vw;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  position: relative
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i .quote_w {
    margin-top: 30px;
    padding: 30px 20px;
    box-sizing: border-box
  }
}
#feature .feature_c_w .feature_c_i .quote_w:before {
  display: block;
  width: 33px;
  height: 26px;
  background-image: url(../images/quote_top.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 30px;
  content: ""
}
#feature .feature_c_w .feature_c_i .quote_w:after {
  display: block;
  width: 33px;
  height: 26px;
  background-image: url(../images/quote_bottom.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  right: 20px;
  content: ""
}
#feature .feature_c_w .feature_c_i .quote_w .imgarea {
  width: 7.77778vw;
  flex-shrink: 0;
  margin-right: 1.38889vw
}
#feature .feature_c_w .feature_c_i .quote_w .txtarea .h_txt {
  font-size: 1.28571vw;
  margin-bottom: 10px;
  font-weight: 400
}
@media screen and (min-width:1440px) {
  #feature .feature_c_w .feature_c_i .quote_w .txtarea .h_txt {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i .quote_w .txtarea .h_txt {
    font-size: 13px;
    font-weight: 500
  }
}
@media screen and (max-width:768px) {}
#feature .feature_c_w .feature_c_i .quote_w .txtarea .sub_txt {
  font-size: 0.92857vw;
  color: #55af9e;
  font-weight: 500
}
@media screen and (min-width:1440px) {
  #feature .feature_c_w .feature_c_i .quote_w .txtarea .sub_txt {
    font-size: 13px
  }
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i .quote_w .txtarea .sub_txt {
    font-size: 10px
  }
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i .quote_w {
    width: 100%
  }
  #feature .feature_c_w .feature_c_i .quote_w .imgarea {
    width: 33%;
    margin-right: 1.38889vw
  }
}
#feature .feature_c_w .feature_c_i_w {
  align-items: flex-start
}
#feature .feature_c_w .feature_c_i_w .imgarea {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i_w .imgarea {
    width: 115%;
    margin-bottom: 0
  }
}
#feature .feature_c_w .feature_c_i_w .txtarea {
  margin-left: 4.16667vw
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i_w .txtarea {
    margin-left: 0;
    background: #f2f9f4;
    border-radius: 0 40px 0 0;
    margin-top: -30px;
    padding-top: 20px
  }
}
#feature .feature_c_w .feature_c_i_w .txtarea .num {
  color: #55af9e;
  font-size: 3.57143vw;
  font-weight: 600
}
@media screen and (min-width:1440px) {
  #feature .feature_c_w .feature_c_i_w .txtarea .num {
    font-size: 50px
  }
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i_w .txtarea .num {
    font-size: 28px
  }
}
#feature .feature_c_w .feature_c_i_w .txtarea .tag {
  display: table;
  margin-bottom: 25px;
  color: #fff;
  padding: 8px 9pt 5px;
  font-weight: 600;
  font-family: Raleway, sans-serif;
  border-radius: 10px 0 10px 0;
  font-size: 1pc
}
#feature .feature_c_w .feature_c_i_w .txtarea .tag span {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 15px
}
#feature .feature_c_w .feature_c_i_w .txtarea h3 {
  font-size: 2.14286vw;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400
}
@media screen and (min-width:1440px) {
  #feature .feature_c_w .feature_c_i_w .txtarea h3 {
    font-size: 30px
  }
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i_w .txtarea h3 {
    font-size: 22px;
    font-weight: 500
  }
}
@media screen and (max-width:768px) {}
#feature .feature_c_w .feature_c_i_w .txtarea .sub_ttl {
  font-size: 1.64286vw;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: 400
}
@media screen and (min-width:1440px) {
  #feature .feature_c_w .feature_c_i_w .txtarea .sub_ttl {
    font-size: 23px
  }
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i_w .txtarea .sub_ttl {
    font-size: 1pc;
    font-weight: 500
  }
}
@media screen and (max-width:768px) {}
#feature .feature_c_w .feature_c_i_w .txtarea .description {
  font-weight: 300
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i_w .txtarea .description {
    font-weight: 400
  }
}
.bg_bl {
  padding-top: 75pt;
  padding-bottom: 75pt;
  background: #e5f1f8;
  border-radius: 0 200px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: -180px
}
@media screen and (max-width:768px) {
  .bg_bl {
    border-radius: 0 75pt 0 0;
    padding-top: 60px
  }
}
#comparison {
  background: #6ac3b2;
  padding: 6.94444vw 0;
  padding-bottom: 19.44444vw
}
@media screen and (max-width:768px) {
  #comparison {
    padding: 50px 0 75pt
  }
}
#comparison .in {
  padding: 0;
  box-sizing: border-box
}
#comparison .sec_ttl {
  color: #fff
}
#comparison .sec_ttl .en:after {
  background: #fff
}
#comparison .sec_ttl .jp {
  line-height: 1.25
}
#comparison .imgarea {
  width: 760px;
  padding: 5pc;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto 4.86111vw;
  box-sizing: border-box
}
@media screen and (max-width:768px) {
  #comparison .imgarea {
    width: auto;
    padding: 20px
  }
}
#comparison .w_txt {
  font-size: 2.14286vw;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 400
}
@media screen and (min-width:1440px) {
  #comparison .w_txt {
    font-size: 30px
  }
}
@media screen and (max-width:768px) {
  #comparison .w_txt {
    font-size: 20px;
    margin-top: 40px;
    font-weight: 500
  }
}
@media screen and (max-width:768px) {}
#comparison .comparison_lis_w {
  margin: 4.86111vw auto;
  max-width: 55pc
}
@media screen and (max-width:768px) {
  #comparison .comparison_lis_w {
    max-width: 87%
  }
}
#comparison .comparison_lis_w .comparison_lis_i {
  font-size: 1.42857vw;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  align-items: center
}
@media screen and (min-width:1440px) {
  #comparison .comparison_lis_w .comparison_lis_i {
    font-size: 20px
  }
}
@media screen and (max-width:768px) {
  #comparison .comparison_lis_w .comparison_lis_i {
    font-size: 9pt;
    margin-bottom: 9pt
  }
}
@media screen and (max-width:768px) {}
#comparison .comparison_lis_w .comparison_lis_i .check_w {
  padding: 30px 20px;
  background: #dcf7e4;
  width: 18%;
  flex-shrink: 0;
  box-sizing: border-box;
  font-weight: 600;
  color: #55af9e;
  display: flex;
  align-items: center
}
#comparison .comparison_lis_w .comparison_lis_i .check_w:before {
  content: "";
  width: 1pc;
  height: 13px;
  background-image: url(../images/check.svg);
  display: block;
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 2px
}
@media screen and (max-width:768px) {
  #comparison .comparison_lis_w .comparison_lis_i .check_w:before {
    background-image: url(../images/check_sp.svg);
    width: 1pc;
    height: 13px;
    margin-right: 4px;
    top: 0
  }
}
@media screen and (max-width:768px) {
  #comparison .comparison_lis_w .comparison_lis_i .check_w {
    width: 28%;
    padding: 20px 10px
  }
}
#comparison .comparison_lis_w .comparison_lis_i .txt {
  padding: 20px;
  box-sizing: border-box;
  font-weight: 400
}
#comparison .comparison_lis_w .comparison_lis_i .txt span {
  color: #ef9a37
}
@media screen and (max-width:768px) {
  #comparison .comparison_lis_w .comparison_lis_i .txt {
    padding: 10px;
    line-height: 1.5;
    font-weight: 500
  }
}
#voice {
  padding: 6.94444vw 0;
  margin-top: -12.5vw;
  background: #f6e8d0;
  border-radius: 0 200px 0 0
}
@media screen and (max-width:768px) {
  #voice {
    border-radius: 0 50px 0 0;
    padding: 50px 0
  }
}
#voice .voice_li_w {
  display: flex;
  justify-content: space-between;
  padding: 10px 0
}
@media screen and (max-width:768px) {
  #voice .voice_li_w {
    padding: 0;
    justify-content: flex-start
  }
}
#voice .voice_li_i {
  width: 31%;
  margin: 0 .5em;
  padding: 0 20px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  height: auto
}
@media screen and (max-width:768px) {
  #voice .voice_li_i {
    width: 98% !important;
    margin: 1%;
    padding: 0 0 30px
  }
}
#voice .voice_li_i .imgarea {
  position: relative;
  margin-bottom: 30px
}
#voice .voice_li_i h3 {
  font-size: 1.35714vw;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 7px;
  position: absolute;
  bottom: 0
}
@media screen and (min-width:1440px) {
  #voice .voice_li_i h3 {
    font-size: 19px
  }
}
@media screen and (max-width:768px) {
  #voice .voice_li_i h3 {
    font-size: 19px
  }
}
#voice .voice_li_i h3 span {
  display: table;
  color: #fff;
  font-weight: 400;
  background: linear-gradient(135deg, #80d3a6, #f0c083 100%);
  margin-bottom: 5px;
  padding: 0 10px 2px
}
@media screen and (max-width:768px) {
  #voice .voice_li_i h3 {
    font-weight: 500
  }
}
#voice .voice_li_i .tag {
  display: table;
  color: #fff;
  font-size: 0.85714vw;
  padding: 7px 10px;
  font-weight: 500;
  line-height: 1;
  border-radius: 75pt;
  margin-bottom: 10px
}
@media screen and (min-width:1440px) {
  #voice .voice_li_i .tag {
    font-size: 9pt
  }
}
@media screen and (max-width:768px) {
  #voice .voice_li_i .tag {
    font-size: 9pt
  }
}
#voice .voice_li_i .name {
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  color: #8998a2;
  font-size: 1vw
}
@media screen and (min-width:1440px) {
  #voice .voice_li_i .name {
    font-size: 14px
  }
}
@media screen and (max-width:768px) {
  #voice .voice_li_i .name {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 25px
  }
}
@media screen and (max-width:768px) {}
#voice .voice_li_i .description {
  font-size: 1.07143vw;
  line-height: 2
}
@media screen and (min-width:1440px) {
  #voice .voice_li_i .description {
    font-size: 15px
  }
}
@media screen and (max-width:768px) {
  #voice .voice_li_i .description {
    font-size: 13px
  }
}
@media screen and (max-width:768px) {
  #voice .swiper-button-next, #voice .swiper-button-prev {
    font-size: 1pc;
    color: #8998a2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 75pt;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    top: 40%
  }
  #voice .swiper-button-next {
    right: -10px
  }
  #voice .swiper-button-prev {
    left: -10px
  }
  #voice .swiper-button-next:after, #voice .swiper-button-prev:after, #voice .swiper-rtl .swiper-button-prev:after {
    font-size: 1pc;
    color: #8998a2
  }
}
#result {
  background: #f8f8f8;
  padding: 6.94444vw 0
}
#result .sec_ttl .jp {
  font-size: 2.14286vw;
  font-weight: 400
}
@media screen and (min-width:1440px) {
  #result .sec_ttl .jp {
    font-size: 30px
  }
}
@media screen and (max-width:768px) {
  #result .sec_ttl .jp {
    font-size: 22px;
    font-weight: 500
  }
}
@media screen and (max-width:768px) {}
#result .sec_ttl .jp:after {
  width: 30px;
  height: 1px;
  content: "";
  background: #4e565b;
  display: block;
  margin: 10px auto 20px
}
@media screen and (max-width:768px) {
  #result {
    padding: 50px 0
  }
  #result .sec_ttl .en {
    font-size: 22px
  }
}
#result .logo_w {
  justify-content: space-between;
  margin-bottom: 50px
}
@media screen and (max-width:768px) {
  #result .logo_w {
    justify-content: center;
    margin-bottom: 20px
  }
}
#result .logo_w li {
  width: 18%
}
@media screen and (max-width:768px) {
  #result .logo_w li {
    width: 30%;
    margin: 5px
  }
}
#result .logo_w + p {
  font-size: 1.14286vw;
  text-align: center;
  font-weight: 500
}
@media screen and (min-width:1440px) {
  #result .logo_w + p {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  #result .logo_w + p {
    font-size: 9pt
  }
}
.cta {
  background: linear-gradient(135deg, #9bdab8, #efcea4 100%);
  padding: 4.86111vw 0
}
.cta .sec_ttl {
  margin-bottom: 30px;
  line-height: 1
}
.cta .sec_ttl .en:after {
  margin-top: 20px
}
@media screen and (max-width:768px) {
  .cta {
    padding: 50px 0
  }
  .cta .sec_ttl {
    margin-bottom: 30px
  }
}
.cta .in {
  padding: 4.16667vw;
  background: #fff;
  box-sizing: border-box;
  border-radius: 30px
}
@media screen and (max-width:768px) {
  .cta .in {
    padding: 50px 7.5%
  }
}
.cta .cta_w {
  justify-content: center;
  align-items: center
}
.cta .cta_w .sub_ttl {
  font-size: 2.28571vw;
  margin-bottom: 1.38889vw
}
@media screen and (min-width:1440px) {
  .cta .cta_w .sub_ttl {
    font-size: 2pc
  }
}
@media screen and (max-width:768px) {
  .cta .cta_w .sub_ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500
  }
}
@media screen and (max-width:768px) {}
.cta .cta_w .description {
  line-height: 2;
  font-weight: 300
}
@media screen and (max-width:768px) {
  .cta .cta_w .description {
    text-align: center;
    font-size: 13px;
    font-weight: 400
  }
}
@media screen and (max-width:768px) {
  .cta .btn_w {
    width: 100%;
    margin-top: 30px
  }
}
.cta .cta_btn {
  margin-left: 70px;
  padding: 28px 70px;
  border-radius: 75pt;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  font-size: 1.28571vw;
  text-align: center;
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16)
}
@media screen and (min-width:1440px) {
  .cta .cta_btn {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .cta .cta_btn {
    font-size: 15px;
    width: 100%;
    margin: 0;
    display: block;
    padding: 8.52% 10%;
    font-weight: 500;
    letter-spacing: 1px
  }
}
@media screen and (max-width:768px) {}
#plan {
  padding: 6.94444vw 0 13.88889vw;
  position: relative
}
@media screen and (max-width:768px) {
  #plan {
    padding: 50px 0 75pt
  }
}
#plan .lead_txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 6.25vw
}
#plan .plan_w {
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
#plan .plan_i {
  width: 31%;
  position: relative
}
@media screen and (max-width:768px) {
  #plan .plan_i {
    width: 100%;
    margin-bottom: 40px
  }
}
#plan .plan_i .plan_i_w {
  border-radius: 20px;
  overflow: hidden
}
#plan .plan_i .badge, #plan .plan_i .plan_i_w {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}
#plan .plan_i .badge {
  position: absolute;
  background: #ef9a37;
  width: 5pc;
  height: 5pc;
  font-size: 1vw;
  border-radius: 75pt;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: -2.6%;
  left: 3%;
  z-index: 2
}
@media screen and (min-width:1440px) {
  #plan .plan_i .badge {
    font-size: 14px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .badge {
    font-size: 14px;
    width: 15.27778vw;
    height: 15.27778vw
  }
}
@media screen and (max-width:768px) {}
#plan .plan_i .plan_i_head {
  border-top: 1pc solid #c21500;
  border-image: linear-gradient(135deg, #9bdab8, #efcea4 100%);
  border-image-slice: 1;
  padding: 1.73611vw 4.86111vw
}
#plan .plan_i .plan_i_head .sub_ttl {
  font-size: 0.85714vw;
  text-align: center;
  font-weight: 500
}
@media screen and (min-width:1440px) {
  #plan .plan_i .plan_i_head .sub_ttl {
    font-size: 9pt
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .plan_i_head .sub_ttl {
    font-size: 9pt
  }
}
#plan .plan_i .plan_i_head h3 {
  font-size: 1.57143vw;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500
}
@media screen and (min-width:1440px) {
  #plan .plan_i .plan_i_head h3 {
    font-size: 22px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .plan_i_head h3 {
    font-size: 22px
  }
}
#plan .plan_i .plan_i_head .tag {
  background: linear-gradient(135deg, #80d3a6, #f0c083 100%);
  text-align: center;
  border-radius: 75pt;
  padding: 10px 0;
  color: #fff;
  line-height: 1;
  font-size: 1.28571vw
}
@media screen and (min-width:1440px) {
  #plan .plan_i .plan_i_head .tag {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .plan_i_head .tag {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .plan_i_head {
    padding: 4.86111vw 9.72222vw
  }
}
#plan .plan_i .price_w {
  width: 80%;
  margin: 0 auto 20px
}
#plan .plan_i .price_w tr:last-child td, #plan .plan_i .price_w tr:last-child th {
  border-bottom: 0;
  padding-bottom: 0
}
#plan .plan_i .price_w th {
  text-align: left;
  font-size: 1.14286vw;
  font-weight: 600;
  padding: 0.69444vw 0;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle
}
@media screen and (min-width:1440px) {
  #plan .plan_i .price_w th {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .price_w th {
    font-size: 1pc;
    font-size: 1vw;
    padding: 2.77778vw 0
  }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:768px) and (min-width:1440px) {
  #plan .plan_i .price_w th {
    font-size: 14px
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  #plan .plan_i .price_w th {
    font-size: 14px
  }
}
#plan .plan_i .price_w th .en_02 {
  color: #ef9a37;
  font-size: 1.64286vw
}
@media screen and (min-width:1440px) {
  #plan .plan_i .price_w th .en_02 {
    font-size: 23px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .price_w th .en_02 {
    font-size: 23px
  }
}
#plan .plan_i .price_w td {
  padding: 0.69444vw 0;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle;
  text-align: right
}
#plan .plan_i .price_w td .price {
  font-weight: 500;
  font-size: 2.35714vw;
  line-height: 1
}
@media screen and (min-width:1440px) {
  #plan .plan_i .price_w td .price {
    font-size: 33px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .price_w td .price {
    font-size: 33px
  }
}
#plan .plan_i .price_w td .price span {
  font-size: 1.14286vw;
  font-weight: 600;
  color: #8998a2
}
@media screen and (min-width:1440px) {
  #plan .plan_i .price_w td .price span {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .price_w td .price span {
    font-size: 1pc
  }
}
#plan .plan_i .price_w td .tax {
  color: #8998a2;
  font-size: 0.92857vw;
  font-weight: 500
}
@media screen and (min-width:1440px) {
  #plan .plan_i .price_w td .tax {
    font-size: 13px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .price_w td .tax {
    font-size: 13px
  }
}
#plan .plan_i .price_w td .torikeshi {
  position: relative
}
#plan .plan_i .price_w td .torikeshi:after {
  content: '';
  transform: rotate(-15deg);
  width: 80%;
  border-top: 1px solid #777070;
  position: absolute;
  top: 50%;
  left: 20px
}
@media screen and (max-width:768px) {
  #plan .plan_i .price_w td {
    padding: 2.77778vw 0
  }
}
#plan .plan_i .cal_w .cal_i {
  background: #f8f8f8;
  padding: 1.04167vw;
  align-items: center;
  padding-left: 3.81944vw;
  font-weight: 400
}
#plan .plan_i .cal_w .cal_i:nth-of-type(2n) {
  background: #fff
}
@media screen and (max-width:768px) {
  #plan .plan_i .cal_w .cal_i {
    padding: 2.08333vw;
    padding-left: 5.20833vw
  }
}
#plan .plan_i .cal_w .cal_i span {
  font-size: 0.71429vw;
  display: block
}
@media screen and (min-width:1440px) {
  #plan .plan_i .cal_w .cal_i span {
    font-size: 10px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .cal_w .cal_i span {
    font-size: 10px
  }
}
#plan .plan_i .cal_w .cal_i span.bl_txt {
  color: #26b7bc
}
#plan .plan_i .cal_w .cal_i:before {
  content: "";
  background-image: url(../images/check_plan.svg);
  width: 1.25vw;
  height: 1.04167vw;
  background-size: cover;
  display: block;
  margin-right: 1.38889vw
}
@media screen and (max-width:768px) {
  #plan .plan_i .cal_w .cal_i:before {
    width: 3.47222vw;
    height: 2.77778vw;
    margin-right: 2.77778vw
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .cal_w {
    display: none
  }
}
#plan .caption {
  position: absolute;
  right: 0;
  bottom: -60px;
  color: #8998a2;
  font-size: 15px;
  font-weight: 500;
  margin: 0
}
@media screen and (max-width:768px) {
  #plan .caption {
    position: relative;
    font-size: 11px;
    margin: -90pt 0 30px;
    bottom: -75pt
  }
}
@media screen and (max-width:768px) {
  #plan .ac_btn {
    padding: 9pt;
    border-top: 1px solid #e7e7e7;
    text-align: center;
    font-size: 9pt
  }
  #plan .ac_btn:after {
    content: "";
    background-image: url(../images/arrow.svg);
    width: 3.75vw;
    height: 2.22222vw;
    background-size: cover;
    display: block;
    margin: 10px auto 0;
    transform: rotate(180deg);
    position: relative;
    top: -4px
  }
  #plan .ac_btn.active:after {
    transform: rotate(0)
  }
}
#option {
  padding: 6.94444vw 0 13.88889vw;
  position: relative;
  background: #f8f8f8;
  text-align: center
}
@media screen and (max-width:768px) {
  #option {
    padding: 50px 0 30px;
    background: #f8f8f8 url(../images/option_bg.png)bottom 0 left -75pt no-repeat;
    background-size: 88.8vw auto
  }
}
#option .in {
  background: url(../images/option_bg.png)bottom -75pt left -50px no-repeat;
  background-size: 777px auto
}
@media screen and (max-width:768px) {
  #option .in {
    background: 0
  }
}
#option p {
  margin: 0 0 40px;
  line-height: 2.4
}
@media screen and (max-width:768px) {
  #option p {
    font-size: 13px
  }
}
#option .option__ttl--sp {
  background: linear-gradient(135deg, #68c3cb, #9ac4d4 20%, #ddafa6 90%);
  color: #fff;
  font-weight: 700;
  padding: 5px 15px;
  display: inline;
  font-size: 14px;
  border-top-left-radius: 1pc;
  border-top-right-radius: 1pc;
  font-weight: 500;
  display: none
}
@media screen and (max-width:768px) {
  #option .option__ttl--sp {
    display: block;
    width: 170px;
    font-size: 11px;
    padding: 5px 10px
  }
}
#option .option__box {
  display: flex;
  border-radius: 30px;
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  overflow: hidden;
  margin: 0 0 50px
}
@media screen and (max-width:768px) {
  #option .option__box {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 0 30px
  }
}
#option .option__box .left {
  width: 53%;
  background: #fff;
  text-align: left;
  padding: 50px
}
@media screen and (max-width:768px) {
  #option .option__box .left {
    width: 100%;
    box-sizing: border-box;
    padding: 10%
  }
}
#option .option__box .left p {
  line-height: 1.8
}
@media screen and (max-width:768px) {
  #option .option__box .left p {
    margin: 0 0 20px
  }
}
#option .option__box .left__ttl01 {
  background: linear-gradient(135deg, #68c3cb, #9ac4d4 20%, #ddafa6 90%);
  color: #fff;
  font-weight: 700;
  padding: 8px 15px;
  display: inline;
  font-size: 14px;
  border-top-left-radius: 1pc;
  border-bottom-right-radius: 1pc;
  font-weight: 500
}
@media screen and (max-width:768px) {
  #option .option__box .left__ttl01 {
    display: none
  }
}
#option .option__box .left__ttl02 {
  font-size: 26px;
  margin: 25px 0;
  font-weight: 500
}
@media screen and (max-width:768px) {
  #option .option__box .left__ttl02 {
    font-size: 22px;
    margin: 0 0 20px
  }
}
#option .option__box .left__ttl02 span {
  background: linear-gradient(transparent 70%, #f0dede 70%)
}
#option .option__box .left__img {
  text-align: center
}
#option .option__box .left__img img {
  width: 410px;
  height: auto
}
#option .option__box .right {
  width: 47%;
  background: #f8f8f8;
  text-align: left;
  padding: 50px
}
@media screen and (max-width:768px) {
  #option .option__box .right {
    width: 100%;
    box-sizing: border-box;
    padding: 5%
  }
}
#option .option__box .right .right__ttl {
  color: #26b7bc;
  font-size: 26px;
  margin: 0 0 20px;
  font-family: Raleway, sans-serif;
  font-weight: 400
}
@media screen and (max-width:768px) {
  #option .option__box .right .right__ttl {
    text-align: center;
    font-size: 15px
  }
}
#option .option__box .right .right__ttl span {
  color: #586166;
  font-size: 9pt;
  padding: 0 0 0 20px
}
@media screen and (max-width:768px) {
  #option .option__box .right .right__ttl span {
    display: block;
    padding: 0;
    font-size: 1pc
  }
}
#option .option__box .right .right__service--box {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500
}
@media screen and (max-width:768px) {
  #option .option__box .right .right__service--box {
    font-size: 1pc
  }
}
#option .option__box .right .right__service--box02 {
  text-align: center;
  font-size: 22px
}
#option .option__box .right .right__service--box03 {
  text-align: left;
  background: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  margin: 0 0 8px;
  font-weight: 500
}
@media screen and (max-width:768px) {
  #option .option__box .right .right__service--box03 {
    font-size: 1pc
  }
}
#option .option__box .right .right__service--box03 span {
  font-size: 9pt;
  font-weight: 400
}
@media screen and (max-width:768px) {
  #option .option__box .right .right__service--box03 span {
    display: block;
    line-height: 1.5;
    margin: 4px 0 0
  }
}
#support {
  padding: 6.94444vw 0 17.36111vw;
  position: relative;
  background: #e9f5f7;
  text-align: center
}
@media screen and (max-width:768px) {
  #support {
    padding: 50px 0 75pt
  }
}
#support .support__img {
  margin: 0 auto 30px;
  max-width: 508px
}
#support p {
  margin: 0 0 40px;
  line-height: 2.4
}
@media screen and (max-width:768px) {
  #support .btn_w {
    width: 100%;
    margin-top: 30px
  }
}
#support .cta_btn {
  padding: 28px 70px;
  border-radius: 75pt;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  font-size: 1.28571vw;
  text-align: center;
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16)
}
@media screen and (min-width:1440px) {
  #support .cta_btn {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  #support .cta_btn {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 6.52% 10%;
    font-weight: 500;
    letter-spacing: 1px
  }
}
@media screen and (max-width:768px) {}
.once_cp {
  color: #e296bf !important;
  font-weight: 500;
  font-size: 17px;
  margin: -15px 0 0;
  text-align: center
}
.once_cp span {
  font-size: 35px;
  font-family: Lato;
  font-weight: 600
}
#message {
  padding: 0 0 6.94444vw;
  position: relative;
  background: #f2f9f4
}
@media screen and (max-width:768px) {
  #message {
    padding: 50px 0
  }
}
#message .txtarea p {
  margin-bottom: 30px;
  line-height: 2.2;
  letter-spacing: 1px;
  font-size: 1.21429vw;
  text-align: center;
  font-weight: 300
}
@media screen and (min-width:1440px) {
  #message .txtarea p {
    font-size: 17px
  }
}
@media screen and (max-width:768px) {
  #message .txtarea p {
    font-size: 13px
  }
}
#message .txtarea p:nth-last-of-type(1) {
  margin-bottom: 0
}
@media screen and (max-width:768px) {
  #message .txtarea p {
    font-weight: 400
  }
}
#message .imgarea {
  position: relative;
  top: -10.41667vw
}
#message .imgarea img {
  width: 100%
}
@media screen and (max-width:768px) {
  #message .imgarea img {
    height: 182px;
    object-fit: cover
  }
}
#message:before {
  background-image: url(../images/message_bg.png);
  background-repeat: no-repeat;
  width: 540px;
  height: 550px;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -140px;
  top: 15pc
}
@media screen and (max-width:768px) {
  #message:before {
    width: 300px;
    height: 300px;
    right: -75pt
  }
}
#message:after {
  background-image: url(../images/message_bg.png);
  background-repeat: no-repeat;
  width: 540px;
  height: 35pc;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -220px;
  bottom: 140px
}
@media screen and (max-width:768px) {
  #message:after {
    width: 300px;
    height: 300px;
    left: -150px;
    bottom: 40px
  }
}
.info {
  padding: 75pt 0
}
@media screen and (max-width:768px) {
  .info {
    padding: 60px 0
  }
}
@media screen and (max-width:768px) {
  .info .en {
    font-size: 14px
  }
}
.info .c_ttl_w {
  margin-bottom: 75pt
}
@media screen and (max-width:768px) {
  .info .c_ttl_w {
    margin-bottom: 3pc
  }
}
.info .c_ttl_w:after {
  width: 75pt;
  height: 1px;
  background: #fff;
  margin-top: 40px;
  content: "";
  display: block;
  margin: auto
}
@media screen and (max-width:768px) {
  .info .c_ttl_w:after {
    width: 40px
  }
}
.info .c_ttl_w .ttl_txt {
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 9.28571vw
}
@media screen and (min-width:1440px) {
  .info .c_ttl_w .ttl_txt {
    font-size: 130px
  }
}
@media screen and (max-width:768px) {
  .info .c_ttl_w .ttl_txt {
    font-size: 3pc
  }
}
.info .info_w {
  align-items: center;
  color: #fff;
  letter-spacing: .1pc
}
.info .info_w .imgarea {
  width: 50%;
  flex-shrink: 0;
  margin-right: 5pc;
  position: relative
}
@media screen and (max-width:768px) {
  .info .info_w .imgarea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px
  }
}
.info .info_w .imgarea .map_pin {
  width: 5%;
  position: absolute;
  top: 52%;
  left: 39%
}
.info .info_w .imgarea .map_ripple {
  position: absolute;
  top: 86%;
  left: 40%;
  width: 60rem;
  height: 60rem;
  transform: translate(-50%, -50%);
  z-index: 2
}
.info .info_w .imgarea .map_ripple .ring {
  border: 1px solid #fff;
  -webkit-animation: a 3s ease-in 0 infinite;
  animation: a 3s ease-in 0 infinite;
  border-radius: 10rem
}
.info .info_w .imgarea .map_ripple .ring, .info .info_w .imgarea .map_ripple .surface {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 10rem;
  height: 10rem;
  transform: translate(-50%, -50%)
}
.info .info_w .imgarea .map_ripple .surface {
  background-color: #fff;
  -webkit-animation: b 3s ease-in .75s infinite;
  animation: b 3s ease-in .75s infinite;
  border-radius: 10rem
}
.info .info_w .imgarea .map_img {
  width: 100%
}
.info .info_w .txtarea p {
  margin-bottom: 40px
}
@media screen and (max-width:768px) {
  .info .info_w .txtarea p {
    font-size: 13px;
    line-height: 2
  }
}
@-webkit-keyframes a {
  0 {
    opacity: 0;
    width: 1rem;
    height: 1rem
  }
  10%, 80% {
    opacity: 1
  }
  to {
    width: 10rem;
    height: 10rem
  }
}
@keyframes a {
  0, to {
    opacity: 0
  }
  0 {
    width: 1rem;
    height: 1rem
  }
  10%, 80% {
    opacity: 1
  }
  to {
    opacity: 0;
    width: 10rem;
    height: 10rem
  }
}
@-webkit-keyframes b {
  0 {
    opacity: 0;
    width: 1rem;
    height: 1rem
  }
  10% {
    opacity: .5
  }
  to {
    width: 12rem;
    height: 12rem
  }
}
@keyframes b {
  0, to {
    opacity: 0
  }
  0 {
    width: 1rem;
    height: 1rem
  }
  10% {
    opacity: .5
  }
  to {
    opacity: 0;
    width: 12rem;
    height: 12rem
  }
}
#footer {
  padding: 50px 0;
  background: #f6f6f6;
  position: relative
}
@media screen and (max-width:768px) {
  #footer {
    padding: 50px 0 0
  }
}
#footer .logo {
  text-align: center;
  width: 67px;
  margin: 0 auto
}
#footer .logo img {
  width: 5pc;
  transition: .5s
}
@media screen and (max-width:768px) {
  #footer .logo img {
    width: 110px
  }
}
#footer .footer_nav--flex {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0 0
}
@media screen and (max-width:768px) {
  #footer .footer_nav--flex {
    width: 300px;
    margin: 50px auto 0;
    flex-wrap: wrap
  }
}
#footer .footer_nav--flex li {
  margin: 0 20px
}
@media screen and (max-width:768px) {
  #footer .footer_nav--flex li {
    width: 50%;
    text-align: left;
    margin: 0 0 20px;
    font-size: 13px
  }
}
#footer .footer_nav--flex li:last-child {
  margin: 0 20px
}
@media screen and (max-width:768px) {
  #footer .footer_nav--flex li:last-child {
    width: 100%;
    text-align: left;
    margin: 0 0 20px
  }
}
#footer .copy {
  position: static;
  writing-mode: initial;
  text-align: center;
  margin-top: 50px;
  font-size: 9pt;
  padding:20px 0 !important;
}
@media screen and (max-width:768px) {
  #footer .copy {
    display: block !important
  }
}
@media screen and (max-width:768px) {
  #footer {
    background: #f6f6f6;
    padding-bottom: 150px
  }
}
#footer .toptop_bar {
  position: absolute;
  right: 1%;
  bottom: 280px;
  text-decoration: none;
  transform: rotate(90deg);
  font-size: 13px;
  line-height: 1.5rem;
  color: #586166;
  padding: 0 0 0 95px;
  border-top: solid 1px;
  font-weight: 300;
  font-family: Lato;
  letter-spacing: .1pc;
  z-index: 3
}
@media screen and (max-width:1440px) {
  #footer .toptop_bar {
    right: -2%
  }
}
#footer .toptop_bar:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top
}
@media screen and (max-width:768px) {
  #footer .toptop_bar {
    display: none !important
  }
}
.r_btn_w {
  justify-content: flex-end
}
.r_btn_w a {
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 1.28571vw
}
@media screen and (min-width:1440px) {
  .r_btn_w a {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .r_btn_w a {
    font-size: 18px
  }
}
.r_btn_w a:after {
  width: 90px;
  height: 90px;
  background: url(../images/common/btn_arrow.png);
  display: block;
  background-size: cover;
  content: "";
  margin-left: 20px
}
@media screen and (max-width:768px) {
  .r_btn_w a:after {
    width: 50px;
    height: 50px
  }
}
.r_btn_w.r_btn_w_wh a {
  color: #fff
}
.r_btn_w.r_btn_w_wh a:after {
  background: url(../images/common/btn_arrow_w.png);
  background-size: cover
}
.gst_btn {
  display: inline-block;
  border-radius: 75pt;
  padding: 30px 180px;
  border: 1px solid;
  font-size: 1.78571vw
}
@media screen and (min-width:1440px) {
  .gst_btn {
    font-size: 25px
  }
}
@media screen and (max-width:768px) {
  .gst_btn {
    font-size: 25px;
    width: 100%;
    padding: 20px 0
  }
}
@media screen and (max-width:768px) {}
.gst_btn_w {
  color: #fff
}
svg {
  display: block
}
.more_btn_anim {
  justify-content: flex-end
}
.more_btn_anim a {
  display: flex;
  align-items: center;
  font-size: 1.28571vw;
  letter-spacing: 1.5px;
  font-weight: 300
}
@media screen and (min-width:1440px) {
  .more_btn_anim a {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .more_btn_anim a {
    font-size: 14px
  }
}
.more_btn_anim a > span.circle_w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-left: 35px
}
@media screen and (max-width:768px) {
  .more_btn_anim a > span.circle_w {
    width: 65px;
    height: 65px;
    margin-left: 15px
  }
}
.more_btn_anim a .circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(275deg);
  transform: rotate(275deg)
}
.more_btn_anim a .circle path {
  fill: none;
  stroke-linecap: round;
  stroke: #4e565b;
  stroke-width: 1;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.more_btn_anim a .circle path.circle_motion, .more_btn_anim a .circle path.circle_motion02 {
  stroke-dasharray: 386;
  stroke: #26b7bc;
  stroke-width: 2
}
.more_btn_anim a .arrow_msk {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  transform: rotate(45deg)
}
@media screen and (max-width:768px) {
  .more_btn_anim a .arrow_msk {
    width: 13px;
    height: 13px
  }
}
.more_btn_anim a .arrow_msk .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
@media screen and (max-width:768px) {
  .more_btn_anim a .arrow_msk .arrow {
    width: 13px;
    height: 13px
  }
}
.more_btn_anim a .arrow_msk .arrow path {
  fill: none;
  stroke: #4e565b;
  stroke-width: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.more_btn_anim a .arrow_msk .arrow:last-child {
  -webkit-transform: translate3d(-200%, 200%, 0);
  transform: translate3d(-200%, 200%, 0)
}
.more_btn_anim a:hover {
  opacity: 1
}
.more_btn_anim a:hover .arrow_msk .arrow {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.more_btn_anim a:hover .arrow_msk .arrow path {
  fill: none;
  stroke: #28afb3;
  stroke-width: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.more_btn_anim a:hover .arrow_msk .arrow:first-child {
  -webkit-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0)
}
.more_btn_anim a:hover .arrow_msk .arrow:last-child {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.more_btn_anim.more_btn_anim_w {
  justify-content: flex-end
}
.more_btn_anim.more_btn_anim_w a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.28571vw;
  letter-spacing: 3px
}
@media screen and (min-width:1440px) {
  .more_btn_anim.more_btn_anim_w a {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .more_btn_anim.more_btn_anim_w a {
    font-size: 18px
  }
}
.more_btn_anim.more_btn_anim_w a > span.circle_w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-left: 35px
}
@media screen and (max-width:768px) {
  .more_btn_anim.more_btn_anim_w a > span.circle_w {
    width: 65px;
    height: 65px;
    margin-left: 15px
  }
}
.more_btn_anim.more_btn_anim_w a .circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(275deg);
  transform: rotate(275deg)
}
.more_btn_anim.more_btn_anim_w a .circle path {
  fill: none;
  stroke-linecap: round;
  stroke: #fff;
  stroke-width: 1;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.more_btn_anim.more_btn_anim_w a .circle path.circle_motion, .more_btn_anim.more_btn_anim_w a .circle path.circle_motion02 {
  stroke-dasharray: 386;
  stroke: #28afb3;
  stroke-width: 2
}
.more_btn_anim.more_btn_anim_w a .arrow_msk {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  transform: rotate(45deg)
}
@media screen and (max-width:768px) {
  .more_btn_anim.more_btn_anim_w a .arrow_msk {
    width: 9pt;
    height: 9pt
  }
}
.more_btn_anim.more_btn_anim_w a .arrow_msk .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
@media screen and (max-width:768px) {
  .more_btn_anim.more_btn_anim_w a .arrow_msk .arrow {
    width: 9pt;
    height: 9pt
  }
}
.more_btn_anim.more_btn_anim_w a .arrow_msk .arrow path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.more_btn_anim.more_btn_anim_w a .arrow_msk .arrow:last-child {
  -webkit-transform: translate3d(-200%, 200%, 0);
  transform: translate3d(-200%, 200%, 0)
}
.more_btn_anim.more_btn_anim_w a:hover {
  opacity: 1
}
.more_btn_anim.more_btn_anim_w a:hover .arrow_msk .arrow {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.more_btn_anim.more_btn_anim_w a:hover .arrow_msk .arrow path {
  fill: none;
  stroke: #28afb3;
  stroke-width: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.more_btn_anim.more_btn_anim_w a:hover .arrow_msk .arrow:first-child {
  -webkit-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0)
}
.more_btn_anim.more_btn_anim_w a:hover .arrow_msk .arrow:last-child {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.gos_btn_w {
  text-align: center
}
.gos_btn_w .gos_btn {
  padding: 40px 0;
  border-radius: 75pt;
  border: 1px solid;
  line-height: 1;
  width: 460px;
  font-weight: 300;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 75pt;
  font-size: 1.78571vw
}
@media screen and (min-width:1440px) {
  .gos_btn_w .gos_btn {
    font-size: 25px
  }
}
@media screen and (max-width:768px) {
  .gos_btn_w .gos_btn {
    font-size: 1pc;
    width: 80%;
    box-sizing: border-box;
    display: inline-block;
    padding: 25px 0
  }
}
@media screen and (max-width:768px) {}
.l_ttl_w .l_ttl_txt_w .ttl_txt {
  font-size: 9.02778vw;
  font-weight: 100;
  line-height: 1;
  margin-right: 75pt
}
@media screen and (min-width:1440px) {
  .l_ttl_w .l_ttl_txt_w .ttl_txt {
    font-size: 140px
  }
}
@media screen and (max-width:768px) {
  .l_ttl_w .l_ttl_txt_w .ttl_txt {
    font-size: 50px
  }
}
.l_ttl_w .l_ttl_txt_w .ttl_txt:after {
  content: "";
  width: 75pt;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 40px
}
@media screen and (max-width:768px) {
  .l_ttl_w .l_ttl_txt_w .ttl_txt:after {
    margin-top: 20px;
    width: 40px
  }
}
.l_ttl_w .l_ttl_txt_w .sub_ttl {
  font-weight: 300;
  font-size: 1.42857vw;
  line-height: 1.9;
  letter-spacing: 2.5px;
  margin-top: 14px
}
@media screen and (min-width:1440px) {
  .l_ttl_w .l_ttl_txt_w .sub_ttl {
    font-size: 20px
  }
}
@media screen and (max-width:768px) {
  .l_ttl_w .l_ttl_txt_w .sub_ttl {
    font-size: 1pc
  }
}
.l_ttl .l_ttl_txt .ttl_txt {
  font-size: 9.02778vw;
  font-weight: 100;
  line-height: 1;
  margin-right: 50px;
  color: #586166
}
@media screen and (min-width:1440px) {
  .l_ttl .l_ttl_txt .ttl_txt {
    font-size: 130px
  }
}
@media screen and (max-width:768px) {
  .l_ttl .l_ttl_txt .ttl_txt {
    font-size: 50px
  }
}
.l_ttl .l_ttl_txt .ttl_txt:after {
  content: "";
  width: 75pt;
  height: 1px;
  background: #586166;
  display: block;
  margin-top: 40px
}
@media screen and (max-width:768px) {
  .l_ttl .l_ttl_txt .ttl_txt:after {
    margin-top: 20px;
    width: 40px
  }
}
.l_ttl .l_ttl_txt .sub_ttl {
  font-weight: 300;
  margin-top: 8px
}
.gall {
  padding: 150px 0;
  background: #fff
}
@media screen and (max-width:768px) {
  .gall {
    padding: 50px 0 5pc
  }
}
.gall .c_ttl_w {
  margin-bottom: 75pt
}
.gall .c_ttl_w .ttl_txt {
  line-height: 1;
  text-align: center;
  color: #8998a2;
  font-weight: 100;
  font-size: 10vw
}
@media screen and (min-width:1440px) {
  .gall .c_ttl_w .ttl_txt {
    font-size: 140px
  }
}
@media screen and (max-width:768px) {
  .gall .c_ttl_w .ttl_txt {
    font-size: 55px
  }
}
@media screen and (max-width:768px) {
  .gall .c_ttl_w {
    margin-bottom: 50px
  }
}
.gall .gall_w {
  width: 110vw;
  justify-content: center;
  position: relative;
  left: -5vw
}
.gall .gall_w .gall_column {
  width: 22vw
}
.gall .gall_w .gall_column .gall_column_i {
  margin: 0 2vw 4vw;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}
.gall .gall_w .gall_column:nth-of-type(1) {
  margin-top: 10vw
}
.gall .gall_w .gall_column:nth-of-type(3) {
  margin-top: 5vw
}
.gall .gall_w .gall_column:nth-of-type(4) {
  margin-top: 15vw
}
.gall .gall_txtarea {
  text-align: center
}
.gall .gall_txtarea .gal_line {
  height: 150px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden
}
@media screen and (max-width:768px) {
  .gall .gall_txtarea .gal_line {
    height: 110px;
    margin-bottom: 20px
  }
}
.gall .gall_txtarea .gal_line:before {
  height: 100%;
  background: #4e565b;
  width: 1px;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  animation: c 1.5s ease-in-out infinite
}
.gall .gall_txtarea p {
  line-height: 2.2;
  letter-spacing: .1pc;
  font-size: 1.42857vw
}
@media screen and (min-width:1440px) {
  .gall .gall_txtarea p {
    font-size: 20px
  }
}
@media screen and (max-width:768px) {
  .gall .gall_txtarea p {
    font-size: 15px;
    line-height: 2
  }
}
@media screen and (max-width:768px) {}
.gall .gall_txtarea .l_txt {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 2.28571vw
}
@media screen and (min-width:1440px) {
  .gall .gall_txtarea .l_txt {
    font-size: 2pc
  }
}
@media screen and (max-width:768px) {
  .gall .gall_txtarea .l_txt {
    font-size: 22px
  }
}
.gall .gall_txtarea .gall_btn {
  padding: 30px 0;
  border-radius: 75pt;
  line-height: 1;
  color: #fff;
  width: 350px;
  letter-spacing: 2px;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .2);
  font-size: 1.28571vw
}
@media screen and (min-width:1440px) {
  .gall .gall_txtarea .gall_btn {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .gall .gall_txtarea .gall_btn {
    font-size: 1pc;
    max-width: 80%;
    box-sizing: border-box;
    display: inline-block;
    padding: 25px 0
  }
}
@media screen and (max-width:768px) {}
.gall_b_img {
  width: 100%;
  height: 600px;
  overflow: hidden
}
@media screen and (max-width:768px) {
  .gall_b_img {
    height: 250px
  }
}
.gall_b_img .gall_b_img_i {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-image: url(../images/home/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  transition: .01s;
  position: fixed;
  z-index: -1;
  top: 50%;
  transform: translate(0, -50%)
}
.up_uline_ttl {
  text-align: left;
  align-items: center;
  margin-bottom: 5pc
}
@media screen and (max-width:768px) {
  .up_uline_ttl {
    margin-bottom: 50px
  }
}
.up_uline_ttl .up_uline_ttl_txt {
  line-height: 1;
  font-weight: 200;
  font-size: 5.71429vw
}
@media screen and (min-width:1440px) {
  .up_uline_ttl .up_uline_ttl_txt {
    font-size: 5pc
  }
}
@media screen and (max-width:768px) {
  .up_uline_ttl .up_uline_ttl_txt {
    font-size: 30px
  }
}
.up_uline_ttl .up_uline_ttl_txt:after {
  width: 5pc;
  height: 1px;
  background: #8998a2;
  content: "";
  display: block;
  margin-top: 30px
}
@media screen and (max-width:768px) {
  .up_uline_ttl .up_uline_ttl_txt:after {
    width: 40px;
    margin-top: 15px
  }
}
.up_uline_ttl .flex {
  align-items: center
}
@media screen and (max-width:768px) {
  .up_uline_ttl .flex {
    flex-wrap: wrap
  }
}
.up_uline_ttl p {
  margin-left: 40px;
  font-size: 1.21429vw;
  position: relative;
  top: -10px
}
@media screen and (min-width:1440px) {
  .up_uline_ttl p {
    font-size: 17px
  }
}
@media screen and (max-width:768px) {
  .up_uline_ttl p {
    font-size: 15px;
    margin-left: 0;
    width: 100%;
    margin-top: 10px
  }
}
@media screen and (max-width:768px) {}
.up_uline_ttl_cnter {
  text-align: left;
  margin-bottom: 5pc;
  text-align: center
}
@media screen and (max-width:768px) {
  .up_uline_ttl_cnter {
    margin-bottom: 50px
  }
}
.up_uline_ttl_cnter:after {
  width: 5pc;
  height: 1px;
  background: #8998a2;
  content: "";
  display: block;
  margin: 30px auto
}
@media screen and (max-width:768px) {
  .up_uline_ttl_cnter:after {
    width: 40px;
    margin-top: 15px
  }
}
.up_uline_ttl_cnter .up_uline_ttl_txt {
  line-height: 1;
  font-size: 5.55556vw
}
@media screen and (min-width:1440px) {
  .up_uline_ttl_cnter .up_uline_ttl_txt {
    font-size: 5pc
  }
}
@media screen and (max-width:768px) {
  .up_uline_ttl_cnter .up_uline_ttl_txt {
    font-size: 30px
  }
}
.up_uline_ttl_w {
  color: #fff
}
.up_uline_ttl_w:after {
  background: #fff
}
.go_btn {
  padding: 40px 0;
  border-radius: 75pt;
  line-height: 1;
  width: 460px;
  color: #586166;
  border: 1px solid #586166;
  font-weight: 300;
  box-sizing: border-box;
  display: inline-block
}
.go_btn.jp {
  font-size: 1.52778vw
}
@media screen and (min-width:1440px) {
  .go_btn.jp {
    font-size: 22px
  }
}
.go_btn.en {
  font-size: 1.73611vw
}
@media screen and (min-width:1440px) {
  .go_btn.en {
    font-size: 25px
  }
}
@media screen and (max-width:768px) {
  .go_btn {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1pc;
    padding: 15px 0
  }
}
@keyframes c {
  0 {
    height: 0;
    top: 0;
    opacity: 0
  }
  30% {
    height: 75pt;
    opacity: 1
  }
  to {
    height: 0;
    top: 100%;
    opacity: 0
  }
}
.fixed_foot {
  display: none;
  position: fixed;
  bottom: 0;
  background: #e1f2f4b5;
  width: 100%;
  padding: 40px 0 20px;
  z-index: 3
}
.fixed_foot.active {
  display: block
}
.fixed_foot a {
  padding: 24px 0;
  border-radius: 75pt;
  line-height: 1.4;
  color: #fff;
  width: 80%;
  margin: auto;
  text-align: center;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.28571vw
}
@media screen and (min-width:1440px) {
  .fixed_foot a {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .fixed_foot a {
    font-size: 15px;
    letter-spacing: 1px
  }
}
@media screen and (max-width:768px) {}
.fixed_foot_02 {
  position: fixed;
  bottom: 3%;
  right: 2%;
  width: 382px;
  z-index: 3
}
.fixed_foot_02 img {
  border-radius: 0 !important
}
.fixed_foot_02 .close {
  cursor: pointer;
  font-size: 9pt;
  color: #8998a2;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  background: #fff;
  font-weight: 600;
  border-radius: 75pt;
  position: absolute;
  right: -8px;
  top: -8px;
  z-index: 3
}
@media screen and (max-width:768px) {
  .fixed_foot_02 {
    display: none
  }
}
.voice_bnr {
  padding: 90pt 0 0
}
@media screen and (max-width:768px) {
  .voice_bnr {
    padding: 40px 0 0
  }
}
.voice_bnr .in {
  text-align: center
}
.voice_bnr .in img {
  max-width: 1136px;
  margin: 0 auto
}
@media screen and (max-width:768px) {
  .voice_bnr .in img {
    width: 100%
  }
}
.newyear_cp {
  padding-top: 0;
  margin: 0
}
.newyear_cp--bg {
  background: #e2c06b
}
@media screen and (max-width:768px) {
  .newyear_cp {
    padding: 0;
    margin: 0
  }
}
.newyear_cp .in {
  width: 88%;
  text-align: center
}
@media screen and (max-width:768px) {
  .newyear_cp .in {
    width: 88%
  }
}
@media screen and (max-width:400px) {
  .newyear_cp .in {
    width: 100%
  }
}
.newyear_cp .in img {
  width: 88%;
  margin: 0 auto
}
@media screen and (max-width:768px) {
  .newyear_cp .in img {
    width: 88%
  }
}
@media screen and (max-width:400px) {
  .newyear_cp .in img {
    width: 100%
  }
}
.newyear_cp--contents {
  position: relative
}
.newyear_cp .btn_n {
  position: absolute;
  bottom: 7.576vw;
  display: flex;
  width: 100%;
  justify-content: center
}
@media screen and (max-width:1500px) {
  .newyear_cp .btn_n {
    bottom: 10.101vw
  }
}
@media screen and (max-width:768px) {
  .newyear_cp .btn_n {
    bottom: 200px
  }
}
@media screen and (max-width:400px) {
  .newyear_cp .btn_n {
    bottom: 33.854vw
  }
}
.newyear_cp .nyer_btn {
  padding: 28px 70px;
  border-radius: 75pt;
  background: #fff;
  line-height: 1;
  color: #dc4c56;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  font-size: 1.28571vw;
  text-align: center
}
@media screen and (min-width:1440px) {
  .newyear_cp .nyer_btn {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .newyear_cp .nyer_btn {
    font-size: 15px;
    width: 60%;
    margin: 0;
    display: block;
    padding: 5.52% 5%;
    font-weight: 700;
    letter-spacing: 1px
  }
}
@media screen and (max-width:768px) {}
@media screen and (max-width:400px) {
  .newyear_cp .nyer_btn {
    width: 70%;
    padding: 5.52% 1%
  }
}
.txt__red {
  color: #dc4c56
}
.cta_btn .fukidashi {
  width: 200px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin: 0 0 0 -75pt
}
.cta_btn .fukidashi__inner {
  background: #fff;
  width: 200px;
  border-radius: 50px;
  padding: 10px 0;
  color: #39bec2;
  display: block;
  font-size: 15px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16)
}
@media screen and (max-width:768px) {
  .cta_btn .fukidashi__inner {
    font-size: 13px
  }
}
.cta_btn .fukidashi__inner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 7px 7px 0
}
.h_btn .fukidashi {
  position: relative;
  margin: 0 5px 0 0
}
.h_btn .fukidashi__inner {
  background: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  color: #39bec2;
  font-size: 9pt;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16)
}
@media screen and (max-width:768px) {
  .h_btn .fukidashi__inner {
    font-size: 9pt
  }
}
.h_btn .fukidashi__inner:after {
  content: "";
  position: absolute;
  left: 99%;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff
}
.more__btn {
  padding: 25px 75pt;
  border-radius: 75pt;
  line-height: 1.4;
  color: #586166;
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  border: 1px solid #586166;
  margin: 50px 0;
  font-size: 1.28571vw;
  text-align: center
}
@media screen and (min-width:1440px) {
  .more__btn {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .more__btn {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 6.52% 10%;
    font-weight: 500;
    letter-spacing: 1px
  }
}
@media screen and (max-width:768px) {}
.cp__bnr--plan {
  max-width: 818px;
  margin: 0 auto 75px
}
@media screen and (max-width:768px) {
  .cp__bnr--plan {
    width: 100%;
    margin: 0 auto 40px
  }
}

.cp__bnr--plan{
	img{
		width: 100%;
		height: auto;
	}
}

.footer__attention{
	margin: 0 0 70px;
}

.footer__attention p{
	font-size: 14px;
	margin: 0 0 10px;
}

.attention__list{
	margin: 0 0 0 20px;
}

.attention__list li{
	list-style-type: circle;
	font-size: 14px;
}

@media screen and (max-width:768px) {
	.footer__attention p{
		font-size: 12px;
		margin: 0 0 10px;
	}
	
	.attention__list li{
		list-style-type: circle;
		font-size: 12px;
	}
}



#lesson {
  padding: calc(100 / 1440 * 100vw) 0 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #lesson {
      padding-top: 60px;
      padding-bottom: 10px; }
      #lesson .in {
        width: 85%; } }

.movie__box {
  max-width: 810px;
  margin: 0 auto; }

.movie__box img {
  width: 100%;
  height: auto; }

/*

MODAL
-----------------------------------*/
/* モーダルウィンドウのスタイル */
a.modalOpen img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a.modalOpen img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999; }

/* オーバーレイのスタイル */
.overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 103vh;
  z-index: 99999; }

/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position: absolute;
  z-index: 11;
  width: 60%;
  display: block;
  padding: 10px;
  background: #fff;
  margin: 0 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }
  @media screen and (max-width: 768px) {
    .modal .inner {
      width: 90%;
      padding: 5px;
      margin: 20px 0; } }

@media all and (min-width: 769px) and (max-width: 1290px) {
  .modal .inner {
    width: 70%; } }
.modal .inner .inner-scroll {
  overflow: auto;
  height: 100%;
  padding: 0 10px 0 0; }

.modal .inner .inner-scroll img {
  width: 100%;
  height: auto; }

.modal .inner h2 {
  margin: 0 0 10px;
  line-height: 1 !important;
  background: none; }

.modal .inner h3 {
  font-size: 1.6rem;
  margin: 15px 0;
  color: #000; }

.modal-close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 999999;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .modal-close-btn {
      top: -15px;
      right: -10px; } }

@media screen and (max-width: 768px) {
  .modalClose img {
    width: 30px;
    height: auto; } }

.modal-close-btn:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.btn-modal {
  width: 200px;
  margin: 20px auto 0;
  background: #fff; }

.btn-modal img {
  width: 100%;
  height: auto; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }



#lesson .lesson__movie{
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	#lesson .lesson__movie{
		display:block;
	}
}

#lesson .lesson__movie .lesson__movie--item {
	width: 48%;
}

.lesson__movie--txt{
	margin: 25px 0 0;
	font-size:15px; 
}

.lesson__movie--txt .icon{
	color:#26B7BC;
	border: 1px solid #26B7BC;
	padding: 5px 8px;
	border-radius:4px;
	font-size:15px;
	margin: 0 10px 0 0;
	font-weight:500;
}

.lesson__movie--txt p{
	font-size:15px;
	margin: 15px 0 0;
}



@media screen and (max-width: 768px) {
	#lesson .lesson__movie .lesson__movie--item {
		width: 100%;
		margin: 0 0 24px;
	}
	
	.lesson__movie--txt{
		margin: 20px 0 0;
		font-size:13px; 
	}

	.lesson__movie--txt .icon{
		color:#26B7BC;
		border: 1px solid #26B7BC;
		padding: 5px 8px;
		border-radius:3px;
		font-size: 13px;
		margin: 0 10px 0 0; 
		font-weight: bold;
		font-weight:500;
	}

	.lesson__movie--txt p{
		font-size:13px;
		margin: 12px 0 0;
	}
}

.booking__txt{
	width: 450px;
	margin: 0 0 0 100px;
	@media screen and (max-width:768px) {
		margin:0;
	}
}

.booking__txt .attention{
	font-size: 12px;
	padding: 0 0 50px;
}

@media screen and (max-width:768px) {
	.booking__txt .attention{
		font-size: 10px !important;
		padding: 0 0 30px;
		text-align: right;
	}
}

.booking__img{
	width: 450px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.booking__img{
		width: 450px;
		text-align: center;
		display: none;
	}
}

.booking__img img{
	width: 218px;
	height: auto;
}

.booking__img02{
		display: none;
	}

@media screen and (max-width:768px) {
	.booking__img02{
		width: 100%;
		text-align: center;
		padding:0 0 30px;
		display:block;
	}

	.booking__img02 img{
		width: 150px;
		height: auto;
	}
}
/*
.policy_nav{
	margin:-200px 0 -20px 30px;
}
*/
@media screen and (max-width:768px) {
	.policy_nav{
		padding:0 0 0 20px;
	}
}

@media screen and (max-width:375px) {
	.policy_nav{
		padding:0;
	}
}


#footer .copy {
  position: static;
  writing-mode: initial;
  text-align: center;
  margin-top: 50px;
  font-size: 9pt;
  padding:20px 0 !important;
}
@media screen and (max-width:768px) {
  #footer .copy {
    display: block !important;
	  padding:20px 0 138px!important;
  }
}




/* contact */
#contact{
	padding: 170px 0 80px;
	margin: -70px 0 -130px;
	@media screen and (max-width:768px) {
		padding: 105px 0 0;
		margin: -55px 0 0;
	}
}

#footer .footer_l_w {
		top: 0 !important;
	}

@media screen and (max-width:768px) {
	#footer .footer_l_w {
		top: 0 !important;
	}
}
@media screen and (min-width:769px) {
#footer .footer_l_w ul.policy_nav {
		margin-top: 30px !important;
	    margin-left:60px !important; 
	}
}

@media screen and (max-width:768px) {
	#footer .footer_l_w ul.policy_nav {
		margin-top: 30px !important;
	}
}

#footer .footer_l_w .f_logo {
		margin: 0 auto 20px!important;
	}

@media screen and (max-width:768px) {
	#footer .footer_l_w .f_logo {
		margin: 0 0 20px 20px!important;
	}
}


.form_input_w table td span.wpcf7-list-item.first {
  margin: 0 !important
}

.form_input_w table td .ios_hack,
.form_input_w table td span.wpcf7-list-item, 
.plan .site .l-clm__item figure {
  position: relative
}

.form_input_w table td,
.form_input_w table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}


.form_input_w {
  width: 100%;
  margin: auto
}
@media screen and (max-width:768px) {
  .form_input_w {
    width: 100%;
    margin-bottom: 0
  }
}
.faq__lists--a div p img, .form_input_w table, .school-p.lead_area picture, .school-p.voice .splide__pagination li, .voice-list .splide__pagination li {
  width: 100%
}
.form_input_w table th {
  width: 30%;
  text-align: left;
  line-height: 1;
  vertical-align: middle;
  padding: 15px 0
}
.form_input_w table th.al_t {
  vertical-align: top;
  padding: 25px 0 15px
}
@media screen and (max-width:768px) {
  .form_input_w table th {
    display: block;
    width: 100%;
    padding: 30px 0 15px
  }
}
.form_input_w table th span {
  display: block;
  font-weight: 400;
  margin-top: 8px;
  font-size: calc(12/1400*100vw);
  color: #bec8ce
}
@media screen and (min-width:1440px) {
  .form_input_w table th span {
    font-size: 12px
  }
}
@media screen and (max-width:768px) {
  .form_input_w table th span {
    font-size: 12px
  }
}
.form_input_w table th.inq .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.form_input_w table th.inq .flex:after {
  display: block;
  content: "必須";
  background: #586166;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: calc(11/1400*100vw);
  line-height: 1
}
@media screen and (min-width:1440px) {
  .form_input_w table th.inq .flex:after {
    font-size: 11px
  }
}

.form_input_w table tr {
    border-bottom: 1px solid #eee
  }
@media screen and (max-width:768px) {
  .form_input_w table th.inq .flex:after {
    font-size: 11px
  }
  .form_input_w table tr {
    border-bottom: 1px solid #eee
  }
}
.form_input_w table td {
  padding: 15px 15px 15px 40px;
  vertical-align: middle
}
@media screen and (max-width:768px) {
  .form_input_w table td {
    display: block;
    width: 100%;
    padding: 0 0 30px
  }
}
.form_input_w table td input, .form_input_w table td textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif
}
.form_input_w table td input[type=email], .form_input_w table td input[type=tel], .form_input_w table td input[type=text] {
  width: 100%;
  height: 65px;
  border: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #eaeaea;
  letter-spacing: 1px;
  color: #586166;
  font-size: calc(16/1400*100vw)
}
@media screen and (min-width:1440px) {
  .form_input_w table td input[type=email], .form_input_w table td input[type=tel], .form_input_w table td input[type=text] {
    font-size: 16px
  }
}
@media screen and (max-width:768px) {
  .form_input_w table td input[type=email], .form_input_w table td input[type=tel], .form_input_w table td input[type=text] {
    font-size: 16px
  }
}
.form_input_w table td .ios_hack:before {
  content: "";
  background-image: url(../../images/common/calendar.svg);
  display: inline-block;
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.form_input_w table td input[type=date] {
  width: 100%;
  height: 65px;
  border: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #eaeaea;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #586166;
  font-size: calc(16/1400*100vw);
  letter-spacing: 1px
}
@media screen and (min-width:1440px) {
  .form_input_w table td input[type=date] {
    font-size: 16px
  }
}
@media screen and (max-width:768px) {
  .form_input_w table td input[type=date] {
    font-size: 15px;
    padding: 20px 10px
  }
}
.form_input_w table td select,
.form_input_w table td textarea {
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: calc(16/1400*100vw);
  letter-spacing: 1px
}
.form_input_w table td select {
  height: 65px;
  padding: 10px 20px;
  background-color: #eaeaea;
  background-image: url(../../images/common/bottom_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 15px top 50%;
  color: #586166;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
@media screen and (min-width:1440px) {
  .form_input_w table td select {
    font-size: 16px
  }
}
@media screen and (max-width:768px) {
  .form_input_w table td select {
    font-size: 15px;
    background-position: right 10px top 50%;
    padding: 10px 20px
  }
}
.form_input_w table td textarea {
  height: 200px;
  padding: 20px;
  background: #eaeaea;
}
@media screen and (min-width:1440px) {
  .form_input_w table td textarea {
    font-size: 16px
  }
}
@media screen and (max-width:768px) {
  .form_input_w table td textarea {
    font-size: 15px
  }
}
.form_input_w table td .wpcf7-form-control-wrap {
  display: block
}
.form_input_w table td .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.form_input_w table td .wpcf7-list-item-label {
  color: #333;
  cursor: pointer
}
.form_input_w table td input[type=radio] {
  position: absolute;
  opacity: 0
}
.form_input_w table td .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease
}
.form_input_w table td input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #586166;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff
}
.form_input_w table td .wpcf7-not-valid-tip {
  font-size: calc(14/1400*100vw)
}
@media screen and (min-width:1440px) {
  .form_input_w table td .wpcf7-not-valid-tip {
    font-size: 14px
  }
}
@media screen and (max-width:768px) {
  .form_input_w table td .wpcf7-not-valid-tip {
    font-size: 14px
  }
}
.form_input_w table td .datetime_w {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:768px) {
  .form_input_w table td .datetime_w {
    display: block !important
  }
}
.form_input_w table td .datetime_w .datetime {
  width: 48%
}
@media screen and (max-width:768px) {
  .form_input_w table td .datetime_w .datetime {
    width: 100%;
    margin: 0 0 15px
  }
  .form_input_w table td .datetime_w .datetime:last-child {
    width: 100%
  }
}
.form_input_w table td p {
  font-size: 14px;
  margin-top: 10px
}
.form_input_w .agree {
  margin-top: 0px;
  text-align: center;
  line-height: 2.25
}
.form_input_w .agree p a {
  color: #26b7bc
}
.form_input_w .agree .wpcf7-list-item {
  margin-left: 0
}
.form_input_w .agree, .form_input_w .agree label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.form_input_w input[type=submit] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  text-align: center;
  background: linear-gradient(45deg, #26b7bc, #77d5d8);
  margin: 40px auto 0;
  padding: 30px 0;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
  width: 350px;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-weight: 500;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
  font-size: calc(18/1400*100vw)
}
@media screen and (min-width:1440px) {
  .form_input_w input[type=submit] {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  .form_input_w input[type=submit] {
    font-size: 16px;
    max-width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0
  }
}
.form_input_w .wpcf7 .wpcf7-submit:disabled {
  opacity: .5
}
.form_input_w .wpcf7 .wpcf7-submit:hover {
  opacity: .6 !important;
  cursor: pointer
}



