@charset "UTF-8";

/*
  File Name   : _mixin.scss
  Description : メディアクエリ mixin
*/

/*
  File Name   : _variable.scss
  Description : 変数
*/

/*
  File Name   : _index.scss
  Description : トップページ
*/

/* top
================================================== */

#top .cnt_area p {
  font-size: 17px;
  line-height: 1.76;
  letter-spacing: 0.05em;
}

#top .mv {
  width: 100%;
  padding: 0;
  margin: 0;
}

#top .mv_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #2f3e39;
}

#top .mv_img {
  max-width: none;
  width: 68.6%;
}

#top .mv figure {
  margin: 0;
}

#top .mv .mv_cnt {
  position: absolute;
  top: 18.081vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

#top .mv .mv_cnt .mv_cnt_title {
  max-width: 716px;
  width: 100%;
}

#top .mv .slider_wrap {
  width: 31.39%;
}

#top .mv .usage_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 100%;
  white-space: nowrap;
  background-color: #000;
  padding: 11px 0 10px;
  overflow: hidden;
}

#top .mv .usage_banner_content {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.18;
  padding: 0;
  margin: 0;
  -webkit-animation: animate-banner 20s linear infinite;
  animation: animate-banner 20s linear infinite;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#top .mv .usage_banner_content span {
  display: inline-block;
  margin-right: 2.5em;
}

@-webkit-keyframes animate-banner {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animate-banner {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#top .page_title_area {
  padding: 51px 0 20px;
}

#top .page_title_area .page_title {
  max-width: 739px;
  width: 100%;
  background: #FFF;
  border: 1px solid #B13B23;
  border-radius: 30px;
  color: #B13B23;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
}

#top .swiper.slider1 {
  width: 100%;
}

#top .swiper.slider2 {
  width: 100%;
}

#top .swiper .swiper-pagination {
  bottom: 0;
  left: auto;
  right: 10.5vw;
  width: 78.18vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

#top .concept {
  background: -webkit-gradient(linear, left top, right top, from(#336D59), color-stop(31.4%, #336D59), color-stop(31.4%, rgba(198, 198, 152, 0.2)), to(rgba(198, 198, 152, 0.2)));
  background: linear-gradient(90deg, #336D59 0%, #336D59 31.4%, rgba(198, 198, 152, 0.2) 31.4%, rgba(198, 198, 152, 0.2) 100%);
  padding-bottom: 75px;
}

#top .concept .contents_in {
  width: 100%;
}

#top .concept_g {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 31px;
}

#top .concept_g_text {
  position: relative;
  max-width: 873px;
  width: 50.75%;
  padding-left: 3%;
  z-index: 1;
}

#top .concept_g_inner {
  max-width: 600px;
  width: 100%;
  margin: 80px 0 30px auto;
}

#top .concept_g .text_bg {
  background: #000;
  color: #FFF;
}

#top .concept_g_title {
  width: 120%;
  font-size: 55px;
  font-weight: 900;
  line-height: 1.34;
  letter-spacing: 0.1em;
  margin-bottom: 33px;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

#top .concept_g_title span {
  display: inline-block;
  padding: 0px 15px 10px 27px;
}

#top .concept_g_title span:first-of-type {
  padding: 5px 15px 0px 27px;
}

#top .concept_g_lead {
  width: 120%;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 55px;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

#top .concept_g_lead span {
  display: inline-block;
  padding: 17px 13px 17px 25px;
}

#top .concept_g_detail {
  width: 100%;
  background: url(../img/top/bg_text.svg) no-repeat;
  background-size: contain;
  padding: 10px 5px 10px 15px;
}

#top .concept_g_detail p {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.06em;
  margin-bottom: 2em;
}

#top .concept_g_detail p:last-of-type {
  margin-bottom: 0;
}

#top .concept_g_img {
  position: absolute;
  top: -10px;
  right: 151px;
  max-width: 777px;
  width: 45.1%;
  z-index: 0;
}

#top .concept_g_theme {
  max-width: 615px;
  width: 35.8%;
  padding-right: 3%;
}

#top .concept_g_theme p {
  max-width: 310px;
  width: 100%;
  margin: 0 auto 0 0;
}

#top .concept_usage {
  position: relative;
  height: 692px;
}

#top .concept_usage figure {
  position: absolute;
}

#top .concept_usage figure.img01 {
  top: 67px;
  left: 108px;
  max-width: 515px;
  width: 100%;
}

#top .concept_usage figure.img02 {
  top: 0;
  left: 652px;
  max-width: 309px;
  width: 100%;
}

#top .concept_usage figure.img03 {
  top: 246px;
  left: 805px;
  max-width: 442px;
  width: 100%;
}

#top .concept_usage figure.img04 {
  top: 392px;
  left: 345px;
  max-width: 415px;
  width: 100%;
}

#top .concept_usage figure.img05 {
  top: 12px;
  left: 1216px;
  max-width: 361px;
  width: 100%;
}

#top .concept_usage figure.img06 {
  top: 478px;
  left: 1086px;
  max-width: 310px;
  width: 100%;
}

#top .feature .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #EEDA94));
  background: linear-gradient(transparent 50%, #EEDA94 50%);
}

#top .feature_introduction {
  padding: 125px 0 42px;
}

#top .feature_introduction_g {
  margin-bottom: 76px;
}

#top .feature_introduction_g .sub_title_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 33px;
}

#top .feature_introduction_g .sub_title_g .sub_title {
  border: 3px solid #B13B23;
  border-radius: 23px;
  color: #B13B23;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px 16px 6px;
  margin-right: 20px;
}

#top .feature_introduction_g .sub_title_g .sub_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.12em;
}

#top .feature_introduction_g .introduction_title {
  max-width: 586px;
  width: 100%;
  margin: 0 auto 38px;
}

#top .feature_introduction_g .introduction_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top .feature_introduction_g .introduction_text p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  color: #FFF;
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.24;
  text-align: center;
  margin: 0 26.5px;
}

#top .feature_introduction_g .introduction_text p.bg_green {
  background: #336D59;
}

#top .feature_introduction_g .introduction_text p.bg_red {
  background: #B13B23;
  font-size: 13.5px;
}

#top .feature_introduction_g .introduction_text p:nth-child(-n+2)::before {
  content: "+";
  position: absolute;
  right: -50%;
  display: inline-block;
  color: #000;
  font-size: 53px;
  font-weight: 500;
  line-height: 1;
}

#top .feature_introduction_img {
  max-width: 857px;
  width: 100%;
  margin: 0 auto 16px;
}

#top .feature_introduction_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1504px;
  margin: 0 auto 60px;
}

#top .feature_introduction_detail .detail_text_box {
  max-width: 887px;
  width: 58.9%;
  margin-top: 87px;
}

#top .feature_introduction_detail .detail_text_box .box_inner {
  max-width: 725px;
  width: 100%;
  margin: 0 0 0 auto;
}

#top .feature_introduction_detail .detail_text_box .detail_title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.74;
  letter-spacing: 0.12em;
  margin-bottom: 29px;
}

#top .feature_introduction_detail .detail_text_box p {
  font-size: 17px;
  line-height: 1.76;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
}

#top .feature_introduction_detail .detail_text_box .difference {
  position: relative;
  background: rgba(198, 198, 152, 0.2);
  border-radius: 16px;
  padding: 50px 10px 25px;
}

#top .feature_introduction_detail .detail_text_box .difference_title {
  position: absolute;
  top: -20px;
  left: 50%;
  max-width: 395px;
  width: 100%;
  background: #B13B23;
  border-radius: 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  padding: 9px 20px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top .feature_introduction_detail .detail_text_box .difference_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 535px;
  width: 100%;
  margin: 0 auto 24px;
}

#top .feature_introduction_detail .detail_text_box .difference_img_box {
  position: relative;
  width: 45.8%;
  text-align: center;
}

#top .feature_introduction_detail .detail_text_box .difference_img_box figcaption {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

#top .feature_introduction_detail .detail_text_box .difference_img_box.box01 .img01 {
  max-width: 184px;
  width: 100%;
  margin: 0 auto;
}

#top .feature_introduction_detail .detail_text_box .difference_img_box.box01 .balloon {
  position: absolute;
  top: -66px;
  left: -133px;
  max-width: 189px;
  width: 100%;
}

#top .feature_introduction_detail .detail_text_box .difference_img_box.box02 .img02 {
  margin-bottom: 0;
}

#top .feature_introduction_detail .detail_text_box .difference_img_box.box02 .balloon {
  position: absolute;
  top: -64px;
  right: -163px;
  max-width: 195px;
  width: 100%;
}

#top .feature_introduction_detail .detail_text_box .difference_text {
  max-width: 705px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}

#top .feature_introduction_detail .detail_img_box {
  max-width: 548px;
  width: 36.4%;
}

#top .feature .youtube_info {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(34.2%, #FFF), color-stop(34.2%, rgba(198, 198, 152, 0.2)), to(rgba(198, 198, 152, 0.2)));
  background: linear-gradient(180deg, #FFF 0%, #FFF 34.2%, rgba(198, 198, 152, 0.2) 34.2%, rgba(198, 198, 152, 0.2) 100%);
  padding-bottom: 112px;
}

#top .feature .youtube_info_wrap {
  position: relative;
  max-width: 1180px;
  background-color: #357059;
  border-radius: 30px;
  color: #FFF;
  padding: 63px 45px 91px;
}

#top .feature .youtube_info_wrap::before {
  position: absolute;
  bottom: -110px;
  left: 165px;
  content: "";
  display: block;
  width: 99px;
  height: 98px;
  background: url(../img/top/balloon_tail.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

#top .feature .youtube_info_wrap .sub_title {
  max-width: 546px;
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 13px;
  margin: 0 auto 34px;
}

#top .feature .youtube_info_wrap .youtube_info_title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}

#top .feature .youtube_info_wrap .youtube_info_title span {
  display: block;
  font-size: 27px;
  line-height: 1.74;
}

#top .feature .youtube_info_g {
  max-width: 975px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

#top .feature .youtube_info_g .text_box {
  max-width: 560px;
  width: 57.4%;
}

#top .feature .youtube_info_g .text_box p {
  font-size: 17px;
  line-height: 1.82;
  letter-spacing: 0.05em;
}

#top .feature .youtube_info_g .text_box p.link_text {
  margin: 30px 0 20px;
}

#top .feature .youtube_info_g .text_box .slider_wrap {
  max-width: 376px;
  margin-top: 40px;
}

#top .feature .youtube_info_g .text_box .btn_ptn01 {
  margin: 0 auto;
}

#top .feature .youtube_info_g .img_box {
  max-width: 353px;
  width: 36.2%;
}

#top .feature .youtube_info_g .img_box .movie_wrap {
  position: relative;
  max-width: 317px;
  width: 100%;
  aspect-ratio: 9/16;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

#top .feature .youtube_info_g .img_box .movie_wrap iframe {
  width: 100%;
  height: 100%;
}

#top .feature_usage {
  background: rgba(198, 198, 152, 0.2);
  padding: 100px 0 170px;
}

#top .feature_usage .contents_in {
  max-width: 1280px;
}

#top .feature_usage_title {
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}

#top .feature_usage_title::before {
  position: absolute;
  left: 50%;
  bottom: -25px;
  content: "";
  display: block;
  width: 541px;
  height: 25px;
  background: url(../img/top/deco_title.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top .feature_usage_title .title_en {
  display: block;
  max-width: 501px;
  width: 100%;
  margin: 0 auto 25px;
}

#top .feature_usage_title .title_jp {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  padding-bottom: 42px;
}

#top .feature_usage_g {
  margin: 0 auto 200px;
}

#top .feature_usage_g:last-of-type {
  margin-bottom: 0;
}

#top .feature_usage_g_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 0 auto 25px;
}

#top .feature_usage_g_title .number {
  display: block;
  width: 68px;
  margin: 0 auto 50px;
}

#top .feature_usage_g_title .number.num02 {
  width: 80px;
}

#top .feature_usage_g_title .number.num03 {
  width: 82px;
}

#top .feature_usage_g_title .usage_theme {
  display: block;
  max-width: 641px;
  width: 100%;
  background: #FFF;
  border: 1px solid #231815;
  color: #B13B23;
  font-size: 43px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 22px 10px;
  margin: 0 auto 10px;
}

#top .feature_usage_g .g_box_title {
  background: #336D59;
  border-radius: 33px 33px 0 0;
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 18px;
}

#top .feature_usage_g_box {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 10px 18px;
}

#top .feature_usage_g_box.g_box02 {
  padding: 24px 10px 35px;
}

#top .feature_usage_g_box.g_box03 {
  padding: 45px 10px 30px;
}

#top .feature_usage_g_box .usage_box_img.img01 {
  width: 40.8%;
  margin: 0 3.4% 0 0;
}

#top .feature_usage_g_box .usage_box_img.img02 {
  width: 37.78%;
  margin: 0 3.45% 0 2.1%;
}

#top .feature_usage_g_box .usage_box_img.img03 {
  width: 33.33%;
  margin: 0 7% 0 2.9%;
}

#top .feature_usage_g_box .usage_box_text {
  width: 51.2%;
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#top .feature_usage_g_box .usage_box_text.box_text02 {
  width: 51%;
  margin-top: 0;
}

#top .feature_usage_g_box .usage_box_text p {
  font-size: 17px;
  line-height: 1.76;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
}

#top .feature_usage_g_box .usage_box_text .usage_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top .feature_usage_g_box .usage_box_text .usage_img .box_img {
  width: 48%;
}

#top .feature_usage_g_box .usage_box_text .box_img {
  margin: 0;
}

#top .feature_usage_g_box .usage_box_text .box_img figcaption {
  color: #336D59;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0.06em;
  margin-top: 14px;
}

#top .feature_usage_g_box .usage_box_text .slider_wrap {
  max-width: 250px;
}

#top .feature_usage_g_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #DADABC;
  margin: 0 auto 82px;
}

#top .feature_usage_g_link.double {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 33px;
}

#top .feature_usage_g_link .link_title {
  position: relative;
  width: 48.6%;
  background: #336D59;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 22px 20px;
}

#top .feature_usage_g_link .link_title.link_title_double {
  width: 51.1%;
}

#top .feature_usage_g_link .link_title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 20px solid #336D59;
  border-right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top .feature_usage_g_link .link_text {
  width: 51.4%;
  padding: 17px 35px 20px 20px;
}

#top .feature_usage_g_link .link_text.link_text_double {
  width: 48.6%;
  padding: 20px 42px 19px 50px;
}

#top .feature_usage_g_link .link_text.link_text_double a {
  padding-right: 40px;
}

#top .feature_usage_g_link .link_text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #336D59;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.08em;
}

#top .feature_usage_g_link .link_text a .name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#top .feature_usage_g_link .link_text a .name::before {
  position: absolute;
  top: 46%;
  right: -44px;
  content: "";
  display: block;
  width: 32px;
  height: 9px;
  background: url(../img/common/arrow_green.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#top .feature_usage_g_link .link_text a .text_small {
  display: inline-block;
  font-size: 21px;
  margin-left: 0.3em;
}

#top .feature_usage_g_link .link_text a .company {
  display: inline-block;
  font-size: 18.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-right: 14px;
}

#top .feature_usage_g_link .link_text a .master {
  display: inline-block;
  background: #FFF;
  border-radius: 19px;
  color: #336D59;
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 11px 19px;
  margin-right: 19px;
}

#top .feature_usage_g_link .link_text a .master.master02 {
  padding: 11px 28px;
  margin: 0 25px 0 7px;
}

#top .feature_usage_g_link .link_text a .master.master03 {
  padding: 11px 23px;
}

#top .feature_usage_g_link .link_text a:nth-child(2) {
  border-top: 1px solid #336D59;
  padding-top: 20px;
  margin-top: 21px;
}

#top .feature_usage_g_plan_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 74px !important;
}

#top .feature_usage_g_plan_box .slider_wrap {
  max-width: 570px;
  width: 44.5%;
}

#top .feature_usage_g_plan_box .plan_box_text {
  max-width: 644px;
  width: 50.3%;
}

#top .feature_usage_g_plan_box .plan_box_text .plan_box_title {
  position: relative;
  border: 4px solid #336D59;
  border-radius: 20px;
  color: #336D59;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 43px;
}

#top .feature_usage_g_plan_box .plan_box_text .plan_box_title span {
  position: relative;
  z-index: 1;
}

#top .feature_usage_g_plan_box .plan_box_text .plan_box_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 104%;
  height: 43px;
  background: #F4F4EA;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#top .feature_usage_g_plan_box .plan_box_text .plan_box_cnt_title {
  border-left: 3.5px solid;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding-left: 18px;
  margin-bottom: 35px;
}

#top .feature_usage_g_plan_box .plan_box_text .plan_box_cnt_text {
  font-size: 19px;
  line-height: 2;
  letter-spacing: 0.06em;
}

#top .feature_usage_g_plan_example {
  position: relative;
  background: #336D59;
  padding: 63px 20px 52px;
}

#top .feature_usage_g_plan_example .plan_example_title {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 230px;
  width: 100%;
  background: #FFF;
  color: #336D59;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5.5px 5px;
}

#top .feature_usage_g_plan_example .example_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

#top .feature_usage_g_plan_example .example_box_detail {
  color: #FFF;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 30px;
}

#top .feature_usage_g_plan_example .example_box .slider_wrap {
  max-width: 338px;
}

#top .feature_usage_g_plan_example .example_box .slider_wrap .swiper-button-prev {
  left: -5px;
}

#top .feature_usage_g_plan_example .example_box .slider_wrap .swiper-button-next {
  right: -5px;
}

#top .feature_usage_g_plan_example .example_box.example_box_number01 .box_img {
  width: 72%;
  margin-right: 6%;
}

#top .feature_usage_g_plan_example .example_box.example_box_number01 .example_box_detail {
  width: 13.3%;
}

#top .feature_usage_g_plan_example .example_box.example_box_number02 .box_img {
  width: 56.3%;
  margin: 0 8% 0 6%;
}

#top .feature_usage_g_plan_example .example_box.example_box_number02 .example_box_detail {
  width: 19.75%;
}

#top .feature_usage_g_plan_example .example_box.example_box_number03 .box_img {
  width: 55.2%;
  margin: 0 8.4% 0 6%;
}

#top .feature_usage_g_plan_example .example_box.example_box_number03 .example_box_detail {
  width: 19.75%;
}

#top .point {
  background: #9A9670;
  padding: 56px 0 60px;
}

#top .point .contents_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 73px 0 60px;
}

#top .point_title {
  position: relative;
  max-width: 240px;
  width: 100%;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 51px 0 70px;
  margin-right: 55px;
}

#top .point_title .bg_white {
  display: block;
  background: #FFF;
  color: #9A9670;
  margin: 0 8px;
}

#top .point_title::before,
#top .point_title::after {
  position: absolute;
  content: "";
  width: 56px;
  height: 47px;
}

#top .point_title::before {
  left: 0;
  top: 0;
  border-top: #FFF solid 8px;
  border-left: #FFF solid 8px;
}

#top .point_title::after {
  right: 0;
  bottom: 0;
  border-right: #FFF solid 8px;
  border-bottom: #FFF solid 8px;
}

#top .point_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1302px;
  width: calc(100% - 295px);
}

#top .point_g_box {
  max-width: 629px;
  width: 48.3%;
}

#top .point_g_box_title {
  width: 155px;
}

#top .point_g_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFF;
  padding: 45px 32px 14px;
}

#top .point_g_box_item p {
  width: 33%;
  color: #336D59;
  font-size: 15px;
  line-height: 1.76;
  letter-spacing: 0.05em;
  margin-top: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#top .point_g_box_item figure {
  width: 62.2%;
  margin: 0;
}

#top .point_g_box_item.box_item02 {
  padding: 10px 20px 14px 32px;
}

#top .point_g_box_item.box_item02 p {
  width: 31.8%;
  margin-top: 50px;
}

#top .point_g_box_item.box_item02 figure {
  width: 63.4%;
}

#top .campaign {
  background: url(../img/common/bg_line.svg) repeat;
  background-size: 101px auto;
  background-color: #C6C698;
}

#top .campaign .contents_in {
  position: relative;
  padding: 295px 0 100px;
}

#top .campaign .deco {
  position: absolute;
}

#top .campaign .deco.deco01 {
  top: 160px;
  left: 57px;
  max-width: 388px;
  width: 100%;
}

#top .campaign .deco.deco02 {
  top: 128px;
  right: 63px;
  max-width: 398px;
  width: 100%;
}

#top .campaign_block {
  position: relative;
  max-width: 960px;
  background: #FFF;
  border: 3px solid #970B31;
  border-radius: 50px;
  padding: 127px 60px 66px;
  margin: 0 auto;
}

#top .campaign_block_title {
  position: absolute;
  top: -170px;
  left: 50%;
  max-width: 740px;
  width: 100%;
  color: #970B31;
  margin-bottom: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top .campaign_block_title span {
  display: block;
}

#top .campaign_block_title .sub_title {
  position: relative;
  max-width: 352px;
  width: 100%;
  height: 136px;
  margin: 0 auto;
}

#top .campaign_block_title .sub_title .round_text {
  position: absolute;
  top: -27px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top .campaign_block_title .sub_title .theme_logo {
  max-width: 331px;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_campaign_sub_title.svg) no-repeat;
  background-size: contain;
  padding-top: 37px;
  margin: 0 auto;
}

#top .campaign_block_title .sub_title .theme_logo img {
  max-width: 154px;
  margin: 0 auto;
}

#top .campaign_block_title .main_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #FFF;
  border: 7px solid #970B31;
  color: #970B31;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 4px 5px 3px;
}

#top .campaign_block_title .jp {
  position: relative;
  max-width: 574px;
  width: 100%;
  height: 45px;
  background-color: #970B31;
  color: #FFF;
  font-size: 21.5px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.16em;
  text-align: center;
  padding-top: 3px;
  margin: 0 auto;
}

#top .campaign_block_title .jp::before,
#top .campaign_block_title .jp::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

#top .campaign_block_title .jp::before {
  top: 0;
  left: 0;
  border-width: 22.5px 0px 22.5px 15px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
}

#top .campaign_block_title .jp::after {
  top: 0;
  right: 0;
  border-width: 22.5px 15px 22.5px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}

#top .campaign_block .benefits_text {
  font-weight: 900;
  text-align: center;
  margin: 0 auto 40px;
}

#top .campaign_block .benefits_text .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #FFE13A));
  background: linear-gradient(transparent 20%, #FFE13A 20%);
}

#top .campaign_block .benefits_text .color_red {
  color: #970B31;
}

#top .campaign_block .benefits_text .third_text {
  display: inline-block;
  background: #970B31;
  color: #FFF;
  font-size: 21.4px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 10px 18px 12px;
  margin-right: 10px;
  vertical-align: bottom;
}

#top .campaign_block .benefits_text .vertical {
  display: inline-block;
  width: 23px;
  margin: 0 5px 0 3px;
  vertical-align: sub;
}

#top .campaign_block .benefits_text .text01 {
  display: inline-block;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-left: 5px;
}

#top .campaign_block .benefits_text .text02 {
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.24em;
}

#top .campaign_block .benefits_text .text03 {
  font-size: 62.5px;
  line-height: 1;
  letter-spacing: 0.02em;
}

#top .campaign_block .benefits_text .text04 {
  font-size: 33.5px;
  line-height: 1;
  letter-spacing: 0.02em;
}

#top .campaign_block .benefits_text .text05 {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-right: 5px;
}

#top .campaign_block .benefits_text .last_text {
  display: inline-block;
  font-size: 31px;
  line-height: 1.3;
  letter-spacing: 0.36em;
  margin-top: 10px;
  padding: 0 5px 0 10px;
}

#top .campaign_block .benefits_text .last_text.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFE13A));
  background: linear-gradient(transparent 50%, #FFE13A 50%);
}

#top .campaign_block_benefits {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 36px;
}

#top .campaign_block_benefits .benefits_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 35px;
}

#top .campaign_block_benefits .benefits_g_img {
  width: 48%;
  margin: 0;
}

#top .campaign_block_detail {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

#top .campaign_block_detail .detail_g {
  margin: 0 auto 9px;
}

#top .campaign_block_detail .detail_g:last-of-type {
  margin-bottom: 0;
}

#top .campaign_block_detail .detail_g_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #E1EAE6;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.22em;
  padding: 20px 30px 21px 31px;
  cursor: pointer;
}

#top .campaign_block_detail .detail_g_header .icon_toggle {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
}

#top .campaign_block_detail .detail_g_header .icon_toggle::before,
#top .campaign_block_detail .detail_g_header .icon_toggle::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #000;
  border-radius: 10px;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#top .campaign_block_detail .detail_g_header .icon_toggle::before {
  width: 3px;
  height: 16px;
  top: 0;
  left: 7px;
}

#top .campaign_block_detail .detail_g_header.open .icon_toggle::before {
  content: none;
}

#top .campaign_block_detail .detail_g_header.open .icon_toggle::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#top .campaign_block_detail .detail_g_inner {
  display: none;
  padding: 27px 0 27px 3px;
}

#top .campaign_block_detail .detail_g_inner.last_inner {
  padding-bottom: 0;
}

#top .campaign_block_detail .detail_g_inner .detail_box ul li {
  position: relative;
  color: #357059;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0.06em;
  padding-left: 1.2em;
  margin-bottom: 6px;
}

#top .campaign_block_detail .detail_g_inner .detail_box ul li .note {
  margin-bottom: 5px;
}

#top .campaign_block_detail .detail_g_inner .detail_box ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #83C97E;
  border-radius: 50%;
  margin-right: 0.5em;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list {
  padding-left: 17px;
  margin-bottom: 20px;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list .color_green {
  color: #357059;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list .color_red {
  color: #CB2A1C;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list .text_bold {
  font-weight: 700;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .flow_list_number {
  position: relative;
  width: 67px;
  margin-right: 22px;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .flow_list_number::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #EAF6E9;
  z-index: -1;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box {
  width: calc(100% - 89px);
  margin-bottom: 35px;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .flow_list_title {
  color: #357059;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box p.ls01 {
  letter-spacing: 0.06em;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .flow_list_subtitle {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 22px 0 10px;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .flow_list_subtitle span {
  display: inline-block;
  background: #357059;
  border-radius: 7px;
  color: #FFF;
  padding: 6.5px 19px;
  text-align: center;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .deco_text {
  padding-left: 1em;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .deco_text span {
  position: relative;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .deco_text span::before,
#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .deco_text span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 15px;
  background-color: #357059;
  position: absolute;
  top: 6px;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .deco_text span::before {
  left: -10px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .deco_text span::after {
  right: -7px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li:nth-child(2) .cnt_box {
  margin-bottom: 27px;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li:last-child .flow_list_number::before {
  display: none;
}

#top .campaign_block_detail .detail_g_inner .detail_box .flow_list li:last-child .cnt_box {
  margin-bottom: 0;
}

#top .campaign_block_period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 508px;
  width: 100%;
  border-top: 1.7px solid #357059;
  border-bottom: 1.7px solid #357059;
  color: #357059;
  padding: 11px 5px 9px;
  margin: 0 auto 20px;
}

#top .campaign_block_period dt {
  border-right: 1.5px solid #357059;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.16em;
  padding-right: 15px;
  margin-right: 15px;
}

#top .campaign_block_period dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

#top .campaign_block_period dd .period_wrap {
  position: relative;
}

#top .campaign_block_period dd .period_wrap.start_wrap {
  margin-right: 45px;
}

#top .campaign_block_period dd .period_wrap.start_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -36px;
  width: 27.5px;
  height: 6.5px;
  background: url(../img/common/arrow_right_green.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top .campaign_block_period dd .period_year {
  display: inline-block;
  font-size: 22.5px;
  font-weight: 600;
  margin-right: 3px;
}

#top .campaign_block_period dd .period_day {
  font-size: 31.5px;
  font-weight: 600;
}

#top .campaign_block_period dd .period_day_jp {
  font-size: 20px;
  font-weight: 700;
}

#top .interview {
  background: url(../img/top/bg_interview.png) no-repeat;
  background-size: cover;
  padding: 50px 0 63px;
}

#top .interview .contents_in {
  position: relative;
  max-width: 1450px;
  padding: 0 20px;
}

#top .interview_title {
  margin: 0 auto 88px;
}

#top .interview_bnr_list {
  max-width: 1450px;
  width: 100%;
}

#top .interview_bnr_list li {
  width: 21.2%;
}

#top .exhibition_banner {
  background: #C6C698;
  padding: 82px 0 60px;
}

#top .exhibition_banner .contents_in {
  max-width: 1450px;
  padding: 0 20px;
}

#top .exhibition_banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#top .exhibition_banner_box {
  position: relative;
  width: 44.4%;
  background: #FFF;
  text-align: center;
  padding: 35px 20px 31px;
}

#top .exhibition_banner_box::before {
  position: absolute;
  top: 0;
  right: -68px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 128px solid transparent;
  border-bottom: 128px solid transparent;
  border-left: 68px solid #FFF;
  border-right: 0;
  z-index: 1;
}

#top .exhibition_banner_box .exhibition_place {
  max-width: 226px;
  width: 100%;
  background: #357059;
  border-radius: 21px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.18em;
  text-align: center;
  padding: 7px 10px;
  margin: 0 auto 10px;
}

#top .exhibition_banner_box .exhibition_title {
  color: #357059;
  font-size: 34.5px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.16em;
  text-align: center;
  margin: 0 auto 13px;
}

#top .exhibition_banner_box .lead {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0.1em;
  text-align: center;
}

#top .exhibition_banner figure {
  width: 56.6%;
  min-height: 256px;
  margin: 0;
}

#top .exhibition_banner figure img {
  min-height: 256px;
}

/*end*/

/*
  File Name   : _lower.scss
  Description : 下層ページ
  table of contents：
    interview
    form_page
    form_confirm
    form_complete
*/

/* interview
================================================== */

.interview_page .bg_title {
  background: url(../img/interview/bg_title.png) no-repeat;
  background-size: cover;
  padding: 100px 0 0;
}

.interview_page .title_area {
  padding: 80px 0 83px;
}

.interview_page .title_area .contents_in {
  position: relative;
  max-width: 1450px;
  padding: 0 20px;
}

.interview_page .profile {
  background: rgba(0, 0, 0, 0.65);
  color: #FFF;
  padding: 107px 0 97px;
}

.interview_page .profile .contents_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1180px;
}

.interview_page .profile figure {
  position: relative;
  max-width: 426px;
  width: 36.1%;
  margin: 0 0 0 7px;
}

.interview_page .profile figure .circle_text {
  position: absolute;
  top: -39px;
  left: -25px;
  width: 76px;
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
  z-index: 1;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.interview_page .profile_g {
  width: 55%;
}

.interview_page .profile_g_master {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}

.interview_page .profile_g_master .master {
  background: #FFF;
  color: #231815;
  padding: 6px 16px;
}

.interview_page .profile_g_master .genre {
  padding: 6px 30.5px;
}

.interview_page .profile_g_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 37px;
}

.interview_page .profile_g_info .profile_g_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.interview_page .profile_g_info .profile_g_title .company {
  display: block;
  font-size: 19px;
  line-height: 1.42;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.interview_page .profile_g_info .profile_g_title .name {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: 0.1em;
}

.interview_page .profile_g_info .profile_g_title .name .text_small {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.3em;
}

.interview_page .profile_g_info .profile_g_title .name .text_small.master01_m {
  margin-left: 0.1em;
}

.interview_page .profile_g_info .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 69%;
}

.interview_page .profile_g_info .sns_list li {
  max-width: 140px;
  width: 100%;
  margin-left: 11px;
}

.interview_page .profile_g_info .sns_list li a {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-align: center;
  padding: 10px 10px;
  opacity: 1;
}

.interview_page .profile_g_info .sns_list.master01_list {
  width: 30%;
}

.interview_page .profile_g_info .sns_list.master01_list li {
  margin-left: 19px;
}

.interview_page .profile_g_info .sns_list.master04_list {
  width: 50%;
}

.interview_page .profile_g_info .sns_list.master04_list li {
  margin-left: 19px;
}

.interview_page .profile_g_text p {
  font-size: 16px;
  line-height: 1.93;
  letter-spacing: 0.08em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.interview_page .bg_article {
  background: #357059;
  padding: 161px 0 184px;
}

.interview_page .interview_article .contents_in {
  max-width: 1180px;
}

.interview_page .interview_article .article_g.ptn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 150px;
}

.interview_page .interview_article .article_g.ptn01 .slider_wrap {
  max-width: 560px;
  width: 47.45%;
}

.interview_page .interview_article .article_g.ptn01 .slider_wrap figure {
  margin: 0;
}

.interview_page .interview_article .article_g.ptn01 .text_box {
  max-width: 560px;
  width: 47.45%;
}

.interview_page .interview_article .article_g.ptn01.reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.interview_page .interview_article .article_g.ptn02 {
  margin: 0 auto 75px;
}

.interview_page .interview_article .article_g_title {
  margin-bottom: 33px;
}

.interview_page .interview_article .article_g_title span {
  display: inline-block;
  background: #FFF;
  color: #357059;
  font-size: 26px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 9px 23px;
  margin-bottom: 10px;
}

.interview_page .interview_article .article_g p {
  color: #FFF;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.065em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.interview_page .plan .contents_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1180px;
  background: #5D8C7A;
  padding: 40px;
}

.interview_page .plan figure {
  width: 45.5%;
  margin: 0;
}

.interview_page .plan_box {
  width: 51.2%;
  margin: 10px 0 0 auto;
}

.interview_page .plan_box_title {
  position: relative;
  max-width: 424px;
  border: 4px solid #FFF;
  border-radius: 20px;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto 25px;
}

.interview_page .plan_box_title span {
  position: relative;
  z-index: 1;
}

.interview_page .plan_box_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 104%;
  height: 82px;
  background: #5D8C7A;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.interview_page .plan_box p {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 22px;
}

.interview_page .interview {
  background: url(../img/interview/bg_bnr.png) no-repeat;
  background-size: cover;
  padding: 104px 0 80px;
}

.interview_page .interview_bnr_list {
  margin: 0 auto 77px;
}

.interview_page .interview .btn_ptn03 {
  max-width: 200px;
}

/* form_page
================================================== */

.contact_form {
  background: #C6C698;
  padding-bottom: 190px;
  padding-top: 80px;
}

.contact_form .contents_in {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1376px;
  width: 96%;
}

.contact_form_title_g {
  max-width: 470px;
  width: 35.15%;
  color: #FFF;
  margin-right: 2.18%;
}

.contact_form_title_g .title {
  font-size: 67px;
  line-height: 1;
  letter-spacing: 0.22em;
  margin-bottom: 28px;
}

.contact_form_title_g .lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}

.contact_form_title_g .tel {
  font-size: 53px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.contact_form_title_g .tel a {
  color: #FFF;
}

.contact_form_title_g .time {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.14em;
}

/* .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form .error {
  width: 50%;
  font-size: 12px !important;
  color: #B70000 !important;
  padding: 0 !important;
}

.mw_wp_form .error::before,
.mw_wp_form .error::after {
  display: none;
} */

.form_area {
  max-width: 825px;
  width: 60%;
  background: #FFF;
  border-radius: 30px;
  padding: 40px 20px 100px;
  margin-right: 3.6%;
}

.form_area_wrap {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

.form_area .note {
  color: #1D2088;
}

.form_area .form_g {
  margin: 0 auto;
}


/* form_confirm
================================================== */

.confirm_page {
  padding: 100px 0 162px;
}

.confirm_page .contents_in {
  padding: 227px 0 0;
}

.confirm_page .guidance {
  border-bottom: 1px solid #9FA0A0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  padding-bottom: 34px;
  margin-bottom: 22px;
}

.confirm_page .required_text,
.confirm_page .note,
.confirm_page .attention_g,
.confirm_page .notes_text {
  display: none;
}

.confirm_page .form_area {
  padding: 40px 20px 100px;
}

.confirm_page .form_area .form_g {
  margin: 0 auto 73px;
}

.confirm_page .form_area .form_g .note_list {
  display: none;
}

.confirm_page .form_area .form_g .flex_item_box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.confirm_page .form_area .form_g .flex_item_box .date_item {
  width: auto;
  margin-right: 2em;
}

.confirm_page .form_area .form_g .flex_item_box .date_item::after {
  display: none;
}

.confirm_page .form_area .form_g .form_item {
  border-bottom: 1px solid #9FA0A0;
  padding: 0 0 18px 0;
  margin-bottom: 18px;
}

.confirm_page .form_area .form_g .form_item dd {
  width: 100%;
  line-height: 1.86;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 0.7em;
  margin-bottom: 0;
  word-wrap: break-word;
}

.confirm_page .form_area .form_g .form_item.item_ptn01 dd.checkbox_item01 {
  margin-bottom: 0;
}

.confirm_page .form_area .form_g .form_item.textarea_item dt {
  padding-left: 0.7em;
}

.confirm_page .form_area .form_g .form_item .compound_box {
  margin-bottom: 0;
  padding-top: 0;
}

.confirm_page .form_area .form_g .form_item .compound_box .text_item_box {
  padding-top: 0;
}

.confirm_page .form_area .form_g .reserve_date_g,
.confirm_page .form_area .form_g .reserve_place_g {
  display: none;
}

.confirm_page .form_area .btn_box {
  max-width: 660px;
}

.confirm_page .form_area .btn_box .btn_ptn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 660px;
}

.confirm_page .form_area .btn_box .btn_ptn input {
  max-width: 300px;
  width: 100%;
}

.confirm_page .form_area .btn_box .btn_ptn input:last-child {
  margin-right: 20px;
}

/* form_complete
================================================== */

.complete_page {
  padding: 100px 0 162px;
}

.complete_page .contents_in {
  padding: 227px 0 0;
}

.complete_page .form_area {
  padding: 40px 20px 72px;
}

.complete_page .form_area .guidance {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

.complete_page .form_area p {
  color: #000;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin: 0 auto 45px;
}

.complete_page .form_area .btn_ptn02 {
  max-width: 300px;
}

.complete_page .form_area .btn_ptn02 a {
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  padding: 14px 10px;
}

.complete_page .form_area .btn_ptn02 a:hover {
  background: #357059;
  border: 1px solid #357059;
  color: #FFF;
}

/*end*/

@media screen and (max-width: 1720px) {
  #top .mv .mv_cnt .mv_cnt_title {
    width: 41.628vw;
  }

  #top .concept_g_title {
    font-size: clamp(40px, 3.198vw, 55px);
  }

  #top .concept_g_lead {
    font-size: clamp(20px, 1.744vw, 30px);
  }

  #top .concept_g_detail p {
    font-size: clamp(14px, 0.988vw, 17px);
  }

  #top .concept_g_img {
    right: 8.779vw;
  }

  #top .concept_usage {
    height: 40.233vw;
  }

  #top .concept_usage figure.img01 {
    top: 3.895vw;
    left: 6.279vw;
    width: 29.942vw;
  }

  #top .concept_usage figure.img02 {
    left: 37.907vw;
    width: 17.965vw;
  }

  #top .concept_usage figure.img03 {
    top: 14.302vw;
    left: 46.802vw;
    width: 25.698vw;
  }

  #top .concept_usage figure.img04 {
    top: 22.791vw;
    left: 20.058vw;
    width: 24.128vw;
  }

  #top .concept_usage figure.img05 {
    top: 0.698vw;
    left: 70.698vw;
    width: 20.988vw;
  }

  #top .concept_usage figure.img06 {
    top: 27.791vw;
    left: 63.14vw;
    width: 18.023vw;
  }

  #top .feature_introduction_g .sub_title_g .sub_title {
    font-size: clamp(16px, 1.163vw, 20px);
  }

  #top .feature_introduction_g .sub_title_g .sub_text {
    font-size: clamp(16px, 1.163vw, 20px);
  }

  #top .feature_introduction_g .introduction_title {
    width: 49.661vw;
  }

  #top .feature_introduction_detail .detail_text_box {
    margin-top: 5.785vw;
  }

  #top .feature_introduction_detail .detail_text_box .detail_title {
    font-size: clamp(21px, 1.337vw, 23px);
  }

  #top .feature_introduction_detail .detail_text_box p {
    font-size: clamp(16px, 1.441vw, 17px);
  }

  #top .feature_introduction_detail .detail_text_box .difference_img_box.box01 .balloon {
    top: -3.837vw;
    left: -7.733vw;
    width: clamp(160px, 10.988vw, 189px);
  }

  #top .feature_introduction_detail .detail_text_box .difference_img_box.box02 .balloon {
    top: -3.721vw;
    right: -9.477vw;
    width: clamp(155px, 11.337vw, 195px);
  }

  #top .feature_introduction_detail .detail_text_box .difference_text {
    font-size: clamp(15px, 1.4vw, 16px);
  }

  #top .feature .youtube_info_wrap .youtube_info_title {
    font-size: clamp(33px, 2.966vw, 35px);
  }

  #top .feature .youtube_info_wrap .youtube_info_title span {
    font-size: clamp(25px, 2.288vw, 27px);
  }

  #top .feature .youtube_info_g .text_box p {
    font-size: clamp(16px, 0.988vw, 17px);
  }

  #top .feature_usage_title .title_en {
    width: 39.141vw;
  }

  #top .feature_usage_title .title_jp {
    font-size: clamp(20px, 1.744vw, 30px);
  }

  #top .feature_usage_g_title {
    font-size: clamp(20px, 1.744vw, 30px);
  }

  #top .feature_usage_g_title .usage_theme {
    font-size: clamp(38px, 3.359vw, 43px);
  }

  #top .feature_usage_g .g_box_title {
    font-size: clamp(34px, 3.125vw, 40px);
  }

  #top .feature_usage_g_box .usage_box_text p {
    font-size: clamp(16px, 0.988vw, 17px);
  }

  #top .feature_usage_g_link .link_title {
    font-size: clamp(18px, 1.279vw, 22px);
  }

  #top .feature_usage_g_link .link_text a {
    font-size: clamp(22px, 1.512vw, 26px);
  }

  #top .feature_usage_g_link .link_text a .text_small {
    font-size: clamp(19px, 1.221vw, 21px);
  }

  #top .feature_usage_g_link .link_text a .company {
    font-size: clamp(15px, 1.076vw, 18.5px);
  }

  #top .feature_usage_g_link .link_text a .master {
    font-size: clamp(14px, 0.988vw, 16.5px);
  }

  #top .feature_usage_g_plan_box .plan_box_text .plan_box_title {
    font-size: clamp(22px, 1.628vw, 28px);
  }

  #top .feature_usage_g_plan_box .plan_box_text .plan_box_cnt_title {
    font-size: clamp(18px, 1.337vw, 23px);
  }

  #top .feature_usage_g_plan_box .plan_box_text .plan_box_cnt_text {
    font-size: clamp(17px, 1.105vw, 19px);
  }

  #top .feature_usage_g_plan_example .example_box_detail {
    font-size: clamp(15px, 0.988vw, 17px);
  }

  #top .point_g_box_item p {
    margin-top: 1.453vw;
  }

  #top .point_g_box_item.box_item02 p {
    margin-top: 2.907vw;
  }

  #top .campaign .deco.deco01 {
    top: 9.302vw;
    left: 7.442vw;
    width: 22.558vw;
  }

  #top .campaign .deco.deco02 {
    top: 7.442vw;
    right: 3.663vw;
    width: 23.14vw;
  }

  #top .campaign_block_detail .detail_g_header {
    font-size: clamp(18px, 1.163vw, 20px);
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .flow_list_title {
    font-size: clamp(18px, 1.163vw, 20px);
  }

  #top .exhibition_banner_box .exhibition_place {
    font-size: clamp(16px, 1.047vw, 18px);
  }

  #top .exhibition_banner_box .exhibition_title {
    font-size: clamp(30px, 2.006vw, 34.5px);
  }

  #top .exhibition_banner_box .lead {
    font-size: clamp(16px, 1.047vw, 18px);
  }

  .interview_page .profile_g_info .profile_g_title .company {
    font-size: clamp(17px, 1.105vw, 19px);
  }

  .interview_page .profile_g_info .profile_g_title .name {
    font-size: clamp(30px, 1.977vw, 34px);
  }

  .interview_page .profile_g_text p {
    font-size: clamp(15px, 1.4vw, 16px);
  }
}

@media screen and (max-width: 1700px) {
  #top .campaign .deco.deco01 {
    top: 7.302vw;
    left: 2.442vw;
  }
}

@media screen and (max-width: 1600px) {
  #top .campaign .deco.deco02 {
    right: 1.6vw;
  }
}

@media screen and (max-width: 1550px) {
  #top .point_g_box_item {
    padding: 25px 32px 14px;
  }

  #top .point_g_box_item p {
    margin-top: 0;
  }

  #top .point_g_box_item.box_item02 p {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1320px) {
  #top .feature_usage_g_inner {
    width: 96%;
    margin: 0 auto;
  }

  #top .feature_usage_g_link.double {
    padding: 0 10px;
  }

  #top .feature_usage_g_link .link_text.link_text_double {
    padding: 20px 0 19px 30px;
  }
}

@media screen and (max-width: 1280px) {
  #top .cnt_area p {
    font-size: clamp(14px, 0.988vw, 17px);
  }

  #top .feature_usage_g_link .link_text a .master.master03 {
    padding: 11px 12px;
    margin-right: 10px;
  }

  #top .point .contents_in {
    display: block;
    width: 94%;
  }

  #top .point_title {
    margin: 0 auto 55px;
  }

  #top .point_g {
    width: 100%;
  }

  #top .campaign .deco.deco01 {
    left: 0;
  }

  #top .campaign .deco.deco02 {
    right: 1vw;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list {
    padding-left: 0;
    margin-bottom: 0;
  }

  #top .interview_bnr_list li {
    width: 23.5%;
  }

  .interview_page .interview_article .article_g_title span {
    font-size: clamp(22px, 1.512vw, 26px);
  }

  .interview_page .interview_article .article_g p {
    font-size: clamp(15px, 0.988vw, 17px);
  }

  .interview_page .plan_box_title {
    font-size: clamp(22px, 1.628vw, 28px);
  }

  .interview_page .plan_box p {
    font-size: clamp(18px, 1.163vw, 20px);
  }

  .contact_form_title_g .title {
    font-size: clamp(57px, 3.895vw, 67px);
  }

  .contact_form_title_g .lead {
    font-size: clamp(18px, 1.163vw, 20px);
  }

  .contact_form_title_g .tel {
    font-size: clamp(43px, 3.081vw, 53px);
  }

  .contact_form_title_g .time {
    font-size: clamp(11px, 0.756vw, 13px);
  }

  .form_area {
    margin-right: 0;
  }

  .form_area .form_g .form_item .compound_box {
    width: 100%;
  }

  .form_area .form_g .form_item .checkbox_item01 {
    width: 100%;
  }

  .form_area .form_g .form_item .checkbox_item01 .mwform-checkbox-field {
    max-width: 140px;
  }
}

@media screen and (max-width: 960px) {
  #top .cnt_area p {
    font-size: 15px;
    line-height: 1.93;
  }

  #top .mv_wrap {
    display: block;
  }

  #top .mv_img {
    width: 100%;
  }

  #top .mv .mv_cnt {
    top: 23.333vw;
  }

  #top .mv .mv_cnt .mv_cnt_title {
    width: 68.267vw;
  }

  #top .mv .slider_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }

  #top .mv .usage_banner {
    height: 25px;
    padding: 0;
  }

  #top .mv .usage_banner_content {
    font-size: 10px;
  }

  #top .page_title_area {
    background: -webkit-gradient(linear, left top, right top, from(#336D59), color-stop(30.9%, #336D59), color-stop(30.9%, transparent), to(transparent));
    background: linear-gradient(90deg, #336D59 0%, #336D59 30.9%, transparent 30.9%, transparent 100%);
    padding: 30px 0 5px;
  }

  #top .page_title_area .page_title {
    max-width: 345px;
    border-radius: 35px;
    font-size: 14px;
    line-height: 1.78;
    padding: 8px 20px 9px;
  }

  #top .swiper.slider1 {
    width: 57%;
    max-height: 535px;
    height: 56.8vw;
  }

  #top .swiper.slider2 {
    width: 43%;
    max-height: 535px;
    height: 56.8vw;
  }

  #top .swiper .swiper-pagination {
    right: 15.5px;
    bottom: 28px;
    width: 91.733vw;
    gap: 0;
  }

  #top .concept {
    background: rgba(198, 198, 152, 0.2);
    padding-bottom: 30px;
  }

  #top .concept_g {
    display: block;
    margin-bottom: 25px;
  }

  #top .concept_g_text {
    max-width: none;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#336D59), color-stop(30.9%, #336D59), color-stop(30.9%, transparent), to(transparent));
    background: linear-gradient(90deg, #336D59 0%, #336D59 30.9%, transparent 30.9%, transparent 100%);
    padding: 45px 0 15px;
    margin: 0 auto;
  }

  #top .concept_g_inner {
    width: calc(100% - 8.267vw);
    margin: 0 auto;
  }

  #top .concept_g_title {
    font-size: 39px;
    line-height: 1.33;
    margin-bottom: 23px;
  }

  #top .concept_g_lead {
    width: 129%;
    font-size: 19px;
    line-height: 1.23;
    margin-bottom: 18px;
  }

  #top .concept_g_lead span {
    padding: 12.5px 7px 13px 16px;
  }

  #top .concept_g_detail {
    background: url(../img/top/bg_text_sp.svg) no-repeat;
    background-size: contain;
    padding: 10px 5px 10px 15px;
  }

  #top .concept_g_detail p {
    line-height: 1.86;
  }

  #top .concept_g_img {
    position: static;
    width: 95.4%;
    margin: -44px auto 0;
  }

  #top .concept_g_theme {
    width: 44.5%;
    padding: 0;
    margin: 0 auto;
  }

  #top .concept_g_theme p {
    margin: 0 auto;
  }

  #top .concept_usage {
    height: 258.667vw;
  }

  #top .concept_usage figure.img01 {
    top: 15.467vw;
    left: 0;
    width: 66.667vw;
  }

  #top .concept_usage figure.img02 {
    left: auto;
    right: 0;
    width: 54.933vw;
  }

  #top .concept_usage figure.img03 {
    top: 121.867vw;
    left: 0;
    width: 78.4vw;
  }

  #top .concept_usage figure.img04 {
    top: 73.867vw;
    left: 18.133vw;
    width: 73.6vw;
  }

  #top .concept_usage figure.img05 {
    top: 163.733vw;
    left: 30.933vw;
    width: 64vw;
  }

  #top .concept_usage figure.img06 {
    top: 218.933vw;
    left: 9.6vw;
    width: 55.2vw;
  }

  #top .feature_introduction {
    padding: 83px 0 0;
  }

  #top .feature_introduction_g {
    margin-bottom: 40px;
  }

  #top .feature_introduction_g .sub_title_g {
    display: block;
    margin: 0 auto 20px;
  }

  #top .feature_introduction_g .sub_title_g .sub_title {
    max-width: 230px;
    border: 2px solid #B13B23;
    border-radius: 17px;
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 3px 4px;
    margin: 0 auto 11px;
  }

  #top .feature_introduction_g .sub_title_g .sub_text {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  #top .feature_introduction_g .introduction_title {
    max-width: 310px;
    width: 100%;
    margin: 0 auto 25px;
  }

  #top .feature_introduction_g .introduction_text p {
    width: 60px;
    height: 60px;
    font-size: 11.5px;
    margin: 0 20.5px;
  }

  #top .feature_introduction_g .introduction_text p.bg_red {
    font-size: 10.5px;
  }

  #top .feature_introduction_g .introduction_text p:nth-child(-n+2)::before {
    font-size: 42px;
  }

  #top .feature_introduction_img {
    margin: 0 auto 35px;
  }

  #top .feature_introduction_detail {
    display: block;
    margin: 0 auto;
  }

  #top .feature_introduction_detail .detail_text_box {
    max-width: none;
    width: 100%;
    margin-top: 0;
  }

  #top .feature_introduction_detail .detail_text_box .box_inner {
    max-width: none;
    width: 96%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #top .feature_introduction_detail .detail_text_box .detail_title {
    font-size: 17px;
    line-height: 1.94;
    margin-bottom: 25px;
  }

  #top .feature_introduction_detail .detail_text_box p {
    font-size: 15px;
    line-height: 1.93;
    margin-bottom: 85px;
  }

  #top .feature_introduction_detail .detail_text_box .difference {
    border-radius: 15px;
    padding: 141px 10px 30px;
  }

  #top .feature_introduction_detail .detail_text_box .difference_title {
    top: -35px;
    max-width: 300px;
    border-radius: 36px;
    font-size: 15.5px;
    padding: 13px 25px 14px;
  }

  #top .feature_introduction_detail .detail_text_box .difference_img {
    display: block;
    max-width: 245px;
    margin: 0 auto 105px;
  }

  #top .feature_introduction_detail .detail_text_box .difference_img_box {
    width: 100%;
  }

  #top .feature_introduction_detail .detail_text_box .difference_img_box.box01 .img01 {
    margin: 0 auto 20px;
  }

  #top .feature_introduction_detail .detail_text_box .difference_img_box.box01 .balloon {
    top: -66px;
    left: -23px;
    width: 168px;
  }

  #top .feature_introduction_detail .detail_text_box .difference_img_box.box02 .balloon {
    top: auto;
    right: -36px;
    bottom: -162px;
    width: 168px;
  }

  #top .feature_introduction_detail .detail_text_box .difference_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #top .feature_introduction_detail .detail_img_box {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }

  #top .feature .youtube_info {
    background: rgba(198, 198, 152, 0.2);
    padding: 60px 0 74px;
  }

  #top .feature .youtube_info_wrap {
    padding: 45px 12px 35px;
  }

  #top .feature .youtube_info_wrap::before {
    bottom: -53px;
    left: 50px;
    width: 50px;
    height: 49px;
  }

  #top .feature .youtube_info_wrap .sub_title {
    max-width: 274px;
    font-size: 15px;
    padding: 14px 0;
  }

  #top .feature .youtube_info_wrap .youtube_info_title {
    width: 110%;
    font-size: 23px;
    line-height: 1.52;
    letter-spacing: 0.08em;
    margin: 0 -5% 30px;
  }

  #top .feature .youtube_info_wrap .youtube_info_title span {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.76;
    margin-bottom: 10px;
  }

  #top .feature .youtube_info_g {
    display: block;
  }

  #top .feature .youtube_info_g .text_box {
    max-width: none;
    width: calc(100% - 10vw);
    margin: 0 auto 25px;
  }

  #top .feature .youtube_info_g .text_box:last-of-type {
    margin-bottom: 0;
  }

  #top .feature .youtube_info_g .text_box p {
    font-size: 15px;
    line-height: 1.8;
  }

  #top .feature .youtube_info_g .text_box p.link_text {
    margin: 18px 0 20px;
  }

  #top .feature .youtube_info_g .text_box .slider_wrap {
    max-width: 275px;
    margin-top: 20px;
  }

  #top .feature .youtube_info_g .img_box {
    width: 100%;
    margin: 0 auto;
  }

  #top .feature .youtube_info_g .img_box .movie_wrap {
    max-width: 270px;
  }

  #top .feature_usage {
    padding: 73px 0 0;
  }

  #top .feature_usage .contents_in {
    width: 100%;
  }

  #top .feature_usage_title {
    margin-bottom: 75px;
  }

  #top .feature_usage_title::before {
    bottom: -16px;
    width: 235px;
    height: 16px;
    background: url(../img/top/deco_title.svg) no-repeat;
    background-size: contain;
  }

  #top .feature_usage_title .title_en {
    max-width: 232px;
    width: 100%;
    margin: 0 auto 4px;
  }

  #top .feature_usage_title .title_jp {
    font-synthesis: 19.5px;
    line-height: 1.43;
    padding-bottom: 24px;
  }

  #top .feature_usage_g {
    margin: 0 auto 150px;
  }

  #top .feature_usage_g_inner {
    width: calc(100% - 8vw);
  }

  #top .feature_usage_g_title {
    font-size: 14.5px;
    line-height: 1.5;
  }

  #top .feature_usage_g_title .number {
    width: 48px;
    margin: 0 auto 22px;
  }

  #top .feature_usage_g_title .number.num02 {
    width: 56px;
  }

  #top .feature_usage_g_title .number.num03 {
    width: 58px;
  }

  #top .feature_usage_g_title .usage_theme {
    font-size: 23.5px;
    padding: 11px;
    margin: 0 auto 6px;
  }

  #top .feature_usage_g .g_box_title {
    border-radius: 23px 23px 0 0;
    font-size: 20px;
    line-height: 1.45;
    padding: 12px;
  }

  #top .feature_usage_g_box {
    display: block;
    padding: 15px 10px 12px;
  }

  #top .feature_usage_g_box.g_box02 {
    padding: 28px 10px 12px;
  }

  #top .feature_usage_g_box.g_box03 {
    padding: 15px 10px 15px;
  }

  #top .feature_usage_g_box .usage_box_img.img01 {
    width: 100%;
    margin: 0 auto 11px;
  }

  #top .feature_usage_g_box .usage_box_img.img02 {
    width: 100%;
    margin: 0 auto 15px;
  }

  #top .feature_usage_g_box .usage_box_img.img03 {
    width: 100%;
    margin: 0 auto 10px;
  }

  #top .feature_usage_g_box .usage_box_text {
    width: 93.5%;
    margin: 0 auto 11px;
  }

  #top .feature_usage_g_box .usage_box_text.box_text02 {
    width: 93.6%;
    margin: 0 auto 15px;
  }

  #top .feature_usage_g_box .usage_box_text p {
    width: 94%;
    font-size: 15px;
    line-height: 1.73;
    margin: 0 auto 15px;
  }

  #top .feature_usage_g_box .usage_box_text .box_img figcaption {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 9px;
  }

  #top .feature_usage_g_link {
    display: block;
    margin: 0 auto 90px;
  }

  #top .feature_usage_g_link.double {
    padding: 0;
  }

  #top .feature_usage_g_link .link_title {
    width: 100%;
    font-size: 12px;
    padding: 8px 5px 10px;
  }

  #top .feature_usage_g_link .link_title.link_title_double {
    width: 100%;
  }

  #top .feature_usage_g_link .link_title::before {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 11px solid #336D59;
    border-bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  #top .feature_usage_g_link .link_text {
    width: 100%;
    padding: 14px 30px 15px 11px;
  }

  #top .feature_usage_g_link .link_text.link_text_double {
    width: 100%;
    padding: 14px 14px 15px 11px;
  }

  #top .feature_usage_g_link .link_text.link_text_double a {
    padding-right: 20px;
  }

  #top .feature_usage_g_link .link_text a {
    font-size: 16.5px;
    line-height: 1.4;
  }

  #top .feature_usage_g_link .link_text a .name::before {
    right: -30px;
    width: 20px;
    height: 6px;
  }

  #top .feature_usage_g_link .link_text a .name.name03 {
    display: block;
  }

  #top .feature_usage_g_link .link_text a .name.name03 .company {
    display: block;
  }

  #top .feature_usage_g_link .link_text a .name.name03::before {
    right: 7px;
    top: 75%;
  }

  #top .feature_usage_g_link .link_text a .text_small {
    font-size: 13px;
  }

  #top .feature_usage_g_link .link_text a .company {
    font-size: 12px;
    margin-right: 7px;
  }

  #top .feature_usage_g_link .link_text a .master {
    border-radius: 11px;
    font-size: 10px;
    padding: 6px 9px;
    margin-right: 10px;
  }

  #top .feature_usage_g_link .link_text a .master.master02 {
    padding: 6px 12px;
    margin: 0 15px 0 10px;
  }

  #top .feature_usage_g_link .link_text a .master.master03 {
    padding: 6px 9px;
  }

  #top .feature_usage_g_link .link_text a:nth-child(2) {
    padding-top: 14px;
    margin-top: 14px;
  }

  #top .feature_usage_g_plan_box {
    display: block;
    margin: 0 auto 45px !important;
  }

  #top .feature_usage_g_plan_box .slider_wrap {
    width: 100%;
    margin: 0 auto 37px;
  }

  #top .feature_usage_g_plan_box .plan_box_text {
    width: calc(100% - 7.2vw);
    margin: 0 auto;
  }

  #top .feature_usage_g_plan_box .plan_box_text .plan_box_title {
    max-width: 302px;
    border: 3px solid #336D59;
    border-radius: 25px;
    font-size: 19px;
    line-height: 1.68;
    padding: 17px 0;
    margin: 0 auto 30px;
  }

  #top .feature_usage_g_plan_box .plan_box_text .plan_box_title::before {
    height: 50px;
  }

  #top .feature_usage_g_plan_box .plan_box_text .plan_box_cnt_title {
    border-left: 3px solid;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  #top .feature_usage_g_plan_box .plan_box_text .plan_box_cnt_text {
    font-size: 14px;
    line-height: 1.785;
  }

  #top .feature_usage_g_plan_example {
    padding: 72px 15px 43px;
  }

  #top .feature_usage_g_plan_example .plan_example_title {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #top .feature_usage_g_plan_example .example_box {
    display: block;
  }

  #top .feature_usage_g_plan_example .example_box_detail {
    width: calc(100% - 16vw);
    font-size: 15px;
    margin: 0 auto;
  }

  #top .feature_usage_g_plan_example .example_box .slider_wrap {
    margin: 0 auto 30px;
  }

  #top .feature_usage_g_plan_example .example_box.example_box_number01 .box_img {
    width: 100%;
    margin: 0;
  }

  #top .feature_usage_g_plan_example .example_box.example_box_number01 .example_box_detail {
    width: calc(100% - 16vw);
  }

  #top .feature_usage_g_plan_example .example_box.example_box_number02 .box_img {
    width: 100%;
    margin: 0;
  }

  #top .feature_usage_g_plan_example .example_box.example_box_number02 .example_box_detail {
    width: calc(100% - 16vw);
  }

  #top .feature_usage_g_plan_example .example_box.example_box_number03 .box_img {
    width: 100%;
    margin: 0;
  }

  #top .feature_usage_g_plan_example .example_box.example_box_number03 .example_box_detail {
    width: calc(100% - 16vw);
  }

  #top .point {
    padding: 47px 0 50px;
  }

  #top .point .contents_in {
    display: block;
    width: calc(100% - 16.267vw);
    padding: 0;
  }

  #top .point_title {
    max-width: 303px;
    font-size: 23px;
    line-height: 1.93;
    padding: 10px 0 30px;
    margin: 0 auto 30px;
  }

  #top .point_title .bg_white {
    width: 197px;
    margin: 0 auto 10px;
  }

  #top .point_title::before,
  #top .point_title::after {
    width: 51px;
    height: 42px;
  }

  #top .point_title::before {
    border-top: #FFF solid 7px;
    border-left: #FFF solid 7px;
  }

  #top .point_title::after {
    border-right: #FFF solid 7px;
    border-bottom: #FFF solid 7px;
  }

  #top .point_g {
    display: block;
    max-width: 314px;
    width: 100%;
    margin: 0 auto;
  }

  #top .point_g_box {
    width: 100%;
    margin-bottom: 42px;
  }

  #top .point_g_box:last-of-type {
    margin-bottom: 0;
  }

  #top .point_g_box_title {
    width: 146px;
  }

  #top .point_g_box_item {
    padding: 10px 9px 10px 10px;
  }

  #top .point_g_box_item p {
    width: 48.5%;
    font-size: 13px;
    line-height: 1.92;
    letter-spacing: 0;
  }

  #top .point_g_box_item figure {
    width: 48.6%;
  }

  #top .point_g_box_item.box_item02 {
    padding: 10px 9px 10px 10px;
  }

  #top .point_g_box_item.box_item02 p {
    width: 48.6%;
    margin-top: 0;
  }

  #top .point_g_box_item.box_item02 figure {
    width: 48.6%;
  }

  #top .campaign {
    background: url(../img/common/bg_line_sp.svg) repeat;
    background-size: 29px auto;
    background-color: #C6C698;
  }

  #top .campaign .contents_in {
    padding: 235px 0 235px;
  }

  #top .campaign .deco.deco03 {
    bottom: 34px;
    left: 0;
    max-width: 343px;
    width: 100%;
  }

  #top .campaign_block {
    border-radius: 29px;
    padding: 140px 12px 53px;
  }

  #top .campaign_block_title {
    top: -157px;
    width: 345px;
    margin-bottom: 30px;
  }

  #top .campaign_block_title .sub_title {
    max-width: 297px;
    height: 115px;
  }

  #top .campaign_block_title .sub_title .round_text {
    top: -24px;
  }

  #top .campaign_block_title .sub_title .theme_logo {
    max-width: 280px;
    padding-top: 27px;
  }

  #top .campaign_block_title .sub_title .theme_logo img {
    max-width: 131px;
  }

  #top .campaign_block_title .main_text {
    display: block;
    border: 6px solid #970B31;
    font-size: 41px;
    line-height: 1.1;
    padding: 8px 5px 6px;
  }

  #top .campaign_block_title .jp {
    max-width: 337px;
    height: 38px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.1em;
    padding-top: 5px;
  }

  #top .campaign_block_title .jp::before {
    left: -1px;
    border-width: 19.5px 0px 19.5px 13px;
  }

  #top .campaign_block_title .jp::after {
    right: -1px;
    border-width: 19.5px 13px 19.5px 0px;
  }

  #top .campaign_block .benefits_text {
    width: 110%;
    margin: 0 -5% 30px;
  }

  #top .campaign_block .benefits_text .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE13A));
    background: linear-gradient(transparent 60%, #FFE13A 60%);
  }

  #top .campaign_block .benefits_text .first_text {
    display: inline-block;
    margin-bottom: 15px;
  }

  #top .campaign_block .benefits_text .second_text {
    display: inline-block;
    margin-bottom: 10px;
  }

  #top .campaign_block .benefits_text .third_text {
    font-size: 20px;
    padding: 10px 18px 11px;
    margin: 12px auto 0;
  }

  #top .campaign_block .benefits_text .vertical {
    width: 21.2px;
  }

  #top .campaign_block .benefits_text .text01 {
    font-size: 39.5px;
    letter-spacing: 0;
    padding-left: 0;
  }

  #top .campaign_block .benefits_text .text02 {
    font-size: 25.5px;
    letter-spacing: 0.08em;
  }

  #top .campaign_block .benefits_text .text03 {
    font-size: 58px;
  }

  #top .campaign_block .benefits_text .text04 {
    font-size: 31px;
  }

  #top .campaign_block .benefits_text .text05 {
    font-size: 21px;
  }

  #top .campaign_block .benefits_text .last_text {
    font-size: 29px;
  }

  #top .campaign_block .benefits_text .last_text.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFE13A));
    background: linear-gradient(transparent 50%, #FFE13A 50%);
  }

  #top .campaign_block_benefits .benefits_g {
    display: block;
    margin: 0 auto 30px;
  }

  #top .campaign_block_benefits .benefits_g_img {
    width: 98%;
    margin: 0 auto 25px;
  }

  #top .campaign_block_benefits .benefits_g_img:first-of-type {
    margin-bottom: 20px;
  }

  #top .campaign_block_detail .detail_g {
    margin: 0 auto 11px;
  }

  #top .campaign_block_detail .detail_g_header {
    font-size: 15px;
    line-height: 1.4;
    padding: 23px 28px 23px 29px;
  }

  #top .campaign_block_detail .detail_g_header .icon_toggle {
    width: 13px;
    height: 13px;
  }

  #top .campaign_block_detail .detail_g_header .icon_toggle::before,
  #top .campaign_block_detail .detail_g_header .icon_toggle::after {
    top: 5px;
    width: 13px;
  }

  #top .campaign_block_detail .detail_g_header .icon_toggle::before {
    width: 3px;
    height: 13px;
    top: 0;
    left: 5px;
  }

  #top .campaign_block_detail .detail_g_inner {
    padding: 27px 0;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box ul li {
    font-size: 13px;
    line-height: 1.92;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box ul li::before {
    top: 7px;
    width: 10px;
    height: 10px;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .flow_list_number {
    width: 60px;
    margin-right: 20px;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .flow_list_number::before {
    width: 4.5px;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box {
    width: calc(100% - 80px);
    margin-bottom: 28px;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .flow_list_title {
    line-height: 1.27;
    margin-bottom: 8px;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box p {
    font-size: 13px;
    line-height: 1.92;
    letter-spacing: 0.04em;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .flow_list_subtitle {
    font-size: 13px;
    margin: 22px 0 10px;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .flow_list_subtitle span {
    padding: 8px 19.5px;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .deco_text span::before,
  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .deco_text span::after {
    top: 3px;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li .cnt_box .deco_text span::after {
    right: -8px;
  }

  #top .campaign_block_detail .detail_g_inner .detail_box .flow_list li:nth-child(2) .cnt_box {
    margin-bottom: 24px;
  }

  #top .campaign_block_period {
    display: block;
    max-width: 300px;
    border-top: 1.2px solid #357059;
    border-bottom: 1.2px solid #357059;
    padding: 0;
    margin: 0 auto 20px;
  }

  #top .campaign_block_period dt {
    border-right: none;
    border-bottom: 1.5px solid #357059;
    font-size: 14.5px;
    text-align: center;
    padding: 3px 0 4px;
    margin: 0 0 9px;
  }

  #top .campaign_block_period dd {
    font-size: 14.5px;
    padding-bottom: 7px;
  }

  #top .campaign_block_period dd .period_wrap.start_wrap {
    margin-right: 36px;
  }

  #top .campaign_block_period dd .period_wrap.start_wrap::before {
    right: -28px;
    width: 22px;
    height: 5px;
  }

  #top .campaign_block_period dd .period_year {
    font-size: 18px;
    margin-right: 2px;
  }

  #top .campaign_block_period dd .period_day {
    display: inline-block;
    font-size: 25.5px;
    margin-left: 1px;
  }

  #top .campaign_block_period dd .period_day_jp {
    font-size: 16.5px;
  }

  #top .interview {
    background: url(../img/top/bg_interview_sp.png) no-repeat;
    background-size: cover;
    padding: 61px 0 56px;
  }

  #top .interview .contents_in {
    width: calc(100% - 20vw);
    padding: 0;
  }

  #top .interview_title {
    margin: 0 auto 25px;
  }

  #top .interview_sub {
    margin: 0 auto 64px;
  }

  #top .interview_bnr_list li {
    width: 100%;
    margin: 0 auto 55px;
  }

  #top .interview_bnr_list li:last-child {
    margin-bottom: 0;
  }

  #top .exhibition_banner {
    padding: 27px 0 57px;
  }

  #top .exhibition_banner .contents_in {
    max-width: 345px;
    padding: 0;
  }

  #top .exhibition_banner a {
    display: block;
  }

  #top .exhibition_banner_box {
    width: 100%;
    padding: 33px 0 0;
  }

  #top .exhibition_banner_box::before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -53px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: 172px solid transparent;
    border-left: 172px solid transparent;
    border-top: 53px solid #FFF;
    border-bottom: 0;
  }

  #top .exhibition_banner_box .exhibition_place {
    max-width: 187px;
    border-radius: 17px;
    font-size: 15px;
    padding: 6.5px 10px;
    margin: 0 auto 12px;
  }

  #top .exhibition_banner_box .exhibition_title {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 0 auto 12px;
  }

  #top .exhibition_banner_box .lead {
    font-size: 15px;
    line-height: 1.63;
  }

  #top .exhibition_banner figure {
    width: 100%;
    min-height: auto;
  }

  #top .exhibition_banner figure img {
    min-height: auto;
  }

  .interview_page .bg_title {
    background: url(../img/interview/bg_title_sp.png) no-repeat;
    background-size: cover;
    padding: 0;
  }

  .interview_page .title_area {
    padding: 60px 0 38px;
  }

  .interview_page .title_area .contents_in {
    width: calc(100% - 20vw);
    padding: 0;
  }

  .interview_page .title_area .interview_title {
    margin: 0 auto 32px;
  }

  .interview_page .profile {
    padding: 42px 0 35px;
  }

  .interview_page .profile .contents_in {
    display: block;
    width: calc(100% - 16vw);
  }

  .interview_page .profile figure {
    max-width: 270px;
    width: 100%;
    margin: 0 auto 28px;
  }

  .interview_page .profile figure .circle_text {
    top: -22px;
    left: -31px;
  }

  .interview_page .profile_g {
    width: 100%;
  }

  .interview_page .profile_g_master {
    max-width: 270px;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0 auto 20px;
  }

  .interview_page .profile_g_master .master {
    padding: 3px;
  }

  .interview_page .profile_g_master .genre {
    padding: 3px;
  }

  .interview_page .profile_g_info {
    display: block;
    margin: 0 auto 24px;
  }

  .interview_page .profile_g_info .profile_g_title {
    width: 100%;
    text-align: center;
    margin: 0 auto 27px;
  }

  .interview_page .profile_g_info .profile_g_title .company {
    font-size: 15px;
    line-height: 1.4;
  }

  .interview_page .profile_g_info .profile_g_title .name {
    font-size: 29px;
    line-height: 1.27;
    text-align: center;
  }

  .interview_page .profile_g_info .profile_g_title .name.master01_w {
    width: 110%;
    margin: 0 -5%;
  }

  .interview_page .profile_g_info .profile_g_title .name .text_small.master01_m {
    letter-spacing: 0;
  }

  .interview_page .profile_g_info .sns_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 105%;
    margin: 0 -2.5%;
  }

  .interview_page .profile_g_info .sns_list li {
    margin: 0 9.5px 15px;
  }

  .interview_page .profile_g_info .sns_list.master01_list {
    width: 105%;
    margin: 0 -2.5%;
  }

  .interview_page .profile_g_info .sns_list.master01_list li {
    margin: 0 9.5px 15px;
  }

  .interview_page .profile_g_info .sns_list.master04_list {
    width: 105%;
    margin: 0 -2.5%;
  }

  .interview_page .profile_g_info .sns_list.master04_list li {
    margin: 0 9.5px 15px;
  }

  .interview_page .profile_g_text p {
    line-height: 2;
  }

  .interview_page .bg_article {
    padding: 60px 0 58px;
  }

  .interview_page .interview_article .contents_in {
    width: calc(100% - 15.2vw);
  }

  .interview_page .interview_article .article_g.ptn01 {
    display: block;
    margin: 0 auto 70px;
  }

  .interview_page .interview_article .article_g.ptn01 .slider_wrap {
    width: 100%;
    margin: 0 auto 27px;
  }

  .interview_page .interview_article .article_g.ptn01 .text_box {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }

  .interview_page .interview_article .article_g.ptn02 .article_g_title {
    margin-bottom: 15px;
  }

  .interview_page .interview_article .article_g_title {
    margin-bottom: 25px;
  }

  .interview_page .interview_article .article_g_title span {
    font-size: 16px;
    padding: 3.5px 10px;
    margin-bottom: 5px;
  }

  .interview_page .interview_article .article_g p {
    font-size: 15px;
    line-height: 2.13;
  }

  .interview_page .plan .contents_in {
    display: block;
    width: calc(100% - 10.667vw);
    padding: 28px 19px 30px;
  }

  .interview_page .plan figure {
    width: 100%;
    margin: 20px auto 22px;
  }

  .interview_page .plan_box {
    width: 100%;
    margin: 0 auto;
  }

  .interview_page .plan_box_title {
    max-width: 294px;
    border: 3px solid #FFF;
    border-radius: 25px;
    font-size: 19px;
    line-height: 1.68;
    padding: 14px 0;
    margin: 0 auto 18px;
  }

  .interview_page .plan_box_title::before {
    height: 55px;
  }

  .interview_page .plan_box p {
    font-size: 14px;
    line-height: 1.57;
  }

  .interview_page .interview {
    background: url(../img/interview/bg_bnr_sp.png) no-repeat;
    background-size: cover;
    padding: 74px 0 108px;
  }

  .interview_page .interview_bnr_list {
    margin: 0 auto 62px;
  }

  .contact_form {
    padding-bottom: 55px;
    padding-top: 40px;
  }

  .contact_form .contents_in {
    display: block;
    width: calc(100% - 8vw);
  }

  .contact_form_title_g {
    width: 100%;
    text-align: center;
    margin: 0 auto 27px;
  }

  .contact_form_title_g .title {
    font-size: 35px;
    line-height: 1.43;
    letter-spacing: 0.2em;
    margin-bottom: 7px;
  }

  .contact_form_title_g .lead {
    font-size: 11.4px;
    line-height: 1.52;
    margin-bottom: 9px;
  }

  .contact_form_title_g .tel {
    font-size: 27px;
    line-height: 1.45;
  }

  .contact_form_title_g .time {
    font-size: 10px;
  }

  .form_area {
    width: 100%;
    border-radius: 10px;
    padding: 20px 15px 40px;
  }

  .form_area_wrap {
    border-radius: 10px;
  }

  .form_area .form_g .required_text {
    font-size: 12px;
    margin-bottom: 19px;
  }

  .form_area .form_g .note_list {
    margin: 10px auto 5px;
  }

  .form_area .form_g .note_list li {
    font-size: 12px;
  }

  .form_area .form_g .form_item {
    font-size: 14px;
    line-height: 2.1;
  }

  .form_area .form_g .form_item .note {
    font-size: 12px;
    line-height: 1.5;
  }

  .form_area .form_g .form_item dt {
    font-size: 15px;
    line-height: 1.4;
  }

  .form_area .form_g .form_item dt .required {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 10px;
    padding: 2px 9px 4px;
  }

  .form_area .form_g .form_item dt .note {
    font-size: 12px;
  }

  .form_area .form_g .form_item dt.mb01 {
    margin-bottom: 22px;
  }

  .form_area .form_g .form_item dd {
    margin-bottom: 28px;
  }

  .form_area .form_g .form_item .notes_text {
    text-indent: 1.5em;
  }

  .form_area .form_g .form_item input[type=text],
  .form_area .form_g .form_item input[type=tel],
  .form_area .form_g .form_item select {
    font-size: 14px;
    padding: 9px 19px;
  }

  .form_area .form_g .form_item input[type=text]::-webkit-input-placeholder,
  .form_area .form_g .form_item input[type=tel]::-webkit-input-placeholder,
  .form_area .form_g .form_item select::-webkit-input-placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item input[type=text]::-moz-placeholder,
  .form_area .form_g .form_item input[type=tel]::-moz-placeholder,
  .form_area .form_g .form_item select::-moz-placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item input[type=text]:-ms-input-placeholder,
  .form_area .form_g .form_item input[type=tel]:-ms-input-placeholder,
  .form_area .form_g .form_item select:-ms-input-placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item input[type=text]::-ms-input-placeholder,
  .form_area .form_g .form_item input[type=tel]::-ms-input-placeholder,
  .form_area .form_g .form_item select::-ms-input-placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item input[type=text]::placeholder,
  .form_area .form_g .form_item input[type=tel]::placeholder,
  .form_area .form_g .form_item select::placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item textarea {
    max-width: none;
    font-size: 14px;
    padding: 9px 19px;
  }

  .form_area .form_g .form_item textarea::-webkit-input-placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item textarea::-moz-placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item textarea:-ms-input-placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item textarea::-ms-input-placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item textarea::placeholder {
    color: #C6C7C7;
  }

  .form_area .form_g .form_item select {
    background-size: 12.5px auto;
    background-position: 92% center;
  }

  .form_area .form_g .form_item .text_item.zip_item input {
    width: 100%;
  }

  .form_area .form_g .form_item .compound_box {
    padding-top: 5px;
  }

  .form_area .form_g .form_item .compound_box .text_item_box {
    padding-top: 7px;
  }

  .form_area .form_g .form_item .radio_item01 {
    display: block;
  }

  .form_area .form_g .form_item .radio_item01 .mwform-radio-field,
  .form_area .form_g .form_item .radio_item01 .mwform-checkbox-field {
    width: 100%;
    margin: 0 0 2px;
  }

  .form_area .form_g .form_item .radio_item01 .mwform-radio-field:nth-of-type(even),
  .form_area .form_g .form_item .radio_item01 .mwform-checkbox-field:nth-of-type(even) {
    width: 100%;
  }

  .form_area .form_g .form_item .radio_item01 label span {
    padding-left: 23px;
  }

  .form_area .form_g .form_item .radio_item01 label span::before {
    width: 16.7px;
    height: 16.7px;
  }

  .form_area .form_g .form_item .radio_item01 label span::after {
    width: 7px;
    height: 7px;
  }

  .form_area .form_g .form_item .radio_item01.place_item .mwform-radio-field {
    width: 100%;
  }

  .form_area .form_g .form_item .radio_item01.purpose_item span.mwform-checkbox-field.horizontal-item:nth-child(3),
  .form_area .form_g .form_item .radio_item01.purpose_item span.mwform-checkbox-field.horizontal-item:nth-child(4) {
    margin: 0 0 2px !important;
    width: 100% !important;
  }

  .form_area .form_g .form_item .checkbox_item01 .mwform-checkbox-field {
    max-width: 155px;
    width: 50%;
    margin-bottom: 8px;
  }

  .form_area .form_g .form_item .checkbox_item01 .mwform-checkbox-field label {
    font-size: 15px;
    font-weight: 500;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  .form_area .form_g .form_item .checkbox_item01 .mwform-checkbox-field:nth-child(13) {
    max-width: none;
    width: 100%;
  }

  .form_area .form_g .form_item .checkbox_item01 label span {
    padding-left: 25px;
  }

  .form_area .form_g .form_item .checkbox_item01 label span::before {
    top: 2px;
    width: 17.4px;
    height: 17.4px;
  }

  .form_area .form_g .form_item .checkbox_item01 label span::after {
    top: 6.5px;
    width: 8px;
    height: 8px;
  }

  .form_area .form_g .form_item .date_first_item {
    margin-bottom: 26px;
  }

  .form_area .form_g .form_item .flex_item_box .item_box {
    width: 48.5%;
  }

  .form_area .attention_g {
    background: #DCDCDC;
    padding: 31px 14px 20px 18px;
    margin: 0 auto 31px;
  }

  .form_area .attention_g_title {
    font-size: 14px;
    line-height: 1.78;
  }

  .form_area .attention_g p {
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 10px;
  }

  .form_area .attention_g p a {
    color: #231815;
  }

  .form_area .btn_box {
    max-width: 240px;
  }

  .form_area .btn_box .btn_ptn {
    max-width: 240px;
  }

  .form_area .btn_box .btn_ptn input {
    font-size: 12px;
    padding: 10px 10px 11px;
  }

  .form_area .btn_box .btn_ptn input:last-child {
    margin: 0 auto 20px;
  }

  .confirm_page {
    padding: 0 0 55px;
  }

  .confirm_page .contents_in {
    padding: 40px 0 0;
  }

  .confirm_page .guidance {
    font-size: 17px;
    line-height: 1.47;
    padding-bottom: 25px;
    margin-bottom: 18px;
  }

  .confirm_page .form_area {
    padding: 60px 15px 66px;
  }

  .confirm_page .form_area .form_g {
    margin: 0 auto 50px;
  }

  .confirm_page .form_area .form_g .flex_item_box .date_item {
    width: auto;
  }

  .confirm_page .form_area .form_g .form_item {
    padding: 0 10px 15px 0;
    margin-bottom: 18px;
  }

  .confirm_page .form_area .form_g .form_item dd {
    width: 100%;
    font-size: 14px;
    line-height: 1.78;
    padding-left: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .confirm_page .form_area .form_g .form_item.textarea_item dt {
    padding-left: 0;
  }

  .confirm_page .form_area .btn_box {
    max-width: 240px;
  }

  .confirm_page .form_area .btn_box .btn_ptn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 240px;
  }

  .confirm_page .form_area .btn_box .btn_ptn input {
    max-width: 240px;
  }

  .confirm_page .form_area .btn_box .btn_ptn input:last-child {
    margin-right: auto;
  }

  .complete_page {
    padding: 0 0 55px;
  }

  .complete_page .contents_in {
    padding: 40px 0 0;
  }

  .complete_page .form_area {
    padding: 58px 30px 60px;
  }

  .complete_page .form_area .guidance {
    font-size: 17px;
    line-height: 1.47;
    margin-bottom: 20px;
  }

  .complete_page .form_area p {
    font-size: 13px;
    line-height: 1.92;
    letter-spacing: 0.08em;
  }

  .complete_page .form_area .btn_ptn02 {
    max-width: 240px;
  }

  .complete_page .form_area .btn_ptn02 a {
    font-size: 12px;
    padding: 9px 10px;
  }
}

@media screen and (max-width: 960px) and (max-width: 370px) {
  #top .campaign_block_title {
    max-width: 345px;
    width: 100%;
  }

  #top .exhibition_banner_box::before {
    border-right: 145px solid transparent;
    border-left: 145px solid transparent;
  }
}

@media screen and (max-width: 370px) {
  #top .concept_g_detail p {
    font-size: 13px;
    line-height: 1.76;
  }

  #top .feature_introduction_detail .detail_text_box .detail_title {
    font-size: 15px;
  }

  #top .feature .youtube_info_wrap .youtube_info_title {
    font-size: 18px;
  }

  #top .feature .youtube_info_wrap .youtube_info_title span {
    font-size: 14px;
  }

  #top .feature_usage_g_title .usage_theme {
    font-size: 20px;
  }

  #top .feature_usage_g_link .link_title {
    font-size: 10px;
  }

  #top .feature_usage_g_link .link_text a {
    display: block;
  }

  #top .feature_usage_g_plan_box .plan_box_text .plan_box_title {
    font-size: 17px;
  }

  #top .campaign_block_title .main_text {
    font-size: 30px;
  }

  #top .campaign_block_title .jp {
    font-size: 12px;
  }

  #top .campaign_block .benefits_text .text01 {
    font-size: 30px;
  }

  #top .campaign_block .benefits_text .text02 {
    font-size: 20px;
  }

  #top .campaign_block .benefits_text .text03 {
    font-size: 48px;
  }

  #top .campaign_block .benefits_text .text04 {
    font-size: 20px;
  }

  #top .campaign_block .benefits_text .text05 {
    font-size: 16px;
  }

  #top .campaign_block .benefits_text .last_text {
    font-size: 20px;
  }

  #top .campaign_block_detail .detail_g_header {
    font-size: 13px;
    padding: 23px 28px 23px 10px;
  }

  #top .campaign_block_period dd {
    font-size: 13.5px;
  }

  #top .campaign_block_period dd .period_wrap.start_wrap {
    margin-right: 26px;
  }

  #top .campaign_block_period dd .period_wrap.start_wrap::before {
    right: -24px;
    width: 20px;
    height: 4px;
  }

  #top .campaign_block_period dd .period_year {
    font-size: 16px;
  }

  #top .campaign_block_period dd .period_day {
    font-size: 23.5px;
  }

  #top .campaign_block_period dd .period_day_jp {
    font-size: 14.5px;
  }

  #top .exhibition_banner_box .exhibition_title {
    font-size: 20px;
  }

  .interview_page .profile_g_master {
    font-size: 12px;
  }

  .interview_page .profile_g_info .profile_g_title .company {
    font-size: 13px;
  }

  .interview_page .profile_g_info .profile_g_title .name {
    font-size: 22px;
  }

  .interview_page .interview_article .article_g_title span {
    font-size: 13px;
  }

  .interview_page .plan_box_title {
    font-size: 16px;
  }

  .interview_page .plan_box p {
    font-size: 12px;
  }

  .form_area .form_g .form_item .checkbox_item01 .mwform-checkbox-field {
    width: 100%;
  }
}

@media (any-hover: hover) {
  #top .feature_usage_g_link .link_text a .name:hover::before {
    right: -54px;
  }

  #top .exhibition_banner .hover_ptn01:hover img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  .interview_page .profile_g_info .sns_list li a:hover {
    background: #FFF;
    color: #231815;
  }
}