@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2222222222vw;
  }
}

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

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

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

button:hover {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.3;
    cursor: pointer;
  }
}

img, object, picture, svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
body {
  color: #000;
  font-size: 1rem;
  text-align: left;
}

section {
  position: relative;
}

main {
  display: block;
}

.wrap {
  width: 90%;
  max-width: 128rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bold, strong {
  font-weight: bold;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.preload *, .preload *::before, .preload *::after {
  transition: none !important;
}

@media screen and (min-width: 768px) {
  .fade {
    transition: opacity 0.3s ease;
  }
  .fade:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  input, textarea, select, .select {
    font-size: max(1.6rem, 16px) !important;
  }
}
/* ------------------------------
    header
------------------------------ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 7rem;
  z-index: 1000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #header {
    transition: transform 0.3s ease;
    transform: translateY(-100%);
    pointer-events: none;
  }
  #header.js-show {
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media screen and (max-width: 959px) {
  #header {
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  #header.js-show {
    opacity: 1;
    pointer-events: auto;
  }
}
#header .wrap {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #header_nav .nav {
  display: flex;
  justify-content: center;
}
#header #header_nav .nav > li > a {
  display: block;
  font-size: 1.8rem;
  padding: 0 1.5em;
}
#header #header_nav .nav > li + li {
  border-left: 1px solid #5DC2D0;
}
#header .overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 997;
}
#header .overlay.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 959px) {
  #header,
  #header .wrap,
  #header .logo_wrap {
    width: 100%;
    height: 60px;
  }
  #header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
  }
  #header .wrap {
    padding: 0;
    display: block;
    position: relative;
    min-width: inherit;
  }
  #header .menu-trigger {
    background: #0462B0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    z-index: 999;
  }
  #header .menu-trigger .ico {
    width: 20px;
    height: 18px;
    position: relative;
  }
  #header .menu-trigger .ico span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  #header .menu-trigger .ico span:nth-of-type(1) {
    top: 15%;
  }
  #header .menu-trigger .ico span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  #header .menu-trigger .ico span:nth-of-type(3) {
    bottom: 15%;
  }
  #header .menu-trigger .open {
    font-size: 8px;
    line-height: 1.2;
  }
  #header .menu-trigger .open img {
    height: 6px;
  }
  #header #header_nav {
    background: linear-gradient(to top, #4CACE2, #005EAE);
    color: #fff;
    width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    height: 100%;
    max-height: 100%;
    transform: translateY(-100%);
    transition: transform 0.3s, opacity 1s;
    z-index: 998;
  }
  #header #header_nav .inner {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 60px 5vw 5vw;
    display: flex;
    flex-direction: column;
  }
  #header #header_nav .inner .nav {
    flex: 0 0 auto;
    margin: 0;
    display: block;
  }
  #header #header_nav .inner .nav > li {
    display: block;
    height: auto;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  #header #header_nav .inner .nav > li > a {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
    padding: 1em 0.5em;
  }
  #header #header_nav .inner .nav > li + li {
    border-left: none;
  }
  #header #header_nav .inner .contact {
    flex: 1 1 auto;
    margin: 4rem 3vw 0;
  }
  #header #header_nav .inner .contact a {
    background: #fff;
    color: #0462B0;
    display: block;
    padding: 1em;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
  }
  #header #header_nav .inner .footer {
    flex: 0 0 auto;
  }
  #header #header_nav .inner .footer .name {
    font-size: 1.9rem;
    margin: 1.5em 0;
  }
  #header #header_nav .inner .footer .name a {
    color: #fff;
  }
  #header #header_nav .inner .footer .s-nav {
    margin: 1.5em 0;
    display: flex;
  }
  #header #header_nav .inner .footer .s-nav li {
    font-size: 1.9rem;
    line-height: 1.2;
  }
  #header #header_nav .inner .footer .s-nav li a {
    color: #fff;
  }
  #header #header_nav .inner .footer .s-nav li + li {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #fff;
  }
  #header #header_nav .inner .footer .copy {
    font-size: 1rem;
    margin-top: 4em;
  }
  #header.navOpen .menu-trigger {
    background: #fff;
    box-shadow: none;
  }
  #header.navOpen .menu-trigger .ico {
    width: 25px;
    height: 25px;
  }
  #header.navOpen .menu-trigger .ico span {
    background: #0462B0;
  }
  #header.navOpen .menu-trigger .ico span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  #header.navOpen .menu-trigger .ico span:nth-of-type(2) {
    opacity: 0;
  }
  #header.navOpen .menu-trigger .ico span:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(45deg);
  }
  #header.navOpen .menu-trigger .open {
    display: none;
  }
  #header.navOpen #header_nav {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s, opacity 0s;
  }
}
/* ------------------------------
    footer
------------------------------ */
#footer .white {
  background: #fff;
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .white {
    padding: 3rem 0;
  }
}
#footer .white .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  #footer .white .flex {
    flex-wrap: wrap;
    gap: 2rem 5%;
    padding: 0 2rem;
  }
}
#footer .white .flex .logo._01 img {
  width: 25.3rem;
}
#footer .white .flex .logo._02 img {
  width: 26.7rem;
}
@media screen and (max-width: 767px) {
  #footer .white .flex .logo {
    width: 45%;
  }
}
#footer .white .flex .sns {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #footer .white .flex .sns {
    gap: 3rem;
  }
}
#footer .white .flex .sns img {
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  #footer .white .flex .sns img {
    width: 4rem;
  }
}
@media screen and (min-width: 960px) {
  #footer .white .flex .sns {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
#footer .grad {
  background-image: linear-gradient(to right, #005EAE, #4CACE2);
  color: #fff;
  padding: 1.5rem;
}
#footer .grad .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  #footer .grad .flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #footer .grad .flex {
    flex-direction: column;
    text-align: center;
  }
}
#footer .grad .nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer .grad .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em 0;
  }
  #footer .grad .nav li {
    font-size: 1.4rem;
  }
  #footer .grad .nav li:first-child {
    width: 100%;
  }
  #footer .grad .nav li:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
#footer .grad .nav li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #fff;
}
#footer .grad .nav a {
  color: #fff;
}
#footer .grad .copy {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  #footer .grad .copy {
    margin-top: 1em;
  }
}
#footer .grad .powered {
  font-size: 1.1rem;
}
@media screen and (max-width: 959px) {
  #footer .grad .powered {
    flex: 1 1 auto;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #footer .grad .powered {
    text-align: center;
    margin-top: 2em;
  }
}
#footer .grad .powered a {
  color: #fff;
}

.fixed_btn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .fixed_btn.js-scrolled {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .fixed_btn {
    flex-direction: column;
    align-items: flex-end;
    right: 0;
    bottom: 0;
  }
  .fixed_btn.js-show.js-scrolled {
    opacity: 1;
    pointer-events: auto;
  }
}
.fixed_btn img {
  width: 100%;
}
.fixed_btn .btn {
  width: 18rem;
  transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .fixed_btn .btn a {
    display: block;
    transition: scale 0.3s ease;
    opacity: 1;
  }
  .fixed_btn .btn a:hover {
    scale: 1.05;
  }
  .fixed_btn .btn.column {
    margin-bottom: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .fixed_btn .btn {
    width: 100%;
    order: 2;
  }
}
.fixed_btn .pagetop {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .fixed_btn .pagetop {
    width: 8rem;
    order: 1;
  }
}

/* ------------------------------
    main
------------------------------ */
.img_btn a {
  display: inline-block;
  position: relative;
}
.img_btn a img {
  transition: opacity 0.3s ease;
}
.img_btn a ._hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .img_btn a:hover {
    opacity: 1;
  }
  .img_btn a:hover ._default {
    opacity: 0;
  }
  .img_btn a:hover ._hover {
    opacity: 1;
  }
}

.btn_square {
  text-align: center;
}
.btn_square a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to left, #005EAE, #4CACE2);
  color: #fff;
  width: 42rem;
  height: 7.5rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 1.5rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
.btn_square a::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .btn_square a {
    width: 30rem;
    height: 6rem;
    border-radius: 1rem;
    font-size: 2rem;
  }
}

.sec_ttl {
  text-align: center;
  position: relative;
}
.sec_ttl .ja {
  display: inline-block;
  font-size: 4.2rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.4em;
}
.sec_ttl .ja::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to left, #4CACE2, #005EAE);
}
@media screen and (max-width: 767px) {
  .sec_ttl .ja::after {
    height: 3px;
  }
}
@media screen and (max-width: 959px) {
  .sec_ttl .ja {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_ttl .ja {
    font-size: 3rem;
  }
}
.sec_ttl .en {
  margin-top: 0.5em;
}
.sec_ttl .en img {
  height: 1.9rem;
}
@media screen and (max-width: 767px) {
  .sec_ttl .en img {
    height: 1.5rem;
  }
}
.sec_ttl._red .ja::after {
  background: linear-gradient(to left, #C70D61, #FC7878);
}
.sec_ttl._white .ja {
  color: #fff;
}
.sec_ttl._white .ja::after {
  background: #fff;
}

/* fv */
#sec_fv .bg {
  position: relative;
  overflow: hidden;
}
#sec_fv .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #4CACE2, #005EAE);
  opacity: 0.05;
}
#sec_fv .bg .wrap {
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  #sec_fv .bg .wrap {
    height: 100%;
    padding: 5rem 0 35vw;
  }
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .wrap {
    padding: 3rem 0 80vw;
  }
}
#sec_fv .bg .pict ._circle {
  position: absolute;
  right: 0;
  top: 0;
  width: 86rem;
  transform: translate(4rem, -4rem);
  opacity: 0;
  transition: transform 1s ease, opacity 0.5s ease;
}
@media screen and (max-width: 959px) {
  #sec_fv .bg .pict ._circle {
    top: auto;
    bottom: -40vw;
    right: -8vw;
    rotate: 90deg;
    width: 105vw;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .pict ._circle {
    right: -15vw;
    bottom: -20vw;
    width: 150vw;
  }
}
#sec_fv .bg .pict ._circle.scroll-show {
  transform: translate(0, 0);
  opacity: 1;
}
#sec_fv .bg .pict ._pc {
  position: absolute;
  right: 7%;
  top: 3rem;
  width: 67rem;
  transform: translate(4rem, -4rem);
  opacity: 0;
  transition: transform 1s ease, opacity 0.5s ease;
}
@media screen and (max-width: 959px) {
  #sec_fv .bg .pict ._pc {
    top: auto;
    bottom: 4rem;
    right: 5vw;
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .pict ._pc {
    bottom: 28vw;
    width: 90vw;
  }
}
#sec_fv .bg .pict ._pc.scroll-show {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #sec_fv .bg .pict ._pc {
    transform: translate(4rem, 4rem);
  }
}
#sec_fv .bg .catch {
  color: #434343;
  font-size: 3.9rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .catch {
    font-size: 2.6rem;
    text-align: center;
  }
}
#sec_fv .bg .logo {
  display: inline-block;
  text-align: center;
  font-size: 3.2rem;
  line-height: 2;
  margin: 4rem 0 6rem;
}
#sec_fv .bg .logo img {
  width: 49rem;
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .logo {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 13rem;
  }
  #sec_fv .bg .logo img {
    width: 80vw;
  }
}
#sec_fv .bg .btn a {
  display: inline-block;
  position: relative;
}
#sec_fv .bg .btn a img {
  width: 51rem;
}
#sec_fv .bg .point {
  position: absolute;
  right: -4rem;
  bottom: 10rem;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 959px) {
  #sec_fv .bg .point {
    gap: 1rem;
    right: auto;
    left: 0;
    bottom: 14rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .point {
    bottom: 12rem;
  }
}
#sec_fv .bg .point .item {
  background: linear-gradient(to bottom, #4CACE2, #005EAE);
  width: 16rem;
  height: 16rem;
  padding: 3px;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .point .item {
    width: 10rem;
    height: 10rem;
  }
  #sec_fv .bg .point .item:nth-child(2) .inner {
    padding-bottom: 0.8rem;
  }
}
#sec_fv .bg .point .item .inner {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  border-radius: 100%;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .point .item .inner {
    padding-top: 0;
  }
}
#sec_fv .bg .point .item .ttl {
  color: #0462B0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .point .item .ttl {
    font-size: 1.4rem;
  }
}
#sec_fv .bg .point .item .txt {
  color: #6B6B6B;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0.5em;
}
#sec_fv .bg .copy {
  font-size: 1.4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 959px) {
  #sec_fv .bg .copy {
    position: absolute;
    bottom: 2rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_fv .bg .copy {
    font-size: 1.2rem;
  }
}
#sec_fv .header {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #sec_fv .header {
    padding: 2rem 0;
  }
}
#sec_fv .header .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 0;
}
#sec_fv .header .nav > li > a {
  display: block;
  font-size: 1.8rem;
  padding: 0 1.5em;
}
@media screen and (min-width: 960px) {
  #sec_fv .header .nav > li > a:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 959px) {
  #sec_fv .header .nav > li > a {
    font-size: 1.8rem;
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  #sec_fv .header .nav > li > a {
    font-size: 1.8rem;
    padding: 0 0.5em;
  }
}
#sec_fv .header .nav > li + li {
  border-left: 1px solid #5DC2D0;
}
@media screen and (max-width: 767px) {
  #sec_fv .header .nav > li:nth-child(3), #sec_fv .header .nav > li:nth-child(6) {
    border-left: none;
  }
}

/* intro */
#sec_intro {
  padding: 13rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_intro {
    background: #E8F1F9;
    padding: 8rem 0 0;
  }
}
#sec_intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #4CACE2, #005EAE);
  opacity: 0.05;
}
@media screen and (max-width: 767px) {
  #sec_intro::before {
    display: none;
  }
}
#sec_intro .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 0;
  transition: width 3s ease;
}
#sec_intro .bg img {
  width: 100vw;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 960px) {
  #sec_intro .bg img {
    transform: translateY(-2%);
  }
}
#sec_intro .bg.scroll-show {
  width: 100%;
}
#sec_intro .ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_intro .ttl {
    font-size: 2.4rem;
  }
}
#sec_intro .ttl .small {
  color: #0462B0;
  position: absolute;
  left: 50%;
  margin-left: 14.5rem;
  bottom: 14rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #sec_intro .ttl .small {
    font-size: 1.4rem;
    margin-left: 12rem;
    bottom: 11rem;
  }
}
#sec_intro .ttl img {
  margin-top: 1.5em;
  width: 44.5rem;
}
@media screen and (max-width: 767px) {
  #sec_intro .ttl img {
    width: 80vw;
    margin-top: 0.5em;
  }
}
#sec_intro .txt {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin: 3em 0;
}
@media screen and (max-width: 767px) {
  #sec_intro .txt {
    font-size: 1.8rem;
    margin-top: 1.5em;
  }
}
#sec_intro .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec_intro .circle {
    gap: 1rem 0;
    margin-top: 10rem;
  }
}
#sec_intro .circle .item {
  background: #fff;
  color: #0462B0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.5rem;
  height: 15.5rem;
  border-radius: 100%;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_intro .circle .item {
    width: 33.3333333333%;
    height: 13.5rem;
    font-size: 1.6rem;
  }
  #sec_intro .circle .item:nth-child(1) {
    order: 2;
  }
  #sec_intro .circle .item:nth-child(2) {
    order: 1;
  }
  #sec_intro .circle .item:nth-child(3) {
    order: 3;
  }
  #sec_intro .circle .item:nth-child(4) {
    order: 5;
  }
  #sec_intro .circle .item:nth-child(5) {
    order: 6;
  }
  #sec_intro .circle .item:nth-child(6) {
    order: 4;
  }
  #sec_intro .circle .item:nth-child(7) {
    order: 7;
  }
  #sec_intro .circle .item:nth-child(3n+1), #sec_intro .circle .item:last-child {
    transform: translateY(-50%);
  }
}

/* minutes */
#sec_minutes {
  background: url("../img/minutes_bg.svg") no-repeat right top 2rem/auto 70%, linear-gradient(to bottom, #005EAE, #4CACE2, #A7D6F1, #fff);
  padding: 13rem 0;
}
@media screen and (max-width: 767px) {
  #sec_minutes {
    padding: 8rem 0;
    background-size: auto 80%, cover;
  }
}
#sec_minutes .ttl {
  color: #fff;
  font-size: 3.9rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
#sec_minutes .ttl span {
  display: inline-block;
  position: relative;
}
#sec_minutes .ttl span::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  margin: 0 0.5em;
  width: 2px;
  height: 1em;
  transform: skew(20deg);
  background: #fff;
}
#sec_minutes .ttl span::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  margin: 0 0.5em;
  width: 2px;
  height: 1em;
  transform: skew(-20deg);
  background: #fff;
}
@media screen and (max-width: 767px) {
  #sec_minutes .ttl {
    font-size: 2.6rem;
  }
}
#sec_minutes .video {
  max-width: 75.2rem;
  margin: 2rem auto 0;
  position: relative;
}
#sec_minutes .video video, #sec_minutes .video iframe {
  width: 100%;
  cursor: pointer;
}
#sec_minutes .video .btn {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#sec_minutes .video .btn.is-hide {
  opacity: 0;
  pointer-events: none;
}
#sec_minutes .video span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #sec_minutes .video span {
    font-size: 1.2rem;
  }
}

/* point */
#sec_point {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_point {
    padding-top: 4rem;
  }
}
#sec_point .tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_point .tabs {
    margin-top: 4rem;
  }
}
#sec_point .tabs .tab_item {
  flex: 1;
  background: #4CACE2;
  color: #fff;
  font-size: 5.1rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 1.5em;
  margin: 0 4rem;
  border-radius: 2rem 2rem 0 0;
  transition: all 0.3s ease;
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  #sec_point .tabs .tab_item {
    font-size: 4rem;
    margin: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_point .tabs .tab_item {
    font-size: 2.4rem;
    margin: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_point .tabs .tab_item:hover {
    opacity: 1;
    cursor: pointer;
  }
}
#sec_point .tabs .tab_item .small {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #sec_point .tabs .tab_item .small {
    font-size: 1.8rem;
  }
}
#sec_point .tabs .tab_item:nth-child(n+3) {
  margin-left: 0;
  background: #4BD3D7;
}
#sec_point .tabs input[name=tab_item] {
  display: none;
}
#sec_point .tabs input[name=tab_item]:checked + .tab_item {
  opacity: 1;
}
#sec_point .tabs .tab_content {
  background: #F3F9FF;
  flex-basis: 100%;
  display: none;
  margin-top: -1px;
  padding-bottom: 1px;
  position: relative;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_point .tabs .tab_content {
    background: #fff;
  }
  #sec_point .tabs .tab_content::before {
    content: "";
    background: linear-gradient(to bottom, #4CACE2, #005EAE);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}
#sec_point .tabs #tab02_content {
  background: #fff;
}
#sec_point .tabs #tab02_content::before {
  content: "";
  background: linear-gradient(to bottom, #A6F8FE, #4CD8E2, #0B93C5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
#sec_point .tabs #tab01:checked ~ #tab01_content,
#sec_point .tabs #tab02:checked ~ #tab02_content,
#sec_point .tabs #tab03:checked ~ #tab03_content,
#sec_point .tabs #tab04:checked ~ #tab04_content,
#sec_point .tabs #tab05:checked ~ #tab05_content {
  display: block;
}
#sec_point .sec_01 {
  background: linear-gradient(to bottom, #4CACE2, #005EAE);
  padding: 12rem 0 23rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 {
    padding: 4rem 0 12rem;
  }
}
#sec_point .sec_01::before, #sec_point .sec_01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15rem 0 0 50vw;
  border-color: transparent transparent transparent #F3F9FF;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01::before, #sec_point .sec_01::after {
    border-top-width: 5rem;
    border-left-color: #d6eef6;
  }
}
#sec_point .sec_01::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
#sec_point .sec_01 .ttl {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .ttl {
    position: absolute;
    left: 5vw;
    top: 3rem;
    font-size: 3rem;
    text-align: left;
    z-index: 1;
  }
}
#sec_point .sec_01 .flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex {
    display: block;
    margin: 0;
  }
}
#sec_point .sec_01 .flex .right img {
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .right {
    text-align: right;
  }
  #sec_point .sec_01 .flex .right img {
    width: 55%;
  }
}
#sec_point .sec_01 .flex .left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .left {
    gap: 3rem;
    margin-top: 3rem;
    padding: 0 3vw;
  }
}
#sec_point .sec_01 .flex .left .comment {
  background: #fff;
  color: #0462B0;
  width: 42.5rem;
  border-radius: 3rem 1rem 3rem 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec_point .sec_01 .flex .left .comment:nth-child(2) {
    margin-left: 10rem;
    padding-left: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .left .comment {
    width: 100%;
  }
  #sec_point .sec_01 .flex .left .comment:nth-child(odd) {
    padding-left: 8rem;
  }
}
#sec_point .sec_01 .flex .left .comment .txt {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0.8em 1.5em;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .left .comment .txt {
    font-size: 1.7rem;
    white-space: nowrap;
    padding: 1.3em 0.5em 1.3em 2em;
  }
}
#sec_point .sec_01 .flex .left .comment .img img {
  position: absolute;
}
#sec_point .sec_01 .flex .left .comment .img ._01 {
  right: -5rem;
  top: -0.5em;
  width: 14.1rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .left .comment .img ._01 {
    width: 13rem;
    right: auto;
    left: -2rem;
  }
}
#sec_point .sec_01 .flex .left .comment .img ._02 {
  left: 1rem;
  bottom: -1px;
  width: 10.3rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .left .comment .img ._02 {
    width: 9.5rem;
    left: auto;
    right: 1.5rem;
  }
}
#sec_point .sec_01 .flex .left .comment .img ._03 {
  right: -8rem;
  bottom: -1px;
  width: 15.4rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .left .comment .img ._03 {
    width: 14rem;
    right: auto;
    left: -3rem;
  }
}
#sec_point .sec_01 .flex .left .comment .img ._04 {
  right: -4rem;
  top: -1em;
  width: 10.7rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .left .comment .img ._04 {
    right: auto;
    left: -1rem;
  }
}
#sec_point .sec_01 .flex .left .comment .img ._05 {
  left: -4rem;
  top: -3rem;
  width: 13.4rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .left .comment .img ._05 {
    width: 14rem;
    left: auto;
    right: -1.5rem;
  }
}
#sec_point .sec_01 .flex .left .comment .img ._06 {
  right: -7rem;
  bottom: -2rem;
  width: 14.1rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_01 .flex .left .comment .img ._06 {
    width: 13rem;
    right: auto;
    left: -1rem;
  }
}
#sec_point .sec_01._point02 {
  background: linear-gradient(to bottom, #4BD3D7, #1780A6);
}
#sec_point .sec_01._point02::before, #sec_point .sec_01._point02::after {
  border-left-color: #e5fbff;
}
#sec_point .sec_02 {
  margin: 13rem 0 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_02 {
    margin: 4rem 0;
  }
}
#sec_point .sec_02 .ttl {
  color: #0462B0;
  font-size: 3.9rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
#sec_point .sec_02 .ttl span {
  display: inline-block;
  position: relative;
}
#sec_point .sec_02 .ttl span::before, #sec_point .sec_02 .ttl span::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 5%;
  margin: 0 0.5em;
  width: 3px;
  height: 80%;
  transform: skew(20deg);
  background: #005EAE;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_02 .ttl span::before, #sec_point .sec_02 .ttl span::after {
    bottom: -5%;
    height: 80%;
    margin: 0 1em;
  }
}
#sec_point .sec_02 .ttl span::after {
  left: 100%;
  transform: skew(-20deg);
}
@media screen and (max-width: 767px) {
  #sec_point .sec_02 .ttl {
    font-size: 2.6rem;
  }
}
#sec_point .sec_02 .txt {
  font-size: 2rem;
  line-height: 2;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_02 .txt {
    font-size: 1.8rem;
  }
}
#sec_point .sec_02 .img {
  margin-top: 4rem;
}
#sec_point .sec_03 {
  margin: 8rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_03 {
    margin: 4rem 0 0;
  }
}
#sec_point .sec_03 .wrap {
  background: #fff;
  border-radius: 1rem;
  padding: 6rem 8rem;
}
@media screen and (max-width: 959px) {
  #sec_point .sec_03 .wrap {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_point .sec_03 .wrap {
    width: 100%;
    padding: 4rem 5vw;
  }
}
#sec_point .sec_03 .ttl {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
#sec_point .sec_03 .ttl span {
  background: linear-gradient(to top, rgba(0, 94, 174, 0.3) 30%, transparent 30%);
}
@media screen and (max-width: 767px) {
  #sec_point .sec_03 .ttl {
    font-size: 2.4rem;
  }
}
#sec_point .sec_03 .slider {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_03 .slider {
    margin-top: 4rem;
  }
}
#sec_point .sec_03 .slider .sttl {
  color: #0462B0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  #sec_point .sec_03 .slider .sttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_point .sec_03 .slider .sttl {
    font-size: 2.2rem;
  }
}
#sec_point .sec_03 .slider .sttl i {
  width: 6rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_03 .slider .sttl i {
    width: 7rem;
    height: 7.5rem;
  }
}
#sec_point .sec_03 .slider .sttl i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#sec_point .sec_03 .slider .img {
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_03 .slider .img {
    margin: 0 5vw;
  }
}
#sec_point .sec_03 .slider .slick-arrow {
  position: absolute;
  right: -5vw;
  top: 35rem;
  height: 6rem;
  width: 10vw;
  font-size: 0;
}
#sec_point .sec_03 .slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1, 2) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 1.7rem;
  height: 1.7rem;
}
#sec_point .sec_03 .slider .slick-arrow.slick-prev {
  left: -5vw;
}
#sec_point .sec_03 .slider .slick-arrow.slick-prev::before {
  transform: translateY(-50%) scale(-1, 2) rotate(45deg);
}
#sec_point .sec_03 .slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
#sec_point .sec_03 .slider .slick-dots button {
  font-size: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: #ccc;
  margin: 0;
  padding: 0;
  border-radius: 100%;
}
#sec_point .sec_03 .slider .slick-dots .slick-active button {
  background: #5DC2D0;
}
#sec_point .sec_04 {
  padding-bottom: 15rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 {
    padding: 6rem 0;
  }
}
#sec_point .sec_04 .ttl {
  color: #0462B0;
  font-size: 2.7rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec_point .sec_04 .ttl::before, #sec_point .sec_04 .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    margin-right: 32rem;
    height: 3px;
    background: #71ACDB;
    width: 0;
    transition: width 0.5s ease;
  }
  #sec_point .sec_04 .ttl::after {
    right: auto;
    left: 50%;
    margin-right: 0;
    margin-left: 32rem;
  }
  #sec_point .sec_04 .ttl.scroll-show::before, #sec_point .sec_04 .ttl.scroll-show::after {
    width: 25rem;
  }
}
#sec_point .sec_04 .ttl + .txt {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin: 3rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 .ttl + .txt {
    font-size: 1.8rem;
    text-align: left;
  }
}
#sec_point .sec_04 .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 2rem;
}
#sec_point .sec_04 .grid .item {
  width: 42rem;
  background: #fff;
  padding: 2rem;
  border-radius: 2rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 .grid .item {
    width: 100%;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    text-align: left;
  }
}
#sec_point .sec_04 .grid .item .num {
  position: absolute;
  left: 1.5rem;
  top: 0;
  transform: translateY(-50%);
}
#sec_point .sec_04 .grid .item .num img {
  width: auto;
  height: 3.4rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 .grid .item .num img {
    height: 3rem;
  }
}
#sec_point .sec_04 .grid .item .img {
  width: 9.5rem;
  height: 8.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#sec_point .sec_04 .grid .item .img img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 .grid .item .img {
    flex: 0 0 auto;
    margin: 0;
    width: 7.5rem;
    height: 6.5rem;
  }
}
#sec_point .sec_04 .grid .item .sttl {
  color: #0462B0;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 .grid .item .sttl {
    font-size: 2rem;
  }
}
#sec_point .sec_04 .grid .item .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 .grid .item .txt {
    font-size: 1.8rem;
  }
}
#sec_point .sec_04 .btn_wrap {
  text-align: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 .btn_wrap {
    margin-top: 6rem;
  }
}
#sec_point .sec_04 .btn_wrap .slash {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 .btn_wrap .slash {
    font-size: 1.8rem;
  }
}
#sec_point .sec_04 .btn_wrap .slash span {
  font-weight: 500;
  display: inline-block;
  position: relative;
}
#sec_point .sec_04 .btn_wrap .slash span::before, #sec_point .sec_04 .btn_wrap .slash span::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  margin: 0 0.5em;
  width: 2px;
  height: 1em;
  transform: skew(20deg);
  background: #71ACDB;
}
#sec_point .sec_04 .btn_wrap .slash span::before {
  left: 100%;
  transform: skew(-20deg);
}
#sec_point .sec_04 .btn_wrap .btn {
  margin-top: 2rem;
}
#sec_point .sec_04 .btn_wrap .btn img {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  #sec_point .sec_04 .btn_wrap .btn {
    margin-top: 1rem;
  }
  #sec_point .sec_04 .btn_wrap .btn img {
    width: 100%;
  }
}

/* flow */
#sec_flow {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #sec_flow {
    padding: 5rem 0;
  }
}
#sec_flow .sec_ttl {
  text-align: center;
  position: relative;
}
#sec_flow .sec_ttl .trial {
  position: absolute;
  right: 16rem;
  top: -6rem;
  width: 16rem;
}
@media screen and (max-width: 959px) {
  #sec_flow .sec_ttl .trial {
    right: 4rem;
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_flow .sec_ttl .trial {
    position: static;
    margin: 0 auto;
    width: 28rem;
  }
}
#sec_flow .list {
  display: flex;
  text-align: center;
  max-width: 102.9rem;
  margin: 8rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_flow .list {
    flex-direction: column;
    gap: 4rem;
    text-align: left;
    max-width: 80vw;
    margin-top: 6rem;
  }
}
#sec_flow .list::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 7rem;
  width: 90%;
  height: 1px;
  border-top: 2px dashed #71ACDB;
}
@media screen and (max-width: 959px) {
  #sec_flow .list::before {
    top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_flow .list::before {
    left: 5rem;
    top: 5%;
    width: 1px;
    height: 90%;
    border-top: none;
    border-left: 1px dashed #71ACDB;
  }
}
#sec_flow .list .item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #sec_flow .list .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
  }
}
#sec_flow .list .item .num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
#sec_flow .list .item .num img {
  height: 3rem;
}
#sec_flow .list .item .img {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  #sec_flow .list .item .img {
    width: 11rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_flow .list .item .img {
    width: 10rem;
    margin: 0;
  }
}
#sec_flow .list .item .sttl {
  color: #0462B0;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0.5em 0;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  #sec_flow .list .item .sttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_flow .list .item .sttl {
    display: block;
    height: auto;
    margin: 0 0 0.2em;
  }
}
#sec_flow .list .item .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sec_flow .list .item .txt {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

/* price */
#sec_price {
  padding: 15rem 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_price {
    padding: 8rem 0 6rem;
  }
}
#sec_price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #C70D61, #FC7878, #fff);
  opacity: 0.1;
}
#sec_price .bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 0;
  transition: height 3s ease;
}
#sec_price .bg img {
  position: absolute;
  right: 0;
  top: -12rem;
  width: 30rem;
}
@media screen and (max-width: 959px) {
  #sec_price .bg img {
    width: 28rem;
    right: -3rem;
  }
}
#sec_price .bg.scroll-show {
  height: 100%;
}
#sec_price .contact {
  text-align: center;
  margin-top: 6rem;
}
#sec_price .contact .slash {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#sec_price .contact .slash small {
  font-size: 2.2rem;
}
#sec_price .contact .slash span {
  font-weight: 600;
  display: inline-block;
  position: relative;
  width: 10em;
}
#sec_price .contact .slash span::before, #sec_price .contact .slash span::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  margin: 0 0.5em;
  width: 2px;
  height: 1em;
  transform: skew(20deg);
  background: #71ACDB;
}
#sec_price .contact .slash span::before {
  left: 100%;
  transform: skew(-20deg);
}
#sec_price .contact .btn {
  max-width: 42rem;
  margin: 0 auto;
}
#sec_price .list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_price .list {
    flex-direction: column;
    gap: 2rem;
  }
}
#sec_price .list .item {
  width: 52rem;
}
@media screen and (max-width: 767px) {
  #sec_price .list .item {
    width: 100%;
  }
}
#sec_price .list .item a {
  display: block;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 6px;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
#sec_price .list .item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #C70D61, #FC7878);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 960px) {
  #sec_price .list .item a:hover {
    opacity: 1;
  }
  #sec_price .list .item a:hover::before {
    opacity: 1;
  }
}
#sec_price .list .item .inner {
  background: #fff;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #sec_price .list .item .inner {
    padding: 1rem;
  }
}
#sec_price .list .item .fukidashi {
  width: 13rem;
  position: absolute;
  left: 0;
  top: 3%;
}
@media screen and (max-width: 767px) {
  #sec_price .list .item .fukidashi {
    left: -1%;
    top: -2%;
    width: 11rem;
  }
}
#sec_price .list .item .fukidashi img {
  width: 100%;
}
#sec_price .list .item .slash {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
#sec_price .list .item .slash span {
  font-weight: 500;
  display: inline-block;
  position: relative;
  width: 10em;
}
#sec_price .list .item .slash span::before, #sec_price .list .item .slash span::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  margin: 0 0.5em;
  width: 2px;
  height: 1em;
  transform: skew(20deg);
  background: #71ACDB;
}
#sec_price .list .item .slash span::before {
  left: 100%;
  transform: skew(-20deg);
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #sec_price .list .item .slash {
    font-size: 1.6rem;
  }
}
#sec_price .list .item .ttl {
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: bold;
  white-space: nowrap;
  padding-bottom: 0.5em;
  margin-bottom: 0.2em;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #sec_price .list .item .ttl {
    font-size: 2rem;
  }
}
#sec_price .list .item .data {
  flex: 1 1 auto;
  font-size: 1.2rem;
  line-height: 1.4;
}
#sec_price .list .item .btn {
  margin: 1rem auto 0;
  max-width: 28rem;
}
#sec_price .list .item .btn img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec_price .list .item .btn {
    max-width: inherit;
  }
}
#sec_price .list .item._01 .price {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
#sec_price .list .item._01 .price strong {
  font-size: 2.8rem;
  font-weight: bold;
}
#sec_price .list .item._01 .price strong .big {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_price .list .item._01 .price {
    font-size: 2.6rem;
  }
  #sec_price .list .item._01 .price strong {
    font-size: 3.2rem;
  }
  #sec_price .list .item._01 .price strong .big {
    font-size: 4rem;
  }
}
#sec_price .list .item._02 a::before {
  background: linear-gradient(to left, #005EAE, #4CACE2);
}
#sec_price .list .item._02 .price {
  font-size: 2.7rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
#sec_price .list .item._02 .price strong {
  font-size: 3.3rem;
  font-weight: bold;
}
#sec_price .list .item._02 .price strong .big {
  font-size: 4.7rem;
}
#sec_price .list .item._02 .price small {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #sec_price .list .item._02 .price {
    font-size: 2.2rem;
  }
  #sec_price .list .item._02 .price strong {
    font-size: 2.8rem;
  }
  #sec_price .list .item._02 .price strong .big {
    font-size: 130%;
  }
}
#sec_price .list .item._03 a::before {
  background: linear-gradient(to left, #005EAE, #4CACE2);
}
#sec_price .list .item._03 .price {
  line-height: 1.4;
  margin: 1rem 0 1.5rem;
}
#sec_price .list .item._03 .price strong {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #sec_price .list .item._03 .price strong {
    font-size: 2.6rem;
  }
}
#sec_price .cost {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #sec_price .cost {
    margin-top: 8rem;
  }
}
#sec_price .cost .ttl {
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6rem;
}
#sec_price .cost .ttl span {
  display: inline-block;
  background: url("../img/cost_ttl.svg") no-repeat center bottom/100% auto;
  padding-bottom: 1em;
}
@media screen and (max-width: 959px) {
  #sec_price .cost .ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_price .cost .ttl {
    margin-bottom: 4rem;
  }
}
#sec_price .cost .img_wrap {
  position: relative;
}
#sec_price .cost .img_wrap .img {
  text-align: center;
}
#sec_price .cost .img_wrap .img img {
  width: 57rem;
}
@media screen and (max-width: 959px) {
  #sec_price .cost .img_wrap .img img {
    width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_price .cost .img_wrap .comment {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
  }
}
#sec_price .cost .img_wrap .comment .item {
  position: absolute;
  background-color: #fff;
  width: 21rem;
  padding: 2rem;
  border-radius: 1rem;
  filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  #sec_price .cost .img_wrap .comment .item {
    position: relative;
    padding: 1.5rem;
    border-radius: 0;
  }
}
#sec_price .cost .img_wrap .comment .item::before {
  background-color: #fff;
  content: "";
  height: 3rem;
  position: absolute;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_price .cost .img_wrap .comment .item::before {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 2rem;
  }
}
#sec_price .cost .img_wrap .comment .item._01 {
  top: 4rem;
  right: 50%;
  margin-right: 30rem;
}
@media screen and (min-width: 768px) {
  #sec_price .cost .img_wrap .comment .item._01::before {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    right: -2rem;
    margin-right: 1px;
    top: 30%;
  }
}
@media screen and (max-width: 959px) {
  #sec_price .cost .img_wrap .comment .item._01 {
    margin-right: 23rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_price .cost .img_wrap .comment .item._01 {
    margin: 1px 0 0;
    top: 0;
    left: 0;
  }
}
#sec_price .cost .img_wrap .comment .item._02 {
  bottom: 4rem;
  left: 50%;
  margin-left: 33rem;
}
#sec_price .cost .img_wrap .comment .item._02 .sttl {
  color: #E8416F;
}
@media screen and (min-width: 768px) {
  #sec_price .cost .img_wrap .comment .item._02::before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    left: -2rem;
    margin-left: 1px;
    top: 30%;
  }
}
@media screen and (max-width: 959px) {
  #sec_price .cost .img_wrap .comment .item._02 {
    margin-left: 25rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_price .cost .img_wrap .comment .item._02 {
    margin: 1px 0 0;
    top: 0;
    left: 0;
  }
}
#sec_price .cost .img_wrap .comment .item .sttl {
  color: #0462B0;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_price .cost .img_wrap .comment .item .sttl {
    font-size: 1.8rem;
    text-align: left;
  }
}
#sec_price .cost .img_wrap .comment .item .txt {
  font-size: 1.4rem;
}

/* contact */
#sec_contact {
  padding: 12rem 0 9rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_contact {
    padding: 8rem 0 6rem;
  }
}
#sec_contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #4CACE2, #005EAE);
  opacity: 0.1;
}
#sec_contact .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 0;
  transition: width 3s ease;
}
#sec_contact .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 84rem;
  max-width: inherit;
}
@media screen and (max-width: 959px) {
  #sec_contact .bg img {
    top: auto;
    bottom: 0;
    width: 50rem;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact .bg img {
    width: 45rem;
  }
}
#sec_contact .bg.scroll-show {
  width: 100%;
}
#sec_contact .blue {
  color: #0462B0;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 4rem 0 3rem;
}
#sec_contact .form {
  background: #fff;
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_contact .form {
    padding: 8vw 5vw;
  }
}
#sec_contact .form .table .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
}
#sec_contact .form .table .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 3rem;
}
#sec_contact .form .submit input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#sec_contact .form .privacy {
  font-size: 1.8rem;
  line-height: 1.4;
}
#sec_contact .form .privacy a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #sec_contact .form .privacy {
    font-size: 1.6rem;
  }
}
#sec_contact .form form label {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #sec_contact .form form .radio {
    margin: 0 0.5em;
  }
}
#sec_contact .form form .radio input {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
#sec_contact .form form .radio input + span {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
}
@media screen and (max-width: 767px) {
  #sec_contact .form form .radio input + span {
    padding-left: 1.5em;
  }
}
#sec_contact .form form .radio input + span::before, #sec_contact .form form .radio input + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.4em;
  height: 1.4em;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 0.3em;
}
#sec_contact .form form .radio input + span::after {
  width: 0.8em;
  height: 0.8em;
  margin: 0.3em 0 0 0.3em;
  background: transparent;
  border: none;
}
#sec_contact .form form .radio input:checked + span::after {
  background: #0462B0;
}
#sec_contact .form form .btn input {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
#sec_contact .form form .btn input + span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 8em;
  height: 3em;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#sec_contact .form form .btn input:checked + span {
  border: 3px solid #0462B0;
}

/* popup */
#popup .bg {
  width: 110rem;
  max-width: 90%;
  background: #fff;
  margin: 8rem auto;
  border-radius: 2rem;
  padding: 6rem 3.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #popup .bg {
    margin: 3rem auto;
    padding: 4rem 1rem;
  }
}
#popup .wrap {
  height: calc(100vh - 16rem - 12rem);
  overflow-y: auto;
  padding: 1rem 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #popup .wrap {
    height: calc(100vh - 6rem - 8rem);
  }
}
#popup .wrap::-webkit-scrollbar {
  width: 0.5rem;
}
#popup .wrap::-webkit-scrollbar-track {
  background-color: #eee;
}
#popup .wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 100px;
}
#popup .wrap .ttl {
  color: #0462B0;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #popup .wrap .ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}
#popup .wrap .logo {
  text-align: center;
  margin: 2rem 0;
}
#popup .wrap .logo img {
  width: 61rem;
}
#popup .wrap .txt {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #popup .wrap .txt {
    font-size: 1.6rem;
  }
}
#popup .wrap .profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  margin: 3rem 0;
}
#popup .wrap .profile .item .ico {
  display: block;
  width: 19rem;
  margin: 0 auto;
}
#popup .wrap .profile .item .ico img {
  width: 100%;
}
#popup .wrap .profile .item .txt {
  margin-top: 1em;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #popup .wrap .profile {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #popup .wrap .profile {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  #popup .wrap .profile .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
  }
  #popup .wrap .profile .item .ico {
    width: 10rem;
  }
  #popup .wrap .profile .item .txt {
    margin-top: 0;
    font-size: 1.4rem;
    text-align: left;
  }
}
#popup .wrap .sttl {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#popup .wrap .sttl span {
  padding-bottom: 0.2em;
  background: linear-gradient(to top, rgba(76, 172, 226, 0.3) 30%, transparent 30%);
}
#popup .wrap .img {
  margin: 3rem 0;
}
#popup .wrap .img img {
  width: 100%;
}
#popup .wrap .img figcaption {
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #popup .wrap .img figcaption {
    font-size: 1rem;
  }
}
#popup .mfp-close {
  display: none;
}
#popup .popup-modal-dismiss {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
  background: #ccc;
  border-radius: 100%;
}
#popup .popup-modal-dismiss::before, #popup .popup-modal-dismiss::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 60%;
  height: 2px;
  background: #000;
  rotate: 45deg;
}
#popup .popup-modal-dismiss::after {
  rotate: -45deg;
}

/* info */
#sec_info {
  padding: 5rem 0 10rem;
}
#sec_info .info .catch {
  font-size: 2rem;
  line-height: 2;
  margin: 1.5em 0;
}
@media screen and (max-width: 767px) {
  #sec_info .info .catch {
    font-size: 1.8rem;
    margin: 2em 0;
  }
}
#sec_info .info .iframe {
  background-image: linear-gradient(to right, #4CACE2, #005EAE);
  border-radius: 1rem;
  padding: 5px;
  width: 76rem;
  margin: 0 auto;
}
#sec_info .info .iframe iframe {
  width: 100%;
  height: 100%;
}
#sec_info .btn {
  margin-top: 4rem;
}

/* case */
#sec_case {
  padding: 10rem 0 0;
  background: linear-gradient(to bottom, #005EAE, #fff 90%);
}
@media screen and (max-width: 767px) {
  #sec_case {
    padding: 6rem 0 4rem;
    background: linear-gradient(to bottom, #005EAE, #fff);
  }
}
#sec_case .slider {
  max-width: 110rem;
  margin: 6rem auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_case .slider {
    margin: 4rem auto;
  }
}
#sec_case .slider .item {
  background: #fff;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
#sec_case .slider .item .img {
  height: 22rem;
  overflow: hidden;
}
#sec_case .slider .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #sec_case .slider .item .img {
    height: 24rem;
  }
}
#sec_case .slider .item .inner {
  padding: 2rem 3rem 3rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #sec_case .slider .item .inner {
    padding: 2rem 4rem 3rem;
  }
}
#sec_case .slider .item .inner .category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
#sec_case .slider .item .inner .category span {
  background: #DFF2FF;
  color: #0462B0;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 1em;
  border-radius: 3px;
}
#sec_case .slider .item .inner .name {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0.5em;
}
#sec_case .slider .item .inner .txt {
  flex: 1 1 auto;
  margin-top: 0.5em;
}
#sec_case .slider .item .inner .btn {
  margin-top: 1em;
}
#sec_case .slider .item .inner .btn a {
  width: 80%;
  height: 5rem;
  font-size: 1.6rem;
  border-radius: 1rem;
}
#sec_case .slider .slick-track {
  display: flex;
  align-items: stretch;
}
#sec_case .slider .slick-slide {
  margin: 0 1rem;
  height: auto !important;
}
#sec_case .slider .slick-slide > div {
  height: 100%;
}
#sec_case .slider .slick-arrow {
  position: absolute;
  right: -5vw;
  top: 50%;
  height: 6rem;
  width: 10vw;
  translate: 0 -50%;
  font-size: 0;
}
#sec_case .slider .slick-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1, 2) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 1.7rem;
  height: 1.7rem;
}
#sec_case .slider .slick-arrow.slick-prev {
  left: -5vw;
  scale: -1 1;
}
#sec_case .slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 1rem;
}
#sec_case .slider .slick-dots button {
  font-size: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  margin: 0;
  padding: 0;
  border-radius: 100%;
}
#sec_case .slider .slick-dots .slick-active button {
  background: #5DC2D0;
}

/* faq */
#sec_faq {
  padding: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  #sec_faq {
    padding: 4rem 0 8rem;
  }
}
#sec_faq .faq_wrap {
  max-width: 112.8rem;
  margin: 6rem auto;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_wrap {
    margin: 4rem auto;
  }
}
#sec_faq .faq_wrap .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_wrap .tabs {
    gap: 0 0.5rem;
  }
}
#sec_faq .faq_wrap .tabs .tab_item {
  background: linear-gradient(to right, #4CACE2, #005EAE);
  color: #fff;
  flex: 1;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  padding: 0.5em;
  border-radius: 1rem 1rem 0 0;
  opacity: 0.4;
  transition: opacity 0.3s ease, background 0.3s ease;
}
#sec_faq .faq_wrap .tabs .tab_item:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_wrap .tabs .tab_item {
    font-size: 1.6rem;
  }
}
#sec_faq .faq_wrap .tabs input[name=faq_tab_item] {
  display: none;
}
#sec_faq .faq_wrap .tabs input[name=faq_tab_item]:checked + .tab_item {
  background: #4CACE2;
  opacity: 1;
}
#sec_faq .faq_wrap .tabs .tab_content {
  background: linear-gradient(to bottom, #4CACE2, #005EAE);
  flex-basis: 100%;
  display: none;
  margin-top: -1px;
  padding: 5rem 7rem;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_wrap .tabs .tab_content {
    padding: 5vw;
  }
}
#sec_faq .faq_wrap .tabs #faq_tab01:checked ~ #faq_tab01_content,
#sec_faq .faq_wrap .tabs #faq_tab02:checked ~ #faq_tab02_content,
#sec_faq .faq_wrap .tabs #faq_tab03:checked ~ #faq_tab03_content {
  display: block;
}
#sec_faq .faq_wrap .inner {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 6rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_wrap .inner {
    padding: 1px 5vw;
  }
}
#sec_faq .faq_wrap .inner .faq .q, #sec_faq .faq_wrap .inner .faq .a {
  padding: 1em 4em;
  font-size: 2rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_wrap .inner .faq .q, #sec_faq .faq_wrap .inner .faq .a {
    font-size: 1.6rem;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
#sec_faq .faq_wrap .inner .faq .q::before, #sec_faq .faq_wrap .inner .faq .a::before {
  content: "";
  background: url("../img/faq_q.svg") no-repeat center/contain;
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 1.3em;
  height: 1.3em;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_wrap .inner .faq .q::before, #sec_faq .faq_wrap .inner .faq .a::before {
    width: 1.5em;
    height: 1.5em;
    left: 0;
  }
}
#sec_faq .faq_wrap .inner .faq .q .ico, #sec_faq .faq_wrap .inner .faq .a .ico {
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 1.3em;
  height: 1.3em;
}
#sec_faq .faq_wrap .inner .faq .q .ico::before, #sec_faq .faq_wrap .inner .faq .q .ico::after, #sec_faq .faq_wrap .inner .faq .a .ico::before, #sec_faq .faq_wrap .inner .faq .a .ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
  background: #0462B0;
  transition: rotate 0.3s ease;
}
#sec_faq .faq_wrap .inner .faq .q .ico::after, #sec_faq .faq_wrap .inner .faq .a .ico::after {
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_wrap .inner .faq .q .ico, #sec_faq .faq_wrap .inner .faq .a .ico {
    right: 0;
  }
}
#sec_faq .faq_wrap .inner .faq .q.acd-open .ico::after, #sec_faq .faq_wrap .inner .faq .a.acd-open .ico::after {
  rotate: 180deg;
}
#sec_faq .faq_wrap .inner .faq .q {
  line-height: 1.6;
  cursor: pointer;
}
#sec_faq .faq_wrap .inner .faq .q:nth-child(n+2) {
  border-top: 1px solid #0462B0;
}
#sec_faq .faq_wrap .inner .faq .a {
  color: #E8416F;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq_wrap .inner .faq .a {
    padding-right: 0;
  }
}
#sec_faq .faq_wrap .inner .faq .a::before {
  background-image: url("../img/faq_a.svg");
}
#sec_faq .btn_wrap .slash {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_faq .btn_wrap .slash {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
#sec_faq .btn_wrap .slash span {
  display: inline-block;
  position: relative;
}
#sec_faq .btn_wrap .slash span::before, #sec_faq .btn_wrap .slash span::after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 2px;
  background: #0462B0;
  transform: skew(25deg);
  margin: 0 0.5em;
  vertical-align: -0.1em;
}
#sec_faq .btn_wrap .slash span::after {
  scale: -1 1;
}

/* ------------------------------
    スクロールアニメーション
------------------------------ */
*[data-scroll=fade-in] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
}

*[data-scroll=fade-in].scroll-show {
  opacity: 1;
}

*[data-scroll=fade-top] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(3rem);
}

*[data-scroll=fade-bottom] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(-3rem);
}

*[data-scroll=fade-top].scroll-show,
*[data-scroll=fade-bottom].scroll-show {
  opacity: 1;
  transform: translateY(0);
}

*[data-scroll=fade-left] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateX(3rem);
}

*[data-scroll=fade-right] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateX(-3rem);
}

*[data-scroll=fade-left].scroll-show,
*[data-scroll=fade-right].scroll-show {
  opacity: 1;
  transform: translateX(0);
}

*[data-scroll=popup] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(3rem) scale(0.8);
}

*[data-scroll=popup].scroll-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
