@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #000;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  br.sp,
  img.sp {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

a.btn-top {
  font-size: 16px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  a.btn-top {
    margin-top: 30px;
  }
}
a.btn-top::before {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  border: 1px solid #000;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  a.btn-top::before {
    width: 30px;
    height: 30px;
  }
}

a.btn-under {
  color: #fff;
  font-size: 14px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
a.btn-under::before {
  content: "";
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
}

header {
  padding-left: 30px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 736px) {
  header {
    display: flex;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #F5f5f5;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    z-index: 10;
    padding: 15px 0 0;
  }
}
header .box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  header .box {
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo {
    text-align: center;
    width: calc(100% - 60px);
  }
}
header .box h1.header-logo img {
  height: 40px;
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo img {
    height: 30px;
  }
}
header .box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  header .box ul {
    flex-wrap: wrap;
    width: 90%;
    margin: 80px auto 30px;
  }
}
header .box ul li {
  position: relative;
  margin-left: 30px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  header .box ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    font-size: 13px;
  }
}
header .box ul li a {
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 736px) {
  header .box ul li a {
    padding: 10px 0;
    display: block;
    font-size: 18px;
    height: auto;
  }
}
header .box ul li a img {
  height: 70px;
}
header .box ul li.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  header .box ul li.sp {
    display: block;
  }
}
@media screen and (max-width: 736px) {
  header .box ul li.btn-mail {
    background-color: #FFEB00;
    margin-top: 50px;
    margin-bottom: 15px;
    border: none;
  }
}
header .box ul li.btn-tel {
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  header .box ul li.btn-tel {
    background-color: #000;
    border: none;
  }
}

.menu-icon {
  display: none;
}
@media screen and (max-width: 736px) {
  .menu-icon {
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
    cursor: pointer;
    z-index: 1000;
  }
}
.menu-icon .line {
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu-icon.open .line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}
.menu-icon.open .line:nth-child(2) {
  opacity: 0;
}
.menu-icon.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(3.4px, -5px);
}

.sp-header-logo {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp-header-logo {
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    position: fixed;
    background-color: #F5f5f5;
    z-index: 1;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  }
}
.sp-header-logo a {
  padding: 15px 0;
  width: calc(100% - 60px);
}
@media screen and (max-width: 736px) {
  .sp-header-logo a {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .sp-header-logo a img {
    height: 30px;
  }
}

footer {
  padding-top: 80px;
  background-color: #333;
  position: relative;
}
@media screen and (max-width: 736px) {
  footer {
    padding-top: 30px;
  }
}
footer .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .box .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left {
    padding-bottom: 15px;
    border-bottom: 1px solid #F5f5f5;
    width: 100%;
  }
}
footer .box .footer-top .footer-left .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo {
    margin-bottom: 15px;
  }
}
footer .box .footer-top .footer-left .logo img {
  height: 40px;
  max-width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo img {
    height: 30px;
    margin-bottom: 10px;
    text-align: left;
  }
}
footer .box .footer-top .footer-left .googlemap {
  margin-bottom: 15px;
}
footer .box .footer-top .footer-left .googlemap a {
  color: #F5f5f5;
  text-decoration: underline;
}
footer .box .footer-top .footer-left .address p {
  font-size: 14px;
  color: #F5f5f5;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .address p {
    font-size: 12px;
    line-height: normal;
  }
}
footer .box .footer-top .footer-left .address p a {
  color: #F5f5f5;
}
footer .box .footer-top .footer-right {
  width: 50%;
  display: flex;
  align-content: space-between;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right {
    flex-wrap: wrap;
    padding-left: 0;
    border: none;
    align-items: center;
    margin-top: 15px;
  }
}
footer .box .footer-top .footer-right ul {
  width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right ul {
    width: auto;
  }
}
footer .box .footer-top .footer-right ul li a {
  display: block;
  margin-right: 10px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
footer .box .footer-top .footer-right .right-box .sub-list {
  width: 20em;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right .right-box .sub-list {
    margin-left: 20px;
  }
}
footer .box .footer-top .footer-right .right-box .sub-list span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #888;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
footer .box .footer-top .footer-right .right-box .sub-list a {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
footer .box .footer-bottom {
  padding-bottom: 50px;
}
footer .box .footer-bottom ul {
  display: flex;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul li {
    margin-right: 10px;
  }
}
footer .box .footer-bottom ul li a {
  display: block;
  color: #F5f5f5;
  font-size: 13px;
  margin: 0 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul li a {
    margin: 0 0 10px;
    font-size: 11px;
  }
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}
#splash .logo {
  z-index: 1002;
  position: relative;
  height: 80px;
  width: 300px;
  overflow: hidden;
}
#splash .logo img {
  height: 80px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s ease-in-out;
}
#splash .gray-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: height 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
  z-index: 1001;
}
#splash.step1 .logo img {
  top: 0;
}
#splash.step2 .gray-bg {
  height: 100%;
}
#splash.step3 .gray-bg {
  transform: translateY(-100%);
}
#splash.hide {
  display: none;
}

main#top section {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main#top section {
    padding: 30px 0;
  }
}
main#top section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main#top section .box h2.title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  position: relative;
  margin-bottom: 60px;
}
main#top section .box h2.title::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #CCE700;
  position: absolute;
  bottom: -30px;
  left: 0;
}
main#top section .box h2.title span {
  font-size: 54px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  line-height: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 736px) {
  main#top section .box h2.title span {
    font-size: 36px;
  }
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}
#splash .logo {
  z-index: 1002;
  position: relative;
  height: 80px;
  width: 300px;
  overflow: hidden;
}
#splash .logo img {
  height: 80px;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s ease-in-out;
}

#mv .mv-text h2,
#mv .mv-text h3 {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#mv.step2 .mv-text h2 {
  opacity: 1;
}
#mv.step3 .mv-text h3 {
  opacity: 1;
}

main#top #mv {
  background-color: #fff;
  background-image: url(../img/top/mv01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 240/119;
  margin-top: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  main#top #mv {
    background-image: url(../img/top/mv01-sp.png);
    background-position: bottom;
    width: 100%;
    height: calc(100svh - 60px);
    aspect-ratio: auto;
    margin-bottom: 20vh;
    margin-top: 60px;
    padding: 0;
  }
}
main#top #mv .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main#top #mv .box {
    position: relative;
  }
}
main#top #mv .box .mv-text {
  margin-left: 10%;
  margin-top: 10%;
}
@media screen and (max-width: 736px) {
  main#top #mv .box .mv-text {
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 15px;
  }
}
main#top #mv .box .mv-text h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 736px) {
  main#top #mv .box .mv-text h2 {
    font-size: 30px;
  }
}
main#top #mv .box .mv-text h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  main#top #mv .box .mv-text h3 {
    margin-top: 10px;
    font-size: 12px;
  }
}
main#top #mission .box .title-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#top #mission .box .title-box {
    display: block;
  }
}
main#top #mission .box .title-box p.sub-title {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  main#top #mission .box .title-box p.sub-title {
    font-size: 14px;
  }
}
main#top #mission .box .inner-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 736px) {
  main#top #mission .box .inner-box {
    margin-top: 30px;
    padding-top: 30px;
  }
}
main#top #mission .box .inner-box .text {
  width: 30em;
  padding-right: 20px;
}
@media screen and (max-width: 736px) {
  main#top #mission .box .inner-box .text {
    width: 100%;
  }
}
main#top #mission .box .inner-box .text h3 {
  font-size: 28px;
  margin-bottom: 1em;
}
@media screen and (max-width: 736px) {
  main#top #mission .box .inner-box .text h3 {
    font-size: 20px;
    font-weight: 500;
  }
}
@media screen and (max-width: 736px) {
  main#top #mission .box .inner-box .text p {
    font-size: 14px;
  }
}
main#top #mission .box .inner-box .img {
  flex: 1;
}
@media screen and (max-width: 736px) {
  main#top #mission .box .inner-box .img {
    width: 100%;
  }
}
main#top #mission .box .inner-box .img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#top #mission .box .inner-box .img ul {
    margin-top: 30px;
  }
}
main#top #mission .box .inner-box .img ul li {
  width: 24%;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: inset rgba(0, 0, 0, 0.1) 2px 2px 4px;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  main#top #mission .box .inner-box .img ul li {
    width: 48%;
  }
}
main#top #mission .box .inner-box .img ul li img {
  height: 40px;
  margin-bottom: 15px;
}
main#top #mission .box .inner-box .img ul li p {
  font-size: 15px;
  text-align: center;
  letter-spacing: normal;
  line-height: normal;
}
main#top #about .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main#top #about .box .text {
  width: 50%;
}
main#top #about .box .text h2.title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  position: relative;
  margin-bottom: 60px;
}
main#top #about .box .text h2.title::after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #CCE700;
  position: absolute;
  bottom: -30px;
  left: 0;
}
main#top #about .box .text h2.title span {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  display: block;
  line-height: normal;
}
main#top #about .box .img {
  width: 45%;
}
main#top #about .box .img img {
  width: 100%;
}
main#top #news {
  background-color: #F5f5f5;
}
main#top #news .box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 50px 0;
}
@media screen and (max-width: 736px) {
  main#top #news .box {
    flex-wrap: wrap;
  }
}
main#top #news .box .title-box {
  position: relative;
  width: 14em;
}
@media screen and (max-width: 736px) {
  main#top #news .box .title-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 736px) {
  main#top #news .box .title-box span.title-en {
    font-size: 20px;
  }
}
main#top #news .box .title-box a.btn-top {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 736px) {
  main#top #news .box .title-box a.btn-top {
    position: relative;
    margin-top: 0;
  }
}
main#top #news .box .contents-box {
  flex: 1;
}
main#top #news .box .contents-box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#top #news .box .contents-box ul {
    flex-wrap: wrap;
  }
}
main#top #news .box .contents-box ul li {
  width: 32%;
  padding-bottom: 20px;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  main#top #news .box .contents-box ul li {
    width: 100%;
    padding: 0px 0 10px;
    margin-bottom: 30px;
  }
}
main#top #news .box .contents-box ul li a {
  display: block;
}
main#top #news .box .contents-box ul li a img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
main#top #news .box .contents-box ul li a span.cat {
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 40px;
  margin-right: 10px;
  border: 1px solid #000;
  margin-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 736px) {
  main#top #news .box .contents-box ul li a span.cat {
    margin-left: 15px;
  }
}
main#top #news .box .contents-box ul li a span.date {
  color: #aaa;
  font-size: 14px;
  margin-right: 20px;
}
@media screen and (max-width: 736px) {
  main#top #news .box .contents-box ul li a span.date {
    margin-left: 15px;
  }
}
main#top #news .box .contents-box ul li a p {
  margin: 10px 20px 0;
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  main#top #news .box .contents-box ul li a p {
    margin: 0 0 10px 15px;
  }
}
main#top #service .box {
  max-width: none;
}
main#top #service .box .title-box {
  margin-left: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
main#top #service .box .service-bg {
  background-color: #f2f2f2;
  max-width: 1500px;
  margin: 0 auto;
}
main#top #service .box .inner-box {
  width: 100%;
  max-width: 1200px;
  padding: 50px 80px;
  margin: 0 auto;
  border-radius: 6px;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box {
    padding: 15px;
  }
}
main#top #service .box .inner-box span.subtitle {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box span.subtitle {
    font-size: 24px;
  }
}
main#top #service .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #service .box .inner-box ul li {
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 100px;
}
main#top #service .box .inner-box ul li .img {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box ul li .img {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main#top #service .box .inner-box ul li .img img {
  width: 200px;
  height: auto;
}
main#top #service .box .inner-box ul li .text .more-btn-box {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
}
main#top #service .box .inner-box ul li .text .more-btn-box a.more-btn {
  justify-content: center;
  background-color: #FFD000;
  padding: 15px 80px;
  border-radius: 100px;
}
main#top #service .box .inner-box ul li:nth-of-type(1),
main#top #service .box .inner-box ul li:nth-of-type(2) {
  width: 49%;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box ul li:nth-of-type(1),
  main#top #service .box .inner-box ul li:nth-of-type(2) {
    width: 100%;
  }
}
main#top #service .box .inner-box ul li:nth-of-type(1) .img .cl-title,
main#top #service .box .inner-box ul li:nth-of-type(2) .img .cl-title {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box ul li:nth-of-type(1) .img .cl-title,
  main#top #service .box .inner-box ul li:nth-of-type(2) .img .cl-title {
    margin-bottom: 20px;
  }
}
main#top #service .box .inner-box ul li:nth-of-type(1) .img .cl-title span.num,
main#top #service .box .inner-box ul li:nth-of-type(2) .img .cl-title span.num {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
main#top #service .box .inner-box ul li:nth-of-type(1) .img .cl-title h3,
main#top #service .box .inner-box ul li:nth-of-type(2) .img .cl-title h3 {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
}
main#top #service .box .inner-box ul li:nth-of-type(1) .img .cl-title p,
main#top #service .box .inner-box ul li:nth-of-type(2) .img .cl-title p {
  font-size: 18px;
  font-weight: 500;
}
main#top #service .box .inner-box ul li:nth-of-type(3),
main#top #service .box .inner-box ul li:nth-of-type(4),
main#top #service .box .inner-box ul li:nth-of-type(5) {
  width: 32%;
  align-items: normal;
  align-content: flex-start;
  padding-top: 10px;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box ul li:nth-of-type(3),
  main#top #service .box .inner-box ul li:nth-of-type(4),
  main#top #service .box .inner-box ul li:nth-of-type(5) {
    width: 100%;
  }
}
main#top #service .box .inner-box ul li:nth-of-type(3) .img,
main#top #service .box .inner-box ul li:nth-of-type(4) .img,
main#top #service .box .inner-box ul li:nth-of-type(5) .img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
main#top #service .box .inner-box ul li:nth-of-type(3) .img span.num,
main#top #service .box .inner-box ul li:nth-of-type(4) .img span.num,
main#top #service .box .inner-box ul li:nth-of-type(5) .img span.num {
  width: 100%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
main#top #service .box .inner-box ul li:nth-of-type(3) .img img,
main#top #service .box .inner-box ul li:nth-of-type(4) .img img,
main#top #service .box .inner-box ul li:nth-of-type(5) .img img {
  width: auto;
  height: 70px;
  margin-bottom: 20px;
}
main#top #service .box .inner-box ul li:nth-of-type(3) .img h3,
main#top #service .box .inner-box ul li:nth-of-type(4) .img h3,
main#top #service .box .inner-box ul li:nth-of-type(5) .img h3 {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
main#top #service .box .inner-box ul li:nth-of-type(3) .text,
main#top #service .box .inner-box ul li:nth-of-type(4) .text,
main#top #service .box .inner-box ul li:nth-of-type(5) .text {
  width: 100%;
}
main#top #service .box .inner-box ul li:nth-of-type(6),
main#top #service .box .inner-box ul li:nth-of-type(7) {
  width: 49%;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box ul li:nth-of-type(6),
  main#top #service .box .inner-box ul li:nth-of-type(7) {
    width: 100%;
  }
}
main#top #service .box .inner-box ul li:nth-of-type(6) .img.pc,
main#top #service .box .inner-box ul li:nth-of-type(7) .img.pc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box ul li:nth-of-type(6) .img.pc,
  main#top #service .box .inner-box ul li:nth-of-type(7) .img.pc {
    display: none;
  }
}
main#top #service .box .inner-box ul li:nth-of-type(6) .img.pc img,
main#top #service .box .inner-box ul li:nth-of-type(7) .img.pc img {
  height: 70px;
  width: auto;
  margin-right: 50px;
}
main#top #service .box .inner-box ul li:nth-of-type(6) .img.pc .text,
main#top #service .box .inner-box ul li:nth-of-type(7) .img.pc .text {
  text-align: center;
}
main#top #service .box .inner-box ul li:nth-of-type(6) .img.pc .text span.num,
main#top #service .box .inner-box ul li:nth-of-type(7) .img.pc .text span.num {
  font-weight: 600;
  text-align: center;
}
main#top #service .box .inner-box ul li:nth-of-type(6) .img.sp,
main#top #service .box .inner-box ul li:nth-of-type(7) .img.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box ul li:nth-of-type(6) .img.sp,
  main#top #service .box .inner-box ul li:nth-of-type(7) .img.sp {
    display: flex;
  }
}
main#top #service .box .inner-box ul li:nth-of-type(6) .img.sp span.num,
main#top #service .box .inner-box ul li:nth-of-type(7) .img.sp span.num {
  width: 100%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
main#top #service .box .inner-box ul li:nth-of-type(6) .img.sp img,
main#top #service .box .inner-box ul li:nth-of-type(7) .img.sp img {
  width: auto;
  height: 70px;
  margin-bottom: 20px;
}
main#top #service .box .inner-box ul li:nth-of-type(6) .img.sp h3,
main#top #service .box .inner-box ul li:nth-of-type(7) .img.sp h3 {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
main#top #service .box .inner-box.lifestyle-box ul li {
  width: 32%;
  align-items: normal;
  align-content: flex-start;
  padding-top: 10px;
}
@media screen and (max-width: 736px) {
  main#top #service .box .inner-box.lifestyle-box ul li {
    width: 100%;
  }
}
main#top #service .box .inner-box.lifestyle-box ul li .img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
main#top #service .box .inner-box.lifestyle-box ul li .img span.num {
  width: 100%;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
main#top #service .box .inner-box.lifestyle-box ul li .img img {
  width: auto;
  height: 120px;
  margin-bottom: 20px;
}
main#top #service .box .inner-box.lifestyle-box ul li .img h3 {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
main#top #service .box .inner-box.lifestyle-box ul li .text {
  width: 100%;
}
main#top #other {
  background-image: url(../img/top/other-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
main#top #other .box .company-banner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  main#top #other .box .company-banner {
    height: 92px;
  }
}
main#top #other .box .company-banner a {
  display: flex;
  justify-content: space-between;
  height: 150px;
}
main#top #other .box .company-banner a .text {
  background-color: #FFD000;
  padding: 30px 80px;
}
@media screen and (max-width: 736px) {
  main#top #other .box .company-banner a .text {
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 92px;
  }
}
@media screen and (max-width: 736px) {
  main#top #other .box .company-banner a .text h2.title {
    margin-bottom: 0;
    font-size: 14px;
  }
}
main#top #other .box .company-banner a .text h2.title::after {
  display: none;
}
main#top #other .box .company-banner a .text h2.title span {
  font-size: 50px;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  main#top #other .box .company-banner a .text h2.title span {
    font-size: 20px;
    display: none;
  }
}
main#top #other .box .company-banner a .img {
  position: relative;
  flex: 1;
}
main#top #other .box .company-banner a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#top #other .box .company-banner a .img p.btn-top {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  margin-top: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main#top #other .box .company-banner a .img p.btn-top {
    right: 10px;
    font-size: 12px;
  }
}
main#top #other .box .company-banner a .img p.btn-top::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  background-color: #fff;
  background-image: url(../img/common/icon-arrow-gray.svg);
  border: 1px solid #fff;
}
@media screen and (max-width: 736px) {
  main#top #other .box .company-banner a .img p.btn-top::before {
    width: 24px;
    height: 24px;
  }
}
main#top #other .box .rex-banner {
  max-width: 1000px;
  margin: 30px auto 0;
}
@media screen and (max-width: 736px) {
  main#top #other .box .rex-banner {
    margin-top: 15px;
  }
}
main#top #other .box .rex-banner img {
  border-radius: 10px;
}
main#top #contact .box .form-box form table {
  margin: 0 auto;
}
main#top #contact .box .form-box form table tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-align: left;
  width: 24em;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .form-box form table tr th {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
main#top #contact .box .form-box form table tr th span {
  padding: 4px 20px 4px 20px;
  border-radius: 100px;
  color: #F5f5f5;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.3em;
  text-align: center;
  margin-left: 15px;
}
main#top #contact .box .form-box form table tr th span.req {
  background-color: #000;
}
main#top #contact .box .form-box form table tr th span.opt {
  background-color: #B3B3B3;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .form-box form table tr th p {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  main#top #contact .box .form-box form table tr td {
    display: block;
    width: 100%;
  }
}
main#top #contact .box .form-box form table tr td span.label {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .form-box form table tr td span.label {
    margin-bottom: 0;
  }
}
main#top #contact .box .form-box form table tr td span.wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .form-box form table tr td span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
main#top #contact .box .form-box form table tr td span.gray {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-align: left;
  margin-bottom: 15px;
  color: #7F8786;
  width: 100%;
  display: block;
}
main#top #contact .box .form-box form table tr td span.gray.bt {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
main#top #contact .box .form-box form table tr td input[type=radio] {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
}
main#top #contact .box .form-box form table tr td input[type=text],
main#top #contact .box .form-box form table tr td input[type=email],
main#top #contact .box .form-box form table tr td input[type=tel],
main#top #contact .box .form-box form table tr td textarea {
  padding: 20px 16px;
  border-radius: 6px;
  border: none;
  background-color: #F5F5F5;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .form-box form table tr td input[type=text],
  main#top #contact .box .form-box form table tr td input[type=email],
  main#top #contact .box .form-box form table tr td input[type=tel],
  main#top #contact .box .form-box form table tr td textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
main#top #contact .box .form-box form table tr td select {
  padding: 20px 18px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 80%;
  margin-bottom: 20px;
}
main#top #contact .box .form-box form table tr td ::-moz-placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}
main#top #contact .box .form-box form table tr td ::placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .form-box form .btn-box {
    display: block;
    margin: 30px auto;
  }
}
main#top #contact .box .form-box form .btn-box p {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#top #contact .box .form-box form .btn-box p input[type=submit],
main#top #contact .box .form-box form .btn-box p input[type=button] {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border-radius: 100px;
  border: 1px solid #000;
  position: relative;
  background-color: #000;
  color: #F5f5f5;
  cursor: pointer;
  border: none;
  opacity: 1;
  transition: 0.2s;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .form-box form .btn-box p input[type=submit],
  main#top #contact .box .form-box form .btn-box p input[type=button] {
    width: 100%;
    text-align: center;
  }
}
main#top #contact .box .form-box form .btn-box p input[type=submit]:hover,
main#top #contact .box .form-box form .btn-box p input[type=button]:hover {
  opacity: 0.7;
}
main#top #contact .box .form-box form .btn-box p input[type=button] {
  background-color: #bbb;
  display: inline-block !important;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  main#top #contact .box .form-box form .btn-box p input[type=button] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=top.css.map */