@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s-narrow.min.css");/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/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,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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
  display: block;
}

body {
  line-height: 1;
}

ol li,ul li {
  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;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1260px;
  font-size: 1.5rem;
  line-height: 2.06667;
  color: #00324a;
  font-family: YakuHanJPs_Narrow, "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .3s;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,select {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-main {
  overflow: hidden;
}

.l-wrapper {
  min-width: 1220px;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,.slick-next {
  position: absolute;
  display: block;
  width: 9px;
  height: 13px;
  cursor: pointer;
  color: transparent;
  bottom: -2px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
  opacity: .7;
  outline: none;
  color: transparent;
}

.slick-prev {
  left: 0;
}

.voice__items > .slick-prev {
  left: 46%;
  transform: translateX(-50%);
  background: url(../img/icn_prev_1.png) no-repeat center/contain;
}

.slick-next {
  right: 0;
}

.voice__items > .slick-next {
  left: 54%;
  transform: translateX(-50%);
  background: url(../img/icn_next_1.png) no-repeat center/contain;
}

.slick-dots {
  position: absolute;
  display: flex !important;
  justify-content: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 9px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: none;
  opacity: .7;
}

.slick-dots .slick-active button {
  background: #ffff00;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header__wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 36px 20px 0;
}

.header__head {
  width: 248px;
}

.header__head a {
  display: block;
}

.header__head a:hover {
  opacity: .7;
}

.header__head a img {
  width: 100%;
}

.header__btn {
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 80px;
  top: 0;
  right: 0;
  color: #fff;
  background: #e60564;
  cursor: default;
}

.header__btn span {
  display: flex;
  align-items: center;
  font-size: 3.175rem;
  line-height: 1.03937;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .05em;
  text-indent: .05em;
}

.header__btn span::before {
  content: '';
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: url(../img/icn_tel.png) no-repeat center/contain;
}

.header__btn small {
  font-size: 1.1rem;
  line-height: 2;
}

.footer {
  position: relative;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0 14px;
  background: #00324a;
  z-index: 1000;
}

.footer__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 319px;
  margin: 0 auto;
  padding-bottom: 12px;
  font-weight: bold;
  border-radius: 53px;
  background: #e60564;
}

.footer__btn:hover {
  opacity: .7;
}

.footer__btn small {
  display: block;
  padding: 0 6px;
  font-size: 1.031rem;
  line-height: 2.23084;
  color: #0181bf;
  transform: translateY(-9px);
  background: #ffff00;
}

.footer__btn span {
  font-size: 2.099rem;
  line-height: 1.23869;
  color: #ffff00;
}

.heading-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading-1::before {
  content: '';
  width: 37px;
  height: 24px;
  margin-bottom: 16px;
  background: url(../img/icn_heading_2.png) no-repeat center/contain;
}

.heading-1.-white::before {
  background: url(../img/icn_heading_1.png) no-repeat center/contain;
}

.heading-1 span[lang="en"] {
  margin-bottom: 15px;
  padding: 0 16px;
  font-size: 1.6rem;
  line-height: 2.125;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  letter-spacing: .06em;
  text-indent: .06em;
  background: #ffff00;
}

.heading-1 span[lang="en"].-blue {
  color: #fff;
  background: #0181bf;
}

.heading-1 span[lang="en"].-black {
  color: #fff;
  background: #00324a;
}

.heading-1 span[lang="en"] + span {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.heading-1 span[lang="en"] + span.-white {
  color: #fff;
}

.mv {
  height: 945px;
  padding-top: 106px;
  box-sizing: border-box;
  background: url(../img/mv_pc.jpg) no-repeat center/cover;
}

.mv__head {
  width: 601px;
  margin-left: auto;
}

.mv__head img {
  width: 100%;
}

.mv__lead {
  width: 203px;
  margin: 6px auto 26px;
  font-size: 1.8rem;
  line-height: 2.77778;
  color: #ffff00;
  text-align: center;
  border-radius: 25px;
  background: #00324a;
}

.mv__point {
  width: 774px;
  margin: 0 auto 44px;
}

.mv__point img {
  width: 100%;
}

.mv__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin: 0 auto 25px;
  padding-bottom: 24px;
  font-weight: bold;
  border-radius: 53px;
  box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.35);
  background: #e60564;
}

.mv__btn:hover {
  transform: translateY(8px);
  box-shadow: none;
}

.mv__btn small {
  display: block;
  padding: 0 12px;
  font-size: 1.8rem;
  line-height: 2.22222;
  color: #0181bf;
  transform: translateY(-9px);
  background: #ffff00;
}

.mv__btn span {
  font-size: 3.666rem;
  line-height: 1.20022;
  color: #ffff00;
}

.mv__note {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv__note li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}

.mv__note li span {
  position: absolute;
  top: 0;
  left: 0;
}

.introduction {
  padding: 144px 0 100px;
}

.introduction__wrap {
  position: relative;
}

.introduction__head {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 400px;
  top: -60px;
  left: 0;
  padding: 93px 20px 20px 56px;
  box-sizing: border-box;
  background: #ffff00;
}

.introduction__head span[lang="en"] {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  letter-spacing: .06em;
}

.introduction__head span[lang="en"] + span {
  font-size: 3.3rem;
  line-height: 1.57576;
  font-weight: bold;
}

.introduction__item {
  margin-left: 84px;
  box-sizing: border-box;
  padding: 75px 0 65px;
  background: url(../img/bg_introduction_pc.jpg) no-repeat center/cover;
}

.introduction__detail {
  width: 64.69%;
  margin: 0 auto 27px;
  font-weight: bold;
  color: #fff;
  transform: translateX(146px);
}

.introduction__txt {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.63636;
}

.introduction__txt + p {
  margin-top: 38px;
}

.introduction__txt small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.84615;
}

.introduction__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2rem;
  line-height: 2.46875;
  font-weight: bold;
  color: #ffff00;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.introduction__summary > span {
  display: inline-flex;
  padding: 0 10px;
  background: #00324a;
}

.introduction__summary > span + span {
  margin-top: 5px;
}

.introduction__summary > span span {
  display: inline-block;
}

.result {
  position: relative;
  overflow: hidden;
  transform: skewY(-3.5deg);
  background: #0181bf;
}

.result::before,.result::after {
  content: '';
  position: absolute;
  height: 446px;
  z-index: -1;
}

.result::before {
  width: 304px;
  bottom: -60px;
  left: 0;
  background: url(../img/bg_result_1.png) no-repeat center/contain;
}

.result::after {
  width: 357px;
  top: -157px;
  right: 0;
  background: url(../img/bg_result_2.png) no-repeat center/contain;
}

.result__box {
  padding: 67px 0 127px;
  transform: skewY(3.5deg);
}

.result__wrap {
  margin-top: 43px;
  padding: 40px 0 76px;
  box-sizing: border-box;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background: #fff;
}

.result__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.result__item {
  width: 470px;
}

.result__item:nth-of-type(n+3) {
  margin-top: 16px;
}

.result__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  font-weight: bold;
}

.result__heading > span {
  display: flex;
  flex-direction: column;
}

.result__heading > span span {
  font-size: 2.6rem;
  line-height: 1.42308;
}

.result__heading > span small {
  font-size: 1.6rem;
  line-height: 1.5;
}

.result__heading i {
  order: -1;
  flex-shrink: 0;
  width: 106px;
  margin-right: 20px;
}

.result__heading i img {
  width: 100%;
}

.result__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
  padding: 19px 10px;
  font-weight: bold;
  border: 10px solid #ff2800;
  border-radius: 20px;
}

.result__intro dt {
  margin-bottom: 4px;
  font-size: 1.8rem;
  line-height: 1.16667;
}

.result__intro dd {
  font-size: 1.6rem;
  line-height: 1.3125;
}

.result__data {
  font-weight: bold;
}

.result__data + .result__data {
  margin-top: 4px;
}

.result__data dt {
  font-size: 2.1rem;
  line-height: 1.2381;
}

.result__data dd {
  display: flex;
  justify-content: space-between;
}

.result__data dd > span {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2.06667;
}

.result__data dd > span > span {
  display: flex;
  align-items: center;
  min-width: 126px;
}

.result__data dd > span > span + span::before {
  content: '';
  width: 15px;
  height: 11px;
  margin-left: 4px;
  background: url(../img/icn_arrow_1.svg) no-repeat center/contain;
}

.result__data dd > span > span span {
  color: #ff2800;
}

.result__data dd strong {
  width: 129px;
  font-size: 1.4rem;
  line-height: 2.21429;
  color: #0181bf;
  text-align: center;
  border-radius: 16px;
  background: #ffff00;
}

.strategy {
  position: relative;
  transform: skewY(-3.5deg);
  overflow: hidden;
}

.strategy::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  top: -50px;
  left: 0;
  transform: skewY(3.5deg);
  background: url(../img/bg_strategy_1.png) repeat center top/45px 48px;
  z-index: -1;
}

.strategy__box {
  padding: 62px 0 100px;
  transform: skewY(3.5deg);
}

.strategy__items {
  margin-top: 44px;
}

.strategy__item {
  display: flex;
  align-items: flex-start;
}

.strategy__item + .strategy__item {
  margin-top: 50px;
}

.strategy__detail {
  position: relative;
  flex-grow: 1;
  margin-right: -20px;
  padding: 71px 40px 73px 71px;
  background: #fff;
}

.strategy__detail::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  top: 100%;
  left: 0;
  background: rgba(201, 201, 0, 0.9);
}

.strategy__detail.-reverse {
  margin: 0 0 0 -20px;
  padding: 68px 60px 73px 80px;
}

.strategy__detail.-reverse::before {
  left: auto;
  right: 0;
}

.strategy__num {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -14px;
  left: 73px;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
}

.strategy__num span[lang="en"] {
  margin-right: 6px;
  font-size: 2.6rem;
  line-height: 1.23077;
  letter-spacing: .06em;
}

.strategy__num span[lang="en"] + span {
  margin-right: 0.8vw;
  font-size: 4.6rem;
  line-height: 0.69565;
}

.-reverse > .strategy__num {
  bottom: -10px;
  left: auto;
  right: 54px;
}

.strategy__heading {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.13333;
  font-weight: bold;
}

.strategy__heading span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #ffff00 0%);
}

.strategy__txt {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: bold;
}

.strategy__image {
  position: relative;
  flex-shrink: 0;
  width: 44.333%;
}

.-reverse + .strategy__image {
  order: -1;
}

.strategy__image img {
  width: 100%;
}

.reason {
  position: relative;
  overflow: hidden;
  transform: skewY(-3.5deg);
  z-index: 1;
}

.reason::before,.reason::after {
  content: '';
  position: absolute;
  transform: skewY(3.5deg);
  z-index: -1;
}

.reason::before {
  width: 444px;
  height: 729px;
  top: -66px;
  left: 0;
  background: url(../img/bg_reason_1.png) no-repeat center/contain;
}

.reason::after {
  width: 484px;
  height: 810px;
  top: -140px;
  right: 0;
  background: url(../img/bg_reason_2.png) no-repeat center/contain;
}

.reason__box {
  position: relative;
  padding: 103px 0;
  transform: skewY(3.5deg);
  z-index: 1;
}

.reason__box::before,.reason__box::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.reason__box::before {
  width: 332px;
  height: 345px;
  bottom: -36px;
  left: 0;
  background: url(../img/bg_reason_3.png) no-repeat center/contain;
}

.reason__box::after {
  width: 483px;
  height: 596px;
  bottom: -158px;
  right: 0;
  background: url(../img/bg_reason_4.png) no-repeat center/contain;
}

.reason__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 49px;
}

.reason__item {
  width: 30.8%;
}

.reason__item + .reason__item {
  margin-left: 3.8%;
}

.reason__item:nth-of-type(n+4) {
  margin-top: 40px;
}

.reason__item:nth-of-type(4) {
  margin-left: auto;
}

.reason__item:nth-of-type(5) {
  margin-right: auto;
}

.reason__intro {
  position: relative;
  margin-bottom: 14px;
}

.reason__num {
  position: absolute;
  display: flex;
  align-items: center;
  top: -18px;
  left: 16px;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
}

.reason__num span[lang="en"] {
  margin-right: 6px;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: .06em;
}

.reason__num span[lang="en"] + span {
  font-size: 3.6rem;
  line-height: 1;
}

.reason__heading {
  position: absolute;
  display: inline-flex;
  padding: 0 6px 0 15px;
  bottom: 48px;
  left: -13px;
  background: #0181bf;
}

.reason__heading span {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.reason__image img {
  width: 100%;
}

.reason__txt {
  font-size: 1.5rem;
  line-height: 1.73333;
  font-weight: bold;
  text-align: center;
}

.comparison {
  position: relative;
  margin-bottom: -54px;
  overflow: hidden;
  transform: skewY(-3.5deg);
}

.comparison::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  top: -56px;
  left: 0;
  transform: skewY(3.5deg);
  background: url(../img/bg_comparison_1_pc.png) no-repeat center/cover;
  z-index: -1;
}

.comparison__box {
  padding: 96px 0 136px;
  transform: skewY(3.5deg);
}

.comparison__items {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding: 0 20px 92px;
}

.comparison__items::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 189px);
  top: 189px;
  left: 0;
  background: #ffff00;
  z-index: -1;
}

.comparison__item {
  width: 406px;
  padding-bottom: 43px;
  overflow: hidden;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  box-shadow: 0 12px 0 0 #00324a;
  background: #fff;
}

.comparison__item + .comparison__item {
  margin-left: 47px;
}

.comparison__heading {
  padding: 33px 0 84px;
  font-size: 2.6rem;
  line-height: 1.38462;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #0181bf;
}

.comparison__fig {
  display: block;
  width: 127px;
  margin: 0 auto -46px;
  transform: translateY(-64px);
}

.comparison__fig img {
  width: 100%;
}

.comparison__txt {
  width: 294px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2.06667;
  font-weight: bold;
}

.cv {
  position: relative;
  height: 378px;
  padding-top: 34px;
  box-sizing: border-box;
  border: 15px solid #fff;
  background: #e60564 url(../img/bg_cv_pc.png) no-repeat center/cover;
  z-index: 1;
}

.cv::before,.cv::after {
  content: '';
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.cv::before {
  width: 245px;
  height: 222px;
  left: 25.6%;
  background: url(../img/icn_cv_1.png) no-repeat center top/100% auto;
}

.cv::after {
  width: 152px;
  height: 220px;
  left: 74%;
  background: url(../img/icn_cv_2.png) no-repeat center top/100% auto;
}

.cv__head {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
}

.cv__head span {
  position: relative;
  font-size: 4.41rem;
  line-height: 1.81406;
  font-weight: bold;
  color: #ffff00;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cv__head span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 11px;
  bottom: 0;
  left: 0;
  background: url(../img/line_1.png) repeat center/40px 11px;
}

.cv__txt {
  margin-bottom: 27px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.cv__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin: 0 auto 25px;
  padding-bottom: 24px;
  font-weight: bold;
  border-radius: 53px;
  box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.35);
  background: #ffff00;
}

.cv__btn:hover {
  transform: translateY(8px);
  box-shadow: none;
}

.cv__btn::before {
  width: 18.66667vw;
  height: 18.66667vw;
  left: 16%;
  background: url(../img/icn_cv_1.png) no-repeat center top/contain;
}

.cv__btn::after {
  width: 11.6vw;
  height: 18.66667vw;
  left: 83%;
  background: url(../img/icn_cv_2.png) no-repeat center top/contain;
}

.cv__btn small {
  display: block;
  padding: 0 12px;
  font-size: 1.8rem;
  line-height: 2.22222;
  color: #fff;
  transform: translateY(-9px);
  background: #00324a;
}

.cv__btn span {
  font-size: 3.666rem;
  line-height: 1.20022;
}

.pass {
  position: relative;
  margin-top: -52px;
  transform: skewY(-3.5deg);
  background: #0181bf;
  overflow: hidden;
}

.pass__box {
  position: relative;
  padding: 111px 0 100px;
  transform: skewY(3.5deg);
  background: #0181bf;
  z-index: 1;
}

.pass__box::before,.pass__box::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.pass__box::before {
  width: 304px;
  height: 446px;
  bottom: -200px;
  left: 0;
  background: url(../img/bg_pass_1.png) no-repeat center/contain;
}

.pass__box::after {
  width: 357px;
  height: 446px;
  top: -195px;
  right: 0;
  background: url(../img/bg_pass_2.png) no-repeat center/contain;
}

.pass__items {
  display: flex;
  max-width: 1680px;
  margin: 49px auto 26px;
}

.pass__item {
  width: calc(100% / 3);
}

.pass__fig {
  position: relative;
  margin-bottom: 30px;
}

.pass__fig figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  top: -27px;
  right: 36px;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
}

.pass__fig figcaption span[lang="en"] {
  margin-right: 6px;
  font-size: 2.356rem;
  line-height: 2.24958;
  letter-spacing: .06em;
}

.pass__fig figcaption span[lang="en"] + span {
  font-size: 5.3rem;
  line-height: 1;
  font-size: 8.33067vw;
  line-height: 1;
}

.pass__fig img {
  width: 100%;
}

.pass__txt {
  padding: 0 25px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}

.pass__message {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.pass__message img {
  width: 100%;
}

.trial {
  position: relative;
  transform: skewY(-3.5deg);
  overflow: hidden;
  z-index: 1;
}

.trial__box {
  position: relative;
  padding: 60px 0 48px;
  transform: skewY(3.5deg);
  z-index: 1;
}

.trial__box::before,.trial__box::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.trial__box::before {
  width: 420px;
  height: 575px;
  top: -54px;
  left: -184px;
  background: url(../img/bg_trial_1.png) no-repeat center/contain;
}

.trial__box::after {
  width: 393px;
  height: 337px;
  top: -132px;
  right: 0;
  background: url(../img/bg_trial_2.png) no-repeat center/contain;
}

.trial__items {
  position: relative;
  margin-top: 38px;
  padding: 59px 0 64px;
}

.trial__items::before {
  content: '';
  position: absolute;
  width: 300vw;
  height: 100%;
  top: 0;
  left: 91px;
  background: #f0f0f0;
}

.trial__item {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 80px;
  border-top-right-radius: 80px;
  background: #00324a;
}

.trial__item + .trial__item {
  margin-top: 27px;
}

.trial__detail {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.trial__num {
  position: absolute;
  display: flex;
  align-items: center;
  top: 35px;
  right: 84px;
  color: #ffff00;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
}

.trial__num span[lang="en"] {
  margin-right: 6px;
  font-size: 2.356rem;
  line-height: 2.24958;
  letter-spacing: .06em;
}

.trial__num span[lang="en"] + span {
  font-size: 5.3rem;
  line-height: 1;
}

.trial__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 2.6rem;
  line-height: 1.26923;
  font-weight: bold;
  text-align: center;
  background: #ffff00;
}

.trial__image {
  order: -1;
  flex-shrink: 0;
  width: 594px;
  margin-right: -190px;
}

.trial__image img {
  width: 100%;
}

.trial__txt {
  position: absolute;
  width: 44.1%;
  top: 90px;
  left: 650px;
  font-size: 1.5rem;
  line-height: 2.06667;
  font-weight: bold;
  color: #fff;
}

.voice {
  margin-top: -52px;
  transform: skewY(-3.5deg);
  overflow: hidden;
  background: #00324a;
}

.voice__box {
  padding: 122px 0 64px;
  transform: skewY(3.5deg);
}

.voice__wrap {
  margin-top: 36px;
}

.voice__items {
  padding-bottom: 52px;
}

.voice__item {
  display: flex !important;
  flex-direction: column;
}

.voice__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffff00;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
}

.voice__num span[lang="en"] {
  font-size: 2.88rem;
  line-height: 1.04167;
  letter-spacing: .06em;
  text-indent: .6em;
}

.voice__num span[lang="en"] + span {
  font-size: 5.76rem;
  line-height: 1;
}

.voice__image {
  order: -1;
  min-height: 0%;
  margin-bottom: -68px;
}

.voice__image img {
  width: 100%;
}

.message {
  transform: skewY(-3.5deg);
  overflow: hidden;
}

.message__box {
  padding: 80px 0 125px;
  transform: skewY(3.5deg);
}

.message__wrap {
  display: flex;
  margin-top: 34px;
}

.message__item {
  padding-top: 40px;
}

.message__heading {
  margin-bottom: 26px;
  font-size: 4.3rem;
  line-height: 1.53488;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.message__detail {
  padding-left: 5px;
}

.message__txt {
  font-size: 1.7rem;
  line-height: 2.11765;
  font-weight: bold;
}

.message__txt + .message__txt {
  margin-top: 36px;
}

.message__image {
  order: -1;
  flex-shrink: 0;
  width: 48.7%;
  margin-right: 70px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.message__image img {
  width: 100%;
}

.faq {
  transform: skewY(-3.5deg);
  background: #eaeaea;
}

.faq__box {
  padding: 62px 0 100px;
  transform: skewY(3.5deg);
}

.faq__items {
  width: 1000px;
  margin: 32px auto;
}

.faq__item + .faq__item {
  margin-top: 11px;
}

.faq__heading {
  display: flex;
  align-items: center;
  min-height: 85px;
  padding: 10px 70px 10px 30px;
  box-sizing: border-box;
  border-top-left-radius: 42.5px;
  border-bottom-right-radius: 42.5px;
  background: #00324a url(../img/icn_arrow_2.png) no-repeat center right 40px/12px 8px;
  transition: .3s;
  cursor: pointer;
}

.faq__heading:hover {
  opacity: .7;
}

.faq__heading i {
  display: block;
  flex-shrink: 0;
  width: 36px;
  margin-right: 14px;
  box-sizing: border-box;
  padding-right: 3px;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.faq__heading span {
  font-size: 2rem;
  line-height: 1.7;
  color: #fff;
}

.faq__detail {
  display: none;
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: bold;
}

.contact {
  transform: skewY(-3.5deg);
  overflow: hidden;
  background: #ffff00;
}

.contact__box {
  padding: 60px 0 120px;
  transform: skewY(3.5deg);
}

.contact__lead {
  margin: 14px 0 20px;
  font-size: 1.5rem;
  line-height: 2.06667;
  font-weight: bold;
  text-align: center;
}
.contact__lead a {
  text-decoration: underline;
  font-weight: bold;
}

.contact__copy {
  font-size: 1.3rem;
  line-height: 2.38462;
  font-weight: bold;
  text-align: center;
}

.form {
  width: 1000px;
  margin: 0 auto 20px;
  padding: 74px 68px 58px;
  box-sizing: border-box;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  background: #fff;
}

.form__items {
  margin-bottom: 23px;
}

.form__item {
  display: flex;
  align-items: center;
}

.form__item + .form__item {
  margin-top: 14px;
}

.form__item dt {
  flex-shrink: 0;
  width: 9em;
  font-size: 1.8rem;
  line-height: 1.72222;
  font-weight: bold;
}

.form__item dd {
  width: 663px;
}

.form__item dd input[type="text"],.form__item dd input[type="tel"],.form__item dd input[type="number"],.form__item dd input[type="email"],.form__item dd input[type="url"],.form__item dd input[type="password"],.form__item dd textarea,.form__item dd select {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  border: solid 1px #dbdbdb;
  background-color: #eeeeee;
  border-radius: 25px;
  transition: all 0.4s;
}

.form__item dd input[type="text"]:focus,.form__item dd input[type="tel"]:focus,.form__item dd input[type="number"]:focus,.form__item dd input[type="email"]:focus,.form__item dd input[type="url"]:focus,.form__item dd input[type="password"]:focus,.form__item dd textarea:focus,.form__item dd select:focus {
  background-color: #fff;
}

.form__privacy {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2.21429;
  font-weight: bold;
  text-decoration: underline;
}

.form__privacy:hover {
  color: #e60564;
}

.form__message {
  margin-bottom: 39px;
}

.form__txt {
  margin-bottom: 19px;
  font-size: 1.8rem;
  line-height: 1.72222;
  font-weight: bold;
  text-align: center;
}

.form__summary {
  display: flex;
  justify-content: center;
}

.form__summary span {
  display: inline-block;
  font-size: 5.44rem;
  line-height: 0.91176;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  white-space: nowrap;
  background: linear-gradient(transparent 70%, #ffff00 0%);
}

.form__btn {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 277px;
  margin: 0 auto;
  padding: 0;
  font-size: 2.2rem;
  line-height: 3.09091;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 34px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.35);
  background: #e60564;
  transition: .3s;
}

.form__btn:hover,.form__btn:focus {
  opacity: .6;
  transform: translateY(4px);
  box-shadow: none;
}

.modal {
  display: none;
}

.modal__wrap {
  position: relative;
  width: 90.66667vw;
  margin: 0 auto;
  padding: 8vw 8.13333vw 11.06667vw;
  box-sizing: border-box;
  border-radius: 4vw;
  background: #fff;
}

.modal__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.2vw;
}

.modal__item dt {
  margin-bottom: 2.66667vw;
  font-size: 4.66667vw;
  line-height: 1.14286;
  font-weight: bold;
}

.modal__item dd {
  text-align: center;
}

.modal__item dd span {
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
  font-size: 10.34933vw;
  line-height: 0.88895;
  color: #e60564;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .05em;
  text-indent: .05em;
}

.modal__item dd span::before {
  content: '';
  width: 9.2vw;
  height: 9.2vw;
  margin-right: 1.06667vw;
  background: url(../img/icn_tel_2.png) no-repeat center/contain;
}

.modal__item dd small {
  font-size: 3.58667vw;
  line-height: 1.26394;
  font-weight: bold;
}

.modal__cv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13.33333vw;
  background: #e60564;
}

.modal__cv span {
  display: flex;
  justify-content: center;
  font-size: 4.66667vw;
  line-height: 1;
  color: #fff;
}

.modal__cv span::before {
  content: '';
  width: 4.66667vw;
  height: 4.66667vw;
  margin-right: 1.33333vw;
  background: url(../img/icn_tel.png) no-repeat center/contain;
}

.modal__btn {
  position: absolute;
  width: 4vw;
  height: 4vw;
  top: 4.8vw;
  right: 6.93333vw;
}

.modal__btn::before,.modal__btn::after {
  content: '';
  position: absolute;
  width: 5.33333vw;
  height: 2px;
  top: 2vw;
  left: 0;
  background: #00324a;
}

.modal__btn::before {
  transform: rotate(45deg);
}

.modal__btn::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  body {
    min-width: 0;
  }

  a[href^="tel:"] {
    pointer-events: all;
  }

  .l-wrapper {
    width: 90.66667vw;
    min-width: 0;
    padding: 0;
  }

  .slick-prev,.slick-next {
    width: 8vw;
    height: 24vw;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .slick-prev:hover,.slick-next:hover {
    opacity: 1;
  }

  .slick-prev {
    left: -4.66667vw;
    background: #ffff00 url(../img/icn_prev_2.png) no-repeat center/1.86667vw 2.66667vw;
  }

  .voice__items > .slick-prev {
    width: 8vw;
    height: 24vw;
    top: 50%;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
    background: #ffff00 url(../img/icn_prev_2.png) no-repeat center/1.86667vw 2.66667vw;
  }

  .pass__items > .slick-prev {
    top: 29%;
    left: 0;
  }

  .slick-next {
    right: -4.66667vw;
    background: #ffff00 url(../img/icn_next_2.png) no-repeat center/1.86667vw 2.66667vw;
  }

  .voice__items > .slick-next {
    width: 8vw;
    height: 24vw;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    background: #ffff00 url(../img/icn_next_2.png) no-repeat center/1.86667vw 2.66667vw;
  }

  .pass__items > .slick-next {
    top: 29%;
    right: 0;
  }

  .slick-dots li {
    width: 2.13333vw;
    height: 2.13333vw;
    margin: 0 0.8vw;
  }

  .slick-dots li button {
    background: #dcdcdc;
  }

  .result__items > .slick-dots {
    bottom: 9.46667vw;
  }

  .voice__items > .slick-dots li {
    width: 1.73333vw;
    height: 1.73333vw;
    margin: 0 0.8vw;
  }

  .slick-dots .slick-active button {
    background: #e60564;
  }

  .header {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10000;
  }

  .header__wrap {
    display: flex;
    align-items: center;
    width: 90.66667vw;
    height: 13.33333vw;
    padding: 0;
  }

  .header__head {
    width: 26.53333vw;
  }

  .header__btn {
    pointer-events: all;
    width: 13.33333vw;
    height: 13.33333vw;
  }

  .header__btn::before {
    content: '';
    width: 4.8vw;
    height: 4.8vw;
    background: url(../img/icn_tel.png) no-repeat center/contain;
  }

  .header__btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    border: 0;
  }

  .header__btn span::before {
    content: '';
  }

  .header__btn small {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    border: 0;
  }

  .footer {
    padding: 3.06667vw 0 3.33333vw;
  }

  .footer__btn {
    flex-direction: row;
    justify-content: center;
    width: 90.66667vw;
    margin: 0 auto;
    padding-bottom: 0;
    border-radius: 4.4vw;
  }

  .footer__btn small {
    margin-right: 1.86667vw;
    padding: 0 0.8vw;
    font-size: 2.66667vw;
    line-height: 2.05;
    transform: none;
  }

  .footer__btn span {
    font-size: 3.73333vw;
    line-height: 2.35714;
    letter-spacing: -.02em;
  }

  .heading-1::before {
    width: 6.53333vw;
    height: 4.13333vw;
    margin-bottom: 2.53333vw;
  }

  .heading-1 span[lang="en"] {
    margin-bottom: 1.86667vw;
    padding: 0 2.93333vw;
    font-size: 2.66667vw;
    line-height: 2.1625;
  }

  .heading-1 span[lang="en"] + span {
    font-size: 4.8vw;
    line-height: 1.38889;
  }

  .heading-1 span[lang="en"] + span.-nowrap {
    white-space: nowrap;
  }

  .mv {
    height: 108vw;
    min-height: 365px;
    padding-top: 3.46667vw;
    background: url(../img/mv_sp.png) no-repeat center bottom/cover;
  }

  .mv__intro {
    width: 49.6vw;
    margin-left: auto;
    margin: 0 0 1.46667vw auto;
  }

  .mv__head {
    width: 100%;
    margin-bottom: 1.73333vw;
  }

  .mv__lead {
    width: 31.33333vw;
    margin: 0 4.8vw 0 auto;
    font-size: 3.73333vw;
    line-height: 2.07143;
    border-radius: 3.86667vw;
  }

  .mv__point {
    width: 90.66667vw;
    margin-bottom: 3.6vw;
  }

  .mv__btn {
    width: 90vw;
    margin-bottom: 2.13333vw;
    padding-bottom: 2.93333vw;
    box-shadow: 0 0.53333vw 0 0 rgba(0, 0, 0, 0.35);
  }

  .mv__btn:hover {
    transform: translateY(0.53333vw);
  }

  .mv__btn small {
    padding: 0 1.6vw;
    font-size: 2.66667vw;
    line-height: 2.175;
    transform: translateY(-1.6vw);
  }

  .mv__btn span {
    font-size: 4.432vw;
    line-height: 1.08303;
    letter-spacing: .1em;
    text-indent: .1em;
  }

  .mv__note {
    align-items: flex-start;
  }

  .mv__note li {
    font-size: 2.66667vw;
    line-height: 1.1;
    font-weight: normal;
  }

  .introduction {
    padding: 4.13333vw 0 11.33333vw;
  }

  .introduction__head {
    position: relative;
    width: 79.33333vw;
    min-width: 280px;
    height: 24.13333vw;
    top: auto;
    left: auto;
    margin: 0 auto -20.53333vw;
    padding: 4.4vw 5.6vw 2.66667vw;
  }

  .introduction__head span[lang="en"] {
    margin-bottom: 0.8vw;
    font-size: 2.66667vw;
    line-height: 1.3;
    white-space: nowrap;
  }

  .introduction__head span[lang="en"] + span {
    font-size: 4.26667vw;
    line-height: 1.4375;
    text-align: center;
  }

  .introduction__item {
    width: 100%;
    height: 147.46667vw;
    margin: 0;
    padding: 23.33333vw 0 0;
    background: url(../img/bg_introduction_sp.jpg) no-repeat center/cover;
  }

  .introduction__detail {
    width: 80vw;
    margin-bottom: 3.06667vw;
    transform: none;
  }

  .introduction__txt {
    font-size: 3.73333vw;
    line-height: 1.64286;
    letter-spacing: -.02em;
  }

  .introduction__txt + p {
    margin-top: 6.26667vw;
  }

  .introduction__txt small {
    font-size: 3.2vw;
    line-height: 1.91667;
  }

  .introduction__summary {
    font-size: 4.26667vw;
    line-height: 1.6875;
    letter-spacing: -.02em;
    text-indent: -.02em;
  }

  .introduction__summary > span {
    flex-direction: column;
    align-items: center;
    padding: 0;
    background: none;
  }

  .introduction__summary > span + span {
    margin-top: 0.8vw;
  }

  .introduction__summary > span span {
    padding: 0 1.06667vw 0 2.13333vw;
    white-space: nowrap;
    background: #00324a;
  }

  .introduction__summary > span span + span {
    margin-top: 0.8vw;
  }

  .result::before,.result::after {
    height: 26.93333vw;
  }

  .result::before {
    width: 17.6vw;
    bottom: -4.8vw;
  }

  .result::after {
    width: 20.93333vw;
    top: -8.53333vw;
  }

  .result__box {
    padding: 5.46667vw 0 11.2vw;
  }

  .result__wrap {
    margin-top: 3.2vw;
    border-top-left-radius: 4.836vw;
    padding: 0;
    border-bottom-right-radius: 4.836vw;
  }

  .result__items {
    width: 100%;
    padding: 5.33333vw 6.93333vw 16.26667vw;
  }

  .result__item {
    width: 100%;
  }

  .result__item:nth-of-type(n+3) {
    margin-top: 0;
  }

  .result__heading {
    margin-bottom: 3.2vw;
  }

  .result__heading > span span {
    font-size: 4.26667vw;
    line-height: 1.3125;
  }

  .result__heading > span small {
    font-size: 3.73333vw;
    line-height: 1.5;
  }

  .result__heading i {
    width: 16.93333vw;
    margin-right: 3.33333vw;
  }

  .result__intro {
    margin-bottom: 3.33333vw;
    padding: 2.93333vw 1.33333vw;
    border-width: 0.604vw;
    border-radius: 1.20933vw;
  }

  .result__intro dt {
    margin-bottom: 1.2vw;
    font-size: 3.73333vw;
    line-height: 1.14286;
  }

  .result__intro dd {
    font-size: 3.46667vw;
    line-height: 1.23077;
  }

  .result__data + .result__data {
    margin-top: 2vw;
  }

  .result__data dt {
    font-size: 3.73333vw;
    line-height: 1.14286;
  }

  .result__data dd {
    flex-wrap: wrap;
  }

  .result__data dd > span {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.2vw;
    font-size: 2.93333vw;
    line-height: 1.5;
  }

  .result__data dd > span > span {
    min-width: 0;
    white-space: nowrap;
  }

  .result__data dd > span > span + span::before {
    flex-shrink: 0;
    width: 2.53333vw;
    height: 1.86667vw;
    margin: 0 0.53333vw;
  }

  .result__data dd strong {
    width: 100%;
    font-size: 3.56vw;
    line-height: 2.21648;
    border-radius: 0.93733vw;
  }

  .strategy::before {
    background-size: 22.5px 24px;
  }

  .strategy__box {
    padding: 5.33333vw 0 11.73333vw;
  }

  .strategy__items {
    margin-top: 3.73333vw;
  }

  .strategy__item {
    flex-direction: column;
    border-top-left-radius: 4.836vw;
    background: #fff;
  }

  .strategy__item + .strategy__item {
    margin-top: 4vw;
  }

  .strategy__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0 6.13333vw 7.46667vw;
    z-index: 1;
  }

  .strategy__detail::before {
    width: 100%;
    height: 0.66667vw;
  }

  .strategy__detail.-reverse {
    margin: 0;
    padding: 0 6.13333vw 7.46667vw;
  }

  .strategy__num {
    position: relative;
    justify-content: center;
    width: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-3.2vw);
    margin-bottom: 0.8vw;
  }

  .strategy__num span[lang="en"] {
    font-size: 4.66vw;
    line-height: 1.2309;
  }

  .strategy__num span[lang="en"] + span {
    font-size: 8.24533vw;
    line-height: 0.69567;
  }

  .-reverse > .strategy__num {
    bottom: auto;
    right: auto;
  }

  .strategy__heading {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.13333vw;
    font-size: 4.53333vw;
    line-height: 1.47059;
  }

  .strategy__txt {
    font-size: 3.73333vw;
    line-height: 1.64286;
    font-weight: normal;
  }

  .strategy__image {
    order: -1;
    width: 100%;
  }

  .reason::before {
    width: 26vw;
    height: 44vw;
    top: -1.6vw;
  }

  .reason::after {
    width: 28.53333vw;
    height: 48.93333vw;
    top: -5.73333vw;
  }

  .reason__box {
    padding: 8vw 0 6.4vw;
  }

  .reason__box::before {
    width: 19.33333vw;
    height: 20.8vw;
    bottom: -7.2vw;
  }

  .reason__box::after {
    width: 28.4vw;
    height: 36vw;
    bottom: -13.86667vw;
  }

  .reason__items {
    margin-top: 5.86667vw;
  }

  .reason__item {
    width: 100%;
  }

  .reason__item + .reason__item {
    margin: 8.26667vw 0 0;
  }

  .reason__item:nth-of-type(n+4) {
    margin-top: 8.26667vw;
  }

  .reason__item:nth-of-type(4) {
    margin-left: 0;
  }

  .reason__item:nth-of-type(5) {
    margin-right: 0;
  }

  .reason__intro {
    margin-bottom: 3.46667vw;
  }

  .reason__num {
    top: -3.33333vw;
    left: 6.66667vw;
  }

  .reason__num span[lang="en"] {
    margin-right: 0.8vw;
    font-size: 3.01067vw;
    line-height: 2.24978;
  }

  .reason__num span[lang="en"] + span {
    font-size: 6.77333vw;
    line-height: 1;
  }

  .reason__heading {
    flex-direction: column;
    align-items: flex-start;
    bottom: 4.8vw;
    left: 0;
    padding: 0;
    background: none;
  }

  .reason__heading span {
    display: inline-block;
    padding: 0 3.46667vw;
    font-size: 4.8vw;
    line-height: 1.80556;
    font-weight: normal;
    background: #0181bf;
  }

  .reason__heading span + span {
    display: inline-block;
    margin-top: 0.8vw;
  }

  .reason__image {
    margin-left: 3.46667vw;
  }

  .reason__txt {
    font-size: 3.73333vw;
    line-height: 1.64286;
    font-weight: normal;
    text-align: left;
  }

  .comparison {
    margin-bottom: -3.2vw;
  }

  .comparison::before {
    height: 100%;
    background: url(../img/bg_comparison_1_sp.png) no-repeat center top/contain;
  }

  .comparison::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 50, 74, 0.9);
    z-index: -1;
  }

  .comparison__box {
    padding: 4.8vw 0 8vw;
  }

  .comparison__items {
    display: block;
    margin-top: 4.66667vw;
    padding: 0 5.73333vw 5.6vw;
  }

  .comparison__items::before {
    top: 16.26667vw;
    height: calc(100% - 16.26667vw);
  }

  .comparison__item {
    width: 100%;
    padding-bottom: 7.2vw;
    border-top-right-radius: 4.836vw;
    border-bottom-left-radius: 5.10267vw;
    box-shadow: 0 0.66667vw 0 0 #00324a;
  }

  .comparison__item + .comparison__item {
    margin: 4.53333vw 0 0;
  }

  .comparison__heading {
    padding: 5.46667vw 0 15.2vw;
    font-size: 4.26667vw;
    line-height: 1.4375;
  }

  .comparison__fig {
    width: 24.8vw;
    margin-bottom: -10.13333vw;
    transform: translateY(-12.8vw);
  }

  .comparison__txt {
    width: 66.66667vw;
    font-size: 3.73333vw;
    line-height: 1.64286;
    font-weight: normal;
  }

  .cv {
    height: 62.66667vw;
    padding-top: 3.73333vw;
    border-width: 1.33333vw;
  }

  .cv::before,.cv::after {
    content: none;
  }

  .cv__head {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.26667vw;
  }

  .cv__head span {
    font-size: 6.396vw;
    line-height: 1.45716;
  }

  .cv__head span::before {
    height: 6px;
    background-size: 20px 6px;
  }

  .cv__txt {
    margin-bottom: 3.6vw;
    font-size: 3.2vw;
    line-height: 1.44458;
  }

  .cv__btn {
    width: 90vw;
    margin-bottom: 3.33333vw;
    padding-bottom: 3.2vw;
    border-radius: 8.26667vw;
    box-shadow: 0 0.53333vw 0 0 rgba(0, 0, 0, 0.35);
  }

  .cv__btn:hover {
    transform: none;
  }

  .cv__btn::before,.cv__btn::after {
    content: '';
    position: absolute;
    bottom: 67%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .cv__btn small {
    padding: 0 1.6vw;
    font-size: 2.77333vw;
    line-height: 2.22163;
    transform: translateY(-1.2vw);
  }

  .cv__btn span {
    font-size: 5.64933vw;
    line-height: 1.27449;
  }

  .pass {
    margin-top: -2.93333vw;
  }

  .pass__box {
    padding: 7.73333vw 0 9.86667vw;
  }

  .pass__box::before {
    width: 17.6vw;
    height: 26.93333vw;
    bottom: 48.93333vw;
  }

  .pass__box::after {
    content: none;
  }

  .pass__items {
    margin: 5.33333vw 0;
  }

  .pass__items .slick-slide {
    margin: 0 1vw;
  }

  .pass__item {
    width: 88vw;
    padding-top: 3.73333vw;
  }

  .pass__fig {
    margin-bottom: 4vw;
  }

  .pass__fig figcaption {
    top: -4.8vw;
    right: 7.46667vw;
  }

  .pass__fig figcaption span[lang="en"] {
    margin-right: 0.8vw;
    font-size: 3.70267vw;
    line-height: 2.24991;
  }

  .pass__txt {
    padding: 0 6.13333vw;
    font-size: 3.73333vw;
    line-height: 1.64286;
    font-weight: normal;
  }

  .pass__message {
    width: 90.66667vw;
    padding: 0;
  }

  .trial__box {
    padding: 6.8vw 0 5.6vw;
  }

  .trial__box::before {
    width: 19.2vw;
    height: 22.8vw;
    top: -3.46667vw;
    left: 0;
  }

  .trial__box::after {
    width: 22.93333vw;
    height: 20.4vw;
    top: -4.66667vw;
  }

  .trial__items {
    margin-top: 3.73333vw;
    padding: 7.06667vw 0 7.6vw;
  }

  .trial__items::before {
    left: 5.86667vw;
  }

  .trial__item {
    border-top-right-radius: 4.836vw;
    border-bottom-left-radius: 4.836vw;
  }

  .trial__item + .trial__item {
    margin-top: 3.06667vw;
  }

  .trial__detail {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 42.53333vw;
    padding: 6.4vw 3.6vw 0;
    box-sizing: border-box;
  }

  .trial__num {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 4vw;
    padding-right: 0.8vw;
  }

  .trial__num span[lang="en"] {
    margin-right: 0.8vw;
    font-size: 3.68133vw;
    line-height: 2.25027;
  }

  .trial__num span[lang="en"] + span {
    font-size: 8.284vw;
    line-height: 1;
  }

  .trial__head {
    width: 29.33333vw;
    height: 20.53333vw;
    font-size: 3.80533vw;
    line-height: 1.2691;
  }

  .trial__image {
    position: absolute;
    width: 85.33333vw;
    min-height: 0%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .trial__txt {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    padding: 5.6vw 4.26667vw;
    box-sizing: border-box;
    font-size: 3.73333vw;
    line-height: 1.64286;
    font-weight: normal;
  }

  .voice {
    margin-top: -2.93333vw;
  }

  .voice__box {
    padding: 8vw 0 7.2vw;
  }

  .voice__wrap {
    margin-top: 3.6vw;
  }

  .voice__items {
    padding-bottom: 6.4vw;
  }

  .voice__num span[lang="en"] {
    font-size: 5.22267vw;
    line-height: 1.07225;
  }

  .voice__num span[lang="en"] + span {
    font-size: 10.44533vw;
    line-height: 1;
  }

  .voice__image {
    margin-bottom: -12.8vw;
  }

  .message__box {
    padding: 8.66667vw 0 6.93333vw;
  }

  .message__wrap {
    flex-direction: column;
    margin-top: 4.53333vw;
  }

  .message__item {
    padding-top: 4.8vw;
  }

  .message__heading {
    margin-bottom: 1.2vw;
    font-size: 4.8vw;
    line-height: 1.38889;
    text-align: center;
  }

  .message__detail {
    padding-left: 0;
  }

  .message__txt {
    font-size: 3.73333vw;
    line-height: 1.64286;
    font-weight: normal;
    letter-spacing: -.02em;
  }

  .message__txt + .message__txt {
    margin-top: 6vw;
  }

  .message__image {
    width: 100%;
    min-height: 0%;
    margin: 0;
    border-top-right-radius: 4.836vw;
    border-bottom-left-radius: 4.836vw;
  }

  .faq__box {
    padding: 5.6vw 0 3.73333vw;
  }

  .faq__items {
    width: 100%;
    margin: 3.46667vw auto;
  }

  .faq__item + .faq__item {
    margin-top: 2.26667vw;
  }

  .faq__heading {
    min-height: 0;
    padding: 3.73333vw 9.33333vw 4vw 3.33333vw;
    border-top-left-radius: 4.836vw;
    border-bottom-right-radius: 4.836vw;
    background-size: 2.66667vw 1.86667vw;
    background-position: center right 4.53333vw;
  }

  .faq__heading i {
    width: 6.53333vw;
    height: 6.53333vw;
    margin-right: 2.4vw;
    padding-right: 0.8vw;
    font-size: 3.73333vw;
  }

  .faq__heading span {
    font-size: 3.73333vw;
    line-height: 1.35714;
  }

  .faq__detail {
    padding-top: 2vw;
    font-size: 3.73333vw;
    line-height: 1.64286;
    font-weight: normal;
  }

  .contact__box {
    padding: 4.13333vw 0 17.33333vw;
  }

  .contact__lead {
    margin: 0.93333vw 0 3.73333vw;
    font-size: 3.73333vw;
    line-height: 1.64286;
    font-weight: normal;
    letter-spacing: -.07em;
    text-align: left;
  }

  .contact__copy {
    font-size: 2.66667vw;
  }

  .form {
    width: 100%;
    margin-bottom: 2.66667vw;
    padding: 5.33333vw 5.73333vw 7.73333vw;
    box-sizing: border-box;
    border-top-right-radius: 4.836vw;
    border-bottom-left-radius: 4.836vw;
  }

  .form__items {
    margin-bottom: 7.06667vw;
  }

  .form__item {
    display: block;
  }

  .form__item + .form__item {
    margin-top: 4vw;
  }

  .form__item dt {
    width: 100%;
    margin-bottom: 1.33333vw;
    font-size: 3.73333vw;
    line-height: 1.42857;
  }

  .form__item dd {
    width: 100%;
  }

  .form__item dd input[type="text"],.form__item dd input[type="tel"],.form__item dd input[type="number"],.form__item dd input[type="email"],.form__item dd input[type="url"],.form__item dd input[type="password"],.form__item dd textarea,.form__item dd select {
    height: 13.33333vw;
    border-width: 0.13333vw;
    border-radius: 6.66667vw;
  }

  .form__privacy {
    margin-bottom: 3.2vw;
    font-size: 3.83067vw;
    line-height: 1.25305;
    font-weight: normal;
  }

  .form__message {
    margin-bottom: 4.66667vw;
  }

  .form__txt {
    margin-bottom: 2vw;
    font-size: 3.73333vw;
    line-height: 1.64286;
  }

  .form__summary {
    flex-direction: column;
    align-items: center;
  }

  .form__summary span {
    font-size: 8.10667vw;
    line-height: 1.25;
    letter-spacing: -.02em;
    text-indent: -.02em;
  }

  .form__btn {
    width: 53.33333vw;
    font-size: 4.8vw;
    line-height: 2.77778;
    border-radius: 6.66667vw;
    box-shadow: 0 0.26667vw 0 0 rgba(0, 0, 0, 0.35);
  }

  .form__btn:hover,.form__btn:focus {
    transform: translateY(0.26667vw);
  }

  .modal {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding-top: 10.66667vw;
    box-sizing: border-box;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
  }

  .modal.is-active {
    opacity: 1;
    visibility: visible;
  }
}


/*20201105 cpBlock*/

/*20200229 cpBlock*/

.cpBlock a {
  display: block;
}
.cpBlock a:hover {
  transform: translate(0);
  opacity: .7;
}
.cpBlock img {
  display: block;
  margin: 0 auto;
}
.cpBody {
  background: #033349;
  text-align: center;
  padding: 2%;
}
.cpBody img {
  width: 980px;
  max-width: 96%;  
}
.cpBody img:last-of-type {
  width: 800px;
  max-width: 96%;
  margin: 2% auto 0;
}
.cpBtn {
  background: #e41466;
  padding: 1% 0;
}  
.cpBtn img {
  width: 800px;
  max-width: 94%;  
}

/*202103 add sec-flow*/
.sec-flow {
  background: #1482bd;
  color: #fff;
  line-height: 1;
}
.sec-flow .heading-1 span[lang="en"] {
  color: #00324a
}
.secflow-desc {
  line-height: 2;
  text-align: center;
  margin: 30px 0 50px;
}
.secflow-box {
  background: #fff;
  border-radius: 10px;
  width: 800px;
  max-width: 100%;
  padding: 30px 15px;
  margin: 0 auto;
}
.secflow-box ul {
  display: flex;
}
.secflow-box_icon {
  width: calc((100% - 80px) / 5);
  text-align: center;
}
.secflow-box_icon img {
  width: 60%;
  margin: 0 auto;
}
.secflow-box_icon p {
  font-size: 1.8rem;
  color: #1482bd;
  font-weight: bold;
  margin: 10px 0 0;
}
.secflow-box_arrow {
  width: 20px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
}
.secflow-box_arrow img {
  max-width: 100%;
}
.secflow-block {
  text-align: center;
}
.secflow-block ul {
  display: inline-block;
}
.secflow-item {
  display: flex;
  margin: 50px 0 0;
  align-items: center;
}
.secflow-item__icon {
  margin: 0 30px 0 0;
  flex: 0 0 auto;
}
.secflow-item__icon img {
  width: 110px; 
}
.secflow-item__txt {
  text-align: left;
}
.secflow-item__txt h3 {
  font-weight: bold;
  font-size: 2.5rem;
}
.secflow-item__txt h3 span {
  font-size: 3rem;
  margin: 0 .3em 0 0;
}
.secflow-item__txt p {
  line-height: 1.6;
  margin: 20px 0 0;
  font-weight: bold;
}
.secflow-foot {
  text-align: center;
  margin: 60px 0 0;
}
.secflow-foot__txt1 {
  font-weight: bold;
  font-size: 3rem;
}
.secflow-foot__txt1 strong {
  color: #f5fd37;
}
.secflow-foot__txt2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .secflow-desc {
    line-height: 1.6;
    margin: 10px 0 25px;
    text-align: left;
  }
  .secflow-box {
    padding: 10px;
    margin: 0 auto 30px;
    width: auto;
  }
  .secflow-box_icon {
    width: calc((100% - 24px) / 5);
    text-align: center;
  }
  .secflow-box_icon img {
    width: 70%;
  }
  .secflow-box_icon p {
    font-size: 1rem;
    margin: 5px 0 0;
  }
  .secflow-box_arrow {
    width: 6px;
    padding-bottom: 15px;
  }
  .secflow-box_arrow img {
    max-width: 100%;
  }
  .secflow-block {
    text-align: center;
  }
  .secflow-block ul {
    display: inline-block;
  }
  .secflow-item {
    margin: 0 0 40px;
    align-items: flex-start;
    position: relative;
  }
  .secflow-item::after {
    content: "";
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: rgba(255,255,255,.7) transparent transparent transparent;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .secflow-item:last-of-type {
    margin: 0;
  }
  .secflow-item:last-of-type::after {
    display: none;
  }
  .secflow-item__icon {
    margin: 0 15px 0 0;
  }
  .secflow-item__icon img {
    width: 60px; 
  }
  .secflow-item__txt h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .secflow-item__txt h3 span {
    font-size: 2rem;
    color: #f5fd37;
  }
  .secflow-item__txt p {
    margin: 5px 0 0;
    font-weight: normal;
  }
  .secflow-item__txt p br {
    display: none;
  }
  .secflow-foot {
    margin: 30px 0 10px;
  }
  .secflow-foot__txt1 {
    font-size: 1.8rem;
  }
  .secflow-foot__txt2 {
    font-size: 1.4rem;
    margin: 15px 0 0;
  }
}

.p-campaign {
  background: #0082be;
  padding: 50px 0 65px;
}
.p-campaign img {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-campaign {
    padding: 25px 0;
  }
}