@charset "UTF-8";
/* =====================================================
▼ COLOR
===================================================== */
/*---------------------------------------------------------------------------*/
@-webkit-keyframes header_animate { 0% { opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% { opacity: 0; }
  100% { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-moz-keyframes header_animate { 0% { opacity: 0;
    -moz-transform: scale(1.1);
         transform: scale(1.1); }
  25% { opacity: 0; }
  100% { opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1); } }
@keyframes header_animate { 0% { opacity: 0;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1); }
  25% { opacity: 0; }
  100% { opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes imgZoom { 0% { opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  25% { opacity: 1; }
  100% { opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-moz-keyframes imgZoom { 0% { opacity: 0;
    -moz-transform: scale(0.5);
         transform: scale(0.5); }
  25% { opacity: 1; }
  100% { opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1); } }

@keyframes imgZoom { 0% { opacity: 0;
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
            transform: scale(0.5); }
  25% { opacity: 1; }
  100% { opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }

.page-main { padding: 25.5rem 0 17.5rem; }

@media screen and (max-width: 768px) { .page-main { padding: 29.33333vw 0 8vw; } }

.on { opacity: 0; visibility: hidden; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }

.act { opacity: 0; visibility: hidden; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }

.main-visual { position: relative; z-index: 2; overflow: hidden; line-height: 0; }

.main-visual_inner { background: url(../img/mv_bg.jpg) center center no-repeat; -moz-background-size: cover; background-size: cover; width: 100%; height: 100%; position: relative; }

.main-visual_inner:after { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 75, 128, 0.28); }

@media screen and (max-width: 768px) { .main-visual_inner:after { height: 100%; } }

@media screen and (min-width: 769px) { .main-visual { padding: 2.1rem 2.6rem 3.2rem; height: 100vh; } }

@media screen and (max-width: 768px) { .main-visual { margin-top: 19.73333vw; height: -webkit-calc(100vh - 19.73333vw); height: -moz-calc(100vh - 19.73333vw); height: calc(100vh - 19.73333vw); } }

.main-visual.active:after { opacity: 1; visibility: visible; }

.main-visual.active .on { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.main-visual.active .act { opacity: 1; visibility: visible; }

.mv-ctn { width: 100%; text-align: center; position: absolute; left: 50%; bottom: -3.2rem; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; }

@media screen and (max-width: 768px) { .mv-ctn { width: 100%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); bottom: auto; } }

.mv-ttl { font-size: 52px; line-height: 1.78846; letter-spacing: 0.01923em; font-weight: bold; color: #fff; }

@media screen and (max-width: 768px) { .mv-ttl { font-size: 8.53333vw; } }

.mv-txt { line-height: 1; }

@media screen and (max-width: 768px) { .mv-txt { margin: 13.33333vw 0 4vw; } }

.mv-txt img { width: 49.2rem; height: auto; }

@media screen and (max-width: 768px) { .mv-txt img { width: 74.66667vw; } }

.mv-img { text-align: center; }

.mv-img img { width: 63.8rem; }

@media screen and (max-width: 768px) { .mv-img img { width: 80vw; } }

/** section-company **/
.section-company { padding: 0 4.5rem 0; margin-bottom: 13.2rem; }

@media screen and (max-width: 768px) { .section-company { padding: 0; margin-bottom: 29.33333vw; }
  .section-company .section-title { margin: 0 5.86667vw 14.66667vw; } }

.company-inner { max-width: 119rem; margin: 0 auto; position: relative; z-index: 1; }

.company-inner:after { position: absolute; content: ''; width: 33.6rem; height: 32.8rem; right: 0; bottom: 5.8rem; -moz-border-radius: 0.4rem; border-radius: 0.4rem; background: #4ca2cd; background: -webkit-gradient(left top, right top, color-stop(0%, #4ca2cd), color-stop(100%, #67b26f)); background: -webkit-linear-gradient(left, #4ca2cd 0%, #67b26f 100%); background: -webkit-gradient(linear, left top, right top, from(#4ca2cd), to(#67b26f)); background: -moz- oldlinear-gradient(left, #4ca2cd 0%, #67b26f 100%); background: linear-gradient(to right, #4ca2cd 0%, #67b26f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca2cd', endColorstr='#67b26f', GradientType=1 ); z-index: -1; }

@media screen and (max-width: 768px) { .company-inner:after { width: 67.46667vw; height: 58.93333vw; bottom: auto; top: 14.13333vw; } }

.company-img { width: -webkit-calc(826/1190 * 100%); width: -moz-calc(826/1190 * 100%); width: calc(826/1190 * 100%); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.company-img figure { max-width: 82.6rem; }

@media screen and (max-width: 768px) { .company-img { width: 92.53333vw; } }

.company-ctn { width: -webkit-calc(743/1190 * 100%); width: -moz-calc(743/1190 * 100%); width: calc(743/1190 * 100%); max-width: 74.3rem; min-height: 41rem; background: #fff; -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); -moz-border-radius: 1.2rem; border-radius: 1.2rem; padding: 3rem -webkit-calc(70/743 * 100%); padding: 3rem -moz-calc(70/743 * 100%); padding: 3rem calc(70/743 * 100%); position: absolute; right: 8.5rem; bottom: -4.2rem; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.company-ctn_inner { max-width: 60rem; margin: 0 auto; }

.company-ctn .company-txt { padding-left: 4rem; margin: 3rem 0 0; line-height: 1.9; }

@media screen and (max-width: 768px) { .company-ctn { width: 100%; position: relative; right: 0; bottom: 0; margin: -26.66667vw 5.86667vw 0; width: 87.73333vw; max-width: 100%; padding: 12vw 7.46667vw; }
  .company-ctn_inner { max-width: 100%; }
  .company-ctn .company-txt { padding: 0; margin: 0; } }

/** section-service **/
.section-service { padding: 0 0 3rem 0; margin-bottom: 13rem; position: relative; z-index: 1; }

.section-service:after { position: absolute; content: ''; width: -webkit-calc(100% - 4.5rem); width: -moz-calc(100% - 4.5rem); width: calc(100% - 4.5rem); height: 16.5rem; left: 0; bottom: 0; -moz-border-radius: 0.4rem; border-radius: 0.4rem; z-index: -1; background: #4ca2cd; background: -webkit-gradient(left top, right top, color-stop(0%, #4ca2cd), color-stop(100%, #67b26f)); background: -webkit-linear-gradient(left, #4ca2cd 0%, #67b26f 100%); background: -webkit-gradient(linear, left top, right top, from(#4ca2cd), to(#67b26f)); background: -moz- oldlinear-gradient(left, #4ca2cd 0%, #67b26f 100%); background: linear-gradient(to right, #4ca2cd 0%, #67b26f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca2cd', endColorstr='#67b26f', GradientType=1 ); }

.section-service .section-title { margin-bottom: 7.5rem; }

@media screen and (max-width: 768px) { .section-service { padding: 0; margin: 0 0 29.33333vw 0; }
  .section-service:after { width: 0; height: 0; background: transparent; }
  .section-service .section-title { margin-bottom: 16vw; } }

@media screen and (min-width: 769px) { .service-list { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 0 0 -1.9rem; } }

.service-item { width: -webkit-calc(100%/3 - 1.9rem); width: -moz-calc(100%/3 - 1.9rem); width: calc(100%/3 - 1.9rem); margin: 0 0 0 1.9rem; background: #fff; -moz-border-radius: 1.2rem; border-radius: 1.2rem; padding: 4rem 3.2rem 2rem; }

@media screen and (max-width: 768px) { .service-item { width: 100%; margin: 0; -moz-border-radius: 3.2vw; border-radius: 3.2vw; padding: 10.66667vw 7.46667vw; }
  .service-item + .service-item { margin-top: 8.8vw; } }

.service-item_ttl { font-size: 24px; line-height: 1.58333; letter-spacing: 0.01042em; font-size: bold; text-align: center; margin-bottom: 2rem; }

@media screen and (max-width: 768px) { .service-item_ttl { font-size: 6.4vw; margin-bottom: 5.33333vw; } }

.service-item_img { margin-bottom: 2.5rem; }

@media screen and (max-width: 768px) { .service-item_img { margin-bottom: 6.66667vw; }
  .service-item_img img { width: 100%; height: auto; } }

/** section-welfare **/
.section-welfare { padding: 0 4.5rem; margin: 0 0 13rem 0; }

.section-welfare .section-title { margin-bottom: 7.5rem; }

.section-welfare .section-title:before, .section-welfare .section-title:after { background: #fff; }

.section-welfare .section-title .en, .section-welfare .section-title .ja { color: #fff; }

@media screen and (max-width: 768px) { .section-welfare { padding: 0; margin: 0 0 29.33333vw 0; }
  .section-welfare .section-title { margin-bottom: 16vw; } }

.welfare-inner { padding: 10.5rem 0 13.5rem; -moz-border-radius: 0.4rem; border-radius: 0.4rem; background: #4ca2cd; background: -webkit-gradient(left top, right top, color-stop(0%, #4ca2cd), color-stop(100%, #67b26f)); background: -webkit-linear-gradient(left, #4ca2cd 0%, #67b26f 100%); background: -webkit-gradient(linear, left top, right top, from(#4ca2cd), to(#67b26f)); background: -moz- oldlinear-gradient(left, #4ca2cd 0%, #67b26f 100%); background: linear-gradient(to right, #4ca2cd 0%, #67b26f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca2cd', endColorstr='#67b26f', GradientType=1 ); }

@media screen and (max-width: 768px) { .welfare-inner { padding: 16vw 0 10.66667vw; } }

@media screen and (min-width: 769px) { .welfare-list { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 0 0 -1.8rem; } }

.welfare-item { width: -webkit-calc(100%/3 - 1.8rem); width: -moz-calc(100%/3 - 1.8rem); width: calc(100%/3 - 1.8rem); margin: 0 0 2.9rem 1.8rem; background: #fff; -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); -moz-border-radius: 1.2rem; border-radius: 1.2rem; min-height: 14.3rem; padding: 3.6rem 3.5rem 4rem 3rem; cursor: pointer; }

@media screen and (max-width: 768px) { .welfare-item { width: 100%; margin: 0; padding: 9.33333vw 9.33333vw 9.33333vw 8vw; min-height: inherit; -moz-border-radius: 3.2vw; border-radius: 3.2vw; }
  .welfare-item + .welfare-item { margin-top: 8.8vw; } }

.welfare-item_ttl { font-size: 18px; line-height: 1.77778; letter-spacing: 0.04444em; font-weight: bold; color: #1C6F52; position: relative; padding: 0 4.2rem 0 5.4rem; }

.welfare-item_ttl:after { position: absolute; content: ''; width: 2.6rem; height: 2.6rem; top: 0; right: 0.5rem; background: url(../img/arrow_up.svg) left top no-repeat; -moz-background-size: cover; background-size: cover; }

.welfare-item_ttl .icon { display: inline-block; width: 3.8rem; height: auto; margin-right: 1.6rem; margin-left: -5.4rem; vertical-align: top; }

.welfare-item_ttl span { display: inline-block; }

@media screen and (max-width: 768px) { .welfare-item_ttl { font-size: 4.8vw; padding: 0 13.33333vw 0 14.4vw; }
  .welfare-item_ttl:after { width: 6.93333vw; height: 6.93333vw; right: 1.33333vw; }
  .welfare-item_ttl .icon { width: 10.13333vw; margin-right: 4.26667vw; margin-left: -14.4vw; } }

.welfare-item_copy { padding-left: 5.4rem; margin-top: 3.2rem; }

@media screen and (max-width: 768px) { .welfare-item_copy { padding-left: 14.4vw; margin-top: 6.66667vw; } }

@media (min-width: 769px) and (max-width: 1023px) { .welfare-item_ttl:after { width: 2.5rem; height: 2.5rem; } }

.welfare-bottom { margin: 10rem 0 0; }

@media screen and (max-width: 768px) { .welfare-bottom { margin: 29.33333vw 0 0; } }

.welfare-bottom_title { color: #fff; }

.welfare-bottom_title_sub { display: inline-block; font-size: 18px; line-height: 2.33333; letter-spacing: 0.04444em; font-weight: bold; }

.welfare-bottom_title_ttl { font-size: 36px; line-height: 1.16667; letter-spacing: 0.02222em; font-weight: bold; }

@media screen and (max-width: 768px) { .welfare-bottom_title_sub { font-size: 3.73333vw; }
  .welfare-bottom_title_ttl { font-size: 6.4vw; } }

.welfare-bottom_lead { color: #fff; margin: 3rem 0 7rem; }

@media screen and (max-width: 768px) { .welfare-bottom_lead { margin: 6.66667vw 0 9.33333vw; } }

@media screen and (min-width: 769px) { .welfare-bottom_list { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 0 0 -1.3rem; } }

.welfare-bottom_item { width: -webkit-calc(100%/3 - 1.3rem); width: -moz-calc(100%/3 - 1.3rem); width: calc(100%/3 - 1.3rem); margin: 0 0 0 1.3rem; background: #fff url(../img/caro_bg.png) center center no-repeat; -moz-background-size: cover; background-size: cover; -moz-border-radius: 1.2rem; border-radius: 1.2rem; padding: 3.5rem 3rem 3rem; }

@media screen and (max-width: 768px) { .welfare-bottom_item { width: 100%; margin: 0; padding: 9.33333vw 8vw 8vw; }
  .welfare-bottom_item + .welfare-bottom_item { margin-top: 8.8vw; -moz-border-radius: 3.2vw; border-radius: 3.2vw; } }

.welfare-bottom_item_ttl { font-size: 20px; line-height: 1.9; letter-spacing: 0.04em; font-weight: bold; color: #1C6F52; text-align: center; margin-bottom: 2.2rem; }

@media screen and (max-width: 768px) { .welfare-bottom_item_ttl { font-size: 5.33333vw; margin-bottom: 5.86667vw; } }

.welfare-bottom_item_row { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.welfare-bottom_item_row__img { width: 6.5rem; margin-right: 1.5rem; }

@media screen and (max-width: 768px) { .welfare-bottom_item_row__img { width: 17.33333vw; margin-right: 4vw; } }

.welfare-bottom_item_row__ctn { width: -webkit-calc(100% - 8rem); width: -moz-calc(100% - 8rem); width: calc(100% - 8rem); }

@media screen and (max-width: 768px) { .welfare-bottom_item_row__ctn { width: -webkit-calc(100% - 21.33333vw); width: -moz-calc(100% - 21.33333vw); width: calc(100% - 21.33333vw); } }

/** section-voice **/
.section-voice { margin-bottom: 10rem; }

.section-voice .section-title { margin-bottom: 7rem; }

@media screen and (max-width: 768px) { .section-voice { margin-bottom: 46.4vw; position: relative; z-index: 2; }
  .section-voice .section-title { margin-bottom: 11.73333vw; } }

@media screen and (min-width: 769px) { .voice-art { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 10rem; }
  .voice-art_img { width: 12rem; }
  .voice-art_txt { width: -webkit-calc(722/923 * 100%); width: -moz-calc(722/923 * 100%); width: calc(722/923 * 100%); height: 16rem; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #fff; -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); padding: 3.5rem 5.5rem; -moz-border-radius: 1.2rem; border-radius: 1.2rem; }
  .voice-art:nth-child(odd) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-flow: row-reverse; flex-flow: row-reverse; padding: 0 10rem 0 0; } }

@media screen and (max-width: 768px) { .voice-art { position: relative; z-index: -1; }
  .voice-art + .voice-art { margin-top: 16vw; }
  .voice-art:nth-child(1) { z-index: 4; }
  .voice-art:nth-child(2) { z-index: 3; }
  .voice-art:nth-child(3) { z-index: 2; }
  .voice-art:nth-child(4) { z-index: 1; }
  .voice-art_img { width: 16vw; position: absolute; z-index: 2; }
  .voice-art_txt { background: #fff; -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); -moz-border-radius: 3.2vw; border-radius: 3.2vw; padding: 12vw 7.46667vw; position: relative; z-index: 1; }
  .voice-art:nth-child(1) .voice-art_img { left: 0; bottom: -26.66667vw; }
  .voice-art:nth-child(2) .voice-art_img { right: 0; bottom: -24vw; }
  .voice-art:nth-child(3) .voice-art_img { left: 0; bottom: -26.13333vw; }
  .voice-art:nth-child(4) .voice-art_img { right: 0; bottom: -19.73333vw; } }

/** section-faq **/
.section-faq { padding: 0 0 18rem 0; }

.section-faq .section-title { margin-bottom: 5.3rem; }

@media screen and (max-width: 768px) { .section-faq { padding: 0 0 29.33333vw; }
  .section-faq .section-title { margin: 0 5.86667vw 10.66667vw; } }

.faq-inner { width: -webkit-calc((100% - 1280px) / 2 + 1107px); width: -moz-calc((100% - 1280px) / 2 + 1107px); width: calc((100% - 1280px) / 2 + 1107px); margin-left: auto; margin-right: 4.5rem; }

.faq-ctn { margin: -14rem auto 0; padding-left: 10rem; }

.faq-art { max-width: 92rem; background: #fff; -moz-border-radius: 0.9rem; border-radius: 0.9rem; -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); padding: 4.4rem 16rem 4.4rem 8rem; position: relative; cursor: pointer; }

.faq-art:after { position: absolute; content: ''; width: 3rem; height: 3rem; top: 4.5rem; right: 9.4rem; background: url(../img/arrow_up.svg) left top no-repeat; -moz-background-size: cover; background-size: cover; }

.faq-art + .faq-art { margin-top: 1.7rem; }

@media screen and (max-width: 768px) { .faq-art { padding: 11.73333vw 7.46667vw; }
  .faq-art:after { width: 6.93333vw; height: 6.93333vw; top: 12vw; right: 4.26667vw; }
  .faq-art + .faq-art { margin-top: 8.8vw; } }

.faq-ttl { font-size: 2rem; font-weight: bold; }

@media screen and (max-width: 768px) { .faq-ttl { font-size: 3.73333vw; padding-right: 9.6vw; } }

.faq-txt { font-size: 14px; line-height: 1.71429; letter-spacing: 0.07143em; margin-top: 3rem; max-width: 63.5rem; }

@media screen and (max-width: 768px) { .faq-txt { font-size: 3.73333vw; margin-top: 9.33333vw; } }

.faq-img { position: relative; }

.faq-img:after { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: rgba(255, 255, 255, 0.24); }

@media screen and (max-width: 768px) { .faq-inner { width: 100%; margin: 0; padding: 0; }
  .faq-img { padding-left: 5.86667vw; margin-bottom: 13.86667vw; }
  .faq-ctn { margin: 0; padding: 0 5.86667vw; }
  .faq-art + .faq-art { margin-top: 8.53333vw; } }

/** section-feature **/
@media screen and (min-width: 769px) { .section-feature { background: #F0F1F3; padding: 9.2rem 0 0 8.2rem; position: relative; z-index: 1; }
  .section-feature:after { position: absolute; content: ''; width: -webkit-calc(620/1280 * 100%); width: -moz-calc(620/1280 * 100%); width: calc(620/1280 * 100%); height: 100%; left: 0; top: 0; z-index: -1; background: #f9fbfb; background: -webkit-gradient(left top, right top, color-stop(0%, #f9fbfb), color-stop(97%, #f1f2f4), color-stop(100%, #f0f1f3)); background: -webkit-linear-gradient(left, #f9fbfb 0%, #f1f2f4 97%, #f0f1f3 100%); background: -webkit-gradient(linear, left top, right top, from(#f9fbfb), color-stop(97%, #f1f2f4), to(#f0f1f3)); background: -moz- oldlinear-gradient(left, #f9fbfb 0%, #f1f2f4 97%, #f0f1f3 100%); background: linear-gradient(to right, #f9fbfb 0%, #f1f2f4 97%, #f0f1f3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbfb', endColorstr='#f0f1f3', GradientType=1 ); } }

@media screen and (max-width: 768px) { .section-feature { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-flow: column; flex-flow: column; } }

@media screen and (min-width: 769px) { .feature-img { width: -webkit-calc(795/1280 * 100%); width: -moz-calc(795/1280 * 100%); width: calc(795/1280 * 100%); }
  .feature-ctn { background: #1C6F52; -moz-border-radius: 0.4rem; border-radius: 0.4rem; color: #fff; padding: 8rem 7.5rem 6rem; width: -webkit-calc(700/1280 * 100%); width: -moz-calc(700/1280 * 100%); width: calc(700/1280 * 100%); position: absolute; right: 0; bottom: -5.5rem; }
  .feature-ctn h2 { font-size: 20px; line-height: 1.8; letter-spacing: 0.04em; font-weight: bold; }
  .feature-ctn p { font-size: 14px; line-height: 2.57143; letter-spacing: 0.05714em; font-weight: bold; margin-top: 2rem; } }

@media screen and (max-width: 768px) { .feature-ctn { width: 86.4vw; background: #1C6F52; color: #fff; -ms-flex-item-align: end; align-self: flex-end; -moz-border-radius: 1.06667vw; border-radius: 1.06667vw; padding: 8vw 6.13333vw; margin-top: -6.13333vw; }
  .feature-ctn h2 { font-size: 3.2vw; }
  .feature-ctn p { font-size: 3.2vw; margin-top: 2.66667vw; } }

.toog_title:after { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }

.toog_title.is_active:after { background: url(../img/arrow_down.svg) left top no-repeat; -moz-background-size: cover; background-size: cover; }

.faq-art:after { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }

.faq-art.is_active:after { background: url(../img/arrow_down.svg) left top no-repeat; -moz-background-size: cover; background-size: cover; }

.toog_copy { display: none; }

@media (min-width: 1280px) and (max-width: 1400px) { .main-visual { height: -webkit-calc(100vh + 3.2rem); height: -moz-calc(100vh + 3.2rem); height: calc(100vh + 3.2rem); } }

@media (min-width: 769px) and (max-width: 1279px) { .mv-ttl { font-size: 4.8rem; }
  .mv-img img { width: 47.8rem; }
  .voice-art_txt { height: auto; }
  .feature-ctn h2 { font-size: 2rem; }
  .feature-ctn p { font-size: 1.4rem; }
  .section-faq .section-title { margin: 0 4.5rem 5.3rem; }
  .faq-inner { width: 100%; }
  .faq-ctn { padding: 0 3rem; width: -webkit-calc(100% - 6rem); width: -moz-calc(100% - 6rem); width: calc(100% - 6rem); }
  .faq-art { max-width: 100%; }
  .welfare-bottom_item_ttl { font-size: 2.4rem; } }

@media screen and (min-width: 769px) { .fixed-img { display: none; } }

@media screen and (max-width: 768px) { .fixed-img { background-image: url("../img/bd_bg.png"); height: 100%; width: 100%; position: fixed; background-position: center; background-repeat: no-repeat; -moz-background-size: cover; background-size: cover; z-index: -1; } }
