@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: #3A3959;
  background: #fff;
  font-style: normal;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -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;
  letter-spacing: inherit;
  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;
  -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;
  padding: 15px;
}
header .header_inner .header_logo {
  width: 100px;
}
header .header_inner .header_logo a {
  display: block;
}
header .header_inner .header_navigation ul {
  display: none;
}
header .header_inner .header_navigation .contact_button a, header .header_inner .header_navigation .contact_button button {
  display: block;
  padding: 10px 12px;
  color: #fff;
  font-size: 1.2rem;
  background: #3A3959;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  header .header_inner {
    padding: 30px;
  }
  header .header_inner .header_logo {
    width: 160px;
  }
  header .header_inner .header_logo a {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  header .header_inner .header_logo a:hover {
    opacity: 0.75;
  }
  header .header_inner .header_navigation {
    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_navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header_inner .header_navigation ul li {
    margin-right: 30px;
  }
  header .header_inner .header_navigation ul li a, header .header_inner .header_navigation ul li button {
    display: block;
    font-size: 1.6rem;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  header .header_inner .header_navigation ul li a:hover, header .header_inner .header_navigation ul li button:hover {
    opacity: 0.75;
  }
  header .header_inner .header_navigation .contact_button {
    max-width: 130px;
  }
  header .header_inner .header_navigation .contact_button a {
    width: 130px;
    padding: 12px 0;
    text-align: center;
    font-size: 1.6rem;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    will-change: background;
  }
  header .header_inner .header_navigation .contact_button a:hover {
    background: #555378;
  }
}
footer {
  padding: 60px 0 40px;
  background: #3A3959;
  color: #fff;
}
footer .footer_inner {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  footer .footer_inner {
    width: 84%;
    max-width: 1590px;
  }
}
footer .footer_inner .footer_corp_info {
  margin-bottom: 40px;
}
footer .footer_inner .footer_corp_info .footer_logo {
  max-width: 80%;
  margin: 0 auto 25px;
}
footer .footer_inner .footer_corp_info .footer_address {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.87;
}
footer .footer_inner .footer_corp_info .footer_address p span {
  display: block;
}
footer .footer_inner .footer_lower .footer_navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
footer .footer_inner .footer_lower .footer_navigation ul li {
  margin-right: 10px;
}
footer .footer_inner .footer_lower .footer_navigation ul li:nth-last-of-type(1) {
  margin-right: 0;
}
footer .footer_inner .footer_lower .footer_navigation ul li a, footer .footer_inner .footer_lower .footer_navigation ul li button {
  font-size: 1.3rem;
  color: #fff;
}
footer .footer_inner .footer_lower .footer_navigation .contact_button {
  margin-top: 30px;
}
footer .footer_inner .footer_lower .footer_navigation .contact_button a {
  display: block;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  color: #3A3959;
  font-size: 1.3rem;
  border-radius: 5px;
}
footer .footer_inner .footer_lower .small_navigation {
  margin-top: 30px;
  text-align: center;
}
footer .footer_inner .footer_lower .small_navigation a {
  color: #fff;
  font-size: 1.1rem;
}
footer .footer_inner .footer_lower .copyright {
  margin-top: 30px;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 80px 0;
    background: #3A3959;
  }
  footer .footer_inner {
    position: relative;
    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_inner .footer_corp_info {
    margin-bottom: 0px;
  }
  footer .footer_inner .footer_corp_info .footer_logo {
    max-width: 280px;
    margin: 0 0 25px;
  }
  footer .footer_inner .footer_corp_info .footer_logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  footer .footer_inner .footer_corp_info .footer_logo a:hover {
    opacity: 0.75;
  }
  footer .footer_inner .footer_corp_info .footer_address {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.87;
  }
  footer .footer_inner .footer_corp_info .footer_address p span {
    display: inline-block;
    padding-left: 0.3em;
  }
  footer .footer_inner .footer_lower .footer_navigation {
    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;
  }
  footer .footer_inner .footer_lower .footer_navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li {
    margin-right: 25px;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li:nth-last-of-type(1) {
    margin-right: 25px;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li a, footer .footer_inner .footer_lower .footer_navigation ul li button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    font-size: 1.5rem;
  }
  footer .footer_inner .footer_lower .footer_navigation ul li a:hover, footer .footer_inner .footer_lower .footer_navigation ul li button:hover {
    opacity: 0.75;
  }
  footer .footer_inner .footer_lower .footer_navigation .contact_button {
    margin-top: 0;
  }
  footer .footer_inner .footer_lower .footer_navigation .contact_button a {
    max-width: 130px;
    width: 130px;
    padding: 15px 0;
    font-size: 1.5rem;
    border-radius: 5px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    will-change: background;
  }
  footer .footer_inner .footer_lower .footer_navigation .contact_button a:hover {
    background: #d8d8d8;
  }
  footer .footer_inner .footer_lower .small_navigation {
    margin-top: 50px;
    text-align: right;
  }
  footer .footer_inner .footer_lower .small_navigation a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    font-size: 1.4rem;
  }
  footer .footer_inner .footer_lower .small_navigation a:hover {
    opacity: 0.75;
  }
  footer .footer_inner .footer_lower .copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 1.4rem;
  }
}
/*@import 'common/hummenu.scss';*/
/*########## ページ個別レイアウト ##########*/
.page-index .section-main {
  position: relative;
  width: 100%;
  height: calc(var(--wHeightFixedPx));
  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;
}
.page-index .section-main .main_img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-index .section-main .main_img_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-index .section-main .main_ttl_wrap {
  position: relative;
  z-index: 20;
  text-align: center;
}
.page-index .section-main .main_ttl_wrap hgroup .ttl_jp {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 12px;
}
.page-index .section-main .main_ttl_wrap hgroup .ttl_jp span {
  display: block;
}
.page-index .section-main .main_ttl_wrap hgroup .ttl_en {
  display: block;
  font-size: 1.1rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-index .section-service {
  padding: 60px 0;
  background: #3A3959;
  color: #fff;
}
.page-index .section-service .section_inner .ttl_wrapper {
  margin-bottom: 30px;
}
.page-index .section-service .section_inner .ttl_wrapper .desc_wrapper {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .page-index .section-service .section_inner .ttl_wrapper .desc_wrapper {
    font-size: 1.5rem;
  }
}
.page-index .section-service .section_inner .ttl_wrapper .desc_wrapper p {
  text-align: justify;
  margin-bottom: 1em;
}
.page-index .section-service .section_inner .ttl_wrapper .desc_wrapper p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-index .section-member {
  padding: 60px 0;
}
.page-index .section-member .comp-section-ttl {
  margin-bottom: 40px;
}
.page-index .section-corporate {
  padding: 60px 0;
  background: #F7F6FF;
}
.page-index .section-corporate .comp-section-ttl {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-index .section-main {
    height: 100vh;
  }
  .page-index .section-main .main_ttl_wrap hgroup .ttl_jp {
    font-size: 5rem;
    margin-bottom: 15px;
  }
  .page-index .section-main .main_ttl_wrap hgroup .ttl_jp span {
    display: inline-block;
    padding: 0 0.3em;
  }
  .page-index .section-main .main_ttl_wrap hgroup .ttl_en {
    font-size: 1.4rem;
  }
  .page-index .section-service {
    padding: 120px 0;
    background: #3A3959;
    color: #fff;
  }
  .page-index .section-service .section_inner .ttl_wrapper {
    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: 70px;
  }
  .page-index .section-service .section_inner .ttl_wrapper .desc_wrapper {
    max-width: 620px;
    margin-top: 0px;
  }
  .page-index .section-member {
    padding: 120px 0 80px;
  }
  .page-index .section-member .comp-section-ttl {
    margin-bottom: 70px;
  }
  .page-index .section-corporate {
    padding: 120px 0;
  }
  .page-index .section-corporate .section_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;
  }
  .page-index .section-corporate .comp-section-ttl {
    margin-bottom: 0px;
  }
  .page-index .section-corporate .comp-porporate-profile {
    width: 75%;
  }
}
.page-underpage {
  padding-top: 100px;
  padding-bottom: 50px;
}
.page-underpage .section-underpage .ttl_wrapper {
  text-align: center;
  margin-bottom: 35px;
}
.page-underpage .section-underpage .ttl_wrapper .ttl_jp {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
.page-underpage .section-underpage .ttl_wrapper .ttl_en {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}

@media screen and (min-width: 786px) {
  .page-underpage {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .page-underpage .section-underpage .ttl_wrapper {
    margin-bottom: 60px;
  }
  .page-underpage .section-underpage .ttl_wrapper .ttl_jp {
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .page-underpage .section-underpage .ttl_wrapper .ttl_en {
    font-size: 1.4rem;
  }
}
/*########## コンポーネント ##########*/
/* 共通 */
.comp-section-ttl .ttl_jp {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.comp-section-ttl .ttl_en {
  display: block;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .comp-section-ttl .ttl_jp {
    font-size: 3.4rem;
    margin-bottom: 15px;
  }
  .comp-section-ttl .ttl_en {
    font-size: 1.4rem;
  }
}
.comp-service-list .service_item {
  background: #555378;
  padding: 25px;
  margin-bottom: 15px;
}
.comp-service-list .service_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-service-list .service_item hgroup {
  margin-bottom: 15px;
}
.comp-service-list .service_item hgroup .service_ttl {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.comp-service-list .service_item hgroup .service_ttl_sp {
  display: block;
  font-size: 1.1rem;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.comp-service-list .service_item .service_desc {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .comp-service-list .service_item .service_desc {
    font-size: 1.5rem;
  }
}
.comp-service-list .service_item .service_desc p {
  text-align: justify;
  margin-bottom: 1em;
}
.comp-service-list .service_item .service_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .comp-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-service-list .service_item {
    width: 48%;
    margin-right: 4%;
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0px;
    border-radius: 40px;
  }
  .comp-service-list .service_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-service-list .service_item hgroup {
    margin-bottom: 20px;
  }
  .comp-service-list .service_item hgroup .service_ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .comp-service-list .service_item hgroup .service_ttl_sp {
    display: block;
    font-size: 1.4rem;
  }
}
.comp-team-member .member_item {
  border-top: 1px solid #3A3959;
  padding-top: 30px;
  margin-bottom: 30px;
}
.comp-team-member .member_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-team-member .member_item .member_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.comp-team-member .member_item .member_upper hgroup .member_name {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.comp-team-member .member_item .member_upper hgroup .member_name_en {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 1.1rem;
}
.comp-team-member .member_item .member_upper .sns_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;
}
.comp-team-member .member_item .member_upper .sns_wrap .sns_item a {
  display: block;
}
.comp-team-member .member_item .member_upper .sns_wrap .sns_item a img {
  width: auto;
  height: 26px;
}
.comp-team-member .member_item .profile_description {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .comp-team-member .member_item .profile_description {
    font-size: 1.5rem;
  }
}
.comp-team-member .member_item .profile_description p {
  text-align: justify;
  margin-bottom: 1em;
}
.comp-team-member .member_item .profile_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .comp-team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-team-member .member_item {
    width: 30%;
    margin-right: 5%;
    border-top: 1px solid #3A3959;
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .comp-team-member .member_item:nth-of-type(3n) {
    margin-right: 0px;
  }
  .comp-team-member .member_item:nth-last-of-type(1) {
    margin-bottom: 40px;
  }
  .comp-team-member .member_item .member_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .comp-team-member .member_item .member_upper hgroup .member_name {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .comp-team-member .member_item .member_upper hgroup .member_name_en {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 1.1rem;
  }
  .comp-team-member .member_item .member_upper .sns_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;
  }
  .comp-team-member .member_item .member_upper .sns_wrap .sns_item a {
    display: block;
  }
  .comp-team-member .member_item .member_upper .sns_wrap .sns_item a img {
    width: auto;
    height: 26px;
  }
  .comp-team-member .member_item .profile_description {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.87;
    letter-spacing: 0.025em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .comp-team-member .member_item .profile_description {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .comp-team-member .member_item .profile_description p {
    text-align: justify;
    margin-bottom: 1em;
  }
  .comp-team-member .member_item .profile_description p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.comp-porporate-profile .profile_item {
  border-top: 1px solid #3A3959;
  padding-top: 20px;
  margin-bottom: 20px;
}
.comp-porporate-profile .profile_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-porporate-profile .profile_item .title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.comp-porporate-profile .profile_item .content {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .comp-porporate-profile .profile_item .content {
    font-size: 1.5rem;
  }
}
.comp-porporate-profile .profile_item .content p {
  text-align: justify;
  margin-bottom: 1em;
}
.comp-porporate-profile .profile_item .content p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-porporate-profile .profile_item .content p span {
  display: block;
}

@media screen and (min-width: 768px) {
  .comp-porporate-profile .profile_item {
    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-top: 30px;
    margin-bottom: 30px;
  }
  .comp-porporate-profile .profile_item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-porporate-profile .profile_item .title {
    width: 150px;
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
  .comp-porporate-profile .profile_item .content {
    width: calc(100% - 150px);
  }
  .comp-porporate-profile .profile_item .content p span {
    display: inline-block;
    padding-left: 0.3em;
  }
}
.comp-terms-content .content_header {
  margin-bottom: 30px;
}
.comp-terms-content .terms_wrap {
  margin-bottom: 60px;
}
.comp-terms-content .terms_wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-terms-content .terms_wrap .section_ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.comp-terms-content .terms_wrap .terms_item {
  margin-bottom: 30px;
}
.comp-terms-content .terms_wrap .terms_item .item_ttl {
  font-size: 1.8rem;
  line-height: 1.87;
  margin-bottom: 10px;
}
.comp-terms-content .terms_wrap .terms_item .desciption {
  font-size: 1.3rem;
  line-height: 1.87;
}
.comp-terms-content .terms_wrap .terms_item .desciption p {
  word-break: break-all;
  margin-bottom: 12px;
}
.comp-terms-content .terms_wrap .terms_item .desciption p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-terms-content .terms_wrap .terms_item .desciption a {
  display: inline;
  color: inherit;
  text-decoration: underline;
}
.comp-terms-content .terms_wrap .terms_item .number_list {
  margin-top: 12px;
  margin-bottom: 15px;
}
.comp-terms-content .terms_wrap .terms_item .number_list:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-terms-content .terms_wrap .terms_item .number_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.87;
  margin-bottom: 7px;
}
.comp-terms-content .terms_wrap .terms_item .number_list li .number {
  width: 2em !important;
}
.comp-terms-content .terms_wrap .terms_item .number_list li .desc_inner {
  width: calc(100% - 2em) !important;
}
.comp-terms-content .terms_wrap .terms_item .number_list li.number_list {
  margin-top: 10px;
}
.comp-terms-content .terms_wrap .terms_item .number_list li.number_list .number {
  width: 2em !important;
}
.comp-terms-content .terms_wrap .terms_item .number_list li.number_list .desc_inner {
  width: calc(100% - 2em) !important;
}
.comp-terms-content .terms_wrap .terms_item .normal_list {
  margin-top: 15px;
  margin-bottom: 20px;
}
.comp-terms-content .terms_wrap .terms_item .normal_list .img_wrap {
  margin: 20px 0 20px;
}
.comp-terms-content .terms_wrap .terms_item .normal_list .img_wrap img {
  width: auto;
  height: 30px;
  background: #fff;
  padding: 10px;
}
.comp-terms-content .terms_wrap .terms_item .normal_list:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-terms-content .terms_wrap .terms_item .normal_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.87;
  margin-bottom: 10px;
}
.comp-terms-content .terms_wrap .terms_item .normal_list li .number {
  width: 1.5em !important;
}
.comp-terms-content .terms_wrap .terms_item .normal_list li .ttl, .comp-terms-content .terms_wrap .terms_item .normal_list li .desc_inner {
  width: calc(100% - 1.8em) !important;
  font-size: 1.3rem;
  margin-bottom: 0px;
}

@media screen and (min-width: 720px) {
  .comp-terms-content .content_header {
    margin-bottom: 30px;
  }
  .comp-terms-content .content_header .content_ttl {
    font-size: 2.4rem;
    text-align: left;
  }
  .comp-terms-content .content_header .content_ttl span {
    display: inline;
  }
  .comp-terms-content .terms_wrap {
    margin-bottom: 60px;
  }
  .comp-terms-content .terms_wrap:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-terms-content .terms_wrap .section_ttl {
    text-align: left;
    margin-bottom: 40px;
  }
  .comp-terms-content .terms_wrap .terms_item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .comp-terms-content {
    max-width: 720px;
    margin: 0 auto;
  }
  .comp-terms-content .content_header {
    margin-bottom: 60px;
  }
  .comp-terms-content .content_header .content_ttl {
    font-size: 2.4rem;
  }
  .comp-terms-content .terms_wrap {
    margin-bottom: 80px;
  }
  .comp-terms-content .terms_wrap:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-terms-content .terms_wrap .section_ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .comp-terms-content .terms_wrap .terms_item {
    margin-bottom: 40px;
  }
  .comp-terms-content .terms_wrap .terms_item .item_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .comp-terms-content .terms_wrap .terms_item .desciption {
    font-size: 1.5rem;
    line-height: 1.87;
  }
  .comp-terms-content .terms_wrap .terms_item ul {
    margin-top: 10px;
  }
  .comp-terms-content .terms_wrap .terms_item ul .img_wrap {
    margin: 30px 0;
  }
  .comp-terms-content .terms_wrap .terms_item ul .img_wrap img {
    width: auto;
    height: 45px;
    padding: 15px;
  }
  .comp-terms-content .terms_wrap .terms_item ul li .ttl, .comp-terms-content .terms_wrap .terms_item ul li .desc_inner {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  .comp-terms-content .terms_wrap .terms_item .number_list {
    margin-top: 15px;
  }
}
.comp-form-wrap .form_item {
  margin-bottom: 18px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #F7F6FF;
}
@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: red;
  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 #F7F6FF;
}
.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.6rem;
}
.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: #3A3959;
  font-size: 1.2rem;
  color: #fff;
}
.comp-form-wrap .form_item .label_wrap .optional {
  padding: 7px;
  background: #fff;
  border: 1px solid #3A3959;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .comp-form-wrap .form_item .label_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
  .comp-form-wrap .form_item .label_wrap label {
    margin-right: 12px;
    font-size: 1.6rem;
  }
  .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: #3A3959;
    font-size: 1.2rem;
  }
  .comp-form-wrap .form_item .label_wrap .optional {
    padding: 7px;
    background: #fff;
    font-size: 1.2rem;
  }
}
.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 #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  color: inherit;
  border-radius: 0;
  -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: #F7F6FF;
}
.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 red;
}
.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 #fff;
  -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: 0;
  background-color: #fff;
  -webkit-appearance: none;
  color: inherit;
  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: #F7F6FF;
}
.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 red;
}
.comp-form-wrap .form_item .form_box textarea {
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-size: 1.6rem;
  height: 180px;
  background: #fff;
  line-height: 1.6;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  color: inherit;
  font-family: inherit;
}
.comp-form-wrap .form_item .form_box textarea.bg {
  background-color: #F7F6FF;
}
.comp-form-wrap .form_item .form_box textarea:focus {
  outline: none;
}
.comp-form-wrap .form_item .form_box textarea.errorInput {
  border: 1px solid red;
}
.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: #3A3959;
  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: #d8d8d8;
  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: #3A3959;
  -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: #F7F6FF;
  }
}
.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 #F7F6FF;
  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_wrap {
  margin-top: 30px;
}
.comp-form-wrap .privacy_wrap .privacy_ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.comp-form-wrap .privacy_wrap .privacy_inner {
  padding: 20px;
  border: 1px solid #F7F6FF;
  background: #fff;
  height: 200px;
  overflow: scroll;
  margin-bottom: 20px;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content {
  font-size: 1.3rem;
  line-height: 1.8;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content h5 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content p {
  margin-bottom: 15px;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.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: #d8d8d8;
  margin-bottom: -2px;
  cursor: pointer;
  position: relative;
  border: 1px solid #F7F6FF;
}
.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: #3A3959;
  -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: #fff;
  border: 1px solid #fff;
  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: #F7F6FF;
  }
  .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: #3A3959;
  color: #fff;
  padding: 20px 0;
  border-radius: 0px;
  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: #acacac;
  opacity: 0.75;
  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: #3A3959;
}
.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 {
    max-width: 780px;
    margin: 0 auto;
  }
  .comp-form-wrap .form_item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #F7F6FF;
  }
  .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 {
    margin-bottom: 15px;
  }
  .comp-form-wrap .form_item .label_wrap label {
    margin-right: 15px;
  }
  .comp-form-wrap .form_item .label_wrap .required {
    padding: 7px;
    background: #3A3959;
    font-size: 1.2rem;
    color: #fff;
  }
  .comp-form-wrap .form_item .label_wrap .optional {
    padding: 7px;
    border: 1px solid #3A3959;
    font-size: 1.2rem;
  }
  .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: #d8d8d8;
    margin-bottom: -2px;
    border: 1px solid #fff;
  }
  .comp-form-wrap .form_item .form_box .radio_box label .radio_checker::after {
    background: #3A3959;
  }
  .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_wrap {
    margin-top: 30px;
  }
  .comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker {
    background: #d8d8d8;
    margin-bottom: -2px;
    border: 1px solid #F7F6FF;
  }
  .comp-form-wrap .privacy_wrap .agreement .agree_wrap label .radio_checker::after {
    background: #3A3959;
  }
  .comp-form-wrap .submit_wrap {
    max-width: 360px;
    margin: 30px auto 0;
  }
}
/*@import 'component/index/comp-member-list.scss';
@import 'component/index/comp-shihoro-movies.scss';
@import 'component/index/comp-interview-movies.scss';
@import 'component/index/comp-job-list.scss';
@import 'component/index/comp-facility-list.scss';
@import 'component/index/comp-form-wrap.scss';*/