@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

th {
  text-align: left;
  font-weight: normal;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* Common
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  color: #000;
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", osaka, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 625%;
}

body {
  font-size: .16em;
}

:root {
  scroll-padding: 100px;
}

a {
  text-decoration: none;
  transition: .3s;
}

a img {
  transition: .3s;
}

a:hover img {
  opacity: 0.8;
}

.sp-only {
  display: none;
}

.sp-only-inline {
  display: none;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

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

.ta-center {
  text-align: center;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-inner__w1700 {
  max-width: 1700px;
}

.l-inner__pc-full {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .l-inner__w1700 {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .l-inner {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
  .l-inner__w1700 {
    max-width: 100%;
  }
}

.l-wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

.mw_wp_form_input .mwf-input-only {
  display: block;
}

.mw_wp_form_input .mwf-confirm-only {
  display: none;
}

.mw_wp_form_confirm .mwf-input-only {
  display: none;
}

.mw_wp_form_confirm .mwf-confirm-only {
  display: block;
}

.mw_wp_form.mw_wp_form_input .error {
  display: block;
  background: #e00;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: .8em;
  border-radius: 4px;
  margin: .5em 0;
}

/* Header
-------------------------------------------------- */
.m-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  padding: 0 3.5em 0 1.6em;
}

.m-header-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6em;
}

.m-header-box-right {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.m-header-logo-link-img {
  max-width: 40vw;
}

.m-header-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.m-header-menu-item {
  margin-left: 3em;
}

.m-header-menu-item-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.m-header-menu-item-link-ja {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: .8em;
  text-transform: uppercase;
  transition: .3s;
}

.m-header-menu-item-link-en {
  color: #20b2aa;
  font-size: 12px;
  font-family: "Lato";
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: .3s;
}

.m-header-menu-item-link:hover .m-header-menu-item-link-ja {
  color: #20b2aa;
}

.m-header-spMenu {
  display: none;
  height: 100%;
  text-align: right;
}

.m-header-spMenu-link-img {
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  .m-header {
    height: min(15.625vw, 78px);
    padding: 0 0 0 .5em;
  }
  .m-header-box {
    align-items: stretch;
    height: 100%;
  }
  .m-header-box-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .m-header-logo-link-img {
    max-width: min(75.13021vw, 375.05px);
  }
  .m-header-menu {
    display: none;
  }
  .m-header-spMenu {
    display: block;
  }
}

/* Index
-------------------------------------------------- */
.index-mv {
  position: relative;
}

.index-mv-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3.2em 0 4.2em 8em;
  background: url(../images/index/mv-bg01.png) no-repeat left center;
  background-size: auto 100%;
}

.index-mv-images-item-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.index-mv-heading {
  margin-bottom: min(2.5vw, 48px);
}

.index-mv-heading-img {
  max-width: 100%;
  height: min(26.04167vw, 500px);
}

.index-mv-txt {
  /* width: 680px; */
  max-width: 100%;
}

.index-mv-txt p {
  font-size: min(1.14583vw, 22px);
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9);
}

.index-message-box {
  display: flex;
  flex-direction: row;
  padding: 0 5em 0 5.7em;
}

.index-message-box-left {
  padding-right: 4em;
}

.index-message-figure {
  margin: 0;
}

.index-message-figure-img {
  max-width: 100%;
}

.index-message-title {
  margin-bottom: 2em;
}

.index-message-title-en {
  margin-bottom: 2em;
}

.index-message-title-heading {
  color: #2c2c2c;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: .6em;
}

.index-message-title-subHeading {
  color: #2cb3aa;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.index-message-title-name {
  font-size: 20px;
  font-weight: bold;
  color: #2c2c2c;
}

.index-message-txt {
  max-width: 700px;
  margin-bottom: 2em;
}

.index-message-txt p {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.index-message__message {
  padding: 12.8em 0 12.7em;
  background: url(../images/index/message-bg01.jpg) no-repeat top center;
  background-size: cover;
}

.index-message__message .index-message-box-right {
  padding-top: 4.3em;
}

.index-message__works {
  background: url(../images/index/works-bg01.jpg) no-repeat top center;
  background-size: cover;
  padding: 0 0 8.2em;
}

.index-message__works .index-message-box {
  flex-direction: row-reverse;
}

.index-message__works .index-message-box-left {
  margin-top: -1.1em;
  padding-right: 0;
}

.index-message__works .index-message-title-heading {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9);
}

.index-message__works .index-message-title-subHeading {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9);
}

.index-message__works .index-message-txt p {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9), 0 0 5px rgba(0, 0, 0, 0.9);
}

.index-message__recruit {
  background: url(../images/index/recruit-bg01.jpg) no-repeat top center;
  background-size: cover;
  padding: 8.3em 0 5.4em;
}

.index-message__recruit .l-inner {
  max-width: 100%;
}

.index-message__recruit .index-message-box {
  flex-direction: row-reverse;
  justify-content: start;
  padding: 0;
}

.index-message__recruit .index-message-box-left {
  padding: 3.1em 0 0 4em;
}

.index-message__recruit .index-message-box-right {
  width: 55vw;
}

.index-message__recruit .index-message-figure-img {
  width: 100%;
}

.index-message__recruit .index-message-title {
  padding-right: 4em;
}

.index-message__recruit .index-message-txt {
  padding-right: 4em;
}

.index-group {
  background: url(../images/index/group-bg01.jpg) no-repeat top center;
  background-size: cover;
  padding: 5em 0 3.5em;
}

.index-group-title {
  text-align: center;
  margin-bottom: 3em;
}

.index-group-title-en {
  color: #ffffff;
  font-size: 60px;
  font-family: 'Lato';
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: .3em;
}

.index-group-title-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.index-group-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -1.5em;
}

.index-group-items-item {
  padding: 0 1.5em;
  margin-bottom: 2.5em;
}

.index-group-items-item-link-img {
  width: 100%;
  height: auto;
}

.index-group-txt p {
  color: #fff;
  font-size: 10px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

.index-group-txt p a {
  color: #fff;
}

.index-group-txt p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .index-mv-images-item-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .index-mv-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    background-image: url(../images/sp/index/mv-bg01.png);
    padding: 1.5em 1.5em 2.5em 1.5em;
  }
  .index-mv-heading {
    margin-bottom: 1em;
  }
  .index-mv-heading-img {
    max-width: min(37.5vw, 187.2px);
    height: 265px;
  }
  .index-mv-txt p {
    font-size: min(3.64583vw, 18.2px);
  }
  .index-message {
    padding: 4.2em 0 0;
  }
  .index-message-box {
    flex-direction: column;
    padding: 0;
  }
  .index-message-box-left {
    width: 100%;
    padding-right: 0;
  }
  .index-message-box-right {
    width: calc(100% + 3em);
    padding: 0 0 0;
    margin: 0 -1.5em 0;
  }
  .index-message-figure {
    margin-bottom: 0;
  }
  .index-message-title {
    margin-bottom: 1.3em;
  }
  .index-message-title-en {
    margin-bottom: 1.6em;
  }
  .index-message-title-en-img {
    max-width: min(74.73958vw, 373.1px);
    height: auto;
  }
  .index-message-title-heading {
    font-size: min(4.6875vw, 23.4px);
    margin-bottom: 1em;
  }
  .index-message-title-subHeading {
    color: #2cb3aa;
    text-shadow: none;
    font-size: min(4.6875vw, 23.4px);
  }
  .index-message-title-name {
    font-size: min(3.90625vw, 19.5px);
  }
  .index-message-txt {
    margin-bottom: 1.7em;
  }
  .index-message-txt p {
    font-size: min(3.38542vw, 16.9px);
  }
  .index-message-more .m-btn {
    max-width: min(58.20312vw, 290.55px);
  }
  .index-message__message {
    background-image: url(../images/sp/index/message-bg01.jpg);
    background-size: 100% auto;
    background-position: top center;
  }
  .index-message__message .index-message-box-right {
    padding-top: 2.5em;
  }
  .index-message__works {
    padding: 4.2em 0 0;
    background-image: none;
  }
  .index-message__works .index-message-box {
    flex-direction: column;
  }
  .index-message__works .index-message-box-left {
    margin-top: 0;
  }
  .index-message__works .index-message-box-right {
    padding-top: 2.4em;
  }
  .index-message__works .index-message-title-en {
    margin-bottom: 1.1em;
  }
  .index-message__works .index-message-title-en-img {
    max-width: min(60.80729vw, 303.55px);
  }
  .index-message__works .index-message-title-heading {
    color: #2c2c2c;
    text-shadow: none;
  }
  .index-message__works .index-message-title-subHeading {
    color: #2cb3aa;
    font-size: min(4.16667vw, 20.8px);
    text-shadow: none;
    margin-bottom: 1.2em;
  }
  .index-message__works .index-message-txt p {
    text-shadow: none;
    color: #2c2c2c;
    font-size: min(3.38542vw, 16.9px);
  }
  .index-message__recruit {
    background-image: url(../images/sp/index/recruit-bg01.jpg);
    background-size: cover;
    background-position: top center;
    padding-bottom: 3.7em;
  }
  .index-message__recruit .index-message-box {
    flex-direction: column;
  }
  .index-message__recruit .index-message-box-left {
    padding: 0 0 0;
  }
  .index-message__recruit .index-message-box-right {
    width: calc(100% + 3em);
    padding-top: 2.4em;
  }
  .index-message__recruit .index-message-title {
    padding-right: 0;
  }
  .index-message__recruit .index-message-title-en {
    margin-bottom: 1.1em;
  }
  .index-message__recruit .index-message-title-en-img {
    max-width: min(67.70833vw, 338px);
  }
  .index-message__recruit .index-message-txt {
    padding-right: 0;
  }
  .index-group {
    padding: 3.5em 0;
  }
  .index-group-title {
    margin-bottom: 2em;
  }
  .index-group-title-en {
    font-size: min(10.41667vw, 52px);
  }
  .index-group-title-heading {
    font-size: min(5.20833vw, 26px);
  }
  .index-group-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -0.5em 1em;
  }
  .index-group-items-item {
    width: 50%;
    padding: 0 .5em;
    margin-bottom: 1em;
  }
  .index-group-items-item:last-child {
    margin-bottom: 0;
  }
  .index-group-txt p {
    font-size: min(2.5vw, 13px);
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .index-mv-content {
    padding-left: 4em;
  }
  .index-message-box {
    padding: 0 2.5em 0 2.5em;
  }
  .index-message-box-left {
    max-width: 50vw;
    padding-right: 2em;
  }
  .index-message-title-en-img {
    max-width: 100%;
    height: auto;
  }
  .index-message__message {
    padding: 6.4em 0;
  }
  .index-message__works .index-message-box-left {
    padding-right: 3em;
  }
  .index-message__recruit .index-message-box-left {
    padding: 2.5em 0 0 2.5em;
  }
}

/* Sub
-------------------------------------------------- */
.sub-mv {
  position: relative;
}

.sub-mv-content {
  position: absolute;
  top: 50%;
  left: calc( ( 100vw - 1200px ) / 2);
  transform: translateY(-50%);
}

.sub-mv-title-heading {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: .1em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7), 0 0 8px rgba(0, 0, 0, 0.7);
}

.sub-mv-title-en-txt {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #20b2aa;
  padding: .5em .3em .4em;
}

.sub-mv-bg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}

.sub-mv-bg-img {
  vertical-align: bottom;
}

.sub-breadcrumb {
  background: #eaf6f5;
  padding: .8em 0;
}

@media screen and (max-width: 768px) {
  .sub-mv-content {
    left: 1.5em;
  }
  .sub-mv-title-heading {
    font-size: min(10.41667vw, 52px);
    margin-bottom: .1em;
  }
  .sub-mv-title-en-txt {
    font-size: min(4.6875vw, 23.4px);
    padding: .5em .3em .4em;
  }
  .sub-mv-bg {
    justify-content: start;
    margin: 0;
  }
  .sub-mv-bg-img {
    width: 100%;
    max-width: 100%;
  }
  .sub-breadcrumb {
    padding: .8em 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .sub-mv-content {
    left: 2em;
  }
}

/* Requirements
-------------------------------------------------- */
.require-single {
  padding: 5.8em 0 8.7em;
}

.require-single-title {
  text-align: center;
  margin-bottom: 1.8em;
}

.require-single-title-heading {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 1.9em;
}

.require-single-title-subHeading {
  font-size: 24px;
  font-weight: bold;
  color: #2cb3aa;
}

.require-single-table {
  margin-bottom: 3.1em;
}

.require-single-table table {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #cad9d8;
}

.require-single-table table tbody tr {
  border-bottom: 1px solid #cad9d8;
}

.require-single-table table tbody tr th {
  min-width: 280px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  color: #2c2c2c;
  padding: 1.1em 0 1.1em 4.9em;
}

.require-single-table table tbody tr td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: #2c2c2c;
  padding: 1.1em 0;
}

.require-single-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.9em;
}

.require-single-links-item {
  padding: 0 1.9em;
  margin-bottom: 3.5em;
  text-align: center;
}

.require-single-links-item .m-btn {
  width: 432px;
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", osaka, arial, helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  .require-single {
    padding: 3em 0 3em;
  }
  .require-single-title {
    margin-bottom: 1.3em;
  }
  .require-single-title-heading {
    font-size: min(6.25vw, 31.2px);
    margin-bottom: 1.4em;
  }
  .require-single-title-subHeading {
    font-size: min(4.6875vw, 23.4px);
  }
  .require-single-table {
    margin-bottom: 2.2em;
  }
  .require-single-table table, .require-single-table tbody, .require-single-table tr, .require-single-table th, .require-single-table td {
    display: block;
  }
  .require-single-table table {
    margin: 0 auto;
  }
  .require-single-table table tbody tr th {
    width: 100%;
    font-size: min(4.6875vw, 23.4px);
    padding: .7em 0 0;
  }
  .require-single-table table tbody tr td {
    font-size: min(4.16667vw, 20.8px);
    padding: .5em 0 .7em;
  }
  .require-single-links {
    flex-direction: column;
    margin: 0;
  }
  .require-single-links-item {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  .require-single-links-item:last-child {
    margin-bottom: 0;
  }
}

/* About
-------------------------------------------------- */
.about-title {
  text-align: center;
  margin-bottom: 3.8em;
}

.about-title-heading {
  font-size: 36px;
  font-weight: bold;
  color: #2c2c2c;
}

.about-title-en {
  color: #20b2aa;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1.2em;
}

.about-table table {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #cad9d8;
}

.about-table table tbody tr {
  border-bottom: 1px solid #cad9d8;
}

.about-table table tbody tr th {
  width: 246px;
  font-size: 16px;
  font-weight: bold;
  color: #20b2aa;
  line-height: 1.8;
  padding: 1em 0 1em 5.7em;
}

.about-table table tbody tr th.__c-black {
  color: #2c2c2c;
}

.about-table table tbody tr td {
  font-size: 16px;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1.8;
  padding: 1em 0;
}

.about-top {
  padding: 3.2em 0 4.5em;
}

.about-top-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #eaf6f5;
  padding: 1.8em 0;
  margin-bottom: 6.2em;
}

.about-top-menu-item {
  padding: 0 1.1em;
}

.about-top-menu-item-link {
  font-size: 18px;
  font-weight: bold;
  color: #2c2c2c;
}

.about-top-menu-item-link:hover {
  color: #20b2aa;
}

.about-top-menu-item-link::after {
  content: "▼";
  display: inline;
  color: #20b2aa;
  margin-left: .4em;
}

.about-top-box {
  display: flex;
  flex-direction: row;
}

.about-top-box-left {
  width: 410px;
}

.about-top-box-right {
  flex: 1;
}

.about-top-title-en {
  margin-bottom: 1.5em;
}

.about-top-title-en-img {
  max-width: 100%;
  height: auto;
}

.about-top-title-heading {
  font-size: 24px;
  font-weight: bold;
  color: #20b2aa;
}

.about-top-txt h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  color: #2c2c2c;
  margin-bottom: .8em;
}

.about-top-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #2c2c2c;
}

.about-overview {
  padding: 0 0 5.8em;
}

.about-chart {
  padding: 0 0 6.8em;
}

.about-chart-figure {
  margin: 0;
  text-align: center;
}

.about-chart-figure-img {
  max-width: 100%;
  height: auto;
}

.about-history {
  padding: 0 0 8em;
}

.about-plan-body {
  background: #f3f9f9;
  padding: 4em 8em 5.7em;
}

.about-plan-title {
  margin-bottom: 2.3em;
}

.about-plan-title-heading {
  font-size: 30px;
  font-weight: bold;
  color: #2c2c2c;
}

.about-plan-title-subHeading {
  font-size: 20px;
  font-weight: bold;
  color: #2c2c2c;
  margin-top: .8em;
}

.about-plan-data {
  margin-bottom: 6.1em;
}

.about-plan-data dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #20b2aa;
}

.about-plan-data dl dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #2c2c2c;
  padding: .4em 0 .5em;
}

.about-plan-data__no-mb {
  margin-bottom: 0;
}

.about-plan {
  padding: 0 0 7em;
}

.about-group {
  padding: 0 0 7em;
}

.about-group-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.5em 0;
  padding: 0 4.6em;
}

.about-group-items-item {
  width: 33.3%;
  padding: 0 1.5em;
  margin-bottom: 2.7em;
}

.about-group-items-item-figure {
  text-align: center;
  margin: 0 0 .8em;
}

.about-group-items-item-figure-link-img {
  max-width: 100%;
  height: auto;
  border: 1px solid #d6d6d6;
}

.about-group-items-item-figure-link:hover .about-group-items-item-figure-link-img {
  border-color: #20b2aa;
}

.about-group-items-item-txt {
  text-align: center;
}

.about-group-items-item-txt-link {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.about-group-items-item-txt-link:hover {
  color: #20b2aa;
}

@media screen and (max-width: 768px) {
  .about-title {
    margin-bottom: 1.5em;
  }
  .about-title-heading {
    font-size: min(7.8125vw, 39px);
  }
  .about-title-en {
    font-size: min(4.42708vw, 22.1px);
    margin-top: 0.9em;
  }
  .about-table table, .about-table tbody, .about-table tr, .about-table th, .about-table td {
    display: block;
  }
  .about-table table {
    margin: 0 auto;
  }
  .about-table table tbody tr th {
    font-size: min(4.6875vw, 23.4px);
    padding: .7em 0 0 0;
  }
  .about-table table tbody tr td {
    font-size: min(3.90625vw, 19.5px);
    padding: 0.5em 0 .7em;
  }
  .about-top {
    padding: 1.6em 0 3em;
  }
  .about-top-menu {
    flex-direction: column;
    padding: 1.5em 0;
    margin-bottom: 3em;
  }
  .about-top-menu-item {
    padding: 0 0.5em;
    margin-bottom: .9em;
  }
  .about-top-menu-item-link {
    font-size: min(4.16667vw, 20.8px);
  }
  .about-top-menu-item-link::after {
    margin-left: .4em;
  }
  .about-top-menu-item:last-child {
    margin-bottom: 0;
  }
  .about-top-box {
    flex-direction: column;
  }
  .about-top-box-left {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .about-top-box-right {
    width: 100%;
  }
  .about-top-title-en {
    margin-bottom: 1.1em;
  }
  .about-top-title-en-img {
    max-width: 75%;
  }
  .about-top-title-heading {
    font-size: min(5.20833vw, 26px);
  }
  .about-top-txt h3 {
    font-size: min(5.20833vw, 26px);
    margin-bottom: .8em;
  }
  .about-top-txt p {
    font-size: min(4.16667vw, 20.8px);
  }
  .about-overview {
    padding: 0 0 3em;
  }
  .about-chart {
    padding: 0 0 3em;
  }
  .about-chart-figure {
    margin: 0;
  }
  .about-history {
    padding: 0 0 2em;
  }
  .about-plan-body {
    padding: 2em 1.5em 1.5em;
  }
  .about-plan-title {
    margin-bottom: 1.7em;
  }
  .about-plan-title-heading {
    font-size: min(6.25vw, 31.2px);
    line-height: 1.5;
  }
  .about-plan-title-subHeading {
    font-size: min(4.16667vw, 20.8px);
    margin-top: .8em;
  }
  .about-plan-data {
    margin-bottom: 2em;
  }
  .about-plan-data dl dt {
    font-size: min(4.16667vw, 20.8px);
  }
  .about-plan-data dl dd {
    font-size: min(4.16667vw, 20.8px);
    padding: .4em 0 .5em;
  }
  .about-plan-data__no-mb {
    margin-bottom: 0;
  }
  .about-plan {
    padding: 0 0 3.4em;
  }
  .about-group {
    padding: 0 0 1.2em;
  }
  .about-group-items {
    flex-direction: column;
    margin: 0 0;
    padding: 0;
  }
  .about-group-items-item {
    width: 100%;
    padding: 0;
    margin-bottom: 1.9em;
  }
  .about-group-items-item-figure {
    margin: 0 0 .8em;
  }
  .about-group-items-item-txt-link {
    font-size: min(4.16667vw, 20.8px);
  }
}

/* Works
-------------------------------------------------- */
.works-main {
  padding: 9.2em 0 2.6em;
}

.works-main-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 5.8em;
}

.works-main-box-left {
  width: 50%;
  padding-right: 3em;
}

.works-main-box-right {
  width: 50%;
}

.works-main-box__rev {
  flex-direction: row-reverse;
}

.works-main-box__rev .works-main-box-left {
  padding-right: 0;
  padding-left: 3em;
}

.works-main-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  font-size: 30px;
  font-weight: bold;
  color: #20b2aa;
  line-height: 1;
  margin-bottom: .5em;
}

.works-main-heading-num {
  position: relative;
  top: -0.05em;
  color: #a9e2de;
  font-size: 100px;
  font-family: "Roboto";
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-right: .1em;
}

.works-main-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #2c2c2c;
}

.works-main-figure {
  margin: 0;
}

.works-main-figure-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .works-main {
    padding: 3em 0 .1em;
  }
  .works-main-box {
    flex-direction: column;
    margin-bottom: 3em;
  }
  .works-main-box-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1em;
  }
  .works-main-box-right {
    width: 100%;
  }
  .works-main-box__rev .works-main-box-left {
    padding-right: 0;
    padding-left: 0;
  }
  .works-main-heading {
    font-size: min(6.25vw, 31.2px);
    margin-bottom: .5em;
  }
  .works-main-heading-num {
    font-size: min(16.66667vw, 83.2px);
    margin-right: .1em;
  }
  .works-main-txt p {
    font-size: min(4.16667vw, 20.8px);
  }
  .works-main-figure {
    margin: 0;
  }
}

/* Recruit
-------------------------------------------------- */
.recruit-title {
  margin-bottom: 2.5em;
}

.recruit-title-en-img {
  max-width: 100%;
  height: auto;
}

.recruit-title-heading {
  font-size: 30px;
  font-weight: bold;
  color: #2cb3aa;
  margin-top: .8em;
}

.recruit-title__less-mb {
  margin-bottom: 1.2em;
}

.recruit-title__ta-center {
  text-align: center;
}

.recruit-top {
  padding: 8.9em 0 0;
}

.recruit-top-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 9.5em;
}

.recruit-top-box-left {
  width: 860px;
  max-width: 55vw;
  padding: 0 5.5em 0 6em;
}

.recruit-top-box__rev {
  flex-direction: row-reverse;
}

.recruit-top-box__rev .recruit-top-box-left {
  padding: 0 6em 0 5.5em;
}

.recruit-top-figure {
  margin: 0;
}

.recruit-top-figure-img {
  max-width: 55vw;
}

.recruit-top-txt {
  margin-bottom: 2em;
}

.recruit-top-txt h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #2c2c2c;
  margin-bottom: .8em;
}

.recruit-top-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #2c2c2c;
}

.recruit-top-table table {
  width: 100%;
}

.recruit-top-table table tbody tr th {
  width: 4em;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #20b2aa;
}

.recruit-top-table table tbody tr td {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.recruit-top-wellness-heading {
  font-size: 16px;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: .5em;
}

.recruit-top-wellness-items {
  display: flex;
  flex-direction: row;
}

.recruit-top-wellness-items-item {
  width: 16.5em;
}

.recruit-top-wellness-list-item {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #2c2c2c;
}

.recruit-top-wellness-list-item::before {
  content: "・";
  display: inline;
}

.recruit-interview {
  padding: 0 0 2em;
}

.recruit-interview .recruit-title {
  margin-bottom: 5em;
}

.recruit-interview-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 4.8em;
}

.recruit-interview-box-left {
  width: 50%;
}

.recruit-interview-box-right {
  width: 50%;
  padding: 1.7em 0 0 3em;
}

.recruit-interview-figure {
  margin: 0;
}

.recruit-interview-figure-img {
  width: 100%;
  height: auto;
}

.recruit-interview-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #2c2c2c;
  margin-bottom: 1.3em;
}

.recruit-interview-profile {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #2c2c2c;
  margin-bottom: 1em;
}

.recruit-interview-txt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #2c2c2c;
}

.recruit-require {
  padding: 0 0 11em;
}

.recruit-require .m-requires {
  padding: 0;
  margin-bottom: 4.2em;
}

.recruit-require-more {
  text-align: center;
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", osaka, arial, helvetica, sans-serif !important;
}

@media screen and (max-width: 768px) {
  .recruit-title {
    margin-bottom: 1.5em;
  }
  .recruit-title-en-img {
    max-width: 75%;
  }
  .recruit-title-heading {
    font-size: min(5.46875vw, 27.3px);
    margin-top: .8em;
  }
  .recruit-title__less-mb {
    margin-bottom: 1.5em;
  }
  .recruit-top {
    padding: 4.4em 0 0;
  }
  .recruit-top-box {
    flex-direction: column;
    margin-bottom: 3em;
  }
  .recruit-top-box-left {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5em 0 1.5em;
  }
  .recruit-top-box-right {
    width: 100%;
    display: none;
  }
  .recruit-top-box__rev {
    flex-direction: column;
  }
  .recruit-top-box__rev .recruit-top-box-left {
    padding: 0 1.5em 0 1.5em;
  }
  .recruit-top-figure {
    margin: 0 0 1em;
  }
  .recruit-top-figure-img {
    max-width: 100%;
  }
  .recruit-top-txt {
    margin-bottom: 1.4em;
  }
  .recruit-top-txt h3 {
    font-size: min(4.6875vw, 23.4px);
    margin-bottom: .8em;
  }
  .recruit-top-txt p {
    font-size: min(4.16667vw, 20.8px);
  }
  .recruit-top-table table, .recruit-top-table tbody, .recruit-top-table tr, .recruit-top-table th, .recruit-top-table td {
    display: block;
  }
  .recruit-top-table table tbody tr th {
    font-size: min(4.42708vw, 22.1px);
  }
  .recruit-top-table table tbody tr td {
    font-size: min(4.16667vw, 20.8px);
  }
  .recruit-top-wellness {
    margin-bottom: 3em;
  }
  .recruit-top-wellness-heading {
    font-size: min(4.6875vw, 23.4px);
    margin-bottom: .5em;
  }
  .recruit-top-wellness-items {
    flex-direction: column;
  }
  .recruit-top-wellness-items-item {
    width: 100%;
  }
  .recruit-top-wellness-list-item {
    font-size: min(4.16667vw, 20.8px);
  }
  .recruit-interview {
    padding: 0;
  }
  .recruit-interview .recruit-title {
    margin-bottom: 2em;
  }
  .recruit-interview-box {
    flex-direction: column;
    margin-bottom: 3em;
  }
  .recruit-interview-box-left {
    width: 100%;
    margin-bottom: 1em;
  }
  .recruit-interview-box-right {
    width: 100%;
    padding: 0;
  }
  .recruit-interview-figure {
    margin: 0;
  }
  .recruit-interview-heading {
    font-size: min(4.6875vw, 23.4px);
    margin-bottom: 0.9em;
  }
  .recruit-interview-profile {
    font-size: min(4.16667vw, 20.8px);
    margin-bottom: 0.7em;
  }
  .recruit-interview-txt p {
    font-size: min(4.16667vw, 20.8px);
  }
  .recruit-require {
    padding: 0 0 5.4em;
  }
  .recruit-require .m-requires {
    padding: 0;
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .recruit-top-box {
    margin-bottom: 6em;
  }
  .recruit-top-box-left {
    padding: 0 2.5em 0 3em;
  }
  .recruit-top-box__rev .recruit-top-box-left {
    padding: 0 2.5em 0 3em;
  }
}

/* Contact
-------------------------------------------------- */
.contact-main {
  padding: 5.8em 0 4.8em;
}

.contact-main-title {
  text-align: center;
  margin-bottom: 4.2em;
}

.contact-main-title-heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1em;
}

.contact-main-title-txt {
  font-size: 16px;
  font-weight: 500;
}

.contact-main-form {
  padding: 0 2.8em;
}

.contact-main-form table {
  width: 100%;
  border-top: 1px solid #cad9d8;
  margin-bottom: 2.5em;
}

.contact-main-form table tbody tr {
  border-bottom: 1px solid #cad9d8;
}

.contact-main-form table tbody tr th {
  width: 325px;
  font-size: 16px;
  font-weight: bold;
  color: #2c2c2c;
  text-align: right;
  padding: 1.1em 3.7em 1.1em 0;
  vertical-align: middle;
}

.contact-main-form table tbody tr th label {
  cursor: pointer;
}

.contact-main-form table tbody tr th .__required {
  display: inline-block;
  background: #da0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  padding: .2em .8em;
  margin-left: 1em;
}

.contact-main-form table tbody tr th .__required.is-dummy {
  visibility: hidden;
}

.contact-main-form table tbody tr td {
  padding: 1.1em 0;
  vertical-align: middle;
}

.contact-main-form table tbody tr td input[type="text"],
.contact-main-form table tbody tr td input[type="email"],
.contact-main-form table tbody tr td textarea,
.contact-main-form table tbody tr td select {
  background: #ececec;
  font-size: 16px;
  border: 0;
  padding: .9em;
  width: 460px;
  max-width: 100%;
}

.contact-main-form table tbody tr td input[type="text"].__sm,
.contact-main-form table tbody tr td input[type="email"].__sm,
.contact-main-form table tbody tr td textarea.__sm,
.contact-main-form table tbody tr td select.__sm {
  width: auto;
}

.contact-main-form table tbody tr td input[type="text"].__lg,
.contact-main-form table tbody tr td input[type="email"].__lg,
.contact-main-form table tbody tr td textarea.__lg,
.contact-main-form table tbody tr td select.__lg {
  width: 600px;
}

.contact-main-form table tbody tr td .__mark {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #2c2c2c;
  margin-right: 1em;
}

.contact-main-form table tbody tr td .__attention {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000000;
  margin-top: .8em;
}

.contact-main-form table tbody tr.__no-bb {
  border-bottom: 0;
}

.contact-main-form table tbody tr.__no-bb th {
  padding-bottom: .4em;
}

.contact-main-form table tbody tr.__no-bb td {
  padding-bottom: .4em;
}

.contact-main-form table tbody tr.__va-top th {
  vertical-align: top;
  padding-top: 1.5em;
}

.contact-main-form-agree {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2.5em;
}

.contact-main-form-agree label {
  cursor: pointer;
}

.contact-main-form-agree span {
  font-weight: bold;
}

.contact-main-form-terms {
  margin-bottom: 3em;
}

.contact-main-form-terms-container {
  border: 1px solid #d0d0d0;
  height: 360px;
  max-height: 70vh;
  overflow-y: scroll;
  padding: 2em;
}

.contact-main-form-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -1em 0;
}

.contact-main-form-btns-item {
  width: 50%;
  padding: 0 1em;
}

.contact-main-form-btns-item .m-btn {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-main {
    padding: 3.1em 0 2.5em;
  }
  .contact-main-title {
    margin-bottom: 3.5em;
  }
  .contact-main-title-heading {
    font-size: min(5.72917vw, 28.6px);
    margin-bottom: 0.8em;
  }
  .contact-main-title-txt {
    font-size: min(3.38542vw, 16.9px);
  }
  .contact-main-form {
    padding: 0 0em;
  }
  .contact-main-form table, .contact-main-form tbody, .contact-main-form tr, .contact-main-form th, .contact-main-form td {
    display: block;
    width: 100%;
  }
  .contact-main-form table {
    margin-bottom: 2.1em;
  }
  .contact-main-form table tbody tr th {
    text-align: left;
    font-size: min(3.90625vw, 19.5px);
    padding: 1em 2em 0.5em 0;
  }
  .contact-main-form table tbody tr th .__required {
    font-size: min(3.125vw, 15.6px);
    padding: .2em .8em;
    margin-left: 0.8em;
  }
  .contact-main-form table tbody tr th.__sp-hide {
    display: none;
  }
  .contact-main-form table tbody tr td {
    padding: 0.5em 0 1em;
  }
  .contact-main-form table tbody tr td input[type="text"],
  .contact-main-form table tbody tr td input[type="email"],
  .contact-main-form table tbody tr td textarea,
  .contact-main-form table tbody tr td select {
    font-size: 16px;
    padding: .9em;
  }
  .contact-main-form table tbody tr td .__mark {
    font-size: min(3.125vw, 15.6px);
    margin-right: 0.8em;
  }
  .contact-main-form table tbody tr td .__attention {
    font-size: min(3.125vw, 15.6px);
    margin-top: .8em;
  }
  .contact-main-form table tbody tr.__no-bb th {
    padding-bottom: .4em;
  }
  .contact-main-form table tbody tr.__no-bb td {
    padding-bottom: .4em;
  }
  .contact-main-form table tbody tr.__va-top th {
    padding-top: 0.8em;
  }
  .contact-main-form-agree {
    font-size: min(3.64583vw, 18.2px);
    margin-bottom: 2.1em;
  }
  .contact-main-form-terms {
    margin-bottom: 2.5em;
  }
  .contact-main-form-terms-container {
    padding: 1.1em;
  }
  .contact-main-form-btns {
    flex-direction: column;
    margin: 0 -0.8em 0;
  }
  .contact-main-form-btns-item {
    width: 100%;
    padding: 0 0.5em;
    margin-bottom: 1em;
  }
  .contact-main-form-btns-item:last-child {
    margin-bottom: 0;
  }
}

/* Sitemap
-------------------------------------------------- */
.sitemap-main {
  padding: 5.8em 0 19em;
}

.sitemap-main-title {
  text-align: center;
  margin-bottom: 4.4em;
}

.sitemap-main-title-heading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
}

.sitemap-main-list {
  border-top: 1px solid #cad9d8;
}

.sitemap-main-list-item {
  border-bottom: 1px solid #cad9d8;
  padding: 1.2em 2em 1.2em 4em;
}

.sitemap-main-list-item-link {
  font-size: 16px;
  font-weight: bold;
  color: #20b2aa;
}

.sitemap-main-list-item-link::before {
  content: "・";
  display: inline;
}

/* Footer
-------------------------------------------------- */
.m-footer {
  background: #302f2f;
  padding: 7.1em 0 8em;
}

.m-footer-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.m-footer-box-right {
  padding-top: 2.8em;
}

.m-footer-logo {
  margin-bottom: 1.4em;
}

.m-footer-logo-link-img {
  max-width: 100%;
  height: auto;
}

.m-footer-info-txt p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.m-footer-info-txt p b {
  font-size: 20px;
  font-weight: bold;
}

.m-footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 4.9em;
}

.m-footer-menu-item {
  margin-left: 3.4em;
}

.m-footer-menu-item-link {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.m-footer-menu-item-link:hover {
  color: #20b2aa;
}

.m-footer-copyright {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .m-footer {
    padding: 3em 0;
  }
  .m-footer-box {
    flex-direction: column;
  }
  .m-footer-box-left {
    width: 100%;
  }
  .m-footer-box-right {
    width: 100%;
    padding-top: 2.8em;
  }
  .m-footer-info-txt p {
    text-align: center;
    font-size: min(3.38542vw, 16.9px);
  }
  .m-footer-info-txt p b {
    font-size: min(4.6875vw, 23.4px);
  }
  .m-footer-menu {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 -1em 3em;
  }
  .m-footer-menu-item {
    width: auto;
    margin: 0;
    text-align: center;
  }
  .m-footer-menu-item-link {
    display: inline-block;
    font-size: min(3.125vw, 15.6px);
    padding: .1em .6em;
    border-right: 1px solid #fff;
  }
  .m-footer-menu-item:last-child {
    width: auto;
    border-right: 0;
  }
  .m-footer-copyright {
    font-size: min(3.125vw, 15.6px);
    text-align: center;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .m-footer-menu {
    flex-wrap: wrap;
  }
  .m-footer-menu-item {
    margin-bottom: 1em;
  }
}

.sp-menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 9999px;
  width: 100%;
  height: 100vh;
  transition: 0.5s;
  z-index: 100;
  background: #302f2f;
}

.sp-menu-close {
  position: absolute;
  top: .5em;
  right: .5em;
  display: inline-block;
  font-size: min(8.33333vw, 41.6px);
  font-weight: bold;
  color: #fff;
  padding: .3em;
}

.sp-menu-body {
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2em 1.5em 2em;
}

.sp-menu-main {
  padding-top: 2em;
}

.sp-menu-main ul li a {
  display: block;
  padding: 1em;
  font-size: min(4.6875vw, 23.4px);
  font-weight: bold;
  color: #fff;
}

.sp-menu.active {
  display: block;
  left: 0px;
}
