/* noto sans jp */
@font-face {
  font-family: "jp_font";
  src:
    url("../font/NotoSansJP-Regular.woff2") format("woff2");
    font-weight:normal;
    font-display: swap;
}
@font-face {
  font-family: "jp_font";
  src:
    url("../font/NotoSansJP-Bold.woff2") format("woff2");
    font-weight:bold;
    font-display: swap;
}
/* robot */
@font-face {
  font-family: "en_font01";
  src:
    url("../font/Roboto-Regular.woff2") format("woff2");
    font-display: swap;
}
@font-face {
  font-family: "en_font01";
  src:
    url("../font/Roboto-Medium.woff2") format("woff2");
    font-display: swap;
}
/* SquadaOne-Regular */
@font-face {
  font-family: "en_font02";
  src:
    url("../font/SquadaOne-Regular.woff2") format("woff2");
    font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}
.note {
  margin-left: 1em
}

.note .mark {
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

ul.notes li {
  margin-left: 1em
}

ul.notes li .mark {
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

#faq .inner .listWrap .list>dl>dt .num, .ttl>span.en, footer .contents .snsArea .inner .snsList>li>a .txt .type, footer .contents .snsArea .inner .snsList>li>a .txt .cmt, footer .contents .footArea .inner .copyright {
  font-family: "en_font01", sans-serif;
  font-weight: 500
}

#news .inner .newsList>li>a .info .category, #newsPage .inner .listWrap .list>ul>li>a .info .category, #news .inner .newsList>li>a .info .date, #newsPage .inner .listWrap .list>ul>li>a .info .date, #about .inner .method .methodList>li section>h4>span.num, #about .inner .case .caseList>li>section h4>span.num, #about .inner .case .caseList>li .box .detail>.statusList .info .status, #feature .inner .featureList>li .num, #trainers .inner .trainersList>li .info .profile .name .en, #plan .inner .planList>li .head>h3>span.en, #plan .inner .planList>li .head .time .number, #plan .inner .planList>li .courseList>li .price, #plan .inner .planList>li .trialFlow .flowList>li .num, #newsArticlePage .inner .articleInfo .categoryTag, #newsArticlePage .inner .articleInfo .date, footer #pagetop .txt {
  font-family: "en_font02", cursive;
  font-weight: 400
}





#news .inner .btn:hover, #contact .inner .form #mail_form #form_submit input:hover[type="button"], #newsPage .inner .listWrap .list .btn:hover, #newsArticlePage .inner .btn:hover, #thanksPage .inner .btn:hover, #errPage .inner .btn:hover, #feature .inner .featureList>li .btn>a:hover, #trainers .inner .trainersList>li .ig>a:hover, #plan .inner .planLink>li>a:hover, #plan .inner .planList>li .planListTxt>a:hover, #access .inner .accessInfo>dl>dd>p.telContents .tel>a:hover, #access .inner .accessInfo>dl>dd>p>a:hover, #contact .inner .contactTxt a:hover, #newsArticlePage .inner .share .addToAny .a2a_kit>a:hover, header .head .cvBtn>span:hover, .breadcrumb .inner .breadcrumbList>li>a:hover, footer .cvArea .inner .btn>span:hover, footer .contents .footArea .inner .nav>li>a:hover {
  opacity: 0.7;
  transition:0.3s;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width: 1100px) {
  .inner {
    padding: 0 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px
  }
}

#news .inner .btn, #contact .inner .form #mail_form #form_submit input[type="button"], #newsPage .inner .listWrap .list .btn, #newsArticlePage .inner .btn, #thanksPage .inner .btn, #errPage .inner .btn {
  width: 100%;
  max-width: 430px;
  height: 60px;
  margin: 0 auto;
  background: #CBAE46;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #news .inner .btn, #contact .inner .form #mail_form #form_submit input[type="button"], #newsPage .inner .listWrap .list .btn, #newsArticlePage .inner .btn, #thanksPage .inner .btn, #errPage .inner .btn {
    height: 5.45455vw;
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #news .inner .btn, #contact .inner .form #mail_form #form_submit input[type="button"], #newsPage .inner .listWrap .list .btn, #newsArticlePage .inner .btn, #thanksPage .inner .btn, #errPage .inner .btn {
    width: 80%;
    height: 50px;
    font-size: 14px
  }
}

#news .inner .btn>a, #contact .inner .form #mail_form #form_submit input[type="button"]>a, #newsPage .inner .listWrap .list .btn>a, #newsArticlePage .inner .btn>a, #thanksPage .inner .btn>a, #errPage .inner .btn>a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff
}

#news .inner .newsList, #newsPage .inner .listWrap .list>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 768px) {
  #news .inner .newsList, #newsPage .inner .listWrap .list>ul {
    margin-top: 30px;
    display: block
  }
}

#news .inner .newsList:after, #newsPage .inner .listWrap .list>ul:after {
  content: "";
  width: calc((100% - 40px) / 3);
  display: block
}

@media screen and (max-width: 1100px) {
  #news .inner .newsList:after, #newsPage .inner .listWrap .list>ul:after {
    width: calc((100% - 3.6vw) / 3)
  }
}

#news .inner .newsList>li, #newsPage .inner .listWrap .list>ul>li {
  width: calc((100% - 40px) / 3)
}

@media screen and (max-width: 1100px) {
  #news .inner .newsList>li, #newsPage .inner .listWrap .list>ul>li {
    width: calc((100% - 3.6vw) / 3)
  }
}

@media screen and (max-width: 768px) {
  #news .inner .newsList>li, #newsPage .inner .listWrap .list>ul>li {
    width: 100%
  }
}

#news .inner .newsList>li:nth-child(n+4), #newsPage .inner .listWrap .list>ul>li:nth-child(n+4) {
  margin-top: 100px
}

@media screen and (max-width: 1100px) {
  #news .inner .newsList>li:nth-child(n+4), #newsPage .inner .listWrap .list>ul>li:nth-child(n+4) {
    margin-top: 9.09091vw
  }
}

@media screen and (max-width: 768px) {
  #news .inner .newsList>li:not(:first-child), #newsPage .inner .listWrap .list>ul>li:not(:first-child) {
    margin-top: 40px
  }
}

#news .inner .newsList>li>a .thumb, #newsPage .inner .listWrap .list>ul>li>a .thumb {
  width: 100%;
  padding-top: 62.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out
}

#news .inner .newsList>li>a>h3, #newsPage .inner .listWrap .list>ul>li>a>h3 {
  min-height: 3.2em;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  #news .inner .newsList>li>a>h3, #newsPage .inner .listWrap .list>ul>li>a>h3 {
    margin: 1.36364vw 0;
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #news .inner .newsList>li>a>h3, #newsPage .inner .listWrap .list>ul>li>a>h3 {
    margin: 10px 0;
    font-size: 14px
  }
}

#news .inner .newsList>li>a .info, #newsPage .inner .listWrap .list>ul>li>a .info {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 1100px) {
  #news .inner .newsList>li>a .info, #newsPage .inner .listWrap .list>ul>li>a .info {
    padding-top: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  #news .inner .newsList>li>a .info, #newsPage .inner .listWrap .list>ul>li>a .info {
    padding-top: 12px
  }
}

#news .inner .newsList>li>a .info .category, #newsPage .inner .listWrap .list>ul>li>a .info .category {
  width: 70px;
  height: 20px;
  background: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #news .inner .newsList>li>a .info .category, #newsPage .inner .listWrap .list>ul>li>a .info .category {
    width: 6.36364vw;
    height: 1.81818vw;
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #news .inner .newsList>li>a .info .category, #newsPage .inner .listWrap .list>ul>li>a .info .category {
    width: 60px;
    height: 20px;
    font-size: 12px
  }
}

@media screen and (max-width: 374px) {
  #news .inner .newsList>li>a .info .category, #newsPage .inner .listWrap .list>ul>li>a .info .category {
    width: 16vw;
    height: 5.33333vw;
    font-size: 3.2vw
  }
}

#news .inner .newsList>li>a .info .date, #newsPage .inner .listWrap .list>ul>li>a .info .date {
  margin-left: 15px;
  font-size: 16px;
  color: #aaaaaa
}

@media screen and (max-width: 1100px) {
  #news .inner .newsList>li>a .info .date, #newsPage .inner .listWrap .list>ul>li>a .info .date {
    margin-left: 1.36364vw;
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #news .inner .newsList>li>a .info .date, #newsPage .inner .listWrap .list>ul>li>a .info .date {
    margin-left: 10px;
    font-size: 14px
  }
}

#news .inner .newsList>li>a:hover .thumb, #newsPage .inner .listWrap .list>ul>li>a:hover .thumb {
  opacity: 0.5
}

#news .inner .newsList>li>a:hover>h3, #newsPage .inner .listWrap .list>ul>li>a:hover>h3 {
  color: #0f79d3
}

#faq .inner .category, #newsPage .inner .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width: 768px) {
  #faq .inner .category, #newsPage .inner .category {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

#faq .inner .category>li, #newsPage .inner .category>li {
  width: calc((100% - 80px) / 5);
  height: 50px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  #faq .inner .category>li, #newsPage .inner .category>li {
    width: calc((100% - 7.2vw) / 5);
    height: 4.54545vw;
    border-radius: 0.36364vw;
    font-size: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .category>li, #newsPage .inner .category>li {
    width: calc((100% - 20px) / 3);
    height: 50px;
    border-radius: 4px;
    font-size: 11px;
    background: #f5f5f5
  }
}

@media screen and (max-width: 374px) {
  #faq .inner .category>li, #newsPage .inner .category>li {
    width: calc((100% - 5.3vw) / 3);
    font-size: 2.93333vw
  }
}

#faq .inner .category>li:not(:first-child), #newsPage .inner .category>li:not(:first-child) {
  margin-left: 20px
}

@media screen and (max-width: 1100px) {
  #faq .inner .category>li:not(:first-child), #newsPage .inner .category>li:not(:first-child) {
    margin-left: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .category>li:not(:first-child), #newsPage .inner .category>li:not(:first-child) {
    margin-left: 0
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .category>li:not(:nth-child(3n-2)), #newsPage .inner .category>li:not(:nth-child(3n-2)) {
    margin-left: 10px
  }
}

@media screen and (max-width: 374px) {
  #faq .inner .category>li:not(:nth-child(3n-2)), #newsPage .inner .category>li:not(:nth-child(3n-2)) {
    margin-left: 2.65vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .category>li:nth-child(n+4), #newsPage .inner .category>li:nth-child(n+4) {
    margin-top: 10px
  }
}

#faq .inner .category>li:not(.active), #newsPage .inner .category>li:not(.active) {
  cursor: pointer
}

#faq .inner .category>li:not(.active):hover, #newsPage .inner .category>li:not(.active):hover {
  opacity: 0.5
}

#faq .inner .category>li.active, #newsPage .inner .category>li.active {
  background: #000000;
  color: #ffffff
}

#kv .kvSlider {
  position: relative
}

#kv .kvSlider .slide {
  font-size: 0;
  line-height: 0;
}

#kv .kvSlider .slide img,#kv .slide img {
  width: 100%;
  height:auto;
  object-fit:contain;
}

#kv .kvSlider .slickDots {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center
}

@media screen and (max-width: 768px) {
  #kv .kvSlider .slickDots {
    bottom: 10px
  }
  #kv .slide img{
    max-width: 100%;
    height: auto;
  }
}

#kv .kvSlider .slickDots>li {
  width: 70px;
  height: 2px;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  #kv .kvSlider .slickDots>li {
    width: 6.36364vw
  }
}

@media screen and (max-width: 768px) {
  #kv .kvSlider .slickDots>li {
    width: 8vw
  }
}

#kv .kvSlider .slickDots>li:not(:first-child) {
  margin-left: 5px
}

@media screen and (max-width: 768px) {
  #kv .kvSlider .slickDots>li:not(:first-child) {
    margin-left: 3px
  }
}

#kv .kvSlider .slickDots>li.slick-active {
  opacity: 1
}

#kv .kvSlider .slickDots>li:hover {
  opacity: 1
}

#kv .kvSlider .slickDots>li>button {
  display: none
}

#award {
  margin-top: 60px
}

@media screen and (max-width: 768px) {
  #award {
    margin-top: 30px
  }
}

#award .inner .copy {
  text-align: center;
  font-size: 34px;
  line-height: 1.8
}

@media screen and (max-width: 900px) {
  #award .inner .copy {
    font-size: 30px
  }
}

@media screen and (max-width: 768px) {
  #award .inner .copy {
    font-size: 18px;
    line-height: 1.6
  }
}

@media screen and (max-width: 374px) {
  #award .inner .copy {
    font-size: 16px
  }
}

#award .inner .copy .crowns {
  margin-left: 20px;
  vertical-align: -0.4em;
  line-height: 0
}

@media screen and (max-width: 900px) {
  #award .inner .copy .crowns {
    margin-left: 10px
  }
}

@media screen and (max-width: 768px) {
  #award .inner .copy .crowns {
    margin: 5px 0 0 0;
    display: block
  }
}

#award .inner .copy .crowns>img {
  width: 200px
}

@media screen and (max-width: 900px) {
  #award .inner .copy .crowns>img {
    width: 180px
  }
}

@media screen and (max-width: 768px) {
  #award .inner .copy .crowns>img {
    width: 130px
  }
}

#award .inner .awardList {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center
}

@media screen and (max-width: 768px) {
  #award .inner .awardList {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

#award .inner .awardList>li {
  width: calc((100% - 20px) / 5);
  font-size: 0;
  line-height: 0
}

@media screen and (max-width: 768px) {
  #award .inner .awardList>li {
    width: calc((100% - 40px) / 3)
  }
}

@media screen and (max-width: 768px) {
  #award .inner .awardList>li:nth-child(n+4) {
    margin-top: 20px
  }
}

#award .inner .awardList>li>img {
  width: 100%;
  height:auto;
}

#award .inner .awardBnrList {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

#award .inner .awardBnrList>li {
  font-size: 0;
  line-height: 0
}

#award .inner .awardBnrList>li>img {
  width: 100%;
  max-width:430px;
}

#award .inner .awardBnrList>li:nth-child(1) {
  width: 43%
}

@media screen and (max-width: 768px) {
  #award .inner .awardBnrList>li:nth-child(1) {
    width: 76%;
    text-align:right;
  }
  #award .inner .awardBnrList>li:nth-child(1) img {
    height:auto;
  }
  #award .inner .awardBnrList>li:nth-child(2) img {
    max-width:116px;
    height:auto;
  }
}

#award .inner .awardBnrList>li:nth-child(2) {
  width: 11.6%
}

@media screen and (max-width: 768px) {
  #award .inner .awardBnrList>li:nth-child(2) {
    width: 21.5%
  }
}

#award .inner .awardBnrList>li:not(:first-child) {
  margin-left: 1.2%
}

@media screen and (max-width: 768px) {
  #award .inner .awardBnrList>li:not(:first-child) {
    margin-left: 2.5%
  }
}

#award .inner .notes {
  margin-top: 30px;
  text-align: center
}

#award .inner .notes>li {
  font-size: 11px;
  line-height: 1.6;
  color: #666666
}

@media screen and (max-width: 768px) {
  #award .inner .notes>li {
    font-size: 10px
  }
}

#movie {
  padding-top: 120px
}

@media screen and (max-width: 1100px) {
  #movie {
    padding-top: 10.90909vw
  }
}

@media screen and (max-width: 768px) {
  #movie {
    padding-top: 60px
  }
}

#movie .inner .movieBox {
  width: 100%;
  padding-top: 56.25%;
  position: relative
}

#movie .inner .movieBox #my_youtube {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  margin:auto;
}
#movie .inner .movieBox iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}

#news {
  padding: 120px 0 140px
}

@media screen and (max-width: 1100px) {
  #news {
    padding: 10.90909vw 0 12.72727vw
  }
}

@media screen and (max-width: 768px) {
  #news {
    padding: 60px 0 70px
  }
}

#news .inner .newsList {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #news .inner .newsList {
    margin-top: 4.54545vw
  }
}

#news .inner .btn {
  margin-top: 60px
}

@media screen and (max-width: 1100px) {
  #news .inner .btn {
    margin-top: 5.45455vw
  }
}

@media screen and (max-width: 768px) {
  #news .inner .btn {
    margin-top: 40px
  }
}

#about {
  padding: 140px 0;
  background-color: #f5f5f5;
  background-image: url(../img/about_bg01.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center
}

@media screen and (max-width: 1100px) {
  #about {
    padding: 12.72727vw 0
  }
}

@media screen and (max-width: 768px) {
  #about {
    padding: 70px 0
  }
}

#about .inner .concept {
  margin-top: 50px;
  padding: 10px;
  background: #ffffff
}

@media screen and (max-width: 1100px) {
  #about .inner .concept {
    margin-top: 4.54545vw;
    padding: 0.90909vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .concept {
    margin-top: 30px
  }
}

#about .inner .concept .border {
  padding: 50px;
  border: 1px solid #e5e5e5
}

@media screen and (max-width: 1100px) {
  #about .inner .concept .border {
    padding: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .concept .border {
    padding: 20px
  }
}

#about .inner .concept .border>p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8
}

@media screen and (max-width: 1100px) {
  #about .inner .concept .border>p {
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .concept .border>p {
    text-align: left;
    font-size: 13px
  }
}

#about .inner .concept .border>p:not(:first-child) {
  margin-top: 15px
}

@media screen and (max-width: 1100px) {
  #about .inner .concept .border>p:not(:first-child) {
    margin-top: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .concept .border>p:not(:first-child) {
    margin-top: 10px
  }
}

#about .inner .kato {
  margin-top: 20px;
  padding: 10px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 1100px) {
  #about .inner .kato {
    margin-top: 1.81818vw;
    padding: 0.90909vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato {
    margin-top: 15px;
    padding: 30px;
    display: block
  }
}

#about .inner .kato .info {
  padding: 30px 40px 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info {
    padding: 2.72727vw 3.63636vw 2.72727vw 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info {
    padding: 0
  }
}

#about .inner .kato .info>h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

#about .inner .kato .info>h3 .position {
  height: 30px;
  padding: 0 15px;
  background: #000000;
  border-radius: 15px;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info>h3 .position {
    height: 2.72727vw;
    padding: 0 1.36364vw;
    border-radius: 1.36364vw;
    font-size: 1.18182vw;
    line-height: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info>h3 .position {
    height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 20px
  }
}

#about .inner .kato .info>h3 .name {
  margin-left: 15px;
  font-size: 24px
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info>h3 .name {
    margin-left: 1.36364vw;
    font-size: 2.18182vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info>h3 .name {
    margin-left: 10px;
    font-size: 18px
  }
}

#about .inner .kato .info .message {
  margin-top: 30px
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info .message {
    margin-top: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info .message {
    margin-top: 15px
  }
}

#about .inner .kato .info .message>p {
  font-size: 14px;
  line-height: 1.7
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info .message>p {
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info .message>p {
    font-size: 13px
  }
}

#about .inner .kato .info .message>p:not(:first-child) {
  margin-top: 12px
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info .message>p:not(:first-child) {
    margin-top: 1.09091vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info .message>p:not(:first-child) {
    margin-top: 10px
  }
}

#about .inner .kato .info .career {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info .career {
    margin-top: 2.72727vw;
    padding: 0.90909vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info .career {
    margin-top: 20px;
    padding: 10px;
    display: block
  }
}

#about .inner .kato .info .career>dt {
  width: 70px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info .career>dt {
    width: 6.36364vw;
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info .career>dt {
    width: 100%;
    padding: 5px 0;
    font-size: 13px
  }
}

#about .inner .kato .info .career>dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info .career>dd {
    display: block
  }
}

#about .inner .kato .info .career>dd .list {
  padding: 10px 0 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info .career>dd .list {
    padding: 0.90909vw 0 0.90909vw 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info .career>dd .list {
    padding: 15px 0 5px;
    display: block
  }
}

#about .inner .kato .info .career>dd .list>li {
  width: calc(50% - 1em);
  font-size: 11px;
  line-height: 1.4
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .info .career>dd .list>li {
    margin-left: 1em;
    font-size: 1vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info .career>dd .list>li {
    width: 100%;
    font-size: 11px
  }
}

#about .inner .kato .info .career>dd .list>li:nth-child(n+3) {
  margin-top: 10px
}

@media screen and (max-width: 768px) {
  #about .inner .kato .info .career>dd .list>li:not(:first-child) {
    margin-top: 5px
  }
}

#about .inner .kato .info .career>dd .list>li:before {
  content: "・";
  width: 1em;
  margin-left: -1em;
  display: inline-block
}

#about .inner .kato .ph {
  width: 340px;
  background-image: url(../img/about_kato01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 1100px) {
  #about .inner .kato .ph {
    width: 30.90909vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .kato .ph {
    width: 100%;
    margin-top: 20px;
    padding-top: 90%;
    background-position: center 10%
  }
}

#about .inner .method {
  padding-top: 120px
}

@media screen and (max-width: 1100px) {
  #about .inner .method {
    padding-top: 10.90909vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .method {
    padding-top: 60px
  }
}

#about .inner .method>h3 {
  text-align: center;
  font-size: 30px;
  color:#CBAE46;
}

@media screen and (max-width: 1100px) {
  #about .inner .method>h3 {
    font-size: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .method>h3 {
    font-size: 18px
  }
}

#about .inner .method .methodList {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #about .inner .method .methodList {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .method .methodList {
    margin-top: 30px
  }
}

#about .inner .method .methodList>li section>h4 {
  width: 100%;
  height: 200px;
  padding: 0 85px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

@media screen and (max-width: 1100px) {
  #about .inner .method .methodList>li section>h4 {
    height: 18.18182vw;
    padding: 0 7.72727vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .method .methodList>li section>h4 {
    height: 80px;
    padding: 0 40px;
    background-position: center right -10vw
  }
}

@media screen and (max-width: 374px) {
  #about .inner .method .methodList>li section>h4 {
    height: 21.33333vw;
    padding: 0 10.66667vw
  }
}

#about .inner .method .methodList>li section>h4>span {
  display: block
}

#about .inner .method .methodList>li section>h4>span.num {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background: #CBAE46;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -15px;
  text-align: center;
  font-size: 46px;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #about .inner .method .methodList>li section>h4>span.num {
    width: 6.36364vw;
    height: 6.36364vw;
    margin-top: -3.18182vw;
    left: -1.36364vw;
    font-size: 4.18182vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .method .methodList>li section>h4>span.num {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -5px;
    font-size: 26px
  }
}

@media screen and (max-width: 374px) {
  #about .inner .method .methodList>li section>h4>span.num {
    width: 8vw;
    height: 8vw;
    margin-top: -4vw;
    left: -1.33333vw;
    font-size: 6.93333vw
  }
}

#about .inner .method .methodList>li section>h4>span.main {
  font-size: 30px
}

@media screen and (max-width: 1100px) {
  #about .inner .method .methodList>li section>h4>span.main {
    font-size: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .method .methodList>li section>h4>span.main {
    font-size: 16px
  }
}

@media screen and (max-width: 374px) {
  #about .inner .method .methodList>li section>h4>span.main {
    font-size: 4.26667vw
  }
}

#about .inner .method .methodList>li section>h4>span.sub {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400
}

@media screen and (max-width: 1100px) {
  #about .inner .method .methodList>li section>h4>span.sub {
    margin-top: 1.36364vw;
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .method .methodList>li section>h4>span.sub {
    margin-top: 10px;
    font-size: 12px
  }
}

@media screen and (max-width: 374px) {
  #about .inner .method .methodList>li section>h4>span.sub {
    margin-top: 2.66667vw;
    font-size: 3.2vw
  }
}

#about .inner .method .methodList>li section .memo {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75
}

@media screen and (max-width: 1100px) {
  #about .inner .method .methodList>li section .memo {
    margin-top: 3.63636vw;
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .method .methodList>li section .memo {
    margin-top: 15px;
    text-align: left;
    font-size: 13px
  }
}

#about .inner .method .methodList>li section .important {
  margin-top: 40px;
  padding: 40px;
  background: #ffffff;
  border: 5px solid #d9d7ce;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #999173
}

@media screen and (max-width: 1100px) {
  #about .inner .method .methodList>li section .important {
    margin-top: 3.63636vw;
    padding: 3.63636vw;
    border: 0.45455vw solid #d9d7ce;
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .method .methodList>li section .important {
    margin-top: 20px;
    padding: 15px;
    border: 3px solid #d9d7ce;
    text-align: left;
    font-size: 13px
  }
}

#about .inner .method .methodList>li section .important:before {
  content: "";
  width: 70px;
  height: 26px;
  margin-left: -35px;
  background-image: url(../img/arw01_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -15px;
  left: 50%
}

@media screen and (max-width: 768px) {
  #about .inner .method .methodList>li section .important:before {
    width: 36px;
    height: 14px;
    margin-left: -18px;
    top: -9px
  }
}

#about .inner .method .methodList>li section .methodtitle01 {
  background-image: url(../img/about_method_img01.webp)
}

#about .inner .method .methodList>li section .methodtitle02 {
  background-image: url(../img/about_method_img02.webp)
}

#about .inner .method .methodList>li section .methodtitle03 {
  background-image: url(../img/about_method_img03.webp)
}

#about .inner .method .methodList>li section .methodtitle02, #about .inner .method .methodList>li section .methodtitle03 {
  margin-top: 90px
}

@media screen and (max-width: 768px) {
  #about .inner .method .methodList>li section .methodtitle02, #about .inner .method .methodList>li section .methodtitle03 {
    margin-top: 45px
  }
}

#about .inner .case {
  padding-top: 120px
}

@media screen and (max-width: 1100px) {
  #about .inner .case {
    padding-top: 10.90909vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case {
    padding-top: 60px
  }
}

#about .inner .case>h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 400
}

@media screen and (max-width: 1100px) {
  #about .inner .case>h3 {
    font-size: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case>h3 {
    font-size: 18px
  }
}

#about .inner .case .caseTxt {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseTxt {
    margin-top: 2.72727vw;
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseTxt {
    margin-top: 20px;
    text-align: left;
    font-size: 13px
  }
}

  .slick-arrow{
  width: 50px;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.slick-arrow img{
  width: 100%;
  object-fit: cover;
}

.slick-prev.slick-arrow{
  left: -1.5%; 
}

.slick-next.slick-arrow{
  right: -1.5%; 
}

.trainersList .slick-arrow{
  top: 38%;
}

@media screen and (min-width: 769px) {
  .slick-arrow:hover{
    opacity: 0.7;
  }
}


#about .inner .case .caseList {
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList {
    margin-top: 5.45455vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList {
    margin-top: 30px;
  }
}

#about .inner .case .caseList .itemCase:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase:not(:first-child) {
    margin-top: 5.45455vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase:not(:first-child) {
    margin-top: 30px;
  }
}

#about .inner .case .caseList .itemCase > section h4 > span {
  display: block;
  text-align: center;
}

#about .inner .case .caseList .itemCase > section h4 > span.num {
  font-size: 20px;
  color: #0f79d3;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase > section h4 > span.num {
    font-size: 1.81818vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase > section h4 > span.num {
    font-size: 15px;
  }
}

#about .inner .case .caseList .itemCase > section h4 > span.type {
  margin-top: 5px;
  font-size: 26px;
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase > section h4 > span.type {
    margin-top: 0.45455vw;
    font-size: 2.36364vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase > section h4 > span.type {
    font-size: 18px;
  }
}

#about .inner .case .caseList .itemCase .box {
  margin-top: 30px;
  background: #ffffff;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box {
    margin-top: 2.72727vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box {
    margin-top: 15px;
  }
}

#about .inner .case .caseList .itemCase .box .head {
  height: 60px;
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .head {
    height: 5.45455vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .head {
    height: auto;
    padding: 15px;
    display: block;
    position: static;
  }
}

#about .inner .case .caseList .itemCase .box .head .whet {
  width: 160px;
  height: 30px;
  background: #0f79d3;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .head .whet {
    width: 14.54545vw;
    height: 2.72727vw;
    border-radius: 1.36364vw;
    top: 1.36364vw;
    left: 1.36364vw;
    font-size: 1.63636vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .head .whet {
    width: 120px;
    height: 24px;
    margin: 0 auto;
    border-radius: 12px;
    position: static;
    font-size: 12px;
  }
}

#about .inner .case .caseList .itemCase .box .head .result {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

#about .inner .case .caseList .itemCase .box .head .result > li {
  margin-top: 0.5em;
  display: inline-block;
  font-size: 18px;
  color: #0f79d3;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .head .result > li {
    font-size: 1.63636vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .head .result > li {
    margin-top: 15px;
    font-size: 11px;
  }
}

@media screen and (max-width: 374px) {
  #about .inner .case .caseList .itemCase .box .head .result > li {
    margin-top: 4vw;
    font-size: 2.93333vw;
  }
}

#about .inner .case .caseList .itemCase .box .head .result > li:not(:first-child) {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .head .result > li:not(:first-child) {
    margin-left: 0.5em;
  }
}

#about .inner .case .caseList .itemCase .box .head .result > li > span {
  font-size: 150%;
}

#about .inner .case .caseList .itemCase .box .detail {
  padding: 40px 50px 50px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail {
    padding: 3.63636vw 4.54545vw 4.54545vw 4.54545vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .detail {
    padding: 20px;
  }
}

#about .inner .case .caseList .itemCase .box .detail > .statusList {
  position: relative;
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList {
    width: 40%;
  }
}

#about .inner .case .caseList .itemCase .box .detail > .statusList .ph {
  font-size: 0;
  line-height: 0;
}

#about .inner .case .caseList .itemCase .box .detail > .statusList .ph > img {
  width: 180px;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .ph > img {
    width: 16.36364vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .ph > img {
    width: 100%;
  }
}

#about .inner .case .caseList .itemCase .box .detail > .statusList .info {
  width: 190px;
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info {
    width: 17.27273vw;
    bottom: 1.81818vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info {
    width: 100%;
    position: static;
  }
}

#about .inner .case .caseList .itemCase .box .detail > .statusList .info .status {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  font-size: 30px;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info .status {
    padding-bottom: 0.90909vw;
    font-size: 2.72727vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info .status {
    margin-top: 15px;
    padding-bottom: 5px;
    font-size: 20px;
  }
}

@media screen and (max-width: 374px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info .status {
    margin-top: 4vw;
    padding-bottom: 1.33333vw;
    font-size: 5.33333vw;
  }
}

#about .inner .case .caseList .itemCase .box .detail > .statusList .info .statusList {
  margin-top: 15px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info .statusList {
    margin-top: 1.36364vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info .statusList {
    margin-top: 10px;
  }
}

#about .inner .case .caseList .itemCase .box .detail > .statusList .info .statusList > li {
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info .statusList > li {
    font-size: 1.27273vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info .statusList > li {
    font-size: 11px;
  }
}

@media screen and (max-width: 374px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList .info .statusList > li {
    font-size: 2.93333vw;
  }
}

#about .inner .case .caseList .itemCase .box .detail > .statusList .info .statusList > li:not(:first-child) {
  margin-top: 5px;
}

#about .inner .case .caseList .itemCase .box .detail > .statusList .info .statusList > li > span {
  font-size: 140%;
}

#about .inner .case .caseList .itemCase .box .detail > .statusList.before .info {
  left: -170px;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList.before .info {
    left: -15.45455vw;
  }
}

#about .inner .case .caseList .itemCase .box .detail > .statusList.after .info {
  right: -170px;
  text-align: right;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail > .statusList.after .info {
    right: -15.45455vw;
  }
}

#about .inner .case .caseList .itemCase .box .detail .arw {
  margin: 0 30px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail .arw {
    margin: 0 2.72727vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .detail .arw {
    width: 20%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#about .inner .case .caseList .itemCase .box .detail .arw > img {
  width: 20px;
}

@media screen and (max-width: 1100px) {
  #about .inner .case .caseList .itemCase .box .detail .arw > img {
    width: 1.81818vw;
  }
}

@media screen and (max-width: 768px) {
  #about .inner .case .caseList .itemCase .box .detail .arw > img {
    width: 16px;
  }
}

#feature {
  padding: 160px 0
}

@media screen and (max-width: 1100px) {
  #feature {
    padding: 14.54545vw 0
  }
}

@media screen and (max-width: 768px) {
  #feature {
    padding: 80px 0
  }
}

#feature .inner .featureList {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 1100px) {
  #feature .inner .featureList {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .featureList {
    margin-top: 30px;
    display: block
  }
}

#feature .inner .featureList>li {
  width: calc((100% - 40px) / 3);
  padding-bottom: 70px;
  position: relative
}

@media screen and (max-width: 1100px) {
  #feature .inner .featureList>li {
    width: calc((100% - 3.6vw / 3));
    padding-bottom: 6.36364vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .featureList>li {
    width: 100%;
    padding-bottom: 70px
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .featureList>li:not(:first-child) {
    margin-top: 60px
  }
}

#feature .inner .featureList>li .num {
  width: 40px;
  height: 40px;
  background: #CBAE46;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -5px;
  left: -5px;
  text-align: center;
  font-size: 30px;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #feature .inner .featureList>li .num {
    width: 3.63636vw;
    height: 3.63636vw;
    top: -0.45455vw;
    left: -0.45455vw;
    font-size: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .featureList>li .num {
    width: 40px;
    height: 40px;
    top: -7px;
    left: -7px;
    font-size: 30px
  }
}

#feature .inner .featureList>li .ph {
  font-size: 0;
  line-height: 0
}

#feature .inner .featureList>li .ph>img {
  width: 100%
}

#feature .inner .featureList>li>section h3 {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: 18px;
  font-weight: 400
}

@media screen and (max-width: 1100px) {
  #feature .inner .featureList>li>section h3 {
    padding: 1.81818vw 0;
    font-size: 1.54545vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .featureList>li>section h3 {
    padding: 15px 0;
    font-size: 16px
  }
}

#feature .inner .featureList>li .txt {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.7
}

@media screen and (max-width: 1100px) {
  #feature .inner .featureList>li .txt {
    margin-top: 1.36364vw;
    font-size: 1.18182vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .featureList>li .txt {
    margin-top: 15px;
    font-size: 13px
  }
}

#feature .inner .featureList>li .btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0
}

#feature .inner .featureList>li .btn>a {
  width: 100%;
  max-width: 260px;
  height: 40px;
  margin: 0 auto;
  background: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #feature .inner .featureList>li .btn>a {
    height: 3.63636vw;
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .featureList>li .btn>a {
    width: 80%;
    height: 40px;
    font-size: 14px
  }
}

#feature .inner .featureList>li .btn>a>svg {
  width: 12px;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 20px
}

@media screen and (max-width: 1100px) {
  #feature .inner .featureList>li .btn>a>svg {
    width: 1.09091vw;
    height: 0.54545vw;
    margin-top: -0.27273vw;
    right: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .featureList>li .btn>a>svg {
    width: 12px;
    height: 6px;
    margin-top: -3px;
    right: 20px
  }
}

#feature .inner .featureList>li .btn>a>svg .cls-1 {
  fill: #ffffff
}

#feature .inner .message {
  margin-top: 80px;
  padding: 10px;
  background: #0f79d3
}

@media screen and (max-width: 1100px) {
  #feature .inner .message {
    margin-top: 7.27273vw;
    padding: 0.90909vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .message {
    margin-top: 50px;
    padding: 10px
  }
}

#feature .inner .message .border {
  padding: 40px;
  border: 1px solid #87bce9;
  text-align: center
}

@media screen and (max-width: 1100px) {
  #feature .inner .message .border {
    padding: 3.63636vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .message .border {
    padding: 20px
  }
}

#feature .inner .message .border>p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #feature .inner .message .border>p {
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .message .border>p {
    text-align: left;
    font-size: 14px
  }
}

#feature .inner .message .border>p:not(:first-child) {
  margin-top: 10px
}

@media screen and (max-width: 1100px) {
  #feature .inner .message .border>p:not(:first-child) {
    margin-top: 0.90909vw
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .message .border>p:not(:first-child) {
    margin-top: 10px
  }
}

#facility {
  padding: 120px 0 140px;
  background: #f5f5f5
}

@media screen and (max-width: 1100px) {
  #facility {
    padding: 10.90909vw 0 12.72727vw
  }
}

@media screen and (max-width: 768px) {
  #facility {
    padding: 60px 0 70px
  }
}

#facility .inner .facilityTxt {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8
}

@media screen and (max-width: 1100px) {
  #facility .inner .facilityTxt {
    margin-top: 4.54545vw;
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #facility .inner .facilityTxt {
    margin-top: 30px;
    text-align: left;
    font-size: 14px
  }
}

#facility .inner .facilityGallary {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 1100px) {
  #facility .inner .facilityGallary {
    margin-top: 6.36364vw
  }
}

@media screen and (max-width: 768px) {
  #facility .inner .facilityGallary {
    margin-top: 40px;
    display: block
  }
}

#facility .inner .facilityGallary>li {
  width: calc((100% - 20px) / 2);
  position: relative
}

@media screen and (max-width: 1100px) {
  #facility .inner .facilityGallary>li {
    width: calc((100% - 1.8vw) / 2)
  }
}

@media screen and (max-width: 768px) {
  #facility .inner .facilityGallary>li {
    width: 100%
  }
}

#facility .inner .facilityGallary>li:nth-child(n+3) {
  margin-top: 20px
}

@media screen and (max-width: 1100px) {
  #facility .inner .facilityGallary>li:nth-child(n+3) {
    margin-top: 1.8vw
  }
}

@media screen and (max-width: 768px) {
  #facility .inner .facilityGallary>li:not(:first-child) {
    margin-top: 15px
  }
}

#facility .inner .facilityGallary>li .ph {
  font-size: 0;
  line-height: 0
}

#facility .inner .facilityGallary>li .ph>img {
  width: 100%
}

#facility .inner .facilityGallary>li .caption {
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #facility .inner .facilityGallary>li .caption {
    padding: 0.90909vw 1.36364vw;
    font-size: 1.18182vw
  }
}

@media screen and (max-width: 768px) {
  #facility .inner .facilityGallary>li .caption {
    font-size: 11px
  }
}

    /* ====================================== trainers */
#trainers {
  padding: 120px 0 140px;
  background: #dbebf8;
}

@media screen and (max-width: 1100px) {
  #trainers {
    padding: 10.90909vw 0 12.72727vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers {
    padding: 60px 0 70px;
  }
}

#trainers .inner .trainersList {
  margin-top: 50px;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList {
    margin-top: 4.54545vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList {
    margin-top: 30px;
  }
}

#trainers .inner .trainersList .itemTrainers {
  background: #ffffff;
  position: relative;
}

#trainers .inner .trainersList .itemTrainers > section{
  padding: 40px;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers > section{
    padding: 3.63636vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers > section{
    padding: 20px;
  }
}

#trainers .inner .trainersList .itemTrainers:not(:first-child) {
/*   margin-top: 50px; */
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers:not(:first-child) {
    margin-top: 4.54545vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers:not(:first-child) {
    margin-top: 15px;
  }
}

#trainers .inner .trainersList .itemTrainers .info {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .info {
    padding-bottom: 3.63636vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .info {
    padding-bottom: 20px;
    display: block;
  }
}

#trainers .inner .trainersList .itemTrainers .info .ph {
  width: 320px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .info .ph {
    width: 29.09091vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .info .ph {
    width: 60%;
    margin: 0 auto;
  }
}

#trainers .inner .trainersList .itemTrainers .info .ph > img {
  width: 100%;
  height: auto;
}

#trainers .inner .trainersList .itemTrainers .info .profile {
  padding: 50px 40px 50px 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .info .profile {
    padding: 4.54545vw 3.63636vw 4.54545vw 5.45455vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .info .profile {
    padding: 30px 10px 0;
  }
}

#trainers .inner .trainersList .itemTrainers .info .profile .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#trainers .inner .trainersList .itemTrainers .info .profile .name:before {
  content: "";
  width: 70px;
  height: 2px;
  background: #0f79d3;
  display: block;
  position: absolute;
  left: -90px;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .name:before {
    width: 6.36364vw;
    left: -8.18182vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .name:before {
    width: 30px;
    left: -45px;
  }
}

#trainers .inner .trainersList .itemTrainers .info .profile .name .jp {
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .name .jp {
    font-size: 2.72727vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .name .jp {
    font-size: 20px;
  }
}

#trainers .inner .trainersList .itemTrainers .info .profile .name .en {
  margin-left: 20px;
  font-size: 20px;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .name .en {
    margin-left: 1.81818vw;
    font-size: 1.81818vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .name .en {
    margin-left: 10px;
    font-size: 14px;
  }
}

#trainers .inner .trainersList .itemTrainers .info .profile .message {
  margin-top: 35px;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .message {
    margin-top: 3.18182vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .message {
    margin-top: 15px;
  }
}

#trainers .inner .trainersList .itemTrainers .info .profile .message > * {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .message > * {
    font-size: 1.45455vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .message > * {
    font-size: 13px;
  }
}

#trainers .inner .trainersList .itemTrainers .info .profile .message > *:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .message > *:not(:first-child) {
    margin-top: 1.36364vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .info .profile .message > *:not(:first-child) {
    margin-top: 10px;
  }
}

#trainers .inner .trainersList .itemTrainers .info .profile .message > ul > li {
  margin-left: 1em;
}

#trainers .inner .trainersList .itemTrainers .info .profile .message > ul > li > span {
  width: 1em;
  margin-left: -1em;
  display: inline-block;
}

#trainers .inner .trainersList .itemTrainers .career {
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .career {
    padding-top: 3.63636vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .career {
    padding-top: 20px;
    display: block;
  }
}

#trainers .inner .trainersList .itemTrainers .career > dt {
  width: 80px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .career > dt {
    width: 7.27273vw;
    font-size: 1.45455vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .career > dt {
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
  }
}

#trainers .inner .trainersList .itemTrainers .career > dd {
  padding: 20px 0 20px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .career > dd {
    padding: 1.81818vw 0 1.81818vw 2.72727vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .career > dd {
    padding: 10px 10px 0;
  }
}

#trainers .inner .trainersList .itemTrainers .career > dd > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .career > dd > ul {
    display: block;
  }
}

#trainers .inner .trainersList .itemTrainers .career > dd > ul > li {
  width: 50%;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .career > dd > ul > li {
    font-size: 1.27273vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .career > dd > ul > li {
    width: 100%;
    margin-left: 1em;
    font-size: 12px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .career > dd > ul > li:not(:first-child) {
    margin-top: 5px;
  }
}

#trainers .inner .trainersList .itemTrainers .career > dd > ul > li:before {
  content: "・";
  width: 1em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .career > dd > ul > li:before {
    margin-left: -1em;
  }
}

#trainers .inner .trainersList .itemTrainers .career.-btNone {
  padding-top: 20px;
  border-top: none;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .career.-btNone {
    padding-top: 1.81818vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .career.-btNone {
    padding-top: 20px;
  }
}

#trainers .inner .trainersList .itemTrainers .ig {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .ig {
    top: 3.63636vw;
    right: 3.63636vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .ig {
    top: 20px;
    right: 20px;
  }
}

#trainers .inner .trainersList .itemTrainers .ig > a > img {
  width: 30px;
}

@media screen and (max-width: 1100px) {
  #trainers .inner .trainersList .itemTrainers .ig > a > img {
    width: 2.72727vw;
  }
}

@media screen and (max-width: 768px) {
  #trainers .inner .trainersList .itemTrainers .ig > a > img {
    width: 25px;
  }
}

#plan {
  padding: 160px 0
}

@media screen and (max-width: 1100px) {
  #plan {
    padding: 14.54545vw 0
  }
}

@media screen and (max-width: 768px) {
  #plan {
    padding: 80px 0
  }
}

#plan .inner .planTxt {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8
}

@media screen and (max-width: 1100px) {
  #plan .inner .planTxt {
    margin-top: 4.54545vw;
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planTxt {
    margin-top: 30px;
    text-align: left;
    font-size: 14px
  }
}

#plan .inner .planLink {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 1100px) {
  #plan .inner .planLink {
    margin-top: 6.36364vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planLink {
    margin-top: 30px;
    display: block
  }
}

#plan .inner .planLink>li {
  width: calc((100% - 40px) / 3);
  height: 50px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planLink>li {
    width: calc((100% - 3.6vw) / 3)
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planLink>li {
    width: 80%;
    height: 40px;
    margin: 0 auto
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planLink>li:not(:first-child) {
    margin-top: 10px
  }
}

#plan .inner .planLink>li>a {
  width: 100%;
  height: 100%;
  background: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #plan .inner .planLink>li>a {
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planLink>li>a {
    font-size: 14px
  }
}

#plan .inner .planLink>li>a>svg {
  width: 14px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 20px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planLink>li>a>svg {
    width: 1.27273vw;
    height: 0.72727vw;
    margin-top: -0.36364vw;
    right: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planLink>li>a>svg {
    width: 14px;
    height: 8px;
    margin-top: -4px;
    right: 20px
  }
}

#plan .inner .planLink>li>a>svg .cls-1 {
  fill: #ffffff
}

#plan .inner .planList {
  margin-top: 80px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList {
    margin-top: 7.27273vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList {
    margin-top: 40px
  }
}

#plan .inner .planList>li {
  padding: 0 40px 50px 40px;
  background: #f5f4f1
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li {
    padding: 0 3.63636vw 4.54545vw 3.63636vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li {
    padding: 0 20px 30px
  }
}

#plan .inner .planList>li:not(:first-child) {
  margin-top: 60px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li:not(:first-child) {
    margin-top: 5.45455vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li:not(:first-child) {
    margin-top: 15px
  }
}

#plan .inner .planList>li .head {
  border-bottom: 2px solid #ffffff;
  position: relative
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .head {
    padding-bottom: 20px
  }
}

#plan .inner .planList>li .head>h3 {
  padding: 50px 0;
  text-align: center
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .head>h3 {
    padding: 4.54545vw 0
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .head>h3 {
    padding: 20px 0 15px
  }
}

#plan .inner .planList>li .head>h3>span {
  display: block
}

#plan .inner .planList>li .head>h3>span.en {
  font-size: 20px;
  color: #ff6c00
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .head>h3>span.en {
    font-size: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .head>h3>span.en {
    font-size: 16px
  }
}

#plan .inner .planList>li .head>h3>span.jp {
  margin-top: 5px;
  font-size: 38px;
  font-weight: 400
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .head>h3>span.jp {
    margin-top: 0.45455vw;
    font-size: 3.45455vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .head>h3>span.jp {
    margin-top: 5px;
    font-size: 24px
  }
}

#plan .inner .planList>li .head .time {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .head .time {
    right: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .head .time {
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: static
  }
}

#plan .inner .planList>li .head .time .ico {
  font-size: 0;
  line-height: 0
}

#plan .inner .planList>li .head .time .ico>img {
  width: 36px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .head .time .ico>img {
    width: 3.27273vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .head .time .ico>img {
    width: 20px
  }
}

#plan .inner .planList>li .head .time .number {
  margin-left: 13px;
  font-size: 22px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .head .time .number {
    margin-left: 1.18182vw;
    font-size: 2vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .head .time .number {
    font-size: 16px
  }
}

#plan .inner .planList>li .head .time .number .large {
  font-size: 150%
}

#plan .inner .planList>li .planListTxt {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .planListTxt {
    margin-top: 3.63636vw;
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .planListTxt {
    margin-top: 20px;
    text-align: left;
    font-size: 14px
  }
}

#plan .inner .planList>li .planListTxt>a {
  text-decoration: underline
}

#plan .inner .planList>li .courseList {
  margin-top: 40px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList {
    margin-top: 3.63636vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList {
    margin-top: 20px
  }
}

#plan .inner .planList>li .courseList>li {
  height: 120px;
  padding: 0 20%;
  background: #ffffff;
  border: 5px solid #f8cba8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li {
    height: 10.90909vw;
    border: 0.45455vw solid #f8cba8
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li {
    height: auto;
    padding: 15px;
    border: 3px solid #f8cba8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .planList>li .courseList>li {
    padding: 4vw;
    border: 0.8vw solid #f8cba8
  }
}

#plan .inner .planList>li .courseList>li:not(:first-child) {
  margin-top: 20px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li:not(:first-child) {
    margin-top: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li:not(:first-child) {
    margin-top: 10px
  }
}

#plan .inner .planList>li .courseList>li .courseInfo {
  margin-left: -6%
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li .courseInfo {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

#plan .inner .planList>li .courseList>li .courseInfo .courseTtl {
  font-size: 26px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li .courseInfo .courseTtl {
    font-size: 2.36364vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li .courseInfo .courseTtl {
    font-size: 20px
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .planList>li .courseList>li .courseInfo .courseTtl {
    font-size: 5.33333vw
  }
}

#plan .inner .planList>li .courseList>li .courseInfo .info {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  line-height: 0
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info {
    margin-top: 0.90909vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info {
    margin-top: 5px
  }
}

#plan .inner .planList>li .courseList>li .courseInfo .info>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info>li {
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info>li {
    font-size: 12px
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info>li {
    font-size: 3.2vw
  }
}

#plan .inner .planList>li .courseList>li .courseInfo .info>li .ico {
  margin-right: 5px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info>li .ico {
    margin-right: 0.45455vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info>li .ico {
    margin-right: 5px
  }
}

#plan .inner .planList>li .courseList>li .courseInfo .info>li .ico>img {
  width: 18px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info>li .ico>img {
    width: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info>li .ico>img {
    width: 16px
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .planList>li .courseList>li .courseInfo .info>li .ico>img {
    width: 4.26667vw
  }
}

#plan .inner .planList>li .courseList>li .courseInfo .info>li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 100%;
  margin: 0 15px;
  background: #e5e5e5
}

#plan .inner .planList>li .courseList>li .price {
  text-align: center;
  font-size: 40px;
  color: #ff6c00
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li .price {
    font-size: 3.63636vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li .price {
    font-size: 24px
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .planList>li .courseList>li .price {
    font-size: 6.4vw
  }
}

#plan .inner .planList>li .courseList>li .price .large {
  font-size: 140%
}

#plan .inner .planList>li .courseList>li .protein {
  height: 100%;
  background-image: url(../img/ico_protein.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 1.3
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li .protein {
    background-size: 4.54545vw auto;
    right: 3.63636vw;
    font-size: 1.09091vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li .protein {
    height: auto;
    margin: 5px 0 -5px;
    padding: 5px 0 5px 16px;
    background-size: 13px auto;
    background-position: center left;
    position: static;
    font-size: 12px
  }
  #plan .inner .planList>li .courseList>li .protein>br {
    display: none
  }
}

#plan .inner .planList>li .courseList>li.popular:before {
  content: "人気";
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: #ff6c00;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #efff41
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .courseList>li.popular:before {
    width: 5.45455vw;
    height: 5.45455vw;
    margin-top: -2.72727vw;
    left: 3.63636vw;
    font-size: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .courseList>li.popular:before {
    width: 40px;
    height: 40px;
    margin-top: 0;
    top: 5px;
    left: 5px;
    font-size: 12px
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .planList>li .courseList>li.popular:before {
    width: 10.66667vw;
    height: 10.66667vw;
    top: 1.33333vw;
    left: 1.33333vw;
    font-size: 3.2vw
  }
}

#plan .inner .planList>li .courseList>li.priceOnly {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

#plan .inner .planList>li .trialFlow {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .trialFlow {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .trialFlow {
    margin-top: 40px
  }
}

#plan .inner .planList>li .trialFlow>h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 400
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .trialFlow>h4 {
    font-size: 2.18182vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .trialFlow>h4 {
    font-size: 18px
  }
}

#plan .inner .planList>li .trialFlow .flowList {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .trialFlow .flowList {
    margin-top: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .trialFlow .flowList {
    margin-top: 20px
  }
}

#plan .inner .planList>li .trialFlow .flowList>li {
  width: calc((100% - 60px) / 4);
  position: relative
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .trialFlow .flowList>li {
    width: calc((100% - 3.6vw) / 4)
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .trialFlow .flowList>li {
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .trialFlow .flowList>li:not(:first-child) {
    margin-top: 30px
  }
}

#plan .inner .planList>li .trialFlow .flowList>li .num {
  width: 30px;
  height: 30px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 24px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .trialFlow .flowList>li .num {
    width: 2.72727vw;
    height: 2.72727vw;
    font-size: 2.18182vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .trialFlow .flowList>li .num {
    width: 30px;
    height: 30px;
    font-size: 24px
  }
}

#plan .inner .planList>li .trialFlow .flowList>li .ph {
  font-size: 0;
  line-height: 0
}

#plan .inner .planList>li .trialFlow .flowList>li .ph>img {
  width: 100%
}

#plan .inner .planList>li .trialFlow .flowList>li>section h5 {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  font-weight: 400
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .trialFlow .flowList>li>section h5 {
    padding: 1.36364vw 0;
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .trialFlow .flowList>li>section h5 {
    padding: 15px 0;
    font-size: 14px
  }
}

#plan .inner .planList>li .trialFlow .flowList>li .trialFlowTxt {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.7
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .trialFlow .flowList>li .trialFlowTxt {
    margin-top: 1.36364vw;
    font-size: 1.09091vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .trialFlow .flowList>li .trialFlowTxt {
    margin-top: 10px;
    font-size: 12px
  }
}

#plan .inner .planList>li .option {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .option {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .option {
    margin-top: 30px
  }
}

#plan .inner .planList>li .option .optionTxt {
  text-align: center;
  font-size: 20px;
  line-height: 1.6
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .option .optionTxt {
    font-size: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .option .optionTxt {
    text-align: left;
    font-size: 15px
  }
}

#plan .inner .planList>li .option .optionList {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .option .optionList {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .option .optionList {
    margin-top: 30px;
    display: block
  }
}

#plan .inner .planList>li .option .optionList>li {
  width: calc((100% - 20px) / 2)
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .option .optionList>li {
    width: calc((100% - pc(20)) / 2)
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .option .optionList>li {
    width: 100%
  }
}

#plan .inner .planList>li .option .optionList>li:nth-child(even) {
  margin-left: 20px
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .option .optionList>li:nth-child(even) {
    margin-left: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .option .optionList>li:nth-child(even) {
    margin-left: 0
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .option .optionList>li:not(:first-child) {
    margin-top: 15px
  }
}

#plan .inner .planList>li .option .optionList>li .ph {
  font-size: 0;
  line-height: 0
}

#plan .inner .planList>li .option .optionList>li .ph>img {
  width: 100%
}

#plan .inner .planList>li .option .optionList>li>section h4 {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: 17px;
  font-weight: 400
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .option .optionList>li>section h4 {
    padding: 1.81818vw;
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .option .optionList>li>section h4 {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.5
  }
}

#plan .inner .planList>li .option .optionList>li .optionListTxt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7
}

@media screen and (max-width: 1100px) {
  #plan .inner .planList>li .option .optionList>li .optionListTxt {
    margin-top: 1.36364vw;
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .planList>li .option .optionList>li .optionListTxt {
    margin-top: 15px;
    font-size: 13px
  }
}

#plan .inner .card {
  margin-top: 100px
}

@media screen and (max-width: 1100px) {
  #plan .inner .card {
    margin-top: 9.09091vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card {
    margin-top: 50px
  }
}

#plan .inner .card .box {
  padding: 50px;
  background: #d6d3c7;
  text-align: center
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .box {
    padding: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .box {
    padding: 25px 20px 20px
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .card .box {
    padding: 6.66667vw 5.33333vw 5.33333vw
  }
}

#plan .inner .card .box>h3 {
  font-size: 30px;
  font-weight: 400
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .box>h3 {
    font-size: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .box>h3 {
    font-size: 16px
  }
}

#plan .inner .card .box .payment {
  margin-top: 50px;
  background: #ffffff;
  border: 8px solid #F5F4F1
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .box .payment {
    margin-top: 4.54545vw;
    border: 0.72727vw solid #F5F4F1
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .box .payment {
    margin-top: 25px;
    border: 4px solid #F5F4F1
  }
}

#plan .inner .card .box .payment .img {
  font-size: 0;
  line-height: 0
}

#plan .inner .card .box .payment .img>img {
  width: 100%
}

#plan .inner .card .box .cardTxt {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.75
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .box .cardTxt {
    margin-top: 4.54545vw;
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .box .cardTxt {
    margin-top: 25px;
    text-align: left;
    font-size: 14px
  }
}

#plan .inner .card .box .innerBox {
  margin-top: 50px;
  padding: 45px 40px 35px;
  background: #ffffff
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .box .innerBox {
    margin-top: 4.54545vw;
    padding: 4.09091vw 3.63636vw 3.18182vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .box .innerBox {
    margin-top: 20px;
    padding: 30px 20px
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .card .box .innerBox {
    padding: 8vw 5.33333vw
  }
}

#plan .inner .card .box .innerBox .cmt {
  font-size: 16px
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .box .innerBox .cmt {
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .box .innerBox .cmt {
    font-size: 12px
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .card .box .innerBox .cmt {
    font-size: 3.2vw
  }
}

#plan .inner .card .box .innerBox .copy {
  margin-top: 15px;
  font-size: 34px
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .box .innerBox .copy {
    margin-top: 1.36364vw;
    font-size: 3.09091vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .box .innerBox .copy {
    margin-top: 15px;
    font-size: 20px
  }
}

@media screen and (max-width: 374px) {
  #plan .inner .card .box .innerBox .copy {
    font-size: 5.33333vw
  }
}

#plan .inner .card .box .innerBox .copy .large {
  margin: 0 0.1em;
  vertical-align: -0.05em;
  font-size: 180%
}

#plan .inner .card .box .innerBox .logos {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  font-size: 0;
  line-height: 0
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .box .innerBox .logos {
    margin-top: 3.63636vw;
    padding-top: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .box .innerBox .logos {
    margin-top: 25px;
    padding-top: 25px
  }
}

#plan .inner .card .box .innerBox .logos>img {
  width: 100%;
  max-width: 260px
}

#plan .inner .card .notes {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.4;
  color: #666666
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .notes {
    margin-top: 0.90909vw;
    font-size: 1vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .notes {
    margin-top: 10px;
    font-size: 11px
  }
}

#plan .inner .card .notes .note:before {
  content: "※";
  width: 1em;
  margin-left: -1em;
  display: inline-block
}

#plan .inner .card .notes .note:not(:first-child) {
  margin-top: 5px
}

@media screen and (max-width: 1100px) {
  #plan .inner .card .notes .note:not(:first-child) {
    margin-top: 0.45455vw
  }
}

@media screen and (max-width: 768px) {
  #plan .inner .card .notes .note:not(:first-child) {
    margin-top: 5px
  }
}

#access {
  padding: 120px 0 140px;
  background: #f5f5f5
}

@media screen and (max-width: 1100px) {
  #access {
    padding: 10.90909vw 0 12.72727vw
  }
}

@media screen and (max-width: 768px) {
  #access {
    padding: 60px 0 70px
  }
}

#access .gmap {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #access .gmap {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #access .gmap {
    margin-top: 30px
  }
}

#access .gmap>iframe {
  width: 100%;
  height: 30vw
}

@media screen and (max-width: 768px) {
  #access .gmap>iframe {
    height: 90vw
  }
}

#access .inner .accessInfo {
  width: 100%;
  max-width: 740px;
  margin: -80px auto 0;
  padding: 60px 80px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1
}

@media screen and (max-width: 1100px) {
  #access .inner .accessInfo {
    margin-top: -7.27273vw auto 0;
    padding: 5.45455vw 7.27273vw
  }
}

@media screen and (max-width: 768px) {
  #access .inner .accessInfo {
    margin: -80px auto 0;
    padding: 40px 50px
  }
}

#access .inner .accessInfo>dl:not(:first-child) {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #access .inner .accessInfo>dl:not(:first-child) {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #access .inner .accessInfo>dl:not(:first-child) {
    margin-top: 30px
  }
}

#access .inner .accessInfo>dl>dt {
  position: relative;
  font-size: 22px
}

@media screen and (max-width: 1100px) {
  #access .inner .accessInfo>dl>dt {
    font-size: 2vw
  }
}

@media screen and (max-width: 768px) {
  #access .inner .accessInfo>dl>dt {
    font-size: 18px
  }
}

#access .inner .accessInfo>dl>dt:before {
  content: "";
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #0f79d3;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -40px
}

@media screen and (max-width: 1100px) {
  #access .inner .accessInfo>dl>dt:before {
    width: 1.81818vw;
    left: -3.63636vw
  }
}

@media screen and (max-width: 768px) {
  #access .inner .accessInfo>dl>dt:before {
    width: 20px;
    left: -30px
  }
}

#access .inner .accessInfo>dl>dd {
  margin-top: 20px
}

@media screen and (max-width: 1100px) {
  #access .inner .accessInfo>dl>dd {
    margin-top: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #access .inner .accessInfo>dl>dd {
    margin-top: 10px
  }
}

#access .inner .accessInfo>dl>dd>p {
  font-size: 16px;
  line-height: 1.7
}

@media screen and (max-width: 1100px) {
  #access .inner .accessInfo>dl>dd>p {
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #access .inner .accessInfo>dl>dd>p {
    font-size: 14px
  }
}

#access .inner .accessInfo>dl>dd>p.small {
  font-size: 13px
}

@media screen and (max-width: 1100px) {
  #access .inner .accessInfo>dl>dd>p.small {
    font-size: 1.18182vw
  }
}

@media screen and (max-width: 768px) {
  #access .inner .accessInfo>dl>dd>p.small {
    font-size: 13px
  }
}

#access .inner .accessInfo>dl>dd>p.telContents {
  font-size: 26px;
  color: #0f79d3
}

@media screen and (max-width: 1100px) {
  #access .inner .accessInfo>dl>dd>p.telContents {
    font-size: 2.36364vw
  }
}

@media screen and (max-width: 768px) {
  #access .inner .accessInfo>dl>dd>p.telContents {
    font-size: 22px
  }
}

#access .inner .accessInfo>dl>dd>p.telContents .tel>a {
  color: #0f79d3
}

#access .inner .accessInfo>dl>dd>p:not(:first-child) {
  margin-top: 15px
}

@media screen and (max-width: 1100px) {
  #access .inner .accessInfo>dl>dd>p:not(:first-child) {
    margin-top: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  #access .inner .accessInfo>dl>dd>p:not(:first-child) {
    margin-top: 10px
  }
}

#faq {
  padding-top: 160px
}

@media screen and (max-width: 1100px) {
  #faq {
    padding-top: 14.54545vw
  }
}

@media screen and (max-width: 768px) {
  #faq {
    padding-top: 80px
  }
}

#faq .inner .category {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #faq .inner .category {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .category {
    margin-top: 30px
  }
}

#faq .inner .listWrap {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #faq .inner .listWrap {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .listWrap {
    margin-top: 30px
  }
}

#faq .inner .listWrap .list>dl:not(:first-child) {
  margin-top: 2px
}

#faq .inner .listWrap .list>dl>dt {
  height: 90px;
  padding: 0 80px 0 40px;
  background: #f3f8fd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer
}

@media screen and (max-width: 1100px) {
  #faq .inner .listWrap .list>dl>dt {
    height: 8.18182vw;
    padding: 0 7.27273vw 0 3.63636vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .listWrap .list>dl>dt {
    height: auto;
    min-height: 60px;
    padding: 10px 35px 10px 20px
  }
}

#faq .inner .listWrap .list>dl>dt:before {
  content: "";
  width: 4px;
  height: 50px;
  margin-top: -25px;
  background: #0f79d3;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  #faq .inner .listWrap .list>dl>dt:before {
    height: 4.54545vw;
    margin-top: -2.27273vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .listWrap .list>dl>dt:before {
    width: 2px;
    height: 30px;
    margin-top: -15px
  }
}

#faq .inner .listWrap .list>dl>dt .num {
  width: 70px;
  font-size: 30px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  #faq .inner .listWrap .list>dl>dt .num {
    width: 6.36364vw;
    font-size: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .listWrap .list>dl>dt .num {
    width: 40px;
    font-size: 20px
  }
}

#faq .inner .listWrap .list>dl>dt .question {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  #faq .inner .listWrap .list>dl>dt .question {
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .listWrap .list>dl>dt .question {
    font-size: 14px
  }
}

#faq .inner .listWrap .list>dl>dt .arw {
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 0;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  #faq .inner .listWrap .list>dl>dt .arw {
    margin-top: -0.36364vw;
    right: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .listWrap .list>dl>dt .arw {
    margin-top: -3px;
    right: 15px
  }
}

#faq .inner .listWrap .list>dl>dt .arw>svg {
  width: 14px;
  height: 8px
}

@media screen and (max-width: 1100px) {
  #faq .inner .listWrap .list>dl>dt .arw>svg {
    width: 1.27273vw;
    height: 0.72727vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .listWrap .list>dl>dt .arw>svg {
    width: 12px;
    height: 6px
  }
}

#faq .inner .listWrap .list>dl>dt .arw>svg .cls-1 {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out
}

#faq .inner .listWrap .list>dl>dt:hover .num, #faq .inner .listWrap .list>dl>dt:hover .question {
  color: #0f79d3
}

#faq .inner .listWrap .list>dl>dt:hover .arw>svg .cls-1 {
  fill: #0f79d3
}

#faq .inner .listWrap .list>dl>dd {
  padding: 30px 30px 60px;
  display: none
}

@media screen and (max-width: 1100px) {
  #faq .inner .listWrap .list>dl>dd {
    padding: 2.72727vw 2.72727vw 5.45455vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .listWrap .list>dl>dd {
    padding: 15px 15px 25px
  }
}

#faq .inner .listWrap .list>dl>dd .answer {
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1100px) {
  #faq .inner .listWrap .list>dl>dd .answer {
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #faq .inner .listWrap .list>dl>dd .answer {
    font-size: 13px
  }
}

#faq .inner .listWrap .list>dl.active>dt:before {
  opacity: 1
}

#faq .inner .listWrap .list>dl.active>dt .num, #faq .inner .listWrap .list>dl.active>dt .question {
  color: #0f79d3
}

#faq .inner .listWrap .list>dl.active>dt .arw {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

#faq .inner .listWrap .list>dl.active>dt .arw>svg .cls-1 {
  fill: #0f79d3
}

#faq .inner .listWrap .list:not(.active) {
  display: none
}

#contact {
  padding: 160px 0 180px
}

@media screen and (max-width: 1100px) {
  #contact {
    padding: 14.54545vw 0 16.36364vw
  }
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 80px 0 90px
  }
}

#contact .inner .contactTxt {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8
}

@media screen and (max-width: 1100px) {
  #contact .inner .contactTxt {
    margin-top: 4.54545vw;
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .contactTxt {
    margin-top: 30px;
    text-align: left;
    font-size: 14px
  }
}

#contact .inner .contactTxt a {
  text-decoration: underline
}

#contact .inner .reserveNote {
  margin-top: 30px;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
  color: #666666
}

@media screen and (max-width: 1100px) {
  #contact .inner .reserveNote {
    margin-top: 2.72727vw;
    font-size: 1vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .reserveNote {
    margin: 10px 0 0 1em;
    text-align: left;
    font-size: 11px
  }
}

#contact .inner .reserveNote:before {
  content: "※";
  width: 1em;
  display: inline-block
}

@media screen and (max-width: 768px) {
  #contact .inner .reserveNote:before {
    margin-left: -1em
  }
}

#contact .inner .requiredNote {
  margin-top: 50px;
  text-align: right;
  font-size: 11px;
  color: #666666
}

@media screen and (max-width: 1100px) {
  #contact .inner .requiredNote {
    margin-top: 4.54545vw;
    font-size: 1vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .requiredNote {
    margin-top: 30px;
    font-size: 11px
  }
}

#contact .inner .requiredNote>span {
  font-weight: bold;
  color: #0f79d3
}

#contact .inner .form {
  margin-top: 10px
}

@media screen and (max-width: 1100px) {
  #contact .inner .form {
    margin-top: 0.90909vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form {
    margin-top: 15px
  }
}

#contact .inner .form #mail_form>dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl {
    display: block
  }
}

#contact .inner .form #mail_form>dl:not(:first-child) {
  margin-top: 30px
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl:not(:first-child) {
    margin-top: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl:not(:first-child) {
    margin-top: 25px
  }
}

#contact .inner .form #mail_form>dl>dt {
  width: 15em;
  padding-top: calc((60px - 1em) / 2);
  font-size: 16px
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dt {
    padding-top: calc((5.4vw - 1em) / 2);
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dt {
    padding-top: 0;
    font-size: 14px
  }
}

#contact .inner .form #mail_form>dl>dt.requiredIco:after {
  content: "*";
  margin-left: 0.2em;
  display: inline-block;
  font-weight: bold;
  color: #0f79d3
}

#contact .inner .form #mail_form>dl>dt span.required, #contact .inner .form #mail_form>dl>dt span.optional {
  display: none
}

#contact .inner .form #mail_form>dl>dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0;
  line-height: 0
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd {
    margin-top: 15px
  }
}

#contact .inner .form #mail_form>dl>dd input[type="text"], #contact .inner .form #mail_form>dl>dd input[type="email"], #contact .inner .form #mail_form>dl>dd input[type="tel"], #contact .inner .form #mail_form>dl>dd textarea {
  width: 100%;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd input[type="text"], #contact .inner .form #mail_form>dl>dd input[type="email"], #contact .inner .form #mail_form>dl>dd input[type="tel"], #contact .inner .form #mail_form>dl>dd textarea {
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd input[type="text"], #contact .inner .form #mail_form>dl>dd input[type="email"], #contact .inner .form #mail_form>dl>dd input[type="tel"], #contact .inner .form #mail_form>dl>dd textarea {
    font-size: 14px
  }
}

#contact .inner .form #mail_form>dl>dd input[type="text"]::-webkit-input-placeholder, #contact .inner .form #mail_form>dl>dd input[type="email"]::-webkit-input-placeholder, #contact .inner .form #mail_form>dl>dd input[type="tel"]::-webkit-input-placeholder, #contact .inner .form #mail_form>dl>dd textarea::-webkit-input-placeholder {
  color: #aaaaaa
}

#contact .inner .form #mail_form>dl>dd input[type="text"]::-moz-placeholder, #contact .inner .form #mail_form>dl>dd input[type="email"]::-moz-placeholder, #contact .inner .form #mail_form>dl>dd input[type="tel"]::-moz-placeholder, #contact .inner .form #mail_form>dl>dd textarea::-moz-placeholder {
  color: #aaaaaa
}

#contact .inner .form #mail_form>dl>dd input[type="text"]:-ms-input-placeholder, #contact .inner .form #mail_form>dl>dd input[type="email"]:-ms-input-placeholder, #contact .inner .form #mail_form>dl>dd input[type="tel"]:-ms-input-placeholder, #contact .inner .form #mail_form>dl>dd textarea:-ms-input-placeholder {
  color: #aaaaaa
}

#contact .inner .form #mail_form>dl>dd input[type="text"]::-ms-input-placeholder, #contact .inner .form #mail_form>dl>dd input[type="email"]::-ms-input-placeholder, #contact .inner .form #mail_form>dl>dd input[type="tel"]::-ms-input-placeholder, #contact .inner .form #mail_form>dl>dd textarea::-ms-input-placeholder {
  color: #aaaaaa
}

#contact .inner .form #mail_form>dl>dd input[type="text"]::placeholder, #contact .inner .form #mail_form>dl>dd input[type="email"]::placeholder, #contact .inner .form #mail_form>dl>dd input[type="tel"]::placeholder, #contact .inner .form #mail_form>dl>dd textarea::placeholder {
  color: #aaaaaa
}

#contact .inner .form #mail_form>dl>dd input[type="text"], #contact .inner .form #mail_form>dl>dd input[type="email"], #contact .inner .form #mail_form>dl>dd input[type="tel"] {
  height: 60px;
  padding: 0 20px
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd input[type="text"], #contact .inner .form #mail_form>dl>dd input[type="email"], #contact .inner .form #mail_form>dl>dd input[type="tel"] {
    height: 5.45455vw;
    padding: 0 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd input[type="text"], #contact .inner .form #mail_form>dl>dd input[type="email"], #contact .inner .form #mail_form>dl>dd input[type="tel"] {
    height: 40px;
    padding: 0 10px
  }
}

#contact .inner .form #mail_form>dl>dd textarea {
  height: 300px;
  padding: 20px;
  line-height: 1.4
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd textarea {
    height: 27.27273vw;
    padding: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd textarea {
    padding: 10px;
    height: 80vw
  }
}

#contact .inner .form #mail_form>dl>dd.col2 input[type="text"], #contact .inner .form #mail_form>dl>dd.col2 input[type="email"], #contact .inner .form #mail_form>dl>dd.col2 input[type="tel"], #contact .inner .form #mail_form>dl>dd.col2 textarea {
  width: calc((100% - 20px) / 2)
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd.col2 input[type="text"], #contact .inner .form #mail_form>dl>dd.col2 input[type="email"], #contact .inner .form #mail_form>dl>dd.col2 input[type="tel"], #contact .inner .form #mail_form>dl>dd.col2 textarea {
    width: calc((100% - 1.8vw) / 2)
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd.col2 input[type="text"], #contact .inner .form #mail_form>dl>dd.col2 input[type="email"], #contact .inner .form #mail_form>dl>dd.col2 input[type="tel"], #contact .inner .form #mail_form>dl>dd.col2 textarea {
    width: calc((100% - 10px) / 2)
  }
}

#contact .inner .form #mail_form>dl>dd.col2 input[type="text"]:not(:first-child), #contact .inner .form #mail_form>dl>dd.col2 input[type="email"]:not(:first-child), #contact .inner .form #mail_form>dl>dd.col2 input[type="tel"]:not(:first-child), #contact .inner .form #mail_form>dl>dd.col2 textarea:not(:first-child) {
  margin-left: 20px
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd.col2 input[type="text"]:not(:first-child), #contact .inner .form #mail_form>dl>dd.col2 input[type="email"]:not(:first-child), #contact .inner .form #mail_form>dl>dd.col2 input[type="tel"]:not(:first-child), #contact .inner .form #mail_form>dl>dd.col2 textarea:not(:first-child) {
    margin-left: 1.8vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd.col2 input[type="text"]:not(:first-child), #contact .inner .form #mail_form>dl>dd.col2 input[type="email"]:not(:first-child), #contact .inner .form #mail_form>dl>dd.col2 input[type="tel"]:not(:first-child), #contact .inner .form #mail_form>dl>dd.col2 textarea:not(:first-child) {
    margin-left: 10px
  }
}

#contact .inner .form #mail_form>dl>dd .radioType {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd .radioType {
    height: 5.45455vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd .radioType {
    height: auto
  }
}

#contact .inner .form #mail_form>dl>dd .radioType>li:not(:first-child) {
  margin-left: 30px
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd .radioType>li:not(:first-child) {
    margin-left: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd .radioType>li:not(:first-child) {
    margin-left: 30px
  }
}

#contact .inner .form #mail_form>dl>dd .radioType>li>label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd .radioType>li>label {
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd .radioType>li>label {
    font-size: 14px
  }
}

#contact .inner .form #mail_form>dl>dd .radioType>li>label input[type="radio"] {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: relative
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd .radioType>li>label input[type="radio"] {
    width: 3.63636vw;
    height: 3.63636vw;
    margin-right: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd .radioType>li>label input[type="radio"] {
    width: 30px;
    height: 30px;
    margin-right: 10px
  }
}

#contact .inner .form #mail_form>dl>dd .radioType>li>label input[type="radio"]:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: #000000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd .radioType>li>label input[type="radio"]:after {
    width: 1.81818vw;
    height: 1.81818vw;
    margin: -0.90909vw 0 0 -0.90909vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd .radioType>li>label input[type="radio"]:after {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px
  }
}

#contact .inner .form #mail_form>dl>dd .radioType>li>label input[type="radio"]:checked:after {
  opacity: 1
}

#contact .inner .form #mail_form>dl>dd .error_blank {
  margin-top: 10px;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  color: red
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form>dl>dd .error_blank {
    margin-top: 0.90909vw;
    font-size: 1vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form>dl>dd .error_blank {
    margin-top: 10px;
    font-size: 11px
  }
}

#contact .inner .form #mail_form #form_submit input[type="button"] {
  margin-top: 60px;
  cursor: pointer
}

@media screen and (max-width: 1100px) {
  #contact .inner .form #mail_form #form_submit input[type="button"] {
    margin-top: 5.45455vw
  }
}

@media screen and (max-width: 768px) {
  #contact .inner .form #mail_form #form_submit input[type="button"] {
    margin-top: 40px
  }
}

#btnTxtArea {
  padding-bottom: 180px
}

@media screen and (max-width: 1100px) {
  #btnTxtArea {
    padding-bottom: 16.36364vw
  }
}

@media screen and (max-width: 768px) {
  #btnTxtArea {
    padding-bottom: 90px
  }
}

#btnTxtArea .inner {
  font-size: 14px;
  line-height: 1.6
}

@media screen and (max-width: 1100px) {
  #btnTxtArea .inner {
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #btnTxtArea .inner {
    font-size: 13px
  }
}

#btnTxtArea .inner .box {
  padding: 10px;
  border: 1px solid #e5e5e5
}

@media screen and (max-width: 1100px) {
  #btnTxtArea .inner .box {
    padding: 0.90909vw
  }
}

@media screen and (max-width: 768px) {
  #btnTxtArea .inner .box {
    padding: 5px
  }
}

#btnTxtArea .inner .box .border {
  padding: 60px;
  border: 1px solid #e5e5e5
}

@media screen and (max-width: 1100px) {
  #btnTxtArea .inner .box .border {
    padding: 5.45455vw
  }
}

@media screen and (max-width: 768px) {
  #btnTxtArea .inner .box .border {
    padding: 15px
  }
}

#btnTxtArea .inner .box .border p:not(:first-child) {
  margin-top: 1.6em
}

@media screen and (max-width: 768px) {
  #btnTxtArea .inner .box .border p:not(:first-child) {
    margin-top: 1em
  }
}

#btnTxtArea .inner .box .border .section {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #btnTxtArea .inner .box .border .section {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #btnTxtArea .inner .box .border .section {
    margin-top: 40px
  }
}

#btnTxtArea .inner .box .border .section .ttl {
  padding: 15px;
  background: #f3f8fd;
  font-size: 115%;
  font-weight: 700
}

@media screen and (max-width: 1100px) {
  #btnTxtArea .inner .box .border .section .ttl {
    padding: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  #btnTxtArea .inner .box .border .section .ttl {
    padding: 10px
  }
}

#newsPage .inner .listWrap {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #newsPage .inner .listWrap {
    margin-top: 4.54545vw
  }
}

#newsPage .inner .listWrap .list:not(.active) {
  display: none
}

#newsPage .inner .listWrap .list .btn {
  margin-top: 100px
}

@media screen and (max-width: 1100px) {
  #newsPage .inner .listWrap .list .btn {
    margin-top: 9.09091vw
  }
}

#newsArticlePage .inner .articleTtl {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner .articleTtl {
    font-size: 3.27273vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner .articleTtl {
    font-size: 18px
  }
}

#newsArticlePage .inner .articleInfo {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner .articleInfo {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner .articleInfo {
    margin-top: 15px
  }
}

#newsArticlePage .inner .articleInfo .categoryTag {
  width: 110px;
  height: 32px;
  background: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner .articleInfo .categoryTag {
    width: 10vw;
    height: 2.90909vw;
    font-size: 2vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner .articleInfo .categoryTag {
    width: 70px;
    height: 20px;
    font-size: 11px
  }
}

#newsArticlePage .inner .articleInfo .date {
  margin-left: 25px;
  font-size: 24px;
  color: #aaaaaa
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner .articleInfo .date {
    margin-left: 2.27273vw;
    font-size: 2.18182vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner .articleInfo .date {
    margin-left: 10px;
    font-size: 14px
  }
}

#newsArticlePage .inner>article {
  margin-top: 0
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner>article {
    margin-top: 0
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner>article {
    margin-top: 0
  }
}

#newsArticlePage .inner>article .eyecatch {
  font-size: 0;
  line-height: 0
}

#newsArticlePage .inner>article .eyecatch>img {
  width: 100%
}

#newsArticlePage .inner>article .articleInner {
  margin-top: 100px
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner>article .articleInner {
    margin-top: 9.09091vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner>article .articleInner {
    margin-top: 50px
  }
}

#newsArticlePage .inner>article .articleInner p {
  font-size: 18px;
  line-height: 2
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner>article .articleInner p {
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner>article .articleInner p {
    font-size: 13px
  }
}

#newsArticlePage .inner>article .articleInner p:not(:first-child) {
  margin-top: 2em
}

#newsArticlePage .inner>article .articleInner p img {
  width: 100%;
  margin: 1em 0
}

#newsArticlePage .inner>article .articleInner figure:not(:first-child) {
  margin-top: 2em
}

#newsArticlePage .inner>article .articleInner figure img {
  width: 100%;
  margin: 1em 0
}

#newsArticlePage .inner .share {
  margin-top: 80px;
  padding: 40px;
  border: 5px solid #f5f5f5;
  text-align: center
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner .share {
    margin-top: 7.27273vw;
    padding: 3.63636vw;
    border: 0.45455vw solid #f5f5f5
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner .share {
    margin-top: 40px;
    padding: 20px;
    border: 3px solid #f5f5f5
  }
}

#newsArticlePage .inner .share .shareTxt {
  font-size: 16px
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner .share .shareTxt {
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner .share .shareTxt {
    font-size: 12px
  }
}

#newsArticlePage .inner .share .addToAny {
  margin-top: 20px
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner .share .addToAny {
    margin-top: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner .share .addToAny {
    margin-top: 15px
  }
}

#newsArticlePage .inner .share .addToAny .a2a_kit {
  display: inline-block
}

#newsArticlePage .inner .share .addToAny .a2a_kit>a {
  padding: 0 7px
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner .share .addToAny .a2a_kit>a {
    padding: 0 0.63636vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner .share .addToAny .a2a_kit>a {
    padding: 0 7px
  }
}

#newsArticlePage .inner .share .addToAny .a2a_kit>a.a2a_dd {
  display: none
}

#newsArticlePage .inner .btn {
  margin-top: 60px
}

@media screen and (max-width: 1100px) {
  #newsArticlePage .inner .btn {
    margin-top: 5.45455vw
  }
}

@media screen and (max-width: 768px) {
  #newsArticlePage .inner .btn {
    margin-top: 30px
  }
}

#companyPage .inner .companyInfo {
  width: 100%;
  max-width: 800px;
  margin: 0 auto
}

#companyPage .inner .companyInfo>dl {
  padding: 40px 60px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 1100px) {
  #companyPage .inner .companyInfo>dl {
    padding: 3.63636vw 5.45455vw
  }
}

@media screen and (max-width: 768px) {
  #companyPage .inner .companyInfo>dl {
    padding: 20px 30px;
    display: block
  }
}

#companyPage .inner .companyInfo>dl:not(:first-child) {
  margin-top: 2px
}

#companyPage .inner .companyInfo>dl>dt {
  width: 170px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4
}

@media screen and (max-width: 1100px) {
  #companyPage .inner .companyInfo>dl>dt {
    width: 15.45455vw;
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  #companyPage .inner .companyInfo>dl>dt {
    width: 100%;
    font-size: 14px
  }
}

#companyPage .inner .companyInfo>dl>dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.4
}

@media screen and (max-width: 1100px) {
  #companyPage .inner .companyInfo>dl>dd {
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #companyPage .inner .companyInfo>dl>dd {
    margin-top: 8px;
    font-size: 13px
  }
}

#companyPage .inner .companyInfo>dl>dd>ol>li {
  margin-left: 1em
}

#companyPage .inner .companyInfo>dl>dd>ol>li:not(:first-child) {
  margin-top: 8px
}

@media screen and (max-width: 1100px) {
  #companyPage .inner .companyInfo>dl>dd>ol>li:not(:first-child) {
    margin-top: 0.72727vw
  }
}

@media screen and (max-width: 768px) {
  #companyPage .inner .companyInfo>dl>dd>ol>li:not(:first-child) {
    margin-top: 6px
  }
}

#companyPage .inner .companyInfo>dl>dd>ol>li .num {
  width: 1em;
  margin-left: -1em;
  display: inline-block
}

#privacyPage .inner .privacyList {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8
}

@media screen and (max-width: 1100px) {
  #privacyPage .inner .privacyList {
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  #privacyPage .inner .privacyList {
    font-size: 13px
  }
}

#privacyPage .inner .privacyList h3, #privacyPage .inner .privacyList h4 {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4
}

@media screen and (max-width: 1100px) {
  #privacyPage .inner .privacyList h3, #privacyPage .inner .privacyList h4 {
    font-size: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #privacyPage .inner .privacyList h3, #privacyPage .inner .privacyList h4 {
    font-size: 16px
  }
}

#privacyPage .inner .privacyList .block:not(:first-child) {
  margin-top: 5em
}

@media screen and (max-width: 768px) {
  #privacyPage .inner .privacyList .block:not(:first-child) {
    margin-top: 3em
  }
}

#privacyPage .inner .privacyList .block .innerBlock {
  margin-top: 5em
}

@media screen and (max-width: 768px) {
  #privacyPage .inner .privacyList .block .innerBlock {
    margin-top: 3em
  }
}

#privacyPage .inner .privacyList .block .innerBlock>p {
  margin-top: 0.8em
}

#privacyPage .inner .privacyList .block .innerBlock>p.num {
  margin-left: 2em
}

#privacyPage .inner .privacyList .block .innerBlock>p.num>span {
  width: 2em;
  margin-left: -2em;
  display: inline-block
}

#privacyPage .inner .privacyList .block .innerBlock .box {
  margin: 0.5em 0 1.2em;
  padding: 20px;
  border: 1px solid #e5e5e5
}

@media screen and (max-width: 1100px) {
  #privacyPage .inner .privacyList .block .innerBlock .box {
    padding: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  #privacyPage .inner .privacyList .block .innerBlock .box {
    padding: 15px
  }
}

#privacyPage .inner .privacyList .block .innerBlock .box>li {
  margin-left: 1em;
  font-size: 12px
}

@media screen and (max-width: 1100px) {
  #privacyPage .inner .privacyList .block .innerBlock .box>li {
    font-size: 1.09091vw
  }
}

@media screen and (max-width: 768px) {
  #privacyPage .inner .privacyList .block .innerBlock .box>li {
    font-size: 12px
  }
}

#privacyPage .inner .privacyList .block .innerBlock .box>li:not(:first-child) {
  margin-top: 0.5em
}

#privacyPage .inner .privacyList .block .innerBlock .box>li:before {
  content: "・";
  width: 1em;
  margin-left: -1em
}

#privacyPage .inner .privacyList .block .sign {
  margin-top: 5em;
  text-align: right
}

#thanksPage .inner .thanksTxt {
  text-align: center;
  font-size: 18px;
  line-height: 1.8
}

@media screen and (max-width: 1100px) {
  #thanksPage .inner .thanksTxt {
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #thanksPage .inner .thanksTxt {
    font-size: 13px
  }
}

@media screen and (max-width: 374px) {
  #thanksPage .inner .thanksTxt {
    font-size: 3.46667vw
  }
}

#thanksPage .inner .btn {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #thanksPage .inner .btn {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #thanksPage .inner .btn {
    margin-top: 30px
  }
}

#errPage .inner .errTxt {
  text-align: center;
  font-size: 18px;
  line-height: 1.8
}

@media screen and (max-width: 1100px) {
  #errPage .inner .errTxt {
    font-size: 1.63636vw
  }
}

@media screen and (max-width: 768px) {
  #errPage .inner .errTxt {
    font-size: 13px
  }
}

@media screen and (max-width: 374px) {
  #errPage .inner .errTxt {
    font-size: 3.46667vw
  }
}

#errPage .inner .btn {
  margin-top: 50px
}

@media screen and (max-width: 1100px) {
  #errPage .inner .btn {
    margin-top: 4.54545vw
  }
}

@media screen and (max-width: 768px) {
  #errPage .inner .btn {
    margin-top: 30px
  }
}

.dspPc {
  display: block
}

@media screen and (max-width: 768px) {
  .dspPc {
    display: none
  }
}

.dspSp {
  display: none
}

@media screen and (max-width: 768px) {
  .dspSp {
    display: block
  }
}

a {
  text-decoration: none;
  color: #333333
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

html {
  height: 100%
}

body {
  width: 100%;
  height: 100%;
  font-family: "jp_font", sans-serif;
  font-weight: normal;
  color: #000000
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed
}

#wrapper {
  width: 100%;
  min-height: 100%;
  padding-top: 141px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 99px
  }
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3
}

@media screen and (max-width: 768px) {
  header {
    position: fixed
  }
}

header .head {
  width: 100%;
  height: 90px;
  background: #000000;
  border-bottom: 1px solid #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media screen and (max-width: 768px) {
  header .head {
    height: auto;
    padding: 0 15px 15px 15px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
  }
}

header .head .logo {
  font-size: 0;
  line-height: 0
}

@media screen and (max-width: 768px) {
  header .head .logo {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

header .head .logo>a>img {
  width: 180px
}

@media screen and (max-width: 768px) {
  header .head .logo>a>img {
    width: 110px
  }
}

header .head .cvBtn {
  width: 265px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px
}

@media screen and (max-width: 1100px) {
  header .head .cvBtn {
    width: 24.09091vw
  }
}

@media screen and (max-width: 768px) {
  header .head .cvBtn {
    width: 100%;
    height: 34px;
    position: static
  }
}

header .head .cvBtn>span {
  width: 100%;
  height: 100%;
  background: #CBAE46;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  header .head .cvBtn>span {
    font-size: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  header .head .cvBtn>span {
    font-size: 13px;
    border-radius: 3px
  }
}

header .head .spMenuBars {
  display: none
}

@media screen and (max-width: 768px) {
  header .head .spMenuBars {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 2px
  }
  header .head .spMenuBars .bars {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  header .head .spMenuBars .bars .bar {
    width: 24px;
    height: 2px;
    background: #ffffff;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
  }
  header .head .spMenuBars .bars .bar:not(:first-child) {
    margin-top: 6px
  }
  header .head .spMenuBars.active .bars .bar:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg)
  }
  header .head .spMenuBars.active .bars .bar:nth-child(2) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    -ms-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg)
  }
}

header .menu {
  width: 100%
}

@media screen and (max-width: 768px) {
  header .menu {
    display: none
  }
}

header .menu .menuInner {
  width: 100%;
  height: 50px;
  background: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out
}

@media screen and (max-width: 768px) {
  header .menu .menuInner {
    height: 100%;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.85);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

header .menu .menuInner .nav {
  font-size: 0;
  line-height: 0
}

header .menu .menuInner .nav>li {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out
}
@media screen and (max-width: 1100px) {
  header .menu .menuInner .nav>li {
    font-size: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  header .menu .menuInner .nav>li {
    display: block;
    text-align: center;
    font-size: 4vw
  }
}

header .menu .menuInner .nav>li:not(:first-child) {
  margin-left: 40px
}

@media screen and (max-width: 1100px) {
  header .menu .menuInner .nav>li:not(:first-child) {
    margin-left: 3.63636vw
  }
}

@media screen and (max-width: 768px) {
  header .menu .menuInner .nav>li:not(:first-child) {
    margin: 2em 0 0 0
  }
}
header .menu .menuInner .nav > li a {
    color: inherit;
    line-height: 1;
    transition: color 0.3s ease-in-out
}
header .menu .menuInner .nav>li:hover,header .menu .menuInner .nav > li a:hover {
  color: #CBAE46;
}

header .menu .menuInner .sns {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px
}

@media screen and (max-width: 768px) {
  header .menu .menuInner .sns {
    margin-top: 40px;
    position: static
  }
}

header .menu .menuInner .sns>li:not(:first-child) {
  margin-left: 15px
}

@media screen and (max-width: 1100px) {
  header .menu .menuInner .sns>li:not(:first-child) {
    margin-left: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  header .menu .menuInner .sns>li:not(:first-child) {
    margin-left: 20px
  }
}

header .menu .menuInner .sns>li>a {
  opacity: 0.5;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out
}

header .menu .menuInner .sns>li>a:hover {
  opacity: 1
}

header .menu .menuInner .sns>li>a>img {
  width: 20px
}

@media screen and (max-width: 1100px) {
  header .menu .menuInner .sns>li>a>img {
    width: 1.81818vw
  }
}

@media screen and (max-width: 768px) {
  header .menu .menuInner .sns>li>a>img {
    width: 24px
  }
}

header.fix .head .logo {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 20px;
  z-index: 3
}

header.fix .head .logo>a>img {
  width: 138px
}

@media screen and (max-width: 1100px) {
  header.fix .head .logo>a>img {
    width: 12.54545vw
  }
}

header.fix .head .cvBtn {
  width: 205px;
  height: 40px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 3
}

@media screen and (max-width: 1100px) {
  header.fix .head .cvBtn {
    width: 18.63636vw
  }
}

header.fix .head .cvBtn>span {
  font-size: 14px
}

@media screen and (max-width: 1100px) {
  header.fix .head .cvBtn>span {
    font-size: 1.2vw
  }
}

header.fix .menu {
  position: fixed;
  top: 0;
  left: 0
}

header.fix .menu .menuInner {
  height: 60px
}

header.fix .menu .sns {
  display: none
}

header.fix .headerFixFadeIn {
  opacity: 0
}

header.fix .headerFixFadeIn.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out
}

#main-title {
  padding: 80px 0 0
}

#main-title .ttl {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.6
}

@media screen and (max-width: 1100px) {
  #main-title .ttl {
    font-size: 4vw
  }
}

@media screen and (max-width: 768px) {
  #main-title .ttl {
    font-size: 24px
  }
}

@media screen and (max-width: 374px) {
  #main-title .ttl {
    font-size: 6.4vw
  }
}

.ttl {
  text-align: center;
  font-weight: 400
}

.ttl>span {
  display: block
}

.ttl>span.en {
  font-size: 54px
}

@media screen and (max-width: 1100px) {
  .ttl>span.en {
    font-size: 4.90909vw
  }
}

@media screen and (max-width: 768px) {
  .ttl>span.en {
    font-size: 30px
  }
}

.ttl>span.jp {
  margin-top: 5px;
  font-size: 16px;
  color: #CBAE46;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  .ttl>span.jp {
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  .ttl>span.jp {
    font-size: 12px
  }
}

.pageContents {
  padding-top: 100px
}

@media screen and (max-width: 1100px) {
  .pageContents {
    padding-top: 9.09091vw
  }
}

@media screen and (max-width: 768px) {
  .pageContents {
    padding-top: 50px
  }
}

.pageContents .ttl {
  margin-bottom: 100px
}

@media screen and (max-width: 1100px) {
  .pageContents .ttl {
    margin-bottom: 9.09091vw
  }
}

@media screen and (max-width: 768px) {
  .pageContents .ttl {
    margin-bottom: 50px
  }
}

/* ====================================== breadcrumb */
.breadcrumb {
  margin-top: 200px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 1100px) {
  .breadcrumb {
    margin-top: 18.18182vw;
    padding: 1.36364vw 0;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 100px;
    padding: 10px 0;
  }
}

.breadcrumb .inner .breadcrumbList {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.breadcrumb .inner .breadcrumbList > li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  color: #999999;
}

@media screen and (max-width: 1100px) {
  .breadcrumb .inner .breadcrumbList > li {
    font-size: 1.09091vw;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb .inner .breadcrumbList > li {
    font-size: 10px;
  }
}

.breadcrumb .inner .breadcrumbList > li:not(:last-child):after {
  content: ">";
  width: 1em;
  margin: 0 1em;
  display: inline-block;
}

.breadcrumb .inner .breadcrumbList > li > a {
  color: #0f79d3;
}

.wapperBtnFixed{
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9;
  transform: translate(100%,-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.wapperBtnFixed.show{
  transform: translate(0,-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.wapperBtnFixed .listBtn{
  background-color: #fff;
  padding: 5px;
}

.wapperBtnFixed .listBtn .btn + .btn{
  padding-top: 5px;
}

.wapperBtnFixed .listBtn .btn a{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    writing-mode: tb-rl;
    display: inline-block;
    padding: 54px 18px 20px;
    letter-spacing: 3px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.wapperBtnFixed .listBtn .btnPhone a{
  background: #0D75A5 url(../img/icon-btn-phone.webp) no-repeat top 16px center;
  background-size: 16px 24px;
  width: 16px;
  word-break: break-all;
  text-align: center;
  writing-mode: inherit;
}

.wapperBtnFixed .listBtn .btnLine a{
  background: #0DBD0D url(../img/icon-btn-line.webp) no-repeat top 13px center;
  background-size: 32px 32px;
}

.wapperBtnFixed .listBtn .btnEmail a{
  background: #BD3C4B url(../img/icon-btn-email.webp) no-repeat top 20px center;
  background-size: 25px 20px;
}

.wapperBtnFixed .listBtn .btn a.sp{
  display: none;
}

@media screen and (max-width: 768px) {
  .wapperBtnFixed{
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: inherit;
    background-color: transparent;
  }

  .wapperBtnFixed .listBtn {
    display: flex;
    justify-content: space-between;
  }

  .wapperBtnFixed .listBtn .btn{
    width: 32%;
  }

  .wapperBtnFixed .listBtn .btn a {
    writing-mode: inherit;
    display: inline-block;
    padding: 14px 5% 14px 25%;
    font-size: 4vw;
    letter-spacing: 0;
    text-align: center;
  }

  .wapperBtnFixed .listBtn .btn + .btn {
    padding-top: 0;
  }

  .wapperBtnFixed .listBtn .btn a.pc{
    display: none;
  }
  .wapperBtnFixed .listBtn .btn a.sp{
    display: block;
  }

  .wapperBtnFixed .listBtn .btnPhone a {
    background: #0D75A4 url(../img/icon-btn-phone.webp) no-repeat center left 12%;
    background-size: 12% 52%;
    width: auto;
  }

  .wapperBtnFixed .listBtn .btnLine a {
    background: #0DBD0D url(../img/icon-btn-line.webp) no-repeat center left 6%;
    background-size: 20%;
  }

  .wapperBtnFixed .listBtn .btnEmail a {
    background: #BD3C4B url(../img/icon-btn-email.webp) no-repeat center left 6%;
    background-size: 17% 35%;
  }

  .slick-arrow {
    width: 30px;
  }
}

@media (min-width: 500px) and (max-width: 768px){
  .wapperBtnFixed .listBtn .btnPhone a {
    background: #0D75A5 url(../img/icon-btn-phone.webp) no-repeat center left 14%;
    background-size: 10% 57%;
  }

  .wapperBtnFixed .listBtn .btnLine a {
    background: #0DBD0D url(../img/icon-btn-line.webp) no-repeat center left 5%;
    background-size: 17%;
  }

  .wapperBtnFixed .listBtn .btnEmail a {
    background: #BD3C4B url(../img/icon-btn-email.webp) no-repeat center left 5%;
    background-size: 15% 42%;
  }
}

@media screen and (min-width: 769px) {

  .wapperBtnFixed .listBtn .btn a:hover{
    opacity: 0.7;
  }

  .wapperBtnFixed .listBtn .btnPhone a{
    pointer-events: none;
  }

  .MacOS .wapperBtnFixed .listBtn .btnPhone a{
    width: 14px;
  }

}

@media (min-width: 769px) and (max-width: 1450px){
  .wapperBtnFixed .listBtn .btn a {
    font-size: 14px;
    padding: 40px 15px 10px;
    letter-spacing: 2px;
  }

  .wapperBtnFixed .listBtn .btnPhone a {
    background: #0D75A5 url(../img/icon-btn-phone.webp) no-repeat top 11px center;
    background-size: 12px 20px;
  }

  .wapperBtnFixed .listBtn .btnLine a {
    background: #0DBD0D url(../img/icon-btn-line.webp) no-repeat top 8px center;
    background-size: 25px;
  }

  .wapperBtnFixed .listBtn .btnEmail a {
    background: #BD3C4B url(../img/icon-btn-email.webp) no-repeat top 15px center;
    background-size: 20px 15px;
  }
}


footer .cvArea {
  padding: 65px 0;
  background: #f5f5f5
}

@media screen and (max-width: 1100px) {
  footer .cvArea {
    padding: 5.90909vw 0
  }
}

@media screen and (max-width: 768px) {
  footer .cvArea {
    padding: 40px 0
  }
}

footer .cvArea .inner .btn>span {
  width: 100%;
  max-width: 800px;
  height: 130px;
  margin: 0 auto;
  background-color: #0f79d3;
  background-image: url(../img/cv_btn_bg01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  footer .cvArea .inner .btn>span {
    height: 11.81818vw;
    border-radius: 0.72727vw
  }
}

@media screen and (max-width: 768px) {
  footer .cvArea .inner .btn>span {
    height: 80px;
    border-radius: 5px
  }
}

footer .cvArea .inner .btn>span .main {
  font-size: 36px
}

@media screen and (max-width: 1100px) {
  footer .cvArea .inner .btn>span .main {
    font-size: 3.27273vw
  }
}

@media screen and (max-width: 768px) {
  footer .cvArea .inner .btn>span .main {
    font-size: 5.33333vw
  }
}

footer .cvArea .inner .btn>span .sub {
  margin-top: 15px;
  font-size: 16px
}

@media screen and (max-width: 1100px) {
  footer .cvArea .inner .btn>span .sub {
    margin-top: 1.36364vw;
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  footer .cvArea .inner .btn>span .sub {
    margin-top: 8px;
    font-size: 13px
  }
}

footer .contents {
  background: #000000
}

footer .contents .snsArea {
  padding: 40px 0;
  border-bottom: 1px solid #666666
}

@media screen and (max-width: 1100px) {
  footer .contents .snsArea {
    padding: 3.63636vw 0
  }
}

@media screen and (max-width: 768px) {
  footer .contents .snsArea {
    padding: 15px 0
  }
}

footer .contents .snsArea .inner .snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width: 768px) {
  footer .contents .snsArea .inner .snsList {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

footer .contents .snsArea .inner .snsList>li {
  width: calc((100% - 60px) / 4)
}

@media screen and (max-width: 1100px) {
  footer .contents .snsArea .inner .snsList>li {
    width: calc((100% - 5.4vw) / 4)
  }
}

@media screen and (max-width: 768px) {
  footer .contents .snsArea .inner .snsList>li {
    width: calc((100% - 10px) / 2)
  }
}

@media screen and (max-width: 374px) {
  footer .contents .snsArea .inner .snsList>li {
    width: calc((100% - 2.6vw) / 2)
  }
}

footer .contents .snsArea .inner .snsList>li:not(:first-child) {
  margin-left: 20px
}

@media screen and (max-width: 1100px) {
  footer .contents .snsArea .inner .snsList>li:not(:first-child) {
    margin-left: 1.8vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .snsArea .inner .snsList>li:not(:first-child) {
    margin-left: 0
  }
}

@media screen and (max-width: 768px) {
  footer .contents .snsArea .inner .snsList>li:nth-child(n+3) {
    margin-top: 10px
  }
}

@media screen and (max-width: 374px) {
  footer .contents .snsArea .inner .snsList>li:nth-child(n+3) {
    margin-top: 2.6vw
  }
}

footer .contents .snsArea .inner .snsList>li>a {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  footer .contents .snsArea .inner .snsList>li>a {
    height: 5.45455vw;
    padding-left: 1.36364vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .snsArea .inner .snsList>li>a {
    height: 50px;
    padding-left: 15px
  }
}

@media screen and (max-width: 374px) {
  footer .contents .snsArea .inner .snsList>li>a {
    height: 13.33333vw;
    padding-left: 4vw
  }
}

footer .contents .snsArea .inner .snsList>li>a:hover {
  background: rgba(255, 255, 255, 0.5)
}

footer .contents .snsArea .inner .snsList>li>a .ico {
  font-size: 0;
  line-height: 0
}

footer .contents .snsArea .inner .snsList>li>a .ico>img {
  width: 30px
}

@media screen and (max-width: 1100px) {
  footer .contents .snsArea .inner .snsList>li>a .ico>img {
    width: 2.72727vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .snsArea .inner .snsList>li>a .ico>img {
    width: 20px
  }
}

@media screen and (max-width: 374px) {
  footer .contents .snsArea .inner .snsList>li>a .ico>img {
    width: 5.33333vw
  }
}

footer .contents .snsArea .inner .snsList>li>a .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}

footer .contents .snsArea .inner .snsList>li>a .txt .type {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  footer .contents .snsArea .inner .snsList>li>a .txt .type {
    font-size: 1.27273vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .snsArea .inner .snsList>li>a .txt .type {
    font-size: 11px
  }
}

@media screen and (max-width: 374px) {
  footer .contents .snsArea .inner .snsList>li>a .txt .type {
    font-size: 2.93333vw
  }
}

footer .contents .snsArea .inner .snsList>li>a .txt .cmt {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
  color: #0f79d3
}

@media screen and (max-width: 1100px) {
  footer .contents .snsArea .inner .snsList>li>a .txt .cmt {
    margin-top: 0.45455vw;
    font-size: 1vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .snsArea .inner .snsList>li>a .txt .cmt {
    margin-top: 5px;
    font-size: 10px
  }
}

@media screen and (max-width: 374px) {
  footer .contents .snsArea .inner .snsList>li>a .txt .cmt {
    margin-top: 1.33333vw;
    font-size: 2.66667vw
  }
}

footer .contents .footArea {
  padding: 70px 0 60px
}

@media screen and (max-width: 1100px) {
  footer .contents .footArea {
    padding: 6.36364vw 0 5.45455vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .footArea {
    padding: 50px 0 30px
  }
}

footer .contents .footArea .inner .logo {
  text-align: center;
  font-size: 0;
  line-height: 0
}

footer .contents .footArea .inner .logo>img {
  width: 180px
}

@media screen and (max-width: 1100px) {
  footer .contents .footArea .inner .logo>img {
    width: 16.36364vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .footArea .inner .logo>img {
    width: 120px
  }
}

footer .contents .footArea .inner .nav {
  margin-top: 40px;
  font-size: 0;
  line-height: 0;
  text-align: center
}

@media screen and (max-width: 1100px) {
  footer .contents .footArea .inner .nav {
    margin-top: 3.63636vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .footArea .inner .nav {
    margin-top: 40px
  }
}

footer .contents .footArea .inner .nav>li {
  display: inline-block
}

@media screen and (max-width: 768px) {
  footer .contents .footArea .inner .nav>li {
    display: block
  }
}

footer .contents .footArea .inner .nav>li:not(:first-child) {
  margin-left: 40px
}

@media screen and (max-width: 1100px) {
  footer .contents .footArea .inner .nav>li:not(:first-child) {
    margin-left: 3.63636vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .footArea .inner .nav>li:not(:first-child) {
    margin: 20px 0 0 0
  }
}

footer .contents .footArea .inner .nav>li>a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff
}

@media screen and (max-width: 1100px) {
  footer .contents .footArea .inner .nav>li>a {
    font-size: 1.45455vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .footArea .inner .nav>li>a {
    font-size: 11px
  }
}

footer .contents .footArea .inner .copyright {
  margin-top: 100px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #999999
}

@media screen and (max-width: 1100px) {
  footer .contents .footArea .inner .copyright {
    margin-top: 9.09091vw;
    font-size: 1vw
  }
}

@media screen and (max-width: 768px) {
  footer .contents .footArea .inner .copyright {
    margin-top: 50px;
    font-size: 10px
  }
}

footer #pagetop {
  width: 90px;
  height: 90px;
  background: rgba(15, 121, 211, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  footer #pagetop {
    width: 8.18182vw;
    height: 8.18182vw
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    display: none
  }
}

footer #pagetop .arw {
  width: 14px;
  height: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 0;
  line-height: 0
}

@media screen and (max-width: 1100px) {
  footer #pagetop .arw {
    width: 1.27273vw;
    height: 0.72727vw
  }
}

footer #pagetop .arw>svg {
  width: 100%;
  height: 100%
}

footer #pagetop .arw>svg .cls-1 {
  fill: #0f79d3;
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out
}

footer #pagetop .txt {
  margin-top: 7px;
  text-align: center;
  font-size: 20px;
  color: #0f79d3;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out
}

@media screen and (max-width: 1100px) {
  footer #pagetop .txt {
    margin-top: 0.63636vw;
    font-size: 1.81818vw
  }
}

footer #pagetop:hover {
  background: #0f79d3
}

footer #pagetop:hover .arw>svg .cls-1 {
  fill: #ffffff
}

footer #pagetop:hover .txt {
  color: #ffffff
}

#bk {
  width: 100%;
  height: 100%;
  background: #000000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 1
}

.muryo {
  position: relative;
  text-decoration: line-through;
  text-decoration-color: black;
}

.gentei {
  width: 190px;
}

@media screen and (max-width:768px) {
  .gentei {
    width: 100px;
  }
}
/* ====================================== comparison */
.bg_glay {
	background: #bfbfbf !important;
}
.color_pink {
	color: #dd0159;
}
#comparison {
	padding-top: 140px;
}
.big-nam_td {
	font-size: 40px;
	font-weight: bold;
}
.big-nam_td small {
	font-size: .5em;
}
.nam_td {
	font-size: 25px;
	font-weight: bold;
}
.nam_td small {
	font-size: .8em;
}
.hikaku {
	border-collapse: collapse;
	width:100%;
	text-align: center;
	border-bottom: 3px solid #63d6e0;
	border-right: 3px solid #63d6e0;
	margin-top: 50px;
}
.top_th {
	font-size: 25px;
	width:25%;
	padding: 15px 0!important;
}
.hikaku th,.hikaku td {
	vertical-align: middle;
	border-top: 3px solid #63d6e0;
	border-left: 3px solid #63d6e0;
	padding: 5px 0;
}
.hikaku th {
	background: #47b3bf;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.hikaku td {
	font-size: 16px;
	line-height: 1.5em;
	color: #696969;
	background: #ffffff;
}
.hikaku td.td_1st {
	background: #f0fcfc !important;
}
.hikaku td img {
	width:35px;
}
.th_none {
	visibility: hidden;
	border:none !important;
}
.th_logo img {
	width:125px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#comparison {
		padding-top: 70px;
	}
	.big-nam_td {
		font-size: 20px;
		font-weight: normal;
	}
	.nam_td {
		font-size: 16px;
		font-weight: normal;
	}
	.hikaku {
		border-bottom: 1px solid #63d6e0;
		border-right: 1px solid #63d6e0;
		margin-top: 25px;
	}
	.hikaku th,.hikaku td {
		border-top: 1px solid #63d6e0;
		border-left: 1px solid #63d6e0;
	}
	.hikaku th {
		font-size: 16px;
	}
	.hikaku td {
		font-size: 14px;
		padding: 5px;
	}
	.hikaku td img {
		width:20px;
	}
	.top_th {
		font-size: 25px;
		width:25%;
		padding: 10px 0;
	}
	.th_none {
		visibility: hidden;
		border:none !important;
	}
	.th_logo img {
		width:70px;
	}
}

/* ====================================== uservoice */

#uservoice {
  padding-top: 140px;
}

.voice_wrap {
  background: #ffffff;
  margin-top: 50px;
  padding: 10px 40px;
  height: 500px;
  overflow-y: scroll;
}

.voice_wrap li {
  padding: 30px 0;
  border-bottom: 2px solid #cccccc;
}

.voice_wrap li:last-child {
  border: none;
}

.voice_icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.voice_icon::before {
  content: "";
  background: url(../img/avata.webp) no-repeat;
  background-size: cover;
  width: 44px;
  height: 43px;
  margin-right: 5px;
}

.voice_icon::after {
  content: "";
  background: url(../img/star.webp) no-repeat;
  background-size: cover;
  width: 113px;
  height: 22px;
}

.voice_wrap p {
  font-size: 18px;
  line-height: 1.7em;
}

@media screen and (max-width:768px) {
  #uservoice {
    padding-top: 70px;
  }
  .voice_wrap {
    margin-top: 25px;
    padding: 5px 20px;
    height: 300px;
  }
  .voice_wrap li {
    padding: 15px 0;
  }
  .voice_icon {
    margin-bottom: 10px;
  }
  .voice_icon::before {
    width: 30px;
    height: 29px;
  }
  .voice_icon::after {
    width: 94px;
    height: 18px;
  }
  .voice_wrap p {
    font-size: 15px;
  }
}


/* ====================================== areaInfo */

#areaInfo {
  background: url(../img/area.webp) no-repeat;
  background-size: cover;
  padding: 140px 0;
}

.area_wrap {
  position: relative;
  margin-top: 50px;
  z-index: 1;
  padding: 10px;
}

.area_wrap::after {
  content: "";
  background: #ffffff;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.area_wrap_in {
  border: 1px solid #6b6b6b;
  padding: 50px;
}

.area_wrap p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  #areaInfo {
    background-size: cover;
    padding: 80px 0;
  }
  .area_wrap {
    margin-top: 25px;
  }
  .area_wrap_in {
    padding: 20px;
  }
  .area_wrap p {
    font-size: 14px;
    text-align: left;
  }
}

  /* ====================================== hotkey_wrap */
.hotkey_wrap {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top:40px;
}
.key_title {
	width: 20%;
	font-size: 16px;
}
.key_title span {
	font-family: "en_font02", cursive;
	font-weight: 400;
	font-size: 1.2em;
	color: orange;
	vertical-align: middle;
	margin-left: 1em;
}
.hotkey_list {
	width: 80%;
	border-left: 5px solid orange;
	padding-left: 20px;
}
.hotkey_list li {
	display: inline-block;
	background: #000000;
	margin: 5px 0 5px 5px;
	border-radius: 3px;
}
.hotkey_list li a {
	display: block;
	color: #ffffff;
	font-size: 15px;
	padding: 5px 15px;
}
@media screen and (max-width:768px){
	.hotkey_wrap {
		flex-direction: column;
		margin-top:20px;
	}
	.key_title {
		width: 100%;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.hotkey_list {
		width: 100%;
		border-top: 3px solid orange;
		border-left: none;
		padding-left: 0;
		padding-top: 5px;
	}
	.hotkey_list li {
		display: inline-block;
		background: #000000;
		margin: 5px 0 5px 5px;
		border-radius: 3px;
	}
	.hotkey_list li a {
		display: block;
		color: #ffffff;
		font-size: 13px;
		padding: 5px 15px;
	}
}
.muryo {
	position: relative;
	text-decoration: line-through;
	text-decoration-color: black;
}
.gentei {
	width: 190px;
}
@media screen and (max-width:768px){
	.gentei {
		width: 100px;
	}
}