@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;900&family=Roboto:wght@700&display=swap");
/*------
function
-------*/
/*------
base
-------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #574e52;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
body a:hover {
  opacity: 0.7;
  transition: opacity 0.7s ease-out;
}

img {
  max-width: 100%;
}

/*------
layout
-------*/
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.header_wrap {
  position: relative;
  height: 4.375rem;
  border-bottom: 3px solid #f660ab;
}

main {
  padding-top: 4.375rem;
}

.header_logo {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translate(0, -50%);
}
.header_logo img {
  width: 9.375rem;
}
@media screen and (min-width: 1025px) {
  .header_logo img {
    width: 12.5rem;
  }
}

.header_nav {
  display: flex;
  justify-content: end;
  height: 100%;
}

.nav_list-pc {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .nav_list-pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1320px) {
  .nav_list-pc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_list-pc {
    display: none;
  }
}
.nav_list-sp {
  position: relative;
  display: flex;
  justify-content: right;
}
@media screen and (min-width: 1025px) {
  .nav_list-sp {
    display: none;
    align-items: top;
  }
}

.nav_list-item {
  padding: 0 0.75rem;
}
@media screen and (min-width: 1025px) {
  .nav_list-item {
    display: block;
    font-size: 0.8125rem;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1320px) {
  .nav_list-item {
    display: block;
    font-size: 1rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_list-item {
    display: none;
  }
}

.header_contact {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.5rem;
  background-color: #fee8f0;
  color: #333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header_contact {
    display: none;
  }
}

/*下層用*/
.header_logo-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.375rem;
}
.header_logo-center img {
  width: 13.75rem;
}
@media screen and (min-width: 1025px) {
  .header_logo-center img {
    width: 14.375rem;
  }
}

.kv_wrap {
  height: auto;
  background-color: #fff1f6;
  text-align: center;
  margin-bottom: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
}
@media screen and (min-width: 1800px) {
  .kv_wrap {
    height: 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_wrap {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 1800px) {
  .kv_image {
    height: 100%;
    margin-left: 7.5rem;
  }
}

.kv_logo-wrap {
  max-width: 100%;
  position: relative;
}
.kv_logo-wrap .kv_logo-img {
  width: 37.5rem;
  position: absolute;
  top: 160px;
  left: 350px;
}

.separator_pink {
  border: none;
  height: 200px;
  background-image: url("/assets/img/wave_pink.svg");
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .separator_pink {
    display: none;
  }
}

.separator_white {
  border: none;
  height: 200px;
  background-image: url("/assets/img/wave_white.svg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .separator_white {
    display: none;
  }
}

.separator_line-odd {
  position: relative;
  height: 12.5rem;
  margin-top: -12.5rem;
}
.separator_line-odd .separator_line-inner {
  position: absolute;
  border-left: 1px solid #333;
  border-radius: 10px;
  height: 100%;
  left: 50%;
  top: 13.75rem;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .separator_line-odd {
    display: none;
  }
}

.separator_line-even {
  position: relative;
  height: 12.5rem;
  margin-bottom: -5rem;
}
.separator_line-even .separator_line-inner {
  position: absolute;
  border-left: 1px solid #333;
  border-radius: 10px;
  height: 100%;
  left: 50%;
  top: -11.25rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .separator_line-even {
    display: none;
  }
}

.section_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_wrap {
    padding-top: 2.5rem;
  }
}

.section_wrap-pink {
  margin: -0.25rem;
  background-color: #fee8f0;
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .section_wrap-pink {
    padding-top: 2.5rem;
  }
}

.section_contents {
  max-width: 95%;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .section_contents {
    max-width: 1320px;
  }
}

.section_title-h2 {
  position: relative;
  font-size: 2.25rem;
  padding-bottom: 5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_title-h2 {
    font-size: 1.4375rem;
    padding-bottom: 2.5rem;
  }
}
.section_title-h2 .small {
  font-size: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .section_title-h2 .small {
    font-size: 1.125rem;
  }
}
.section_title-h2::after {
  content: "";
  width: 190px;
  height: 8px;
  display: inline-block;
  background-color: #f660ab;
  position: absolute;
  bottom: 26px;
  left: calc(50% - 95px);
  border-radius: 4px;
}
@media screen and (min-width: 1025px) {
  .section_title-h2::after {
    bottom: 60px;
  }
}

.section_title-h3 {
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_title-h3 {
    font-size: 1.3125rem;
  }
}

.section_title-h3.features {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: top;
}
@media screen and (min-width: 1025px) {
  .section_title-h3.features {
    height: 3.75rem;
  }
}

.section_title-text {
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .section_title-text {
    font-size: 1.5rem;
  }
}

/* section flex */
.section_flex-wrap {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .section_flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: initial;
  }
}

/* about */
.section_wrap.about {
  border: none;
  width: initial;
  padding: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .section_wrap.about {
    width: 100%;
    border: 10px solid #fee8f0;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_wrap.about {
    padding-top: 0;
  }
}

.about_logo-text {
  padding-left: 2.5rem;
  display: flex;
  justify-content: left;
  align-items: center;
}

.about_lead {
  line-height: 3;
  border: 10px solid #fee8f0;
  width: 95%;
  margin: 0 auto;
  padding: 2.5rem 0;
  border-radius: 1.875rem;
}
@media screen and (min-width: 1025px) {
  .about_lead {
    border: none;
    width: 100%;
    margin: 0;
    background-color: initial;
  }
}
@media screen and (max-width: 768px) {
  .about_lead {
    line-height: 2;
  }
}

.about_lead-strong {
  display: block;
  color: #f660ab;
  font-size: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .about_lead-strong {
    font-size: 1.125rem;
  }
}

.about_lead-strong.mammo {
  font-size: 2rem;
}

.about_img {
  height: auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .about_img {
    max-width: 100%;
  }
}

.section_flex-inner.about {
  text-align: center;
  padding-top: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .section_flex-inner.about {
    text-align: right;
    padding-top: 0;
  }
}

/* flow */
.flow_img {
  /*width: 80%;*/
  width: 96%;
  margin: 0 auto;
  padding-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .flow_img {
    /*width: 47.8125rem;*/
    max-width: 67.5rem;
  }
}

/* features */
.features_lead {
  text-align: center;
  font-weight: 700;
  padding-bottom: 3.75rem;
}
.features_lead h3 {
  font-size: 1.3125rem;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .features_lead h3 {
    font-size: 1.75rem;
  }
}

.features_list {
  display: block;
}
@media screen and (min-width: 1025px) {
  .features_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}

.features_item {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .features_item {
    width: 49%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .features_item {
    width: 95%;
    margin-bottom: 1.5rem;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
  }
}
.features_item img {
  display: block;
  /*width: 7.5rem;*/
  width:40%;
  max-width:200px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.features_item ul {
  margin-top: 1rem;
  margin-left: 1rem;
  text-align: center;
}
.features_item ul li {
  list-style: none;
}
.features_item ul small {
  display: block;
  margin-top: 1rem;
  text-align: right;
}
.features_item-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
  /*
  &::after{
      content: '';
      width: 120px;
      height: 2px;
      display: inline-block;
      background-color: f.$dark_pink;
      position: absolute;
      bottom: -8px;
      left: calc(50% - 60px);
      border-radius: 2px;
  }
  */
}
@media screen and (max-width: 768px) {
  .features_item-title {
    height: auto;
  }
}

.features_item.last_child {
  margin: 0 auto;
}

.section_list {
  margin-top: 1.5rem;
  list-style: inside;
}

.section_item {
  padding: 0.5rem;
}

/* functions */
.functions_list {
  max-width: 63.75rem;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .functions_list {
    gap: 1rem;
  }
}
.functions_list li {
  width: 40%;
  background-color: #574e52;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  padding: 0.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px) {
  .functions_list li {
    width: 24%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .functions_list li {
    font-size: 0.6875rem;
  }
}

.functions_img {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .functions_img {
    margin-top: 2rem;
  }
}
.functions_img img {
  max-width: 90%;
}

/**composition*/
.section_list.composition li {
  font-size: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .section_list.composition li {
    font-size: 1.125rem;
  }
}

.composition_img {
  width: 80 .composition_img;
}
@media screen and (min-width: 1025px) {
  .composition_img {
    width: 100%;
  }
}

/* case */
.case_img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .case_img {
    width: 64.0625rem;
    padding: 0;
  }
}

.case_relative {
  width: 600px;
  margin: 0 auto;
  position: relative;
  height: auto;
  /*
  .case_text{
      hr{
          margin-top: f.rem(8);
          border: 1px solid;
      }
      font-size: f.rem(16);
      width: f.rem(120);
      text-align: center;
      background-color: #ffffff;
      border-radius: f.rem(10);
      border: 2px solid f.$dark-pink;
      padding: f.rem(10) f.rem(16);
      @include f.min-tab{
          font-size: f.rem(21);
          width: f.rem(190);
          padding: f.rem(10) f.rem(25);
          margin: 0;
      }
  }
  .case_name{
      //font-weight: bold;
  }
  .case_number{
      strong{
          font-size: f.rem(28);
          padding-right: f.rem(8);
      }
  }
  .case_hokkaido{
      position: relative;
      z-index: 20;
      @include f.min-tab{
          position: absolute;
          top: f.rem(-140);
          left: f.rem(500);
      }
  }
  .case_tohoku{
      position: relative;

      @include f.min-tab{
          position: absolute;
          top: f.rem(140);
          right: f.rem(100);
      }
  }
  .case_kanto{
      position: relative;
      @include f.min-tab{
          position: absolute;
          top: f.rem(300);
          right: f.rem(100);
          z-index: 20;
      }
  }
  .case_chugoku{
      position: relative;
      @include f.min-tab{
          position: absolute;
          bottom: f.rem(-260);
          left: f.rem(280);
          z-index: 20;
      }
  }
  .case_kinki{
      position: relative;
      @include f.min-tab{
          position: absolute;
          bottom: f.rem(-220);
          right: f.rem(320);
          z-index: 20;
      }
  }
  .case_chubu{
      position: relative;
      @include f.min-tab{
          position: absolute;
          top: f.rem(80);
          left: f.rem(300);
      }
  }
  .case_kyusyu{
      position: relative;
      @include f.min-tab{
          position: absolute;
          top: f.rem(260);
          left: f.rem(40);
          z-index: 20;
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .case_relative {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .case_relative {
    height: 18.75rem;
    width: 64.0625rem;
  }
}
.case_relative img {
  width: 37.5rem;
}
@media screen and (max-width: 768px) {
  .case_relative img {
    width: 100%;
    padding-top: 1rem;
  }
}

.case_flex-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}
@media screen and (min-width: 1025px) {
  .case_flex-tab {
    height: 18.75rem;
    position: relative;
    display: block;
    width: auto;
  }
}
.case_flex-tab div {
  width: 40% !important;
}
/* contact*/
.section_contents.contact {
  position: relative;
  padding-top: 20rem;
}

.contact_contents-wrap {
  position: absolute;
  bottom: -4.375rem;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fee8f0;
  border-radius: 20px;
  max-width: 64.0625rem;
  padding: 3.75rem 2.5rem;
  z-index: 100;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact_contents-wrap {
    max-width: 95%;
    padding: 2.5rem 0rem;
  }
}

.contact_button {
  background-color: #f660ab;
  font-size: 1.625rem;
  padding: 1rem 3.75rem;
  color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .contact_button {
    font-size: 1.125rem;
    padding: 0.75rem 1.875rem;
  }
}

.content_text {
  margin-top: 2.5rem;
}

.content_text-mail {
  padding-top: 1.5rem;
}
.content_text-mail p {
  margin-top: 0.5rem;
}
.content_text-mail a {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .content_text-mail a {
    font-size: 0.875rem;
  }
}

/* footer */
footer {
  background-color: #f1f2f1;
  font-size: 0.75rem;
}
footer hr {
  margin: 0 1.5rem;
}

.footer_wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 1.5rem;
}
.footer_wrap small {
  padding-top: 1rem;
  display: block;
  text-align: center;
}

.footer_totec {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5rem;
  padding: 0 1.5rem;
  padding-bottom: 2rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer_totec {
    display: block;
    width: 95%;
    text-align: center;
    margin: 0 auto;
    font-size: inherit;
  }
}

.footer_totec-address {
  padding: 2rem 2.5rem;
}
.footer_totec-address p {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.footer_totec-address div {
  display: flex;
  gap: 0.5rem;
  padding: 0.125rem 0;
}
@media screen and (max-width: 768px) {
  .footer_totec-address div {
    gap: 0.75rem;
  }
}
.footer_totec-address div dt {
  width: 90px;
}

.footer_globallink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .footer_globallink {
    width: 95%;
    margin: 0 auto;
    padding-top: 2.5rem;
  }
}
.footer_globallink li {
  padding: 0 1.5rem;
  border-left: 0.5px solid;
  border-color: rgba(159, 159, 159, 0.85);
}
.footer_globallink li + li {
  border-left: 0.5px solid;
  border-color: rgba(159, 159, 159, 0.85);
}

.footer_totec-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer_totec-nav {
    flex-wrap: wrap;
  }
}
.footer_totec-nav li {
  text-align: center;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer_totec-nav li {
    padding: 0.5rem 0;
    width: calc(50% - 22px);
  }
}

/* inquiry */
.page_header {
  height: 7.5rem;
  width: 100%;
  background-color: #fee8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_header h2 {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 3px;
}
.page_header h2 small {
  display: block;
  text-align: center;
  font-size: 0.875rem;
}

.section_wrap.inquiry {
  max-width: 1320px;
  margin: 0 auto;
  padding: 5rem;
}

/*thanks*/
.thanks_title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.thanks_button {
  text-align: center;
  margin-top: 5rem;
}
.thanks_button span {
  background-color: #f660ab;
  font-size: 1.625rem;
  padding: 1rem 3.75rem;
  color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .thanks_button span {
    font-size: 1rem;
  }
}

.thanks_text {
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2;
}

/* utility */
.relative {
  position: relative;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right !important;
}

.text_pink {
  color: #f660ab;
}

/* margin */
.tab-mb64 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .tab-mb64 {
    padding-bottom: 0;
  }
}

/*padding*/
.pb-20 {
  padding-bottom: 1.25rem;
}

/* sp menu */
.spmenu {
  position: absolute;
  top: -90px;
  right: -15px;
  z-index: 999;
}
.spmenu nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: #fee8f0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(250px);
  transition: all 0.5s;
}
.spmenu nav.open {
  transform: translateZ(0);
}
.spmenu nav li {
  text-align: center;
  padding: 10px 0;
}
.spmenu nav li span {
  color: #fff !important;
}

.nav_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_sp {
    display: block;
  }
}

.sp-button-wrap {
  margin-top: 32px;
  margin-right: 24px;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .sp-button-wrap {
    display: none;
  }
}

.js-sp-button {
  position: relative;
  background: #f660ab;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-left: auto;
  z-index: 100 !important;
}

/*ボタン内側*/
.js-sp-button span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.js-sp-button span:nth-of-type(1) {
  top: 15px;
}

.js-sp-button span:nth-of-type(2) {
  top: 23px;
}

.js-sp-button span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.js-sp-button.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.js-sp-button.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.js-sp-button.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}