@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

.sp {
  display: none !important;
}

.pad {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  line-height: 1.7;
}

p {
  margin: 0;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

html #wpadminbar {
  display: none;
}

.fadeinElem {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.fadeinElem.toUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}

.fadeinElem.show {
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.fixed_btn_box {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 19px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  pointer-events: none;
}

.fixed_btn_box .btn1 {
  width: 171px;
  height: 43px;
  background-color: #fff;
  border: 1px solid #06B5AF;
  color: #06B5AF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}

.fixed_btn_box .btn2 {
  width: 138px;
  height: 43px;
  background-color: #06B5AF;
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.fixed_btn_box .btn2 img {
  width: 20px;
  margin-right: 10px;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

header .inner {
  width: 100%;
  padding: 18px 24px 17px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .inner .logo h1 {
  width: 200px;
}

header .inner .logo p {
  font-size: 14px;
  color: #06B5AF;
  margin-left: 25px;
  pointer-events: none;
}

header .inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .right .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .right .nav_list li {
  margin-left: 11px;
}

header .inner .right .nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  border-radius: 4px;
}

header .inner .right .nav_list li .cta {
  width: 171px;
  border: 1px solid #06B5AF;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #fff;
}

header .inner .right .nav_list li .cta p {
  font-size: 16px;
  font-weight: 500;
  color: #06B5AF;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .nav_list li .cta:hover {
  background-color: #06B5AF;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .nav_list li .cta:hover p {
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .nav_list li .line {
  width: 138px;
  position: relative;
  background-color: #06B5AF;
  border: 1px solid #06B5AF;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .nav_list li .line img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .nav_list li .line .white {
  opacity: 1;
}

header .inner .right .nav_list li .line .green {
  opacity: 0;
}

header .inner .right .nav_list li .line p {
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding-left: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .nav_list li .line:hover {
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .nav_list li .line:hover .white {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .nav_list li .line:hover .green {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .nav_list li .line:hover p {
  color: #06B5AF;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .right .c-button {
  display: block;
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: unset;
  cursor: pointer;
  margin-left: 13px;
}

header .inner .right .p-hamburger {
  width: 45px;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 110;
}

header .inner .right .p-hamburger__line {
  position: absolute;
  top: 55%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0;
  width: 33px;
  height: 3.5px;
  background-color: #06B5AF;
  -webkit-transition: inherit;
  transition: inherit;
  outline: none;
  z-index: 11;
}

header .inner .right .under-button__line {
  background-color: #06B5AF;
}

header .inner .right .p-hamburger__line::before,
header .inner .right .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

header .inner .right .p-hamburger__line::before {
  top: -11px;
}

header .inner .right .p-hamburger__line::after {
  top: 0px;
}

header .inner .right .p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

header .inner .right .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
header .inner .right .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: -5px;
  background-color: #06B5AF;
}

header .inner .right .p-hamburger[aria-expanded="true"] .under-button__line::before,
header .inner .right .p-hamburger[aria-expanded="true"] .under-button__line::after {
  top: -5px;
  background-color: #06B5AF;
}

header .inner .right .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .inner .right .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .inner .right *:focus {
  outline: none;
}

header .hamburger-menu {
  display: block;
  position: fixed;
  right: -100%;
  top: 0%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 99;
  height: 100vh;
  overflow: scroll;
  background-image: url(../images/humb_mainbg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header .hamburger-menu .inner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .hamburger-menu .inner_content .img_box {
  width: 44%;
  height: 100vh;
  position: relative;
}

header .hamburger-menu .inner_content .img_box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .hamburger-menu .inner_content .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .hamburger-menu .inner_content .content .humb_nav_list li a {
  font-size: 18px;
  color: #333333;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 30px;
  line-height: 1.4;
  -webkit-transition: .2s;
  transition: .2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .hamburger-menu .inner_content .content .humb_nav_list li a:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

header .hamburger-menu .inner_content .content .humb_nav_list li .parent {
  margin-bottom: 7px;
}

header .hamburger-menu .inner_content .content .humb_nav_list li .child {
  margin-bottom: 7px;
  margin-left: 20px;
}

header .hamburger-menu .inner_content .content .humb_nav_list li .child2 {
  margin-bottom: 30px;
}

header .hamburger-menu .inner_content .content .common_btn1 {
  width: 311px;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 10px;
}

header .hamburger-menu .inner_content .content .common_btn2 {
  width: 311px;
  height: 42px;
}

header .hamburger-menu .inner_content .content .common_btn2 img {
  left: 105px;
}

header .active-slide {
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.common_btn1 {
  border: 1px solid #06B5AF;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.common_btn1 p {
  font-size: 16px;
  font-weight: 500;
  color: #06B5AF;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.common_btn1:hover {
  background-color: #06B5AF;
  -webkit-transition: .3s;
  transition: .3s;
}

.common_btn1:hover p {
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.common_btn2 {
  position: relative;
  background-color: #06B5AF;
  border: 1px solid #06B5AF;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.common_btn2 img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.common_btn2 .white {
  opacity: 1;
}

.common_btn2 .green {
  opacity: 0;
}

.common_btn2 p {
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding-left: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.common_btn2:hover {
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.common_btn2:hover .white {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.common_btn2:hover .green {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.common_btn2:hover p {
  color: #06B5AF;
  -webkit-transition: .3s;
  transition: .3s;
}

.title_logo {
  width: 64px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.common_subtitle {
  font-size: 14px;
  color: #06B5AF;
  text-align: center;
  font-family: 'Amiri', serif;
  font-style: italic;
  margin-bottom: 10px;
}

.common_title {
  font-size: 44px;
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
  letter-spacing: 0.1em;
}

.common_title span {
  color: #06B5AF;
}

.common_contact_sec {
  background-color: #06B5AF;
  padding: 60px 0 62px;
}

.common_contact_sec .first_title {
  font-size: 32px;
  font-weight: 500;
  color: white;
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
  margin-bottom: 20px;
}

.common_contact_sec .first_title span {
  font-size: 24px;
}

.common_contact_sec .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common_contact_sec .btn_box a {
  margin: 0 6.5px;
  border: none;
}

.common_contact_sec .btn_box a:hover {
  background-color: #54837D;
}

.common_contact_sec .btn_box .common_btn1 {
  width: 300px;
  height: 74px;
  border-radius: 7px;
}

.common_contact_sec .btn_box .common_btn1 p {
  font-size: 27px;
  font-weight: 500;
}

.common_contact_sec .btn_box .common_btn2 {
  width: 300px;
  height: 74px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 7px;
}

.common_contact_sec .btn_box .common_btn2 p {
  color: #06B5AF;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 27px;
  font-weight: 500;
}

.common_contact_sec .btn_box .common_btn2 img {
  width: 34px;
  left: 65px;
  -webkit-transition: .3s;
  transition: .3s;
}

.common_contact_sec .btn_box .common_btn2 .white {
  opacity: 0;
}

.common_contact_sec .btn_box .common_btn2 .green {
  opacity: 1;
}

.common_contact_sec .btn_box .common_btn2:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

.common_contact_sec .btn_box .common_btn2:hover p {
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.common_contact_sec .btn_box .common_btn2:hover img {
  -webkit-transition: .3s;
  transition: .3s;
}

.common_contact_sec .btn_box .common_btn2:hover .white {
  opacity: 1;
}

.common_contact_sec .btn_box .common_btn2:hover .green {
  opacity: 0;
}

.home main {
  padding-top: 80px;
}

.home main .fv {
  width: 100%;
}

.home main .sec1 {
  background-image: url(../images/sec1_bg.jpg);
  background-size: contain;
  background-position: center;
  padding-bottom: 100px;
  padding-top: 100px;
}

.home main .sec1 .first_img_box {
  width: 790px;
  margin: 0 auto;
  margin-top: 50px;
  padding-left: 40px;
  margin-bottom: 40px;
}

.home main .sec1 .arrow {
  width: 18px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.home main .sec1 .box {
  width: 78%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home main .sec1 .box .img_box {
  width: 49%;
}

.home main .sec1 .box .content {
  width: 44%;
  position: relative;
  padding-top: 60px;
}

.home main .sec1 .box .content .label {
  width: 9.8vw;
  max-width: 140px;
  position: absolute;
  top: 10px;
  left: -5px;
  background-color: #06B5AF;
  font-size: min(2.2vw, 31px);
  color: white;
  font-family: 'Zen Old Mincho', serif;
  padding: 3px 0 5px;
  line-height: 1;
  text-align: center;
  -webkit-transform: rotate(-6.9deg);
          transform: rotate(-6.9deg);
}

.home main .sec1 .box .content h3 {
  font-size: min(2.8vw, 40px);
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 35px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.home main .sec1 .box .content h3 span {
  color: #06B5AF;
}

.home main .sec1 .box .content .text {
  font-size: 16px;
  color: #333333;
}

.home main .sec2 {
  padding-top: 100px;
  padding-bottom: 50px;
  background: linear-gradient(125deg, #DEF1EF 0px, #F0FAF9 50%, #E9FFFD 60%, #D3EEEB 100%);
}

.home main .sec2 .box {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home main .sec2 .box .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 35px;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home main .sec2 .box .item .title_box {
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home main .sec2 .box .item .title_box h3 {
  font-size: min(1.7vw, 24px);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.home main .sec2 .box .item .title_box h3 span {
  font-size: 16px;
  font-weight: 400;
}

.home main .sec2 .box .item .title_box .subtitle {
  line-height: 1.3;
}

.home main .sec2 .box .item .img_box {
  width: 100%;
  margin-bottom: 21px;
}

.home main .sec2 .box .item .cate {
  width: 76px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
  background-color: #06B5AF;
  margin-bottom: 10px;
  line-height: 1;
}

.home main .sec2 .box .item .title {
  font-size: min(1.2vw, 16px);
  font-weight: 500;
  margin-bottom: 20px;
}

.home main .sec2 .box .item .text {
  font-size: min(1.2vw, 16px);
}

.home main .sec2 .box .item:nth-of-type(3) {
  margin-right: 0;
}

.home main .sec2 .box .item:last-child {
  margin-right: 0;
}

.home main .sec3 {
  padding-top: 115px;
  padding-bottom: 67px;
}

.home main .sec3 .first_title {
  font-size: 32px;
  font-family: 'Zen Old Mincho', serif;
  color: white;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 18px;
  background-color: #06B5AF;
  -webkit-transform: rotate(-2.8deg);
          transform: rotate(-2.8deg);
  margin-bottom: 40px;
  line-height: 1;
}

.home main .sec3 h2 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.1em;
}

.home main .sec3 h2 span {
  font-size: 40px;
  color: #06B5AF;
}

.home main .sec3 .img_box {
  width: 875px;
  margin: 0 auto;
}

.home main .sec4 {
  background-image: url(../images/sec4_bg.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 160px;
}

.home main .sec4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #EDF9F7 0px, #EDF9F7 90%, rgba(237, 249, 247, 0.7) 95%, rgba(237, 249, 247, 0) 100%);
}

.home main .sec4 .container {
  position: relative;
  width: 84%;
  margin: 0 auto;
  min-width: 950px;
  max-width: 1200px;
  background-color: #fff;
  padding: 100px 0;
}

.home main .sec4 .container .inner {
  width: 83%;
  min-width: 850px;
  margin: 0 auto;
}

.home main .sec4 .container .inner h2 {
  margin-bottom: 80px;
}

.home main .sec4 .container .inner .menu_num {
  font-size: 14px;
  color: #06B5AF;
  font-family: 'Amiri', serif;
  font-style: italic;
  margin-bottom: 5px;
}

.home main .sec4 .container .inner .menu {
  font-size: 32px;
  color: #06B5AF;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 16px;
}

.home main .sec4 .container .inner .first_text {
  font-size: 20px;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 40px;
}

.home main .sec4 .container .inner .content {
  width: 100%;
  background-color: #FBFBFB;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home main .sec4 .container .inner .content .cate {
  font-size: 14px;
  font-weight: 700;
  color: white;
  padding: 2px 10px;
  background-color: #06B5AF;
  border-radius: 20px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home main .sec4 .container .inner .content .left {
  width: 60%;
}

.home main .sec4 .container .inner .content .left .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  border-top: 1px solid #06B5AF;
  min-height: 48px;
}

.home main .sec4 .container .inner .content .left .item .title {
  width: 110px;
  font-size: 14px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home main .sec4 .container .inner .content .left .item .bd {
  width: 1px;
  height: 32px;
  background-color: #06B5AF;
}

.home main .sec4 .container .inner .content .left .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.home main .sec4 .container .inner .content .left .item .text span {
  font-size: 12px;
}

.home main .sec4 .container .inner .content .left .item:last-child {
  border-bottom: 1px solid #06B5AF;
}

.home main .sec4 .container .inner .content .right {
  width: 38%;
}

.home main .sec4 .container .inner .content .right .title {
  font-size: 14px;
  color: #06B5AF;
  margin-bottom: 7px;
}

.home main .sec4 .container .inner .content .right .arrow1 {
  width: 8px;
  margin-left: 13px;
  margin-bottom: 7px;
}

.home main .sec4 .container .inner .content .right .title2 {
  margin-bottom: 20px;
}

.home main .sec4 .container .inner .content .right .text2 {
  font-size: 14px;
  line-height: 1.5;
  margin-left: 34px;
  position: relative;
  margin-bottom: 20px;
}

.home main .sec4 .container .inner .content .right .text2 img {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8px;
}

.home main .sec4 .container .inner .content .right .text {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.home main .sec4 .container .inner .content1 {
  margin-bottom: 80px;
}

.home main .sec4 .container .inner .content2 {
  width: 630px;
  margin: 0 auto;
}

.home main .sec4 .container .inner .content2 .left {
  width: 100%;
}

.home main .sec4 .container .inner .content2 .left .cate {
  border-radius: 0;
}

.home main .sec4 .box {
  position: relative;
  background-color: #fff;
  margin-top: 180px;
  height: 375px;
}

.home main .sec4 .box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 84%;
  max-width: 1200px;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.home main .sec4 .box .inner .img_box {
  width: 20%;
  min-width: 200px;
}

.home main .sec4 .box .inner .text_box {
  width: 74%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(6, 181, 175, 0.1);
          box-shadow: 0 4px 20px rgba(6, 181, 175, 0.1);
  padding-top: 85px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home main .sec4 .box .inner .text_box .logo {
  width: 140px;
  position: absolute;
  top: -23px;
  left: -27px;
}

.home main .sec4 .box .inner .text_box p {
  width: 77%;
  margin: 0 auto;
  font-size: min(1.25vw, 18px);
  line-height: 1.6;
  white-space: nowrap;
}

.home main .sec4 .box .inner .text_box p span {
  font-weight: 700;
  color: #06B5AF;
}

.home main .sec5 {
  padding-top: 100px;
  position: relative;
  background: linear-gradient(125deg, #DEF1EF 0%, #F0FAF9 30%, #E0F2F0 66%, #FAFFFE 100%);
}

.home main .sec5 .box {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home main .sec5 .box .item {
  width: 31%;
}

.home main .sec5 .box .item .num {
  font-size: 50px;
  text-align: center;
  color: #06B5AF;
  margin-bottom: 20px;
  font-family: 'EB Garamond', serif;
  line-height: 1.2;
}

.home main .sec5 .box .item .img_box {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.home main .sec5 .box .item .title {
  font-size: min(1.7vw, 24px);
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}

.home main .sec5 .box .item .text {
  font-size: 16px;
  line-height: 1.8;
}

.home main .sec5 .img_box {
  width: 100%;
}

.home main .sec6 {
  padding-bottom: 100px;
  background: linear-gradient(125deg, #DCEDF5 0%, #A5E0E0 45%, #E4F2F2 100%);
}

.home main .sec6 h2 {
  font-size: 44px;
  padding-top: 100px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: 'Zen Old Mincho', serif;
  padding-bottom: 80px;
  line-height: 1.3;
  background-image: url(../images/sec6_title_bg.png);
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 630px;
}

.home main .sec6 h2 span {
  font-size: 32px;
}

.home main .sec6 .box {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home main .sec6 .box .img_box {
  width: 53%;
}

.home main .sec6 .box .right {
  width: 43%;
}

.home main .sec6 .box .right .title {
  font-size: 24px;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 20px;
}

.home main .sec6 .box .right .text {
  font-size: 16px;
}

.home main .sec6 .content {
  width: 995px;
  margin: 0 auto;
  position: relative;
  border-left: 2px solid #06B5AF;
  border-right: 2px solid #06B5AF;
  border-bottom: 2px solid #06B5AF;
}

.home main .sec6 .content .bd_l {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 2px;
  background-color: #06B5AF;
}

.home main .sec6 .content .bd_r {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 2px;
  background-color: #06B5AF;
}

.home main .sec6 .content h3 {
  font-size: 32px;
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.home main .sec6 .content .inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 58px;
}

.home main .sec6 .content .inner .box2 {
  width: 100%;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home main .sec6 .content .inner .box2 .item {
  margin-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home main .sec6 .content .inner .box2 .item .logo {
  width: 24px;
  margin-right: 14px;
}

.home main .sec6 .content .inner .box2 .item p {
  font-size: 16px;
}

.home main .sec7 {
  padding: 100px 0 40px;
}

.home main .sec7 .box {
  width: 84%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

.home main .sec7 .box .item {
  width: 31%;
  margin-bottom: 60px;
}

.home main .sec7 .box .item .img_box {
  width: 100%;
  margin-bottom: 20px;
}

.home main .sec7 .box .item .subtitle {
  font-size: 14px;
  color: #06B5AF;
  font-family: 'Amiri', serif;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1;
}

.home main .sec7 .box .item .title {
  font-size: min(2.3vw, 32px);
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.3;
}

.home main .sec7 .box .item .text {
  font-size: 16px;
}

.home main .sec8 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home main .sec8 .box .img_box {
  width: 42%;
}

.home main .sec8 .box .content {
  width: 58%;
  padding-left: 3.8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home main .sec8 .box .content .common_title {
  margin-bottom: 50px;
}

.home main .sec8 .box .content .item {
  width: 85%;
  min-width: 500px;
  border-bottom: 1px solid #CFCFCF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home main .sec8 .box .content .item .text {
  font-size: min(1.4vw, 20px);
  font-family: 'Zen Old Mincho', serif;
  padding-top: 40px;
}

.home main .sec8 .box .content .item .text span {
  font-size: 16px;
}

.home main .sec8 .box .content .item .price_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home main .sec8 .box .content .item .price_box .price {
  height: 100%;
  height: 6.5vw;
  max-height: 95px;
}

.home main .sec8 .box .content .item .price_box .price img {
  height: 100%;
  width: auto;
  margin-left: auto;
}

.home main .sec8 .box .content .item .price_box .price_text {
  font-size: min(4.6vw, 65px);
  color: #FF5454;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.3;
  text-align: right;
}

.home main .sec8 .box .content .item .price_box .text {
  font-size: min(1.12vw, 16px);
  font-family: 'Zen Old Mincho', serif;
  padding-bottom: 20px;
  padding-top: 0;
}

.home main .sec8 .detail_content {
  background-color: #EDF9F7;
  padding: 80px 0;
}

.home main .sec8 .detail_content .box2 {
  width: 935px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home main .sec8 .detail_content .box2 .left {
  width: 51%;
}

.home main .sec8 .detail_content .box2 .left .p1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #06B5AF;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.home main .sec8 .detail_content .box2 .left .name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.home main .sec8 .detail_content .box2 .left .name_box .name {
  font-size: 24px;
  line-height: 1;
  font-family: 'Zen Old Mincho', serif;
  margin-right: 15px;
  letter-spacing: 0.1em;
}

.home main .sec8 .detail_content .box2 .left .name_box .name_en {
  font-size: 12px;
  font-family: 'EB Garamond', serif;
  line-height: 1;
}

.home main .sec8 .detail_content .box2 .left .title {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  border-left: 1px solid #06B5AF;
  margin-bottom: 8px;
  margin-top: 20px;
  line-height: 1;
}

.home main .sec8 .detail_content .box2 .left .text {
  font-size: 14px;
  line-height: 1.8;
}

.home main .sec8 .detail_content .box2 .left .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home main .sec8 .detail_content .box2 .left .text_box .text {
  width: 50%;
}

.home main .sec8 .detail_content .box2 .left .last_text {
  margin-top: 35px;
  font-size: 16px;
}

.home main .sec8 .detail_content .box2 .right {
  width: 43%;
}

.home main .sec9 {
  padding: 100px 0 95px;
}

.home main .sec9 h2 {
  margin-bottom: 110px;
}

.home main .sec9 .qa_drop {
  width: 84%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 62px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F4FCFB;
  margin-bottom: 30px;
}

.home main .sec9 .qa_drop .title_box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home main .sec9 .qa_drop .title_box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home main .sec9 .qa_drop .title_box .left .q {
  font-size: 20px;
  color: #06B5AF;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  border: 1px solid #06B5AF;
  background-color: #fff;
  color: #06B5AF;
  margin-right: 20px;
  padding-bottom: 4px;
  padding-right: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home main .sec9 .qa_drop .title_box .left .title {
  font-size: 20px;
}

.home main .sec9 .qa_drop .title_box .arrow {
  width: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.home main .sec9 .qa_drop .title_box .arrow.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.home main .sec9 .qa_drop .answer {
  padding-top: 20px;
  padding-left: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.home main .sec9 .qa_drop .answer .box .text {
  font-size: 16px;
}

footer {
  padding-top: 60px;
  padding-bottom: 65px;
}

footer .inner {
  width: 84%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .inner .left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .inner .left .logo {
  width: 275px;
  margin-bottom: 45px;
}

footer .inner .left .text {
  font-size: 16px;
}

footer .inner .left .text span {
  font-weight: 700;
}

footer .inner .right {
  width: 57%;
}

footer .inner .right iframe {
  width: 100%;
  height: 457px;
  margin-bottom: 10px;
}

footer .inner .right .copyright {
  text-align: right;
  font-size: 16px;
}

footer .inner .right .copyright a {
  color: #333;
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline;
}

@media screen and (max-width: 1025px) {
  .pad {
    display: block !important;
  }
  .no_pad {
    display: none;
  }
  .common_title {
    font-size: min(6.4vw, 24px);
  }
  .common_contact_sec {
    padding: 50px 0;
  }
  .common_contact_sec .first_title {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.4;
  }
  .common_contact_sec .first_title span {
    font-size: 20px;
  }
  .common_contact_sec .btn_box {
    display: block;
  }
  .common_contact_sec .btn_box a {
    margin: 0 auto;
    width: 300px;
  }
  .common_contact_sec .btn_box .common_btn1 {
    margin-bottom: 15px;
  }
  .common_contact_sec .btn_box .common_btn1 p {
    font-size: 24px;
  }
  .common_contact_sec .btn_box .common_btn2 p {
    font-size: 24px;
  }
  .common_contact_sec .btn_box .common_btn2 img {
    left: 74px;
  }
  .home main .sec1 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .home main .sec1 .first_img_box {
    width: 70%;
    margin-top: 40px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .home main .sec1 .arrow {
    margin-bottom: 30px;
  }
  .home main .sec1 .box {
    width: 90%;
  }
  .home main .sec1 .box .content {
    width: 46%;
    padding-top: 50px;
  }
  .home main .sec1 .box .content .label {
    width: 100px;
    font-size: 22px;
  }
  .home main .sec1 .box .content h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .home main .sec2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .home main .sec2 .box {
    width: 90%;
    margin-top: 55px;
  }
  .home main .sec2 .box .item {
    width: 48%;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .home main .sec2 .box .item .title_box {
    height: 98px;
  }
  .home main .sec2 .box .item .title_box h3 {
    font-size: 20px;
  }
  .home main .sec2 .box .item .title_box h3 span {
    font-size: 14px;
  }
  .home main .sec2 .box .item .cate {
    width: 66px;
  }
  .home main .sec2 .box .item .title {
    font-size: 16px;
  }
  .home main .sec2 .box .item .text {
    font-size: 16px;
  }
  .home main .sec2 .box .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .home main .sec2 .box .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .home main .sec2 .box .item:last-child {
    margin-right: 0;
  }
  .home main .sec3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home main .sec3 .first_title {
    font-size: 24px;
    padding: 9px 13px;
    margin-bottom: 30px;
  }
  .home main .sec3 h2 {
    font-size: 20px;
  }
  .home main .sec3 h2 span {
    font-size: 24px;
  }
  .home main .sec3 .img_box {
    width: 80%;
  }
  .home main .sec4 {
    padding-top: 147px;
  }
  .home main .sec4 .container {
    width: 90%;
    min-width: unset;
    padding: 40px 0;
  }
  .home main .sec4 .container .inner {
    width: 90%;
    min-width: unset;
  }
  .home main .sec4 .container .inner h2 {
    margin-bottom: 40px;
  }
  .home main .sec4 .container .inner .menu {
    font-size: 24px;
  }
  .home main .sec4 .container .inner .first_text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .home main .sec4 .container .inner .content {
    padding: 15px;
    display: block;
  }
  .home main .sec4 .container .inner .content .cate {
    font-size: 14px;
  }
  .home main .sec4 .container .inner .content .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .home main .sec4 .container .inner .content .left .item {
    display: block;
    padding: 15px 10px;
    min-height: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home main .sec4 .container .inner .content .left .item .title {
    width: 100%;
    padding-left: 0;
    margin-bottom: 7px;
  }
  .home main .sec4 .container .inner .content .left .item .bd {
    display: none;
  }
  .home main .sec4 .container .inner .content .left .item .text {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .home main .sec4 .container .inner .content .right {
    width: 100%;
  }
  .home main .sec4 .container .inner .content .right .title2 {
    margin-bottom: 8px;
  }
  .home main .sec4 .container .inner .content .right .arrow1 {
    width: 6px;
  }
  .home main .sec4 .container .inner .content .right .text2 {
    margin-left: 30px;
    margin-bottom: 11px;
  }
  .home main .sec4 .container .inner .content .right .text2 img {
    width: 6px;
    left: -16px;
  }
  .home main .sec4 .container .inner .content .right .text {
    margin-left: 0px;
  }
  .home main .sec4 .container .inner .content1 {
    margin-bottom: 40px;
  }
  .home main .sec4 .container .inner .content2 {
    width: 100%;
  }
  .home main .sec4 .box {
    height: 300px;
  }
  .home main .sec4 .box .inner {
    width: 90%;
    padding-left: 0px;
    top: -120px;
  }
  .home main .sec4 .box .inner .img_box {
    min-width: unset;
  }
  .home main .sec4 .box .inner .text_box {
    padding-top: 60px;
  }
  .home main .sec4 .box .inner .text_box p {
    width: 90%;
    font-size: 18px;
    white-space: unset;
  }
  .home main .sec5 {
    padding-top: 60px;
  }
  .home main .sec5 .box {
    width: 90%;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .home main .sec5 .box .item {
    width: 32%;
    margin-bottom: 20px;
  }
  .home main .sec5 .box .item .title {
    font-size: min(2.1vw, 24px);
  }
  .home main .sec6 {
    padding-bottom: 60px;
  }
  .home main .sec6 h2 {
    font-size: 32px;
    padding-top: 60px;
    padding-bottom: 40px;
    background-size: 80%;
  }
  .home main .sec6 h2 span {
    font-size: 20px;
  }
  .home main .sec6 .box {
    width: 90%;
    margin-bottom: 60px;
    display: block;
  }
  .home main .sec6 .box .img_box {
    width: 100%;
  }
  .home main .sec6 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .home main .sec6 .content {
    width: 90%;
  }
  .home main .sec6 .content .bd_l {
    width: 15vw;
  }
  .home main .sec6 .content .bd_r {
    width: 15vw;
  }
  .home main .sec6 .content h3 {
    font-size: 24px;
  }
  .home main .sec6 .content .inner {
    padding-top: 65px;
  }
  .home main .sec6 .content .inner .box2 .item {
    margin-bottom: 20px;
  }
  .home main .sec7 {
    padding: 60px 0 30px;
  }
  .home main .sec7 .box {
    width: 90%;
    margin-top: 40px;
  }
  .home main .sec7 .box .item {
    width: 48%;
    margin-bottom: 30px;
  }
  .home main .sec7 .box .item .img_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .home main .sec7 .box .item .title {
    font-size: 24px;
  }
  .home main .sec8 .box .content {
    padding-left: 5%;
  }
  .home main .sec8 .box .content .common_title {
    margin-bottom: 10px;
  }
  .home main .sec8 .box .content .item {
    width: 90%;
    min-width: unset;
  }
  .home main .sec8 .box .content .item .text {
    font-size: 15px;
    padding-top: 15px;
  }
  .home main .sec8 .box .content .item .text span {
    font-size: 10px;
  }
  .home main .sec8 .detail_content {
    padding: 60px 0;
  }
  .home main .sec8 .detail_content .box2 {
    width: 90%;
  }
  .home main .sec8 .detail_content .box2 .left .text_box {
    display: block;
  }
  .home main .sec8 .detail_content .box2 .left .text_box .text {
    width: 100%;
  }
  .home main .sec8 .detail_content .box2 .left .last_text {
    margin-top: 20px;
    white-space: nowrap;
  }
  .home main .sec8 .detail_content .box2 .right {
    width: 60%;
  }
  .home main .sec9 {
    padding: 60px 0 60px;
  }
  .home main .sec9 h2 {
    margin-bottom: 40px;
  }
  .home main .sec9 .qa_drop {
    width: 90%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .home main .sec9 .qa_drop .title_box .left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home main .sec9 .qa_drop .title_box .left .q {
    font-size: 14px;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    padding-bottom: 2px;
  }
  .home main .sec9 .qa_drop .title_box .left .title {
    font-size: 18px;
    line-height: 1.6;
  }
  .home main .sec9 .qa_drop .answer {
    padding-top: 12px;
    padding-left: 35px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .inner {
    width: 90%;
  }
  footer .inner .left .logo {
    width: 200px;
    margin-bottom: 38px;
  }
  footer .inner .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .inner .right iframe {
    height: 300px;
  }
  footer .inner .right .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc {
    display: none !important;
  }
  .fixed_btn_box {
    opacity: 1;
    pointer-events: unset;
  }
  header .inner {
    padding: 4px 10px 4px 10px;
    z-index: 100;
    position: relative;
    background-color: #fff;
  }
  header .inner .logo h1 {
    width: 140px;
  }
  header .inner .logo p {
    font-size: 10px;
    margin-left: 15px;
  }
  header .inner .right .nav_list {
    display: none;
  }
  header .inner .right .p-hamburger {
    width: 35px;
    height: 35px;
  }
  header .inner .right .p-hamburger__line {
    top: 61%;
  }
  header .hamburger-menu {
    padding-bottom: 28px;
  }
  header .hamburger-menu .inner_content {
    padding-top: 125px;
  }
  header .hamburger-menu .inner_content .img_box {
    display: none;
  }
  header .hamburger-menu .inner_content .content {
    width: 100%;
    padding-left: 0;
  }
  header .hamburger-menu .inner_content .content .humb_nav_list {
    width: 75%;
    margin: 0 auto;
    min-width: 280px;
  }
  header .hamburger-menu .inner_content .content .humb_nav_list li a {
    font-size: 16px;
    margin-bottom: 20px;
  }
  header .hamburger-menu .inner_content .content .humb_nav_list li .parent {
    margin-bottom: 10px;
  }
  header .hamburger-menu .inner_content .content .humb_nav_list li .child {
    margin-bottom: 10px;
    margin-left: 20px;
  }
  header .hamburger-menu .inner_content .content .humb_nav_list li .child2 {
    margin-bottom: 20px;
  }
  header .hamburger-menu .inner_content .content .common_btn1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
  }
  header .hamburger-menu .inner_content .content .common_btn2 {
    margin-left: auto;
    margin-right: auto;
  }
  .home main {
    padding-top: 43px;
  }
  .home main .sec1 {
    padding-bottom: 40px;
    padding-top: 40px;
    background-image: url(../images/sec1_bg_sp.jpg);
  }
  .home main .sec1 .first_img_box {
    margin-top: 40px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .home main .sec1 .arrow {
    margin-bottom: 20px;
  }
  .home main .sec1 .box .content {
    width: 100%;
    padding-top: 70px;
  }
  .home main .sec1 .box .content h3 {
    font-size: min(7.5vw, 28px);
  }
  .home main .sec1 .box .content .label {
    width: 140px;
    font-size: 30px;
  }
  .home main .sec1 .box .content .img_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .home main .sec2 {
    padding-top: 40px;
  }
  .home main .sec2 .box {
    display: block;
  }
  .home main .sec2 .box .item {
    width: 100%;
    border-radius: 20px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
  .home main .sec3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home main .sec3 h2 {
    font-size: 19px;
    font-size: min(5vw, 19px);
  }
  .home main .sec3 h2 span {
    font-size: min(6.4vw, 24px);
  }
  .home main .sec3 .img_box {
    width: 90%;
  }
  .home main .sec4 {
    background-image: url(../images/sec4_bg_sp.jpg);
  }
  .home main .sec4 .container h2 {
    margin-bottom: 40px;
  }
  .home main .sec4 .container .inner .menu_num {
    margin-bottom: 0;
  }
  .home main .sec4 .container .inner .first_text {
    margin-bottom: 40px;
  }
  .home main .sec4 .container .inner .content {
    display: block;
  }
  .home main .sec4 .container .inner .content .right .arrow1 {
    margin-left: 10px;
  }
  .home main .sec4 .container .inner .content .right .text2 img {
    left: -20px;
  }
  .home main .sec4 .box {
    height: 488px;
    margin-top: 270px;
  }
  .home main .sec4 .box .inner {
    position: relative;
  }
  .home main .sec4 .box .inner .img_box {
    width: 125px;
    position: absolute;
    top: 40px;
    left: 17px;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    z-index: 2;
  }
  .home main .sec4 .box .inner .text_box {
    width: 100%;
  }
  .home main .sec4 .box .inner .text_box .logo {
    width: 147px;
    left: unset;
    right: 20px;
    top: 40px;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .home main .sec4 .box .inner .text_box p {
    font-size: max(3.25vw, 18px);
  }
  .home main .sec5 {
    padding-top: 40px;
  }
  .home main .sec5 .box {
    display: block;
  }
  .home main .sec5 .box .item {
    width: 100%;
  }
  .home main .sec5 .box .item .title {
    font-size: 24px;
    font-size: min(6.5vw, 24px);
  }
  .home main .sec6 {
    padding-bottom: 40px;
  }
  .home main .sec6 h2 {
    font-size: min(8.6vw, 32px);
    padding-top: 40px;
    background-size: 120%;
  }
  .home main .sec6 h2 span {
    font-size: min(5.4vw, 20px);
  }
  .home main .sec6 .content .bd_l {
    width: 13vw;
  }
  .home main .sec6 .content .bd_r {
    width: 13vw;
  }
  .home main .sec6 .content h3 {
    font-size: min(6.4vw, 24px);
    line-height: 1.4;
  }
  .home main .sec6 .content .inner .box2 .item {
    margin-bottom: 20px;
  }
  .home main .sec6 .content .inner .box2 .item .logo {
    margin-right: 8px;
  }
  .home main .sec6 .content .inner .box2 .item p {
    white-space: nowrap;
    font-size: min(4.3vw, 16px);
  }
  .home main .sec7 {
    padding: 40px 0 10px;
  }
  .home main .sec7 .box {
    margin-top: 30px;
  }
  .home main .sec7 .box .item {
    width: 100%;
  }
  .home main .sec7 .box .item .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .home main .sec8 {
    padding-top: 40px;
  }
  .home main .sec8 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .home main .sec8 .box .img_box {
    width: 100%;
    margin-top: 40px;
  }
  .home main .sec8 .box .content {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .home main .sec8 .box .content .item {
    width: 100%;
    display: block;
  }
  .home main .sec8 .box .content .item .text {
    font-size: min(5.4vw, 20px);
  }
  .home main .sec8 .box .content .item .text span {
    font-size: min(4.3vw, 16px);
    margin-left: 10px;
  }
  .home main .sec8 .box .content .item .price_box {
    margin-left: auto;
  }
  .home main .sec8 .box .content .item .price_box .price {
    height: 94px;
    max-height: unset;
  }
  .home main .sec8 .box .content .item .price_box .price2 {
    margin-top: -15px;
  }
  .home main .sec8 .box .content .item .price_box .price_text {
    font-size: 65px;
  }
  .home main .sec8 .box .content .item .price_box .text {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .home main .sec8 .detail_content {
    padding: 40px 0;
  }
  .home main .sec8 .detail_content .box2 {
    display: block;
  }
  .home main .sec8 .detail_content .box2 .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .home main .sec8 .detail_content .box2 .left .title {
    margin-top: 30px;
  }
  .home main .sec8 .detail_content .box2 .left .last_text {
    font-size: min(4.3vw, 16px);
    white-space: unset;
  }
  .home main .sec8 .detail_content .box2 .right {
    width: 100%;
  }
  .home main .sec9 {
    padding: 40px 0 10px;
  }
  .home main .sec9 .qa_drop .title_box .left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home main .sec9 .qa_drop .title_box .left .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .inner {
    display: block;
  }
  footer .inner .left {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .inner .right {
    width: 100%;
  }
  footer .inner .right iframe {
    height: 223px;
    margin-bottom: 0;
  }
  footer .inner .right .copyright {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    font-size: 14px;
  }
  footer .inner .right .copyright a {
    text-decoration: none;
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style.css.map */