@charset "UTF-8";
/*########## ミックスイン ##########*/
/* ----- Google Fonts ----- */
/*########## 共通レイアウト ##########*/
/*
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;
}

ul:after {
  display: block;
  content: "";
  clear: both;
}

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%;
  text-decoration: none;
  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 {
  list-style: none;
}

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  color: inherit;
}
@media screen and (max-width: 780px) {
  select {
    font-size: 1.6rem;
  }
}
select:focus {
  outline: none;
  border: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::-moz-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::-ms-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  ::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  ::-moz-placeholder {
    font-size: 1.6rem;
  }
  :-ms-input-placeholder {
    font-size: 1.6rem;
  }
  ::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  ::placeholder {
    font-size: 1.6rem;
  }
}

select option::-webkit-input-placeholder {
  color: #444;
}

select option::-moz-placeholder {
  color: #444;
}

select option:-ms-input-placeholder {
  color: #444;
}

select option::-ms-input-placeholder {
  color: #444;
}

select option::placeholder {
  color: #444;
}

::-webkit-placeholder {
  /*padding-top: 0.25em;*/
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #aaa;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  textarea {
    font-size: 16rem;
  }
}

input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #979797;
  padding: 0 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 780px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number] {
    font-size: 1.6rem;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  font-size: 9px;
}
@media screen and (min-width: 351px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 980px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 1341px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1700px) {
  html {
    font-size: 11px;
  }
}

body {
  width: 100%;
  font-stretch: normal;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #394F45;
  background: #F7F8F7;
  font-style: normal;
  font-family: YakuHanMP, kozuka-mincho-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 981px) {
  body.bind {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

article {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  will-change: opacity;
  overflow: hidden;
}
article.loading {
  opacity: 0;
}

section .section_inner {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  section .section_inner {
    width: 84%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 720px) {
  section .section_inner {
    min-width: 1200px;
  }
}

button {
  font-family: inherit;
  font-weight: inherit;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
button:focus {
  outline: none;
}

.pc_img {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_img {
    display: none;
  }
  .pc_img {
    display: block;
  }
}
.ly_sectionForm, .ly_sectionPage, .ly_sectionTop {
  padding: 0 !important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #F7F8F7;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  will-change: background;
}
header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .logo_wrap {
  width: 230px;
  padding-left: 15px;
}
header .header_inner .logo_wrap a {
  display: block;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  will-change: filter;
}
header .header_inner .header_nav {
  display: none;
}
header .header_inner .hummenu_wrap button {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 0 0 0 10px;
  background: #394F45;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  will-change: background;
}
header .header_inner .hummenu_wrap button::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/curve.svg);
  background-size: 20px;
  background-repeat: no-repeat;
}
header .header_inner .hummenu_wrap button span {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  margin: auto;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
  will-change: background, transform;
}
header .header_inner .hummenu_wrap button span:nth-of-type(1) {
  top: 30px;
}
header .header_inner .hummenu_wrap button span:nth-of-type(2) {
  bottom: 30px;
}
header .header_inner .hummenu_wrap.hum_open span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
header .header_inner .hummenu_wrap.hum_open span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}
header.hum_open {
  background: transparent;
}
header.hum_open .header_inner .logo_wrap a {
  -webkit-filter: brightness(30);
          filter: brightness(30);
}

@media screen and (min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    min-width: 1200px;
  }
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .logo_wrap {
    width: 360px;
    padding-left: 35px;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  header .header_inner .logo_wrap a {
    display: block;
  }
  header .header_inner .header_nav {
    position: relative;
    display: block;
    padding: 10px 30px 10px 30px;
    border-radius: 0 0 0 20px;
    background: #21714D;
  }
  header .header_inner .header_nav::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/curve2.svg);
    background-size: 30px;
    background-repeat: no-repeat;
  }
  header .header_inner .header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .header_nav ul li {
    margin-right: 20px;
  }
  header .header_inner .header_nav ul li:nth-last-of-type(1) {
    margin-right: 0;
  }
  header .header_inner .header_nav ul li a, header .header_inner .header_nav ul li button {
    display: block;
    color: #e4f2ec;
    font-size: 1.5rem;
    padding: 15px 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    will-change: opacity;
  }
  header .header_inner .header_nav ul li a:hover, header .header_inner .header_nav ul li button:hover {
    opacity: 0.8;
  }
  header .header_inner .header_nav ul .contact {
    margin-left: 5px;
  }
  header .header_inner .header_nav ul .contact a, header .header_inner .header_nav ul .contact button {
    padding: 5px 20px;
    border-radius: 60px;
    background: #E2A645;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    will-change: background;
  }
  header .header_inner .header_nav ul .contact a:hover, header .header_inner .header_nav ul .contact button:hover {
    opacity: 1;
    background: #CE8309;
  }
  header .header_inner .hummenu_wrap {
    display: none;
  }
}
footer {
  border-radius: 40px 40px 0 0;
  background: #21714D;
  padding: 50px 0 30px;
  color: #e4f2ec;
}
footer .footer-contact {
  padding-bottom: 50px;
  border-bottom: 1px solid #979797;
}
footer .footer-contact .contact_flex .contact_txt {
  margin-bottom: 30px;
}
footer .footer-contact .contact_flex .contact_txt .contact_ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
footer .footer-contact .contact_flex .contact_txt .contact_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  footer .footer-contact .contact_flex .contact_txt .contact_desc {
    font-size: 1.5rem;
  }
}
footer .footer-contact .contact_flex .contact_txt .contact_desc p {
  text-align: justify;
  margin-bottom: 1em;
}
footer .footer-contact .contact_flex .contact_txt .contact_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .footer-content {
  padding-top: 50px;
}
footer .footer-content .content_inner {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  footer .footer-content .content_inner {
    width: 84%;
    max-width: 1590px;
  }
}
footer .footer-content .content_inner .footer_left .footer_logo {
  margin-bottom: 20px;
}
footer .footer-content .content_inner .footer_left .footer_logo a {
  display: block;
}
footer .footer-content .content_inner .footer_left .footer_desc {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
footer .footer-content .content_inner .footer_left .footer_desc p {
  margin-bottom: 0.5em;
}
footer .footer-content .content_inner .footer_left .footer_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .footer-content .content_inner .footer_left .footer_nav {
  margin-bottom: 20px;
}
footer .footer-content .content_inner .footer_left .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
footer .footer-content .content_inner .footer_left .footer_nav ul li {
  margin-right: 10px;
  margin-bottom: 5px;
}
footer .footer-content .content_inner .footer_left .footer_nav ul li a, footer .footer-content .content_inner .footer_left .footer_nav ul li button {
  display: block;
  position: relative;
  padding-right: 10px;
  font-size: 1.4rem;
  line-height: 1.86;
  color: inherit;
}
footer .footer-content .content_inner .footer_left .footer_nav ul li a::after, footer .footer-content .content_inner .footer_left .footer_nav ul li button::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #e4f2ec;
}
footer .footer-content .content_inner .footer_left .footer_nav .contact_button a, footer .footer-content .content_inner .footer_left .footer_nav .contact_button button {
  width: 100%;
  display: block;
  color: #fff;
  background: #E2A645;
  text-align: center;
  font-size: 1.6rem;
  padding: 12px 0;
  border-radius: 100px;
}
footer .footer-content .content_inner .footer_right {
  margin-top: 40px;
  margin-bottom: 30px;
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item {
  border-top: 1px solid #979797;
  padding: 30px 0;
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_name a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_name .icon {
  display: block;
  width: 30px;
  margin-right: 7px;
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_name .name {
  display: block;
  width: calc(100% - 40px);
  font-size: 2rem;
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc {
    font-size: 1.5rem;
  }
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc p {
  text-align: justify;
  margin-bottom: 1em;
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc span {
  display: block;
}
footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc br {
  display: none;
}
footer .footer-content .content_inner .copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer {
    border-radius: 120px 120px 0 0;
    padding: 140px 0 60px;
    min-width: 1200px;
  }
  footer .footer-contact {
    padding-bottom: 100px;
    border-bottom: 1px solid #979797;
  }
  footer .footer-contact .contact_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-contact .contact_flex .contact_txt {
    width: 32%;
    margin-bottom: 30px;
  }
  footer .footer-contact .contact_flex .contact_txt .contact_ttl {
    font-size: 3.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  footer .footer-contact .contact_flex .contact_txt .contact_desc {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.025em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  footer .footer-contact .contact_flex .contact_txt .contact_desc {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-contact .contact_flex .contact_txt .contact_desc p {
    text-align: justify;
    margin-bottom: 1em;
  }
  footer .footer-contact .contact_flex .contact_txt .contact_desc p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  footer .footer-contact .contact_flex .contact_form_wrap {
    width: 60%;
  }
  footer .footer-content {
    padding-top: 100px;
  }
  footer .footer-content .content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-content .content_inner .footer_left {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 80px;
  }
  footer .footer-content .content_inner .footer_left .footer_logo {
    max-width: 430px;
    margin-bottom: 30px;
  }
  footer .footer-content .content_inner .footer_left .footer_logo a {
    display: block;
  }
  footer .footer-content .content_inner .footer_left .footer_desc {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 25px;
  }
  footer .footer-content .content_inner .footer_left .footer_nav {
    margin-bottom: 20px;
  }
  footer .footer-content .content_inner .footer_left .footer_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  footer .footer-content .content_inner .footer_left .footer_nav ul li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  footer .footer-content .content_inner .footer_left .footer_nav ul li a, footer .footer-content .content_inner .footer_left .footer_nav ul li button {
    padding-right: 10px;
    font-size: 1.6rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  footer .footer-content .content_inner .footer_left .footer_nav ul li a:hover, footer .footer-content .content_inner .footer_left .footer_nav ul li button:hover {
    opacity: 0.75;
  }
  footer .footer-content .content_inner .footer_left .footer_nav .contact_button a, footer .footer-content .content_inner .footer_left .footer_nav .contact_button button {
    width: 100%;
    max-width: 180px;
    font-size: 1.6rem;
    padding: 15px 0;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  footer .footer-content .content_inner .footer_left .footer_nav .contact_button a:hover, footer .footer-content .content_inner .footer_left .footer_nav .contact_button button:hover {
    background: #CE8309;
  }
  footer .footer-content .content_inner .footer_right {
    width: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item {
    border-top: 0px;
    border-bottom: 1px solid #979797;
    padding: 30px 0;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item:nth-of-type(1) {
    padding-top: 0;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item:nth-of-type(3) {
    padding-bottom: 0;
    border-bottom: 0px;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_name .icon {
    width: 30px;
    margin-right: 7px;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_name .name {
    width: calc(100% - 40px);
    font-size: 2rem;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.025em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc p {
    text-align: justify;
    margin-bottom: 1em;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc span {
    display: inline-block;
    padding-left: 0.5em;
  }
  footer .footer-content .content_inner .footer_right .member_list_wrap .member_item .member_desc br {
    display: block;
  }
  footer .footer-content .content_inner .copyright {
    font-size: 1.4rem;
    text-align: left;
    -webkit-transform: translate(0, -150%);
            transform: translate(0, -150%);
  }
}
.comp-hummenu {
  position: fixed;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 500;
  height: var(--wHeightPx);
  overflow: hidden;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  line-height: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #394F45;
}
.comp-hummenu.open {
  opacity: 1;
  pointer-events: all;
}
.comp-hummenu .contents {
  position: relative;
  width: 100%;
  height: var(--wHeightPx);
  margin: 0 auto;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.comp-hummenu .contents::-webkit-scrollbar {
  display: none;
}
.comp-hummenu .contents .hummenu_inner {
  position: relative;
  padding: 90px 10vw 40px;
  color: #e4f2ec;
}
.comp-hummenu .contents .hummenu_inner .hummenu_nav ul li {
  margin-bottom: 10px;
}
.comp-hummenu .contents .hummenu_inner .hummenu_nav ul li button {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  padding: 5px 0;
  text-align: left;
}
.comp-hummenu .contents .hummenu_inner .contact_button {
  margin-top: 40px;
}
.comp-hummenu .contents .hummenu_inner .contact_button button {
  width: 100%;
  display: block;
  color: #fff;
  background: #E2A645;
  text-align: center;
  font-size: 1.6rem;
  padding: 15px 0;
  border-radius: 100px;
}

/*########## ページ個別レイアウト ##########*/
.page-index {
  padding-bottom: 60px;
}
.page-index .section-main {
  width: 100%;
}
.page-index .section-main .main_flex_wrapper {
  position: relative;
  padding-top: 70px;
  height: calc(var(--wHeightFixedPx) - 70px);
}
.page-index .section-main .main_flex_wrapper .main_txt {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80vw;
}
@media screen and (min-width: 720px) {
  .page-index .section-main .main_flex_wrapper .main_txt {
    width: 84%;
    max-width: 1590px;
  }
}
.page-index .section-main .main_flex_wrapper .main_txt .page_ttl {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 15px;
  -webkit-transform: translate(-0.15em, 0);
          transform: translate(-0.15em, 0);
}
.page-index .section-main .main_flex_wrapper .main_txt .page_description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .page-index .section-main .main_flex_wrapper .main_txt .page_description {
    font-size: 1.5rem;
  }
}
.page-index .section-main .main_flex_wrapper .main_txt .page_description p {
  text-align: justify;
  margin-bottom: 1em;
}
.page-index .section-main .main_flex_wrapper .main_txt .page_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-index .section-main .main_flex_wrapper .main_img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-index .section-lead {
  padding: 60px 0 45px;
}
.page-index .section-lead .lead_flex_wrap {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  .page-index .section-lead .lead_flex_wrap {
    width: 84%;
    max-width: 1590px;
  }
}
.page-index .section-lead .lead_flex_wrap .txt_wrap {
  margin-bottom: 50px;
}
.page-index .section-lead .lead_flex_wrap .txt_wrap .lead_ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.page-index .section-lead .lead_flex_wrap .txt_wrap .lead_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .page-index .section-lead .lead_flex_wrap .txt_wrap .lead_desc {
    font-size: 1.5rem;
  }
}
.page-index .section-lead .lead_flex_wrap .txt_wrap .lead_desc p {
  text-align: justify;
  margin-bottom: 1em;
}
.page-index .section-lead .lead_flex_wrap .txt_wrap .lead_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-index .section-lead .lead_flex_wrap .img_wrap {
  margin-left: -7vw;
}
.page-index .section-lead .lead_flex_wrap .img_wrap img {
  border-radius: 0 30px 30px 0;
}
.page-index .section-workstyle {
  padding-bottom: 50px;
}
.page-index .section-workstyle .workstyle_flex .workstyle_txt .workstyle_ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
.page-index .section-workstyle .workstyle_flex .workstyle_txt .workstyle_subttl {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.page-index .section-workstyle .workstyle_flex .workstyle_txt .workstyle_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .page-index .section-workstyle .workstyle_flex .workstyle_txt .workstyle_desc {
    font-size: 1.5rem;
  }
}
.page-index .section-workstyle .workstyle_flex .workstyle_txt .workstyle_desc p {
  text-align: justify;
  margin-bottom: 1em;
}
.page-index .section-workstyle .workstyle_flex .workstyle_txt .workstyle_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-index .section-workstyle .workstyle_flex .workstyle_img img {
  border-radius: 30px;
}
.page-index .section-shihoro {
  background: #21714D;
  border-radius: 40px;
  padding: 50px 0;
  color: #e4f2ec;
}
.page-index .section-shihoro .shihoro_ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
.page-index .section-shihoro .shihoro_sub_ttl {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-index .section-shihoro .shihoro_content_flex .shihoro_map {
  width: 94vw;
  margin-left: -4vw;
  margin-bottom: 40px;
}
.page-index .section-shihoro .shihoro_content_flex .shihoro_content {
  margin-bottom: 50px;
}
.page-index .section-shihoro .shihoro_content_flex .shihoro_content .shihoro_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .page-index .section-shihoro .shihoro_content_flex .shihoro_content .shihoro_desc {
    font-size: 1.5rem;
  }
}
.page-index .section-shihoro .shihoro_content_flex .shihoro_content .shihoro_desc p {
  text-align: justify;
  margin-bottom: 1em;
}
.page-index .section-shihoro .shihoro_content_flex .shihoro_content .shihoro_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-index .section-shihoro .shihoro_content_flex .shihoro_content .shihoro_sub_img img {
  border-radius: 30px;
}
.page-index .section-shihoro .movie_wrapper {
  margin-bottom: 50px;
}
.page-index .section-shihoro .movie_wrapper .shihoro_sub_ttl {
  margin-bottom: 25px;
}
.page-index .section-shihoro .interview_wrap .shihoro_sub_ttl {
  margin-bottom: 25px;
}
.page-index .section-recruit {
  margin-top: 50px;
  padding-bottom: 50px;
}
.page-index .section-recruit .recruit_ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.page-index .section-facility .facility_flex .facility_ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-index {
    padding-top: 140px;
    padding-bottom: 120px;
    overflow: visible;
  }
  .page-index .section-main {
    width: 100%;
    margin-bottom: 200px;
  }
  .page-index .section-main .main_flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    padding-top: 0px;
    height: auto;
  }
  .page-index .section-main .main_flex_wrapper .main_txt {
    width: 42%;
    display: block;
    position: sticky;
    left: 0;
    bottom: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 8vw;
    padding-right: 70px;
    height: auto;
  }
  .page-index .section-main .main_flex_wrapper .main_txt .page_ttl {
    font-size: 4.5rem;
    line-height: 1.7;
    margin-bottom: 20px;
    -webkit-transform: translate(-0.15em, 0);
            transform: translate(-0.15em, 0);
  }
  .page-index .section-main .main_flex_wrapper .main_img {
    width: 58%;
    position: static;
    margin: 0;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
  }
  .page-index .section-main .main_flex_wrapper .main_img img {
    border-radius: 60px 0 0 60px;
  }
  .page-index .section-lead {
    padding: 0 0 160px;
  }
  .page-index .section-lead .lead_flex_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-index .section-lead .lead_flex_wrap .txt_wrap {
    width: 50%;
    padding: 0 7vw 0 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0px;
  }
  .page-index .section-lead .lead_flex_wrap .txt_wrap .lead_ttl {
    font-size: 3.6rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .page-index .section-lead .lead_flex_wrap .txt_wrap .lead_desc {
    margin-bottom: 40px;
  }
  .page-index .section-lead .lead_flex_wrap .img_wrap {
    width: 50%;
    margin-left: 0;
  }
  .page-index .section-lead .lead_flex_wrap .img_wrap img {
    border-radius: 0 60px 60px 0;
  }
  .page-index .section-workstyle {
    padding-bottom: 160px;
  }
  .page-index .section-workstyle .workstyle_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .section-workstyle .workstyle_flex .workstyle_txt {
    width: 43%;
  }
  .page-index .section-workstyle .workstyle_flex .workstyle_txt .workstyle_ttl {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  .page-index .section-workstyle .workstyle_flex .workstyle_txt .workstyle_subttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .page-index .section-workstyle .workstyle_flex .workstyle_txt .workstyle_desc {
    margin-bottom: 0px;
  }
  .page-index .section-workstyle .workstyle_flex .workstyle_img {
    width: 50%;
  }
  .page-index .section-workstyle .workstyle_flex .workstyle_img img {
    border-radius: 60px;
  }
  .page-index .section-shihoro {
    background: #21714D;
    border-radius: 120px;
    padding: 120px 0 60px;
    color: #e4f2ec;
  }
  .page-index .section-shihoro .shihoro_ttl {
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 80px;
  }
  .page-index .section-shihoro .shihoro_sub_ttl {
    font-size: 2.6rem;
  }
  .page-index .section-shihoro .shihoro_content_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 140px;
  }
  .page-index .section-shihoro .shihoro_content_flex .shihoro_map {
    width: 53%;
    margin-left: -3%;
    margin-bottom: 0px;
  }
  .page-index .section-shihoro .shihoro_content_flex .shihoro_content {
    width: 50%;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0px;
  }
  .page-index .section-shihoro .shihoro_content_flex .shihoro_content .shihoro_sub_ttl {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .page-index .section-shihoro .shihoro_content_flex .shihoro_content .shihoro_desc {
    margin-bottom: 50px;
  }
  .page-index .section-shihoro .movie_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .page-index .section-shihoro .movie_wrapper .shihoro_sub_ttl {
    width: 22%;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: left;
  }
  .page-index .section-shihoro .movie_wrapper .shihoro_sub_ttl span {
    display: block;
  }
  .page-index .section-shihoro .movie_wrapper .comp-shihoro-movies {
    width: 78%;
  }
  .page-index .section-shihoro .interview_wrap .shihoro_sub_ttl {
    margin-bottom: 35px;
  }
  .page-index .section-recruit {
    margin-top: 160px;
    padding-bottom: 120px;
  }
  .page-index .section-recruit .recruit_ttl {
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
  .page-index .section-facility .facility_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .section-facility .facility_flex .facility_ttl {
    width: 25%;
    font-size: 3.4rem;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .page-index .section-facility .facility_flex .comp-facility-list {
    width: 75%;
  }
}
/*########## コンポーネント ##########*/
/* 共通 */
.comp-member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-member-list .member_item {
  margin-right: 7px;
}
.comp-member-list .member_item:nth-last-of-type(1) {
  margin-right: 0px;
}
.comp-member-list .member_item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.comp-member-list .member_item a:hover {
  opacity: 0.75;
}
.comp-member-list .member_item a, .comp-member-list .member_item .no_link {
  background: #fff;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  color: inherit;
}
.comp-member-list .member_item a .icon, .comp-member-list .member_item .no_link .icon {
  height: 20px;
  margin-right: 5px;
}
.comp-member-list .member_item a .icon img, .comp-member-list .member_item .no_link .icon img {
  width: auto;
  height: 20px;
}
.comp-member-list .member_item a .name, .comp-member-list .member_item .no_link .name {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .comp-member-list .member_item {
    margin-right: 10px;
  }
  .comp-member-list .member_item a, .comp-member-list .member_item .no_link {
    padding: 10px 12px;
  }
  .comp-member-list .member_item a .icon, .comp-member-list .member_item .no_link .icon {
    margin-right: 5px;
  }
  .comp-member-list .member_item a .icon img, .comp-member-list .member_item .no_link .icon img {
    height: 24px;
  }
  .comp-member-list .member_item a .name, .comp-member-list .member_item .no_link .name {
    font-size: 1.6rem;
  }
}
.comp-shihoro-movies .movie_item {
  margin-bottom: 35px;
}
.comp-shihoro-movies .movie_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-shihoro-movies .movie_item .thumb_wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.comp-shihoro-movies .movie_item .movie_ttl {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .comp-shihoro-movies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-shihoro-movies .movie_item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
  }
  .comp-shihoro-movies .movie_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .comp-shihoro-movies .movie_item .thumb_wrap {
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .comp-shihoro-movies .movie_item .movie_ttl {
    font-size: 1.8rem;
  }
}
.comp-interview-movies .interview_item {
  margin-bottom: 35px;
}
.comp-interview-movies .interview_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-interview-movies .interview_item .thumb_wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.comp-interview-movies .interview_item .interview_txt {
  display: none;
  padding: 0 5px;
}
.comp-interview-movies .interview_item .interview_txt .interview_ttl {
  font-size: 1.8rem;
  line-height: 1.6;
}
.comp-interview-movies .interview_item .interview_txt .interview_ttl span {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .comp-interview-movies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-interview-movies .interview_item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
  }
  .comp-interview-movies .interview_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .comp-interview-movies .interview_item .thumb_wrap {
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .comp-interview-movies .interview_item .interview_txt {
    padding: 0 5px;
  }
  .comp-interview-movies .interview_item .interview_txt .interview_ttl {
    font-size: 2.2rem;
  }
  .comp-interview-movies .interview_item .interview_txt .interview_ttl span {
    margin-top: 7px;
    font-size: 1.4rem;
  }
}
.comp-job-list {
  border-bottom: 1px solid #979797;
}
.comp-job-list .job_item {
  border-top: 1px solid #979797;
  padding: 30px 0;
}
.comp-job-list .job_item .job_ttl {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.comp-job-list .job_item .company {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.comp-job-list .job_item .job_type_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.comp-job-list .job_item .job_type_wrap .item {
  width: 100px;
  text-align: center;
  font-size: 1.2rem;
  padding: 7px 0;
  border-radius: 60px;
  color: #fff;
  margin-right: 5px;
}
.comp-job-list .job_item .job_type_wrap .item:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-job-list .job_item .job_type_wrap .item.fulltime {
  background: #394F45;
}
.comp-job-list .job_item .job_type_wrap .item.parttime {
  background: #21714D;
}
.comp-job-list .job_item .job_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .comp-job-list .job_item .job_desc {
    font-size: 1.5rem;
  }
}
.comp-job-list .job_item .job_desc p {
  text-align: justify;
  margin-bottom: 1em;
}
.comp-job-list .job_item .job_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-job-list .job_item .link_button_wrap .link_item {
  margin-bottom: 7px;
}
.comp-job-list .job_item .link_button_wrap .link_item a {
  display: block;
  font-size: 1.6rem;
  padding: 15px 0;
  border-radius: 200px;
  color: #fff;
  text-align: center;
}
.comp-job-list .job_item .link_button_wrap .link_item a.fulltime {
  background: #E2A645;
}
.comp-job-list .job_item .link_button_wrap .link_item a.parttime {
  background: #4cb6a4;
}

@media screen and (min-width: 768px) {
  .comp-job-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 0px solid #979797;
  }
  .comp-job-list .job_item {
    width: 46%;
    margin-right: 8%;
    border-top: 1px solid #979797;
    padding: 50px 0;
    margin-bottom: 0;
  }
  .comp-job-list .job_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-job-list .job_item .job_ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .comp-job-list .job_item .company {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .comp-job-list .job_item .job_type_wrap {
    margin-bottom: 25px;
  }
  .comp-job-list .job_item .job_type_wrap .item {
    width: 100px;
    font-size: 1.3rem;
    border-radius: 60px;
    margin-right: 5px;
  }
  .comp-job-list .job_item .job_desc {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .comp-job-list .job_item .link_button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-job-list .job_item .link_button_wrap .link_item {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .comp-job-list .job_item .link_button_wrap .link_item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    font-size: 1.6rem;
    padding: 15px 0;
  }
  .comp-job-list .job_item .link_button_wrap .link_item a:hover {
    opacity: 0.75;
  }
}
.comp-facility-list .facility_item {
  margin-bottom: 35px;
}
.comp-facility-list .facility_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-facility-list .facility_item .facility_img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.comp-facility-list .facility_item .facility_img a {
  display: block;
}
.comp-facility-list .facility_item .facility_txt {
  padding: 0 5px;
}
.comp-facility-list .facility_item .facility_txt .company {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.comp-facility-list .facility_item .facility_txt .facility_name {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.comp-facility-list .facility_item .facility_txt .facility_name a {
  color: inherit;
}
.comp-facility-list .facility_item .facility_txt .facility_address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .comp-facility-list .facility_item .facility_txt .facility_address {
    font-size: 1.5rem;
  }
}
.comp-facility-list .facility_item .facility_txt .facility_address p {
  text-align: justify;
  margin-bottom: 1em;
}
.comp-facility-list .facility_item .facility_txt .facility_address p:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .comp-facility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-facility-list .facility_item {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 50px;
  }
  .comp-facility-list .facility_item:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .comp-facility-list .facility_item .facility_img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
  }
  .comp-facility-list .facility_item .facility_txt {
    padding: 0 5px;
  }
  .comp-facility-list .facility_item .facility_txt .company {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .comp-facility-list .facility_item .facility_txt .facility_name {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .comp-facility-list .facility_item .facility_txt .facility_address {
    font-size: 1.4rem;
  }
}
.comp-form-wrap .form_item {
  margin-bottom: 18px;
  padding-bottom: 25px;
  border-bottom: 1px solid #979797;
}
@media screen and (min-width: 768px) {
  .comp-form-wrap .form_item {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
}
.comp-form-wrap .form_item .attention {
  width: 100%;
  display: block;
  margin-top: 10px;
  color: #DEB2AA;
  text-align: left;
  font-size: 1.2rem;
}
.comp-form-wrap .form_item .notice {
  width: 100%;
  display: block;
  line-height: 1.8;
  margin-top: 10px;
  text-align: left;
  font-size: 1.2rem;
}
.comp-form-wrap .form_item .notice a {
  margin-top: 5px;
  font-size: 1.4rem;
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .comp-form-wrap .form_item .notice {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}
.comp-form-wrap .form_item.b_none {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px dotted #979797;
}
.comp-form-wrap .form_item .label_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.comp-form-wrap .form_item .label_wrap label {
  font-size: 1.4rem;
}
.comp-form-wrap .form_item .label_wrap label.no_label {
  display: block;
  margin-top: 5px;
}
.comp-form-wrap .form_item .label_wrap label span {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 1.2rem;
}
.comp-form-wrap .form_item .label_wrap .required {
  padding: 7px;
  background: #E2A645;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 5px;
}
.comp-form-wrap .form_item .label_wrap .optional {
  padding: 7px;
  color: #e4f2ec;
  border: 1px solid #e4f2ec;
  font-size: 1.2rem;
  border-radius: 5px;
}
.comp-form-wrap .form_item .form_box input[type=text],
.comp-form-wrap .form_item .form_box input[type=email],
.comp-form-wrap .form_item .form_box input[type=number],
.comp-form-wrap .form_item .form_box input[type=tel],
.comp-form-wrap .form_item .form_box input[type=date] {
  display: block;
  width: 100%;
  padding: 0 12px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  border: 1px solid #F7F8F7;
  background: #F7F8F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  color: #394F45;
  border-radius: 5px;
  -webkit-appearance: none;
}
.comp-form-wrap .form_item .form_box input[type=text].bg,
.comp-form-wrap .form_item .form_box input[type=email].bg,
.comp-form-wrap .form_item .form_box input[type=number].bg,
.comp-form-wrap .form_item .form_box input[type=tel].bg,
.comp-form-wrap .form_item .form_box input[type=date].bg {
  background-color: #F7F8F7;
}
.comp-form-wrap .form_item .form_box input[type=text]:focus,
.comp-form-wrap .form_item .form_box input[type=email]:focus,
.comp-form-wrap .form_item .form_box input[type=number]:focus,
.comp-form-wrap .form_item .form_box input[type=tel]:focus,
.comp-form-wrap .form_item .form_box input[type=date]:focus {
  outline: none;
}
.comp-form-wrap .form_item .form_box input[type=text]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-webkit-input-placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-moz-placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]:-ms-input-placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-ms-input-placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text]::placeholder,
.comp-form-wrap .form_item .form_box input[type=email]::placeholder,
.comp-form-wrap .form_item .form_box input[type=number]::placeholder,
.comp-form-wrap .form_item .form_box input[type=tel]::placeholder,
.comp-form-wrap .form_item .form_box input[type=date]::placeholder {
  color: #acacac;
  font-size: 1.5rem;
}
.comp-form-wrap .form_item .form_box input[type=text].errorInput,
.comp-form-wrap .form_item .form_box input[type=email].errorInput,
.comp-form-wrap .form_item .form_box input[type=number].errorInput,
.comp-form-wrap .form_item .form_box input[type=tel].errorInput,
.comp-form-wrap .form_item .form_box input[type=date].errorInput {
  border: 1px solid #DEB2AA;
}
.comp-form-wrap .form_item .form_box select {
  display: block;
  width: 100%;
  padding: 0px 12px !important;
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  border: 1px solid #F7F8F7;
  background: #F7F8F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(./select_caret.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center right 12px;
  border-radius: 5px;
  -webkit-appearance: none;
  color: #394F45;
  font-family: inherit;
}
.comp-form-wrap .form_item .form_box select::-webkit-input-placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select::-moz-placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select:-ms-input-placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select::-ms-input-placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select::placeholder {
  color: #acacac;
}
.comp-form-wrap .form_item .form_box select.bg {
  background-color: #F7F8F7;
}
.comp-form-wrap .form_item .form_box select option {
  color: #acacac;
  font-size: 1.6rem;
}
.comp-form-wrap .form_item .form_box select:focus {
  outline: none;
}
.comp-form-wrap .form_item .form_box select.errorInput {
  border: 1px solid #DEB2AA;
}
.comp-form-wrap .form_item .form_box textarea {
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-size: 1.6rem;
  height: 180px;
  line-height: 1.6;
  border: 1px solid #F7F8F7;
  background: #F7F8F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-appearance: none;
  color: #394F45;
  font-family: inherit;
}
.comp-form-wrap .form_item .form_box textarea.bg {
  background-color: #F7F8F7;
}
.comp-form-wrap .form_item .form_box textarea:focus {
  outline: none;
}
.comp-form-wrap .form_item .form_box textarea.errorInput {
  border: 1px solid #DEB2AA;
}
.comp-form-wrap .form_item .form_box .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-form-wrap .form_item .form_box .name_wrap .name_flex {
  width: calc(50% - 2.5px);
}
.comp-form-wrap .form_item .form_box .postal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-form-wrap .form_item .form_box .postal_wrap input[type=text] {
  width: 50%;
}
.comp-form-wrap .form_item .form_box .postal_wrap .search_button {
  width: calc(50% - 5px);
  font-size: 1.3rem;
  color: #fff;
  background: #21714D;
  line-height: 48px;
}
@media screen and (min-width: 768px) {
  .comp-form-wrap .form_item .form_box .postal_wrap input[type=text] {
    width: calc(100% - 300px);
  }
  .comp-form-wrap .form_item .form_box .postal_wrap .search_button {
    width: 290px;
    font-size: 1.4rem;
    line-height: 48px;
  }
}
.comp-form-wrap .form_item .form_box .date_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.comp-form-wrap .form_item .form_box .date_box .txt02 {
  width: 10%;
  margin-right: 10px;
}
.comp-form-wrap .form_item .form_box .date_box .txt02:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-form-wrap .form_item .form_box .date_box .txt01 {
  width: 5%;
  margin-right: 10px;
}
.comp-form-wrap .form_item .form_box .date_box .txt01.end {
  margin-right: 0;
}
.comp-form-wrap .form_item .form_box .date_box .txt01:nth-last-of-type(1) {
  margin-right: 0;
}
.comp-form-wrap .form_item .form_box .date_box input[name=birthYear] {
  width: 25%;
  margin-right: 10px;
}
.comp-form-wrap .form_item .form_box .date_box input[name=birthMonth], .comp-form-wrap .form_item .form_box .date_box input[name=birthDay] {
  width: 15%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .comp-form-wrap .form_item .form_box .date_box {
    margin-top: 20px;
  }
  .comp-form-wrap .form_item .form_box .date_box .txt02 {
    width: 45px;
    margin-right: 10px;
  }
  .comp-form-wrap .form_item .form_box .date_box .txt02:nth-last-of-type(1) {
    margin-right: 0;
  }
  .comp-form-wrap .form_item .form_box .date_box .txt01 {
    width: 20px;
    margin-right: 10px;
  }
  .comp-form-wrap .form_item .form_box .date_box .txt01:nth-last-of-type(1) {
    margin-right: 0;
  }
  .comp-form-wrap .form_item .form_box .date_box input[name=birthYear] {
    width: 25%;
    margin-right: 10px;
  }
  .comp-form-wrap .form_item .form_box .date_box input[name=birthMonth], .comp-form-wrap .form_item .form_box .date_box input[name=birthDay] {
    width: 15%;
    margin-right: 10px;
  }
}
.comp-form-wrap .form_item .form_box .radio_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: -15px;
}
@media screen and (min-width: 768px) {
  .comp-form-wrap .form_item .form_box .radio_box {
    margin-top: 20px;
  }
}
.comp-form-wrap .form_item .form_box .radio_box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .comp-form-wrap .form_item .form_box .radio_box label {
    margin-bottom: 15px;
  }
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=checkbox], .comp-form-wrap .form_item .form_box .radio_box label input[type=radio] {
  display: none;
}
.comp-form-wrap .form_item .form_box .radio_box label .radio_checker {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #fff;
  margin-bottom: -2px;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}
.comp-form-wrap .form_item .form_box .radio_box label .radio_checker::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: #21714D;
  -webkit-transition: width 0.15s, height 0.15s;
  transition: width 0.15s, height 0.15s;
  will-change: width, height;
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=radio] + .radio_checker {
  border-radius: 0px;
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=radio] + .radio_checker::after {
  border-radius: 0px;
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=checkbox]:checked + .radio_checker,
.comp-form-wrap .form_item .form_box .radio_box label input[type=radio]:checked + .radio_checker {
  border: 1px solid #acacac;
}
.comp-form-wrap .form_item .form_box .radio_box label input[type=checkbox]:checked + .radio_checker::after,
.comp-form-wrap .form_item .form_box .radio_box label input[type=radio]:checked + .radio_checker::after {
  width: 7px;
  height: 7px;
}
.comp-form-wrap .form_item .form_box .radio_box label .name {
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0.64px;
  cursor: pointer;
}
.comp-form-wrap .form_item .form_box .radio_box .optinonal_input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.comp-form-wrap .form_item .form_box .notice_list {
  background: #fff;
  padding: 20px;
  line-height: 1.8;
  font-size: 1.3rem;
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .comp-form-wrap .form_item .form_box .notice_list {
    font-size: 1.4rem;
    background: #F7F8F7;
  }
}
.comp-form-wrap .form_item .form_box .notice_list li {
  margin-bottom: 5px;
}
.comp-form-wrap .form_item .form_box .notice_list li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-form-wrap .form_item .form_box .privacy_wrap {
  border: 1px solid #979797;
  padding: 20px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
  line-height: 1.8;
  font-size: 1.3rem;
  margin-top: 25px;
  text-align: left;
}
.comp-form-wrap .form_item .form_box .privacy_wrap p {
  margin-bottom: 1.5rem;
}
.comp-form-wrap .form_item .form_box .privacy_wrap p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-form-wrap .privacy_txt_wrap .privacy_ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 1.35px;
  margin-bottom: 20px;
}
.comp-form-wrap .privacy_txt_wrap .privacy_inner {
  border: 1px solid #e4f2ec;
  padding: 20px;
  height: 150px;
  overflow: scroll;
  margin-bottom: 40px;
  font-weight: normal;
}
.comp-form-wrap .privacy_txt_wrap .privacy_inner .privacy_content h5 {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-weight: normal;
}
.comp-form-wrap .privacy_txt_wrap .privacy_inner .privacy_content p {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.44px;
  margin-bottom: 20px;
}
.comp-form-wrap .privacy_txt_wrap .privacy_inner .privacy_content p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.comp-form-wrap .privacy_wrap {
  margin-top: 30px;
}
.comp-form-wrap .privacy_wrap .privacy_ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=checkbox], .comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio] {
  display: none;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #fff;
  margin-bottom: -2px;
  cursor: pointer;
  position: relative;
  border: 1px solid #979797;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: #21714D;
  -webkit-transition: width 0.15s, height 0.15s;
  transition: width 0.15s, height 0.15s;
  will-change: width, height;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio] + .radio_checker {
  border-radius: 0px;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio] + .radio_checker::after {
  border-radius: 0px;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=checkbox]:checked + .radio_checker,
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio]:checked + .radio_checker {
  border: 1px solid #acacac;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=checkbox]:checked + .radio_checker::after,
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label input[type=radio]:checked + .radio_checker::after {
  width: 9px;
  height: 9px;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label .name {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.64px;
  cursor: pointer;
  margin-top: 2px;
}
.comp-form-wrap .privacy_wrap .agreement .agree_wrap label .name a {
  color: #068acc;
}
.comp-form-wrap .ajax_loader {
  width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  will-change: height;
}
.comp-form-wrap .ajax_loader.loading_state {
  height: 75px;
}
.comp-form-wrap .ajax_loader .loading {
  display: block;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  background-image: url(../img/common/loading.svg);
}
.comp-form-wrap .status_message {
  height: 0;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  will-change: height;
  text-align: center;
}
.comp-form-wrap .status_message .text {
  display: block;
  background: #F7F8F7;
  border: 1px solid #F7F8F7;
  color: #394F45;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 20px;
}
.comp-form-wrap .status_message .text span {
  display: block;
}
@media screen and (min-width: 980px) {
  .comp-form-wrap .status_message .text {
    background: #F7F8F7;
  }
  .comp-form-wrap .status_message .text span {
    display: inline;
  }
}
.comp-form-wrap .status_message.complete {
  height: 105px;
  margin-bottom: 0px;
}
.comp-form-wrap .status_message.error {
  height: 100px;
  margin-bottom: 0px;
}
.comp-form-wrap .status_message.error .text {
  color: #D62538;
  border: 1px solid #D62538;
}
.comp-form-wrap .submit_wrap {
  max-width: 100%;
  margin: 30px auto 0;
  position: relative;
  cursor: pointer;
  background: #E2A645;
  color: #fff;
  padding: 20px 0;
  border-radius: 200px;
  cursor: pointer;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
  will-change: background, opacity;
  font-family: inherit;
}
.comp-form-wrap .submit_wrap.disabled {
  background: #E2A645;
  opacity: 0.3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.comp-form-wrap .submit_wrap.completed {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.comp-form-wrap .submit_wrap:hover {
  background: #21714D;
}
.comp-form-wrap .submit_wrap .text_wrap {
  text-align: center;
}
.comp-form-wrap .submit_wrap .text_wrap .ja {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  pointer-events: none;
}
.comp-form-wrap .submit_wrap .text_wrap .ja span {
  position: relative;
  padding-right: 17px;
}
.comp-form-wrap .submit_wrap .text_wrap .ja span::after {
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  will-change: border;
}
.comp-form-wrap .submit_wrap .text_wrap input[type=button], .comp-form-wrap .submit_wrap .text_wrap input[type=submit] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .comp-form-wrap .form_item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #979797;
  }
  .comp-form-wrap .form_item .attention {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .comp-form-wrap .form_item.b_none {
    margin-bottom: 0px;
  }
  .comp-form-wrap .form_item .label_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .comp-form-wrap .form_item .label_wrap label {
    font-size: 1.6rem;
  }
  .comp-form-wrap .form_item .label_wrap .required {
    padding: 7px 12px;
    font-size: 1.2rem;
    border-radius: 30px;
  }
  .comp-form-wrap .form_item .label_wrap .optional {
    padding: 7px 12px;
    font-size: 1.2rem;
    border-radius: 30px;
  }
  .comp-form-wrap .form_item .form_box input[type=text],
  .comp-form-wrap .form_item .form_box input[type=email],
  .comp-form-wrap .form_item .form_box input[type=number],
  .comp-form-wrap .form_item .form_box input[type=tel],
  .comp-form-wrap .form_item .form_box input[type=date] {
    border: 0px solid #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-form-wrap .form_item .form_box input[type=text]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-webkit-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-webkit-input-placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box input[type=text]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-moz-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-moz-placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box input[type=text]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]:-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]:-ms-input-placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box input[type=text]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=email]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=number]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=tel]::-ms-input-placeholder, .comp-form-wrap .form_item .form_box input[type=date]::-ms-input-placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box input[type=text]::placeholder,
  .comp-form-wrap .form_item .form_box input[type=email]::placeholder,
  .comp-form-wrap .form_item .form_box input[type=number]::placeholder,
  .comp-form-wrap .form_item .form_box input[type=tel]::placeholder,
  .comp-form-wrap .form_item .form_box input[type=date]::placeholder {
    color: #979797;
    font-size: 1.5rem;
  }
  .comp-form-wrap .form_item .form_box select {
    padding: 0px 12px !important;
    font-size: 1.6rem;
    border: 0px solid #fff;
    background-color: #fff;
  }
  .comp-form-wrap .form_item .form_box select::-webkit-input-placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select::-moz-placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select:-ms-input-placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select::-ms-input-placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select::placeholder {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box select option {
    color: #979797;
  }
  .comp-form-wrap .form_item .form_box textarea {
    padding: 12px 12px;
    height: 180px;
    border: 0px solid #fff;
    background-color: #fff;
  }
  .comp-form-wrap .form_item .form_box .name_wrap .name_flex {
    width: calc(50% - 5px);
  }
  .comp-form-wrap .form_item .form_box .radio_box {
    margin-bottom: -15px;
  }
  .comp-form-wrap .form_item .form_box .radio_box label .radio_checker {
    background: #fff;
    margin-bottom: -2px;
    border: 1px solid #fff;
  }
  .comp-form-wrap .form_item .form_box .radio_box label .radio_checker::after {
    background: #21714D;
  }
  .comp-form-wrap .form_item .form_box .radio_box label input[type=checkbox]:checked + .radio_checker,
  .comp-form-wrap .form_item .form_box .radio_box label input[type=radio]:checked + .radio_checker {
    border: 1px solid #fff;
  }
  .comp-form-wrap .form_item .form_box .radio_box label .name {
    font-size: 1.5rem;
  }
  .comp-form-wrap .privacy_txt_wrap .privacy_ttl {
    font-size: 1.6rem;
  }
  .comp-form-wrap .privacy_txt_wrap .privacy_inner {
    padding: 30px;
    height: 200px;
    margin-bottom: 40px;
  }
  .comp-form-wrap .privacy_txt_wrap .privacy_inner .privacy_content h5 {
    font-size: 1.5rem;
  }
  .comp-form-wrap .privacy_txt_wrap .privacy_inner .privacy_content p {
    font-size: 1.3rem;
  }
  .comp-form-wrap .privacy_wrap {
    margin-top: 30px;
  }
  .comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker {
    background: #fff;
    margin-bottom: -2px;
    border: 1px solid #979797;
  }
  .comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker::after {
    background: #21714D;
  }
  .comp-form-wrap .submit_wrap {
    max-width: 360px;
    margin: 30px auto 0;
  }
}

/* ----- 2/28山田追記 ----- */
.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow:hidden;
  }
  .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  }