@charset "UTF-8";
html {
  background-color: var(--color-base);
  font-size: 62.5%;
}
html h2,
html .zen-min_sb {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: var(--PC_l_h2);
  color: var(--color-txt_color);
  line-height: 1.5;
}
html h3,
html .zen-min_bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: var(--PC_m_h3);
  color: var(--color-txt_color);
  line-height: 1;
}
html .zen-min_black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: var(--PCfont-sub);
  color: var(--color-txt_color);
}
html p,
html noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--PCfont-p);
  color: var(--color-txt_main);
  line-height: 2;
  text-align: left;
}
html .fullscreen-menu {
  transition: opacity 0.3s ease-in-out;
}
html .none-bg {
  background-image: none;
}
html .company-bg {
  background-size: 140% auto;
  background-position: right 3% top 30%;
}
html .nowrap {
  white-space: nowrap;
}
html main {
  background-image: url("../images/bg_pic.png");
  background-size: 102% auto;
  background-position: right 50% top 80%;
  background-repeat: no-repeat;
  z-index: 1;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
html main .btnFloat {
  position: fixed;
  display: flex;
  background: #1E7D5D;
  width: auto;
  border-radius: 110px 0 0 110px;
  border: none;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  color: var(--color-white);
  padding: 20px 72px;
  right: 0px;
  bottom: 20px;
  box-shadow: 0px 5px 5px rgba(51, 51, 51, 0.3);
  z-index: 10;
  gap: 16px;
}
html main .btnFloat img {
  width: 24px;
  margin-right: 16px;
}
html main .btnFloat li {
  display: flex;
  justify-content: center;
}
html main .btnFloat .btn-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
html main .btnFloat .attention {
  color: var(--color-white);
}
@media screen and (max-width: 1023px) {
  html main .btnFloat {
    font-size: 2rem;
    padding: 20px 32px 20px 48px;
    gap: 8px;
  }
  html main .btnFloat img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  html main .btnFloat {
    padding: 10px 32px;
    right: unset;
    border-radius: 110px;
    margin: 0px 8%;
    width: 70%;
    bottom: 8px;
  }
  html main .btnFloat .btn-box {
    display: flex;
    margin: 0 auto;
  }
}
html main .media_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html main {
    background-size: 160% auto;
    background-position: right 5% top 75%;
  }
  html main .media_sp {
    display: block;
  }
}
html main .content-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  html main .content-wrap {
    padding: 0 32px;
  }
}
html main .section1 .kv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
html main .section1 .kv .kv_img {
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
html main .section1 .slider {
  width: 100%;
  margin: 0 auto;
}
html main .section1 .slider .slick-next {
  right: 0;
}
html main .section1 .slider .slide-wrap {
  height: 30vw;
  transition: none;
}
@media screen and (max-width: 700px) {
  html main .section1 .slider .slide-wrap {
    height: 108vw;
  }
}
html main .section1 .slider img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
html main .section1 .slider .slick-slide {
  height: auto !important;
}
html main .section1 .slick-arrow:before {
  content: "" !important;
}
html main .section1 .section__title-box {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 92%;
  top: 55%;
  left: 4%;
  z-index: 2;
  text-align: left;
}
html main .section1 .section__title-box h2, html main .section1 .section__title-box p {
  color: white;
}
html main .about01 {
  height: 16vw;
  max-height: 280px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  display: block;
  position: relative;
}
html main .section2 .zen-min_black {
  text-align: center;
  align-items: center;
  margin-top: 120px;
}
html main .section2 .sec2_row {
  gap: 40px;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  margin: 120px 0;
}
html main .section2 .sec2_row div:first-child {
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  width: 100%;
}
html main .section2 .sec2_row div:first-child img {
  display: block;
  width: 100%;
  height: auto;
}
html main .section2 .sec2_row div:first-child div:first-child {
  flex: 1;
}
html main .section2 .sec2_row div:first-child div:last-child {
  flex: 1;
  text-align: left;
  padding-left: 72px;
}
html main .section2 .sec2_row div:last-child {
  text-align: center;
}
html main .section2 .sec2_row div:last-child h2 {
  margin-bottom: 24px;
  text-align: left;
}
html main .section3 {
  margin-bottom: 120px;
  text-align: center;
}
html main .section3 div {
  width: 95%;
  max-width: 688px;
  margin: 0 auto;
}
html main .section3 div h2 {
  margin-bottom: 20px;
}
html main .section3 div p {
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: center;
}
html main .section3 div .button-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
html main .section3 div .button-container button {
  display: inline-block;
  min-width: 400px;
  padding: 20px 56px;
  border: 1px solid var(--color-txt_color);
  border-radius: 110px;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--color-txt_color);
  font-size: var(--PC_m_h3);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
html main .section3 div .button-container button:hover {
  background-color: #386641;
  color: #fff;
}
html main .section4 {
  margin-bottom: 120px;
}
html main .section4 .company__overview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 104px;
  border-radius: 170px;
  background-image: url("../images/top_sec4-pic_mega.png");
  background-size: cover;
  background-position: center;
  text-align: left;
}
html main .section4 .company__overview-container .company__overview-text {
  margin-right: 64px;
}
html main .section4 .company__overview-container .company__overview-text .company__overview-title {
  margin-bottom: 8px;
  color: var(--color-white);
}
html main .section4 .company__overview-container .company__overview-text .company__overview-description {
  color: #fff;
}
html main .section4 .company__overview-container .company__overview-button {
  display: inline-block;
  padding: 20px 72px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 110px;
  color: var(--color-txt_color);
  transition: background-color 0.3s ease;
}
html main .section4 .company__overview-container .company__overview-button a {
  text-decoration: none;
  border: solid 0;
}
html main .section4 .company__overview-container .company__overview-button:hover {
  background-color: var(--color-txt_color);
  color: #fff;
}
html main .section__about {
  margin: 40px auto;
}
html main .section__about .about__wrap .about__item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 104px;
  justify-content: space-between;
}
html main .section__about .about__wrap .about__item .item__box {
  width: 40%;
}
html main .section__about .about__wrap .about__item .item__box ul {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 32px 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  flex-wrap: wrap;
  margin: 24px auto;
  justify-content: center;
}
html main .section__about .about__wrap .about__item .item__box ul li {
  line-height: 0.5;
}
html main .section__about .about__wrap .about__item .about__pic {
  width: 50%;
}
html main .section__about .about__wrap .about__item .about__pic img {
  width: 100%;
  border-radius: 20px;
}
html main .section__company-lead h2 {
  margin: 104px 0 40px 0;
}
html main .section__company-about {
  padding: 80px 20px;
  text-align: center;
}
html main .section-title {
  margin-bottom: 40px;
}
html main .company-info-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  /* 中央揃え */
}
html main .company-info-item {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}
html main .company-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
html main .info-label {
  margin-bottom: 10px;
  padding-left: 10%;
  width: 30%;
}
html main .section__price-info {
  padding: 32px 20px 64px;
  text-align: center;
}
html main .price-explanation {
  margin-bottom: 40px;
}
html main .price-explanation p {
  margin-bottom: 64px;
}
html main .additional-fee-notice {
  padding: 30px;
  border: 2px solid var(--color-txt_color);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  /* 画像の背景色に合わせて */
  margin: 0 auto;
}
html main .additional-fee-notice h2 {
  margin-bottom: 20px;
}
html main .additional-fee-notice p {
  margin: 0 auto;
  width: max-content;
}
html main .section__tab {
  margin-bottom: 120px;
}
html main .tabs {
  background-color: rgba(255, 255, 255, 0.6);
  width: auto;
  margin: 0 auto;
  border-radius: 20px;
}
html main .tab_item {
  width: 50%;
  border-bottom: 3px solid var(--color-txt_color);
  background-color: rgba(64, 99, 74, 0.4);
  padding: 25px 0;
  text-align: center;
  color: var(--color-txt_main);
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
html main .tab_item h3 {
  color: var(--color-txt_main);
}
html main .t_left {
  border-radius: 20px 0 0 0;
}
html main .t_right {
  border-radius: 0 20px 0 0px;
}
html main .tab_item:hover {
  opacity: 0.75;
}
html main input[name=tab_item] {
  display: none;
}
html main .tab_content {
  padding: 3vw 7vw;
  display: none;
  clear: both;
  overflow: hidden;
  font-size: var(--PCfont-lead);
}
html main .additional-price-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  white-space: nowrap;
}
html main .line {
  border: none;
  border-top: 1px solid #244b30;
  width: 40%;
}
html main .left {
  margin-right: 20px;
}
html main .right {
  margin-left: 20px;
}
html main .header-text {
  margin: 0 20px;
  text-align: center;
}
html main .tab_content-all {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
html main .tab_content-all .tab_content01 {
  width: 60%;
}
html main .tab_content-all .tab_content02 {
  width: 36%;
}
html main .tab_content-all .tab_content02 img {
  width: 100%;
  margin-bottom: 24px;
}
html main .price-item_box {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
html main .price-item {
  display: flex;
  flex-direction: column;
}
html main .price-item li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
html main .price-item li .item-title {
  width: 54%;
}
html main .separator {
  color: #999;
}
html main .item-price {
  color: var(--color-txt_color);
  font-size: var(--PC_m_h3);
}
html main .additional-info-notice {
  padding: 40px 56px;
  border-radius: 20px;
  background-color: #fff;
  margin: 40px 0;
  text-align: left;
}
html main .additional-info-notice .zen-min_sb {
  font-size: var(--PCfont-p);
}
html main .width_max {
  width: max-content;
}
html main .additional-info-notice h3 {
  margin-bottom: 16px;
  text-decoration: underline 1px #244b30;
  text-align: center;
}
html main .additional-info-notice .info-text {
  margin-bottom: 10px;
}
html main .tab-row_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
}
html main .tab-row_content li {
  display: flex;
  flex-direction: row;
  max-width: 45%;
  align-items: center;
  margin: 2% auto;
}
html main .tab-row_content li img {
  width: 30%;
  height: auto;
  margin-right: 10%;
}
html main .tab-column_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
}
html main .tab-column_content li {
  display: flex;
  flex-direction: column;
  max-width: 16%;
  align-items: center;
  margin: 2% auto;
  text-align: center;
}
html main .tab-column_content li img {
  width: 80%;
  height: auto;
  margin: 0 5% 10%;
}
html main .tab-box_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
}
html main .tab-box_content li {
  display: flex;
  flex-direction: column;
  max-width: 16%;
  align-items: center;
  margin: 2% auto;
  padding: 3%;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 20px;
}
html main .tab-box_content li img {
  width: 70%;
  height: auto;
  margin: 0 5% 15%;
}
html main #tab_left:checked ~ #left_content,
html main #tab_right:checked ~ #right_content {
  display: block;
  border-radius: 20px;
}
html main .tabs input:checked + .tab_item {
  background-color: var(--color-txt_color);
}
html main .tabs input:checked + .tab_item h3 {
  color: var(--color-white);
}

@media screen and (max-width: 1023px) {
  html main {
    background-size: 105% auto;
    background-position: right 50% top 75%;
  }
  html main .content-wrap {
    padding: 0 20px;
  }
  html main .section1 .fv .fv_pic {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  html main .section2 .zen-min_black {
    margin-top: 64px;
  }
  html main .section2 .sec2_row {
    margin: 72px auto;
  }
  html main .section3 {
    margin-bottom: 56px;
  }
  html main .section3 div {
    width: 60%;
    min-width: 300px;
  }
  html main .section3 div .button-container {
    gap: 16px;
  }
  html main .section3 div .button-container button {
    font-size: var(--SP_s_h3);
    padding: 20px 24px;
    width: 90%;
    min-width: unset;
  }
  html main .section3 div p {
    white-space: nowrap;
  }
  html main .section4 {
    margin-bottom: 0px;
    width: 100vw;
    margin-left: -20px;
  }
  html main .section4 .company__overview-container {
    padding: 40px;
    border-radius: 0px;
    text-align: left;
  }
  html main .section4 .company__overview-container .company__overview-button {
    padding: 20px 72px;
    text-align: center;
  }
  html main .section__about {
    margin: 24px auto;
  }
  html main .section__about .about__wrap .about__item {
    margin-bottom: 56px;
  }
  html main .section__about .about__wrap .about__item .item__box {
    width: 45%;
  }
  html main .section__about .about__wrap .about__item .item__box ul {
    padding: 24px 32px;
    gap: 16px;
    margin: 16px auto;
  }
  html main .section__company-lead h2 {
    margin: 24px 0 16px 0;
  }
  html main .section__company-about {
    padding: 60px 20px;
    text-align: left;
  }
  html main .section__price-info {
    padding: 24px 20px;
  }
  html main .price-explanation p {
    margin-bottom: 32px;
  }
  html main .additional-fee-notice {
    padding: 16px;
    border: 1px solid var(--color-txt_color) h2;
    border-margin-bottom: 8px;
  }
  html main .width_max {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  html .company-bg {
    background-position: right 3% top 39%;
  }
  html main {
    background-size: 160% auto;
    background-position: right 5% top 75%;
  }
  html main .content-wrap {
    padding: 0 16px;
  }
  html main .additional-info-notice .zen-min_sb {
    font-size: var(--SP_s_h3);
  }
  html main .additional-info-notice h3 {
    line-height: 1.3;
  }
  html h2 {
    text-align: left;
  }
  html main .section1 > .fv > .fv_pic {
    width: 100%;
  }
  html main .section1 > .fv > .fv_pic .media_sp {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100vw;
  }
  html main .section1 > .fv > .fv_pic .media_pc {
    display: none;
  }
  html main .section1 .section__title-box {
    width: 90%;
    top: 7vw;
    z-index: 2;
    text-align: left;
  }
  html main .section1 .section__title-box p {
    display: none;
  }
  html main .about01 {
    height: 20vw;
  }
  html main .section2 .zen-min_black {
    margin-top: 60px;
    font-size: var(--SP_s_h3);
    margin: 40px;
  }
  html main .section2 .sec2_row {
    flex-direction: column;
    /* 縦並び */
    margin: 60px 0 104px;
    gap: 56px;
    align-items: normal;
  }
  html main .section2 .sec2_row div:first-child {
    border-radius: 0 16px 16px 0;
    width: 110%;
    position: relative;
    left: -10%;
  }
  html main .section2 .sec2_row div:first-child div:last-child {
    padding-left: 0;
  }
  html main .section2 .sec2_row div:last-child {
    text-align: left;
  }
  html main .section2 .sec2_row div:last-child h2 {
    text-align: left;
  }
  html main .section3 div {
    width: 100%;
  }
  html main .section3 div p {
    margin-bottom: 16px;
    text-align: left;
    white-space: wrap;
  }
  html main .section4 {
    margin-left: -16px;
  }
  html main .section4 .company__overview-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
  }
  html main .section4 .company__overview-container a {
    width: 100%;
  }
  html main .section4 .company__overview-container .company__overview-button {
    width: 100%;
    margin: 16px 0;
  }
  html main .section__about {
    margin: 24px auto;
  }
  html main .section__about .about__wrap .about__item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  html main .section__about .about__wrap .about__item .item__box {
    width: 100%;
  }
  html main .section__about .about__wrap .about__item .item__box ul {
    padding: 16px 32px;
  }
  html main .section__about .about__wrap .about__item .about__pic {
    margin-top: 24px;
    width: 100%;
  }
  html main .section__company-about {
    padding: 40px 0;
  }
  html main .company-info-item {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  html main .info-label {
    padding-left: unset;
  }
  html main .info-value {
    margin-left: 5%;
  }
  html main .section__price-info {
    padding: 24px 0px;
  }
  html main .line {
    display: none;
  }
  html main html main .header-text {
    margin: 0 px;
  }
  html main .additional-price-header {
    justify-content: center;
    margin-bottom: 24px;
  }
  html main .tab_content {
    padding: 6vw 5vw;
  }
  html main .tab_content-all {
    flex-direction: column;
    min-width: 270px;
    width: 75vw;
    margin: 0 auto;
  }
  html main .tab_content-all .tab_content01 {
    width: 100%;
  }
  html main .tab_content-all .tab_content02 {
    width: 100%;
  }
  html main #left_content .tab_content02 :first-child {
    display: none;
  }
  html main .price-item li .item-price {
    font-size: var(--SP_s_h3);
  }
  html main .price-item li .item-title {
    width: 60%;
  }
  html main .price-item_box {
    gap: 32px;
  }
  html main .additional-fee-notice p {
    width: auto;
  }
  html main .additional-info-notice {
    padding: 24px 20px;
    margin: 24px 0;
  }
  html main .section__tab {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */