@charset "UTF-8";
/* CSS Document */
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100px;
}
.header_container {
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 23%;
  min-width: 140px;
}
.logo img {
  width: 100%;
}
.header ul {
  display: flex;
  text-decoration: none;
  margin: 0 0 0 auto;
  width: 100%;
}
.header ul li {
  margin: 0 0 0 2vw;
  font-size: 18px;
}
.header ul li a {
  position: relative;
  text-decoration: none;
  color: #11487E;
}
.header ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #EBDB61;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.header ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (max-width:850px) {
  .header {
    height: 60px;
  }
  /*  ハンバーガー*/
  #nav-open {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 45px;
    z-index: 99999;
  }
  #nav-open span {
    background: #B1B1B1;
    border-radius: 4px;
    display: block;
    height: 4px;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out;
    width: 84%;
  }
  #nav-open span::before, #nav-open span::after {
    -webkit-transform: rotate(0);
    background: #B1B1B1;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  #nav-open span::before {
    margin-top: -12px;
  }
  #nav-open span::after {
    margin-top: 8px;
  }
  #nav-input:checked ~ #nav-open span {
    background: rgba(255, 255, 255, 0);
  }
  #nav-input:checked ~ #nav-open span::before, #nav-input:checked ~ #nav-open span::after {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  #nav-input:checked ~ #nav-open span::before {
    transform: rotate(-45deg);
  }
  #nav-input:checked ~ #nav-open span::after {
    transform: rotate(45deg);
  }
  /*  ハンバーガー終わり*/
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #6CB6C3;
    opacity: 0.55;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 66%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 30px 0 0 24px;
    transform: translateX(110%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  /*
  .nav-drawer__link-top {
    display: block;
  }
  .nav-drawer__title {
    display: block;
    margin-bottom: 100px;
    width: 65%;
  }
*/
  .header ul {
    display: block;
    padding-top: 40%;
    padding-right: 10%;
  }
  .header ul li a::after {
    display: none;
  }
  #nav-content ul li {
    margin-bottom: 36px;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 1px solid #A9C0D3;
    width: 80%;
    margin-left: auto;
    margin-right: 25px;
    ;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #11487E;
    letter-spacing: 0.1rem;
    margin-right: 5%;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
.top {
  position: relative;
}
.top-image {
  width: 100%;
}
.top-image img {
  width: 100%;
}
.top-message {
  position: absolute;
  bottom: 10%;
  right: 0;
  padding-right: 15%;
}
.top-message p {
  margin-left: auto;
  margin-bottom: clamp(1.6rem, 2vw, 2.0rem);
  font-size: clamp(2.0rem, 2vw, 2.8rem);
  letter-spacing: 0.4rem;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  border-bottom: 5px solid #DDD62D;
  padding-bottom: 8px;
}
.top-message h1 {
  width: 100%;
  margin-left: auto;
  font-size: clamp(3.4rem, 3vw, 5.0rem);
  letter-spacing: clamp(0.4rem, 1vw, 0.7rem);
  line-height: clamp(5.8rem, 6vw, 7.5rem);
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}
.span-1 {
  color: #11487E;
  position: relative;
  padding: 0px 10px 4px 22px;
  z-index: 1;
}
.span-1::before {
  transform: skewX(-170deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.90);
}
.span-2 {
  font-size: clamp(2.8rem, 2vw, 3.8rem);
}
@media (min-width: 720px) and (max-width: 1150px) {
  .top-message {
    bottom: 6%;
    right: 0;
    padding-right: 10%;
  }
  .top-message p {
    margin-bottom: 10px;
    font-size: 26px;
    letter-spacing: 0.2rem;
    padding-bottom: 5px;
  }
  .top-message h1 {
    font-size: 32px;
    letter-spacing: 0.3rem;
    line-height: 64px;
    ;
  }
  .span-1 {
    padding: 0px 14px 4px 22px;
    font-size: 38px;
  }
  .span-2 {
    font-size: 30px;
  }
}
@media (min-width: 580px) and (max-width: 720px) {
  .top-message {
    bottom: 6%;
    right: 0;
    padding-right: 10%;
  }
  .top-message p {
    margin-bottom: 10px;
    padding-bottom: 2px;
    letter-spacing: 0.1rem;
    font-size: 18px;
  }
  .top-message h1 {
    font-size: 24px;
    letter-spacing: 0.2rem;
    line-height: 48px;
  }
  .span-1 {
    padding: 0px 14px 4px 22px;
    font-size: 28px;
  }
  .span-2 {
    font-size: 22px;
  }
}
@media (max-width:580px) {
  .top-image {
    display: none;
  }
  .top-image__sp {
    display: block;
  }
  .top-image__sp img {
    width: 100%;
  }
  .top-message {
    bottom: 10%;
    right: 0;
    padding-right: 10%;
  }
  .top-message p {
    margin-bottom: 10px;
    padding-bottom: 2px;
    letter-spacing: 0.1rem;
    font-size: 18px;
  }
  .top-message h1 {
    font-size: 24px;
    letter-spacing: 0.2rem;
    line-height: 48px;
  }
  .span-1 {
    padding: 0px 14px 4px 22px;
    font-size: 28px;
  }
  .span-2 {
    font-size: 22px;
  }
}
.loop {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  margin-bottom: 5%;
}
.loop__box {
  display: flex;
  width: 100vw;
}
.loop__box img {
  min-width: 100vw;
  padding-left: 3vw;
}
.loop__box img:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop__box img:last-child {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media (min-width: 580px) and (max-width: 960px) {
  .loop {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 4%;
  }
}
@media (max-width:580px) {
  .loop {
    padding-top: 0;
  }
  .loop__box img {
    min-width: 210vw;
    padding-left: 3vw;
  }
}
.service {
  margin-bottom: 8%;
}
.service-max-width_inner {
  width: calc(100% - 100px);
  margin: auto;
  max-width: 1000px;
}
.service-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6vw;
}
.service-title {
  flex-grow: 1;
  width: 40%;
  max-width: 450px;
  position: relative;
  padding-right: 2vw;
}
.service-title img {
  width: 100%;
}
.service-title_sp {
  display: none;
}
/*
.service-title::after {
	position: absolute; --positionを追加--
	top: 4vw;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px; --縦線の太さ(幅)--
	height: 70%;
	background-color: #5CA9C3; --縦線の色--
}
*/
.service-description {
  width: 60%;
  padding-top: 3%;
  padding-left: 1.5vw;
  color: #707070;
  font-size: 16px;
  line-height: 2.4rem;
  letter-spacing: 0;
}
.service-list-wrap {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 5%;
}
.service-list {
  position: relative;
  background: #D8F2FA;
  height: 300px;
  width: 100%;
  padding: 3% 0 3% 20px;
  color: #11487E;
}
.service-list::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -27%;
  border-top: 700px solid #D8F2FA;
  border-right: 19vw solid transparent;
  z-index: -1;
}
.service-list img {
  position: absolute;
  width: 21%;
  top: -13%;
  right: -20%;
}
.service-list-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.service-list ul {
  list-style: none;
  column-count: 2;
}
.service-list ul li {
  background: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 10px;
  box-sizing: border-box;
  break-inside: avoid;
}
.service-list_image {
  width: 80%;
  z-index: -2;
}
.service-list_image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.reverse {
  flex-direction: row-reverse;
}
.reverse-list {
  position: relative;
  padding: 3% 20px 3% 0;
}
.reverse-list img {
  position: absolute;
  width: 21%;
  top: -13%;
  right: 2%;
}
.reverse-list::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: -130px;
  border-bottom: 610px solid #D8F2FA;
  border-left: 200px solid transparent;
  border-top: none;
  border-right: none;
  z-index: -1;
}
@media (min-width: 740px) and (max-width: 960px) {
  .service-title {
    width: 40%;
    padding-right: 0;
  }
  /*
.service-title::after {
	position: absolute; --positionを追加--
	top: 4vw;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px; --縦線の太さ(幅)--
	height: 70%;
	background-color: #5CA9C3; --縦線の色--
}
*/
  .service-title img {
    width: 100%;
  }
  .service-description {
    width: 60%;
    font-size: clamp(12px, 1.5vw, 16px);
    line-height: clamp(18px, 3vw, 24px);
    padding-left: 7vw;
  }
  .br {
    display: none;
  }
  .service-list-wrap {
    height: 250px;
    margin-bottom: 5%;
  }
  .service-list {
    position: relative;
    background: #D8F2FA;
    height: 250px;
    width: 100%;
    padding: 3% 20px 3% 20px;
    color: #11487E;
  }
  .reverse-list::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    left: -130px;
    border-bottom: 610px solid #D8F2FA;
    border-left: 200px solid transparent;
    border-top: none;
    border-right: none;
    z-index: -1;
  }
  .service-list img {
    width: 18%;
    top: -9%;
    right: -25%;
  }
  .service-list-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .service-list ul li {
    font-size: 14px;
    line-height: 1.2rem;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 8px;
  }
  .reverse-list {
    position: relative;
    padding: 3% 20px 3% 0;
  }
  .reverse-list img {
    width: 18%;
    top: -9%;
    right: -1%;
  }
}
@media (min-width: 580px) and (max-width: 740px) {
  .service-wrap {
    display: block;
    width: 100%;
    margin-bottom: 10vw;
  }
  .service-title::after {
    display: none;
  }
  .service-title_pc {
    display: none;
  }
  .service-title_sp {
    display: block;
    width: 60%;
    min-width: 220px;
    margin-left: -35px;
    margin-top: 15%;
  }
  .service-description {
    width: 100%;
    font-size: 16px;
    line-height: clamp(22px, 4.2vw, 28px);
    letter-spacing: 0.15rem;
    padding-left: 0;
  }
  .br {
    display: none;
  }
  .service-list-wrap {
    height: 230px;
    margin-bottom: 5%;
  }
  .service-list {
    position: relative;
    background: #D8F2FA;
    height: 250px;
    width: 100%;
    padding: 3% 0px 3% 15px;
    color: #11487E;
  }
  .reverse-list::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    left: -130px;
    border-bottom: 610px solid #D8F2FA;
    border-left: 200px solid transparent;
    border-top: none;
    border-right: none;
    z-index: -1;
  }
  .service-list img {
    width: 18%;
    top: -6%;
    right: -25%;
  }
  .service-list-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .service-list ul li {
    font-size: 14px;
    line-height: 1.2rem;
    margin-bottom: 8px;
    margin-right: 0;
    padding: 5px;
  }
  .reverse-list {
    position: relative;
    padding: 3% 20px 3% 0;
  }
  .reverse-list img {
    width: 18%;
    top: -7%;
    right: 1%;
  }
}
@media (max-width:580px) {
  .service-max-width_inner {
    width: calc(100% - 40px);
    margin: auto;
  }
  .service-wrap {
    display: block;
    width: 100%;
    margin-bottom: 10vw;
  }
  .service-title::after {
    display: none;
  }
  .service-title_pc {
    display: none;
  }
  .service-title_sp {
    display: block;
    width: 50%;
    min-width: 220px;
    margin-left: -35px;
  }
  .service-description {
    width: 100%;
    font-size: clamp(12px, 1.5vw, 16px);
    line-height: clamp(22px, 4.2vw, 28px);
    letter-spacing: 0.15rem;
    padding-left: 0;
  }
  .br {
    display: none;
  }
  .service-list-wrap {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10%;
  }
  .service-list {
    height: auto;
    width: 100%;
    padding: 0;
    z-index: 2;
  }
  .service-list::after {
    content: '';
    display: block;
    position: absolute;
    top: 85%;
    left: 0;
    bottom: 0;
    width: 0;
    height: 37px;
    border-style: solid;
    border-width: 0px 0px 90px 100vw;
    border-color: #D8F2FA transparent transparent #D8F2FA;
    z-index: -1;
  }
  .service-list img {
    position: absolute;
    width: 70px;
    top: -8%;
    right: -1%;
    z-index: -2;
  }
  .service-list-title {
    font-size: 22px;
    padding: 20px 20px 20px 7%;
    margin-bottom: 0;
  }
  .service-list ul {
    column-count: auto;
    padding-bottom: 5%;
  }
  .service-list ul li {
    font-size: 14px;
    line-height: 1.5rem;
    margin-bottom: 10px;
    margin-right: 7%;
    margin-left: 7%;
    padding: 5px 8px;
    box-sizing: content-box;
    break-inside: auto;
  }
  .service-list_image {
    position: relative;
    width: 100%;
    z-index: -10;
  }
  .service-list_image img {
    height: auto;
    object-fit: cover;
  }
  .reverse {
    flex-direction: row;
  }
  .reverse-list {
    position: relative;
    padding: 3% 20px 3% 0;
    z-index: 2;
  }
  .reverse-list::after {
    content: '';
    display: block;
    position: absolute;
    top: 85%;
    left: 0;
    bottom: 0;
    width: 0;
    height: 37px;
    border-style: solid;
    border-width: 0px 0px 90px 100vw;
    border-color: #D8F2FA transparent transparent #D8F2FA;
    z-index: -1;
  }
  .reverse-list img {
    position: absolute;
    width: 70px;
    top: -8%;
    right: 16px;
    z-index: 0;
  }
}
.problem {
  position: relative;
  margin-bottom: 10%;
}
.problem-bg {
  width: 100%;
  margin: 0;
  position: relative;
  top: 50px;
  padding-bottom: 100px;
  margin-bottom: -50px;
  overflow: hidden;
}
.problem-bg ::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E8F4FF;
  transform: skewY(-5deg) translateY(90px);
  z-index: -2;
}
.problem h2 {
  font-size: clamp(2.4rem, 2vw, 3.6rem);
  color: #11487E;
  text-align: right;
  padding-right: 3%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.problem ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 3%;
}
.problem ul li {
  width: 100%;
}
.problem ul li img {
  width: 100%;
}
.problem ul li p {
  background: #fff;
  font-size: 16px;
  line-height: 1.6rem;
  letter-spacing: 0;
  margin-top: -10px;
  padding: 40px 3% 30px;
  height: auto;
}
.problem-wrap_2 {
  position: relative;
}
.problem-bg-img {
  position: absolute;
  width: 100%;
  top: 48%;
  margin: 0 auto;
  z-index: -1;
}
.problem-bg-img img {
  width: 100%
}
.problem-title_2 {
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.problem-title_2 img {
  position: absolute;
  top: 55px;
  width: 60%;
  max-width: 700px;
}
.problem-content {
  display: flex;
  justify-content: space-between;
  column-gap: 5%;
}
.problem-list {
  background: #fff;
  font-size: 16px;
  line-height: 2.0rem;
  letter-spacing: 0;
  margin-top: 20%;
  padding: 20px 30px 20px;
  border-radius: 80px 5px 5px 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.problem-list img {
  display: block;
  width: 25%;
  min-width: 75px;
  margin: 0 auto 30px;
}
@media (min-width: 740px) and (max-width: 960px) {
  .problem {
    position: relative;
    margin-bottom: 10%;
  }
  .problem h2 {
    font-size: 26px;
    padding-right: 0;
  }
  .problem ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 3%;
  }
  .problem ul li p {
    font-size: 14px;
    line-height: 1.5rem;
    margin-top: -10px;
    padding: 8% 3% 10px;
    height: 70px;
  }
  .problem-title_2 {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .problem-title_2 img {
    top: 25px;
    width: 65%;
    max-width: 750px;
  }
  .problem-content {
    display: flex;
    justify-content: space-between;
    column-gap: 5%;
  }
  .problem-list {
    font-size: 14px;
    line-height: 1.6rem;
    padding: 10px 20px 10px;
    border-radius: 80px 5px 5px 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  }
  .problem-list img {
    margin: 0 auto 10px;
  }
}
@media (min-width: 580px) and (max-width: 740px) {
  .problem {
    margin-bottom: 15%;
  }
  .problem h2 {
    font-size: 26px;
    padding-right: 0;
  }
  .problem ul li p {
    font-size: 14px;
    line-height: -0.5rem;
    margin-top: -10px;
    padding: 22% 3% 10px;
    height: 100px;
  }
  .problem-title_2 img {
    top: 20px;
    width: 75%
  }
  .problem-list {
    font-size: 14px;
    padding: 15px 10px 15px;
  }
}
@media (max-width:580px) {
  .problem {
    margin-bottom: 18%;
    position: static;
  }
  .problem-bg ::before {
    content: '';
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E8F4FF;
    transform: skewY(-9deg) translateY(79px);
    z-index: -2;
  }
  .problem h2 {
    font-size: clamp(20px, 5vw, 26px);
    letter-spacing: 0;
    padding-right: 0;
    margin-right: -35px;
  }
  .problem ul {
    display: block;
    margin-bottom: 25%;
  }
  .problem ul li p {
    font-size: 16px;
    line-height: 1.7rem;
    letter-spacing: 0;
    padding: 9% 5% 20px;
    height: 70px;
  }
  .problem-content_wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 12%;
  }
  .problem-bg {
    margin-bottom: -90px;
  }
  .problem-bg-img {
    position: absolute;
    top: 0;
  }
  .problem-bg_pc {
    display: none;
  }
  .problem-bg_sp {
    display: block;
    width: 100%;
    height: 100%;
  }
  .problem-wrap_2 {
    position: static;
  }
  .problem-title_2 img {
    position: absolute;
    top: 7%;
    left: -7px;
    width: 80%;
  }
  .problem-title_2_pc {
    display: none;
  }
  .problem-title_2_sp {
    display: block;
  }
  .problem-content {
    display: block;
    margin-top: 40%;
  }
  .problem-list {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.8rem;
    padding: 15px 20px 15px;
    margin-top: 10%;
  }
  .problem-list img {
    display: block;
    width: 25%;
    min-width: 75px;
    margin: 0 auto 10px;
  }
}
.flow {
  position: relative;
}
.flow-bg {
  width: 100%;
}
.flow-bg img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.flow-title {
  color: #fff;
  margin-bottom: 5%;
}
.flow-title p {
  font-size: clamp(2.0rem, 2vw, 3.4rem);
  font-weight: 500;
  padding-top: 5%;
  padding-bottom: 3%;
  letter-spacing: 0.1rem;
}
.flow-title h2 {
  font-size: clamp(2.2rem, 2vw, 3.6rem);
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.2rem;
}
.title-span-wrap {
  background: rgba(235, 219, 97, 0.80);
  padding: 1.5% 2% 0.5%;
}
.title-span-1 {
  font-size: 32px;
}
.title-span-2 {
  font-size: 52px;
}
.title-span-3 {
  font-size: 28px;
  padding-left: 1%;
}
.flow-image {
  width: 100%;
}
.flow-image img {
  position: absolute;
  width: 25%;
  max-width: 300px;
  min-width: 120px;
  top: 0;
  right: 0;
}
.flow ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 10%;
  width: calc(100% - 60px);
  justify-content: space-between;
  text-align: center;
}
.flow ul li {
  list-style: none;
  color: #11487E;
  letter-spacing: 0;
}
.flow li img {
  width: 80%;
  margin-bottom: 8%;
}
.flow-list-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.flow-list-description {
  font-size: 12px;
  line-height: 18px;
}
.arrow {
  align-self: center;
}
@media (min-width: 740px) and (max-width: 960px) {
  .flow-title {
    margin-bottom: 5%;
  }
  .flow-title p {
    font-size: 24px;
    padding-bottom: 3%;
    letter-spacing: 0.05rem;
  }
  .flow-title h2 {
    font-size: 26px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1rem;
  }
  .title-span-1 {
    font-size: 24px;
  }
  .title-span-2 {
    font-size: 40px;
  }
  .title-span-3 {
    font-size: 22px;
    padding-left: 1%;
  }
  .flow-list-title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .flow-list-description {
    font-size: 12px;
    line-height: 18px;
  }
  .arrow {
    align-self: center;
  }
}
@media (min-width: 580px) and (max-width: 740px) {
  .flow-bg {
    width: 100%;
  }
  .flow-bg_pc {
    display: none;
  }
  .flow-bg_sp {
    display: block;
    width: 100%;
    height: 100%;
  }
  .flow-title {
    margin-bottom: 5%;
  }
  .flow-title p {
    font-size: 20px;
    padding-bottom: 3%;
    padding-top: 10%;
    letter-spacing: 0.05rem;
  }
  .flow-title h2 {
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1rem;
  }
  .title-span-1 {
    font-size: 18px;
  }
  .title-span-2 {
    font-size: 32px;
  }
  .title-span-3 {
    font-size: 18px;
    padding-left: 1%;
  }
  .arrow {
    display: none;
  }
  .flow ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 10%;
    width: calc(100% - 60px);
    text-align: center;
  }
  .flow ul li {
    max-width: 200px;
    list-style: none;
    color: #11487E;
    letter-spacing: 0;
  }
  .flow li img {
    width: 80%;
    margin-bottom: 8%;
  }
  .flow-list-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .flow-list-description {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width:580px) {
  .flow-bg {
    width: 100%;
  }
  .flow-bg_pc {
    display: none;
  }
  .flow-bg_sp {
    display: block;
    width: 100%;
    height: 100%;
  }
  .flow-title {
    margin-bottom: 5%;
  }
  .flow-title p {
    font-size: clamp(16px, 5vw, 22px);
    padding-bottom: 10%;
    padding-top: 10%;
    letter-spacing: 0;
  }
  .flow-title h2 {
    font-size: clamp(18px, 5vw, 28px);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1rem;
    line-height: clamp(36px, 10vw, 50px);
  }
  .title-span-wrap {
    padding: 11px 2% 6px;
  }
  .title-span-1 {
    font-size: 22px;
  }
  .title-span-2 {
    font-size: clamp(30px, 8vw, 36px);
  }
  .title-span-3 {
    font-size: 20px;
    padding-left: 1%;
  }
  .br {
    display: block;
  }
  .arrow {
    display: none;
  }
  .flow-list {
    display: none;
  }
  .flow-list_sp {
    display: block
  }
  .flow ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 10%;
    width: calc(100% - 40px);
    text-align: center;
    column-gap: 4%;
  }
  .flow ul li {
    width: 168px;
    list-style: none;
    color: #11487E;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .flow li img {
    width: 100%;
    margin-bottom: 8%;
  }
  .flow-list_1 {
    width: 168px;
    list-style: none;
    color: #11487E;
    letter-spacing: 0;
    margin: 0 auto 20px;
    text-align: center;
  }
  .flow-list_1 img {
    width: 100%;
    margin-bottom: 8%;
  }
  .flow-list-title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .flow-list-description {
    font-size: 12px;
    line-height: 18px;
  }
}
.faq {
  width: calc(100% - 100px);
  margin: 0 auto 16%;
  max-width: 1000px;
}
.faq h2 {
  color: #11487E;
  font-size: 32px;
  margin-top: 15%;
  margin-bottom: 5%;
}
.faq-wrap {
  position: relative;
  margin-bottom: 10%;
}
.faq-image {
  width: 30%;
}
.faq-image img {
  position: absolute;
  width: 23%;
  min-width: 100px;
  top: -75px;
  right: -5%;
}
.qa-container {
  margin: 0 auto;
  width: 100%;
}
.qa-list:not(:first-child) {
  margin-top: 15px;
}
.question-title {
  background: #CAE3FA;
  color: #11487E;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 50px;
  position: relative;
}
.question-title span:before {
  position: absolute;
  display: block;
  content: url("../img/Q.png");
  transform: scale(0.5);
  top: 0;
  left: 0;
  color: #4459b6;
  font-size: 18px;
}
.question-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #11487E;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.question-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #11487E;
  transition: all .3s ease-in-out;
}
.question-title.open:before {
  transform: rotate(180deg);
}
.question-title.open:after {
  opacity: 0;
}
.question-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.answer-text {
  background: #F0F8FF;
  color: #11487E;
  font-size: 16px;
  line-height: 32px;
  display: none;
  padding: 30px 50px;
  position: relative;
}
.answer-text:before {
  position: absolute;
  display: block;
  content: '';
  top: 18px;
  left: 20px;
  color: #4459b6;
  font-size: 18px;
}
@media (max-width:580px) {
  .faq {
    width: calc(100% - 40px);
    margin: 10% auto 15%;
  }
  .faq h2 {
    font-size: 22px;
    margin-top: 20%;
  }
  .faq-wrap {
    ;
    margin-bottom: 10%;
  }
  .faq-image img {
    top: -40px;
  }
  .qa-container {
    margin: 0 auto;
    width: 100%;
  }
  .qa-list {
    margin-bottom: 25px;
  }
  .qa-list:not(:first-child) {
    margin-top: 15px;
  }
  .question-title {
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 24px;
    font-weight: 500;
    padding: 20px 50px;
    position: relative;
  }
  .question-title span:before {
    position: absolute;
    display: block;
    content: url("../img/Q.png");
    transform: scale(0.5);
    top: 0;
    left: 0;
    color: #4459b6;
    font-size: 18px;
  }
  .question-title:before {
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
  }
  .question-title:after {
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
  }
  .question-title.open:before {
    transform: rotate(180deg);
  }
  .question-title.open:after {
    opacity: 0;
  }
  .question-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
  }
  .answer-text {
    background: #F0F8FF;
    color: #11487E;
    font-size: 15px;
    line-height: 30px;
    display: none;
    padding: 20px 30px;
    position: relative;
  }
  .answer-text:before {
    position: absolute;
    display: block;
    content: '';
    top: 18px;
    left: 20px;
    color: #4459b6;
    font-size: 18px;
  }
}
.contact {
  position: relative;
  background: #F4F4F4;
  width: calc(100% - 100px);
  margin: auto;
  max-width: 1000px;
}
.contact img {
  width: 100%;
}
.contact-title {
  padding-left: 30px;
}
.contact-title h2 {
  position: absolute;
  top: 2%;
  color: #fff;
  font-size: 32px;
}
.contact-title h2 span {
  font-size: 22px;
}
.contact-title p {
  position: absolute;
  top: 6%;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.Form {
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
}
.check-box a {
  display: block;
}
.Form-Item {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  color: #11487E;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  border-radius: 2px;
  margin-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #EBDB61;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Input {
  border: 1px solid #C7C7C7;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #fff;
  font-size: 18px;
  margin-top: 10px;
}
.Form-Item-Textarea {
  border: 1px solid #C7C7C7;
  margin-top: 10px;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #fff;
  font-size: 18px;
}
.check-box {
  padding-top: 3%;
  padding-left: 30px;
}
.check-box a {
  padding-bottom: 20px;
}
.Form-Btn-wrap {
  text-align: center;
}
.Form-Btn {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  letter-spacing: clamp(0.1rem, 1vw, 0.5rem);
  font-weight: 500;
  color: #fff;
  background: #EBDB61;
  border: none;
  padding: 0.5rem 0;
  border-radius: 15px;
  border-bottom: 4px solid #BEAF40;
  width: 45%;
  margin-top: 6%;
  margin-bottom: 6%;
}
.Form-Btn:hover {
  background: #EFE27F;
  border-bottom: 4px solid #C9BA4D;
}
@media (min-width: 580px) and (max-width: 960px) {
  .contact-title h2 {
    top: 1%;
    color: #fff;
    font-size: clamp(22px, 4vw, 32px);
  }
  .contact-title h2 span {
    font-size: 22px;
  }
  .contact-title p {
    top: 3.8%;
    font-size: clamp(10px, 3.7vw, 16px);
    line-height: clamp(20px, 3vw, 32px);
  }
}
@media (max-width: 580px) {
  .contact {
    position: relative;
    background: #F4F4F4;
    width: calc(100% - 40px);
    margin: 0 auto 20%;
  }
  .contact-bg_pc {
    display: none;
  }
  .contact-bg_sp {
    display: block;
  }
  .contact img {
    width: 100%;
  }
  .contact-title {
    padding-left: 30px;
  }
  .contact-title h2 {
    top: 2%;
    left: 3%;
    color: #fff;
    font-size: clamp(22px, 5vw, 32px);
    letter-spacing: 0.1rem;
  }
  .contact-title h2 span {
    font-size: clamp(13px, 3vw, 22px);
  }
  .contact-title p {
    position: absolute;
    top: 6%;
    left: 3%;
    color: #fff;
    width: 95%;
    font-size: clamp(14px, 3.5vw, 18px);
    line-height: clamp(20px, 5vw, 32px);
  }
  .br-none {
    display: none;
  }
  .formTable {
    margin-top: 40px;
  }
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .Form-Item-Label {
    display: block;
    max-width: inherit;
    width: 100%;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
  .check-box-p {
    font-size: 14px;
  }
}
.footer {
  background: linear-gradient(130deg, #C5EEE9, #137EAF);
  padding-top: 5%;
  margin-top: 10%;
}
.footer_nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.footer_logo {
  width: 25%;
}
.footer_logo img {
  width: 100%;
}
.footer_nav ul {
  display: flex;
}
.footer_nav ul li {
  margin: 0 0 0 2vw;
  font-size: 16px;
}
.footer_nav ul li a {
  text-decoration: none;
  color: #fff;
}
.footer_nav ul li a:hover {
  opacity: 0.7;
}
.hr {
  border: none;
  border-bottom: 1px solid #fff;
  margin: 10px 0 3%;
}
.footer__address {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
  width: calc(100% - 100px);
  margin: auto;
  max-width: 1000px;
}
.address-flex {
  display: flex;
  margin-top: 13px;
  margin-bottom: 5%;
  letter-spacing: 2px;
}
.footer small {
  display: block;
  color: #1C77A0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.80);
  padding: 10px;
}
@media (min-width: 580px) and (max-width: 740px) {
  .footer_nav ul li {
    margin: 0 0 0 3vw;
    font-size: 12px;
    letter-spacing: 0;
  }
  .footer__address {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    font-style: normal;
  }
  .footer-br {
    display: block;
  }
}
@media (max-width:580px) {
  .footer_logo {
    width: 50%;
    min-width: 190px;
    margin-top: 5%;
    margin-bottom: 13%;
  }
  .footer_nav {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto
  }
  .footer_nav ul {
    display: block;
  }
  .footer_nav ul li {
    margin: 0 0 25px 2vw;
  }
  .footer_nav ul li a:hover {
    opacity: 1.0;
  }
  .hr {
    margin: 40px 0;
  }
  .footer__address {
    display: none;
  }
  .address-flex {
    display: block;
  }
  .footer__address_sp {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    font-style: normal;
    width: calc(100% - 40px);
    margin: 0 auto 15%;
    ;
  }
  .address-content {
    padding-left: 5%;
    letter-spacing: 0;
  }
  .footer small {
    letter-spacing: 0;
  }
}