@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.section {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 714px) {
  .section {
    padding: 30px 10px;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 50px 10px;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.logo {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  color: #006C84;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.5s;
  background-color: #EAE2D6;
  border-bottom: 2px solid #006C84;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
header .header-inner {
  display: flex;
  flex-direction: row;
  height: auto;
  align-items: center;
  padding: 10px;
}
header .header-inner h1 {
  color: #006C84;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 480px) {
  header .header-inner h1 {
    font-size: 14px;
  }
}
header .header-inner h1 span.logo {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 480px) {
  header .header-inner h1 span.logo {
    font-size: 32px;
  }
}
header .header-inner .header-nav {
  margin: 1em 10px 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #006C84;
}
@media (max-width: 714px) {
  header .header-inner .header-nav {
    display: none;
  }
}
header .header-inner .header-nav ul {
  display: flex;
  align-items: center;
}
header .header-inner .header-nav ul li {
  margin-right: 1.5em;
}
header .header-inner .header-nav ul li:last-of-type {
  margin-right: 0;
}
header .application-btn {
  position: fixed;
  display: inline-block;
  background-color: #E38B75;
  color: #fcfcfc;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 30px;
  top: 110px;
  right: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
@media (max-width: 714px) {
  header .application-btn {
    font-size: 14px;
    padding: 10px 20px;
    top: auto;
    bottom: 40px;
  }
}
header:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.hamburger-menu {
  display: none;
}
@media (max-width: 714px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu .menu-btn {
  position: fixed;
  top: 18px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  cursor: pointer;
}
@media (max-width: 480px) {
  .hamburger-menu .menu-btn {
    top: 10px;
  }
}
.hamburger-menu input#menu-btn-check {
  display: none;
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  position: absolute;
  background-color: #006C84;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #fcfcfc;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fcfcfc;
}
.hamburger-menu .menu-content {
  width: 70%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #006C84;
  transition: all 0.5s;
  /*アニメーション設定*/
  color: #fcfcfc;
  opacity: 0.9;
}
.hamburger-menu .menu-content ul {
  padding: 70px 10px 0;
}
.hamburger-menu .menu-content ul li {
  list-style: none;
  text-align: center;
  color: #fcfcfc;
}
.hamburger-menu .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  text-decoration: none;
  padding: 35px 15px 15px 15px;
  position: relative;
}
.hamburger-menu #menu-btn-check:checked ~ .menu-content {
  left: 30%;
  /*メニューを画面内へ*/
}
.hamburger-menu .entry-sp {
  width: 300px;
  margin: 40px auto 0 auto;
}

main {
  overflow: hidden;
}

.section-fv {
  width: 100%;
  height: auto;
  background-image: url(../img/fv-bg.png);
  background-position: bottom;
  position: relative;
}
@media (max-width: 714px) {
  .section-fv {
    padding: 100px 10px 80px 10px;
  }
}
.section-fv .inner {
  text-align: center;
}
.section-fv .fv-all-pc {
  width: 88%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 480px) {
  .section-fv .fv-all-pc {
    display: none;
  }
}
.section-fv .fv-all-sp {
  display: none;
}
@media (max-width: 480px) {
  .section-fv .fv-all-sp {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.section-fv .fv-img {
  position: absolute;
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.section-fv .fv-img img {
  width: 850px;
}
.section-fv .fv-title {
  position: absolute;
  top: 140px;
  font-size: 30px;
  color: #006C84;
  font-weight: bold;
  line-height: 2.3em;
  letter-spacing: 0.1em;
}
.section-fv .fv-title p:nth-of-type(2) {
  text-indent: 21em;
}
.section-fv .fv-title span.fv-title-catch {
  color: #fcfcfc;
  background-color: #6EB5C0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 48px;
  font-weight: 400 !important;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.section-fv .fv-text {
  position: absolute;
  bottom: 40px;
}
.section-fv .fv-text .logo {
  margin: 0.2em;
  font-size: 70px;
  color: #006C84;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
}
.section-fv .fv-text p.fv-text-explain {
  color: #fcfcfc;
  background-color: #6EB5C0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: bold;
  padding: 0.3em;
  margin: 0.5em;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}
.section-fv .fv-text p.fv-text-explain2 {
  color: #034857;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: bold;
  padding: 0.3em;
  margin: 0.5em;
}

.section-worry {
  background-image: url(../img/section-bg.png);
  background-color: rgba(255, 255, 255, 0.7);
  margin: -50px;
}
@media (max-width: 714px) {
  .section-worry {
    padding: 80px 10px;
  }
}
.section-worry img.worry-img-pc {
  width: 100%;
}
@media (max-width: 480px) {
  .section-worry img.worry-img-pc {
    display: none;
  }
}
.section-worry img.worry-img-sp {
  display: none;
  width: 80%;
}
@media (max-width: 480px) {
  .section-worry img.worry-img-sp {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-strengths {
  background-image: url(../img/section-bg.png);
  background-color: rgba(255, 255, 255, 0.7);
  margin: -50px;
}
.section-strengths .strengths-number {
  font-family: "Shippori Mincho", serif;
  font-size: 80;
  font-weight: 800;
  color: #E38B75;
  opacity: 0.9;
  display: inline-block;
  vertical-align: -16;
}
@media (max-width: 480px) {
  .section-strengths .strengths-number {
    font-size: 60;
  }
}
.section-strengths .strengths-title-box {
  box-shadow: inset 0 5px 3px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 60px;
  position: relative;
  height: 50px;
  width: 600px;
  background-color: #fcfcfc;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-strengths .strengths-title-box {
    width: 90vw;
  }
}
.section-strengths .strengths-title-box .strengths-title {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  color: #006C84;
  display: inline-block;
  width: 600px;
  text-align: center;
}
@media (max-width: 480px) {
  .section-strengths .strengths-title-box .strengths-title {
    font-size: 20px;
    top: -11px;
  }
}
.section-strengths .strengths-title-box .strengths-title::after {
  content: "";
  background-image: url(../img/strengths-icon.svg);
  display: inline-block;
  vertical-align: -7;
  width: 45px;
  height: 45px;
  background-size: contain;
}
@media (max-width: 480px) {
  .section-strengths .strengths-title-box .strengths-title::after {
    width: 40px;
    height: 40px;
  }
}
.section-strengths .strengths-box {
  margin-top: 80px;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
}
.section-strengths .strengths-box .strength-box1-3 {
  display: flex;
  flex-direction: row;
  margin: auto 10px;
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .strength-box1-3 {
    flex-direction: column;
  }
}
.section-strengths .strengths-box .strength-box1-3 .b1-3 {
  width: 30%;
  background-color: #fcfcfc;
  justify-content: space-between;
  margin-right: 50px;
  padding: 50px 30px;
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .strength-box1-3 .b1-3 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    padding: 20px 30px;
  }
}
.section-strengths .strengths-box .strength-box1-3 .b1-3:last-of-type {
  margin-right: 0;
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .strength-box1-3 .b1-3:last-of-type {
    margin-right: auto;
  }
}
.section-strengths .strengths-box .strength-box1-3 .b1-3 .number {
  font-family: "Shippori Mincho", serif;
  font-size: 80;
  font-weight: 800;
  color: #E38B75;
  opacity: 0.9;
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .strength-box1-3 .b1-3 .number {
    font-size: 50px;
  }
}
.section-strengths .strengths-box .strength-box1-3 .b1-3 .list-img {
  width: 210px;
  height: 150px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .section-strengths .strengths-box .strength-box1-3 .b1-3 .list-img {
    width: 170px;
  }
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .strength-box1-3 .b1-3 .list-img {
    width: 210px;
  }
}
.section-strengths .strengths-box .strength-box1-3 .b1-3 .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-strengths .strengths-box .strength-box1-3 .b1-3 .list-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5em;
}
.section-strengths .strengths-box .strength-box1-3 .b1-3 .list-content {
  margin-top: 30px;
  line-height: 1.5em;
  word-break: keep-all;
  /* 単語内での改行を禁止 */
  overflow-wrap: break-word;
  /* 長い単語の途中で改行を防ぐ */
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .strength-box1-3 .b1-3 .list-content {
    margin-top: 15px;
  }
}
.section-strengths .strengths-box .b4 {
  width: 100%;
  background-color: #fcfcfc;
  margin-top: 50px;
  padding: 20px 30px;
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .b4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
}
.section-strengths .strengths-box .b4 .list-img {
  display: flex;
}
.section-strengths .strengths-box .b4 .list-img .border {
  width: 100%;
  display: block;
  height: 5px;
  background-color: #B2B2B2;
  margin-top: 37.5px;
}
@media (max-width: 480px) {
  .section-strengths .strengths-box .b4 .list-img .border {
    margin-top: 14.5px;
  }
}
.section-strengths .strengths-box .b4 .list-img .border1 {
  margin-right: 10px;
}
.section-strengths .strengths-box .b4 .list-img .border2 {
  position: relative;
  margin-right: 30px;
  margin-left: 10px;
}
.section-strengths .strengths-box .b4 .list-img .border2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-top: 15px solid #B2B2B2;
  border-bottom: 15px solid #B2B2B2;
  border-left: 30px solid #B2B2B2;
  border-right: 30px solid #B2B2B2;
  border-top-color: transparent;
  border-right-color: transparent;
  border-right-width: 0;
  border-bottom-color: transparent;
}
@media (max-width: 480px) {
  .section-strengths .strengths-box .b4 .list-img .border2:after {
    border-left: 20px solid #B2B2B2;
  }
}
.section-strengths .strengths-box .b4 .list-img img {
  width: 120px;
  height: 80px;
}
@media (max-width: 480px) {
  .section-strengths .strengths-box .b4 .list-img img {
    width: 80px;
    height: 40px;
  }
}
.section-strengths .strengths-box .b4 .b4-text {
  display: flex;
  justify-content: center;
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .b4 .b4-text {
    flex-direction: column;
  }
}
.section-strengths .strengths-box .b4 .b4-text .number {
  font-family: "Shippori Mincho", serif;
  font-size: 80;
  font-weight: 800;
  color: #E38B75;
  opacity: 0.9;
  margin-right: 20px;
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .b4 .b4-text .number {
    font-size: 50px;
  }
}
.section-strengths .strengths-box .b4 .b4-text .list-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
  line-height: 1.5em;
  margin-right: 50px;
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .b4 .b4-text .list-title {
    margin-top: 10px;
  }
}
.section-strengths .strengths-box .b4 .b4-text .list-content {
  width: 520px;
  margin-top: 30px;
  line-height: 1.5em;
}
@media (max-width: 714px) {
  .section-strengths .strengths-box .b4 .b4-text .list-content {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

.section-flow {
  background-image: url(../img/section-bg.png);
  background-color: rgba(255, 255, 255, 0.7);
  margin: -50px;
}
.section-flow .flow-title-box {
  box-shadow: inset 0 5px 3px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 60px;
  position: relative;
  height: 50px;
  width: 400px;
  background-color: #fcfcfc;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-flow .flow-title-box {
    width: 80vw;
  }
}
.section-flow .flow-title-box .flow-title {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  color: #006C84;
  display: inline-block;
  width: 600px;
  text-align: center;
}
@media (max-width: 480px) {
  .section-flow .flow-title-box .flow-title {
    font-size: 20px;
  }
}
.section-flow .flow-title-box .flow-title::after {
  content: "";
  background-image: url(../img/flow-icon.svg);
  display: inline-block;
  vertical-align: -10;
  width: 45px;
  height: 45px;
  background-size: contain;
  transform: rotate(-10deg);
}
@media (max-width: 480px) {
  .section-flow .flow-title-box .flow-title::after {
    width: 40px;
    height: 40px;
  }
}
.section-flow .flow-box {
  margin-bottom: 100px;
}
.section-flow .flow-box ol {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .section-flow .flow-box ol {
    flex-direction: column;
    align-items: center;
  }
}
.section-flow .flow-box ol li {
  width: 340px;
  background-color: #E5E5E5;
  justify-content: space-between;
  padding: 26px;
  border-radius: 174.67px 174.67px 0 0;
}
@media (max-width: 900px) {
  .section-flow .flow-box ol li {
    width: 400px;
    border-radius: 200.67px 200.67px 0 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .section-flow .flow-box ol li {
    width: 340px;
    padding: 5px 20px 15px 20px;
  }
}
.section-flow .flow-box ol li:last-of-type {
  margin-right: 0;
}
.section-flow .flow-box ol li .flow-list-img {
  width: 230px;
  height: 210px;
  margin: 0 auto 20px auto;
}
@media (max-width: 480px) {
  .section-flow .flow-box ol li .flow-list-img {
    width: 180px;
    height: 180px;
    margin: 0 auto 0 auto;
  }
}
.section-flow .flow-box ol li .flow-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-flow .flow-box ol li .flow-list-title {
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
.section-flow .flow-box ol li .flow-list-title span.flow-list-title-number {
  font-family: "Solitreo", cursive;
  color: #6EB5C0;
  font-size: 60px;
  font-weight: normal;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8);
  margin-right: 5px;
}
.section-flow .flow-box ol li .flow-list-content {
  margin: 20px 0 0 0;
  line-height: 1.5em;
  word-break: keep-all;
  /* 単語内での改行を禁止 */
  overflow-wrap: break-word;
  /* 長い単語の途中で改行を防ぐ */
}

.section-faq {
  background-color: #EAE2D6;
}
.section-faq .faq-title-box {
  box-shadow: inset 0 5px 3px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 60px;
  position: relative;
  height: 50px;
  width: 400px;
  background-color: #fcfcfc;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-faq .faq-title-box {
    width: 80vw;
  }
}
.section-faq .faq-title-box .faq-title {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  color: #006C84;
  display: inline-block;
  width: 600px;
  text-align: center;
}
@media (max-width: 480px) {
  .section-faq .faq-title-box .faq-title {
    font-size: 20px;
  }
}
.section-faq .faq-title-box .faq-title::after {
  content: "";
  background-image: url(../img/flow-icon.svg);
  display: inline-block;
  vertical-align: -10;
  width: 45px;
  height: 45px;
  background-size: contain;
  transform: rotate(-10deg);
}
@media (max-width: 480px) {
  .section-faq .faq-title-box .faq-title::after {
    width: 40px;
    height: 40px;
  }
}
.section-faq .faq-box {
  max-width: 900px;
  margin: 80px auto 0 auto;
}
@media (max-width: 480px) {
  .section-faq .faq-box {
    margin: 40px auto 0 auto;
  }
}
.section-faq .faq-box ul li {
  background-color: #fcfcfc;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .section-faq .faq-box ul li {
    margin-bottom: 20px;
  }
}
.section-faq .faq-box ul li .faq-list {
  padding: 20px 40px;
  line-height: 1.5em;
}
.section-faq .faq-box ul li .faq-list-q {
  background-color: #fcfcfc;
  cursor: pointer;
  position: relative;
  text-indent: -1.9em;
}
.section-faq .faq-box ul li .faq-list-q::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 9px 9px;
  border-color: #6EB5C0 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  transform: translateY(-50%);
  bottom: 0;
}
.section-faq .faq-box ul li .faq-list-a {
  background-color: rgba(110, 181, 192, 0.5);
  background-blend-mode: lighten;
  display: none;
  text-indent: -1.1em;
}

.section-footer {
  background-image: url(../img/footer-bg.png);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  margin-top: -30px;
}
.section-footer .footer-content {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  opacity: 0.8;
  position: relative;
  margin: 100px 0 25px 0;
}
.section-footer .footer-content span {
  font-family: "Shippori Mincho", serif !important;
}
@media (max-width: 480px) {
  .section-footer .footer-content {
    font-size: 22px;
  }
}
.section-footer .footer-content::before {
  position: absolute;
  content: "";
  background-image: url(../img/strong-up.png);
  display: inline-block;
  width: 391px;
  height: 107px;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .section-footer .footer-content::before {
    width: 300px;
    top: -100px;
  }
}

.footer-apply-btn {
  position: relative;
  background-color: #E38B75;
  color: #fcfcfc;
  width: 315px;
  height: 57px;
  line-height: 57px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  border-radius: 28px;
  margin: 0 auto 100px auto;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .footer-apply-btn {
    font-size: 22px;
    height: 47px;
    line-height: 47px;
  }
}
.footer-apply-btn::after {
  position: absolute;
  content: "";
  background-image: url(../img/strong-under.png);
  display: inline-block;
  width: 391px;
  height: 107px;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .footer-apply-btn::after {
    width: 300px;
  }
}
.footer-apply-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/* ===== お問い合わせフォーム ===== */
.form {
  max-width: 100rem;
  margin: 0 auto 100px auto;
  box-sizing: border-box;
  font-size: 16px;
}
@media (max-width: 714px) {
  .form {
    font-size: 14px;
  }
}
.form h2 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  color: #333;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 1.5rem;
}
.form h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 0.3rem;
  background-color: #006C84;
}
.form .form-description {
  text-align: center;
  color: #666;
  margin-bottom: 4rem;
  line-height: 1.8;
}
.form table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  margin-top: 40px;
}
.form table th,
.form table td {
  padding: 1.5rem 2rem;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #e0e0e0;
}
@media (max-width: 714px) {
  .form table th,
  .form table td {
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 1em 1.2em;
  }
}
.form table th {
  width: 30%;
  font-weight: 600;
  color: #333;
  position: relative;
  background-color: rgba(234, 226, 214, 0.5);
  white-space: nowrap;
}
@media (max-width: 714px) {
  .form table th {
    width: 100%;
  }
}
.form table td {
  width: 70%;
}
@media (max-width: 714px) {
  .form table td {
    width: 100%;
  }
}
.form table .form-group {
  margin-bottom: 1.5rem;
}
.form table .form-group:last-child {
  margin-bottom: 0;
}
.form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #555;
}
.form label.radio-label, .form label.checkbox-label {
  display: inline-flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-weight: normal;
}
.form label.radio-label input[type=radio],
.form label.radio-label input[type=checkbox], .form label.checkbox-label input[type=radio],
.form label.checkbox-label input[type=checkbox] {
  margin-right: 0.8rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=date],
.form input[type=password],
.form select,
.form textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  transition: all 0.2s ease;
  background-color: rgba(110, 181, 192, 0.3);
  color: #333;
  font-family: inherit;
  box-sizing: border-box;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=date]:focus,
.form input[type=password]:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: #006C84;
  box-shadow: 0 0 0 3px rgba(0, 108, 132, 0.15);
  background-color: #fff;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=date]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #aaa;
  opacity: 1;
}
.form input[type=text]:disabled,
.form input[type=email]:disabled,
.form input[type=tel]:disabled,
.form input[type=date]:disabled,
.form input[type=password]:disabled,
.form select:disabled,
.form textarea:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.2rem;
  padding-right: 4rem;
}
.form select[multiple] {
  min-height: 12rem;
  padding: 1rem;
  background-image: none;
}
.form select[multiple] option {
  padding: 0.8rem 1rem;
  margin: 0.5rem 0;
  border-radius: 0.3rem;
  transition: all 0.2s;
}
.form select[multiple] option:hover {
  background-color: #006C84;
  color: white;
}
.form select[multiple] option:checked {
  background-color: #006C84;
  color: white;
}
.form textarea {
  min-height: 12rem;
  resize: vertical;
  line-height: 1.6;
}
.form .required {
  display: inline-block;
  background-color: #E38B75;
  color: white;
  padding: 0.2rem 0.8rem;
  border-radius: 0.3rem;
  margin-left: 1rem;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.4;
}
.form .form-note {
  display: block;
  color: #888;
  margin-top: 0.5rem;
  line-height: 1.6;
  font-style: italic;
}
.form .form-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  text-align: center;
}
.form .submit-btn {
  display: block;
  width: 100%;
  max-width: 30rem;
  background-color: #E38B75;
  color: white;
  border: none;
  padding: 1.4rem 2rem;
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin: 3rem auto 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form .submit-btn:hover {
  background-color: rgb(220.1180722892, 110.4891566265, 83.0819277108);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.form .submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.form .submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.form .form-row .form-group {
  flex: 1;
  padding: 0 1rem;
  min-width: 20rem;
}
.form .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.form .form-actions .btn {
  margin: 0 1rem;
}
.form .note {
  color: #666;
  margin: 0.8rem 0 0;
  line-height: 1.6;
  font-style: normal;
  padding-left: 1.5rem;
  position: relative;
}
.form .note::before {
  content: "※";
  position: absolute;
  left: 0;
}
.form .inline_box-title {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 20px 20px 20px;
}
.form .inline_box {
  width: 100%;
  height: 150px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 20px;
}
.form .inline_box span {
  font-weight: bold;
}

#form {
  background-image: url(../img/section-bg.png);
  background-color: rgba(255, 255, 255, 0.7);
}
#form .contact-top {
  background-image: url(../img/contact-bg.png);
  width: 100vw;
  height: 270px;
  background-size: cover;
  padding-top: 130px;
  background-repeat: repeat-x;
  background-position: bottom;
}
#form .contact-top .contact-title-box {
  box-shadow: inset 0 5px 3px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 60px;
  position: relative;
  height: 50px;
  width: 400px;
  background-color: #fcfcfc;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 480px) {
  #form .contact-top .contact-title-box {
    width: 80vw;
  }
}
#form .contact-top .contact-title {
  position: absolute;
  top: 4;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  color: #006C84;
  display: inline-block;
  width: 600px;
  text-align: center;
}
@media (max-width: 480px) {
  #form .contact-top .contact-title {
    font-size: 22px;
    top: 0px;
  }
}
#form .contact-top .contact-title::after {
  content: "";
  background-image: url(../img/flow-icon.svg);
  display: inline-block;
  vertical-align: -12;
  width: 45px;
  height: 45px;
  background-size: contain;
}
#form .agree {
  font-weight: bold;
  margin: 1em;
  text-align: center;
}

.about-top {
  background-image: url(../img/contact-bg.png);
  width: 100vw;
  height: 270px;
  background-size: cover;
  padding-top: 130px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.about-top .about-title-box {
  box-shadow: inset 0 5px 3px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 60px;
  position: relative;
  height: 50px;
  width: 400px;
  background-color: #fcfcfc;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 480px) {
  .about-top .about-title-box {
    width: 80vw;
  }
}

.about-title {
  position: absolute;
  top: 4;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  color: #006C84;
  display: inline-block;
  width: 600px;
  text-align: center;
}
@media (max-width: 480px) {
  .about-title {
    font-size: 22px;
    top: 0px;
  }
}
.about-title::after {
  content: "";
  background-image: url(../img/flow-icon.svg);
  display: inline-block;
  vertical-align: -12;
  width: 45px;
  height: 45px;
  background-size: contain;
}

.page-about {
  background-image: url(../img/section-bg.png);
  background-color: rgba(255, 255, 255, 0.7);
  min-height: 100vh;
}
.page-about table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  margin-top: 40px;
}
.page-about table th,
.page-about table td {
  padding: 1.5rem 2rem;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #e0e0e0;
}
@media (max-width: 714px) {
  .page-about table th,
  .page-about table td {
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 1em 1.2em;
  }
}
.page-about table th {
  width: 30%;
  font-weight: 600;
  color: #333;
  position: relative;
  background-color: rgba(234, 226, 214, 0.5);
  white-space: nowrap;
}
@media (max-width: 714px) {
  .page-about table th {
    width: 100%;
  }
}
.page-about table td {
  width: 70%;
}
@media (max-width: 714px) {
  .page-about table td {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */