@charset "UTF-8";
@font-face {
  font-family: "logo";
  src: url("font/Corporate-Logo-Bold-ver3.otf") format("opentype");
}
html {
  background: #fff;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  height: auto;
  width: 100%;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

.godhic {
  font-family: "Noto Sans JP", sans-serif;
}

.logov2 {
  font-family: "logo";
}

.flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 2%;
  }
}

.section_title {
  color: #0062b1;
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 5%;
  font-family: "logo";
}
@media screen and (max-width: 750px) {
  .section_title {
    font-size: 5vw;
  }
}

@media screen and (max-width: 750px) {
  section {
    padding: 10% 0 !important;
  }
}

.orange_text {
  color: #fa7b10;
}

.yellow_line {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffde6d, #ffde6d);
  /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out;
  /* マーカーを引く速度を調整 */
  font-weight: bold;
  /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.yellow_line.inview {
  background-size: 100% 30%;
  /* '30%'の部分は上で設定した太さに合わせる */
}

.big {
  font-size: 1.4em;
}

.small {
  font-size: 0.8em;
}

.pc_none {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 750px) {
  .sp_none {
    display: none;
  }
}

#fv {
  background: url("../img/fv_bg.webp") center center/cover no-repeat;
  padding: 120px 0 0 5%;
}
#fv .fv_main {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  #fv {
    padding: 80px 0 0 0 !important;
    background: none;
  }
}
#fv .cta {
  position: absolute;
  bottom: -47px;
  right: 100px;
  width: 25%;
}
@media screen and (max-width: 750px) {
  #fv .cta {
    width: 80%;
    right: 50%;
    transform: translate(50%);
    bottom: 0;
  }
}
#fv .cta p {
  margin-bottom: 0;
  text-align: center;
  color: #d94452;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #fv .cta p {
    font-size: 2rem;
    color: #000;
  }
}
#fv .cta p::before {
  content: "\\";
  top: 0;
  left: 0;
}
#fv .cta p::after {
  content: "/";
  top: 0;
  left: 0;
}

.cta {
  padding: 5% 0;
}
.cta .fukidashi {
  color: #fa7b10;
  text-align: center;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
}
.cta .fukidashi::before, .cta .fukidashi::after {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  width: 2px;
  height: 100%;
  background: #fa7b10;
}
.cta .fukidashi::before {
  left: 9%;
  transform: rotate(-30deg);
}
.cta .fukidashi::after {
  right: 9%;
  transform: rotate(30deg);
}
@media screen and (max-width: 750px) {
  .cta .fukidashi {
    line-height: 1.5;
    font-size: 4.5vw;
  }
}
.cta .cta_btn {
  background: #5eca38;
  color: #fff;
  padding: 3% 0;
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  position: relative;
  max-width: 900px;
  width: 95%;
  margin: 2% auto;
  border-radius: 50px;
  box-shadow: -1px 5px #127501;
}
.cta .cta_btn::before {
  content: "";
  background: url(../img/cta_before.webp) center center/contain no-repeat;
  top: 21%;
  left: 13%;
  width: 8%;
  height: 64%;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .cta .cta_btn::before {
    width: 8%;
    height: 63%;
    top: 20%;
    left: 10%;
  }
}
.cta .cta_btn::after {
  content: "";
  background: url(../img/cta_after.webp) center center/contain no-repeat;
  top: 21%;
  right: 13%;
  width: 8%;
  height: 64%;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .cta .cta_btn::after {
    width: 8%;
    height: 63%;
    top: 20%;
    right: 10%;
  }
}
@media screen and (max-width: 750px) {
  .cta .cta_btn {
    font-size: 4.5vw;
  }
}
.cta .flex {
  align-items: center;
  justify-content: center;
  margin: 4% 0 0;
}
.cta .flex div:first-of-type {
  margin: 0 2% 0 0;
  width: 41.6666666667%;
}
.cta .flex div:last-of-type {
  width: 37.037037037%;
}
.cta .flex .blue_txt {
  color: #17a9ea;
  font-size: 2.8rem;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 750px) {
  .cta .flex .blue_txt {
    font-size: 3vw;
  }
}
.cta .flex .time {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .cta .flex .time {
    font-size: 1.9vw;
  }
}

.cta_btn {
  margin: 0 auto;
  animation: vertical 2s linear infinite;
  transform-origin: center;
  cursor: pointer;
}

@keyframes vertical {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
#worries,
#worries2 {
  background: #f5f6fa;
  padding: 5% 0;
}
@media screen and (max-width: 750px) {
  #worries .flex,
  #worries2 .flex {
    justify-content: center;
  }
}
#worries .flex .ad,
#worries2 .flex .ad {
  width: 17.5438596491%;
}
@media screen and (max-width: 750px) {
  #worries .flex .ad,
  #worries2 .flex .ad {
    width: 26.3157894737%;
    margin: 0 5% 5% 0;
  }
  #worries .flex .ad:nth-of-type(3), #worries .flex .ad:nth-of-type(5),
  #worries2 .flex .ad:nth-of-type(3),
  #worries2 .flex .ad:nth-of-type(5) {
    margin: 0 0 5% 0;
  }
}
#worries .flex .flex_content,
#worries2 .flex .flex_content {
  width: 28.5714285714%;
}
@media screen and (max-width: 750px) {
  #worries .flex .flex_content,
  #worries2 .flex .flex_content {
    width: 70%;
  }
}
#worries .flex .flex_content:last-of-type,
#worries2 .flex .flex_content:last-of-type {
  width: 31.25%;
}
@media screen and (max-width: 750px) {
  #worries .flex .flex_content:last-of-type,
  #worries2 .flex .flex_content:last-of-type {
    width: 70%;
  }
}
#worries .flex .flex_content div,
#worries2 .flex .flex_content div {
  margin-bottom: 10%;
}
#worries .flex .flex_content p,
#worries2 .flex .flex_content p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #worries .flex .flex_content p,
  #worries2 .flex .flex_content p {
    font-size: 3.4vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 10%;
  }
}
#worries .flex.point,
#worries2 .flex.point {
  justify-content: space-around;
  margin-bottom: 5%;
}
#worries .flex.point div,
#worries2 .flex.point div {
  width: 23.8095238095%;
}
@media screen and (max-width: 750px) {
  #worries .flex.point div,
  #worries2 .flex.point div {
    width: 41.6666666667%;
    margin: 3% 0;
  }
}
#worries .shihyo div,
#worries2 .shihyo div {
  margin-bottom: 5%;
  width: 100%;
}
#worries .shihyo div p,
#worries2 .shihyo div p {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 0%;
  padding-left: 2%;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #worries .shihyo div p,
  #worries2 .shihyo div p {
    font-size: 1.2rem;
  }
}
#worries .shihyo .flex div,
#worries2 .shihyo .flex div {
  width: 50%;
  margin-bottom: 0;
}
#worries .arrow,
#worries2 .arrow {
  width: 26.3157894737%;
  margin: 5% auto;
}
#worries .kaiketsu,
#worries2 .kaiketsu {
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5%;
}
#worries .kaiketsu .blue,
#worries2 .kaiketsu .blue {
  color: #16aaeb;
}
#worries .kaiketsu .orange,
#worries2 .kaiketsu .orange {
  color: #fa9748;
  font-size: 1.5em;
}
#worries .kaiketsu .small,
#worries2 .kaiketsu .small {
  font-size: 0.8em;
}
@media screen and (max-width: 750px) {
  #worries .kaiketsu,
  #worries2 .kaiketsu {
    font-size: 5vw;
    line-height: 1.5;
  }
}
#worries .kaiketsu_sub,
#worries2 .kaiketsu_sub {
  text-align: center;
  font-size: 2rem;
  margin: -4% 0 5%;
}
@media screen and (max-width: 750px) {
  #worries .kaiketsu_sub,
  #worries2 .kaiketsu_sub {
    font-size: 3vw;
    line-height: 1.5;
  }
}
#worries .case p,
#worries2 .case p {
  text-align: left;
  font-size: 3.5rem;
}
#worries .case p span,
#worries2 .case p span {
  border-bottom: 2px solid #28aeec;
}
@media screen and (max-width: 750px) {
  #worries .case p,
  #worries2 .case p {
    font-size: 4.5vw;
    text-align: center;
  }
}
#worries .case .flex,
#worries2 .case .flex {
  margin: 5% 0;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #worries .case .flex,
  #worries2 .case .flex {
    flex-direction: column-reverse;
    margin: 5% 0 15%;
  }
}
#worries .case .flex div:first-of-type,
#worries2 .case .flex div:first-of-type {
  width: 45%;
}
@media screen and (max-width: 750px) {
  #worries .case .flex div:first-of-type,
  #worries2 .case .flex div:first-of-type {
    width: 100%;
  }
}
#worries .case .flex div:last-of-type,
#worries2 .case .flex div:last-of-type {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #worries .case .flex div:last-of-type,
  #worries2 .case .flex div:last-of-type {
    width: 100%;
  }
}
#worries .case .flex .balloon,
#worries2 .case .flex .balloon {
  position: relative;
  display: inline-block;
  padding: 5% 3%;
  font-size: 2rem;
  background: #fff;
  margin-top: 5%;
  margin-right: 2%;
  border-radius: 30px;
}
@media screen and (max-width: 750px) {
  #worries .case .flex .balloon,
  #worries2 .case .flex .balloon {
    margin-bottom: 15%;
    font-size: 4vw;
  }
}
#worries .case .flex .balloon:before,
#worries2 .case .flex .balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
@media screen and (max-width: 750px) {
  #worries .case .flex .balloon:before,
  #worries2 .case .flex .balloon:before {
    top: 100%;
    left: 50%;
    margin-left: -40px;
    border: 40px solid transparent;
    border-top: 40px solid #fff;
  }
}

#about {
  padding: 5% 0;
  background: #c1e5f5;
}
#about .section_title {
  color: #16aaeb;
}
#about .section_title img {
  width: 32%;
}
#about .pro {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 10%;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #about .pro {
    font-size: 3vw;
  }
}
#about .about_content div {
  width: 35%;
  margin-bottom: 10%;
}
#about .about_content div:nth-of-type(2) {
  margin-top: 2%;
}
@media screen and (max-width: 750px) {
  #about .about_content div:nth-of-type(2) {
    margin-top: 0;
  }
}
#about .about_content div:last-of-type {
  width: 40%;
}
@media screen and (max-width: 750px) {
  #about .about_content div:last-of-type {
    width: 35%;
  }
}
#about .give {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
  #about .give {
    line-height: 2;
    font-size: 3.5vw;
  }
}
#about .senryaku {
  background: #fff;
  width: 100%;
  border: 3px solid #19a9eb;
  border-radius: 30px;
  padding: 3%;
}
@media screen and (max-width: 750px) {
  #about .senryaku {
    padding: 5%;
  }
}
#about .senryaku .senryaku_title {
  color: #1aa9e9;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 5%;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #about .senryaku .senryaku_title {
    line-height: 1.5;
    font-size: 5.5vw;
  }
}
#about .senryaku .senryaku_title span {
  border-bottom: 3px solid #1aa9e9;
  display: inline-block;
  padding: 0 2%;
}
#about .senryaku .flex {
  justify-content: space-between;
}
#about .senryaku .flex div:first-of-type {
  width: 55%;
}
@media screen and (max-width: 750px) {
  #about .senryaku .flex div:first-of-type {
    width: 100%;
  }
}
#about .senryaku .flex div:first-of-type p {
  width: 100%;
  font-size: 2rem;
  margin-bottom: 5%;
  line-height: 1.9;
}
@media screen and (max-width: 750px) {
  #about .senryaku .flex div:first-of-type p {
    font-size: 3.2vw;
  }
}
#about .senryaku .flex div:last-of-type {
  width: 40%;
}
@media screen and (max-width: 750px) {
  #about .senryaku .flex div:last-of-type {
    width: 100%;
  }
}

#achievement {
  padding: 5% 0;
  /*==================================================
  スライダーのためのcss
  ===================================*/
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/
}
#achievement .section_title {
  color: #18a9eb;
}
#achievement .slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
#achievement .slider img {
  width: 45vw;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
@media screen and (max-width: 750px) {
  #achievement .slider img {
    width: 80vw;
  }
}
#achievement .slider .slick-slide {
  transform: scale(0.8);
  /*左右の画像のサイズを80%に*/
  transition: all 0.5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50%*/
  overflow: hidden;
}
#achievement .slider .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}
#achievement .slick-prev,
#achievement .slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  height: 10%;
  width: 10%;
  background: url("../img/prev.webp") center center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  #achievement .slick-prev,
  #achievement .slick-next {
    height: 30px;
    width: 30px;
  }
}
#achievement .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 7.5%;
  transform: rotate(0deg);
  z-index: 9;
}
@media screen and (max-width: 750px) {
  #achievement .slick-prev {
    left: 3.5%;
  }
}
#achievement .slick-next {
  /*次へ矢印の位置と形状*/
  right: 7.5%;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  #achievement .slick-next {
    right: 3.5%;
  }
}
#achievement .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
#achievement .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#achievement .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}
#achievement .slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

#voice {
  padding: 5% 0;
  background: #fff9e3;
}
#voice .section_title {
  color: #18a9eb;
}
#voice .flex div {
  width: 43.4782608696%;
}
@media screen and (max-width: 750px) {
  #voice .flex div {
    width: 75%;
    margin-right: auto;
  }
  #voice .flex div:first-of-type {
    width: 79%;
  }
}
#voice .flex div:last-of-type {
  margin-top: 5%;
}
@media screen and (max-width: 750px) {
  #voice .flex div:last-of-type {
    margin-left: auto;
    margin-right: unset;
  }
}
@media screen and (max-width: 750px) {
  #voice .flex {
    margin-bottom: 5%;
  }
}
#voice .voice3 {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #voice .voice3 {
    width: 100%;
  }
}

#obsession {
  padding: 5% 0;
  background: #dcf8e9;
}
#obsession .section_title {
  color: #16aaeb;
}
#obsession .section_title img {
  width: 15%;
}
@media screen and (max-width: 750px) {
  #obsession .section_title img {
    width: 30%;
  }
}
#obsession .obsession1,
#obsession .obsession2,
#obsession .obsession3 {
  background: #fff;
  padding: 3% 0;
  position: relative;
  width: 70%;
  margin-bottom: 10%;
}
@media screen and (max-width: 750px) {
  #obsession .obsession1,
  #obsession .obsession2,
  #obsession .obsession3 {
    width: 90%;
    margin-bottom: 30%;
    padding: 5% 0 45%;
  }
}
#obsession .obsession1 .obsession_wrap,
#obsession .obsession2 .obsession_wrap,
#obsession .obsession3 .obsession_wrap {
  width: 55%;
}
@media screen and (max-width: 750px) {
  #obsession .obsession1 .obsession_wrap,
  #obsession .obsession2 .obsession_wrap,
  #obsession .obsession3 .obsession_wrap {
    width: 90%;
  }
}
#obsession .obsession1 .obsession_wrap h3,
#obsession .obsession2 .obsession_wrap h3,
#obsession .obsession3 .obsession_wrap h3 {
  position: relative;
  color: #fa7b13;
  font-size: 1.7vw;
  font-weight: bold;
}
#obsession .obsession1 .obsession_wrap h3 img,
#obsession .obsession2 .obsession_wrap h3 img,
#obsession .obsession3 .obsession_wrap h3 img {
  width: 8%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 2%;
}
@media screen and (max-width: 750px) {
  #obsession .obsession1 .obsession_wrap h3,
  #obsession .obsession2 .obsession_wrap h3,
  #obsession .obsession3 .obsession_wrap h3 {
    font-size: 5vw;
  }
}
#obsession .obsession1 .obsession_wrap p,
#obsession .obsession2 .obsession_wrap p,
#obsession .obsession3 .obsession_wrap p {
  font-size: 1.2vw;
  margin: 5% 0;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #obsession .obsession1 .obsession_wrap p,
  #obsession .obsession2 .obsession_wrap p,
  #obsession .obsession3 .obsession_wrap p {
    font-size: 3.2vw;
  }
}
#obsession .obsession1,
#obsession .obsession3 {
  margin-right: auto;
}
#obsession .obsession1 .obsession_wrap,
#obsession .obsession3 .obsession_wrap {
  margin: 0 17% 0 auto;
}
@media screen and (max-width: 750px) {
  #obsession .obsession1 .obsession_wrap,
  #obsession .obsession3 .obsession_wrap {
    margin: 0 auto;
  }
}
#obsession .obsession1 .obsession_wrap .obsession_img,
#obsession .obsession3 .obsession_wrap .obsession_img {
  position: absolute;
  top: 26%;
  right: -16%;
  width: 30%;
}
@media screen and (max-width: 750px) {
  #obsession .obsession1 .obsession_wrap .obsession_img,
  #obsession .obsession3 .obsession_wrap .obsession_img {
    bottom: -9%;
    left: 17%;
    width: 70%;
    top: unset;
    right: unset;
  }
}
#obsession .obsession2 {
  margin-left: auto;
}
#obsession .obsession2 .obsession_wrap {
  margin: 0 auto 0 17%;
}
@media screen and (max-width: 750px) {
  #obsession .obsession2 .obsession_wrap {
    margin: 0 auto;
  }
}
#obsession .obsession2 .obsession_wrap .obsession_img {
  position: absolute;
  top: 13%;
  left: -17%;
  width: 30%;
}
@media screen and (max-width: 750px) {
  #obsession .obsession2 .obsession_wrap .obsession_img {
    bottom: -9%;
    left: 17%;
    width: 70%;
    top: unset;
  }
}
#obsession .obsession2 .data_title {
  width: 15%;
  margin: 5% 0 5% 30%;
}
@media screen and (max-width: 750px) {
  #obsession .obsession2 .data_title {
    width: 30%;
  }
}
#obsession .obsession2 .flex {
  margin: 0 0 0 auto;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #obsession .obsession2 .flex {
    justify-content: right;
    width: 100vw;
    margin: 0 calc(50% - 55vw);
  }
}
#obsession .obsession2 .flex div {
  margin-right: 5%;
  width: 26.3157894737%;
}
@media screen and (max-width: 750px) {
  #obsession .obsession2 .flex div {
    width: 31.25%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 750px) {
  #obsession .obsession3 {
    padding: 5% 0 20%;
  }
}
#obsession .obsession3 .obsession_wrap .obsession_img {
  position: absolute;
  top: 26%;
  right: -12%;
  width: 23%;
}
@media screen and (max-width: 750px) {
  #obsession .obsession3 .obsession_wrap .obsession_img {
    width: 100%;
    top: unset;
    bottom: -15%;
    left: 8%;
    right: unset;
  }
}

.cta2 .cta2_title {
  text-align: center;
  color: #19aaed;
  font-size: 5rem;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .cta2 .cta2_title {
    font-size: 6.5vw;
    padding-left: 14%;
  }
}
.cta2 .cta2_title::before {
  content: "";
  position: absolute;
  top: -38%;
  left: 7%;
  width: 15%;
  height: 150%;
  background: url(../img/free.webp) center center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .cta2 .cta2_title::before {
    top: -60%;
    left: 3%;
  }
}
.cta2 .cta2_sub_title {
  color: #000;
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
  .cta2 .cta2_sub_title {
    font-size: 4vw;
    margin-bottom: 10%;
  }
}
.cta2 .support {
  font-size: 4rem;
  color: #0064b4;
  text-align: center;
  line-height: 1.5;
  margin: 5% 0;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .cta2 .support {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 750px) {
  .cta2 .flex:last-of-type {
    justify-content: center;
  }
}
.cta2 .flex:last-of-type div {
  width: 17.5438596491%;
}
@media screen and (max-width: 750px) {
  .cta2 .flex:last-of-type div {
    width: 26.3157894737%;
    margin: 0 5% 5% 0;
  }
  .cta2 .flex:last-of-type div:nth-of-type(3), .cta2 .flex:last-of-type div:nth-of-type(5) {
    margin: 0 0 5% 0;
  }
}

#flow {
  padding: 5% 0;
  background: #f5f6f8;
}
#flow .inner .section_title {
  color: #19aaed;
}
#flow .inner div {
  margin: 10% auto;
}
@media screen and (max-width: 750px) {
  #flow .inner div {
    width: 80%;
  }
}

#qa {
  padding: 5% 0;
}
#qa .inner .acordion_btn {
  background: #f5f5f5;
  padding: 2% 0 2% 10%;
  font-size: 3rem;
  position: relative;
  margin: 0 0 5%;
  color: #16ace7;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #qa .inner .acordion_btn {
    padding: 5% 0 5% 10%;
    font-size: 3.5vw;
  }
}
#qa .inner .acordion_btn::before {
  content: "Q";
  position: absolute;
  top: 0%;
  left: 3%;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  #qa .inner .acordion_btn::before {
    font-size: 6vw;
    top: 27%;
  }
}
#qa .inner .acordion_btn::after {
  content: "";
  transform: rotate(90deg);
  position: absolute;
  top: 15%;
  right: 5%;
  background: url("../img/next.webp") center center/contain no-repeat;
  width: 10%;
  height: 60%;
}
@media screen and (max-width: 750px) {
  #qa .inner .acordion_btn::after {
    width: 6%;
    height: 38%;
    top: 25%;
    right: 2%;
  }
}
#qa .inner .acordion_btn.active::after {
  transform: rotate(-90deg);
}
#qa .inner .acordion_content {
  padding: 0 0 5% 10%;
  font-size: 2.2rem;
  display: none;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 750px) {
  #qa .inner .acordion_content {
    font-size: 2.5vw;
  }
}
#qa .inner .acordion_content::before {
  content: "A";
  position: absolute;
  top: -2%;
  left: 4%;
  color: #ffcb44;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #qa .inner .acordion_content::before {
    font-size: 4vw;
  }
}

#form,
#form2 {
  padding: 5% 0;
  background: #c1e5f5;
}
#form .inner .section_title,
#form2 .inner .section_title {
  color: #19aaed;
}
#form .inner .form_wrap,
#form2 .inner .form_wrap {
  background: #fff;
  padding: 5%;
  border-radius: 30px;
}

.content_wrap {
  position: relative;
}

.content_left {
  width: 70%;
}
@media screen and (max-width: 750px) {
  .content_left {
    width: 100%;
  }
}

.form_right {
  padding: 120px 0 0 !important;
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  overflow: auto;
}
.form_right.fixed {
  position: fixed;
}
.form_right .iframe {
  margin: 0 auto;
}
.form_right .section_title {
  font-size: 2.5rem;
  margin-bottom: 2% !important;
}
.form_right .form_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 0 !important;
  overflow: hidden;
}

footer {
  padding: 5% 0;
}
footer .inner {
  position: relative;
}
footer .inner .section_title {
  color: #19aaed;
}
footer .inner table {
  width: 100%;
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  footer .inner table {
    font-size: 3.5vw;
  }
}
footer .inner table th {
  color: #0a467d;
  width: 30%;
  padding: 2% 0 2% 5%;
}
footer .inner table td {
  padding: 2% 0;
}
footer .inner .hotta {
  margin: 5% 0;
  padding: 2% 0;
  background: #f5f6f8;
}
footer .inner .hotta p {
  text-align: center;
}
footer .inner .hotta p:first-of-type {
  font-size: 3rem;
  color: #0a467d;
  margin-bottom: 2%;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  footer .inner .hotta p:first-of-type {
    font-size: 4vw;
  }
}
footer .inner .hotta p:last-of-type {
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  footer .inner .hotta p:last-of-type {
    font-size: 3.5vw;
  }
}
footer .inner .hotta p:last-of-type::before {
  content: "";
  position: absolute;
  background: url("../img/phone.webp") center center/contain no-repeat;
  width: 10%;
  height: 100%;
  top: -6%;
  left: 27%;
}
@media screen and (max-width: 750px) {
  footer .inner .hotta p:last-of-type::before {
    top: -6%;
    left: 18%;
  }
}
footer .inner .google {
  position: absolute;
  bottom: 35%;
  right: 10%;
  width: 10%;
  height: 20%;
}
@media screen and (max-width: 750px) {
  footer .inner .google {
    bottom: 27%;
  }
}

.anim-box {
  opacity: 0;
}

.anim-box.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.mordal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mordal .cta_container {
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.mordal .cta_container .batten {
  font-size: 8rem;
  color: #fff;
  position: absolute;
  top: -17%;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .mordal .cta_container .batten {
    top: -24%;
    font-size: 8rem;
  }
}
.mordal .modal_bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.mordal .mordal_content {
  position: relative;
}
.mordal .mordal_content a {
  position: absolute;
  bottom: -79%;
  left: 7%;
  width: 90%;
}
.mordal .mordal_content a.cv_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
#material {
  padding: 100px 0;
}
#material .flex {
  align-items: center;
}
@media screen and (max-width: 750px) {
  #material .flex {
    flex-direction: column-reverse;
  }
}
#material .flex .slider_wrap,
#material .flex .material_text {
  width: 48%;
}
@media screen and (max-width: 750px) {
  #material .flex .slider_wrap,
  #material .flex .material_text {
    width: 100%;
  }
}
#material .flex .slider_wrap .slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
#material .flex .slider_wrap .slider img {
  width: 100%;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
@media screen and (max-width: 750px) {
  #material .flex .slider_wrap .slider img {
    width: 90vw;
    margin: 0 auto;
  }
}
#material .flex .slider_wrap .slick-slide {
  width: 100%;
  max-width: 500px;
}
#material .flex .slider_wrap .slider .slick-slide {
  transform: scale(0.8);
  /*左右の画像のサイズを80%に*/
  transition: all 0.5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50%*/
  overflow: hidden;
}
#material .flex .slider_wrap .slider .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}
#material .flex .material_text .material_title {
  font-size: 3rem;
  text-align: center;
  color: #16aaeb;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #material .flex .material_text .material_title {
    font-size: 2.1rem;
  }
}
#material .flex .material_text p {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #material .flex .material_text p {
    font-size: 1.4rem;
  }
}
#material .cta {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #material .cta {
    width: 80%;
  }
}
#material .cta p {
  margin-bottom: 0;
  text-align: center;
  color: #fa9748;
  position: relative;
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #material .cta p {
    font-size: 2.2rem;
  }
}
#material .cta p::before {
  content: "\\";
  top: 0;
  left: 0;
}
#material .cta p::after {
  content: "/";
  top: 0;
  left: 0;
}
#material .cta .cta_btn {
  background: #5eca38;
  color: #fff;
  padding: 3% 0;
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  position: relative;
  max-width: 900px;
  width: 95%;
  margin: 2% auto;
  border-radius: 50px;
  box-shadow: -1px 5px #127501;
}
#material .cta .cta_btn::before {
  content: "";
  background: url(../img/cta_before.webp) center center/contain no-repeat;
  top: 21%;
  left: 13%;
  width: 8%;
  height: 64%;
  position: absolute;
}
@media screen and (max-width: 750px) {
  #material .cta .cta_btn::before {
    width: 8%;
    height: 63%;
    top: 20%;
    left: 10%;
  }
}
#material .cta .cta_btn::after {
  content: "";
  background: url(../img/cta_after.webp) center center/contain no-repeat;
  top: 21%;
  right: 13%;
  width: 8%;
  height: 64%;
  position: absolute;
}
@media screen and (max-width: 750px) {
  #material .cta .cta_btn::after {
    width: 8%;
    height: 63%;
    top: 20%;
    right: 10%;
  }
}
@media screen and (max-width: 750px) {
  #material .cta .cta_btn {
    font-size: 4.5vw;
  }
}

.fix-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
.fix-header-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fix-header .fix-header-logo {
  max-width: 200px;
}
@media screen and (max-width: 750px) {
  .fix-header .fix-header-logo {
    max-width: 150px;
  }
}
.fix-header .fix-header-cta-wrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .fix-header .fix-header-cta-wrap {
    align-items: end;
  }
}
.fix-header .fix-header-cta-wrap .cta02 {
  background: #5eca38;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  max-width: 220px;
  width: 220px;
  height: 54px;
  border-radius: 50px;
  box-shadow: -1px 3px #127501;
}
@media screen and (max-width: 750px) {
  .fix-header .fix-header-cta-wrap .cta02 {
    height: 38px;
  }
  .fix-header .fix-header-cta-wrap .cta02 {
    font-size: 1.4rem;
  }
}
.fix-header .fix-header-cta-wrap .cta02::before {
  content: "";
  background: url(../img/cta_before.webp) center center/contain no-repeat;
  top: 21%;
  left: 15px;
  width: 8%;
  height: 64%;
  position: absolute;
}
.fix-header .fix-header-cta-wrap .cta02::after {
  content: "";
  background: url(../img/cta_after.webp) center center/contain no-repeat;
  top: 21%;
  right: 15px;
  width: 8%;
  height: 64%;
  position: absolute;
}
.fix-header .fix-header-cta-wrap .cta02 a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.fix-header .fix-header-cta-wrap .cta02-wrap .fukidashi {
  color: #fa7b10;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.fix-header .fix-header-cta-wrap .cta02-wrap .fukidashi::before,
.fix-header .fix-header-cta-wrap .cta02-wrap .fukidashi::after {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  width: 2px;
  height: 100%;
  background: #fa7b10;
}
.fix-header .fix-header-cta-wrap .cta02-wrap .fukidashi::before {
  left: 0%;
  transform: rotate(-30deg);
}
.fix-header .fix-header-cta-wrap .cta02-wrap .fukidashi::after {
  right: 0%;
  transform: rotate(30deg);
}
@media screen and (max-width: 750px) {
  .fix-header .fix-header-cta-wrap .cta02-wrap .fukidashi {
    font-size: 1.2rem;
  }
}
.fix-header .fix-header-cta {
  display: inline-block;
  width: auto;
  max-width: 250px;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .fix-header .fix-header-cta {
    max-width: 180px;
  }
}
.fix-header .fix-header-cta img {
  max-width: 100%;
}
.fix-header .fix-header-cta p {
  text-align: center;
  color: #d94452;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .fix-header .fix-header-cta p {
    font-size: 1.2rem;
  }
}
.fix-header .fix-header-cta p::before {
  content: "\\";
  top: 0;
  left: 0;
}
.fix-header .fix-header-cta p::after {
  content: "/";
  top: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .fix-header-logo {
    display: none;
  }
  .fix-header-inner {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .fix-header-cta-wrap {
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
  }
  .fix-header .fix-header-cta {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .fix-header-inner {
    padding: 0 5px;
  }
  .fix-header-cta-wrap > * {
    width: 45% !important;
    max-width: 100% !important;
  }
  .fix-header .fix-header-cta-wrap .cta02 {
    width: 100%;
    height: 34px;
  }
  .fix-header .fix-header-cta p {
    position: relative;
    margin-bottom: 0;
  }
  .fix-header .fix-header-cta p::before {
    content: "";
    position: absolute;
    top: 0px;
    display: block;
    width: 2px;
    height: 100%;
    background: #fa7b10;
    left: -3%;
    transform: rotate(-30deg);
  }
  .fix-header .fix-header-cta p::after {
    content: "";
    position: absolute;
    top: 0px;
    display: block;
    width: 2px;
    height: 100%;
    background: #fa7b10;
    right: -3%;
    transform: rotate(30deg);
    left: auto;
  }
}

/*# sourceMappingURL=style.css.map */
