@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #000;
}

section {
  position: relative;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container {
  max-width: 1366px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h2 {
  font-size: 6.5rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
@media (max-width: 929px) {
  h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

h3 {
  font-size: 3.4rem;
  margin: 0;
  padding: 0;
  line-height: 1.44;
  font-weight: 400;
}
@media (max-width: 929px) {
  h3 {
    font-size: 1.9rem;
  }
}

h4 {
  font-size: 2.8rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
@media (max-width: 929px) {
  h4 {
    font-size: 1.4rem;
  }
}

p {
  font-size: 2.2rem;
  margin: 0;
  padding: 0;
  line-height: 1.45;
  font-weight: 400;
}
@media (max-width: 929px) {
  p {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}

@media screen and (min-width: 599px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}
.green {
  color: #7abb27;
  font-size: 4.6rem;
}
@media (max-width: 929px) {
  .green {
    font-size: 2.3rem;
  }
}

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

.marker_bold {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(60%, #e6f7ff));
  background: -webkit-linear-gradient(transparent 68%, #e6f7ff 60%);
  background: linear-gradient(transparent 68%, #e6f7ff 60%);
  font-weight: bold;
}

.bold {
  font-weight: bold;
}
@media (max-width: 929px) {
  .bold {
    font-weight: 500;
  }
}

h2 .number_big {
  font-size: 7.5rem;
}
@media (max-width: 929px) {
  h2 .number_big {
    font-size: 3rem;
  }
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 3.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
@media (min-width: 930px) {
  .btn,
a.btn,
button.btn {
    font-size: 3rem;
    padding: 3rem 7rem;
  }
}

.btn--purple,
a.btn--purple {
  color: #ffffff;
  background-color: #4698c2;
  border-bottom: 4px solid #4483a4;
}
@media (min-width: 930px) {
  .btn--purple,
a.btn--purple {
    border-bottom: 7px solid #4483a4;
  }
}

.btn--purple:hover,
a.btn--purple:hover {
  margin-top: 3px;
  color: #ffffff;
  border-bottom-width: 2px;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1.8rem;
}
@media (min-width: 930px) {
  .fa-position-left {
    left: 2.8rem;
  }
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1.8rem;
}
@media (min-width: 930px) {
  .fa-position-right {
    right: 2.8rem;
  }
}

.header {
  width: 100%;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  height: 10rem;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  /*アクティブクラスがついたら位置を0に*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
}
.header.change-color {
  background-color: #11003b;
}
@media (max-width: 929px) {
  .header {
    height: 6rem;
  }
}
.header .logo {
  margin: auto 3rem;
}
@media (max-width: 929px) {
  .header .logo {
    width: 13.6rem;
    margin: auto 0 auto 2rem;
  }
}
.header .logo a {
  display: block;
}
.header .logo a picture {
  pointer-events: none;
}
.header .pc-nav {
  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 (max-width: 1712px) {
  .header .pc-nav {
    display: none;
  }
}
.header .pc-nav .pc-nav-list {
  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;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .pc-nav .pc-nav-list li {
  margin: 0 4rem 0 0;
}
.header .pc-nav .pc-nav-list li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.header .pc-nav .pc-nav-list li a:hover {
  opacity: 0.7;
}
.header .pc-nav .pc-contact-button {
  margin-top: -10px;
}
.header .pc-nav .pc-contact-button a {
  background-color: #4698c2;
  height: 9rem;
  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: 2.8rem;
  color: #fff;
  padding: 0 3rem;
  border-radius: 0 0 0 40px;
}
.header .pc-nav .pc-contact-button a.change-color {
  opacity: 0.8;
}
.header .pc-nav .pc-contact-button a:hover {
  opacity: 0.7;
}
.header #g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 380px;
  height: 600px; /*ナビの高さ*/
  background-color: #11003b;
  border-radius: 0 0 0 40px;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 929px) {
  .header #g-nav {
    width: 243px;
    height: 559px;
  }
}
.header #g-nav.panelactive {
  right: 0;
}
.header #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header #g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 262px;
  left: 171px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 5rem auto 0rem;
}
@media (max-width: 929px) {
  .header #g-nav ul {
    padding: 0;
    margin: 2rem auto 0rem;
    left: 124px;
  }
}
.header #g-nav li {
  list-style: none;
  text-align: center;
}
.header #g-nav li a {
  color: #ffffff;
  text-decoration: none;
  padding: 20px 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 929px) {
  .header #g-nav li a {
    font-size: 1.6rem;
    padding: 10px 24px;
    margin: 20px auto;
  }
}
.header .contact_bar {
  background-color: #4698c2;
  border-radius: 50px;
  margin-top: 15px;
  padding: 20px;
}
.header .openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  background: #4698c2;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 0 0 0 20px;
}
@media (max-width: 929px) {
  .header .openbtn {
    height: 5rem;
    width: 5rem;
    border-radius: 20px 0 0 20px;
  }
}
.header .sp-hum {
  z-index: 9999; /*ボタンを最前面に*/
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×になる*/
}
@media (min-width: 1700px) {
  .header .sp-hum {
    display: none;
  }
}
.header .sp-hum .openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
.header .sp-hum .openbtn span:nth-of-type(1) {
  top: 24px;
  width: 60%;
  left: 21px;
}
@media (max-width: 929px) {
  .header .sp-hum .openbtn span:nth-of-type(1) {
    top: 15px;
    width: 45%;
    left: 16px;
  }
}
.header .sp-hum .openbtn span:nth-of-type(2) {
  top: 41px;
  left: 37px;
  width: 42%;
}
@media (max-width: 929px) {
  .header .sp-hum .openbtn span:nth-of-type(2) {
    top: 23px;
    width: 35%;
    left: 21px;
  }
}
.header .sp-hum .openbtn span:nth-of-type(3) {
  top: 59px;
  left: 48px;
  width: 29%;
}
@media (max-width: 929px) {
  .header .sp-hum .openbtn span:nth-of-type(3) {
    top: 31px;
    width: 20%;
    left: 29px;
  }
}
.header .sp-hum .openbtn.active span:nth-of-type(1) {
  top: 31px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 60%;
}
@media (max-width: 929px) {
  .header .sp-hum .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    width: 30%;
  }
}
.header .sp-hum .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .sp-hum .openbtn.active span:nth-of-type(3) {
  top: 43px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 60%;
}
@media (max-width: 929px) {
  .header .sp-hum .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    width: 30%;
  }
}

#fv {
  position: relative;
  background-color: #11003b;
  text-align: center;
}
#fv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../images/fv_overlay.png) no-repeat bottom center/contain;
  z-index: 1;
}
@media (max-width: 666px) {
  #fv::before {
    bottom: -43px;
    background: url(../images/fv_overlay_sp.png) no-repeat bottom center/contain;
  }
}
#fv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 0, 59, 0.28);
}
#fv .fv_catch {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
  color: #fff;
  font-family: vdl-penletter, sans-serif;
  z-index: 2;
}
@media (max-width: 666px) {
  #fv .fv_catch {
    width: 90vw;
  }
}
#fv .fv_catch img {
  width: 100%;
  height: auto;
}
@media (min-width: 1921px) {
  #fv img {
    width: 100%;
  }
}

#go {
  margin-top: -25rem;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1466px) {
  #go {
    margin: -10rem 2rem 0;
  }
}
@media (max-width: 929px) {
  #go {
    margin: -4rem 1.5rem 0;
  }
}
#go .title {
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
}
@media (max-width: 1366px) {
  #go .title {
    font-size: 5.5rem;
  }
}
@media (max-width: 929px) {
  #go .title {
    font-size: 2.5rem;
  }
}
#go .title::before {
  display: inline-block;
  content: "/";
  margin-right: 2rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 929px) {
  #go .title::before {
    margin-right: 1.5rem;
  }
}
#go .title::after {
  display: inline-block;
  content: "/";
  margin-left: 3rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
}
@media (max-width: 929px) {
  #go .title::after {
    margin-left: 1.5rem;
  }
}
#go .title_sp {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#go .title_sp .line_left_sp {
  margin: 0 1rem 0 0;
}
#go .title_sp .line_right_sp {
  margin: 0 0 0 1rem;
}
#go .go_group {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 929px) {
  #go .go_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 1rem auto;
  }
}
#go .go_group .go_box {
  width: 46%;
}
#go .go_group .go_box .contact_button {
  text-align: center;
  margin: 7rem auto 0;
}
@media (max-width: 929px) {
  #go .go_group .go_box .contact_button {
    margin-top: 4rem;
  }
}
@media (max-width: 929px) {
  #go .go_group .go_box {
    width: 100%;
    margin-top: 2rem;
  }
}
#go .go_group .go_img {
  width: 46%;
}
@media (max-width: 929px) {
  #go .go_group .go_img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

#what {
  margin-top: 12rem;
  text-align: center;
}
@media (max-width: 1366px) {
  #what {
    margin: 12rem 2rem 0;
  }
}
@media (max-width: 929px) {
  #what {
    margin: 6rem 1.5rem 0;
  }
}
#what .title {
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
}
#what .title::before {
  display: inline-block;
  content: "/";
  margin-right: 2rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 929px) {
  #what .title::before {
    margin-right: 1.5rem;
  }
}
#what .title::after {
  display: inline-block;
  content: "/";
  margin-left: 3rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
}
@media (max-width: 929px) {
  #what .title::after {
    margin-left: 1.5rem;
  }
}
#what .what_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media (max-width: 929px) {
  #what .what_group {
    -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;
    margin: 2rem 1rem auto;
  }
}
#what .what_group .what_text {
  width: 46%;
}
@media (max-width: 929px) {
  #what .what_group .what_text {
    width: 100%;
    margin-top: 2rem;
  }
}
#what .what_group .what_img {
  width: 46%;
}
@media (max-width: 929px) {
  #what .what_group .what_img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

#feature {
  position: relative;
  text-align: center;
  margin: 14.4rem auto -0.7rem;
  padding-bottom: 12rem;
}
#feature::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: calc(50% - 50vw);
  -webkit-mask-image: url("../images/feature_bg.png");
          mask-image: url("../images/feature_bg.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #e6f7ff;
  z-index: -1;
}
@media (max-width: 929px) {
  #feature::before {
    -webkit-mask-image: url("../images/feature_sp_bg.png");
            mask-image: url("../images/feature_sp_bg.png");
  }
}
@media (max-width: 929px) {
  #feature {
    margin: 5rem auto 0;
    padding: 0 1.5rem 6rem;
  }
}
#feature .title {
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
}
@media (max-width: 929px) {
  #feature .title {
    margin-bottom: -0.5rem;
  }
}
#feature .title::before {
  display: inline-block;
  content: "/";
  margin-right: 2rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 929px) {
  #feature .title::before {
    margin-right: 1.5rem;
  }
}
#feature .title::after {
  display: inline-block;
  content: "/";
  margin-left: 3rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
}
@media (max-width: 929px) {
  #feature .title::after {
    margin-left: 1.5rem;
  }
}
#feature .feature_group {
  background-color: #ffffff;
  border: 3px solid rgba(70, 152, 194, 0.5);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7rem;
}
@media (max-width: 929px) {
  #feature .feature_group {
    margin-top: 2rem;
    -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;
  }
}
#feature .feature_subtitle {
  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;
  text-align: center;
}
@media (max-width: 1366px) {
  #feature .feature_subtitle {
    width: 50%;
  }
}
@media (max-width: 929px) {
  #feature .feature_subtitle {
    width: 100%;
    margin-top: 2.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#feature .feature_subtitle h3 {
  width: 476px;
}
@media (max-width: 1366px) {
  #feature .feature_subtitle h3 {
    width: 100%;
    margin-right: 2rem;
  }
}
#feature .feature_subtitle .fe1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#feature .feNum {
  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;
  width: 4rem;
  height: 4rem;
  padding-bottom: 0.5rem;
  background-color: #4483a4;
  color: #fff;
  border-radius: 50%;
  font-family: vdl-penletter, sans-serif;
  font-size: 3.1rem;
  margin: auto 1.4rem auto 6.8rem;
}
@media (max-width: 929px) {
  #feature .feNum {
    width: 26px;
    height: 26px;
    font-size: 2rem;
    margin: auto 1.3rem auto 2rem;
    padding-bottom: 0.2rem;
  }
}
#feature .feature_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;
}
@media (max-width: 1366px) {
  #feature .feature_box {
    width: 50%;
  }
}
@media (max-width: 929px) {
  #feature .feature_box {
    width: 100%;
    -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;
  }
}
@media (max-width: 929px) {
  #feature .feature_box img {
    margin: -2.5rem 0 -3.5rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#feature .feature_text {
  margin: 5rem;
  width: 600px;
}
@media (max-width: 1366px) {
  #feature .feature_text {
    width: 100%;
  }
}
@media (max-width: 929px) {
  #feature .feature_text {
    width: 90%;
    margin: 1rem auto 2.5rem;
  }
}

#recommend .title {
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
  margin: 9rem 2rem 0;
}
@media (max-width: 1100px) {
  #recommend .title {
    font-size: 5rem;
  }
}
@media (max-width: 929px) {
  #recommend .title {
    font-size: 3rem;
    margin: 4rem 0 0;
  }
}
#recommend .title::before {
  display: inline-block;
  content: "/";
  margin-right: 2rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 929px) {
  #recommend .title::before {
    margin-right: 1.5rem;
  }
}
#recommend .title::after {
  display: inline-block;
  content: "/";
  margin-left: 3rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
}
@media (max-width: 929px) {
  #recommend .title::after {
    margin-left: 1.5rem;
  }
}
#recommend .title_sp {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 929px) {
  #recommend .title_sp {
    text-align: center;
  }
}
#recommend .title_sp .line_left_sp {
  margin: 0 1rem 0 0;
}
#recommend .title_sp .line_right_sp {
  margin: 0 0 0 1rem;
}
#recommend .recommend_img {
  text-align: right;
  margin: auto 2rem;
}
@media (max-width: 929px) {
  #recommend .recommend_img {
    text-align: center;
    margin: 1rem auto;
    width: 70%;
  }
}
#recommend .recommend_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 2.8rem;
  padding: 0 10px;
}
@media (max-width: 929px) {
  #recommend .recommend_box {
    margin-top: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
#recommend .item1 {
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 2.6rem;
  line-height: 1.44;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 130px;
  background-color: #e6f7ff;
}
@media (max-width: 1260px) {
  #recommend .item1 {
    font-size: 2rem;
  }
}
@media (max-width: 929px) {
  #recommend .item1 {
    min-height: 65px;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  #recommend .item1 br {
    display: none;
  }
}
@media (min-width: 930px) {
  #recommend .item1:nth-child(even) {
    background-color: #eff9e3;
  }
}
@media (max-width: 929px) {
  #recommend .item1:nth-child(4n+2), #recommend .item1:nth-child(4n+3) {
    background-color: #eff9e3;
  }
}
#recommend .item3 {
  font-size: 2.6rem;
}
@media (max-width: 929px) {
  #recommend .item3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 929px) {
  #recommend .item1_sp {
    background-color: #eff9e3;
  }
}
@media (max-width: 929px) {
  #recommend .item2_sp {
    background-color: #e6f7ff;
  }
}
#recommend .method {
  background-image: url("../images/method.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0rem 17rem;
  margin-top: 14rem;
  text-align: center;
}
@media (max-width: 929px) {
  #recommend .method {
    background-image: url("../images/method_sp2.png");
    padding: 7rem 0 8rem;
    margin-top: 4rem;
  }
}
#recommend .method_title {
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
  padding-top: 7rem;
  font-size: 7.4rem;
  color: #ffffff;
}
@media (max-width: 1020px) {
  #recommend .method_title {
    font-size: 5rem;
  }
}
@media (max-width: 929px) {
  #recommend .method_title {
    font-size: 2.8rem;
    padding-top: 0;
  }
}
#recommend .method_subtitle {
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
  padding-top: 1.5rem;
  font-size: 3.4rem;
  color: #ffffff;
}
@media (max-width: 929px) {
  #recommend .method_subtitle {
    font-size: 1.7rem;
  }
}
#recommend .method_box {
  display: inline-block;
  margin: 5rem 2rem 0;
  text-align: left;
}
@media (max-width: 929px) {
  #recommend .method_box {
    margin: 0.5rem auto 0;
  }
}
#recommend .method_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#recommend .method_content .method_text {
  color: #ffffff;
  margin-left: 1rem;
}
#recommend .method_content .methodNum {
  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;
  width: 4.6rem;
  height: 4.6rem;
  padding-bottom: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  color: #11003b;
  font-family: vdl-penletter, sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
}
@media (max-width: 929px) {
  #recommend .method_content .methodNum {
    width: 2rem;
    height: 2rem;
    padding-bottom: 0.1rem;
    font-size: 1.4rem;
  }
}
#recommend .contact_button {
  margin-top: 9.3rem;
  text-align: center;
}
@media (max-width: 929px) {
  #recommend .contact_button {
    margin: 6rem 2.5rem 0;
  }
}

#question {
  padding-bottom: 10rem;
  text-align: center;
  margin-top: 14rem;
}
@media (max-width: 929px) {
  #question {
    margin: 7rem auto 0;
    padding: 0 1.5rem 6rem;
  }
}
#question::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: calc(50% - 50vw);
  -webkit-mask-image: url("../images/question_bg.png");
          mask-image: url("../images/question_bg.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #e6f7ff;
  z-index: -1;
}
@media (max-width: 929px) {
  #question::before {
    -webkit-mask-image: url("../images/question_sp_bg.png");
            mask-image: url("../images/question_sp_bg.png");
  }
}
#question .title {
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
  margin: 2rem auto;
}
#question .title::before {
  display: inline-block;
  content: "/";
  margin-right: 2rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 929px) {
  #question .title::before {
    margin-right: 1.5rem;
  }
}
#question .title::after {
  display: inline-block;
  content: "/";
  margin-left: 3rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
}
@media (max-width: 929px) {
  #question .title::after {
    margin-left: 1.5rem;
  }
}
#question .qa {
  margin: auto 6.8rem;
  text-align: left;
  padding: 2.6rem 0;
  border-bottom: 2px dashed #4483a4;
}
@media (max-width: 929px) {
  #question .qa {
    margin: auto 0;
  }
}
#question .qa_last {
  margin: auto 6.8rem;
  text-align: left;
  padding: 2.6rem 0;
}
@media (max-width: 929px) {
  #question .qa_last {
    margin: auto 0;
  }
}
#question .q_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2e5503;
}
#question .q_group .q {
  font-size: 3rem;
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
}
@media (max-width: 929px) {
  #question .q_group .q {
    font-size: 2rem;
  }
}
#question .q_group .q_text {
  font-size: 2.4rem;
  margin: 0.3rem auto 0 2rem;
  font-weight: bold;
}
@media (max-width: 929px) {
  #question .q_group .q_text {
    font-size: 1.5rem;
    margin: 0.5rem auto 0 0.7rem;
  }
}
#question .a_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
#question .a_group .a {
  font-size: 3rem;
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
}
@media (max-width: 929px) {
  #question .a_group .a {
    font-size: 2rem;
  }
}
#question .a_group .a_text {
  font-size: 2.2rem;
  margin: 0.3rem auto 0 2rem;
  line-height: 1.6;
}
@media (max-width: 929px) {
  #question .a_group .a_text {
    font-size: 1.4rem;
    line-height: 1.65;
    margin: 0.5rem auto 0 0.7rem;
  }
}
#question .a_group .a_subtext {
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 929px) {
  #question .a_group .a_subtext {
    font-size: 1.3rem;
  }
}

#start .title {
  font-family: vdl-penletter, sans-serif;
  font-weight: 300;
  margin: 9rem 2rem 0;
  text-align: right;
}
@media (max-width: 1100px) {
  #start .title {
    font-size: 5rem;
  }
}
@media (max-width: 929px) {
  #start .title {
    font-size: 3rem;
    margin: 4rem 1rem 0;
    text-align: center;
  }
}
#start .title::before {
  display: inline-block;
  content: "/";
  margin-right: 2rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 929px) {
  #start .title::before {
    margin-right: 1.5rem;
  }
}
#start .title::after {
  display: inline-block;
  content: "/";
  margin-left: 3rem;
  position: relative;
  top: 0.4rem;
  color: #4483a4;
}
@media (max-width: 929px) {
  #start .title::after {
    margin-left: 1.5rem;
  }
}
#start .title_sp {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 929px) {
  #start .title_sp {
    text-align: center;
  }
}
#start .title_sp .line_left_sp {
  margin: 0 1rem 0 0;
}
#start .title_sp .line_right_sp {
  margin: 0 0 0 1rem;
}
#start .recommend_img {
  text-align: left;
  margin: auto 2rem;
}
@media (max-width: 929px) {
  #start .recommend_img {
    text-align: center;
    margin: 1rem auto;
    width: 70%;
  }
}
#start .start_text {
  padding: 19rem 4.5% 9rem;
  border: 3px solid rgba(70, 152, 194, 0.5);
  background-color: #f8f8f8;
  border-radius: 3px;
  margin: -12rem 2rem 0;
}
@media (max-width: 929px) {
  #start .start_text {
    padding: 2rem 1rem;
    margin: 2rem 1rem;
    border-width: 1.5px;
  }
}
#start .contact_button {
  margin-top: 9.3rem;
  text-align: center;
}
@media (max-width: 929px) {
  #start .contact_button {
    margin: 6rem 2.5rem 0;
  }
}

.footer {
  background-color: #11003b;
  margin-top: 14rem;
  text-align: center;
}
@media (max-width: 929px) {
  .footer {
    margin-top: 6rem;
  }
}
.footer .footer-info {
  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;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6rem;
  margin-left: 5rem;
}
@media (max-width: 929px) {
  .footer .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding-top: 3rem;
  }
}
@media (max-width: 929px) {
  .footer .footer-info li {
    margin: 1.5rem auto;
  }
}
.footer .footer-info a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: auto 3.6rem;
}
@media (max-width: 929px) {
  .footer .footer-info a {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.footer .copyright {
  color: #ffffff;
  padding: 3rem 0;
}
@media (max-width: 929px) {
  .footer .copyright {
    padding: 2rem 0 1rem;
  }
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #11003b;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-privacy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 20px 0;
}
.p-privacy__title {
  border-bottom: 1px solid #000;
  font-size: 3rem;
}
.p-privacy__inner,
.p-privacy p {
  font-size: 1.6rem !important;
}
.p-privacy strong {
  display: block;
  margin: 2em 0 0.5em;
}
.p-privacy li {
  position: relative;
  padding-left: 1.1em;
  list-style: none;
}
.p-privacy li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.p-privacy ol {
  counter-reset: num;
  padding-left: 0;
}
.p-privacy ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  top: -3px;
}
.p-privacy ul {
  padding-left: 0;
}
.p-privacy ul li::before {
  content: "・";
}/*# sourceMappingURL=style.css.map */