@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.d-block {
  display: block !important;
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 42px;
  }
}

.c-txt-lr {
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 28px;
  }
}

.c-txt-sm, .c-news-sl__contents, .c-contact-text {
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-news-sl__contents, .c-contact-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

.c-txt-xs {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-xs {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xs {
    margin-bottom: 30px;
  }
}

.mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview, .c-contact h3, .c-contact-text, .p-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview, .c-contact h3, .c-contact-text, .p-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview, .c-contact h3, .c-contact-text, .p-title {
    margin-bottom: 50px;
  }
}

.mb-md {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md {
    margin-bottom: 80px;
  }
}

.mb-lr, .comparison, .p-content, .p-str {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .comparison, .p-content, .p-str {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .comparison, .p-content, .p-str {
    margin-bottom: 80px;
  }
}

.pd-lr {
  padding: 50px 0;
}
@media screen and (min-width: 600px) {
  .pd-lr {
    padding: 80px 0;
  }
}
@media screen and (min-width: 960px) {
  .pd-lr {
    padding: 80px 0;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container {
  padding: 0 7vw;
}
@media screen and (min-width: 600px) {
  .c-container {
    padding: 0 12vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container {
    padding: 0 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    padding: 0 18vw;
  }
}
@media screen and (min-width: 2000px) {
  .c-container {
    padding: 0 25vw;
  }
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: rgb(57, 57, 57);
  border: 1px solid rgb(57, 57, 57);
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: rgb(57, 57, 57);
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

html {
  scroll-behavior: auto;
}

.h1-title {
  position: absolute;
  opacity: 0;
}

body {
  color: #2d3748;
  letter-spacing: 0.05em;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

body.hidden {
  overflow: hidden;
}

.superwrapper,
#main-wrapper {
  overflow: hidden;
}

.superwrapper {
  background-color: #f4f4f4;
}

#top-main-contents {
  max-width: 500px;
  margin: 0 auto;
}
#top-main-contents .c-container {
  padding: 0 30px;
}
@media (min-width: 501px) {
  #top-main-contents {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

.p-title {
  position: relative;
  z-index: 10;
  padding: 30px 0 5px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(180deg, #2b6cb8 0%, #402e52 100%);
}
.p-title strong {
  font-size: 42px;
  display: inline-block;
  padding: 0 5px;
}
.p-title::before {
  content: "";
  position: absolute;
  z-index: 300;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom right, transparent 49.5%, #402e52 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #402e52 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
}
@media (min-width: 500px) {
  .p-title {
    font-size: 32px;
  }
  .p-title strong {
    font-size: 48px;
  }
}

.main-tit {
  text-align: center;
  margin-bottom: 30px;
  color: #2b6cb8;
}
.main-tit .en {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
.main-tit .ja {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (min-width: 500px) {
  .main-tit {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-tit .en {
    padding-bottom: 15px;
    padding-right: 20px;
    font-size: 38px;
    line-height: 1;
  }
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn .c-txt-sm, .more-btn .c-news-sl__contents, .more-btn .c-contact-text {
  font-size: 16px;
  font-weight: 600;
}
.more-btn__link {
  background-color: #2b6cb8;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 9999px;
  border: 2px solid #2b6cb8;
  border-image-slice: 1;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  background-image: url(../images/common/arrow-wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #2d3748;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow.png);
}
@media (min-width: 500px) {
  .more-btn__link {
    padding: 18px 40px 18px 50px;
  }
  .more-btn__link span:first-child {
    padding-right: 40px;
  }
  .more-btn__link span:first-child::before {
    width: 15px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-news-sl__contents, .more-btn__link .c-contact-text {
    font-size: 18px;
  }
}

.top-view {
  position: relative;
  z-index: 20;
}

.top-btn {
  background: url(../images/home/cta-bg-sp.webp) no-repeat center/cover;
  padding: 15px 15px 30px;
  position: relative;
  z-index: 20;
}
.top-btn h2 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 15px 0 10px;
}
.top-btn .hero {
  height: 215px;
  position: relative;
  z-index: 20;
  background-color: #fff;
  border-radius: 10px;
}
.top-btn .hero__btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
.top-btn .hero__btn__item a {
  text-align: center;
  display: block;
  background-color: #00b900;
  border: 2px solid #00b900;
  padding: 12px 0;
  max-width: 350px;
  margin: 0 auto 10px;
  border-radius: 9999px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
.top-btn .hero__btn__item a span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.top-btn .hero__btn__item a span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/line-cta.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-btn .hero__btn__item a.mail {
  background-color: #ff6b35;
  border: 2px solid #ff6b35;
}
.top-btn .hero__btn__item a.mail span::before {
  background: url(../images/common/btn-mail-or.svg) no-repeat center/contain;
}
.top-btn .hero__btn__item a.tel {
  font-size: 22px;
  padding: 8px 0;
  background-color: #2b6cb8;
  border: 2px solid #2b6cb8;
}
.top-btn .hero__btn__item a.tel span::before {
  background: url(../images/common/tel-white.png) no-repeat center/contain;
}

.hero-contact {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px #bababa;
}
.hero-contact .contact-form {
  text-align: center;
}
.hero-contact .contact-form input {
  width: 100%;
  border: 1px solid #a0a0a0;
  height: 45px;
}
.hero-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #a0a0a0;
  height: 90px;
}
.hero-contact .contact-form dl {
  text-align: left;
  display: block;
  padding-bottom: 15px;
}
.hero-contact .contact-form dt {
  font-size: 14px;
  font-weight: 600;
}
.hero-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.hero-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #2b6cb8;
  margin-left: 10px;
}
.hero-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.hero-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.hero-contact .contact-form .privacy {
  padding-bottom: 25px;
  text-align: left;
}
.hero-contact .contact-form .ms-1 {
  color: #2b6cb8;
  border-bottom: #2b6cb8;
  text-decoration: underline;
}
.hero-contact .contact-form .submit-btn {
  text-align: center;
}
.hero-contact .contact-form .submit-btn input:disabled {
  border-color: #f7fafc;
  background-color: #f7fafc;
}
.hero-contact .contact-form .submit-btn input {
  border-color: #2b6cb8;
  background-color: #2b6cb8;
  color: #fff;
  width: 70%;
  max-width: 320px;
  border-radius: 9999px;
}
.hero-contact .contact-form .ajax-loader {
  display: none;
}
.hero-contact .contact-form .wpcf7-spinner {
  display: none;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 180px;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #2d3748;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0.7;
}
.c-topview__title {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 600;
  color: #fff;
  letter-spacing: 2px;
}
.c-topview__title .en {
  font-size: 38px;
  line-height: 1.6;
}
.c-topview__title .ja {
  font-size: 18px;
}
@media (min-width: 500px) {
  .c-topview__title .en {
    font-size: 42px;
  }
}

.p-footer {
  padding: 50px 0 0;
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 30px;
}
.p-footer__logo img {
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.p-footer__nav li {
  margin-bottom: 15px;
}
.p-footer__nav li span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .c-contact-text {
  font-size: 13px;
  color: #888;
}
.p-footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #ccc;
  padding: 10px 0 20px;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 70px 0 0;
  }
  .p-footer__logo {
    margin-bottom: 45px;
  }
  .p-footer__logo img {
    width: 320px;
  }
  .p-footer .copyright {
    padding: 10px 0 30px;
  }
}

.p-service {
  padding: 100px 0 50px;
  margin-top: -50px;
  position: relative;
}
.p-service__top {
  margin-bottom: 30px;
}
.p-service__top__item {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 25px 15px;
  border-radius: 10px;
  text-align: center;
}
.p-service__top__item h3 {
  color: #2b6cb8;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-service__top__item h3 strong {
  font-size: 32px;
  display: inline-block;
  padding: 0 3px;
}
.p-service__top__item h4 {
  font-size: 16px;
  font-weight: 600;
}
.p-service__list {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.p-service__list__item {
  flex-basis: 48%;
  margin: 0 1% 10px;
}
.p-service__desc {
  position: relative;
  z-index: 10;
  color: #858585;
}
@media (min-width: 600px) {
  .p-service {
    padding: 110px 0 60px;
  }
  .p-service__top {
    display: flex;
    justify-content: center;
  }
  .p-service__top__item {
    flex-basis: 48%;
    margin: 0 1%;
  }
  .p-service__list__item {
    flex-basis: 23%;
  }
}
@media (min-width: 960px) {
  .p-service {
    padding: 180px 0 80px;
    margin-top: -100px;
  }
  .p-service__top {
    margin-bottom: 40px;
  }
  .p-service__top__item {
    flex-basis: 44%;
  }
  .p-service__top__item h3 {
    font-size: 18px;
  }
  .p-service__top__item h3 strong {
    font-size: 42px;
    padding: 0 5px;
  }
  .p-service__top__item h4 {
    font-size: 18px;
  }
  .p-service__list {
    margin-bottom: 40px;
  }
  .p-service__desc {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .p-service__top__item {
    flex-basis: 40%;
  }
  .p-service__top__item h3 {
    font-size: 20px;
  }
  .p-service__top__item h3 strong {
    font-size: 48px;
  }
  .p-service__top__item h4 {
    font-size: 20px;
  }
}

.p-worry {
  position: relative;
  z-index: 15;
  background: url(../images/home/worry-bg.webp) no-repeat center/cover;
  padding-top: 64px;
  margin-top: -64px;
  padding-bottom: 100px;
}
.p-worry .round {
  position: absolute;
  z-index: 10;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2b6cb8;
  text-align: center;
  width: 120px;
  height: 120px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  border-radius: 50%;
  padding: 30px 0;
}
.p-worry .round::before {
  content: "";
  width: 140px;
  height: 140px;
  border: 1px solid #2b6cb8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}
.p-worry__list {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 30px 20px 15px;
  box-shadow: 0 0 10px rgba(192, 192, 192, 0.5019607843);
  margin-bottom: 30px;
  position: relative;
}
.p-worry__list__item {
  color: #565656;
  margin-bottom: 15px;
}
.p-worry__list__item .c-txt-sm, .p-worry__list__item .c-news-sl__contents, .p-worry__list__item .c-contact-text {
  display: inline-block;
  font-size: 16px;
  padding-left: 22px;
  position: relative;
  font-weight: 600;
}
.p-worry__list__item .c-txt-sm span, .p-worry__list__item .c-news-sl__contents span, .p-worry__list__item .c-contact-text span {
  color: #ff6b35;
}
.p-worry__list__item .c-txt-sm::before, .p-worry__list__item .c-news-sl__contents::before, .p-worry__list__item .c-contact-text::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
.p-worry__img {
  height: 200px;
}
.p-worry__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 500px) {
  .p-worry__tit {
    font-size: 32px;
  }
  .p-worry__tit strong {
    font-size: 48px;
  }
  .p-worry__list {
    padding: 30px 40px 5px;
  }
  .p-worry__list__item {
    margin-bottom: 25px;
  }
  .p-worry__list__item .c-txt-sm, .p-worry__list__item .c-news-sl__contents, .p-worry__list__item .c-contact-text {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .p-worry {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.p-kaiketu {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.p-kaiketu h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 50px;
  color: #2b6cb8;
  background: linear-gradient(-45deg, #ffe53a, #fff7ba);
  padding: 10px 0;
}
.p-kaiketu h2 span {
  display: block;
  border: 1px solid #fff;
  padding: 15px 0;
}
.p-kaiketu h2 strong {
  font-size: 48px;
  background: linear-gradient(90deg, #2b6cb8 0%, #4299e1 50%, #2b6cb8 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-kaiketu__wrap {
  background-color: #e2eaf3;
  border: 2px solid #2b6cb8;
  margin-bottom: 20px;
}
.p-kaiketu__tit {
  background-color: #2b6cb8;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  letter-spacing: 2px;
  position: relative;
}
.p-kaiketu__tit::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2b6cb8;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-kaiketu__list {
  padding: 30px 20px 10px;
}
.p-kaiketu__list__item {
  margin-bottom: 15px;
  border-bottom: 2px solid #4299e1;
  color: #2b6cb8;
  font-weight: 600;
  font-size: 18px;
}
.p-kaiketu__list__item .num {
  background-color: #4299e1;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 5px 8px 3px;
  font-weight: 700;
  margin-right: 15px;
}
.p-kaiketu__check {
  margin-bottom: 30px;
}
.p-kaiketu__check .List .Item {
  margin-bottom: 10px;
}
.p-kaiketu__check .List .Item .c-txt-sm, .p-kaiketu__check .List .Item .c-news-sl__contents, .p-kaiketu__check .List .Item .c-contact-text {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  color: #ff6b35;
  font-weight: 600;
}
.p-kaiketu__check .List .Item .c-txt-sm::before, .p-kaiketu__check .List .Item .c-news-sl__contents::before, .p-kaiketu__check .List .Item .c-contact-text::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/check3.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-kaiketu__img {
  height: 300px;
  margin-bottom: 30px;
}
.p-kaiketu__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-kaiketu__desc .Wrap {
  margin-bottom: 30px;
}
.p-kaiketu__desc .Wrap h3 {
  color: #2b6cb8;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  .p-kaiketu h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .p-kaiketu h2 strong {
    font-size: 58px;
  }
  .p-kaiketu__tit {
    font-size: 20px;
    padding: 15px 0;
  }
  .p-kaiketu__list {
    padding: 40px 30px 20px;
  }
  .p-kaiketu__list__item {
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 22px;
  }
  .p-kaiketu__list__item .num {
    font-size: 24px;
    padding: 8px 10px 6px;
    margin-right: 20px;
  }
  .p-kaiketu__check {
    margin-bottom: 50px;
  }
  .p-kaiketu__check .List .Item {
    margin-bottom: 10px;
  }
  .p-kaiketu__check .List .Item .c-txt-sm, .p-kaiketu__check .List .Item .c-news-sl__contents, .p-kaiketu__check .List .Item .c-contact-text {
    padding-left: 40px;
    font-size: 20px;
  }
  .p-kaiketu__check .List .Item .c-txt-sm::before, .p-kaiketu__check .List .Item .c-news-sl__contents::before, .p-kaiketu__check .List .Item .c-contact-text::before {
    content: "";
    width: 30px;
    height: 30px;
  }
  .p-kaiketu__desc .Wrap h3 {
    font-size: 22px;
  }
}

.p-str {
  padding: 110px 0 50px;
  background-color: #f39c12;
}
.p-str__list__item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(192, 192, 192, 0.5019607843);
  border-radius: 8px;
  margin-bottom: 50px;
}
.p-str .Tit {
  background: linear-gradient(90deg, #0d6dac 0%, #1a85c6 40%, #2a9de0 70%, #40b5fa 100%);
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}
.p-str .Tit .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  font-style: italic;
  font-weight: 800;
  font-size: 88px;
  color: rgba(255, 255, 255, 0.5019607843);
  mask: linear-gradient(to right, transparent 0%, black 30px, black 100%);
  -webkit-mask: linear-gradient(to right, transparent 0%, black 30px, black 100%);
}
.p-str .Tit h3 {
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
  color: #fff;
}
.p-str .Img {
  height: 200px;
  padding: 20px;
}
.p-str .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-str .Desc {
  padding: 0 30px 30px;
}
@media (min-width: 600px) {
  .p-str {
    padding: 120px 0 60px;
  }
  .p-str .Tit .num {
    left: 30px;
  }
  .p-str .Wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .p-str .Wrap .Img {
    flex-basis: 38%;
    padding: 0 20px 0 0;
  }
  .p-str .Wrap .Desc {
    flex-basis: 58%;
    padding: 0;
  }
  .p-str__list__item:nth-child(2n) .Wrap {
    flex-direction: row-reverse;
  }
  .p-str__list__item:nth-child(2n) .Wrap .Img {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 960px) {
  .p-str {
    padding: 140px 0 80px;
  }
  .p-str__list__item {
    border-radius: 12px;
  }
  .p-str__list__item:nth-child(2n) .Wrap .Img {
    padding: 0 0 0 30px;
  }
  .p-str .Tit {
    border-radius: 12px 12px 0 0;
  }
  .p-str .Tit .num {
    left: 5vw;
    font-size: 128px;
    color: rgba(255, 255, 255, 0.5019607843);
  }
  .p-str .Tit h3 {
    font-size: 24px;
    padding: 20px 0;
  }
  .p-str .Wrap {
    padding: 20px 30px;
  }
  .p-str .Wrap .Img {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .p-str__list {
    margin: 0 5vw;
  }
  .p-str .Wrap {
    padding: 30px 30px;
  }
}

.p-content__list__item {
  background-color: #ffffff;
  padding: 28px 32px;
  border-radius: 20px;
  border-left: 4px solid #2b6cb8;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.p-content__list__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(43, 108, 184, 0.1) 0%, transparent 70%);
  border-radius: 0 20px 0 60px;
}
.p-content__list__item .c-txt-sm, .p-content__list__item .c-news-sl__contents, .p-content__list__item .c-contact-text {
  display: inline-block;
  padding-left: 36px;
  position: relative;
  font-weight: 500;
}
.p-content__list__item .c-txt-sm::before, .p-content__list__item .c-news-sl__contents::before, .p-content__list__item .c-contact-text::before {
  content: "✓";
  width: 24px;
  height: 24px;
  background-color: #2b6cb8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .p-content__list__item {
    margin-bottom: 25px;
  }
}
@media (min-width: 960px) {
  .p-content__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-content__list__item {
    flex-basis: 48%;
    margin: 0 1% 30px;
  }
}
@media (min-width: 1200px) {
  .p-content__list__item {
    flex-basis: 46%;
    margin: 0 2% 30px;
  }
}

.p-point {
  padding: 64px 0 30px;
  margin-top: -64px;
  background-color: #e2eaf3;
  position: relative;
}
.p-point .p-title {
  background: linear-gradient(180deg, #4299e1 0%, #2b6cb8 100%);
}
.p-point .p-title strong {
  color: #ffdf3c;
}
.p-point .p-title::before {
  background: linear-gradient(to bottom right, transparent 49.5%, #2b6cb8 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #2b6cb8 50%) right/50% 100% no-repeat;
}
.p-point__text {
  position: relative;
  z-index: 10;
}
.p-point__text .c-txt-md {
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffdf3c;
}
.p-point__text .c-txt-sm, .p-point__text .c-news-sl__contents, .p-point__text .c-contact-text {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.p-point__text .c-txt-sm span, .p-point__text .c-news-sl__contents span, .p-point__text .c-contact-text span {
  background: linear-gradient(transparent 60%, #2b6cb8 40%);
  padding: 0 2px;
}
.p-point__list {
  padding-top: 30px;
}
.p-point__list__item {
  margin-bottom: 50px;
  padding: 50px 20px 40px;
  border-radius: 10px;
  background: url(../images/home/rsn1.webp) no-repeat right center/cover;
  position: relative;
}
.p-point__list__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2d3748;
  opacity: 0.7;
  border-radius: 10px;
}
.p-point__list__item .num {
  width: 70px;
  height: 70px;
  background-color: #2b6cb8;
  color: #fff;
  box-shadow: 5px 5px 8px #333;
  border-radius: 50%;
  line-height: 70px;
  font-size: 32px;
  font-weight: 600;
  padding: 1px 15px 0;
  position: absolute;
  top: -35px;
  left: -10px;
}
.p-point__list__item:nth-child(2) {
  background: url(../images/home/rsn2.webp) no-repeat left center/cover;
}
.p-point__list__item:nth-child(3) {
  background: url(../images/home/rsn3.webp) no-repeat center/cover;
}
@media (min-width: 500px) {
  .p-point__text .c-txt-md {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .p-point__text .c-txt-sm, .p-point__text .c-news-sl__contents, .p-point__text .c-contact-text {
    font-size: 18px;
  }
  .p-point__list__item {
    margin-bottom: 70px;
    padding: 50px 40px 40px;
  }
  .p-point__list__item .num {
    width: 90px;
    height: 90px;
    background-color: #2b6cb8;
    color: #fff;
    border-radius: 50%;
    line-height: 90px;
    font-size: 42px;
    font-weight: 600;
    padding: 1px 19px 0;
    position: absolute;
    top: -45px;
    left: -10px;
  }
}
@media (min-width: 960px) {
  .p-point {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.p-example {
  background: url(../images/home/exam-bg.webp) no-repeat center/cover;
  padding-bottom: 50px;
}
.p-example#example .c-container {
  padding: 0 15px;
}
.p-example .p-title {
  background: linear-gradient(180deg, #a0ceee 0%, #5595b8 100%);
}
.p-example .p-title small {
  font-weight: 600;
}
.p-example .p-title strong {
  font-size: 36px;
}
.p-example .p-title::before {
  background: linear-gradient(to bottom right, transparent 49.5%, #5595b8 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #5595b8 50%) right/50% 100% no-repeat;
}
.p-example__list__item {
  border: 3px solid #2b6cb8;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.p-example__list__item .case {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2b6cb8;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 15px;
  border-radius: 5px 0 5px 0;
}
.p-example__list__item .Img {
  height: 200px;
}
.p-example__list__item .Img img {
  border-radius: 6px 6px 0 0;
}
.p-example__list__item .Desc {
  padding: 20px 15px;
}
.p-example__list__item .Desc h3 {
  font-size: 17px;
  margin-bottom: 30px;
}
.p-example__list__item .Desc h3 span {
  color: #2b6cb8;
}
.p-example__list__item .Desc .c-txt-sm, .p-example__list__item .Desc .c-news-sl__contents, .p-example__list__item .Desc .c-contact-text {
  font-weight: 500;
}
.p-example__list__item .Desc .worry,
.p-example__list__item .Desc .solution {
  position: relative;
  padding: 15px 10px 10px;
}
.p-example__list__item .Desc .worry h4,
.p-example__list__item .Desc .solution h4 {
  position: absolute;
  top: -20px;
  left: 5px;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: 9999px;
}
.p-example__list__item .Desc .worry {
  background-color: #ded9ea;
  margin-bottom: 30px;
}
.p-example__list__item .Desc .worry h4 {
  background-color: #66568e;
}
.p-example__list__item .Desc .solution {
  background-color: #fbf1e9;
}
.p-example__list__item .Desc .solution h4 {
  background-color: #fa8427;
}
.p-example.c-example {
  padding: 50px 0;
}
@media (min-width: 500px) {
  .p-example__list__item {
    margin-bottom: 40px;
  }
  .p-example__list__item .Img {
    height: 300px;
  }
  .p-example__list__item .Desc {
    padding: 30px 20px;
  }
  .p-example__list__item .Desc h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .p-example__list__item .Desc .worry,
  .p-example__list__item .Desc .solution {
    padding: 20px;
  }
  .p-example__list__item .Desc .worry h4,
  .p-example__list__item .Desc .solution h4 {
    font-size: 20px;
    top: -28px;
  }
  .p-example__list__item .Desc .worry .c-txt-sm, .p-example__list__item .Desc .worry .c-news-sl__contents, .p-example__list__item .Desc .worry .c-contact-text,
  .p-example__list__item .Desc .solution .c-txt-sm,
  .p-example__list__item .Desc .solution .c-news-sl__contents,
  .p-example__list__item .Desc .solution .c-contact-text {
    font-size: 16px;
  }
  .p-example__list__item .Desc .worry {
    margin-bottom: 40px;
  }
}

.p-price {
  padding: 0 0 50px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  z-index: 20;
}
.p-price .p-title {
  background: linear-gradient(180deg, #4fd1c7 0%, #319795 100%);
}
.p-price .p-title small {
  font-weight: 600;
}
.p-price .p-title strong {
  font-size: 36px;
}
.p-price .p-title::before {
  background: linear-gradient(to bottom right, transparent 49.5%, #319795 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #319795 50%) right/50% 100% no-repeat;
}
.p-price__wrap {
  padding: 30px 0 0;
}
.p-price__item {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(64, 181, 250, 0.1);
  margin-bottom: 40px;
}
.p-price__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #40b5fa 0%, #2a9de0 50%, #1a85c6 100%);
}
.p-price__tit {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1e293b;
  position: relative;
}
.p-price__tit::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #2b6cb8;
  border-radius: 2px;
}
.p-price__price {
  text-align: center;
  font-size: 18px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 8px;
}
.p-price__price strong {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, #2b6cb8 0%, rgb(87.6167400881, 146.7466960352, 215.8832599119) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  padding: 0 15px 0 0;
}
.p-price.c-price {
  padding: 50px 0;
}
.p-price.c-price .p-price__wrap {
  padding-top: 0;
}
@media (min-width: 500px) {
  .p-price .p-title strong {
    font-size: 42px;
  }
  .p-price__tit {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .p-price__tit::after {
    bottom: -15px;
  }
  .p-price__price {
    font-size: 22px;
  }
  .p-price__price strong {
    font-size: 62px;
  }
}

.c-payment {
  background-color: #fff;
  padding: 50px 0 20px;
}
.c-payment__list__item {
  margin-bottom: 50px;
}
.c-payment__tit {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  color: #4299e1;
}
.c-payment__img {
  border: 1px solid #2b6cb8;
  padding: 20px;
  border-radius: 10px;
}
.c-payment__desc {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.c-payment__desc .c-txt-sm, .c-payment__desc .c-news-sl__contents, .c-payment__desc .c-contact-text {
  font-size: 15px;
}
@media (min-width: 500px) {
  .c-payment__tit {
    font-size: 22px;
  }
  .c-payment__img {
    padding: 30px;
  }
}

.p-voice {
  padding: 64px 0 50px;
  margin-top: -64px;
  background: url(../images/home/voice-bg.webp) no-repeat center/cover;
  position: relative;
  z-index: 15;
}
.p-voice#voice .c-container {
  padding: 0 15px;
}
.p-voice .p-title {
  background: linear-gradient(180deg, #fff176 0%, #ffcc02 100%);
  color: #2b6cb8;
}
.p-voice .p-title small {
  font-weight: 600;
}
.p-voice .p-title strong {
  font-size: 36px;
}
.p-voice .p-title::before {
  background: linear-gradient(to bottom right, transparent 49.5%, #ffcc02 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #ffcc02 50%) right/50% 100% no-repeat;
}
.p-voice__list {
  padding: 30px 0 0;
}
.p-voice__list__item {
  border: 2px solid #2b6cb8;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 20px;
}
.p-voice__list__item .Wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
}
.p-voice__list__item .Wrap .Img {
  width: 100px;
  height: 100px;
}
.p-voice__list__item .Wrap .Img img {
  border-radius: 50%;
  border: 2px solid #2b6cb8;
}
.p-voice__list__item .Wrap .att {
  background-color: #2b6cb8;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  margin-left: -20px;
}
.p-voice__list__item .Wrap .att .c-txt-sm, .p-voice__list__item .Wrap .att .c-news-sl__contents, .p-voice__list__item .Wrap .att .c-contact-text {
  font-size: 14px;
  font-weight: 600;
}
.p-voice__list__item .Desc .c-txt-sm, .p-voice__list__item .Desc .c-news-sl__contents, .p-voice__list__item .Desc .c-contact-text {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 500px) {
  .p-voice .p-title strong {
    font-size: 42px;
  }
  .p-voice#voice .c-container {
    padding: 0 25px;
  }
  .p-voice__list__item {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .p-voice__list__item .Wrap {
    margin-bottom: 30px;
  }
  .p-voice__list__item .Wrap .Img {
    width: 130px;
    height: 130px;
  }
  .p-voice__list__item .Wrap .att {
    padding: 5px 20px;
    margin-left: -30px;
  }
  .p-voice__list__item .Wrap .att .c-txt-sm, .p-voice__list__item .Wrap .att .c-news-sl__contents, .p-voice__list__item .Wrap .att .c-contact-text {
    font-size: 18px;
  }
  .p-voice__list__item .Desc .c-txt-sm, .p-voice__list__item .Desc .c-news-sl__contents, .p-voice__list__item .Desc .c-contact-text {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .p-voice {
    padding-top: 100px;
    margin-top: -100px;
  }
}
.comparison table {
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  overflow: hidden;
}
.comparison table thead tr:first-child div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 20px 10px;
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}
.comparison table thead tr:first-child div img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .comparison table thead tr:first-child div img {
    width: 200px;
  }
}
.comparison table thead tr:last-child th {
  border-radius: 10px 10px 0 0;
}
.comparison table thead tr th {
  border-radius: 10px 10px 0 0;
  color: #ffffff;
}
.comparison table thead tr th.other {
  align-content: end;
}
.comparison table thead tr th.other div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: #888 none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
}
.comparison table tbody tr th {
  text-align: center;
  background: #f8fafc;
  padding: 18px;
  border: 1px solid #e2e8f0;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}
.comparison table tbody tr td {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}
.comparison table tbody tr td div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px 15px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
}
.comparison table tbody tr td div strong {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 20px;
  font-weight: 700;
}
.comparison table tbody tr td div strong small {
  display: block;
  background: #64748b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.comparison table tbody tr td.riv {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}
.comparison table tbody tr .other div {
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 959px) {
  .comparison .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .comparison {
    padding: 50px 0;
  }
  .comparison .view-sp {
    display: none;
  }
  .comparison .view-pc table .hiden {
    opacity: 0;
    width: 30%;
  }
  .comparison .view-pc table thead tr:first-child div img {
    width: 220px;
  }
  .comparison .view-pc table thead tr:last-child th {
    border-radius: 10px 10px 0 0;
  }
  .comparison .view-pc table thead tr th.other div {
    font-size: 17px;
  }
  .comparison .view-pc table tbody tr:nth-child(1) th {
    border-radius: 12px 0 0 0;
  }
  .comparison .view-pc table tbody tr:last-child th {
    border-radius: 0 0 0 12px;
    border: none;
  }
  .comparison .view-pc table tbody tr th {
    text-align: left;
    background: linear-gradient(90deg, #0d6dac 0%, #1a85c6 40%, #2a9de0 70%, #40b5fa 100%);
    padding: 18px;
    border: none;
    border-bottom: 1px solid #e2e8f0;
    font-size: 18px;
    color: #fff;
  }
  .comparison .view-pc table tbody tr td div {
    padding: 30px 15px;
    height: 80px;
    font-size: 16px;
  }
  .comparison .view-pc table tbody tr td div strong {
    font-size: 22px;
  }
  .comparison .view-pc table tbody tr td div strong small {
    font-size: 16px;
  }
  .comparison .view-pc table tbody tr td.riv {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  }
  .comparison .view-pc table tbody tr .other div {
    font-size: 18px;
  }
}

#flow {
  padding: 64px 0 50px;
  margin-top: -64px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
#flow.inview .c-container {
  padding: 0 20px;
}
#flow .p-title {
  background: linear-gradient(180deg, #4299e1 0%, #2b6cb8 100%);
}
#flow .p-title strong {
  font-size: 36px;
}
#flow .p-title::before {
  background: linear-gradient(to bottom right, transparent 49.5%, #2b6cb8 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #2b6cb8 50%) right/50% 100% no-repeat;
}
#flow .flow__list {
  padding: 30px 0 0 0;
}
#flow .flow__list__item {
  position: relative;
  display: flex;
  margin-bottom: 80px;
}
#flow .flow__list__item::before {
  content: "";
  width: 110px;
  height: 80px;
  background: url(../images/home/icon1.svg) no-repeat center/contain;
  position: absolute;
  bottom: -60px;
  right: -15px;
}
#flow .flow__list__item .num {
  background: linear-gradient(180deg, #63b3ed 0%, #4299e1 100%);
  padding: 20px 20px 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
  position: relative;
}
#flow .flow__list__item .num::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4299e1;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
#flow .flow__list__item .txt_box {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 0 6px 6px 0;
  flex-basis: 100%;
}
#flow .flow__list__item .txt_box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#flow .flow__list__item .txt_box .c-txt-sm, #flow .flow__list__item .txt_box .c-news-sl__contents, #flow .flow__list__item .txt_box .c-contact-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
#flow .flow__list__item:last-child .num::before {
  display: none;
}
#flow .flow__list__item:nth-child(2) .num {
  background: linear-gradient(180deg, #4299e1 0%, #3182ce 100%);
}
#flow .flow__list__item:nth-child(2) .num::before {
  border-bottom: 10px solid #3182ce;
}
#flow .flow__list__item:nth-child(2)::before {
  width: 80px;
  right: -5px;
  bottom: -50px;
  background: url(../images/home/icon2.svg) no-repeat center/contain;
}
#flow .flow__list__item:nth-child(3) .num {
  background: linear-gradient(180deg, #2b6cb8 0%, #2c5282 100%);
}
#flow .flow__list__item:nth-child(3) .num::before {
  border-bottom: 10px solid #2c5282;
}
#flow .flow__list__item:nth-child(3)::before {
  height: 75px;
  background: url(../images/home/icon3.svg) no-repeat center/contain;
}
#flow .flow__list__item:nth-child(4) .num {
  background: linear-gradient(180deg, #2c5282 0%, #1a365d 100%);
}
#flow .flow__list__item:nth-child(4) .num::before {
  border-bottom: 10px solid #1a365d;
}
#flow .flow__list__item:nth-child(4)::before {
  height: 70px;
  width: 80px;
  right: -5px;
  background: url(../images/home/icon4.svg) no-repeat center/contain;
}
#flow .flow__list__item:nth-child(5) .num {
  background: linear-gradient(180deg, #ff8e53 0%, #ff6b35 100%);
}
#flow .flow__list__item:nth-child(5) .num::before {
  border-bottom: 10px solid #ff6b35;
}
#flow .flow__list__item:nth-child(5)::before {
  background: url(../images/home/icon5.svg) no-repeat center/contain;
}
@media (min-width: 500px) {
  #flow .p-title strong {
    font-size: 42px;
  }
  #flow.inview .c-container {
    padding: 0 30px;
  }
  #flow .flow__list__item::before {
    width: 130px;
    height: 100px;
    bottom: -60px;
    right: -20px;
  }
  #flow .flow__list__item .num {
    padding: 20px 30px 0;
    font-size: 18px;
  }
  #flow .flow__list__item .txt_box {
    padding: 20px 20px 30px;
  }
  #flow .flow__list__item .txt_box h3 {
    font-size: 20px;
  }
  #flow .flow__list__item .txt_box .c-txt-sm, #flow .flow__list__item .txt_box .c-news-sl__contents, #flow .flow__list__item .txt_box .c-contact-text {
    font-size: 15px;
    line-height: 1.6;
  }
  #flow .flow__list__item:nth-child(2)::before {
    width: 100px;
    bottom: -65px;
    right: 5px;
  }
  #flow .flow__list__item:nth-child(3)::before {
    height: 90px;
    bottom: -65px;
  }
  #flow .flow__list__item:nth-child(4)::before {
    width: 120px;
    height: 90px;
  }
}
@media (min-width: 960px) {
  #flow {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.p-question {
  padding: 64px 0 50px;
  margin-top: -64px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 5;
}
.p-question .p-title {
  line-height: 2.2;
  font-weight: 700;
}
.p-question .faq {
  padding-top: 30px;
  position: relative;
}
.p-question .faq .c-txt-sm, .p-question .faq .c-news-sl__contents, .p-question .faq .c-contact-text {
  font-size: 14px;
}
.p-question .faq__item {
  margin-bottom: 30px;
}
.p-question .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  background-color: #fff;
  border-bottom: 1px solid gainsboro;
  font-weight: 500;
}
.p-question .faq dt::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "Q";
  color: #2b6cb8;
  font-size: 20px;
  padding: 10px;
}
.p-question .faq dt span {
  margin-left: 30px;
  margin-right: 30px;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.p-question .faq dt .i_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 20px;
}
.p-question .faq dt .i_box::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.p-question .faq dd {
  position: relative;
  background-color: #fff;
}
.p-question .faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #888;
}
.p-question .faq dd .m-description-article {
  display: block;
  line-height: 2;
  margin-left: 30px;
  padding: 20px 10px;
}
.p-question .faq dd .m-description-article .c-txt-sm, .p-question .faq dd .m-description-article .c-news-sl__contents, .p-question .faq dd .m-description-article .c-contact-text {
  font-size: 14px;
}
@media (min-width: 500px) {
  .p-question .faq .c-txt-sm, .p-question .faq .c-news-sl__contents, .p-question .faq .c-contact-text {
    font-size: 17px;
  }
  .p-question .faq dt::before {
    font-size: 24px;
  }
  .p-question .faq dt .i_box {
    right: 10px;
  }
  .p-question .faq dt .i_box::before {
    width: 15px;
    height: 15px;
  }
  .p-question .faq dd::before {
    top: 15px;
    font-size: 26px;
  }
  .p-question .faq dd .m-description-article {
    padding: 20px 20px 20px 10px;
  }
  .p-question .faq dd .m-description-article .c-txt-sm, .p-question .faq dd .m-description-article .c-news-sl__contents, .p-question .faq dd .m-description-article .c-contact-text {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .p-question {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.p-request {
  padding: 0 0 50px;
  scroll-margin-top: 64px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.p-request#request .c-container {
  padding: 0 15px;
}
.p-request .p-title {
  background: linear-gradient(180deg, #4fd1c7 0%, #319795 100%);
  font-weight: 700;
  line-height: 2.2;
}
.p-request .p-title::before {
  background: linear-gradient(to bottom right, transparent 49.5%, #319795 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #319795 50%) right/50% 100% no-repeat;
}
.p-request__desc {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.p-request__desc .c-txt-sm, .p-request__desc .c-news-sl__contents, .p-request__desc .c-contact-text {
  font-size: 15px;
  font-weight: 500;
}
.p-request__img {
  margin-bottom: 30px;
  height: 200px;
}
.p-request__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-request .hero-contact .contact-form textarea {
  height: 220px;
}
.p-request .hero-contact .contact-form .privacy {
  font-size: 14px;
}
.p-request .hero-contact .contact-form .submit-btn input {
  max-width: none;
  width: 100%;
}
@media (min-width: 500px) {
  .p-request#request .c-container {
    padding: 0 30px;
  }
  .p-request__desc {
    margin-bottom: 30px;
  }
  .p-request__desc .c-txt-sm, .p-request__desc .c-news-sl__contents, .p-request__desc .c-contact-text {
    font-size: 18px;
  }
  .p-request .hero-contact .contact-form .privacy {
    font-size: 18px;
    text-align: center;
  }
  .p-request .hero-contact .contact-form .submit-btn input {
    max-width: 320px;
    height: 55px;
  }
}
@media (min-width: 960px) {
  .p-request {
    scroll-margin-top: 100px;
  }
}

.p-cta {
  padding: 0 0 40px;
  background: url(../images/home/cta-bg-sp.webp) no-repeat center/cover;
  position: relative;
  z-index: 30;
}
.p-cta .p-title {
  background: linear-gradient(180deg, #f7931e 0%, #ff6b35 100%);
}
.p-cta .p-title small {
  font-weight: 600;
}
.p-cta .p-title strong {
  font-size: 38px;
}
.p-cta .p-title::before {
  background: linear-gradient(to bottom right, transparent 49.5%, #ff6b35 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #ff6b35 50%) right/50% 100% no-repeat;
}
.p-cta__wrap {
  border: 2px solid #4299e1;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  padding: 30px 15px 5px;
}
.p-cta__desc {
  margin-bottom: 20px;
  position: relative;
}
.p-cta__desc::before {
  content: "";
  width: 40%;
  height: 250%;
  background: url(../images/home/cta-people.webp) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: -30px;
}
.p-cta__desc h3 {
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
  padding: 20px 10px;
  line-height: 1.5;
  color: #2b6cb8;
  background-color: #fff;
  width: 70%;
  text-align: center;
  position: relative;
}
.p-cta__desc h3::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  /* 色は任意に変更可能 */
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(90deg);
}
.p-cta-info ul li {
  margin-bottom: 20px;
}
.p-cta-info ul li a {
  display: block;
  padding: 2px 0;
  border-radius: 9999px;
  padding: 20px 0 20px 20px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #2d3748;
  flex-wrap: wrap;
  position: relative;
  border: 2px solid #fff;
}
.p-cta-info ul li a span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.p-cta-info ul li a span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cta-info ul li a.web-form {
  background-color: #2b6cb8;
  color: #fff;
  box-shadow: 3px 3px 3px rgb(53, 53, 53);
}
.p-cta-info ul li a.web-form::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
}
.p-cta-info ul li a.web-form::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #2b6cb8;
  border-right: 3px solid #2b6cb8;
  transform: rotate(45deg);
}
.p-cta-info ul li a.web-form span::before {
  background-image: url(../images/common/tel-white.png);
}
.p-cta-info ul li a.web-form small {
  display: block;
  width: 100%;
}
.p-cta-info ul li a.web-form2 {
  padding: 25px 0 25px 20px;
  box-shadow: 3px 3px 3px rgb(53, 53, 53);
  background-color: #ff6b35;
  color: #fff;
  font-size: 17px;
}
.p-cta-info ul li a.web-form2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
}
.p-cta-info ul li a.web-form2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #ff6b35;
  border-right: 3px solid #ff6b35;
  transform: rotate(45deg);
}
.p-cta-info ul li a.web-form2 span::before {
  top: 3px;
  background-image: url(../images/common/btn-mail-or.svg);
}
.p-cta-info ul li a.web-form2 small {
  display: block;
  font-size: 15px;
  width: 100%;
}
.p-cta-info ul li a.web-form3 {
  background-color: #00b900;
  color: #fff;
  box-shadow: 3px 3px 3px rgb(53, 53, 53);
  font-size: 18px;
  padding: 25px 0 25px 20px;
}
.p-cta-info ul li a.web-form3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
}
.p-cta-info ul li a.web-form3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #00b900;
  border-right: 3px solid #00b900;
  transform: rotate(45deg);
}
.p-cta-info ul li a.web-form3 span {
  padding-left: 28px;
}
.p-cta-info ul li a.web-form3 span::before {
  background-image: url(../images/common/line-cta.svg);
}
.p-cta-info ul li a.web-form3 small {
  display: block;
  width: 100%;
}
.p-cta-info ul li a.tel small {
  font-size: 16px;
  padding-right: 50px;
}
.p-cta-info ul li a.tel span {
  font-size: 22px;
  position: relative;
}
.p-cta-info ul li a.tel span::before {
  position: absolute;
  top: 0;
  left: -27px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/icon-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cta-info .caution {
  font-size: 15px;
  font-weight: bold;
  color: #cd1111;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  .p-cta .p-title strong {
    font-size: 42px;
  }
  .p-cta__wrap {
    padding: 40px 30px 15px;
  }
  .p-cta__desc::before {
    width: 40%;
    height: 240%;
    right: -45px;
  }
  .p-cta__desc h3 {
    font-size: 20px;
    padding: 20px 15px;
    width: 70%;
  }
  .p-cta-info ul li a {
    display: block;
    padding: 2px 0;
    padding: 20px 0 20px 20px;
    font-size: 32px;
  }
  .p-cta-info ul li a span {
    padding-left: 40px;
  }
  .p-cta-info ul li a span::before {
    height: 35px;
    width: 35px;
  }
  .p-cta-info ul li a.web-form2 {
    font-size: 24px;
  }
  .p-cta-info ul li a.web-form2 span::before {
    top: 6px;
  }
  .p-cta-info ul li a.web-form3 {
    font-size: 26px;
  }
  .p-cta-info ul li a.web-form3 span {
    padding-left: 40px;
  }
  .p-cta-info .caution {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.c-contact {
  padding: 50px 0;
}
.c-contact .center {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
}
.c-contact h3 {
  display: inline-block;
  width: 340px;
}
.c-contact h3 .desc {
  font-size: 14px;
}
@media (min-width: 600px) {
  .c-contact h3 {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact h3 {
    width: 800px;
  }
  .c-contact h3 .desc {
    font-size: 18px;
  }
}
.c-contact .c-topview .onlySP {
  display: none;
}
.c-contact .c-topview .c-container p {
  text-align: center;
}
@media (min-width: 960px) {
  .c-contact .c-topview .onlySP {
    display: block;
  }
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form .ct-tit {
  padding: 20px 10px;
  background-color: #fff;
  font-size: 22px;
}
.c-contact .contact-form .ct-tit small {
  font-size: 14px;
}
@media (min-width: 960px) {
  .c-contact .contact-form .ct-tit {
    font-size: 22px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .ct-tit {
    font-size: 31px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 22px;
  }
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #a0a0a0;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #a0a0a0;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 320px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
  font-weight: 400;
}
.c-contact .contact-form .ct-name .number {
  position: relative;
}
.c-contact .contact-form .ct-name .number .num {
  position: absolute;
  top: 0;
  left: -28px;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 300;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #2b6cb8;
  margin-left: 10px;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .free .anNeed {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgb(107, 144, 219);
  background: linear-gradient(to right, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
  margin-right: 10px;
  display: inline-block;
  white-space: nowrap;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #f7fafc;
}
.c-contact .contact-form .submit-btn input {
  border-color: #2d3748;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
.c-contact .form {
  background: rgb(255, 247, 232);
  padding: 20px;
}
.c-contact .ct-check {
  background-color: #fff;
}
.c-contact .ct-check .must {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex .wpcf7-checkbox {
    display: flex;
  }
}
.c-contact .ct-check.flex .wpcf7-list-item-label {
  white-space: nowrap;
}
.c-contact .ct-check.flex .need {
  margin-left: -10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex.second .wpcf7-checkbox {
    flex-wrap: wrap;
  }
  .c-contact .ct-check.flex.second .wpcf7-checkbox .wpcf7-list-item {
    width: 48%;
  }
}
.c-contact .ct-check input {
  height: 18px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-check .wpcf7-list-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0 20px 0 0;
}
.c-contact .ct-check .wpcf7-list-item-label {
  font-size: 14px;
  width: 80%;
}
@media (min-width: 1200px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 26px;
  }
}
.c-contact .ct-text-sm textarea {
  height: 80px;
}
@media (min-width: 960px) {
  .c-contact .ct-text-sm textarea {
    height: 120px;
  }
}
.c-contact .ct-redio .wpcf7-list-item {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.c-contact .ct-redio input {
  height: 35px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-redio .wpcf7-radio {
  display: flex;
}
.c-contact .tyui {
  text-align: center;
  margin: 0 auto 20px auto;
  width: 340px;
}
.c-contact .tyui p {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .c-contact .tyui {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact .tyui {
    width: 800px;
  }
}
@media (min-width: 960px) {
  .c-contact#contact5 .ct-check.flex .wpcf7-checkbox {
    display: flex;
    justify-content: flex-start;
  }
}
.c-contact#contact5 .ct-check .wpcf7-list-item {
  padding-right: 10px;
}
@media (min-width: 960px) {
  .c-contact {
    padding: 80px 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  padding: 80px 0 50px;
  background-color: #fff;
}
.c-privacy-text {
  margin-bottom: 30px;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 24px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.c-privacy h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.c-privacy-item {
  margin-bottom: 30px;
}

.c-thanks {
  padding: 80px 0 50px;
  background-color: #fff;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.c-thanks h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.c-thanks-item {
  margin-bottom: 30px;
}

.c-company .c-message {
  padding: 50px 0;
  background-color: #f8f8f8;
}
.c-company .c-message__desc .c-txt-sm, .c-company .c-message__desc .c-news-sl__contents, .c-company .c-message__desc .c-contact-text {
  margin-bottom: 15px;
}
.c-company .c-message__name {
  text-align: right;
}
.c-company .c-about {
  background-color: #fff;
  padding: 50px 0;
}
.c-company .c-about__desc table {
  border: 1px solid #ccc;
  border-bottom: none;
}
.c-company .c-about__desc th {
  background-color: #e2eaf3;
  display: block;
  width: 100%;
  padding: 8px 16px;
  border-bottom: 1px solid #ccc;
}
.c-company .c-about__desc th .c-txt-sm, .c-company .c-about__desc th .c-news-sl__contents, .c-company .c-about__desc th .c-contact-text {
  font-size: 16px;
}
.c-company .c-about__desc td {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 15px 16px;
  border-bottom: 1px solid #ccc;
}
.c-company .c-about__desc td .c-txt-sm, .c-company .c-about__desc td .c-news-sl__contents, .c-company .c-about__desc td .c-contact-text {
  font-size: 14px;
}
.c-company .c-about__desc td a {
  color: #2b6cb8;
  border-bottom: 1px solid #2b6cb8;
}
@media (min-width: 500px) {
  .c-company .c-about__desc th {
    padding: 15px 20px;
  }
  .c-company .c-about__desc th .c-txt-sm, .c-company .c-about__desc th .c-news-sl__contents, .c-company .c-about__desc th .c-contact-text {
    font-size: 20px;
  }
  .c-company .c-about__desc td {
    padding: 30px 20px;
  }
  .c-company .c-about__desc td .c-txt-sm, .c-company .c-about__desc td .c-news-sl__contents, .c-company .c-about__desc td .c-contact-text {
    font-size: 18px;
  }
}

.c-news {
  padding: 50px 0;
  background-color: #fff;
}
.c-news__item:first-child {
  border-top: 1px solid #e2eaf3;
}
.c-news__link {
  display: block;
  border-bottom: 1px solid #e2eaf3;
  padding: 20px 0;
  color: #2d3748;
}
.c-news__date {
  display: block;
  color: #2b6cb8;
  font-size: 14px;
  margin-bottom: 10px;
}
.c-news__tit {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}
.c-news .page-numbers {
  margin: 30px 0 0;
}
.c-news .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d3748;
  font-size: 12px;
  padding-left: 3px;
}
.c-news .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #4299e1 !important;
  color: #fff;
}
.c-news .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 8px;
}
.c-news .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #2d3748;
  top: 0;
}
.c-news .page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 500px) {
  .c-news .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .c-news .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 500px) {
  .c-news__link {
    padding: 30px 0;
  }
  .c-news__date {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .c-news__tit {
    font-size: 18px;
  }
  .c-news .page-numbers {
    margin: 40px 0 0;
  }
}

.c-news-sl {
  padding: 50px 0;
  background-color: #fff;
}
.c-news-sl__tit h2 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-news-sl__date {
  font-size: 15px;
  color: #2b6cb8;
}
.c-news-sl__contents {
  padding: 30px 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
  font-size: 15px;
  font-weight: 500;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #2b6cb8;
}
.c-news-sl__link a span {
  color: #2d3748;
}
@media (min-width: 500px) {
  .c-news-sl__tit h2 {
    font-size: 20px;
  }
  .c-news-sl__date {
    font-size: 17px;
  }
}

.wp-block-image .alignleft {
  float: none !important;
}

.p-header {
  height: 64px;
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 3px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/n-logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 150px;
  opacity: 1;
}
@media (min-width: 600px) {
  .p-header .logo {
    width: 180px;
  }
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 9vh;
  width: 100%;
  z-index: 9998;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.8235294118);
}
.p-header .sp-navbtn .time {
  position: absolute;
  z-index: 9999;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffe53a;
  color: #2b6cb8;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 9999px;
  transition: all 0.3s;
  animation: floatBasic 3s ease-in-out infinite;
}
@media (min-width: 500px) {
  .p-header .sp-navbtn .time {
    font-size: 20px;
    padding: 5px 30px;
    top: -43px;
  }
}
@keyframes floatBasic {
  0%, 100% {
    transform: translateX(-50%) translateY(0px);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #4299e1 0%, #2b6cb8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container a {
  position: relative;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  padding-top: 25px;
  font-size: 13px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp2 {
  background: linear-gradient(-45deg, #ff6b35 0%, #f7931e 100%);
}
.p-header .sp-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-header .sp-navbtn__container .sp3 {
  background: linear-gradient(135deg, #06c755 0%, #05a647 100%);
}
.p-header .sp-navbtn__container .sp3 a::before {
  width: 23px;
  height: 23px;
  background-image: url(../images/common/line-cta.svg);
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .pc-navbtn {
  position: fixed;
  top: 50%;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 80px;
  z-index: 2000;
  transition: transform 0.4s ease-in-out;
}
.p-header .pc-navbtn__container li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(135deg, #06c755 0%, #05a647 100%);
  padding: 20px;
  position: relative;
}
.p-header .pc-navbtn__container a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.p-header .pc-navbtn__container a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header .pc-navbtn__container .sp2 {
  margin-bottom: 15px;
  background: linear-gradient(-45deg, #ff6b35 0%, #f7931e 100%);
}
.p-header .pc-navbtn__container a:hover,
.p-header .pc-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
.p-header .hide.sp-navbtn .time {
  top: 9vh;
}
.p-header .hide.pc-navbtn {
  transform: translateX(100%);
  /* 完全に隠すために余裕を持たせる */
}
@media (max-width: 959px) {
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .sp-navbtn {
    display: none;
  }
  .p-header .logo__img {
    margin: 5px 10px 0 15px;
  }
  .p-header .logo {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    height: 100px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8666666667);
    box-shadow: 10px 0 10px rgba(119, 119, 119, 0.5254901961);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-header .pc-container .flex-right {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .logo-link {
    margin: 0 20px;
  }
  .p-header .pc-container .pc-nav {
    margin-bottom: 10px;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 13px;
    font-weight: 600;
    padding-right: 1.8vw;
    padding-top: 15px;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #2d3748;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .logo__img {
    margin: 30px 10px 20px 15px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 60px;
    width: 200px;
  }
  .p-header .pc-container .pc-button {
    display: flex;
    align-items: center;
    margin: 0 10px 0 30px;
    position: relative;
  }
  .p-header .pc-container .pc-button::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: -35px;
  }
  .p-header .pc-container .pc-button .tel-btn {
    display: inline-block;
    margin-right: 15px;
  }
  .p-header .pc-container .pc-button .tel-btn a {
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
  }
  .p-header .pc-container .pc-button .tel-btn a span {
    position: relative;
  }
  .p-header .pc-container .pc-button .tel-btn a span::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/common/icon-tel.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  .p-header .pc-container .pc-button .tel-btn small {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .p-header .pc-container .pc-button .request-btn {
    display: flex;
  }
  .p-header .pc-container .pc-button .request-btn a {
    display: block;
    margin-right: 10px;
    background-color: #2b6cb8;
    border: 2px solid #2b6cb8;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 45px 8px 30px;
    border-radius: 9999px;
  }
  .p-header .pc-container .pc-button .request-btn a span {
    position: relative;
  }
  .p-header .pc-container .pc-button .request-btn a span::before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/common/btn-dl.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }
  .p-header .pc-container .pc-button .request-btn a.mail {
    background-color: #fff;
    color: #2b6cb8;
  }
  .p-header .pc-container .pc-button .request-btn a.mail span::before {
    background: url(../images/common/btn-mail.svg) no-repeat center/contain;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 18vw;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9411764706);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu__nav {
  display: block;
  height: auto;
  width: 100%;
  min-height: 100vh;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 120px;
  padding-bottom: 60px;
}
.mobile-menu__item {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.mobile-menu a {
  color: #2d3748;
}
@media (min-width: 600px) {
  .mobile-menu__item {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  .mobile-menu {
    width: 60%;
  }
  .mobile-menu__list {
    padding-top: 160px;
  }
  .mobile-menu__item {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.mobile-menu-hidden {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
}

.contact-btn {
  padding: 0 10px;
}
.contact-btn-list {
  display: flex;
  justify-content: space-between;
}
.contact-btn-item {
  width: 100%;
  text-align: center;
}
.contact-btn-item span {
  position: relative;
  font-size: 12px;
  color: #2d3748;
  padding: 40px 5px 10px 5px;
  display: block;
  background-color: #fff;
  border: 1px solid #dad7cd;
}
.contact-btn-item span::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-btn-item .tel::before {
  background-image: url(../images/common/icon-tel.png);
}
.contact-btn-item .mail::before {
  background-image: url(../images/common/icon-link-1-black.png);
}
.contact-btn-item .insta::before {
  background-image: url(../images/common/insta-black.png);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8666666667);
  box-shadow: 10px 0 10px rgba(119, 119, 119, 0.5254901961);
  display: flex;
  align-items: center;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 200;
  display: flex;
}
.mobile-container .request-btn {
  margin-right: 10px;
}
.mobile-container .request-btn a {
  display: block;
  border: 2px solid #2b6cb8;
  background-color: #fff;
  color: #2b6cb8;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 40px 8px 20px;
  border-radius: 9999px;
}
.mobile-container .request-btn a span {
  position: relative;
}
.mobile-container .request-btn a span::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/common/btn-mail.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.mobile-container .tel-btn {
  display: none;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #2d3748;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 7px;
  }
}
@media (min-width: 960px) {
  .mobile-container {
    height: 100px;
  }
  .mobile-container .mobile-button {
    top: 25px;
    right: 20px;
  }
  .mobile-container .mobile-button::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: -50px;
  }
  .mobile-container .request-btn {
    margin: 0 15px;
  }
  .mobile-container .request-btn a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 55px 12px 30px;
    border-radius: 9999px;
  }
  .mobile-container .request-btn a span {
    position: relative;
  }
  .mobile-container .request-btn a span::before {
    content: "";
    width: 18px;
    height: 18px;
    right: -25px;
  }
  .mobile-container .tel-btn {
    display: inline-block;
  }
  .mobile-container .tel-btn a {
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
  }
  .mobile-container .tel-btn a span {
    position: relative;
  }
  .mobile-container .tel-btn a span::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/common/icon-tel.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  .mobile-container .tel-btn small {
    display: block;
    text-align: center;
    font-size: 12px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #2d3748 !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(6px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-8px) rotate(-135deg);
}
@media (min-width: 960px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(11px) rotate(135deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.bound,
.clip-js1.reveal.bound,
.clip-js2.reveal.bound,
.clip-js3.reveal.bound {
  animation-name: bound;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.wow.inview .item,
.wow2.inview .item {
  animation-name: wow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.wow.inview .item:nth-child(1),
.wow2.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.wow.inview .item:nth-child(2),
.wow2.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.wow.inview .item:nth-child(3),
.wow2.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.wow.inview .item:nth-child(4),
.wow2.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.wow.inview .item:nth-child(5),
.wow2.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.wow.inview .item:nth-child(6),
.wow2.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.wow.inview .item:nth-child(7),
.wow2.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.wow.inview .item:nth-child(8),
.wow2.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.wow.inview .item:nth-child(9),
.wow2.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.wow.inview .item:nth-child(10),
.wow2.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.wow.inview .item:nth-child(11),
.wow2.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.wow.inview .item:nth-child(12),
.wow2.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.wow.inview .item:nth-child(13),
.wow2.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.wow.inview .item:nth-child(14),
.wow2.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.wow.inview .item:nth-child(15),
.wow2.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.wow.inview .item:nth-child(16),
.wow2.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.wow.inview .item:nth-child(17),
.wow2.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.wow.inview .item:nth-child(18),
.wow2.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.wow.inview .item:nth-child(19),
.wow2.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.wow.inview .item:nth-child(20),
.wow2.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.wow.inview .item:nth-child(21),
.wow2.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.wow.inview .item:nth-child(22),
.wow2.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.wow.inview .item:nth-child(23),
.wow2.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.wow.inview .item:nth-child(24),
.wow2.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.wow.inview .item:nth-child(25),
.wow2.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.wow.inview .item:nth-child(26),
.wow2.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.wow.inview .item:nth-child(27),
.wow2.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.wow.inview .item:nth-child(28),
.wow2.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.wow.inview .item:nth-child(29),
.wow2.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.wow.inview .item:nth-child(30),
.wow2.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.wow.inview .item:nth-child(31),
.wow2.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.wow.inview .item:nth-child(32),
.wow2.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.wow.inview .item:nth-child(33),
.wow2.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.wow.inview .item:nth-child(34),
.wow2.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.wow.inview .item:nth-child(35),
.wow2.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.wow.inview .item:nth-child(36),
.wow2.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.wow.inview .item:nth-child(37),
.wow2.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.wow.inview .item:nth-child(38),
.wow2.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.wow.inview .item:nth-child(39),
.wow2.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

@keyframes bound {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateY(40px);
  }
  30% {
    transform: translateY(-40px);
  }
  40% {
    transform: translateY(0);
  }
}
@keyframes wow {
  0% {
    transform: scale(0) rotate(10deg);
  }
  5% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  10% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  15% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  20% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  30% {
    transform: scale(0.9) rotate(-3deg);
  }
  35% {
    transform: scale(1) rotate(0);
  }
  40% {
    transform: translate(-10px, 5px);
  }
  45% {
    transform: translate(10px, -5px);
  }
  50% {
    transform: translate(-10px, 5px);
  }
  55% {
    transform: translate(0);
  }
}
.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #2b6cb8;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  width: 43%;
  margin: 10px;
}
@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 20px 20px;
    width: 30%;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #2b6cb8;
  border: 1px solid #2b6cb8;
}

.panel.is-show {
  display: block;
}

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateY(20px);
}
.appear.inview .item {
  opacity: 1;
  transform: translateY(0);
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.08s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.16s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.24s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.32s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.48s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.56s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.64s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 0.72s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 0.88s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 0.96s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 1.04s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 1.12s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 1.28s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 1.36s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 1.44s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 1.52s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 1.68s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 1.76s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 1.84s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 1.92s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 2.08s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 2.16s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 2.24s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 2.32s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 2.48s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 2.56s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 2.64s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 2.72s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 2.88s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 2.96s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 3.04s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2eaf3;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.p-question .faq dt.ac-title.is-active .i_box::before {
  transform: translateX(-50%) translateY(-50%) rotate(270deg);
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */