@charset "UTF-8";
/********************************************/
/*layout Base */
/********************************************/
.txt-base p {
  line-height: 1.8;
}

/*********************************************************/
/* 
/* modules
/* 
/*********************************************************/
.main_grad {
  background: linear-gradient(90deg, rgb(47, 159, 138) 0%, rgb(15, 106, 130) 100%);
}

.sub_grad {
  background: linear-gradient(90deg, rgb(227, 155, 12) 0%, rgb(227, 98, 12) 100%);
}

.common_num_title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .common_num_title {
    margin-bottom: 30px;
  }
}
.common_num_title .num {
  display: flex;
  align-items: center;
  color: #2f9f8a;
  font-size: clamp(3rem, 3.3vw, 3.5rem);
  text-transform: uppercase;
}
.common_num_title .num::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 50px;
  height: 3px;
  background-color: #2f9f8a;
}
@media (max-width: 768px) {
  .common_num_title .num::before {
    width: 30px;
    margin-right: 10px;
  }
}
.common_num_title .title {
  font-size: clamp(2rem, 2.8vw, 2.6rem);
  font-weight: 700;
}

.common-single_link .btn {
  position: relative;
  display: block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 90px 25px 30px;
  border: 3px solid #2f9f8a;
  background-color: #fff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .common-single_link .btn {
    padding: 15px 40px 15px 15px;
  }
}
.common-single_link .btn::before {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .common-single_link .btn::before {
    right: 10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
  }
}
.common-single_link .btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 70px;
  height: 101%;
  background-color: #2f9f8a;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .common-single_link .btn::after {
    width: 30px;
  }
}
.common-single_link .btn:hover {
  opacity: 0.8;
}
.common-single_link .btn .text {
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
}
.common-single_link .btn strong {
  font-size: clamp(1.6rem, 2.8vw, 3.6rem);
  color: #2f9f8a;
}
.common-single_link .btn strong .lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.common_grad_btn {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.common_grad_btn .btn {
  display: block;
  position: relative;
  padding: 20px 60px 20px 20px;
  background-size: 100%;
  background-position: right center;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .common_grad_btn .btn {
    padding: 15px 40px 15px 15px;
  }
}
.common_grad_btn .btn:hover {
  background-size: 200%;
  background-position: left center;
}
.common_grad_btn .btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .common_grad_btn .btn::after {
    right: 15px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
  }
}
.common_grad_btn .btn span {
  font-size: clamp(1.8rem, 2.3vw, 2.5rem);
  color: #fff;
  font-weight: 500;
}

/***************************************/
/**
/** block Contents */
/**
/***************************************/
#page_common {
  padding: 65px 0;
  background: url(../img/common/page-heding.svg) no-repeat right/contain;
}
@media (max-width: 768px) {
  #page_common {
    padding: 40px 0;
  }
}
#page_common .page_title {
  font-size: clamp(2.6rem, 3.8vw, 4.5rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2f9f8a;
}

.breadcrumb {
  padding-top: 10px;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
.breadcrumb ol li {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.breadcrumb ol li:not(:last-child) {
  padding-right: 20px;
}
.breadcrumb ol li:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #2f9f8a;
  border-right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.breadcrumb ol li a {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/***************************/
/** アコーディオン */
/***************************/
.accordion-container .accordion {
  position: relative;
  background-color: #e0f1ed;
  padding: 20px;
}
@media (max-width: 768px) {
  .accordion-container .accordion {
    padding: 15px;
  }
}
.accordion-container .accordion::before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "Q";
  width: 40px;
  height: 40px;
  margin: auto 0;
  font-size: 2.5rem;
  color: #2f9f8a;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 10;
}
@media (max-width: 768px) {
  .accordion-container .accordion::before {
    font-size: 1.8rem;
    left: 5px;
    top: 18px;
  }
}
.accordion-container .accordion .question {
  position: relative;
  padding: 10px 45px 10px 50px;
  line-height: 1.45;
  font-size: clamp(1.8rem, 1.7vw, 2rem);
  letter-spacing: 0.05em;
  transition: all 0.3s;
  font-weight: 700;
}
@media (max-width: 768px) {
  .accordion-container .accordion .question {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.accordion-container .accordion .question:hover {
  cursor: pointer;
}
.accordion-container .accordion .question::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 20px;
  content: "";
  background: url(../img/ico/ico-arrow-down-green.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: all 0.5s;
  z-index: 10;
}
@media (max-width: 768px) {
  .accordion-container .accordion .question::after {
    width: 13px;
    height: 10px;
    right: 0;
  }
}
.accordion-container .accordion .question.active::after {
  transform: rotate(180deg) translate(-10%, 34%);
  transform-origin: center center;
}

.accordion-container .accordion .answer {
  position: relative;
  padding: 15px 0 15px 50px;
  border-top: 1px solid #c6c6c6;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .accordion-container .accordion .answer {
    padding-left: 30px;
  }
}
.accordion-container .accordion .answer::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 11px;
  content: "A";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 2.5rem;
  color: #2f9f8a;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .accordion-container .accordion .answer::before {
    top: 9px;
    left: -9px;
    font-size: 2rem;
  }
}
.accordion-container .accordion .answer .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.01em;
}

/***************************/
/** Swiper */
/***************************/
.fade_swiper {
  position: relative;
  overflow: hidden;
}
.fade_swiper .swiper .swiper-slide img {
  transform-origin: center center;
  transform: scale(1);
}
.fade_swiper .swiper .swiper-slide.is-zoom img {
  animation: scaleUp 6s linear forwards;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/***************************/
/** table */
/***************************/
.mod-table_row2 .column-row2 {
  width: 100%;
}
.mod-table_row2 .column-row2 .content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c6c6c6;
}
.mod-table_row2 .column-row2 .content .title,
.mod-table_row2 .column-row2 .content .text {
  padding: 25px 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .mod-table_row2 .column-row2 .content .title,
  .mod-table_row2 .column-row2 .content .text {
    font-size: 1.6rem;
  }
}
.mod-table_row2 .column-row2 .content .title {
  width: 25%;
  margin-right: 5%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .mod-table_row2 .column-row2 .content .title {
    width: 100%;
    padding: 20px 0 10px 0;
  }
}
.mod-table_row2 .column-row2 .content .text {
  width: 70%;
  padding-left: 10px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mod-table_row2 .column-row2 .content .text {
    width: 100%;
    padding-left: 0;
    padding: 0 0 20px 0;
  }
}

/***************************/
/** お問い合わせフォーム */
/***************************/
.contact-form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .form-group {
  position: relative;
}
.contact-form .form-group .container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact-form .form-group .container {
    margin-bottom: 25px;
  }
}
.contact-form .form-group .input_title {
  width: 30%;
}
@media (max-width: 768px) {
  .contact-form .form-group .input_title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-form .form-group .input_title label {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 768px) {
  .contact-form .form-group .input_title label {
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.contact-form .form-group .input_title .required {
  display: inline-block;
  padding: 3px 10px;
  color: rgb(222, 5, 5);
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  border: 1px solid rgb(222, 5, 5);
}
@media (max-width: 768px) {
  .contact-form .form-group .input_title .required {
    padding: 1px 7px;
  }
}
.contact-form .form-group .box {
  width: 60%;
}
@media (max-width: 768px) {
  .contact-form .form-group .box {
    width: 100%;
  }
}
.contact-form .form-group .box .form-control {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #c6c6c6;
}
.contact-form .form-group .select span {
  position: relative;
  display: block;
}
.contact-form .form-group .select span::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/ico/ico-triangle-green.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 768px) {
  .contact-form .form-group .select span::after {
    width: 10px;
    height: 10px;
  }
}
.contact-form input[type=file] {
  width: 50%;
  padding: 5px 5px;
  border: 1px solid #c6c6c6;
}
.contact-form .anno {
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
}
.contact-form .privacy-info {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
  height: 120px;
  padding: 10px 20px;
  border: 1px solid #2f9f8a;
}
.contact-form .privacy-policy {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.contact-form .privacy-policy .title {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  text-align: center;
  padding-bottom: 10px;
}
.contact-form .privacy-policy .description {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  padding-bottom: 20px;
}
.contact-form .privacy-policy label {
  display: flex;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.contact-form .privacy-policy p {
  text-align: center;
}
.contact-form .agree label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
}
.contact-form input[type=checkbox] {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 1.5px solid #c6c6c6;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  position: relative;
  transition: border-color 0.2s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact-form input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
.contact-form input[type=checkbox]:checked {
  border-color: #2f9f8a;
  background-color: #2f9f8a;
}
.contact-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .contact-form input[type=checkbox]:checked::after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
  }
}
.contact-form .mod-common_btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .mod-common_btn .btn {
  position: relative;
  transition: all 0.3s;
}
.contact-form .mod-common_btn .btn::after {
  position: absolute;
  right: 15px;
  top: 25px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/ico/ico-triangle-white.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .contact-form .mod-common_btn .btn::after {
    top: 24px;
    width: 13px;
    height: 13px;
  }
}
.contact-form .mod-common_btn .btn:hover input {
  background-color: #333;
}
.contact-form .mod-common_btn input {
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 20px;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
  background-color: #2f9f8a;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #B1B1B1;
}

input.form-control::placeholder, textarea.form-control::placeholder {
  color: #B1B1B1;
}

/**************************************/
/**
/** mod-text-only */
/**
/**************************************/
.mod-col-title_text .container .content {
  margin-bottom: 50px;
}
.mod-col-title_text .container .content:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mod-col-title_text .container .content {
    margin-bottom: 25px;
  }
}
.mod-col-title_text .container .content .title {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .mod-col-title_text .container .content .title {
    font-size: 1.6rem;
  }
}

/*************************************/
/** mod-title & description */
/*************************************/
.mod-title_description .title {
  line-height: 1.5;
  font-size: clamp(2.3rem, 4vw, 4rem);
  letter-spacing: 0.05em;
}

/***************************/
/** pagination */
/***************************/
.page-numbers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-numbers li:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .page-numbers li:not(:last-child) {
    margin-right: 8px;
  }
}
.page-numbers li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #2f9f8a;
  font-size: 1.6rem;
  line-height: 1.6;
  transition: all 0.3s;
}
.page-numbers li a:hover {
  background-color: #2f9f8a;
  color: #fff;
}
@media (max-width: 768px) {
  .page-numbers li a {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}
.page-numbers li .current {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #2f9f8a;
  border: 2px solid #2f9f8a;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 768px) {
  .page-numbers li .current {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}

.page-numbers .prev,
.page-numbers .next {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: unset;
  z-index: 1;
}
.page-numbers .prev:hover,
.page-numbers .next:hover {
  opacity: 0.7;
  background-color: unset;
}
@media (max-width: 768px) {
  .page-numbers .prev,
  .page-numbers .next {
    width: 30px;
    height: 30px;
  }
}
.page-numbers .prev:before,
.page-numbers .next:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/ico/ico-pagination-left.svg) no-repeat center/contain;
  z-index: 1;
  transition: all 0.3s;
}
.page-numbers .prev:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
  margin: auto;
}
.page-numbers .next:before {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}

/********************************************/
/* Grid Button Module */
/********************************************/
/***************************************************/
/**
/** ac Contents */
/**
/***************************************************/
/***************************/
/** ac-title */
/***************************/
.ac-title_line {
  position: relative;
  display: inline-block;
  padding: 0 5px 5px 5px;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
}
.ac-title_line::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #2f9f8a;
}
@media (max-width: 768px) {
  .ac-title_line::before {
    height: 2px;
  }
}

/***************************/
/** ac--button */
/***************************/
.ac-bg_btn {
  max-width: 350px;
}
.ac-bg_btn .link {
  position: relative;
  display: block;
  padding: 20px 0 20px 25px;
  background-color: #2f9f8a;
  border: 1px solid transparent;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .ac-bg_btn .link {
    padding: 15px 0 15px 15px;
    font-size: 1.6rem;
  }
}
.ac-bg_btn .link.arrow::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "→";
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .ac-bg_btn .link.arrow::after {
    font-size: 1.4rem;
  }
}
.ac-bg_btn .link.arrow:hover::after {
  color: #2f9f8a;
}
.ac-bg_btn .link:hover {
  border: 1px solid #2f9f8a;
  background-color: #fff;
  color: #2f9f8a;
}
.ac-bg_btn .link .text {
  display: block;
  padding-right: 50px;
  font-size: 1em;
  color: inherit;
}

.ac-btn_lg .btn-container {
  border: 2px solid #2f9f8a;
}
.ac-btn_lg .btn-container a {
  position: relative;
  display: block;
  padding: 40px 60px 40px 20px;
  transition: all 0.3s;
}
.ac-btn_lg .btn-container a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "→";
  font-size: 3rem;
  color: #2f9f8a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .ac-btn_lg .btn-container a::after {
    right: 15px;
    font-size: 1.6rem;
  }
}
.ac-btn_lg .btn-container a:hover {
  background-color: #2f9f8a;
}
.ac-btn_lg .btn-container a:hover::after {
  color: #fff;
}
.ac-btn_lg .btn-container a:hover .text {
  color: #fff;
}
@media (max-width: 768px) {
  .ac-btn_lg .btn-container a {
    padding: 15px 40px 15px 15px;
  }
}
.ac-btn_lg .btn-container a .text {
  display: block;
  font-size: 3rem;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .ac-btn_lg .btn-container a .text {
    font-size: 1.6rem;
  }
}

/***************************/
/** ac-tag */
/***************************/
.ac-tag {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px 10px;
  border: 1px solid #fff;
}

.ac-tag_round {
  display: inline-block;
  padding: 3px 20px;
  line-height: 1.5;
  border-radius: 55px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .ac-tag_round {
    font-size: 1.4rem;
  }
}

/*=============================================*/
/*  atomic class                               */
/*=============================================*/
.align-center {
  text-align: center;
}

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

.align-left {
  text-align: left;
}

.f-black {
  font-weight: 900;
}

.f-bold {
  font-weight: 700;
}

.f-medium {
  font-weight: 500;
}

.f-regular {
  font-weight: 400;
}

.g-map {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 330px;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-b {
  display: block;
}

.d-in-b {
  display: inline-block;
}

.d-in {
  display: inline;
}

/********************************************/
/* Images Option */
/********************************************/
.full-width {
  display: block;
  width: 100%;
}

.mod-page_head {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .mod-page_head {
    margin-bottom: 60px;
  }
}
.mod-page_head .bg-image {
  position: relative;
  padding: 120px 0 60px 0;
}
@media (max-width: 768px) {
  .mod-page_head .bg-image {
    padding: 60px 0;
  }
}
.mod-page_head .bg-image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -3;
}
.mod-page_head .bg-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: -2;
}
.mod-page_head .main_title {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background-color: #606a6c;
}
.mod-page_head .main_title .title {
  font-size: clamp(2.5rem, 3vw, 4rem);
  font-weight: 700;
  color: #fff;
}/*# sourceMappingURL=component.css.map */