@charset "UTF-8";
:root {
  --header_height: 91px;
}
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  transition : 0.5s;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

/*------------------------------
common
------------------------------*/
body {
  word-break: break-all;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  background: #eeeeee;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* スクロールバー補完 */
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* コンテンツ幅
------------------------------*/
.inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 400px;
    max-width: 100%;
    padding: 0 min(4%, 16px);
  }
}

@media (min-width: 768px) {
  .u-inner-full {
    width: 100%;
  }
}

/* タイトル
------------------------------*/
.c-title {
  font-size: min(23.6rem, 16.8571428571vw);
  font-weight: bold;
  color: rgba(28, 173, 110, 0.1);
  text-align: center;
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.c-title span {
  font-size: min(4.6rem, 3.2857142857vw);
  color: #000000;
  position: absolute;
  left: 50%;
  top: 60%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.c-title span.wh {
  color: #fff;
}

.about .c-title {
  font-size: min(23.6rem, 16.8571428571vw);
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}

@media (max-width: 767px) {
  .c-title {
    font-size: 18.6666666667vw;
  }
  .c-title span {
    font-size: 4.8vw;
  }
}

/* テキスト色
------------------------------*/
.u-text-blue {
  color: #1cad6e;
}

/* サークル
------------------------------*/
.c-circle-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-circle-list {
    flex-wrap: wrap;
    margin-top: 5%;
  }
}
.c-circle-list li {
  width: calc(20% - 8px);
  aspect-ratio: 1/1;
  background: #1cad6e;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-circle-list li:nth-child(2n) {
  background: #127185;
  margin-top: 50px;
}
.c-circle-list li span {
  font-size: min(2.1rem, 1.8229166667vw);
  font-weight: 600;
  line-height: 1.8095238095;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .c-circle-list li:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .c-circle-list li {
    width: calc(50% - 5px);
  }
  .c-circle-list li:nth-child(2n) {
    margin-left: 10px;
  }
  .c-circle-list li:nth-child(2n) {
    margin-top: 0;
  }
  .c-circle-list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .c-circle-list li span {
    font-size: min(1.6rem, 4.2666666667vw);
  }
}

/* anchor
------------------------------*/
.c-anc {
  scroll-margin-top: var(--header_height);
}

/* anime
------------------------------*/
.fade {
  opacity: 0;
}
@media (max-width: 767px) {
  .fade.fade_pc {
    opacity: 1;
  }
}

main {
  margin-top: var(--header_height);
}

/*------------------------------
header
------------------------------*/
header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: all 0.3s;
}
header.act {
  background: #fff;
}

.header__inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 2%;
  /*padding-right: 4.3%;*/
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 158px;
}

.header__menu {
  display: flex;
}
.header__menu li:nth-child(n+2) {
  margin-left: 30px;
}
.header__menu li a {
  display: inline-block;
  font-size: min(1.6rem, 1.4014014014vw);
  font-weight: 700;
  color: #1a1a1a;
    line-height:2;
    padding:7px 0;
    
}
.header__menu li:last-child a {
  display: inline-block;
  font-size: min(1.6rem, 1.4014014014vw);
  font-weight: 700;
  color: #fff;
    background:#1940a5;
    border-radius:100px;
    padding:7px 15px;
}



@media (max-width: 999px) {
  .header__menu {
    display: none;
  }
}

.drawer-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}
@media (max-width: 999px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #000;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
  transition: transform 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 100px 20px;
  z-index: 299;
  transform: translateX(105%);
  overflow-y: auto;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-menu li:nth-child(n+2) {
  margin-top: 15px;
}
.drawer-menu li a {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
}

/*------------------------------
CTA
------------------------------*/
.cta {
  background: #1cad6e;
  padding: 35px 0;
}
.cta:has(.cta__block--mt0) {
  padding: 75px 0;
}

.cta__text {
  font-size: min(2.9rem, 2.9947916667vw);
  font-weight: 700;
  line-height: 2.3793103448;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .cta__text {
    font-size: min(2rem, 5.3333333333vw);
      line-height:1.5;
  }
}
.cta__list {
  max-width: 690px;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.cta__list li {
  width: 32%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #fff;
  text-align: center;
  /*background: url(../img/img_border.png) no-repeat center center/cover;*/
    border:2px solid #fff;
    border-radius:20px 20px 0px 20px;
    aspect-ratio: 218/80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cta__list {
    display: block;
  }
  .cta__list li {
      font-size: 1.7rem;  
    width: 100%;
    border:2px solid #fff;
    border-radius:30px 30px 0px 30px;  
    aspect-ratio: 218/60;      
  }
  .cta__list li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.cta__block {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .cta__block {
    display: block;
  }
}

.cta__block--mt0 {
  margin-top: 0;
}

.cta__contact a {
  display: inline-block;
  width: 20em;
  max-width: 100%;
  font-size: min(2.5rem, 2.6041666667vw);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #1940a5, #2553ca);
  padding: 0.8em 0;
  border-radius: 35.5px;
  position: relative;
}
.cta__contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.png) no-repeat center center/contain;
  width: 10px;
  aspect-ratio: 22/39;
}
@media (max-width: 767px) {
  .cta__contact a {
    width: 100%;
    font-size: 1.6rem;
  }
}

.cta__tel {
  margin-left: min(42px, 3vw);
        pointer-events: none;

}
@media (max-width: 767px) {
  .cta__tel {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    pointer-events: auto;
  }
}

.cta__tel-number {
  font-size: min(3.6rem, 4.1666666667vw);
  font-weight: 400;
  letter-spacing: 2.16px;
  line-height: 1;
  color: #1940a5;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-self: flex-start;
}
.cta__tel-number::before {
  display: inline-block;
  content: "";
  position: relative;
  background: #1940a5;
  width: 1em;
  aspect-ratio: 33/32;
  vertical-align: middle;
  margin-right: 10px;
  transform: translateY(10%);
  -webkit-mask-image: url(../img/icon_tel.png);
          mask-image: url(../img/icon_tel.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 767px) {
  .cta__tel-number {
    display: block;
    text-align: center;
    font-size: 3.6rem;
  }
  .cta__tel-number::before {
    transform: unset;
  }
}

.cta__tel-text {
  display: block;
  font-size: 1.87rem;
  font-weight: 600;
  line-height: 1.5882352941;
  color: #1940a5;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cta__tel-text {
    text-align: center;
  }
}

.cta__buttons {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.cta__buttons a {
  display: inline-block;
  width: 49%;
  font-size: min(1.7rem, 1.8229166667vw);
  font-weight: 600;
  line-height: 1;
  color: #004fd1;
  background: #fff;
  border-radius: 23px;
  text-align: center;
  padding: 0.8em 0;
  position: relative;
}
.cta__buttons a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/icon_arrow.png);
          mask-image: url(../img/icon_arrow.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #1940a5;
  width: 8px;
  aspect-ratio: 22/39;
}
@media (max-width: 767px) {
  .cta__buttons {
    display: block;
  }
  .cta__buttons a {
    width: 100%;
    font-size: min(1.4rem, 3.7333333333vw);
  }
  .cta__buttons a:nth-child(n+2) {
    margin-top: 20px;
  }
}

/*------------------------------
fv
------------------------------*/
.fv {
  position: relative;
  margin-top: 2%;
  background: url(../img/bg_fv.png) no-repeat right top/contain;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .fv {
      padding-top:70%;
    padding-bottom: 0%;
    overflow: hidden;
  }
}

.fv_img {
  width: 78%;
  border-radius: min(70px, 5vw);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  .fv_img {
    width: 95%;
  }
}

.fv__heading {
  color: #1cad6e;
  font-weight: bold;
  font-size: 4vw;
  position: absolute;
  top: 23.4%;
  left: 69.4%;
  transform: translate(-50%, -50%);
  width: 48%;
    line-height:1.2;
}
.fv__heading span {
  display: block;
  font-size: 2.2857142857vw;
    text-decoration: underline;
    line-height:2;
}
@media (max-width: 767px) {
  .fv__heading {
  font-size: 4.2vw;  
    top: 14%;
    /* right: 0; */
    left: 37%;
    transform: translate(0%, -50%) scale(1.7);
    width: 80%;
    line-height:1.3;
      
  }
    

}

.fv__list {
  position: absolute;
  top: 48.6%;
  left: 61.5%;
  transform: translate(-50%, -50%);
  width: 32.6%;
  display: flex;
  justify-content: space-between;
}
.fv__list li {
  color: #fff;
  font-size: 1.2142857143vw;
  background: #1cad6e;
  border-radius: 50%;
  width: 32%;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center!important;
  justify-content: center!important;
  text-align: center!important;
}
.fv__list li p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fv__list li span {
  font-weight: bold;
  font-size: 2.3571428571vw;
}
@media (max-width: 767px) {
  .fv__list {
    top: 37%;
    left: 8%;
    transform: translate(0%, -50%);
    width: 85%;
  }
  .fv__list li p {
    transform: scale(2.4);
  }
}

/*------------------------------
problem
------------------------------*/
.problem {
  padding: 50px 0 134px;
  background: url(../img/bg_problem.png) no-repeat center bottom/100%;
}
@media (min-width: 768px) {
  .problem {
    margin-top: -4%;
  }
}
@media (max-width: 767px) {
  .problem {
    padding: 40px 0 60px;
  }
    .problem__title{
        line-height:1.5;
    }
}

@media (min-width: 768px) {
  .problem__list {
    width: 110%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
.problem__message {
  margin-top: 6%;
  font-size: min(5.6rem, 6.5104166667vw);
  font-weight: 700;
  line-height: 1.3035714286;
  text-align: center;
  position: relative;
}
.problem__message::after {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow2.png) no-repeat center center/100%;
  aspect-ratio: 106/54;
  width: 1em;
  left: 50%;
  top: -25%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .problem__message {
    margin-top: 14%;
    font-size: min(2.4rem, 6.4vw);
  }
}

/*------------------------------
flow
------------------------------*/
.flow {
  padding: 60px 0 80px;
  background: url(../img/bg_flow.png) no-repeat center center/cover;
}
@media screen and (max-width: 1400px) {
  .flow {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .flow {
    padding: 50px 0;
  }
}

.flow__text {
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 600;
  line-height: 4.25;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__text {
    font-size: min(1.4rem, 3.7333333333vw);
    line-height: 1.6;
    margin-top: 1em;
  }
}

.flow__step {
  margin-top: 66px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flow__step {
    display: block;
    margin-top: 30px;
  }
}

.flow__item {
  width: calc(33.3% - 10px);
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  aspect-ratio: 257/320;
  position: relative;
}
.flow__item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background: #1cad6e;
  width: 7px;
  aspect-ratio: 7/35;
}
@media (min-width: 768px) {
  .flow__item:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .flow__item:nth-child(3n+2) {
    transform: translateY(30px);
  }
  .flow__item:nth-child(3n+3) {
    transform: translateY(60px);
  }
  .flow__item:nth-child(n+4) {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .flow__item {
    width: 100%;
    aspect-ratio: unset;
    padding: 5%;
  }
  .flow__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.flow__number {
  width: 42px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .flow__number {
    width: 35px;
  }
}

.flow__label {
  font-size: min(2.2rem, 2.953125vw);
  font-weight: 700;
  line-height: 1.49;
  color: #1cad6e;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .flow__label,#ISO14001_content .flow__label {
    font-size: min(2.2em, 5.0vw)!important;
    margin-top: 1.5em;
    margin-bottom: 1.5em;  
  }
    
    
}

.flow__description {
  margin-top: 62px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .flow__description {
    margin-top: 1em;
    font-size: min(1.5rem, 4vw);
  }
}

.flow__button {
  display: block;
  margin-left: auto;
  width: 148px;
  max-width: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background: #1cad6e;
  border-radius: 17.5px;
  text-align: center;
  padding: 10px 10px 10px 0;
  margin-top: 22px;
position:relative;
    
}
.flow__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../img/icon_arrow4.png) no-repeat center center/contain;
  width: 14px;
  aspect-ratio: 22/39;
    z-index:2;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 0px;
    padding-bottom: 40px;
    width: 100%;
    margin: 2% auto;
    display: block!important;
    max-width: 1000px;
    overflow: visible
}
@media (max-width: 767px) {
.tabs {
    margin-top: 30px;

}    
}
/*タブのスタイル*/
.tab_item {
    width: 49.5%;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center!important;
    text-align: center;
    font-weight: normal!important;
    transition: all 0.2s ease;
    margin: 0 auto;
    position: relative;
        overflow: visible

}
.tab_item:hover {
    opacity: 0.75;
    transition : 0.5s;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 0px 0px 0;
    clear: both;
        overflow: visible;
    margin-top:-40px;
}
@media (max-width: 767px) {
.tab_item {
    font-size: 20px;
 }    
 .tab_content {
    display: none;
    padding: 0px 0px 0;
    clear: both;
        overflow: visible;
    margin-top:0px;
}   
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #ISO14001:checked ~ #ISO14001_content, #design:checked ~ #design_content {
    display: block;
}
.tab_content i {
    position: absolute;
    right: 20px;
    top: 15px;
    margin-left: 20px;
}
.firstBtn {
    color: #fff;
    background: #1cad6e!important;
    opacity: 0.5;
    border-radius: 20px 20px 0 0;
    font-weight: normal!important;
}
.secondBtn {
    color: #fff;
    background: #1940a5!important;
    opacity: 0.5;
    border-radius: 20px 20px 0 0;
    font-weight: normal!important;
}
.tabs input:checked + .tab_item {
    opacity: 1;
}

#ISO14001_content .flow__button {
  display: block;
  margin-left: auto;
  width: 148px;
  max-width: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background: #1940a5;
  border-radius: 17.5px;
  text-align: center;
  padding: 10px 10px 10px 0;
  margin-top: 22px;
position:relative;
    
}
#ISO14001_content .flow__item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background: #1940a5;
  width: 7px;
  aspect-ratio: 7/35;
}
#ISO14001_content .flow__label {
  font-size: min(2.2rem, 2.953125vw);
  font-weight: 700;
  line-height: 1.49;
  color: #1940a5;
  margin-top: 37px;
}


/*------------------------------
method
------------------------------*/
.method {
  padding: 80px 0;
  background: #fff;
  background: url(../img/bg_method.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 1401px) {
  .method {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .method {
    padding: 40px 0;
  }
}

.method__text {
  margin-top: 1.5em;
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 600;
  line-height: 1.875;
  text-align: center;
}
@media (max-width: 767px) {
  .method__text {
    text-align: left;
    font-size: min(1.4rem, 3.7333333333vw);
    line-height: 1.6;
    padding: 0 2%;
      
  }
}

.method__list {
  margin: 0 auto;
  margin-top: 50px;
}

.method__item {
  width: min(1190px + (100vw - 1400px) / 2, 85%);
  background: #1cad6e;
  border-radius: 20px;
  padding: 45px 0;
  color: #fff;
  position: relative;
}
.method__item:nth-child(1)::after {
  content: "";
  position: absolute;
  background: url(../img/method1.png) no-repeat center center/100%;
  aspect-ratio: 866/642;
  width: 36%;
  max-width: 430px;
  right: 0;
  bottom: 0;
  transform: translate(10%, 0%);
}
.method__item:nth-child(2)::after {
  content: "";
  position: absolute;
  background: url(../img/method2.png) no-repeat center center/100%;
  aspect-ratio: 780/760;
  width: 33%;
  max-width: 392px;
  left: 0;
  bottom: 0;
  transform: translate(-10%, 4%);
}
.method__item:nth-child(3)::after {
  content: "";
  position: absolute;
  background: url(../img/method3.png) no-repeat center center/100%;
  aspect-ratio: 908/564;
  width: 36%;
  max-width: 430px;
  right: 0;
  bottom: 0;
  transform: translate(10%, -20%);
}
.method__item:nth-child(2n-1) {
  margin-right: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.method__item:nth-child(2n) {
  margin-left: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.method__item:nth-child(n+2) {
  margin-top: min(2.5%, 35px);
}
@media (max-width: 767px) {
  .method__item {
    width: 90%;
    padding: 25px 3% 230px;
  }
  .method__item:nth-child(n)::after {
    max-width: 120px;
  }
  .method__item:nth-child(n+2) {
    margin-top: 7%;
  }

.method__item:nth-child(1)::after {
  content: "";
  position: absolute;
  background: url(../img/method1.png) no-repeat center center/100%;
  aspect-ratio: 866/642;
  width: 76%;
  max-width: 430px;
  right: 15%;
  bottom: 0;
  transform: translate(10%, 0%);
}
.method__item:nth-child(2)::after {
  content: "";
  position: absolute;
  background: url(../img/method2.png) no-repeat center center/100%;
  aspect-ratio: 780/760;
  width: 70%;
  max-width: 392px;
  left: 15%;
  bottom: 0;
  transform: translate(-10%, 4%);
}
.method__item:nth-child(3)::after {
  content: "";
  position: absolute;
  background: url(../img/method3.png) no-repeat center center/100%;
  aspect-ratio: 908/564;
  width: 70%;
  max-width: 430px;
  right: 15%;
  bottom: 0;
  transform: translate(10%, -20%);
}    
}

@media (min-width: 768px) {
  .method__item__inner {
    max-width: 100%;
    width: 100%;
    padding-left: max((100vw - 900px) / 2, 11%);
    padding-right: min(476px, 40%);
  }
  .method__item__inner.right {
    padding-right: max((100vw - 900px) / 2, 11%);
    padding-left: min(415px, 35%);
  }
}
.method__header {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .method__header {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.method__number {
  width: min(63px, 4.5vw);
  margin-right: min(40px, 2.8571428571vw);
}
@media (max-width: 767px) {
  .method__number {
    width: 10%;
    margin-right: 0;
  }
}

.method__label {
  font-size: min(3.4rem, 2.4285714286vw);
  font-weight: 700;
}
@media (max-width: 767px) {
  .method__label {
    font-size: min(2.1rem, 6.1333333333vw);
    width: 90%;
    padding-left: 5%;
      line-height:1.5;
  }
}

.method__info {
  margin-top: 7%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.method__info dt:nth-of-type(n + 2), .method__info dd:nth-of-type(n + 2) {
  margin-top: 18px;
}
.method__info dt {
  width: min(142px, 10.2142857143vw);
  font-size: clamp(1.2rem, 1.2857142857vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
  aspect-ratio: 143/56;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.method__info dd {
  width: calc(100% - min(142px, 10.2142857143vw));
  font-size: clamp(1rem, 1.0714285714vw, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  padding-left: 4%;
}
@media (max-width: 767px) {
  .method__info dt {
    width: 100px;
    font-size: 1.6rem;
  }
  .method__info dd {
    width: calc(100% - 100px);
    font-size: 1.4rem;
  }
}

.method__info-merit {
  background: url(../img/img_merit.png) no-repeat center center/cover;
}

.method__info-demerit {
  background: url(../img/img_demerit.png) no-repeat center center/cover;
}

.method__desctiption {
  font-size: min(1.5rem, 1.0714285714vw);
  font-weight: 600;
  line-height: 1.6666666667;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .method__desctiption {
    font-size: 1.2rem;
  }
}

.method__message {
  margin-top: 120px;
  position: relative;
}
.method__message::after {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow2.png) no-repeat center center/100%;
  aspect-ratio: 106/54;
  width: 50px;
  left: 50%;
  top: -25%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .method__message {
    margin-top: 90px;
  }
}

.method__message-text {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.6976744186;
  text-align: center;
}
@media (max-width: 767px) {
  .method__message-text {
    font-size: 2rem;
    text-align: center;
  }
}

/*------------------------------
about
------------------------------*/
.about {
  background: #2553ca;
  position: relative;
}
.about::after {
  content: "";
  position: absolute;
  background: url(../img/dec1.png) no-repeat center center/100%;
  aspect-ratio: 2800/218;
  width: 100%;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}

.about__wrap {
  background: url(../img/bg_about.png) no-repeat center center/cover;
  padding-top: 116px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1401px) {
  .about__wrap {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .about__wrap {
    padding-top: 50px;
  }
}

.about__text {
  margin-top: 50px;
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 600;
  line-height: 1.875;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .about__text {
    font-size: 1.4rem;
  font-weight: 600;      
  }
}

.about__list {
  margin-top: 11%;
}

.about__item {
  display: flex;
  background: #fff;
  border-radius: 30px;
}
.about__item:nth-child(n+2) {
  margin-top: 4%;
}
@media (min-width: 768px) {
  .about__item:nth-child(2n-1) {
    transform: translateX(-4%);
  }
  .about__item:nth-child(2n) {
    transform: translateX(4%);
    flex-direction: row-reverse;
  }
  .about__item:nth-child(2n) .about__image img {
    border-radius: 30px 0 0 30px;
  }
}
@media (max-width: 767px) {
  .about__item {
    flex-direction: column-reverse;
  }
  .about__item:nth-child(n+2) {
    margin-top: 8%;
  }
}

.about__content {
  width: 57%;
  padding: 3% 4%;
}
@media (max-width: 767px) {
  .about__content {
    width: 100%;
    padding: 20px;
  }
}

.about__label {
  font-size: min(2.5rem, 2.0833333333vw);
  font-weight: 700;
  line-height: 2.72;
  color: #2553ca;
}
@media (max-width: 767px) {
  .about__label {
    font-size: 1.8rem;
      line-height:1.5;
  }
}

.about__description {
  font-size: min(1.5rem, 1.5625vw);
  font-weight: 400;
  line-height: 1.9333333333;
}
@media (max-width: 767px) {
  .about__description {
    font-size: 1.3rem;
    margin-top: 1em;
  }
}

.about__image {
  width: 43%;
  height: 100%;
}
.about__image img {
  height: 100%;
  border-radius: 0 30px 30px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about__image {
    width: 100%;
  }
  .about__image img {
    border-radius: 30px 30px 0 0;
  }
}

.about__movie {
  width: 73%;
  margin: 9% auto 0;
}
.about__movie video {
  width: 100%;
}
@media (max-width: 767px) {
  .about__movie {
    width: 100%;
  }
}

/*------------------------------
compare
------------------------------*/
.compare {
  padding: 13% 0 130px;
  background: url(../img/bg_compare.png) no-repeat center bottom/contain;
}
@media screen and (min-width: 1401px) {
  .compare {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .compare {
    padding: 13% 0 50px;
  }
    .compare h2{
        margin-bottom:10%;
    }    
}



@media (max-width: 767px) {
  .compare__table__wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    width: max(104% + (100vw - 400px) / 2, 104%);
  }
}

@media (min-width: 768px) {
  .compare__table {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 108%;
  }
}
@media (max-width: 767px) {
  .compare__table {
    width: 746px;
    max-width: unset;
  }
}

/*------------------------------
already
------------------------------*/
.already {
  padding: 70px 0 70px;
  background: url(../img/bg_already.png) no-repeat center top/100%;
}
@media screen and (min-width: 1401px) {
  .already {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .already {
    padding: 50px 0;
  }
}

.already__title {
  max-width: 75.5%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .already__title {
    max-width: 100%;
  }
}

.compare__text {
  margin-top: 22px;
    margin-bottom:30px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.8888888889;
  color: #1cad6e;
  text-align: center;
}
@media (max-width: 767px) {
  .compare__text {
    font-size: 2.4rem;
      line-height:1.3;
  }
}

.compare__message {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.3035714286;
  text-align: center;
  margin-top: 130px;
  position: relative;
}
.compare__message::after {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow2.png) no-repeat center center/100%;
  aspect-ratio: 106/54;
  width: 1em;
  left: 50%;
  top: -25%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .compare__message {
    font-size: 3rem;
    margin-top: 70px;
  }
}

.compare__description {
  margin-top: 1.5em;
  font-size: min(2.6rem, 2.6041666667vw);
  font-weight: 600;
  line-height: 1.4615384615;
  text-align: center;
}
@media (max-width: 767px) {
  .compare__description {
    font-size: 1.6rem;
    text-align: left;
  }
}

/*------------------------------
case
------------------------------*/
.case {
  padding: 44px 0 170px;
}
@media (max-width: 767px) {
  .case {
    padding: 50px 0 120px;
  }
}

.case__title {
  max-width: 45.5%;
  margin: 0 auto;
}

.caseSwiper_wrap {
  position: relative;
}

.caseSwiper {
  overflow: hidden;
}

.case__list {
  margin-top: 50px;
}

.case__item {
  background: #fff;
  border-radius: 30px;
}

.case__thumbnail {
  aspect-ratio: 615/299;
}
.case__thumbnail img {
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__content {
  padding: 5.3%;
}

.case__heading {
  font-size: clamp(1.4rem, 1.4285714286vw, 2rem);
  font-weight: 700;
  color: #1cad6e;

}

.case__text {
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 400;
  line-height: 1.9285714286;
  margin-top: 1.6em;
}
@media (max-width: 767px) {
.case__heading {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1cad6e;
 /* font-family: "M PLUS 1p", sans-serif;*/
}    
.case__text {
  font-size: 1.3rem;
  font-weight: 400!important;
  line-height: 1.7285714286;
}    
}
.case__info {
  margin-top: 2em;
}

.case__info-label {
  font-size: min(1.4rem, 1vw);
  font-weight: 700;
}
@media (max-width: 767px) {
  .case__info-label {
    font-size: min(1.7rem, 3.5vw);
  }
}

.case__info-list {
  margin-top: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.case__info-list dt, .case__info-list dd {
  font-size: clamp(1rem, 0.9285714286vw, 1.3rem);
  font-weight: 600;
}
.case__info-list dt {
  color: #fff;
  background: #1cad6e;
  padding: 0.1em 0.4em;
  border-radius: 5px;
}
.case__info-list dd {
  padding: 0 0.8em;
}
@media (max-width: 767px) {
  .case__info-list {
    display: block;
  }
  .case__info-list dt {
  font-size: clamp(1.2rem, 1.5285714286vw, 1.3rem);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .case__info-list dd {
  font-size: clamp(1.2rem, 1.5285714286vw, 1.3rem);
    padding-left: 0;
    padding-bottom: 1em;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  .message {
    padding: 50px 0;
  }
}

.message__title {
  max-width: 95%;
  margin: 0 auto;
}

.message__list {
  margin-top: 27px;
}

.message__item {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
    max-height:800px;
    
}

.message__photo {
  aspect-ratio: 290/340;
}
.message__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message__content {
  padding: 5% 8%;
}
@media (min-width: 768px) {
  .message__content {
    aspect-ratio: 300/440;
  }
}

.message__role {
  font-size: min(1.2rem, 0.8571428571vw);
  font-weight: 600;
  color: #1cad6e;
}
@media (max-width: 767px) {
  .message__role {
    font-size: 1.2rem;
  }
}

.message__name {
  font-size: min(1.8rem, 1.2857142857vw);
  font-weight: 500;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .message__name {
    font-size: 1.6rem;
  margin-top: 4px;      
  }
}

.message__heading {
  margin-top: 1em;
  font-size: min(1.7rem, 1.2142857143vw);
  font-weight: 700;
  line-height: 1.5294117647;
}
@media (max-width: 767px) {
  .message__heading {
    font-size: 1.6rem;
  }
}

.message__text {
  margin-top: 1em;
  font-size: min(1.4rem, 1vw);
  font-weight: 400!important;
  line-height: 1.9714285714;
}
@media (max-width: 767px) {
  .message__text {
    font-size: 1.4rem;
  }
}

.messageSwiper_wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.messageSwiper {
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 170px;
}
.messageSwiper .message__item {
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .messageSwiper .swiper-slide-prev,
.messageSwiper .swiper-slide-next {
    transform: translateY(50px);
  }
}
@media (max-width: 767px) {
  .messageSwiper {
    padding-bottom: 100px;
  }
}

/*------------------------------
supported-list
------------------------------*/
@media (min-width: 768px) {
  .supported-list__inner {
    width: 880px;
  }
}

.supported-list {
  padding: 115px 0 64px;
  background: #d6ebe2;
}
.supported-list h2 {
  font-size: min(19rem, 13.5714285714vw);
}
@media (max-width: 767px) {
  .supported-list {
    padding: 50px 0;
  }
}

.supported-list__block {
  padding: 3% 5%;
  background: #fff;
  border-radius: 20px;
  margin-top: 50px;
}
.supported-list__block:nth-child(2) {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .supported-list__block {
    margin-top: 20px;
    padding: 5%;
  }
}

.supported-list__title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1cad6e;
}
.supported-list__title strong {
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .supported-list__title {
    font-size: 1.5rem;
  }
  .supported-list__title strong {
    display: block;
  }
}

.supported-list__text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.9375;
  color: #1cad6e;
}
@media (max-width: 767px) {
  .supported-list__text {
    font-size: 1.4rem;
  }
}

.supported-list__list {
  margin-top: 32px;
}
.supported-list__list li {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.2142857143;
  text-indent: -1em;
  padding-left: 1em;
}
.supported-list__list li::before {
  content: "・";
}
@media (max-width: 767px) {
  .supported-list__list {
    margin-top: 16px;
  }
}

/*------------------------------
footer
------------------------------*/
footer {
  padding: 20px 0;
}

.footer__copyright {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2142857143;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

/*------------------------------

------------------------------*/
.swiper-button-next, .swiper-button-prev {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  height: auto;
  width: auto;
  position: absolute;
  background: url(../img/icon_arrow3.png) no-repeat center center/100%;
  aspect-ratio: 1/1;
  width: 50px;
  bottom: -85px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  left: calc(50% + 35px);
  transform: translate(-50%, 0%) scale(-1, 1);
}

.swiper-button-prev {
  left: calc(50% - 35px);
  transform: translate(-50%, 0%);
}

.message-next, .message-prev {
  bottom: 75px;
}
@media (max-width: 767px) {
  .message-next, .message-prev {
    bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */