@charset "UTF-8";
/*
theme Name: upwish
Author: upwish
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
body {
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.005em;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 3.738317757vw;
  }
}
body.is-checked {
  overflow-y: hidden;
}

html {
  scroll-behavior: smooth;
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
    box-sizing: content-box !important;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 4.6728971963vw;
  }
}

p {
  margin-bottom: 30px;
}

.en01 {
  font-family: "Arial", sans-serif;
}

.en02 {
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
.main {
  flex: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .main.main-top {
    overflow-x: hidden;
  }
}
.main.main-page {
  overflow-x: hidden;
}

.section-title01 {
  text-align: center;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .section-title01 {
    margin-bottom: 7.0093457944vw;
  }
}
.section-title01 .jp {
  display: block;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .section-title01 .jp {
    font-size: 7.0093457944vw;
  }
}
.section-title01 .en {
  color: #66F2AA;
}

.section-title02 {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .section-title02 {
    margin-bottom: 4.6728971963vw;
    line-height: 1.5;
  }
}
.section-title02 .jp {
  display: block;
  font-size: 30px;
  color: #078D54;
}
@media (max-width: 767px) {
  .section-title02 .jp {
    font-size: 7.0093457944vw;
  }
}
.section-title02 .en {
  color: #5CB185;
}

.section-title03 {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .section-title03 {
    margin-bottom: 4.6728971963vw;
    line-height: 1.5;
  }
}
.section-title03 .jp {
  display: block;
  font-size: 30px;
}
@media (max-width: 767px) {
  .section-title03 .jp {
    font-size: 7.0093457944vw;
  }
}
.section-title03 .en {
  color: #5CB185;
}

.page-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .page-title {
    margin-bottom: 4.6728971963vw;
    line-height: 1.5;
  }
}
.page-title .jp {
  display: block;
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-title .jp {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page-title .jp {
    font-size: 7.0093457944vw;
  }
}
.page-title .en {
  color: #66F2AA;
  font-weight: bold;
}

.btn01 {
  display: block;
  font-weight: 700;
  color: #078D54;
  padding-right: 86px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .btn01 {
    padding-right: 20.0934579439vw;
  }
}
.btn01::before {
  position: absolute;
  content: "";
  background: #E6FCF7;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .btn01::before {
    width: 13.0841121495vw;
    height: 13.0841121495vw;
  }
}
.btn01::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_right_green01.svg) no-repeat center center/contain;
  width: 20.5px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
@media (max-width: 767px) {
  .btn01::after {
    width: 4.7897196262vw;
    height: 3.738317757vw;
    right: 3.9719626168vw;
  }
}
.btn01:hover::before {
  border: 1px solid #ABDBC2;
}

.btn02 {
  display: block;
  font-weight: 700;
  color: #078D54;
  padding-right: 86px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .btn02 {
    padding-right: 20.0934579439vw;
  }
}
.btn02::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .btn02::before {
    width: 13.0841121495vw;
    height: 13.0841121495vw;
  }
}
.btn02::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex.svg) no-repeat center center/contain;
  width: 14px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
@media (max-width: 767px) {
  .btn02::after {
    width: 3.2710280374vw;
    height: 2.8037383178vw;
    right: 4.9065420561vw;
  }
}
.btn02:hover::before {
  border: 1px solid #ABDBC2;
}

.btn03 {
  display: block;
  font-weight: 700;
  color: #078D54;
  padding-right: 86px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .btn03 {
    padding-right: 20.0934579439vw;
  }
}
.btn03::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .btn03::before {
    width: 13.0841121495vw;
    height: 13.0841121495vw;
  }
}
.btn03::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_right_green01.svg) no-repeat center center/contain;
  width: 20.5px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
@media (max-width: 767px) {
  .btn03::after {
    width: 4.7897196262vw;
    height: 3.738317757vw;
    right: 3.9719626168vw;
  }
}
.btn03:hover::before {
  border: 1px solid #ABDBC2;
}

.fax {
  pointer-events: none;
}

.video-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .video-bg .inner {
    padding: 0 2.3364485981vw;
  }
}
.video-bg .video-txt {
  position: absolute;
  left: 10px;
  bottom: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .video-bg .video-txt {
    left: 0;
    bottom: 2.3364485981vw;
    font-size: 2.8037383178vw;
    line-height: 1.4;
  }
}

/* page
-------------------------*/
.page {
  background: #5CB185;
}

.page-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .page-wrapper {
    margin-top: -14.6412884334vw;
  }
}

@media (min-width: 768px) {
  .page-inner .inner {
    max-width: 75%;
    margin-left: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-inner .inner {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .page-sidemenu {
    position: fixed;
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    z-index: 1;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-sidemenu {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-sidemenu {
    padding: 0 7.0093457944vw;
    margin-bottom: 11.6822429907vw;
  }
}
@media (min-width: 768px) {
  .page-sidemenu.active {
    display: block;
    display: flex;
  }
}
@media (min-width: 768px) {
  .page-sidemenu.service-sidemenu .page-sidemenu-inner {
    top: 100px;
  }
}
@media (min-width: 1580px) {
  .page-sidemenu.service-sidemenu .page-sidemenu-inner {
    top: 200px;
  }
}
@media (min-width: 768px) {
  .page-sidemenu-inner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 20.4978038067vw;
  }
}
@media (min-width: 1580px) {
  .page-sidemenu-inner {
    top: 280px;
  }
}
@media (max-width: 767px) {
  .page-sidemenu-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .page-sidemenu ul {
    width: 70%;
    width: 100%;
    margin: 0 auto;
    margin: auto;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-sidemenu ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.page-sidemenu ul li {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .page-sidemenu ul li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-sidemenu ul li {
    margin-bottom: 1.1682242991vw;
    margin-right: 2.3364485981vw;
  }
}
.page-sidemenu ul li:last-child {
  margin-right: 0;
}
.page-sidemenu ul li a {
  display: block;
}
.page-sidemenu ul li a span {
  color: #9B9B9B;
  position: relative;
  display: block;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 14px;
  padding-left: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5714285714;
}
@media (max-width: 767px) {
  .page-sidemenu ul li a span {
    font-size: 3.738317757vw;
    padding-left: 3.5046728972vw;
  }
}
.page-sidemenu ul li a span::before {
  position: absolute;
  content: "";
  background: transparent url(../img/sidemenu_icon.svg) no-repeat center center/contain;
  width: 6px;
  height: 11px;
  left: 0;
  opacity: 0;
  top: 7px;
}
@media (max-width: 767px) {
  .page-sidemenu ul li a span::before {
    width: 1.4018691589vw;
    height: 2.5700934579vw;
    top: 1.8691588785vw;
  }
}
.page-sidemenu ul li a.current span {
  color: #078D54;
}
.page-sidemenu ul li a.current span::before {
  opacity: 1;
}

.page-side-submenu {
  background: #EBF3F5;
  border-radius: 30px 0 0 30px;
  padding: 2.9282576867vw 2.196193265vw;
  margin-top: 10%;
  width: 90%;
  margin-left: auto;
}
@media (min-width: 1580px) {
  .page-side-submenu {
    padding: 40px 30px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-side-submenu {
    padding: 5% 10% 10%;
    width: 85%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .page-side-submenu {
    padding: 4.6728971963vw;
    width: 100%;
    border-radius: 15px;
  }
}
.page-side-submenu .logo {
  margin-bottom: 15px;
}
.page-side-submenu .logo img {
  height: auto;
}
.page-side-submenu .subtitle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #078D54;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .page-side-submenu .subtitle {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-side-submenu .subtitle {
    font-size: 4.2056074766vw;
    margin-bottom: 2.3364485981vw;
  }
}
.page-side-submenu .txt {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-side-submenu .txt {
    font-size: 3.2710280374vw;
    margin-bottom: 3.5046728972vw;
  }
}
.page-side-submenu-btn {
  background: #3BC3A1;
  color: #fff;
  border-radius: 24px;
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 6px 10px;
  max-width: 172px;
}
@media (max-width: 767px) {
  .page-side-submenu-btn {
    padding: 1.4018691589vw 2.3364485981vw;
    max-width: 100%;
  }
}
.page-side-submenu-btn span {
  padding-right: 19px;
  position: relative;
}
@media (max-width: 767px) {
  .page-side-submenu-btn span {
    padding-right: 4.4392523364vw;
  }
}
.page-side-submenu-btn span::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex_wh.svg) no-repeat center center/contain;
  width: 10px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .page-side-submenu-btn span::after {
    width: 2.3364485981vw;
    height: 2.1028037383vw;
  }
}

.page-left-bar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 60px;
  z-index: 10;
}
@media (max-width: 767px) {
  .page-left-bar {
    width: 40px;
  }
}
.page-left-bar-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .page-left-bar-title {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-left-bar-title .jp {
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .page-left-bar-title .jp {
    margin-bottom: 5px;
  }
}
.page-left-bar-title .en {
  writing-mode: vertical-lr;
  color: #66F2AA;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  right: -2px;
}

.sidemenu-start {
  position: relative;
  top: -16.8374816984vw;
}

/* eyecatch
---------------------*/
.eyecatch {
  position: relative;
  background: transparent url(../img/eyecatch_bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  padding: 68px 0 73px;
}
@media (max-width: 1024px) {
  .eyecatch {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .eyecatch {
    padding-bottom: 2.3364485981vw;
  }
}
.eyecatch .inner {
  max-width: 100%;
}
@media (min-width: 768px) {
  .eyecatch .inner {
    padding: 0 150px;
  }
}
@media (max-width: 1024px) {
  .eyecatch .inner {
    padding: 0 90px;
  }
}
@media (max-width: 767px) {
  .eyecatch .inner {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .eyecatch-inner {
    display: flex;
  }
}
.eyecatch .page-title {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .eyecatch .page-title {
    width: 50%;
    margin-top: 2.9282576867vw;
  }
}
.eyecatch-img {
  flex: 1;
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}
.eyecatch-img.no-eyecatch-img {
  height: 21.9619326501vw;
  z-index: -1;
}
@media (max-width: 767px) {
  .eyecatch-img.no-eyecatch-img {
    height: 4.6728971963vw;
  }
}
.eyecatch-img img {
  border-radius: 40px 0 0 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*breadcrumb
--------------------*/
.breadcrumb {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.breadcrumb .inner {
  max-width: 100%;
}
@media (min-width: 768px) {
  .breadcrumb .inner {
    padding: 0 150px;
  }
}
@media (max-width: 1024px) {
  .breadcrumb .inner {
    padding: 0 90px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .breadcrumb .inner {
    width: 38%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb .inner {
    padding: 0 4.6728971963vw 0 40px;
  }
}
.breadcrumb .dot {
  margin: 0 0.5em;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}

/* header
--------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  background: #fff;
  height: 80px;
}
@media (max-width: 1024px) {
  .header {
    height: 50px;
  }
}
.header .inner {
  max-width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .header .inner {
    padding: 0 20px;
  }
}
.header-left {
  position: relative;
  z-index: 700;
}
.header-left .header-title {
  display: flex;
  align-items: center;
}
.header-left .header-title a {
  display: flex;
}
.header-left .header-title img {
  width: 189px;
}
@media (max-width: 1180px) {
  .header-left .header-title img {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  .header-left .header-title img {
    width: 146px;
  }
}
.header-right {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.header-right .header-nav {
  height: 100%;
}
@media (max-width: 1024px) {
  .header-right .header-nav {
    display: none;
  }
}
.header-right .header-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header-right .header-nav-list li {
  margin-right: 37px;
  height: 100%;
}
@media (max-width: 1180px) {
  .header-right .header-nav-list li {
    margin-right: 25px;
  }
}
.header-right .header-nav-list li:last-child {
  margin-right: 30px;
}
@media (max-width: 1180px) {
  .header-right .header-nav-list li:last-child {
    margin-right: 20px;
  }
}
.header-right .header-nav-list li.has-child {
  position: relative;
}
.header-right .header-nav-list li.has-child:hover .child {
  opacity: 1;
  visibility: visible;
}
.header-right .header-nav-list li .child {
  position: absolute;
  background: #EBF3F5;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 23px 50px 20px;
  border-radius: 0 0 5px 5px;
  top: 80px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.header-right .header-nav-list li .child:before {
  position: absolute;
  content: "";
  background: transparent url(../img/sidemenu_icon.svg) no-repeat center center/contain;
  width: 6px;
  height: 11px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}
.header-right .header-nav-list li .child-nav {
  display: flex;
  gap: 25px;
}
.header-right .header-nav-list li .child-nav li {
  margin-right: 0;
  height: auto;
}
.header-right .header-nav-list li .child-nav li a {
  white-space: nowrap;
  text-align: center;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  display: block;
}
.header-right .header-nav-list li .child-nav-img {
  width: 155px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.header-right .header-nav-list li .child-nav-img::before {
  content: "";
  display: block;
  padding-top: 73.5483870968%;
}
.header-right .header-nav-list li .child-nav-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 5px;
}
.header-right .header-nav-list li .child-nav-txt {
  margin-bottom: 0;
}
.header-right .header-nav-list li a {
  font-weight: 500;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.header-right .header-nav-list li a:hover {
  color: #078D54;
}
.header-right .header-nav-list li a.header-recruit {
  padding-right: 23px;
  position: relative;
}
.header-right .header-nav-list li a.header-recruit:hover {
  color: #000;
}
.header-right .header-nav-list li a.header-recruit::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex.svg) no-repeat center center/contain;
  width: 14px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.header-contact {
  background: #3BC3A1;
  color: #fff;
  border-radius: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
  padding: 6px 30px;
}
@media (max-width: 1180px) {
  .header-contact {
    padding: 4px 20px;
  }
}
@media (max-width: 1024px) {
  .header-contact {
    display: none;
  }
}
.header-contact:hover {
  background: #3ECFAA;
}

@media (max-width: 1024px) {
  .drawer-bars {
    cursor: pointer;
    position: relative;
    z-index: 700;
    right: 0;
    width: 23px;
    height: 100%;
  }
  .drawer-bars .drawer-bars-inner {
    width: 23px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .drawer-bars .drawer-bars-inner .drawer-bar {
    background-color: #5CB185;
    width: 23px;
    height: 1px;
    position: absolute;
    transition: all 0.3s ease 0s;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(1) {
    top: 0;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(2) {
    top: 9px;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(3) {
    top: 18px;
  }
}
.drawer-bars.is-checked .drawer-bars-inner {
  width: 17px;
  height: 17px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar {
  width: 24px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-nav {
  position: absolute;
  position: fixed;
  overflow-y: auto;
  top: 80px;
  right: 0;
  bottom: 0;
  z-index: 600;
  width: calc(100% - 15vw);
  height: calc(100vh - 80px);
  border-radius: 50px 0 0 0;
  padding: 9.3457943925vw 9.3457943925vw 14.0186915888vw 14.0186915888vw;
  background: #fff;
  transition: all 0.3s ease 0s;
  display: none;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav {
    width: 50%;
    padding: 40px 40px 60px 60px;
  }
}
.drawer-nav.is-checked {
  display: block;
}
.drawer-nav-inner {
  position: relative;
  z-index: 2;
  overflow-y: auto;
}
.drawer-nav .drawer-menu {
  margin-bottom: 9.3457943925vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu {
    margin-bottom: 40px;
  }
}
.drawer-nav .drawer-menu li {
  margin-bottom: 4.6728971963vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li {
    margin-bottom: 20px;
  }
}
.drawer-nav .drawer-menu li:last-child {
  margin-bottom: 0;
}
.drawer-nav .drawer-menu li a {
  color: #078D54;
  font-size: 4.2056074766vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li a {
    font-size: 18px;
  }
}
.drawer-nav .drawer-menu li a.header-recruit {
  padding-right: 6.308411215vw;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li a.header-recruit {
    padding-right: 27px;
  }
}
.drawer-nav .drawer-menu li a.header-recruit::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex.svg) no-repeat center center/contain;
  width: 3.2710280374vw;
  height: 2.8037383178vw;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li a.header-recruit::after {
    width: 14px;
    height: 12px;
  }
}
.drawer-nav .drawer-menu li .child {
  padding-top: 2.3364485981vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child {
    padding-top: 10px;
  }
}
.drawer-nav .drawer-menu li .child li {
  border-bottom: 1px solid #5CB185;
  padding-left: 7.0093457944vw;
  margin-bottom: 2.3364485981vw;
  padding-bottom: 2.3364485981vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child li {
    padding-left: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.drawer-nav .drawer-menu li .child li a {
  font-weight: 400;
  font-size: 3.738317757vw;
  letter-spacing: 0.005em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width:768px) and (max-width: 1024px) {
  .drawer-nav .drawer-menu li .child li a {
    font-size: 16px;
  }
}
.drawer-nav .header-contact {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #3BC3A1;
  color: #fff;
  border-radius: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 1024px) {
  .drawer-nav .header-contact {
    display: block;
  }
}

/* util
---------------------------*/
a {
  color: #000;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.9;
}

/* mv
-----------------------*/
.mv {
  position: relative;
  height: 100svh;
  margin-bottom: 654px;
}
.mv .inner {
  height: 100%;
}
@media (min-width: 768px) {
  .mv .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.mv-title {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  .mv-title {
    position: absolute;
    font-size: 13.0841121495vw;
    bottom: 28.0373831776vw;
  }
}
.mv-title span {
  display: block;
}
.mv-scroll {
  position: absolute;
  width: 36px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9px;
}
@media (max-width: 767px) {
  .mv-scroll {
    width: 8.4112149533vw;
    bottom: 1.1682242991vw;
  }
}

/* top-about
--------------------*/
.top-about {
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 160px 0 177px;
}
@media (max-width: 767px) {
  .top-about {
    padding: 23.3644859813vw 0 32.7102803738vw;
  }
}
.top-about .inner {
  max-width: 1000px;
}
@media (min-width: 768px) {
  .top-about .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .top-about-inner {
    width: 43.9%;
    padding-left: 0.3660322108vw;
  }
}
.top-about-title {
  color: #078D54;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  margin-bottom: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 1024px) {
  .top-about-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .top-about-title {
    text-align: center;
    font-size: 9.8130841121vw;
    margin-bottom: 5.8411214953vw;
  }
}
.top-about-txt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-about-txt {
    margin-bottom: 9.3457943925vw;
  }
}
@media (min-width: 768px) {
  .top-about-img {
    width: 50.3%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top-about-img {
    margin-bottom: 11.6822429907vw;
  }
}
@media (max-width: 767px) {
  .top-about-btn {
    margin-left: auto;
  }
}

/* top-business
-----------------------*/
.top-business {
  background: #5CB185;
  padding: 100px 0 190px;
  margin-bottom: 279px;
}
@media (max-width: 1024px) {
  .top-business {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .top-business {
    padding: 23.3644859813vw 0;
    margin-bottom: 79.2056074766vw;
  }
}
.top-business .inner {
  max-width: 1200px;
}
.top-business-txt {
  color: #fff;
  letter-spacing: 0.01em;
  margin-bottom: 60px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-business-txt {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .top-business-txt {
    margin-bottom: 14.0186915888vw;
  }
}
.top-business-list {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-business-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-business-list {
    flex-direction: column;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .top-business-list {
    margin-bottom: 16.3551401869vw;
  }
}
@media (min-width: 768px) {
  .top-business-list-img {
    width: 40.6666666667%;
  }
}
@media (max-width: 1024px) {
  .top-business-list-img {
    width: 100%;
  }
}
.top-business-list-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .top-business-list-img img {
    height: 40.2635431918vw;
  }
}
@media (max-width: 767px) {
  .top-business-list-img img {
    height: 56.0747663551vw;
  }
}
.top-business-list-inner {
  position: relative;
}
@media (min-width: 768px) {
  .top-business-list-inner {
    width: 59.3333333333%;
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .top-business-list-inner {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .top-business-list-inner {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .top-business-list-inner {
    padding: 4.6728971963vw 5.8411214953vw 9.3457943925vw;
  }
}
.top-business-list-label {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 15px;
  font-weight: bold;
  color: #5CB185;
  top: 40px;
  right: 0;
  border-right: 11px solid #66F2AA;
  padding: 3px 0;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .top-business-list-label {
    font-size: 3.5046728972vw;
    top: -51.4018691589vw;
    border-right: 2.5700934579vw solid #66F2AA;
    padding: 0.7009345794vw 0;
  }
}
.top-business-list-title {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .top-business-list-title {
    text-align: center;
    font-size: 7.0093457944vw;
    margin-bottom: 4.6728971963vw;
  }
}
.top-business-list-subtitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #078D54;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-business-list-subtitle {
    font-size: 4.6728971963vw;
    margin-bottom: 2.3364485981vw;
  }
}
.top-business-list-txt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-business-list-txt {
    margin-bottom: 9.3457943925vw;
  }
}
.top-business-list-btn {
  margin-left: auto;
}
.top-business .block {
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .top-business .block {
    position: -webkit-sticky;
    position: sticky;
    height: 90vh;
    max-height: 498px;
    top: 25vh;
    margin-top: 70px;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .top-business .block {
    position: relative;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: auto;
    top: auto;
  }
}
.top-business .block-one {
  z-index: 10;
  margin-top: 0;
}
.top-business .block-two {
  z-index: 20;
}
.top-business .block-three {
  z-index: 30;
}
.top-business .block-four {
  z-index: 40;
}

/* top-company
-----------------------*/
.green-bg01 {
  background: #DFFCED;
  padding: 180px 0 0;
}
@media (max-width: 767px) {
  .green-bg01 {
    padding: 23.3644859813vw 0 0;
  }
}

.white-bg01 {
  background: #fff;
  border-radius: 50px 0 0 0;
  padding: 50px 0 60px;
  width: 90%;
  margin-left: auto;
}
@media (max-width: 1300px) {
  .white-bg01 {
    width: 95%;
  }
}
@media (max-width: 1024px) {
  .white-bg01 {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .white-bg01 {
    padding: 23.3644859813vw 0 32.476635514vw;
    border-radius: 50px 0 0 0;
  }
}

.top-company {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .top-company {
    margin-bottom: 28.0373831776vw;
  }
}
.top-company .inner {
  max-width: 100%;
}
@media (min-width: 768px) {
  .top-company .inner {
    padding: 0 85px 0 70px;
  }
}
@media (max-width: 1024px) {
  .top-company .inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .top-company .inner {
    padding: 0 4.6728971963vw 0 7.0093457944vw;
  }
}
.top-company-wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .top-company-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .top-company-wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .top-company-inner {
    width: 42.4778761062%;
  }
}
@media (min-width: 768px) {
  .top-company-img {
    width: 53.0973451327%;
  }
}
@media (max-width: 767px) {
  .top-company-img {
    margin-bottom: 5.8411214953vw;
  }
}
.top-company-subtitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #078D54;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .top-company-subtitle {
    font-size: 4.6728971963vw;
    line-height: 1.8;
    margin-bottom: 2.3364485981vw;
  }
}
.top-company-txt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-company-txt {
    margin-bottom: 11.6822429907vw;
  }
}
@media (max-width: 767px) {
  .top-company-btn {
    margin-left: auto;
  }
}

/* top-recruit
-----------------------*/
.top-recruit .inner {
  max-width: 100%;
}
@media (min-width: 768px) {
  .top-recruit .inner {
    padding: 0 85px 0 70px;
  }
}
@media (max-width: 1024px) {
  .top-recruit .inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .top-recruit .inner {
    padding: 0 4.6728971963vw 0 7.0093457944vw;
  }
}
.top-recruit-wrapper {
  position: relative;
}
.top-recruit-inner {
  background: #EBF3F5;
}
@media (min-width: 768px) {
  .top-recruit-inner {
    position: relative;
    left: 0;
    bottom: 60px;
    width: 60.7079646018%;
    padding: 40px 72px 50px 50px;
  }
}
@media (max-width: 767px) {
  .top-recruit-inner {
    padding: 7.0093457944vw 7.0093457944vw 11.6822429907vw 7.0093457944vw;
  }
}
.top-recruit-inner:after {
  position: absolute;
  content: "";
  background: transparent url(../img/logo_icon_green.png) no-repeat center center/contain;
  width: 450px;
  height: 441px;
  max-width: 350px;
  right: -400px;
  bottom: -80px;
}
@media (min-width: 1800px) {
  .top-recruit-inner:after {
    width: 450px;
    height: 441px;
    max-width: 350px;
    right: -526px;
    bottom: -130px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-recruit-inner:after {
    width: 32.9428989751vw;
    height: 32.2840409956vw;
    max-width: 25.6222547584vw;
    right: -29.2825768668vw;
    bottom: -5.8565153734vw;
  }
}
.top-recruit-subtitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #078D54;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .top-recruit-subtitle {
    font-size: 4.6728971963vw;
    line-height: 1.8;
    margin-bottom: 2.3364485981vw;
  }
}
.top-recruit-txt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-recruit-txt {
    margin-bottom: 11.6822429907vw;
  }
}
@media (max-width: 767px) {
  .top-recruit-btn {
    margin-left: auto;
  }
}

/* top-trust
-----------------------*/
.top-trust {
  background: #319D65;
  color: #fff;
  position: relative;
  padding: 100px 0 115px;
}
@media (min-width: 768px) {
  .top-trust {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .top-trust {
    background: transparent url(../img/top_trust_bg.png) no-repeat center center/cover;
    padding: 9.3457943925vw 0 146.0280373832vw;
  }
}
.top-trust-map {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .top-trust-map {
    width: 1366px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .top-trust-map {
    display: none;
  }
}
.top-trust .inner {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .top-trust .inner {
    max-width: 1060px;
  }
}
@media (max-width: 767px) {
  .top-trust .inner {
    padding: 0 4.6728971963vw;
  }
}
.top-trust-head {
  display: flex;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .top-trust-head {
    margin-bottom: 11.6822429907vw;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .top-trust-head.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-trust-head {
    margin-left: 7.0093457944vw;
  }
}
.top-trust-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .top-trust-title {
    margin-right: 74px;
  }
}
@media (max-width: 767px) {
  .top-trust-title {
    margin-left: 7.0093457944vw;
    margin-right: 0;
  }
}
.top-trust-title .jp {
  writing-mode: vertical-rl;
  font-size: 59px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .top-trust-title .jp {
    font-size: 13.785046729vw;
    margin-bottom: 0;
  }
}
.top-trust-title .en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #66F2AA;
}
@media (max-width: 767px) {
  .top-trust-title .en {
    font-size: 3.738317757vw;
  }
}
@media (max-width: 767px) {
  .top-trust-txt {
    margin-bottom: 11.6822429907vw;
  }
}
.top-trust-img {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .top-trust-img {
    margin-top: 7.0093457944vw;
    margin-left: -3.5046728972vw;
  }
}
.top-trust-img div {
  width: 201px;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .top-trust-img div {
    width: 39.2523364486vw;
    margin-bottom: 3.9719626168vw;
  }
}
.top-trust-img div:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .top-trust-img div:nth-child(1) {
    margin-right: 13.3177570093vw;
  }
}
.top-trust-img div:nth-child(2) {
  position: relative;
}
@media (min-width: 768px) {
  .top-trust-img div:nth-child(2) {
    left: 100px;
  }
}
@media (max-width: 767px) {
  .top-trust-img div:nth-child(2) {
    width: 32.0093457944vw;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .top-trust-list {
    display: flex;
    gap: 30px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-trust-list {
    gap: 20px;
  }
}
.top-trust-list li {
  text-align: center;
}
@media (max-width: 767px) {
  .top-trust-list li {
    margin-bottom: 4.6728971963vw;
  }
}
.top-trust-list li:last-child {
  margin-bottom: 0;
}
.top-trust-list-title {
  background: #3BC3A1;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75;
  padding: 2px 46px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-trust-list-title {
    padding: 2px 30px;
  }
}
@media (max-width: 767px) {
  .top-trust-list-title {
    font-size: 4.2056074766vw;
    padding: 1.1682242991vw 3.5046728972vw;
  }
}
.top-trust-list-txt {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-trust-list-txt {
    font-size: 5.8411214953vw;
    line-height: 1.6;
  }
}
.top-trust-list-txt span {
  font-family: "Merriweather", serif;
  font-size: 54px;
}
@media (max-width: 1024px) {
  .top-trust-list-txt span {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .top-trust-list-txt span {
    font-size: 11.214953271vw;
  }
}

/* top-news
----------------*/
.top-news {
  background: #EBF3F5;
  padding: 100px 0 130px;
  margin-bottom: 734px;
}
@media (max-width: 767px) {
  .top-news {
    padding: 25.7009345794vw 0 30.3738317757vw;
    margin-bottom: 73.3644859813vw;
  }
}
.top-news .inner {
  max-width: 986px;
}
@media (min-width: 768px) {
  .top-news-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.top-news-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-news-title {
    margin-bottom: 11.6822429907vw;
  }
}
@media (max-width: 767px) {
  .top-news-btn {
    margin-left: auto;
    margin-bottom: 7.0093457944vw;
  }
}
@media (min-width: 768px) {
  .top-news-list {
    width: 70.9939148073%;
  }
}

.archive-list li {
  border-bottom: 1px solid #AECCC5;
}
.archive-list li a {
  position: relative;
}
@media (min-width: 768px) {
  .archive-list li a {
    display: flex;
    padding: 15px 35px;
  }
}
@media (max-width: 767px) {
  .archive-list li a {
    display: block;
    padding: 4.6728971963vw 7.0093457944vw 4.6728971963vw 0;
    line-height: 1.4;
  }
}
.archive-list li a:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_right_green02.svg) no-repeat center center/contain;
  width: 4px;
  height: 7px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .archive-list li a:after {
    width: 1.4018691589vw;
    height: 2.1028037383vw;
    right: 3.2710280374vw;
  }
}
@media (min-width: 768px) {
  .archive-list li .date {
    margin-right: 27px;
  }
}
.archive-list .archive-item-title {
  color: #078D54;
}
@media (max-width: 767px) {
  .archive-list .archive-item-title {
    margin-top: 5px;
  }
}

/* white-bg02 
------------------------*/
.white-bg02 {
  border-radius: 40px 0 0 0;
  background: #fff;
  margin-left: 60px;
  padding: 14.6412884334vw 0 0;
}
@media (max-width: 767px) {
  .white-bg02 {
    margin-left: 40px;
    padding: 11.6822429907vw 0 0;
  }
}

/* white-bg03
------------------------*/
.white-bg03 {
  border-radius: 40px 0 0 0;
  background: #fff;
  margin-left: 60px;
  padding: 5.8565153734vw 0 0;
}
@media (max-width: 767px) {
  .white-bg03 {
    margin-left: 40px;
    padding: 11.6822429907vw 0 0;
  }
}

/* message
----------------------*/
.message {
  padding: 0 50px 180px;
  margin-top: -90px;
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .message {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .message {
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .message {
    padding: 18.691588785vw 0;
  }
}
.message-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .message-title {
    margin-bottom: 7.0093457944vw;
  }
}
.message-subtitle {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #078D54;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .message-subtitle {
    font-size: 5.1401869159vw;
  }
}
.message-name {
  text-align: right;
}

/* philosophy
----------------------*/
.philosophy {
  background: #EBF3F5;
  padding: 170px 50px 120px;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .philosophy {
    padding: 100px 0 70px;
  }
}
@media (max-width: 767px) {
  .philosophy {
    padding: 18.691588785vw 0;
  }
}
.philosophy-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .philosophy-title {
    margin-bottom: 7.0093457944vw;
  }
}
.philosophy-bg {
  margin: 0 60px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 40px 75px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .philosophy-bg {
    padding: 30px;
    margin: 0 10px 45px;
  }
}
@media (max-width: 767px) {
  .philosophy-bg {
    padding: 4.6728971963vw;
    margin: 0 2.3364485981vw 10.5140186916vw;
  }
}
.philosophy-bg:last-child {
  margin-bottom: 0;
}
.philosophy-bg.philosophy01::after {
  position: absolute;
  content: "";
  background: transparent url(../img/philosophy.svg) no-repeat center center/contain;
  width: 323px;
  height: 313px;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .philosophy-bg.philosophy01::after {
    width: 37.3831775701vw;
    height: 35.046728972vw;
  }
}
.philosophy-bg.philosophy02 .philosophy-subtitle {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .philosophy-bg.philosophy02 .philosophy-subtitle {
    margin-bottom: 10.5140186916vw;
  }
}
.philosophy-inner {
  position: relative;
  z-index: 1;
}
.philosophy-subtitle {
  color: #3BC3A1;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .philosophy-subtitle {
    font-size: 5.1401869159vw;
    margin-bottom: 5.8411214953vw;
  }
}
.philosophy-subtitle:after {
  position: absolute;
  content: "";
  background: #3BC3A1;
  width: 40px;
  height: 5px;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .philosophy-subtitle:after {
    width: 7.0093457944vw;
    height: 1.1682242991vw;
    bottom: -1.1682242991vw;
  }
}
.philosophy-subtitle01 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #000;
  display: block;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .philosophy-subtitle01 {
    font-size: 5.1401869159vw;
  }
}
.philosophy-subtitle02 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .philosophy-subtitle02 {
    font-size: 4.2056074766vw;
  }
}
.philosophy-subtitle-change {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .philosophy-subtitle-change {
    font-size: 6.5420560748vw;
  }
}
.philosophy-subtitle-number {
  font-size: 69px;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: "Merriweather", serif;
  margin: 0 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .philosophy-subtitle-number {
    font-size: 11.214953271vw;
    margin: 0 1.1682242991vw;
  }
}
.philosophy-txt {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .philosophy-txt {
    font-size: 4.6728971963vw;
    margin-bottom: 7.0093457944vw;
  }
}
.philosophy-list {
  font-size: 23px;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .philosophy-list {
    font-size: 4.6728971963vw;
  }
}
.philosophy-list li {
  position: relative;
  padding-left: 17px;
}
@media (max-width: 767px) {
  .philosophy-list li {
    padding-left: 3.5046728972vw;
  }
}
.philosophy-list li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #3BC3A1;
  border-radius: 50%;
  left: 0;
  top: 20px;
}
@media (max-width: 767px) {
  .philosophy-list li::before {
    width: 1.6355140187vw;
    height: 1.6355140187vw;
    top: 3.9719626168vw;
  }
}
.philosophy-change-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .philosophy-change-list li {
    margin-bottom: 4.6728971963vw;
  }
}
.philosophy-change-list li:last-child {
  margin-bottom: 0;
}
.philosophy-change-list .en {
  display: block;
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  background: #3BC3A1;
  width: 46px;
  min-width: 46px;
  height: 46px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .philosophy-change-list .en {
    font-size: 5.6074766355vw;
    width: 7.476635514vw;
    min-width: 7.476635514vw;
    height: 7.476635514vw;
    line-height: 7.0093457944vw;
    margin-right: 3.5046728972vw;
  }
}
.philosophy-change-list-inner {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .philosophy-change-list-inner {
    font-size: 4.2056074766vw;
  }
}

/* sdgs
----------------------*/
.sdgs {
  padding: 180px 50px 90px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .sdgs {
    padding: 100px 0 25px;
  }
}
@media (max-width: 767px) {
  .sdgs {
    padding: 18.691588785vw 0;
  }
}
.sdgs-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .sdgs-title {
    margin-bottom: 7.0093457944vw;
  }
}
.sdgs-subtitle {
  font-size: 26px;
  line-height: 1.5384615385;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #078D54;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .sdgs-subtitle {
    font-size: 5.1401869159vw;
  }
}
.sdgs-txt {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sdgs-txt {
    margin-bottom: 7.0093457944vw;
  }
}
.sdgs-logo {
  max-width: 720px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .sdgs-logo {
    margin-bottom: 10.5140186916vw;
  }
}
.sdgs-logo img {
  height: auto;
}
.sdgs-bg {
  border: 1px solid #5CB185;
  border-radius: 20px;
  padding: 40px 65px 40px 65px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .sdgs-bg {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .sdgs-bg {
    padding: 7.0093457944vw 4.6728971963vw;
  }
}
.sdgs-bg-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #3BC3A1;
  margin-bottom: 70px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .sdgs-bg-title {
    font-size: 5.1401869159vw;
    margin-bottom: 7.0093457944vw;
  }
}
.sdgs-bg-title::before {
  position: absolute;
  content: "";
  background: #3BC3A1;
  width: 40px;
  height: 5px;
  left: 0;
  bottom: -5px;
}
@media (max-width: 767px) {
  .sdgs-bg-title::before {
    width: 7.0093457944vw;
    height: 1.1682242991vw;
  }
}
.sdgs-list li {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sdgs-list li {
    margin-bottom: 10.5140186916vw;
  }
}
.sdgs-list li:last-child {
  margin-bottom: 0;
}
.sdgs-list-title {
  font-size: 26px;
  font-weight: bold;
  color: #078D54;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .sdgs-list-title {
    font-size: 5.1401869159vw;
    margin-bottom: 3.5046728972vw;
  }
}
@media (min-width: 768px) {
  .sdgs-list-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .sdgs-list-inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .sdgs-list-txt {
    width: 60.2094240838%;
  }
}
@media (max-width: 1024px) {
  .sdgs-list-txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sdgs-list-txt {
    margin-bottom: 3.5046728972vw;
  }
}
@media (min-width: 768px) {
  .sdgs-list-img {
    width: 36.6492146597%;
  }
}
@media (max-width: 1024px) {
  .sdgs-list-img {
    width: 100%;
  }
}
.sdgs-list-img img {
  width: auto;
  max-height: 90px;
}
@media (max-width: 767px) {
  .sdgs-list-img img {
    max-height: 11.6822429907vw;
  }
}

/* character
----------------------*/
.character {
  padding: 90px 50px 180px;
}
@media (max-width: 1024px) {
  .character {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .character {
    padding: 18.691588785vw 0;
  }
}
.character-title {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .character-title {
    margin-bottom: 7.0093457944vw;
  }
}
.character-wrapper {
  position: relative;
}
.character-img {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .character-img {
    width: 46.3087248322%;
  }
}
@media (max-width: 1024px) {
  .character-img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .character-img {
    width: 100%;
  }
}
.character-img img {
  height: auto;
}
.character-inner {
  background: #EBF3F5;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .character-inner {
    width: 58.5011185682%;
    padding: 2.196193265vw 2.196193265vw 2.9282576867vw;
    position: absolute;
    top: 5.0512445095vw;
    right: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .character-inner {
    position: relative;
    width: 100%;
    top: auto;
  }
}
@media (max-width: 767px) {
  .character-inner {
    padding: 20px 0;
  }
}
.character-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.character-table table {
  width: 100%;
}
.character-table table tr:first-child td {
  border-bottom: 1px dashed #5CB185;
  vertical-align: middle;
}
.character-table table tr:first-child td:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .character-table table tr:first-child td:nth-child(2) {
    font-size: 5.1401869159vw;
  }
}
.character-table table tr:nth-child(2) td {
  padding-top: 1.0980966325vw;
}
.character-table table td {
  padding: 0.1464128843vw 0;
}
.character-table table td:nth-child(1) {
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #078D54;
  padding-right: 1.0980966325vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .character-table table td:nth-child(1) {
    padding-right: 2.3364485981vw;
  }
}

/* company
----------------------*/
.company {
  padding: 0 100px 180px;
}
@media (max-width: 1024px) {
  .company {
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .company {
    padding: 0 0 18.691588785vw;
  }
}
.company-title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .company-title {
    margin-bottom: 7.0093457944vw;
  }
}
.company-table table {
  width: 100%;
  border-top: dashed 1px #5CB185;
}
.company-table table td {
  padding: 15px 0;
  border-bottom: dashed 1px #5CB185;
}
@media (max-width: 767px) {
  .company-table table td {
    display: block;
    width: 100%;
  }
}
.company-table table td:nth-child(1) {
  font-weight: bold;
  color: #078D54;
  font-family: "Zen Kaku Gothic New", sans-serif;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .company-table table td:nth-child(1) {
    width: 30%;
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .company-table table td:nth-child(1) {
    width: 35%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .company-table table td:nth-child(1) {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .company-table table td:nth-child(2) {
    width: 70%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .company-table table td:nth-child(2) {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .company-table table td:nth-child(2) {
    padding-top: 5px;
  }
}

/* office
----------------------*/
.office {
  background: #EBF3F5;
  padding: 120px 50px;
}
@media (max-width: 1024px) {
  .office {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .office {
    padding: 18.691588785vw 0;
  }
}
.office-title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .office-title {
    margin-bottom: 10.5140186916vw;
  }
}
.office-list li {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .office-list li {
    margin-bottom: 80px;
  }
}
.office-list li:last-child {
  margin-bottom: 0;
}
.office-list-name {
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.office-list-name .en {
  color: #3BC3A1;
  display: block;
}
.office-list-name .jp {
  font-size: 26px;
}
@media (max-width: 767px) {
  .office-list-name .jp {
    font-size: 5.6074766355vw;
  }
}
@media (min-width: 768px) {
  .office-list-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .office-list-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .office-list-img {
    width: 54%;
  }
}
@media (max-width: 1024px) {
  .office-list-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.office-list-img img {
  height: auto;
}
@media (min-width: 768px) {
  .office-list-inner {
    width: 43%;
    margin-top: 2%;
  }
}
@media (max-width: 1024px) {
  .office-list-inner {
    width: 100%;
    margin-top: 0;
  }
}
.office-list-contact {
  border-bottom: dashed 1px #5CB185;
  margin-bottom: 20px;
}
.office-list-contact td {
  vertical-align: middle;
  line-height: 1.4;
  padding-bottom: 15px;
}
.office-list-contact td:nth-child(2) {
  font-size: 30px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.office-list-table table {
  width: 100%;
}
.office-list-table table td:nth-child(1) {
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #078D54;
  white-space: nowrap;
  width: 15%;
  padding-right: 5px;
}
.office-list-table table td:nth-child(2) {
  width: 85%;
}
.office-list-map {
  position: relative;
  display: block;
  padding-left: 19px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .office-list-map {
    padding-left: 4.4392523364vw;
    margin-top: 2.3364485981vw;
  }
}
.office-list-map span {
  color: #3BC3A1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.office-list-map::before {
  position: absolute;
  content: "";
  background: transparent url(../img/pin.svg) no-repeat center center/contain;
  width: 11px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-35%);
}
@media (max-width: 767px) {
  .office-list-map::before {
    width: 2.5700934579vw;
    height: 3.738317757vw;
  }
}
.office-list-btn {
  margin-top: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #3BC3A1;
  border-radius: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 43px;
  position: relative;
}
@media (max-width: 767px) {
  .office-list-btn {
    border-radius: 32px;
    margin-top: 5.8411214953vw;
    padding: 1.1682242991vw 10.046728972vw;
  }
}
.office-list-btn::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex_wh.svg) no-repeat center center/contain;
  width: 10px;
  height: 9px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .office-list-btn::after {
    width: 2.3364485981vw;
    height: 2.1028037383vw;
    right: 5.6074766355vw;
  }
}

/* history
----------------------*/
.history {
  padding: 180px 50px;
}
@media (max-width: 1024px) {
  .history {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .history {
    padding: 18.691588785vw 0;
  }
}
.history-title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .history-title {
    margin-bottom: 10.5140186916vw;
  }
}
.history-table table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
.history-table table:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  top: 35px;
  left: 122px;
  background-image: linear-gradient(to bottom, transparent 0, transparent 3px, #5CB185 3px, #5CB185 6px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  background-position: top center;
}
@media (max-width: 767px) {
  .history-table table:before {
    top: 7.0093457944vw;
    left: 23.3644859813vw;
  }
}
.history-table table tr td {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .history-table table tr td {
    padding: 2.3364485981vw 0;
  }
}
.history-table table tr td:nth-child(1) {
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #078D54;
  white-space: nowrap;
  width: 161px;
  position: relative;
}
@media (max-width: 767px) {
  .history-table table tr td:nth-child(1) {
    width: 25.7009345794vw;
  }
}
.history-table table tr td:nth-child(1):after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 35px;
  right: 33.5px;
  background: #5CB185;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .history-table table tr td:nth-child(1):after {
    width: 2.3364485981vw;
    height: 2.3364485981vw;
    top: 5.6074766355vw;
    right: 1.0514018692vw;
  }
}
.history-table table tr td:nth-child(2) {
  width: calc(100% - 161px);
}
@media (max-width: 767px) {
  .history-table table tr td:nth-child(2) {
    width: calc(100% - 25.7009345794vw);
  }
}
.history-img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .history-img {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .history-img {
    margin-top: 2.3364485981vw;
  }
}
@media (max-width: 767px) {
  .history-img div {
    margin-bottom: 2.3364485981vw;
  }
}
.history-img div:last-child {
  margin-bottom: 0;
}
.history-img img {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .history-img img {
    width: auto;
    max-height: 176px;
  }
}
@media (max-width: 1230px) {
  .history-img img {
    width: 100%;
    height: auto;
  }
}

/* service-about
-----------------------------*/
.service-about {
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .service-about {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.service-about-inner {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .service-about-inner {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .service-about-inner {
    padding: 18.691588785vw 0;
  }
}
.service-about-title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .service-about-title {
    margin-bottom: 10.5140186916vw;
  }
}
.service-about-wrapper {
  border-bottom: 1px solid #5CB185;
}
@media (min-width: 768px) {
  .service-about-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 135px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .service-about-wrapper {
    padding-bottom: 80px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .service-about-wrapper {
    padding-bottom: 11.6822429907vw;
  }
}
@media (min-width: 768px) {
  .service-about-img {
    width: 47.5391498881%;
    width: 47%;
  }
}
@media (max-width: 1024px) {
  .service-about-img {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.service-about-img img {
  height: auto;
}
@media (min-width: 768px) {
  .service-about-txt {
    width: 49.7762863535%;
    width: 49%;
  }
}
@media (max-width: 1024px) {
  .service-about-txt {
    width: 100%;
  }
}

/* feature
-----------------------------*/
.feature {
  padding: 120px 50px 0;
}
@media (max-width: 1024px) {
  .feature {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .feature {
    padding: 11.6822429907vw 0 0;
  }
}
.feature-title {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .feature-title {
    margin-bottom: 10.5140186916vw;
  }
}
.feature-list {
  border-bottom: 1px solid #5CB185;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .feature-list {
    padding-bottom: 18.691588785vw;
  }
}
.feature-list section {
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .feature-list section {
    margin-top: -50px;
    padding-top: 50px;
    margin-bottom: 14.0186915888vw;
  }
}
@media (min-width: 768px) {
  .feature-list section:nth-child(2n) .feature-list-wrapper {
    flex-direction: row-reverse;
  }
}
.feature-list section:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature-list-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .feature-list-img {
    width: 46.8680089485%;
  }
}
@media (max-width: 767px) {
  .feature-list-img {
    margin-bottom: 3.5046728972vw;
  }
}
.feature-list-img img {
  height: auto;
}
@media (min-width: 768px) {
  .feature-list-inner {
    width: 49.7762863535%;
  }
}
.feature-list-title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .feature-list-title {
    margin-bottom: 3.5046728972vw;
  }
}
.feature-list-title .number {
  display: block;
  color: #3BC3A1;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
  border-bottom: 2px solid #3BC3A1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .feature-list-title .number {
    font-size: 4.6728971963vw;
    padding-bottom: 2.3364485981vw;
    margin-bottom: 3.5046728972vw;
  }
}
.feature-list-title .jp {
  color: #078D54;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5384615385;
}
@media (max-width: 1024px) {
  .feature-list-title .jp {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .feature-list-title .jp {
    font-size: 5.6074766355vw;
  }
}
.feature-list-txt {
  margin-bottom: 0;
}
.feature-taiou {
  background: #EBF3F5;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .feature-taiou {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
  }
}
@media (min-width: 1580px) {
  .feature-taiou {
    padding: 15px 60px;
  }
}
@media (max-width: 767px) {
  .feature-taiou {
    padding: 7.0093457944vw 4.6728971963vw 4.6728971963vw;
  }
}
.feature-taiou-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .feature-taiou-title {
    width: 25%;
    text-align: center;
  }
}
@media (min-width: 1580px) {
  .feature-taiou-title {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .feature-taiou-title {
    font-size: 4.6728971963vw;
    text-align: center;
    margin-bottom: 3.5046728972vw;
  }
}
.feature-taiou-title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .feature-taiou-title span {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .feature-taiou-list {
    width: 70%;
  }
}
@media (min-width: 1580px) {
  .feature-taiou-list {
    width: 80%;
  }
}
.feature-taiou-list li {
  border-bottom: dashed 1px #5CB185;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .feature-taiou-list li {
    padding: 2.3364485981vw;
  }
}
.feature-taiou-list li:last-child {
  border-bottom: none;
}
.feature-taiou-list-title {
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #078D54;
  position: relative;
}
@media (max-width: 767px) {
  .feature-taiou-list-title {
    padding-left: 3.738317757vw;
    font-size: 3.2710280374vw;
  }
}
.feature-taiou-list-title::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3BC3A1;
  left: 0;
  top: 12px;
}
@media (max-width: 767px) {
  .feature-taiou-list-title::before {
    width: 1.6355140187vw;
    height: 1.6355140187vw;
    top: 2.8037383178vw;
  }
}
.feature-taiou-list-txt {
  margin-bottom: 0;
  margin-left: 16px;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .feature-taiou-list-txt {
    margin-left: 1.1682242991vw;
    padding-left: 4.6728971963vw;
    font-size: 3.2710280374vw;
  }
}
.feature-taiou-list-txt::before {
  position: absolute;
  content: "→";
  color: #078D54;
  left: 0;
  top: 0;
}

/* faq
-----------------------------*/
.faq {
  padding: 120px 50px 180px;
}
@media (max-width: 1024px) {
  .faq {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 11.6822429907vw 0 18.691588785vw;
  }
}
.faq-title {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .faq-title {
    margin-bottom: 10.5140186916vw;
  }
}
.faq-list .faq-item {
  padding: 20px 20px 15px;
  border-bottom: 1px dashed #5CB185;
}
@media (max-width: 767px) {
  .faq-list .faq-item {
    padding: 3.5046728972vw 2.3364485981vw;
  }
}
.faq-list .faq-item:first-child {
  border-top: 1px dashed #5CB185;
}
.faq .accordion-head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.01em;
  position: relative;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  padding-right: 55px;
  color: #078D54;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .faq .accordion-head {
    font-size: 4.2056074766vw;
    padding-right: 5.8411214953vw;
  }
}
.faq .accordion-head .number {
  color: #8CC9AA;
  font-size: 26px;
  letter-spacing: 0.12em;
  margin-right: 17px;
  position: relative;
  top: -7px;
}
@media (max-width: 767px) {
  .faq .accordion-head .number {
    font-size: 5.1401869159vw;
    margin-right: 1.1682242991vw;
    position: relative;
    top: -0.7009345794vw;
  }
}
.faq .accordion-body {
  display: none;
}
.faq .accordion-body-txt {
  display: block;
  padding: 0 50px 10px 65px;
}
@media (max-width: 767px) {
  .faq .accordion-body-txt {
    padding: 2.3364485981vw 0 1.1682242991vw 10.5140186916vw;
  }
}
.faq .accordion-icon {
  position: absolute;
  background: transparent url(../img/plus.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  right: 0;
}
@media (max-width: 767px) {
  .faq .accordion-icon {
    width: 3.5046728972vw;
    height: 3.5046728972vw;
  }
}
.faq .accordion-icon.is-open {
  background-image: url(../img/minus.svg);
}

/* news-list
----------------------------*/
.news {
  padding: 0 50px 100px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1024px) {
  .news {
    padding: 0 30px 100px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 11.6822429907vw 0;
  }
}
.news .inner {
  max-width: 100%;
}
.news .archive-list {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .news .archive-list a::after {
    width: 6px;
    height: 9px;
  }
}

.news-list {
  border-top: 1px solid #2d8ed5;
}
.news-list li {
  border-bottom: 1px solid #2d8ed5;
}
.news-list li a {
  font-size: 18px;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .news-list li a {
    padding: 27px 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .news-list li a {
    font-size: 16px;
    display: block;
    padding: 20px 10px 15px;
  }
}
.news-list-date {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .news-list-title {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .news-list-title {
    font-size: 16px;
  }
}

/* single,page
---------------------------*/
.article {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .article {
    padding-bottom: 23.3644859813vw;
  }
}
.article-head {
  margin-bottom: 80px;
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .article-head {
    margin-bottom: 50px;
  }
}
.article-date {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .article-date {
    font-size: 3.738317757vw;
  }
}
.article-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-title {
    font-size: 5.6074766355vw;
  }
}
.article-thumbnail {
  max-width: 820px;
  margin: 0 auto 50px;
}
.article-thumbnail img {
  height: auto;
}
.article-inner {
  word-break: break-all;
  margin-bottom: 60px;
}
.article-inner img {
  height: auto;
  margin-bottom: 50px;
}
.article-inner p {
  margin-bottom: 30px;
}
.article-inner h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-inner h1 {
    font-size: 5.6074766355vw;
  }
}
.article-inner h2 {
  font-weight: 500;
  font-size: 24px;
  border-bottom: 1px solid #274bd9;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-inner h2 {
    font-size: 5.6074766355vw;
  }
}
.article-inner h3 {
  font-weight: 500;
  font-size: 22px;
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-inner h3 {
    font-size: 5.1401869159vw;
  }
}
.article-inner h4 {
  font-size: 22px;
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 15px;
  padding: 10px 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-inner h4 {
    font-size: 5.1401869159vw;
  }
}
.article-inner h5 {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-inner h5 {
    font-size: 4.6728971963vw;
  }
}
.article-inner h6 {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-inner h6 {
    font-size: 4.6728971963vw;
  }
}
.article-inner a {
  text-decoration: underline;
}
.article-inner ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
.article-inner ol li {
  list-style-type: decimal !important;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.article-inner blockquote {
  background: #fff;
  margin-bottom: 30px;
  padding: 1em;
}
@media (max-width: 767px) {
  .article-inner blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-inner blockquote > :first-child {
  margin-top: 0;
}
.article-inner blockquote > :last-child {
  margin-bottom: 0;
}
.article-inner ul {
  margin-bottom: 30px;
}
.article-inner ul li {
  position: relative;
  padding-left: 20px;
}
.article-inner ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.article-inner figure {
  text-align: center;
  margin-bottom: 30px;
}
.article-inner h1 + p,
.article-inner h2 + p,
.article-inner h3 + p,
.article-inner h4 + p,
.article-inner h5 + p,
.article-inner h6 + p {
  margin-top: 0;
}

.news-btn {
  color: #078D54;
  font-weight: 500;
  border: 1px solid #078D54;
  border-radius: 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6.5px 71px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news-btn {
    padding: 6.5px 51px;
  }
}

/* page-nav
---------------------------*/
.page-nav {
  text-align: center;
}
.page-nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-nav .wp-pagenavi div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
  font-weight: 500;
  border: none;
  text-align: center;
  display: inline-block;
  color: #AFAFAF;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
    font-size: 18px;
    margin: 0 0.75em;
  }
}
@media (max-width: 767px) {
  .page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
    margin: 0 15px;
  }
}
.page-nav .wp-pagenavi a:last-child::after,
.page-nav .wp-pagenavi span:last-child::after {
  position: absolute;
  content: "｜";
  right: -1.25em;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav .wp-pagenavi a::before,
.page-nav .wp-pagenavi span::before {
  position: absolute;
  content: "｜";
  left: -1.25em;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav .wp-pagenavi .page {
  background: transparent;
}
.page-nav .wp-pagenavi .current {
  color: #000;
}
.page-nav .wp-pagenavi .current::after {
  color: #000;
}
.page-nav .wp-pagenavi .current + .larger:before {
  color: #000;
}

/* contact
--------------------*/
.contact {
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .contact {
    padding-bottom: 23.3644859813vw;
  }
}
.contact .inner {
  max-width: 850px;
}
.contact-title {
  color: #078D54;
  position: relative;
  text-align: center;
  font-size: 53px;
  font-weight: bold;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 6.7757009346vw;
    line-height: 1.4285714286;
    margin-bottom: 9.3457943925vw;
  }
}
.contact-title::after {
  position: absolute;
  content: "";
  background: transparent url(../img/entry.png) no-repeat center center/contain;
  width: 474px;
  height: 146px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
@media (max-width: 767px) {
  .contact-title::after {
    width: 61.4485981308vw;
    height: 18.9252336449vw;
    top: -4.6728971963vw;
  }
}
.contact-title span {
  position: relative;
  z-index: 2;
}
.contact-txt {
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .contact-txt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact-txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.contact-subtitle {
  color: #078D54;
  font-size: 28px;
  font-weight: bold;
  border-top: 1px solid #078D54;
  border-bottom: 1px solid #078D54;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .contact-subtitle {
    font-size: 5.6074766355vw;
    padding: 2.3364485981vw;
    margin-bottom: 3.5046728972vw;
  }
}
.contact-tel {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-tel {
    margin-bottom: 9.3457943925vw;
  }
}
.contact-tel p {
  margin-bottom: 0;
}
.contact-tel-number {
  font-size: 58px;
  font-weight: 500;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contact-tel-number {
    font-size: 11.214953271vw;
  }
}
.contact-tel-txt {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact-tel-txt {
    font-size: 3.738317757vw;
  }
}
.contact-table {
  padding-bottom: 70px;
  border-bottom: 1px solid #078D54;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .contact-table {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
.contact-table table {
  width: 100%;
  border-collapse: collapse;
}
.contact-table table tr td {
  text-align: left;
  word-break: break-all;
  display: block;
  width: 100%;
}
.contact-table table tr td p {
  margin-bottom: 0;
}
.contact-table table tr td:nth-child(1) {
  font-weight: 500;
  padding-bottom: 15px;
  letter-spacing: 0.08em;
  font-size: 18px;
}
.contact-table table tr td:nth-child(1) .label {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) .label {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) .label-inner {
    display: flex;
    align-items: center;
  }
}
.contact-table table tr td:nth-child(1) .required {
  font-size: 14px;
  background: #C30D23;
  color: #fff;
  border-radius: 13px;
  margin-right: 12px;
  padding: 3px 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  line-height: 1.85;
  position: relative;
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) .required {
    font-size: 12px;
    margin-right: 10px;
    padding: 2px 15px;
  }
}
.contact-table table tr td:nth-child(1) .ninni {
  font-size: 14px;
  background: #969696;
  color: #fff;
  border-radius: 13px;
  margin-right: 12px;
  padding: 3px 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  line-height: 1.85;
  position: relative;
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) .ninni {
    font-size: 12px;
    margin-right: 10px;
    padding: 2px 15px;
  }
}
.contact-table table tr td:nth-child(2) {
  padding-bottom: 30px;
}
.contact .desc {
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .contact .desc {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .contact .desc {
    display: block;
    margin-top: 5px;
  }
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #EAEAEA;
  background: #EAEAEA;
  height: 70px;
  font-size: 18px;
  padding: 0 36px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
    height: 60px;
    padding: 0 15px;
  }
}
.contact input[type=text]:hover,
.contact input[type=email]:hover,
.contact input[type=tel]:hover {
  border: 1px solid #000;
  cursor: pointer;
}
.contact input[type=text]:focus,
.contact input[type=email]:focus,
.contact input[type=tel]:focus {
  outline: none;
  border: 1px solid #000;
}
.contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact input[type=tel]::-moz-placeholder {
  color: #BEBEBE;
}
.contact input[type=text]::placeholder,
.contact input[type=email]::placeholder,
.contact input[type=tel]::placeholder {
  color: #BEBEBE;
}
.contact textarea {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #EAEAEA;
  background: #EAEAEA;
  font-size: 18px;
  padding: 15px 36px;
  min-height: 181px;
}
@media (max-width: 767px) {
  .contact textarea {
    padding: 15px;
  }
}
.contact textarea:hover {
  border: 1px solid #000;
  cursor: pointer;
}
.contact textarea:focus {
  outline: none;
  border: 1px solid #000;
}
.contact textarea::-moz-placeholder {
  color: #BEBEBE;
}
.contact textarea::placeholder {
  color: #BEBEBE;
}
.contact .wpcf7-checkbox,
.contact .wpcf7-radio {
  display: flex;
}
@media (min-width: 768px) {
  .contact .wpcf7-checkbox,
.contact .wpcf7-radio {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .contact .wpcf7-checkbox,
.contact .wpcf7-radio {
    flex-direction: column;
  }
}
.contact .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .contact .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7-radio .wpcf7-list-item {
    width: calc(50% - 9px);
    margin-right: 18px;
    margin-bottom: 17px;
  }
}
.contact .wpcf7-checkbox .wpcf7-list-item:nth-child(2n),
.contact .wpcf7-radio .wpcf7-list-item:nth-child(2n) {
  margin-right: 0;
}
.contact .wpcf7-checkbox label,
.contact .wpcf7-radio label {
  display: block;
}
.contact input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact input[type=radio] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact input[type=checkbox] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 18.5px 15px 18.5px 64px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact input[type=checkbox] ~ span {
    padding: 10px 15px 10px 67px;
  }
}
.contact input[type=radio] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 18.5px 15px 18.5px 64px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact input[type=radio] ~ span {
    padding: 18.5px 15px 18.5px 67px;
  }
}
.contact input[type=checkbox] ~ span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C6C6C6;
}
.contact input[type=radio] ~ span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C9C9C9;
}
.contact input[type=checkbox] ~ span::after {
  position: absolute;
  content: "";
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #078D54;
}
.contact input[type=radio] ~ span::after {
  position: absolute;
  content: "";
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #078D54;
}
.contact input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}
.contact input[type=radio]:checked ~ span::after {
  opacity: 1;
}
.contact .form-btn {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}
.contact .form-btn input[type=submit],
.contact .form-btn input[type=button] {
  border: none;
  border: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  position: relative;
  background: #078D54;
  color: #fff;
  border-radius: 35px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 22px 116px;
  margin: 0 auto;
  border: 1px solid #078D54;
}
@media (max-width: 767px) {
  .contact .form-btn input[type=submit],
.contact .form-btn input[type=button] {
    font-size: 18px;
    padding: 20px 23.8317757009vw;
  }
}
.contact .form-btn input[type=submit].back_button,
.contact .form-btn input[type=button].back_button {
  background: #fff;
  color: #078D54;
}
.contact .form-btn input[type=submit]:disabled,
.contact .form-btn input[type=button]:disabled {
  background: transparent;
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
  cursor: disabled;
}
.contact .form-privacy {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 93px;
}
@media (min-width: 768px) {
  .contact .form-privacy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact .form-privacy {
    font-feature-settings: "palt";
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 80px;
  }
}
.contact .form-privacy a {
  text-decoration: underline;
  color: #078D54;
}
.contact .form-privacy .wpcf7-list-item {
  margin: 0;
}
.contact .form-privacy .wpcf7-list-item-label {
  padding-left: 72px;
}
@media (max-width: 767px) {
  .contact .form-privacy .wpcf7-list-item-label {
    padding-left: 46px;
  }
}
@media (max-width: 767px) {
  .contact .form-privacy input[type=checkbox] ~ span::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .contact .form-privacy input[type=checkbox] ~ span::after {
    left: 8px;
  }
}

.thanks {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .thanks {
    margin-bottom: 80px;
  }
}
.thanks-txt {
  font-weight: 500;
}
@media (min-width: 768px) {
  .thanks-txt {
    font-size: 18px;
    line-height: 1.9444444444;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .thanks-txt {
    font-size: 4.2056074766vw;
    line-height: 2.2222222222;
    margin-bottom: 70px;
  }
}
.thanks-btn {
  color: #274bd9;
  font-size: 16px;
  letter-spacing: 0.08em;
  border-radius: 35px;
  border: 1px solid #274bd9;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 18px 106px;
}
@media (max-width: 767px) {
  .thanks-btn {
    font-size: 4.2056074766vw;
    padding: 18px 21.0280373832vw;
  }
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* footer-service
----------------------------*/
.footer-service {
  background: #DFFCED;
  padding: 120px 0 0;
  position: relative;
  z-index: 90;
}
@media (max-width: 767px) {
  .footer-service {
    padding: 18.691588785vw 0 0;
  }
}
.footer-service-title {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .footer-service-title {
    margin-bottom: 10.5140186916vw;
  }
}
@media (min-width: 768px) {
  .footer-service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .footer-service-list li {
    width: calc(25% - 30px);
    margin-right: 40px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-service-list li {
    width: calc(50% - 22.5px);
    margin-right: 45px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .footer-service-list li {
    margin-bottom: 7.0093457944vw;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-service-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .footer-service-list li:nth-child(4n) {
    margin-right: 0;
  }
}
.footer-service-list li:last-child {
  margin-bottom: 0;
}
.footer-service-list a:hover {
  opacity: 1;
}
.footer-service-list a:hover .footer-service-list-link::before {
  border: 1px solid #ABDBC2;
}
.footer-service-list-img {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-service-list-img {
    margin-bottom: 2.3364485981vw;
  }
}
.footer-service-list-img::before {
  content: "";
  display: block;
  padding-top: 62.8571428571%;
}
.footer-service-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.footer-service-list-link {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #078D54;
  position: relative;
}
@media (max-width: 767px) {
  .footer-service-list-link {
    font-size: 4.2056074766vw;
  }
}
.footer-service-list-link::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .footer-service-list-link::before {
    width: 7.476635514vw;
    height: 7.476635514vw;
  }
}
.footer-service-list-link::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_right_green01.svg) no-repeat center center/contain;
  width: 12px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 9.5px;
}
@media (max-width: 767px) {
  .footer-service-list-link::after {
    width: 2.8037383178vw;
    height: 2.1028037383vw;
    right: 2.2196261682vw;
  }
}

/* footer-contact
----------------------------*/
.footer-contact {
  padding-bottom: 80px;
  position: relative;
  z-index: 90;
}
.footer-contact-page {
  padding: 120px 0;
  background: #DFFCED;
}
.footer-contact .inner {
  max-width: 1200px;
}
.footer-contact-bg {
  background: #fff;
  border-radius: 20px;
  padding: 75px 70px;
}
@media (min-width: 768px) {
  .footer-contact-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .footer-contact-bg {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-contact-bg {
    border: 1px solid #D3D3D3;
    padding: 21.0280373832vw 7.0093457944vw 23.3644859813vw;
  }
}
@media (min-width: 768px) {
  .footer-contact-inner {
    width: 45.2830188679%;
  }
}
@media (max-width: 1024px) {
  .footer-contact-inner {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-contact-inner {
    margin-bottom: 9.3457943925vw;
  }
}
.footer-contact-txt {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-contact-btn-wrapper {
    width: 45.2830188679%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-contact-btn-wrapper {
    width: 100%;
  }
}
.footer-contact-btn {
  display: block;
  margin-bottom: 20px;
  background: #3BC3A1;
  border-radius: 5px;
  padding: 37px 30px;
}
@media (max-width: 767px) {
  .footer-contact-btn {
    padding: 9.3457943925vw 1.1682242991vw 9.3457943925vw 4.6728971963vw;
  }
}
.footer-contact-btn:last-child {
  margin-bottom: 0;
  padding: 23px 30px;
}
@media (max-width: 767px) {
  .footer-contact-btn:last-child {
    padding: 4.6728971963vw 0 4.6728971963vw 4.6728971963vw;
  }
}
.footer-contact-btn-inner {
  max-width: 354px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .footer-contact-btn-inner {
    font-size: 4.6728971963vw;
  }
}
.footer-contact-btn-icon {
  min-width: 58px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer-contact-btn-icon {
    min-width: 11.6822429907vw;
    width: 11.6822429907vw;
    margin-right: 3.738317757vw;
  }
}
.footer-contact-btn .number {
  display: block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .footer-contact-btn .number {
    font-size: 8.4112149533vw;
  }
}
.footer-contact-btn .time {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.005em;
}
@media (max-width: 767px) {
  .footer-contact-btn .time {
    font-size: 2.8037383178vw;
  }
}

/* footer-entry
----------------------------*/
.footer-entry {
  background: #fff;
  padding-top: 200px;
  padding-bottom: 240px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-entry {
    padding-top: 76px;
    padding-bottom: 91px;
  }
}
.footer-entry:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-entry .inner {
  max-width: 908px;
  position: relative;
  z-index: 1;
}
.footer-entry-title {
  max-width: 448px;
  margin: 0 auto 123px;
}
@media (max-width: 767px) {
  .footer-entry-title {
    max-width: 249px;
    margin-bottom: 69px;
  }
}
@media (min-width: 768px) {
  .footer-entry-list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .footer-entry-list li {
    width: calc(50% - 29px);
    margin-right: 58px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-entry-list li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .footer-entry-list li {
    margin-bottom: 29px;
  }
}
.footer-entry-list li:nth-child(2n) {
  margin-right: 0;
}
.footer-entry-list li:last-child {
  margin-bottom: 0;
}
.footer-entry-list li a {
  background: #fff;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.16);
  display: block;
}
.footer-entry-recruit {
  color: #274bd9;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 45px 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-entry-recruit {
    font-size: 19px;
    padding: 37px 15px;
  }
}
.footer-entry-line {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 28px;
}
@media (max-width: 767px) {
  .footer-entry-line {
    padding: 23px 15px 21px;
  }
}
.footer-entry-line img {
  width: 88px;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .footer-entry-line img {
    width: 66px;
    margin-right: 8px;
  }
}
.footer-entry-line-inner {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footer-entry-line-inner {
    font-size: 12px;
  }
}
.footer-entry-line-inner span {
  font-size: 22px;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .footer-entry-line-inner span {
    font-size: 15px;
  }
}

/* fixed-entry
-------------------------*/
.fixed-entry {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.35);
  padding: 12px 15px 11px;
}
@media (min-width: 768px) {
  .fixed-entry {
    display: none;
  }
}
.fixed-entry a {
  background: #ff9d00;
  color: #fff;
  border-radius: 30px;
  display: block;
  max-width: 311px;
  margin: 0 auto;
  padding: 8.5px 15px;
  line-height: 1.1;
  text-align: center;
}
.fixed-entry a .en01 {
  display: block;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 900;
}
.fixed-entry a .jp {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* footer
----------------------------*/
.footer {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 66.5%, rgba(0, 0, 0, 0.65) 100%);
  color: #fff;
  padding-top: 296px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 33.1775700935vw;
    padding-bottom: 3.5046728972vw;
  }
}
@media (min-width: 768px) {
  .footer-page {
    background: transparent url(../img/footer_bg.png) no-repeat center center/cover;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .footer-page {
    background: transparent url(../img/footer-bg_sp.jpg) no-repeat center center/cover;
  }
}
.footer .inner {
  max-width: 1200px;
}
.footer-wrapper {
  max-width: 1060px;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer-wrapper {
    padding: 0 7.0093457944vw;
    margin-bottom: 37.3831775701vw;
  }
}
@media (min-width: 768px) {
  .footer-left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-left {
    margin-bottom: 32.7102803738vw;
  }
}
@media (min-width: 768px) {
  .footer-right {
    width: 45%;
    margin-top: 80px;
  }
}
.footer-subtitle {
  font-size: 53px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.4716981132;
  margin-bottom: 70px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .footer-subtitle {
    font-size: 10.5140186916vw;
    line-height: 1.4666666667;
    margin-bottom: 7.0093457944vw;
  }
}
.footer-title {
  max-width: 215px;
  margin-bottom: 20px;
}
.footer-company {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-company {
    font-size: 3.738317757vw;
    line-height: 1.5625;
  }
}
.footer-nav {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer-nav {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    margin-bottom: 11.6822429907vw;
  }
}
@media (min-width: 768px) {
  .footer-nav-col:first-child {
    margin-right: 88px;
  }
}
.footer-nav-col li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-nav-col li {
    margin-bottom: 4.6728971963vw;
  }
}
.footer-nav-col li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-nav-col li.has-child {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer-nav-col li.has-child .child {
    margin-left: 7.0093457944vw;
  }
}
.footer-nav-col li a {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) {
  .footer-nav-col li .child {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-nav-col li .child {
    margin-top: 0.4672897196vw;
  }
}
.footer-nav-col li .child ul li {
  padding-left: 43px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-nav-col li .child ul li {
    padding-left: 5.3738317757vw;
    margin-bottom: 3.5046728972vw;
  }
}
.footer-nav-col li .child ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 20px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .footer-nav-col li .child ul li::after {
    width: 2.3364485981vw;
    left: 0;
  }
}
.footer-nav-col li .child ul li a span {
  font-weight: 400;
  letter-spacing: 0;
}
.footer-recruit {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 5px;
  padding: 18.5px 68px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .footer-recruit {
    padding: 4.3224299065vw 15.8878504673vw;
  }
}
.footer-recruit::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ex_wh.svg) no-repeat center center/contain;
  width: 14px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 40.5px;
}
@media (max-width: 767px) {
  .footer-recruit::after {
    width: 3.2710280374vw;
    height: 2.8037383178vw;
    right: 9.4626168224vw;
  }
}
.footer-copyright {
  margin-bottom: 0;
  font-size: 12px;
  text-align: right;
}

/* 404 */
.entry-404 {
  text-align: center;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .entry-404 {
    padding-bottom: 23.3644859813vw;
  }
}

.entry-404-head {
  color: #707070;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .entry-404-head {
    font-size: 30px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 5.6074766355vw;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

.eael-posted-on:before {
  display: none;
}

/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  transform-origin: center center;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.jojoTrigger {
  opacity: 0;
}

.jojo {
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation-name: jojo;
          animation-name: jojo;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  /* ← アニメーションの速さを指定 */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* ← アニメーション終了後も最後の状態を保持 */
  opacity: 0;
}
@media (max-width: 767px) {
  .jojo {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

@-webkit-keyframes jojo {
  from {
    opacity: 1;
    width: 0%;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}

@keyframes jojo {
  from {
    opacity: 1;
    width: 0%;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes reveal {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    /* 全体表示 */
  }
}
@keyframes reveal {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    /* 全体表示 */
  }
}
@-webkit-keyframes topFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes topFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes topHeader {
  from {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  to {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
}
@keyframes topHeader {
  from {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  to {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
}