@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
  }
}
.en {
  font-family: Raleway, sans-serif;
  font-style: normal
}
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, #68c3cb, #8ec1d5 10%, #ddafa6 110%)
}
.gr_blue_to_or02 {
  background: linear-gradient(135deg, #d8e7e8, #f5fbfd, #edd4cf)
}
.gray_bg {
  background: #8998a2
}
.light_gray_bg {
  background: #f6f6f6
}
.bg_gr_pink {
  background: linear-gradient(45deg, #EF9092, #F9A1A3 80%) !important;
}

.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
}
@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
}
@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: 500
  }
}
@media screen and (max-width:768px) {
  .sec_ttl, .sec_ttl .jp {
    margin-bottom: 30px
  }
}
#header {
  position: fixed;
  width: 100%;
  padding: 2% 3%;
  box-sizing: border-box;
  background: hsla(0, 0, 100%, 0);
  transition: .5s;
  z-index: 6
}
@media screen and (max-width:768px) {
  #header {
    padding: 5%
  }
}
#header > .flex {
  align-items: center;
  justify-content: space-between
}
#header .h_logo img {
  width: 5pc;
  transition: .5s
}
@media screen and (max-width:768px) {
  #header .h_logo img {
    width: 50px
  }
}
#header .h_logo img.hatsuwa_logo {
  width: auto !important;
  transition: .5s;
  margin-left: 30px
}
@media screen and (max-width:768px) {
  #header .h_logo img.hatsuwa_logo {
    width: 150px !important;
    margin-left: 20px
  }
}
#header .h_nav ul {
  align-items: center
}
#header .h_nav ul li {
  margin-right: 50px
}
#header .h_nav ul li:nth-last-of-type(1) {
  margin-right: 0
}
@media screen and (max-width:768px) {
  #header .h_nav ul li:nth-last-of-type(1) {
    text-align: center
  }
}
@media screen and (max-width:768px) {
  #header .h_nav ul li {
    margin-bottom: 40px;
    margin-right: 0
  }
}
#header .h_nav ul li a {
  color: #fff;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 14px
}
@media screen and (max-width:768px) {
  #header .h_nav ul li a {
    font-size: 20px;
    letter-spacing: 3px
  }
}
#header .h_nav ul li a.h_btn {
  padding: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 75pt;
  width: 340px;
  box-sizing: border-box
}
@media screen and (max-width:768px) {
  #header .h_nav ul li a.h_btn {
    background: 0;
    border: 1px solid #fff;
    width: 100%;
    font-size: 1pc;
    max-width: 80%;
    box-sizing: border-box;
    display: inline-block;
    padding: 25px 0
  }
}
#header .h_nav .h_sns_btn_w {
  display: none
}
@media screen and (max-width:768px) {
  #header .h_nav {
    position: fixed;
    display: none;
    background: #97a1a7;
    width: 100vw;
    left: 0;
    height: 100vh;
    top: 0;
    box-sizing: border-box;
    padding: 20% 10% 0;
    z-index: 4
  }
  #header .h_nav ul {
    display: block !important;
    font-weight: 300
  }
  #header .h_nav .h_sns_btn_w {
    display: flex;
    align-items: center;
    justify-content: center
  }
  #header .h_nav .h_sns_btn_w a {
    display: inline-block;
    margin: 20px
  }
  #header .h_nav .h_sns_btn_w a img {
    width: 25px
  }
}
#header.is_sc {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  padding: 1% 3%
}
@media screen and (max-width:768px) {
  #header.is_sc {
    padding: 3%
  }
}
#header.is_sc .h_logo img {
  width: 62px
}
@media screen and (max-width:768px) {
  #header.is_sc .h_logo img {
    width: 42px
  }
}
#header.is_sc .h_nav li a {
  color: #586166
}
@media screen and (max-width:768px) {
  #header.is_sc .h_nav li a {
    color: #fff
  }
}
#header.is_sc .h_nav li a.h_btn {
  color: #fff
}
@media screen and (max-width:768px) {
  #header .hum {
    align-items: center;
    display: flex !important;
    color: #586166;
    z-index: 5
  }
  #header .hum .hum_txt {
    font-size: 9pt;
    font-weight: 300
  }
  #header .hum .hum_btn {
    margin-left: 10px
  }
  #header .hum .hum_btn span {
    width: 25px;
    height: 1px;
    background: #586166;
    display: block;
    margin: 5px 0;
    transition: .5s
  }
  #header .hum.active {
    color: #586166 !important
  }
  #header .hum.active .hum_btn span:nth-of-type(1) {
    transform: rotate(25deg);
    margin-top: 3px;
    background: #586166
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  #header .hum.active .hum_btn span:nth-of-type(1) {
    background: #586166
  }
}
@media screen and (max-width:768px) {
  #header .hum.active .hum_btn span:nth-of-type(2) {
    transform: rotate(-25deg);
    margin-top: -5px;
    background: #586166
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  #header .hum.active .hum_btn span:nth-of-type(2) {
    background: #586166
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  #header .hum.active {
    color: #586166
  }
}
@media screen and (max-width:768px) {
  #header.is_sc .hum {
    align-items: center;
    color: #586166
  }
  #header.is_sc .hum .hum_btn {
    margin-left: 10px
  }
  #header.is_sc .hum .hum_btn span {
    width: 25px;
    height: 1px;
    background: #586166;
    display: block;
    margin: 5px 0
  }
}
#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) {
  #main_w {
    margin-top: 73px
  }
}
#main_v {
  position: relative
}
@media screen and (max-width:768px) {
  #main_v {
    height: 90vh
  }
}
#main_v .txtarea {
  padding-left: 4.16667vw;
  position: absolute;
  z-index: 2;
  top: 49%
}
@media screen and (max-width:768px) {
  #main_v .txtarea {
    top: 42% !important;
    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: linear-gradient(135deg, #68c3cb, #8ec1d5 40%, #ddafa6 100%);
  display: table;
  padding: 14px 15px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  left: -30px;
  opacity: 0;
  transition: .5s
}
#main_v .txtarea .catch span:first-child {
  padding-right: 0
}
#main_v .txtarea .catch span.active {
  left: 0;
  opacity: 1
}
@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
}
#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: .71429vw;
  margin-left: .69444vw;
  color: #8998a2;
  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) {
  #main_v .txtarea .fv_points {
    width: 100%;
    max-width: 94%;
    margin: 0 auto
  }
}
#main_v .imgarea {
  width: 88.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 {
    width: 93%;
    height: 71vh;
    box-sizing: border-box;
    border-radius: 0 0 0 80px
  }
}
#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-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%
  }
}
#main_x {
  position: relative
}
@media screen and (max-width:768px) {
  #main_x {
    height: 90vh
  }
}
#main_x .txtarea {
  padding-left: 4.16667vw;
  position: absolute;
  z-index: 2;
  top: 49%
}
@media screen and (max-width:768px) {
  #main_x .txtarea {
    top: 5%;
    padding: 0 5%
  }
}
#main_x .txtarea .catch {
  font-size: 2vw;
  margin-bottom: 60px;
  left: -30px;
  opacity: 0;
  transition: .5s
}
@media screen and (min-width:1440px) {
  #main_x .txtarea .catch {
    font-size: 28px
  }
}
@media screen and (max-width:768px) {
  #main_x .txtarea .catch {
    font-size: 18px
  }
}
#main_x .txtarea .catch.active {
  left: 0;
  opacity: 1
}
#main_x .txtarea .catch span {
  background: linear-gradient(135deg, #68c3cb, #8ec1d5 40%, #ddafa6 100%);
  display: table;
  padding: 14px 15px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  left: -30px;
  opacity: 0;
  transition: .5s
}
#main_x .txtarea .catch span:first-child {
  padding-right: 0
}
#main_x .txtarea .catch span.active {
  left: 0;
  opacity: 1
}
@media screen and (max-width:768px) {
  #main_x .txtarea .catch span {
    padding: 10px;
    margin-bottom: 7px;
    font-weight: 500
  }
}
@media screen and (max-width:768px) {
  #main_x .txtarea .catch {
    top: 70%;
    margin-bottom: 14vw
  }
}
#main_x .txtarea .fv_points {
  max-width: 54%;
  position: relative;
  top: -30px;
  opacity: 0;
  transition: 1s
}
@media screen and (max-width:768px) {
  #main_x .txtarea .fv_points {
    padding: 65vw 0 0
  }
}
@media screen and (min-width:414px) and (max-width:767px) {
  #main_x .txtarea .fv_points {
    padding: 55vw 0 0
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  #main_x .txtarea .fv_points {
    padding: 50vw 0 0
  }
}
#main_x .txtarea .fv_points.active {
  top: 0;
  opacity: 1
}
#main_x .txtarea .fv_points .fv_point {
  margin-right: 25px
}
#main_x .txtarea .fv_points .fv_point:last-child {
  margin-right: 0
}
@media screen and (max-width:768px) {
  #main_x .txtarea .fv_points .fv_point {
    margin-right: 20px
  }
}
#main_x .txtarea .fv_points p {
  font-size: .71429vw;
  margin-left: .69444vw;
  color: #8998a2;
  letter-spacing: 0;
  margin-top: 10px
}
@media screen and (min-width:1440px) {
  #main_x .txtarea .fv_points p {
    font-size: 10px
  }
}
@media screen and (max-width:768px) {
  #main_x .txtarea .fv_points p {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 15px
  }
}
@media screen and (max-width:768px) {
  #main_x .txtarea .fv_points {
    width: 100%;
    max-width: 94%;
    margin: 0 auto
  }
}
#main_x .imgarea {
  width: 88.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_x .imgarea {
    height: 60vh;
    box-sizing: border-box;
    border-radius: 0 0 0 75pt
  }
}
#main_x .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_img02.jpg);
  background-size: cover;
  background-position: center;
  transition: 5s;
  transform-origin: center
}
@media screen and (max-width:768px) {
  #main_x .imgarea:before {
    background-image: url(../images/main_img02_sp.jpg);
    background-size: cover;
    background-position: top
  }
}
#main_x .imgarea.active:before {
  transform-origin: center;
  transform: translate(-50%, -50%) scale(1)
}
#main_x .imgarea .fv_img_txt {
  font-size: 2.78571vw;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  right: 3%;
  top: 40%;
  opacity: 0;
  transition: .5s;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, .2)
}
#main_x .imgarea .fv_img_txt.active {
  top: 35%;
  opacity: 1;
  transition: .5
}
@media screen and (max-width:768px) {
  #main_x .imgarea .fv_img_txt {
    font-size: 27px;
    text-align: right;
    line-height: 1.25;
    top: 0
  }
  #main_x .imgarea .fv_img_txt.active {
    top: auto;
    bottom: 3%
  }
}
@media screen and (max-width:768px) {
  .cp_bnr {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 50px
  }
  .cp_bnr + .bg_bl_grd {
    margin-top: 30px
  }
}
.cp_bnr02 {
  width: 100%;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 5.55556vw
}
.cp_bnr02 p {
    font-size: 14px;
    margin: 10px;
    text-align: center; }

@media screen and (max-width:768px) {
  .cp_bnr02 {
    margin-top: -10px;
    text-align: center;
    margin-bottom: 40px
  }
  .cp_bnr02 p {
    font-size: 12px;
    margin: 10px;
    text-align: center; }	
  	
}
.bg_bl_grd {
  padding-top: 75pt;
  padding-bottom: 75pt;
  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: 60px
  }
}
#concept {
  margin-bottom: 60px
}
@media screen and (max-width:768px) {
  #concept {
    padding: 0 5%;
    margin-bottom: 30px
  }
}
#concept .sec_ttl .jp {
  font-size: 35px
}
@media screen and (max-width:768px) {
  #concept .sec_ttl .jp {
    font-size: 22px
  }
}
#concept .txtarea p {
  margin-bottom: 30px;
  line-height: 2.2;
  letter-spacing: 1px;
  font-size: 1.21429vw;
  text-align: center
}
@media screen and (min-width:1440px) {
  #concept .txtarea p {
    font-size: 17px
  }
}
@media screen and (max-width:768px) {
  #concept .txtarea p {
    font-size: 13px
  }
}
@media screen and (max-width:768px) {
  #feature {
    padding-bottom: 20px
  }
}
#feature .in {
  background: #fff;
  padding: 6.94444vw;
  box-sizing: border-box;
  border-radius: 0 75pt 0 75pt
}
@media screen and (max-width:768px) {
  #feature .in {
    padding: 50px 7.5% 70px;
    border-radius: 0 50px 0 50px;
    width: 90%
  }
}
#feature .in .sec_ttl {
  margin-bottom: 45px
}
#feature .feature_c_w .feature_c_i {
  align-items: flex-start;
  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 .imgarea {
  width: 50%;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i .imgarea {
    width: 100%;
    margin-bottom: 30px
  }
}
#feature .feature_c_w .feature_c_i .txtarea {
  margin-left: 4.16667vw
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i .txtarea {
    margin-left: 0
  }
}
#feature .feature_c_w .feature_c_i .txtarea .tag {
  display: table;
  margin-bottom: 25px;
  color: #fff;
  padding: 2px 14px;
  font-weight: 600;
  font-family: Raleway, sans-serif;
  border-radius: 15px 0 15px 0;
  font-size: 14px
}
#feature .feature_c_w .feature_c_i .txtarea .tag span {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 15px
}
#feature .feature_c_w .feature_c_i .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 .txtarea h3 {
    font-size: 30px
  }
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i .txtarea h3 {
    font-size: 22px;
    font-weight: 500
  }
}
#feature .feature_c_w .feature_c_i .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 .txtarea .sub_ttl {
    font-size: 23px
  }
}
@media screen and (max-width:768px) {
  #feature .feature_c_w .feature_c_i .txtarea .sub_ttl {
    font-size: 1pc;
    font-weight: 500
  }
}
#feature .feature_c_w .feature_c_i:nth-of-type(2n) {
  flex-direction: row-reverse
}
#feature .feature_c_w .feature_c_i:nth-of-type(2n) .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) .txtarea {
    margin-left: 0;
    margin-right: 0
  }
}
#feature .feature_c_w .feature_c_i:nth-last-of-type(1) {
  margin-bottom: 0
}
.bg_bl_blue {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fafefd;
  box-sizing: border-box;
  overflow: hidden
}
@media screen and (max-width:768px) {
  .bg_bl_blue {
    padding-top: 60px;
    margin-top: 0;
    padding-bottom: 60px
  }
}
#mypage {
  margin-bottom: 150px;
  margin-top: 5.71429vw;
  position: relative
}
@media screen and (max-width:768px) {
  #mypage {
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px
  }
}
#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: 45%
}
@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
  }
}
#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
  }
}
#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: -7.14286vw;
  right: -7.14286vw
}
@media screen and (max-width:768px) {
  #mypage .imgarea:before {
    width: 113.932vw;
    height: 117.969vw;
    top: -10.71429vw;
    right: -3.57143vw
  }
}
.bg_bl {
  padding-top: 100px;
  padding-bottom: 50px !important;
  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
  }
}
#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;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  height: auto
}
@media screen and (max-width:768px) {
  #voice .voice_li_i {
    width: 98% !important;
    margin: 1%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
  }
}
#voice .voice_li_i .imgarea {
  position: relative
}
#voice .voice_li_i .txtarea {
  padding: 40px 40px 40px
}
@media screen and (max-width:768px) {
  #voice .voice_li_i .txtarea {
    padding: 30px 30px 20px
  }
}
#voice .voice_li_i .imgarea .num {
  width: 56px;
  display: block;
  position: absolute;
  right: 0;
  top: 40px
}
#voice .voice_li_i h3 {
  font-size: calc(20 / 1400 * 100vw);
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px
}
@media screen and (min-width:1440px) {
  #voice .voice_li_i h3 {
    font-size: 20px
  }
}
@media screen and (max-width:768px) {
  #voice .voice_li_i h3 {
    font-size: 20px;
    font-weight: 500
  }
}
#voice .voice_li_i .tag {
  display: table;
  color: #fff;
  font-size: 15px;
  padding: 12px 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 0 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 0
}
@media screen and (min-width:1440px) {
  #voice .voice_li_i .tag {
    font-size: 15px
  }
}
@media screen and (max-width:768px) {
  #voice .voice_li_i .tag {
    font-size: 10pt
  }
}
#voice .voice_li_i .name {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2
}
@media screen and (min-width:1440px) {
  #voice .voice_li_i .name {
    font-size: 20px
  }
}
@media screen and (max-width:768px) {
  #voice .voice_li_i .name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px
  }
}
@media screen and (max-width:768px) {
  #voice .voice_li_www {
    position: relative
  }
}
#voice .voice_li_i .name .blue {
  font-size: 11px;
  color: #26b7bc
}
#voice .voice_li_i .name .small {
  font-size: 11px
}
#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 {
    top: 15% !important;
    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)
  }
  #voice .swiper-button-next {
    top: 15% !important;
    right: -10px
  }
  #voice .swiper-button-prev {
    top: 15% !important;
    left: -10px
  }
  #voice .swiper-button-next:after, #voice .swiper-button-prev:after, #voice .swiper-rtl .swiper-button-prev:after {
    font-size: 1pc;
    color: #8998a2
  }
}
.cta {
  background: linear-gradient(135deg, #9dd6dc, #cee6ef 30%, #edd4cf 100%);
  padding: 4.86111vw 0
}
.cta .sec_ttl {
  margin-bottom: 30px
}
@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
  }
}
.cta .cta_w .description {
  line-height: 2
}
@media screen and (max-width:768px) {
  .cta .cta_w .description {
    text-align: center;
    font-size: 13px
  }
}
@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
}
@media screen and (min-width:1440px) {
  .cta .cta_btn {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
      .cta .cta_btn {
        width: 100%;
        margin: 0;
        display: block;
        padding: 8.52% 10%;
        font-weight: 500;
        letter-spacing: 1px;
		font-size: 15px !important;
		/*font-size: calc(18 / 1400 * 100vw) !important;  */
	}
}
    .cta .cta_btn:after {
      content: "";      
	  width: 25px;
      height: 6px;
      background: url("../images/icon_arrow.svg") top left no-repeat;
      background-size: 25px 6px;
      position: absolute;
      top: 46%;
      right: 20px;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .cta .cta_btn:after {
          width: 16px;
          height: 6px;
          background: url("../images/icon_arrow_sp.svg") top left no-repeat;
          background-size: 16px 6px;
          right: 15px; } }
.voice__review {
  margin: 100px 0;
  font-weight: 400
}
@media screen and (max-width:768px) {
  .voice__review {
    margin: 50px 0 30px
  }
}
.voice__review .ttl {
  text-align: center;
  margin: 0 0 84px
}
@media screen and (max-width:768px) {
  .voice__review .ttl {
    margin: 0 0 30px
  }
}
.voice__review .ttl img {
  width: 729px;
  height: auto
}
.voice__review .review__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.voice__review .review__flex img {
  width: 100%;
  height: auto
}
.voice__review .review__flex .review__flex--item {
  width: 23.5%;
  background: #fff;
  border-radius: 22px;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 0 1.5%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
}
@media screen and (max-width:768px) {
  .voice__review .review__flex .review__flex--item {
    width: 48%;
    margin: 0 0 4%;
    padding: 30px 20px;
    border-radius: 10px
  }
}
.voice__review .review__flex .review__flex--item .icon {
  width: 50px;
  margin: 0 auto 20px
}
.voice__review .review__flex .review__flex--item .icon__star {
  width: 140px;
  margin: 0 auto 20px
}
@media screen and (max-width:768px) {
  .voice__review .review__flex .review__flex--item .icon__star {
    width: 100%
  }
}
.voice__review .review__flex .review__flex--item .name {
  font-size: 10px;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 400
}
.voice__review .review__flex .review__flex--item .name span {
  font-size: .6rem
}
.voice__review .review__flex .review__flex--item p {
  font-size: 13px;
  line-height: 2 !important
}
.voice__review .attention {
  color: #8998a2;
  display: block;
  width: 100%;
  text-align: right !important;
  font-size: 14px
}
@media screen and (max-width:768px) {
  .voice__review .attention {
    font-size: 12px
  }
}
#plan {
  padding: calc(100 / 1440 * 100vw) 0;
  position: relative;
  background: url("../images/option_bg.png") bottom 50px right -50px no-repeat;
  background-size: 777px auto
}
@media screen and (max-width:768px) {
  #plan {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #fff url("../images/option_bg.png") bottom 300px right -150px no-repeat;
    background-size: 88.8vw auto
  }
  #plan .in {
    width: 85%
  }
}
#plan .lead__box {
  max-width: 810px;
  background: #eef8f9;
  padding: 35px 47px 47px;
  text-align: center;
  margin: 0 auto 70px;
  box-sizing: border-box;
  font-size: 22px;
  position: relative
}
@media screen and (max-width:768px) {
  #plan .lead__box {
    padding: 35px 25px 20px
  }
}
#plan .lead__box .icon__point {
  top: 10px;
  left: 50px;
  position: absolute
}
@media screen and (max-width:768px) {
  #plan .lead__box .icon__point {
    top: -20px;
    left: 20px
  }
}
#plan .lead__box .icon__point img {
  width: 111px;
  height: auto
}
#plan .lead__box .ttl {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 5px
}
@media screen and (max-width:768px) {
  #plan .lead__box .ttl {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px
  }
}
#plan .lead__box .large {
  font-size: 42px;
  font-weight: 500;
  font-family: Lato, sans-serif
}
@media screen and (max-width:768px) {
  #plan .lead__box .large {
    font-size: 32px
  }
}
#plan .lead__box .blue {
  color: #26b7bc
}
#plan .lead__box p {
  font-size: 17px;
  font-weight: 500;
  background: url("../images/icon_blue.png") center left no-repeat;
  background-size: 24px auto;
  padding: 0 0 0 30px;
  text-align: left;
  display: inline-block
}
@media screen and (max-width:768px) {
  #plan .lead__box p {
    font-size: 13px;
    background: url("../images/icon_blue.png") center left no-repeat;
    background-size: 17px auto;
    margin: 0 0 15px
  }
}
#plan .lead_txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 6.25vw
}
@media screen and (max-width:768px) {
  #plan .lead_txt {
    margin-bottom: 40px
  }
}
#plan .plan_w {
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
#plan .plan_i {
  position: relative;
  width: 31%
}
@media screen and (max-width:768px) {
  #plan .plan_i:last-child {
    margin-bottom: 30px
  }
}
#plan .plan_i .badge {
  position: absolute;
  background: #26b7bc;
  font-weight: 500;
  width: 5pc;
  height: 5pc;
  font-size: 1.21429vw;
  border-radius: 75pt;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  top: -2.6%;
  left: 3%;
  z-index: 2
}
@media screen and (min-width:1440px) {
  #plan .plan_i .badge {
    font-size: 17px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i .badge {
    font-size: 14px;
    width: 63px;
    height: 63px;
    top: -4%
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i {
    width: 100%;
    margin-bottom: 50px
  }
}
#plan .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);
  border-radius: 20px;
  overflow: hidden;
  position: relative
}
#plan .plan_i_w .plan_i_head {
  border-top: 1pc solid #c21500;
  border-image: linear-gradient(135deg, #9dd6dc, #b1d2de 30%, #edd4cf 70%);
  border-image-slice: 1;
  padding: 1.73611vw 4.86111vw
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .plan_i_head {
    padding: 5.55556vw 9.72222vw
  }
}
#plan .plan_i_w .plan_i_head .sub_ttl {
  font-size: .85714vw;
  text-align: center;
  font-weight: 400
}
@media screen and (min-width:1440px) {
  #plan .plan_i_w .plan_i_head .sub_ttl {
    font-size: 9pt
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .plan_i_head .sub_ttl {
    font-size: 13px;
    font-weight: 500
  }
}
#plan .plan_i_w .plan_i_head h3 {
  font-size: 1.57143vw;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px
}
@media screen and (min-width:1440px) {
  #plan .plan_i_w .plan_i_head h3 {
    font-size: 22px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .plan_i_head h3 {
    font-size: 22px;
    font-weight: 500
  }
}
#plan .plan_i_w .plan_i_head .tag {
  background: linear-gradient(135deg, #68c3cb, #9ac4d4 20%, #ddafa6 90%);
  text-align: center;
  border-radius: 75pt;
  padding: 9pt 0;
  color: #fff;
  line-height: 1;
  font-size: 1.28571vw;
  font-weight: 500;
  letter-spacing: .1rem;
  width: 90%;
  margin: 0 auto
}
@media screen and (min-width:1440px) {
  #plan .plan_i_w .plan_i_head .tag {
    font-size: 18px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .plan_i_head .tag {
    font-size: 18px;
    width: 84%
  }
}
#plan .plan_i_w .price_box {
  font-weight: 500;
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
  padding-bottom: 10px
}
#plan .plan_i_w .price_box .price_box_head {
  border-bottom: 1px solid #e2e2e2
}
#plan .plan_i_w .price_box .price_box_head span {
  font-size: 30px;
  font-weight: 400;
  font-family: Lato, sans-serif
}
#plan .plan_i_w .price_box.minutes25 {
  background-color: rgba(164, 216, 222, .18)
}
#plan .plan_i_w .price_box.minutes25 .price_box_head span {
  color: #26b7bc
}
#plan .plan_i_w .price_box.minutes50 {
  background-color: #fcf7f6
}
#plan .plan_i_w .price_box.minutes50 .price_box_head span {
  color: #eb816b
}
#plan .plan_i_w .price_box .price_box_price {
  display: flex;
  justify-content: center
}
#plan .plan_i_w .price_box .price_box_price .month {
  font-size: 14px;
  writing-mode: vertical-rl
}
#plan .plan_i_w .price_box .price_box_price .price {
  font-size: 1.14286vw
}
@media screen and (min-width:1440px) {
  #plan .plan_i_w .price_box .price_box_price .price {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .price_box .price_box_price .price {
    font-size: 1pc
  }
}
#plan .plan_i_w .price_box .price_box_price .price .en {
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-family: 400;
  margin-right: 5px
}
#plan .plan_i_w .price_box .price_box_price .price .tax {
  font-size: 13px;
  color: #8998a2
}
#plan .plan_i_w .price_box .price_box_price .price .torikeshi {
  position: relative
}
#plan .plan_i_w .price_box .price_box_price .price .torikeshi:after {
  content: '';
  transform: rotate(-15deg);
  width: 100%;
  border-top: 1px solid #777070;
  position: absolute;
  top: 50%;
  left: 0
}
#plan .plan_i_w .price_box .once {
  font-size: 14px
}
#plan .plan_i_w .price_w {
  width: 70%;
  margin: 0 auto 15px
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .price_w {
    width: 82%
  }
}
#plan .plan_i_w .price_w tr:first-child th {
  padding-bottom: 25px
}
#plan .plan_i_w .price_w tr:last-child td, #plan .plan_i_w .price_w tr:last-child th {
  border-bottom: 0
}
#plan .plan_i_w .price_w th {
  text-align: left;
  font-size: 1.14286vw;
  font-weight: 500;
  padding: .69444vw 0;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle
}
@media screen and (min-width:1440px) {
  #plan .plan_i_w .price_w th {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .price_w th {
    font-size: 1pc;
    padding: 2.77778vw 0
  }
}
#plan .plan_i_w .price_w td {
  padding: .69444vw 0;
  border-bottom: 1px solid #e7e7e7;
  vertical-align: middle;
  text-align: right
}
#plan .plan_i_w .price_w td .price {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 2.35714vw;
  line-height: 1;
  font-weight: 400
}
@media screen and (min-width:1440px) {
  #plan .plan_i_w .price_w td .price {
    font-size: 33px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .price_w td .price {
    font-size: 31px
  }
}
#plan .plan_i_w .price_w td .price span {
  font-size: 1.14286vw;
  font-weight: 400;
  color: #8998a2;
  margin-left: 4px
}
@media screen and (min-width:1440px) {
  #plan .plan_i_w .price_w td .price span {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .price_w td .price span {
    font-size: 1pc
  }
}
#plan .plan_i_w .price_w td .tax {
  color: #8998a2;
  font-size: .92857vw
}
@media screen and (min-width:1440px) {
  #plan .plan_i_w .price_w td .tax {
    font-size: 13px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .price_w td .tax {
    font-size: 13px
  }
}
#plan .plan_i_w .price_w td .torikeshi {
  position: relative
}
#plan .plan_i_w .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_w .price_w td {
    padding: 2.77778vw 0
  }
}
#plan .plan_i_w .cal_w .cal_i {
  background: #f8f8f8;
  padding: .69444vw;
  align-items: center;
  padding-left: 3.81944vw
}
#plan .plan_i_w .cal_w .cal_i:nth-of-type(2n) {
  background: #fff
}
#plan .plan_i_w .cal_w .cal_i:last-child {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 5px
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .cal_w .cal_i:last-child {
    display: none
  }
}
#plan .plan_i_w .cal_w .cal_i:last-child:before {
  content: none
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .cal_w .cal_i {
    padding: 2.08333vw;
    padding-left: 5.20833vw
  }
}
#plan .plan_i_w .cal_w .cal_i span {
  font-size: .92857vw;
  display: block
}
@media screen and (min-width:1440px) {
  #plan .plan_i_w .cal_w .cal_i span {
    font-size: 13px
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .cal_w .cal_i span {
    font-size: 13px
  }
}
#plan .plan_i_w .cal_w .cal_i span.bl_txt {
  color: #26b7bc
}
#plan .plan_i_w .cal_w .cal_i:before {
  content: "";
  background-image: url(../images/check.svg);
  width: 15px;
  height: 13px;
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
  margin-right: 1.04167vw
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .cal_w .cal_i:before {
    width: 3.47222vw;
    height: 2.77778vw;
    margin-right: 2.77778vw
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .cal_w {
    display: none
  }
}
@media screen and (max-width:768px) {
  #plan .plan_i_w .ac_btn {
    padding: 9pt;
    border-top: 1px solid #e7e7e7;
    text-align: center;
    font-size: 9pt
  }
  #plan .plan_i_w .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 .plan_i_w .ac_btn.active:after {
    transform: rotate(0)
  }
}
#plan .caption {
  color: #8998a2;
  font-size: 15px;
  text-align: right;
  margin: 30px 0 0
}
#plan .caption span {
  text-align: left !important;
  display: inline-block
}
@media screen and (max-width:768px) {
  #plan .caption {
    position: relative;
    font-size: 11px;
    margin: -10px 0 0
  }
}
#plan .kakaku {
  margin: 100px 0 100px;
  text-align: center
}
@media screen and (max-width:768px) {
  #plan .kakaku {
    margin: 50px 0 60px
  }
}
@media screen and (max-width:768px) {
  #plan .kakaku p {
    font-size: 13px
  }
}
#plan .kakaku .kakaku__list {
  background: #eef8f9;
  padding: 50px 75px;
  margin: 50px 0 0;
  box-sizing: border-box
}
@media screen and (max-width:768px) {
  #plan .kakaku .kakaku__list {
    width: 120% !important;
    margin: 30px 0 0 -10%;
    padding: 30px 0 30px 30px;
    box-sizing: border-box
  }
}
@media screen and (max-width:768px) {
  #plan .kakaku .kakaku__list .kakaku__list--scroll {
    width: 100%;
    overflow-x: scroll;
    padding: 0 0 30px
  }
}
@media screen and (max-width:768px) {
  #plan .kakaku .kakaku__list .kakaku__list--scroll-inner {
    width: 660px !important;
    padding: 0 30px 0 0
  }
}
#plan .kodawari {
  margin: 50px 0;
  text-align: center
}
@media screen and (max-width:768px) {
  #plan .kodawari {
    margin: 0
  }
}
#plan .kodawari p {
  margin: 0 0 50px;
  line-height: 2.5
}
@media screen and (max-width:768px) {
  #plan .kodawari p {
    font-size: 13px;
    margin: 0 0 35px
  }
}
#option {
  padding: 6.94444vw 0;
  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	
  }
  
}

#support .cta_btn:after {
      content: "";      
	  width: 25px;
      height: 6px;
      background: url("../images/icon_arrow.svg") top left no-repeat;
      background-size: 25px 6px;
      position: absolute;
      top: 46%;
      right: 20px;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        #support .cta_btn:after {
          width: 16px;
          height: 6px;
          background: url("../images/icon_arrow_sp.svg") top left no-repeat;
          background-size: 16px 6px;
          right: 15px; } }	


#flow {
  background: #f8f8f8;
  padding: calc(100 / 1440 * 100vw) 0;
  border-radius: 0 200px 0 0;
  margin: 50px 0 0 !important;
  position: relative;
  z-index: 5
}
@media screen and (max-width:768px) {
  #flow {
    padding-top: 60px;
    padding-bottom: 10px;
    border-radius: 0 75pt 0 0;
    margin: -30px 0 0 !important
  }
}
@media screen and (max-width:768px) {
  #flow .in {
    width: 79%
  }
}
#flow .flow_w {
  justify-content: space-between
}
#flow .flow_i {
  width: 29%
}
#flow .flow_i .imgarea {
  position: relative;
  margin-bottom: 2.08333vw
}
#flow .flow_i .imgarea span {
  position: absolute;
  display: table;
  margin-bottom: 20px;
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
  border-radius: 10px 0 10px 0;
  padding: .34722vw 2.08333vw
}
@media screen and (max-width:768px) {
  #flow .flow_i .imgarea span {
    padding: .69444vw 6.94444vw
  }
}
@media screen and (max-width:768px) {
  #flow .flow_i .imgarea {
    margin-bottom: 5.55556vw
  }
}
#flow .flow_i .txtarea h3 {
  font-size: 1.64286vw;
  margin-bottom: 1.38889vw;
  font-weight: 400
}
@media screen and (min-width:1440px) {
  #flow .flow_i .txtarea h3 {
    font-size: 23px
  }
}
@media screen and (max-width:768px) {
  #flow .flow_i .txtarea h3 {
    font-size: 18px;
    margin-bottom: 2.77778vw;
    font-weight: 500
  }
}
#flow .flow_i .txtarea .cta_btn {
  margin: 30px auto 0;
  font-weight: 400;
  padding: 25px 0;
  border-radius: 75pt;
  line-height: 1.4;
  color: #fff;
  width: 80%;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  font-size: 1.14286vw;
  text-align: center
}
@media screen and (min-width:1440px) {
  #flow .flow_i .txtarea .cta_btn {
    font-size: 1pc
  }
}
@media screen and (max-width:768px) {
  #flow .flow_i .txtarea .cta_btn {
    font-size: 15px;
    width: 90%;
    font-weight: 500
  }
}

#flow .flow_i .txtarea .cta_btn:after {
        content: "";      
	width: 25px;
      height: 6px;
        background: url("../images/icon_arrow.svg") top left no-repeat;
        background-size: 25px 6px;
        position: absolute;
        top: 48%;
        right: 20px;
        z-index: 10; }
        @media screen and (max-width: 768px) {
          #flow .flow_i .txtarea .cta_btn:after {
            width: 16px;
            height: 6px;
            background: url("../images/icon_arrow_sp.svg") top left no-repeat;
            background-size: 16px 6px;
            right: 15px; } }

@media screen and (max-width:768px) {
  #flow .flow_i {
    width: 100%;
    margin-bottom: 30px;
    position: relative
  }
  #flow .flow_i:after {
    content: "";
    background: url(../images/flow_arrow.svg)no-repeat center center;
    display: block;
    width: 15px;
    height: 42px;
    margin: 30px auto 0
  }
  #flow .flow_i:last-child {
    margin-bottom: 50px
  }
  #flow .flow_i:last-child:after {
    content: none
  }
}
.once_cp {
  color: #e296bf !important;
  font-weight: 500;
  font-size: 17px;
  margin: -5px 0 0;
  text-align: center
}
.once_cp span {
  font-size: 35px;
  font-family: Lato;
  font-weight: 600
}
#message {
  padding: 6.94444vw 0 10.41667vw;
  position: relative
}
@media screen and (max-width:768px) {
  #message {
    padding: 60px 0 70px
  }
}
#message .txtarea {
  margin-bottom: 6.94444vw
}
@media screen and (max-width:768px) {
  #message .txtarea {
    margin-bottom: 50px
  }
}
#message .txtarea p {
  margin-bottom: 30px;
  line-height: 2.2;
  letter-spacing: 1px;
  font-size: 1.21429vw;
  text-align: center
}
@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
}
#message img {
  width: 100%
}
@media screen and (max-width:768px) {
  #message 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
}
@media screen and (max-width:768px) {
  #footer .copy {
    display: block !important;
	padding: 30px 0 160px !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: 6
}
@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
  }
}
.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
  }
}
.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
  }
}
.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
  }
}
.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
  }
}
.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;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  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
  }
}

.fixed_foot a:after {
      content: "";      
	  width: 25px;
      height: 6px;
      background: url("../images/icon_arrow.svg") top left no-repeat;
      background-size: 25px 6px;
      position: absolute;
      top: 46%;
      right: 20px;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .fixed_foot a:after {
          width: 16px;
          height: 6px;
          background: url("../images/icon_arrow_sp.svg") top left no-repeat;
          background-size: 16px 6px;
          right: 15px; } }

.fixed_foot_02 {
  position: fixed;
  bottom: 3%;
  right: 2%;
  width: 382px;
  z-index: 6
}
.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: 6
}
@media screen and (max-width:768px) {
  .fixed_foot_02 {
    display: none
  }
}
.voice_bnr {
  padding-top: 150px;
  margin: 0 0 -90pt
}
@media screen and (min-width:1600px) {
  .voice_bnr {
    padding-top: 0;
    margin: 75pt 0 -90pt
  }
}
@media screen and (max-width:1500px) {
  .voice_bnr {
    padding-top: 0;
    margin: 0 0 -90pt;
    padding-top: 150px;
    margin: 0 0 -90pt
  }
}
@media screen and (max-width:1400px) {
  .voice_bnr {
    padding-top: 180px;
    margin: 0 0 -90pt
  }
}
@media screen and (max-width:1300px) {
  .voice_bnr {
    padding-top: 180px;
    margin: 0 0 -130px
  }
}
@media screen and (max-width:1200px) {
  .voice_bnr {
    padding-top: 200px;
    margin: 0 0 -130px
  }
}
@media screen and (max-width:1024px) {
  .voice_bnr {
    padding-top: 220px;
    margin: 0 0 -140px
  }
}
@media screen and (max-width:768px) {
  .voice_bnr {
    padding: 20px 0 30px;
    margin: 0
  }
}
.voice_bnr .in {
  text-align: center
}
.voice_bnr .in img {
  width: 88%;
  margin: 0 auto
}
@media screen and (max-width:768px) {
  .voice_bnr .in img {
    width: 100%
  }
}
.newyear_cp {
  padding-top: 170px;
  margin: 0 0 -90pt
}
.newyear_cp--bg {
  background: #e2c06b
}
@media screen and (max-width:768px) {
  .newyear_cp {
    padding: 20px 0 50px;
    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:400px) {
  .newyear_cp .nyer_btn {
    width: 70%;
    padding: 5.52% 1%
  }
}
.txt__red {
  color: #dc4c56
}
.cta_btn .fukidashi {
  width: 180px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin: 0 0 0 -90px; }
.cta_btn .fukidashi__inner {
  background: #fff;
  width: 180px;
  border-radius: 50px;
  padding: 6px 0;
  color: #F5A0A2;
  display: block;
  font-size: 13px;
  border: 1px solid #F5A0A2;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
  @media screen and (max-width: 768px) {
    .cta_btn .fukidashi__inner {
      font-size: 12px; } }
.cta_btn .fukidashi__inner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7px 0 7px;
  z-index: 10px; }
.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
}
.h_btn {
  position: relative;
  width: 340px !important
}
@media screen and (max-width:768px) {
  .h_btn {
    max-width: 100% !important;
    display: block
  }
}
.h_btn .fukidashi02 {
  position: relative;
  margin: 0 5px 0 0
}
@media screen and (max-width:768px) {
  .h_btn .fukidashi02 {
    width: 200px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin: 0 0 0 -75pt
  }
}
.h_btn .fukidashi02__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 .fukidashi02__inner {
    font-size: 9pt;
    background: #fff;
    width: 200px;
    border-radius: 50px;
    padding: 10px 0;
    color: #666 !important;
    display: block;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16)
  }
}
.h_btn .fukidashi02__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
}
@media screen and (max-width:768px) {
  .h_btn .fukidashi02__inner:after {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: -7px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent;
    border-width: 7px 7px 0
  }
}
.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
  }
}


#lesson {
  padding: calc(100 / 1440 * 100vw) 0 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    #lesson {
      padding-top: 10px;
      padding-bottom: 60px; }
      #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%; }

@media screen and (max-width: 768px) {
  #voice .swiper-button-prev svg {
    width: 6px !important;
    height: auto !important; }

  #voice .swiper-button-next svg {
    width: 6px !important;
    height: auto !important; } }


#main_v .btn_w {
    position: absolute;
    right: 115px;
    bottom: 60px;
    z-index: 3;
    opacity: 0;
    transition: 0.5s; }
    #main_v .btn_w.active {
      opacity: 1; }
    @media screen and (max-width: 768px) {
      #main_v .btn_w {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: -30px;
        margin-bottom: 80px; } }
  #main_v .cta_btn {
    padding: 28px 70px;
    border-radius: 100px;
    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: calc(18 / 1400 * 100vw);
    text-align: center;
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16); }
    @media screen and (min-width: 1440px) {
      #main_v .cta_btn {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      #main_v .cta_btn {
        font-size: 13px; } }
    @media screen and (max-width: 768px) {
      #main_v .cta_btn {
        width: 73%;
        margin: 0 auto;
        display: block;
        padding: 5.52% 5%;
        font-weight: 500;
        letter-spacing: 1px; } }
    #main_v .cta_btn:after {
      content: "";
	  width: 25px;
      height: 6px;
      background: url("../images/icon_arrow.svg") top left no-repeat;
      background-size: 25px 6px;
      position: absolute;
      top: 46%;
      right: 20px;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        #main_v .cta_btn:after {
          width: 16px;
          height: 6px;
          background: url("../images/icon_arrow_sp.svg") top left no-repeat;
          background-size: 16px 6px;
		  top: 44%;	
          right: 15px;
		  } }