@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.f_en {
  font-family: "roboto", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

@media (min-width: 750px) {
  html {
    font-size: clamp(12px, 1.316872428vw, 1rem);
  }
}
@media (max-width: 749.9px) {
  html {
    font-size: 4.2666666667vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  color: #000;
  background: #FFF;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 749.9px) {
  body {
    font-size: 0.875rem;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.en, .title_en, .section_title_wrap .section_title p, .section_title_wrap .section_title h1 {
  font-family: "Inter", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.disnone {
  display: none;
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}

button,
input[type=submit],
input[type=radio],
input[type=checkbox] {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p, dd {
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 749.9px) {
  p, dd {
    letter-spacing: 0;
  }
}

b {
  color: #0ABAB5;
  font-weight: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide:focus {
  outline: none;
}

.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749.9px) {
  .pc {
    display: none !important;
  }
}
.wrapper {
  padding-top: 6.25rem;
}

.page_link {
  margin-top: -6.125rem;
  padding-top: 6.125rem;
}

@media (max-width: 749.9px) {
  .wrapper {
    padding-top: 3.75rem;
  }
  .page_link {
    margin-top: -3.625rem;
    padding-top: 3.625rem;
  }
}
.page_contents,
.edit_contents {
  min-height: calc(100dvh - 28.75rem);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 500;
}
#header > .in {
  height: 6.25rem;
  padding: 0 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279.9px) {
  #header > .in {
    padding: 0 2.5rem;
  }
}
#header > .in .logo {
  width: 13.4375rem;
  padding-top: 0.375rem;
}
#header > .in .logo a {
  display: block;
}
#header > .in .logo img {
  width: 100%;
}
#header > .in .logo span {
  margin-top: 0.375rem;
  font-size: 0.6875rem;
  display: block;
}
#header > .in .header_menu .menu_bt {
  display: none;
}
#header > .in .header_menu .header_nav .header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.125rem;
}
#header > .in .header_menu .header_nav .header_nav_list > li {
  margin-left: 2.5rem;
  position: relative;
}
@media (min-width: 750px) {
  #header > .in .header_menu .header_nav .header_nav_list > li .sub-menu {
    padding: 0.5625rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    position: absolute;
    z-index: 5;
    top: calc(100% - 1px);
    left: -0.875rem;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  #header > .in .header_menu .header_nav .header_nav_list > li .sub-menu li + li {
    margin-top: 0.3125rem;
  }
  #header > .in .header_menu .header_nav .header_nav_list > li .sub-menu li a {
    width: 9.6875rem;
    min-height: 1.6875rem;
    font-size: 0.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.3125rem 0.875rem;
    border-radius: 1.875rem;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #header > .in .header_menu .header_nav .header_nav_list > li .sub-menu li a:hover {
    background: #F2F7F4;
  }
  #header > .in .header_menu .header_nav .header_nav_list > li:not(:hover) .sub-menu {
    opacity: 0;
    -webkit-transform: translate3d(0, 1.25rem, 0);
            transform: translate3d(0, 1.25rem, 0);
    pointer-events: none;
  }
  #header > .in .header_menu .header_nav .header_nav_list > li:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#header > .in .header_menu .header_nav .header_nav_list > li a {
  color: #000;
}
#header > .in .header_menu .header_nav .header_nav_list > li .in {
  padding: 1.25rem 0;
  text-align: center;
  display: block;
}
#header > .in .header_menu .header_nav .header_nav_list > li .in::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0ABAB5;
  position: absolute;
  left: 0;
  bottom: 0.75rem;
  display: block;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (min-width: 750px) {
  #header > .in .header_menu .header_nav .header_nav_list > li .in:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#header > .in .header_menu .header_nav .header_nav_list > li .in span {
  display: block;
}
#header > .in .header_menu .header_nav .header_nav_list > li .in .en, #header > .in .header_menu .header_nav .header_nav_list > li .in .title_en, #header > .in .header_menu .header_nav .header_nav_list > li .in .section_title_wrap .section_title p, .section_title_wrap .section_title #header > .in .header_menu .header_nav .header_nav_list > li .in p, #header > .in .header_menu .header_nav .header_nav_list > li .in .section_title_wrap .section_title h1, .section_title_wrap .section_title #header > .in .header_menu .header_nav .header_nav_list > li .in h1 {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-family: "Outfit", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#header > .in .header_menu .header_nav .header_nav_list > li .in .ja {
  margin-top: 0.3125rem;
  font-size: 0.6875rem;
}

@media (max-width: 749.9px) {
  #header > .in {
    width: 100%;
    height: 3.75rem;
    padding: 0.4375rem 1.25rem;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    position: relative;
  }
  .menu_open #header > .in {
    height: 100dvh;
  }
  #header > .in .logo {
    padding-top: 0.25rem;
  }
  #header > .in .logo a img {
    width: auto;
    height: 1.5rem;
    max-width: none;
  }
  #header > .in .logo a span {
    margin-top: -0.1875rem;
    font-size: 0.625rem;
    letter-spacing: 0;
  }
  #header > .in .header_menu .menu_bt {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.75rem;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-indent: 300%;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
  }
  #header > .in .header_menu .menu_bt span {
    width: 1.75rem;
    height: 2px;
    background: #012B8A;
    display: block;
    position: absolute;
    top: 50%;
    left: 1rem;
  }
  #header > .in .header_menu .menu_bt span::before, #header > .in .header_menu .menu_bt span::after {
    content: "";
    width: 1.75rem;
    height: 2px;
    background: #012B8A;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header > .in .header_menu .menu_bt span::before {
    margin-top: -0.5rem;
  }
  #header > .in .header_menu .menu_bt span::after {
    margin-top: 0.5rem;
  }
  .menu_open #header > .in .header_menu .menu_bt span {
    background-color: transparent;
  }
  .menu_open #header > .in .header_menu .menu_bt span::before, .menu_open #header > .in .header_menu .menu_bt span::after {
    margin-block: 0;
  }
  .menu_open #header > .in .header_menu .menu_bt span::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu_open #header > .in .header_menu .menu_bt span::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header > .in .header_menu .header_nav .header_nav_list {
    display: block;
    margin-right: 0;
  }
  #header > .in .header_menu .header_nav .header_nav_list > li {
    margin-inline: 1em;
  }
  #header > .in .header_menu .header_nav .header_nav_list > li + li {
    border-top: 1px solid #0ABAB5;
  }
  #header > .in .header_menu .header_nav .header_nav_list > li .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header > .in .header_menu .header_nav .header_nav_list > li .in .ja {
    margin-left: 2em;
  }
  #header > .in .header_menu .header_nav .header_nav_list .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header > .in .header_menu .header_nav .header_nav_list .sub-menu li {
    width: calc(50% - 0.5em);
  }
  #header > .in .header_menu .header_nav .header_nav_list .sub-menu li a {
    height: 2.5rem;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.3125rem 1.25rem;
    border-radius: 2.5rem;
    background: #F2F7F4;
  }
}
#footer {
  background: #F9F9FB;
  padding: 3.75rem 2.5rem 0.875rem;
}
#footer .in {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
#footer .in {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .in .footer_head .logo img {
  width: 13.4375rem;
}
#footer .in .footer_head .logo span {
  margin-top: 1.0625rem;
  display: block;
}
#footer .in .footer_head address {
  margin-top: 1.0625rem;
  line-height: 1.8;
}
#footer .in .footer_foot {
  padding-bottom: 2.625rem;
}
#footer .in .footer_foot .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .in .footer_foot .footer_menu li {
  margin-left: 1.875rem;
}
#footer .in .footer_foot .footer_menu li a {
  color: #000000;
  font-size: max(0.875rem, 11px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#footer .in .footer_foot .footer_menu li a:hover {
  opacity: 0.7;
}
#footer .in .copyright {
  width: 100%;
  display: block;
  margin-top: 5.25rem;
  text-align: right;
  font-size: 0.75rem;
}

@media (max-width: 749.9px) {
  #footer {
    margin-top: 1.5625rem;
    padding: 3.125rem 0.9375rem 1.5rem;
  }
  #footer .in .footer_head .logo img {
    width: 13.4375rem;
  }
  #footer .in .footer_head .logo span {
    margin-top: 0.625rem;
  }
  #footer .in .footer_foot {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #footer .in .footer_foot .footer_menu {
    display: block;
  }
  #footer .in .footer_foot .footer_menu li {
    margin-left: 0;
  }
  #footer .in .footer_foot .footer_menu li + li {
    margin-top: 1.25em;
  }
  #footer .in .copyright {
    margin-top: 2.125rem;
  }
}
#page-top {
  position: fixed;
  right: calc((100vw - 1544px) / 2);
  bottom: 2.25rem;
  z-index: 500;
}
#page-top a img {
  width: 7.5rem;
}

@media (max-width: 1599.9px) {
  #page-top {
    right: 1.75rem;
  }
  #page-top a img {
    width: 5rem;
  }
}
@media (max-width: 749.9px) {
  #page-top {
    right: 1.25rem;
    bottom: 2.75rem;
  }
  #page-top a img {
    width: 3.75rem;
  }
}
.top_title_wrap {
  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;
  padding: 4.75rem 0 4.5rem;
}
.top_title_wrap .top_title > span, .top_title_wrap p > span {
  display: block;
  text-align: center;
}
.top_title_wrap .top_title > span span, .top_title_wrap p > span span {
  display: inline-block;
}
.top_title_wrap p {
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: min(6.5rem, 6.5vw);
  line-height: 1.1826923077;
  letter-spacing: 0.02em;
  font-weight: 800;
}
.top_title_wrap .top_title {
  margin-top: 1.25rem;
  line-height: 1.5333333333;
  font-size: 1.875rem;
}

@media (max-width: 749.9px) {
  .top_title_wrap {
    padding: 2.875rem 0 3.25rem;
  }
  .top_title_wrap p {
    font-size: 2rem;
    line-height: 1.4;
  }
  .top_title_wrap .top_title {
    margin-top: 1.25rem;
    padding: 0 1.25rem;
    font-size: 0.9375rem;
  }
}
.title {
  font-size: min(2.875rem, 2.875vw);
  font-weight: 500;
}
.title + p:not([class]) {
  margin-top: 1.25rem;
}

@media (max-width: 749.9px) {
  .title {
    font-size: 1.375rem;
    line-height: 1.3947368421;
  }
  .title + p:not([class]) {
    margin-top: 1.25rem;
  }
}
.title_sub {
  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: 1.5rem;
}
.title_sub .ja {
  font-size: min(1.875rem, 2.3166023166vw);
  font-weight: bold;
  margin-right: min(1.5625rem, 1.9305019305vw);
}
.title_sub .en, .title_sub .title_en, .title_sub .section_title_wrap .section_title p, .section_title_wrap .section_title .title_sub p, .title_sub .section_title_wrap .section_title h1, .section_title_wrap .section_title .title_sub h1 {
  font-size: 1rem;
  padding-top: 0.25rem;
  font-weight: 500;
  color: #0ABAB5;
  letter-spacing: 0;
}
.title_sub .bdr {
  padding: 0.4375rem min(1rem, 1.2355212355vw) 0.5rem;
  border-radius: 1.875rem;
  font-size: min(1.25rem, 1.5444015444vw);
  margin-right: 1em;
  color: #0ABAB5;
  border: 0.1875rem solid #0ABAB5;
  position: relative;
}
.title_sub .bdr + .ja {
  margin-right: -2em;
}

@media (max-width: 749.9px) {
  .title_sub {
    margin-bottom: 0.9375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .title_sub .ja, .title_sub .en, .title_sub .title_en, .title_sub .section_title_wrap .section_title p, .section_title_wrap .section_title .title_sub p, .title_sub .section_title_wrap .section_title h1, .section_title_wrap .section_title .title_sub h1, .title_sub .bdr {
    margin-bottom: 0.3125rem;
  }
  .title_sub .ja {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-right: 0.9375rem;
  }
  .title_sub .en, .title_sub .title_en, .title_sub .section_title_wrap .section_title p, .section_title_wrap .section_title .title_sub p, .title_sub .section_title_wrap .section_title h1, .section_title_wrap .section_title .title_sub h1 {
    font-size: 0.75rem;
    padding-top: 0.25rem;
  }
  .title_sub .bdr {
    padding: 0.25rem 1rem 0.3125rem;
    border-radius: 1.875rem;
    font-size: 0.75rem;
    margin-right: 1em;
    border: 0.125rem solid #0ABAB5;
  }
  .title_sub .bdr + .ja {
    margin-right: 0;
  }
}
.title_sub02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 1279.9px) {
  .title_sub02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .title_sub02 .bdr + .ja {
    margin-top: 0.625rem;
    padding-left: 0.3125rem;
    width: 100%;
  }
}
.title_sub02 .ja {
  font-size: min(1.125rem, 1.38996139vw);
  font-weight: bold;
  margin-right: min(1.5625rem, 1.9305019305vw);
}
.title_sub02 .en, .title_sub02 .title_en, .title_sub02 .section_title_wrap .section_title p, .section_title_wrap .section_title .title_sub02 p, .title_sub02 .section_title_wrap .section_title h1, .section_title_wrap .section_title .title_sub02 h1 {
  font-size: min(1rem, 1.2355212355vw);
  padding-top: 0.25rem;
  font-weight: 500;
  color: #0ABAB5;
  letter-spacing: 0;
}
.title_sub02 .bdr {
  padding: 0.4375rem 1rem 0.5rem;
  border-radius: 1.875rem;
  font-size: min(1.125rem, 1.38996139vw);
  margin-right: 0.75rem;
  letter-spacing: 0;
  color: #0ABAB5;
  border: 0.1875rem solid #0ABAB5;
  position: relative;
}
.title_sub02 .bdr.c_bl {
  font-size: max(0.875rem, 11px);
  color: #000;
  padding-inline: 0.75rem;
  border: 2px solid #000;
  margin-right: 1.0625rem;
}
.title_sub02 .bdr.c_bl::after {
  background: #000;
}
.title_sub02 .bdr::before, .title_sub02 .bdr::after {
  width: 0.875rem;
  height: 0.875rem;
  background: #ffffff;
  top: 50%;
  margin-top: -0.4375rem;
  right: -0.4375rem;
  position: absolute;
  content: "";
  display: block;
}
.title_sub02 .bdr::after {
  height: 2px;
  margin-top: -1px;
  background: #0ABAB5;
}
.title_sub02 .bdr + .ja {
  margin-right: 0;
}

@media (max-width: 749.9px) {
  .title_sub02 {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .title_sub02 .ja {
    font-size: 0.9375rem;
    margin-top: 0;
  }
  .title_sub02 .en, .title_sub02 .title_en, .title_sub02 .section_title_wrap .section_title p, .section_title_wrap .section_title .title_sub02 p, .title_sub02 .section_title_wrap .section_title h1, .section_title_wrap .section_title .title_sub02 h1 {
    font-size: 0.75rem;
  }
  .title_sub02 .bdr {
    font-size: 0.75rem;
    margin-right: 0.75rem;
    border: 0.125rem solid #0ABAB5;
  }
  .title_sub02 .bdr.c_bl {
    font-size: 0.75rem;
    margin-right: 0.75rem;
  }
  .title_sub02 .bdr + .ja {
    width: auto;
    margin-top: 0;
  }
  .title_sub02 .ja, .title_sub02 .en, .title_sub02 .title_en, .title_sub02 .section_title_wrap .section_title p, .section_title_wrap .section_title .title_sub02 p, .title_sub02 .section_title_wrap .section_title h1, .section_title_wrap .section_title .title_sub02 h1, .title_sub02 .bdr {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
.section_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.section_title_wrap .section_title {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.reverse .section_title_wrap .section_title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section_title_wrap .section_title p, .section_title_wrap .section_title h1 {
  font-size: min(6.25rem, 6.25vw);
  line-height: 1;
  letter-spacing: 0.015em;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 1599.9px) {
  section:not(#job) .section_title_wrap .section_title p, section:not(#job) .section_title_wrap .section_title h1 {
    white-space: normal;
  }
}
@media (max-width: 1279.9px) {
  section:not(#job) .section_title_wrap .section_title p, section:not(#job) .section_title_wrap .section_title h1 {
    white-space: normal;
  }
}
.section_title_wrap .section_title_text {
  width: 50%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding-inline: 0 3.125rem;
}
.reverse .section_title_wrap .section_title_text {
  padding-inline: 3.125rem 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 749.9px) {
  .section_title_wrap {
    display: block;
    padding: 0 !important;
  }
  .section_title_wrap:only-child .section_title_text {
    padding-bottom: 0 !important;
  }
  .section_title_wrap .section_title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 !important;
    position: relative;
    margin-bottom: 1.25rem;
  }
  .section_title_wrap .section_title p {
    height: 12.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_title_wrap .section_title::before {
    content: "";
    width: 100%;
    height: 12.0625rem;
    background: center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section_title_wrap .section_title p, .section_title_wrap .section_title h1 {
    font-size: 2.25rem;
    line-height: 1.1;
    white-space: normal !important;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .section_title_wrap .section_title_text {
    width: 100%;
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
    font-size: 0.9375rem;
    padding-inline: 0.9375rem !important;
    padding-bottom: 1.875rem !important;
  }
}
.title_en {
  font-size: min(5rem, 5vw);
  margin-bottom: 0.5em;
}

@media (max-width: 749.9px) {
  .title_en {
    font-size: 2.25rem;
    margin-bottom: 1.5625rem;
  }
}
section > .in {
  position: relative;
}
@media (min-width: 750px) {
  section > .in {
    padding-block: 3.125rem;
  }
  section > .in::before {
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    display: block;
    position: absolute;
    background: 0 0 no-repeat;
    background-size: cover;
  }
}
section > .in > * {
  position: relative;
  z-index: 2;
}
section.reverse > .in::before {
  left: 0;
  right: auto;
}

@media (max-width: 749.9px) {
  section > .in {
    padding-block: 2.1875rem;
  }
  section > .in:first-child {
    padding-top: 0;
  }
}
.section_in {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 2.5rem 6.25rem;
}
.reverse .section_in {
  padding-inline: 6.25rem 2.5rem;
}
@media (max-width: 1279.9px) {
  .section_in {
    padding-inline: 2.5rem;
  }
  .reverse .section_in {
    padding-inline: 2.5rem;
  }
}

@media (max-width: 749.9px) {
  .section_in {
    padding-inline: 0.9375rem !important;
  }
}
.section_box {
  background: #ffffff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  border-radius: 1.875rem;
  padding: 2.8125rem 3.75rem 3.125rem;
  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;
}
.section_box.edit_wrap {
  display: block;
}
.section_box.edit_wrap a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section_box.edit_wrap a:hover {
  opacity: 0.7;
}
.section_box .title_sub {
  width: 100%;
}
.section_box .section_box_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 3.125rem;
  font-weight: 400;
}
.section_box .section_box_info {
  width: calc(50% + 1.25rem);
}

@media (max-width: 749.9px) {
  .section_box {
    border-radius: 0.9375rem;
    padding: 1.875rem 0.9375rem 1.875rem !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section_box .section_box_text {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 0;
  }
  .section_box .section_box_info {
    width: 100%;
  }
}
#mission .in {
  padding-top: 0;
}
@media (min-width: 750px) {
  #mission .in::before {
    background-image: url("../img/top/mission_bg.webp");
  }
}
#mission .section_title {
  padding-top: 8.5rem;
  padding-right: min(2.625rem, 2.3333333333vw);
}
@media (max-width: 1599.9px) {
  #mission .section_title {
    padding-top: 3.75rem;
    padding-inline: min(5rem, 4.4444444444vw) min(1.25rem, 1.1111111111vw);
  }
}
@media (max-width: 1279.9px) {
  #mission .section_title {
    padding-inline: 5rem max(2.5rem, 2.2222222222vw);
  }
}
#mission .section_title_text {
  padding-bottom: 1.875rem;
}
#mission .section_box.greeting {
  background: #F2F7F4;
  padding: 2.75rem 3.75rem 3.75rem 3.125rem;
}
#mission .section_box.greeting .greeting_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mission .section_box.greeting .greeting_text p + p {
  margin-top: 1.8em;
}
#mission .section_box.greeting .greeting_text .name {
  width: 100%;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#mission .section_box.greeting .greeting_text .name span {
  display: block;
}
#mission .section_box.greeting .greeting_text .name .name02 {
  line-height: 2.1875;
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: max(0.875rem, 11px);
}
#mission .section_box.greeting .greeting_text .name .name02 span {
  font-size: 1.5rem;
  margin-left: 0.25em;
  position: relative;
  top: -0.12em;
  font-weight: bold;
  line-height: 1;
}
#mission .section_box.greeting .greeting_info {
  width: min(28.125rem, 35.15625vw);
}
#mission .section_box.greeting .greeting_info figure {
  margin-bottom: 0.75rem;
}
#mission .section_box.greeting .greeting_info .profile dt {
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
  font-size: 1.0625rem;
  font-weight: 500;
}
#mission .section_box.greeting .greeting_info .profile dt small {
  margin-left: 0.5em;
  font-size: 0.75rem;
  font-weight: 400;
}
#mission .section_box.greeting .greeting_info .profile dd {
  font-size: max(0.875rem, 11px);
  line-height: 1.8;
}

@media (max-width: 749.9px) {
  #mission .section_title::before {
    background-image: url("../img/top/mission_bg_sp.webp");
  }
  #mission .section_box.greeting .greeting_text {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-right: 0;
  }
  #mission .section_box.greeting .greeting_text .name .name02 {
    margin-top: 0.25rem;
  }
  #mission .section_box.greeting .greeting_text .name .name02 span {
    font-size: 1.125rem;
  }
  #mission .section_box.greeting .greeting_info {
    margin-top: 1.875rem;
    width: 100%;
  }
  #mission .section_box.greeting .greeting_info .profile dt {
    font-size: 0.9375rem;
  }
}
.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -0.9375rem;
}
.link_list li {
  width: 50%;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
}
.link_list li a {
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 3.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8125rem;
  height: 1.5625rem;
  background: #0ABAB5 url("../img/common/i_link_arw.svg") 0.875rem 0.5rem no-repeat;
  background-size: 1.0625rem auto;
  border-radius: 1.5625rem;
  -webkit-transition: background-position 0.2s;
  transition: background-position 0.2s;
  will-change: background;
}
.link_list li a span {
  display: inline-block;
  line-height: 1.3125;
  position: relative;
  padding-bottom: 0.1875rem;
}
.link_list li a span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.link_list li a:hover::before {
  background-position: 1.0625rem center;
}
.link_list li a:hover span::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (min-width: 750px) {
  .service .in::before {
    background-image: url("../img/top/over_view_bg.webp");
  }
}
.service .section_title_wrap .section_title {
  padding-top: 2.25rem;
  padding-left: min(4rem, 3.5555555556vw);
  padding-bottom: 2.8125rem;
}
.service .section_title_wrap .section_title_text {
  padding-bottom: 3rem;
}
.service .section_in .section_box .link_list {
  margin-top: 1.75rem;
}
.service .section_in .section_box .link_list li {
  width: 100%;
}
.service .section_in .section_box.market .section_box_info {
  margin-top: -1.25rem;
}
@media (max-width: 1023.9px) {
  .service .section_in .section_box.market .section_box_info {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.service .section_in .section_box .section_box_info figure.media_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service .section_in .section_box .section_box_info figure.media_list > a, .service .section_in .section_box .section_box_info figure.media_list > img {
  width: calc(50% - 0.3125rem);
  margin: 0 0.625rem 0.625rem 0;
}
.service .section_in .section_box .section_box_info figure.media_list > a:nth-child(even), .service .section_in .section_box .section_box_info figure.media_list > img:nth-child(even) {
  margin-right: 0;
}
.service .section_in .section_box small.att {
  width: 100%;
  text-align: right;
  font-size: 0.625rem;
  margin-top: 1.5rem;
  margin-bottom: -1.5625rem;
  display: block;
}
.service .section_in .section_box + .section_box {
  margin-top: 1.25rem;
}

@media (max-width: 749.9px) {
  .service .section_title_wrap .section_title::before {
    background-image: url("../img/top/over_view_bg_sp.webp");
  }
  .service .section_in .section_box .link_list {
    margin-top: 1.5625rem;
  }
  .service .section_in .section_box.market .section_box_info {
    margin-top: 1.25rem;
  }
  .service .section_in .section_box .section_box_info {
    margin-top: 1.875rem;
  }
  .service .section_in .section_box .section_box_info figure.media_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service .section_in .section_box .section_box_info figure.media_list > a, .service .section_in .section_box .section_box_info figure.media_list > img {
    width: calc(50% - 0.3125rem);
    margin: 0 0.625rem 0.625rem 0;
  }
  .service .section_in .section_box .section_box_info figure.media_list > a:nth-child(even), .service .section_in .section_box .section_box_info figure.media_list > img:nth-child(even) {
    margin-right: 0;
  }
  .service .section_in .section_box small.att {
    text-align: left;
    line-height: 1.5;
    margin-top: 0.625rem;
    margin-bottom: 0;
  }
  .service .section_in .section_box + .section_box {
    margin-top: 0.9375rem;
  }
}
.bdr_dl {
  border-top: 1px solid #B5B9C1;
}
.bdr_dl .bdr_dl_in {
  border-bottom: 1px solid #B5B9C1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bdr_dl .bdr_dl_in dt {
  width: 9.625rem;
  font-size: 1.125rem;
  padding: 1.0625rem 1.25rem;
  font-weight: 600;
}
.bdr_dl .bdr_dl_in dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-block: 0.75rem;
}
@media (max-width: 749.9px) {
  .bdr_dl .bdr_dl_in {
    display: block;
  }
  .bdr_dl .bdr_dl_in dt {
    font-size: 1rem;
    padding: 1.0625rem 0.9375rem 0;
  }
  .bdr_dl .bdr_dl_in dd {
    padding-block: 0.75rem;
    padding-inline: 0.9375rem;
    text-align: left;
  }
}
@media (min-width: 750px) {
  .company .in::before {
    background-image: url("../img/top/company_bg.webp");
  }
}
.company .section_title_wrap .section_title {
  padding-right: min(3.125rem, 2.7777777778vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.25rem;
}
.company .section_title_wrap .section_title p {
  padding-right: min(1.75rem, 1.5555555556vw);
  line-height: 1.05;
}
.company .section_title_wrap .section_title figure.img_list {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -0.5rem;
  width: 34.375rem;
  max-width: 80%;
}
.company .section_title_wrap .section_title figure.img_list img {
  width: calc(50% - 0.3125rem);
  margin: 0 0.625rem 0.5rem 0;
}
.company .section_title_wrap .section_title figure.img_list img:nth-child(even) {
  margin-right: 0;
}
.company .section_title_wrap .section_title_text .bdr_dl {
  margin-top: 1.875rem;
}
.company .section_title_wrap .section_title_text .gmap {
  margin-top: 2.5rem;
}
.company .section_title_wrap .section_title_text .gmap iframe {
  width: 100%;
  height: 25rem;
  border-radius: 0.625rem;
}

@media (max-width: 749.9px) {
  .company .section_title_wrap .section_title::before {
    background-image: url("../img/top/company_bg.webp");
  }
  .company .section_title_wrap .section_title p {
    padding-right: 0;
    line-height: 1.15;
  }
  .company .section_title_wrap .section_title figure.img_list {
    margin-top: 1.875rem;
    margin-bottom: 0;
    max-width: calc(100% - 1.875rem);
  }
  .company .section_title_wrap .section_title_text .bdr_dl {
    margin-top: 1.5625rem;
  }
  .company .section_title_wrap .section_title_text .gmap {
    margin-top: 1.875rem;
  }
  .company .section_title_wrap .section_title_text .gmap iframe {
    height: 18.75rem;
  }
}
@media (min-width: 750px) {
  .contact_top .in::before {
    background-image: url("../img/top/contact_top_bg.webp");
  }
}

@media (min-width: 750px) {
  .partner_top .in::before {
    background-image: url("../img/top/partner_top_bg.webp");
  }
}

@media (min-width: 750px) {
  .recruit_top .in::before {
    background-image: url("../img/top/recruit_top_bg.webp");
  }
}
.recruit_top .section_title_wrap .section_title {
  padding-left: 0;
  padding-right: min(3.75rem, 3.3333333333vw);
}
.recruit_top .section_title_wrap .section_title_text p {
  max-width: 30.625rem;
}

@media (max-width: 749.9px) {
  .contact_top .section_title::before {
    background-image: url("../img/top/contact_top_bg_sp.webp");
  }
  .partner_top .section_title::before {
    background-image: url("../img/top/partner_top_bg_sp.webp");
  }
  .recruit_top .section_title::before {
    background-image: url("../img/top/recruit_top_bg_sp.webp");
  }
}
.contact_top,
.partner_top,
.recruit_top {
  min-height: 23.375rem;
}
.contact_top .section_title_wrap .section_title,
.partner_top .section_title_wrap .section_title,
.recruit_top .section_title_wrap .section_title {
  padding-top: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: min(3.75rem, 3.3333333333vw);
}
.contact_top .section_title_wrap .section_title_text p,
.partner_top .section_title_wrap .section_title_text p,
.recruit_top .section_title_wrap .section_title_text p {
  font-size: 1.125rem;
  line-height: 1.8;
}
.contact_top .section_title_wrap .section_title_text p span,
.partner_top .section_title_wrap .section_title_text p span,
.recruit_top .section_title_wrap .section_title_text p span {
  display: inline-block;
}
.contact_top .section_title_wrap .section_title_text .btn,
.partner_top .section_title_wrap .section_title_text .btn,
.recruit_top .section_title_wrap .section_title_text .btn {
  margin-top: 2.1875rem;
}

@media (max-width: 749.9px) {
  .contact_top .section_title_wrap .section_title p, .contact_top .section_title_wrap .section_title::before,
  .partner_top .section_title_wrap .section_title p,
  .partner_top .section_title_wrap .section_title::before,
  .recruit_top .section_title_wrap .section_title p,
  .recruit_top .section_title_wrap .section_title::before {
    height: 9rem;
  }
  .contact_top .section_title_wrap .section_title_text p,
  .partner_top .section_title_wrap .section_title_text p,
  .recruit_top .section_title_wrap .section_title_text p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .contact_top .section_title_wrap .section_title_text .btn,
  .partner_top .section_title_wrap .section_title_text .btn,
  .recruit_top .section_title_wrap .section_title_text .btn {
    margin-top: 1.875rem;
  }
}
.btn {
  width: 18.75rem;
  height: 4.0625rem;
  background: #0ABAB5;
  border-radius: 4.0625rem;
  padding: 0.5rem 1.375rem 0.5625rem;
  font-size: 1.125rem;
  font-weight: 500;
  border: 0.1875rem solid #0ABAB5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  position: relative;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.back {
  padding-left: 1.375rem;
  padding-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  background: #ffffff;
  border-color: #000;
}
.btn.back::before, .btn.back::after {
  right: auto;
  left: 1.3125rem;
  background-image: url(../img/common/i_arw_back.svg);
}
.btn.back:hover {
  color: #000;
  background: #F7F7F5;
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  margin-top: -0.3125rem;
  display: block;
  width: 2.625rem;
  height: 0.625rem;
  background: url("../img/common/i_arw.svg") no-repeat;
  background-size: contain;
  will-change: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn::after {
  background-image: url("../img/common/i_arw_on.svg");
  opacity: 0;
}
.btn:hover {
  color: #0ABAB5;
  background-color: #ffffff;
}
.btn:hover::before, .btn:hover::after {
  right: 1.3125rem;
}
.btn:hover::before {
  opacity: 0;
}
.btn:hover::after {
  opacity: 1;
}

@media (max-width: 749.9px) {
  .btn {
    width: 100%;
    height: 3.125rem;
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
    border-width: 0.125rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    padding-left: 2.1875rem;
  }
  .btn.back {
    height: 3.5rem;
    max-width: 80%;
  }
}
.page_title {
  font-size: 2.125rem;
  margin-left: -0.5em;
  line-height: 1.5;
  margin-bottom: 2.3125rem;
}
@media (max-width: 1279.9px) {
  .page_title {
    margin-left: 0;
  }
}
.page_title span {
  display: inline-block;
}

@media (max-width: 749.9px) {
  .page_title {
    font-size: 1.375rem;
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 750px) {
  #recruit_head .in::before {
    background-image: url("../img/recruit/recruit_bg.webp");
  }
}
#recruit_head .section_title_wrap {
  max-width: 100%;
}
#recruit_head .section_title_wrap .section_title {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: min(2rem, 2.3333333333vw);
}
#recruit_head .section_title_wrap .section_title p {
  font-size: min(173px, 9.0104166667vw);
  margin-top: -0.12em;
  padding-bottom: 0.12em;
  width: 100%;
}
#recruit_head .section_title_wrap .section_title .bdr_text {
  font-size: min(1.8125rem, 2.0138888889vw);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recruit_head .section_title_wrap .section_title .bdr_text::before, #recruit_head .section_title_wrap .section_title .bdr_text::after {
  content: "";
  width: 4rem;
  height: 1px;
  background: #000;
}
#recruit_head .section_title_wrap .section_title .bdr_text::before {
  margin-right: 1.5rem;
}
#recruit_head .section_title_wrap .section_title .bdr_text::after {
  margin-left: 1.5rem;
}
@media (max-width: 1279.9px) {
  #recruit_head .section_title_wrap .section_title {
    padding-left: 2.5rem;
  }
}
#recruit_head .section_title_wrap .section_title_text {
  max-width: 37.5rem;
  margin-left: auto;
  padding-bottom: 1.875rem;
}
#recruit_head .section_title_wrap .section_title_text p {
  font-size: 1.25rem;
  line-height: 1.9;
}
#recruit_head .section_title_wrap .section_title_text p + p {
  margin-top: 1.9em;
}
#recruit_head .section_title_wrap .section_title_text .link_list {
  max-width: 31.25rem;
  margin-top: 3.125rem;
  margin-bottom: -1.25rem;
}
#recruit_head .section_title_wrap .section_title_text .link_list li {
  margin-bottom: 1.25rem;
}

@media (max-width: 749.9px) {
  #recruit_head .section_title_wrap {
    max-width: 100%;
  }
  #recruit_head .section_title_wrap .section_title {
    width: 100%;
  }
  #recruit_head .section_title_wrap .section_title::before {
    background-image: url("../img/recruit/recruit_bg_sp.webp");
  }
  #recruit_head .section_title_wrap .section_title p {
    font-size: 2.25rem;
    margin-top: 0;
    padding-bottom: 1.25rem;
  }
  #recruit_head .section_title_wrap .section_title .bdr_text {
    position: absolute;
    top: calc(50% - 4rem + 0.25em);
    font-size: 0.9375rem;
  }
  #recruit_head .section_title_wrap .section_title .bdr_text::before, #recruit_head .section_title_wrap .section_title .bdr_text::after {
    width: 2.5rem;
  }
  #recruit_head .section_title_wrap .section_title .bdr_text::before {
    margin-right: 1rem;
  }
  #recruit_head .section_title_wrap .section_title .bdr_text::after {
    margin-left: 1rem;
  }
  #recruit_head .section_title_wrap .section_title_text p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  #recruit_head .section_title_wrap .section_title_text p + p {
    margin-top: 1.8em;
  }
  #recruit_head .section_title_wrap .section_title_text .link_list {
    margin-top: 1.875rem;
    margin-bottom: 0.3125rem;
  }
  #recruit_head .section_title_wrap .section_title_text .link_list li {
    width: 100%;
  }
  #recruit_head .section_title_wrap .section_title_text .link_list li:nth-child(odd) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 750px) {
  #business .in::before {
    background-image: url("../img/recruit/business_bg.webp");
  }
}
#business .section_title_wrap .section_title {
  padding-right: min(3.75rem, 3.3333333333vw);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#business .section_title_wrap .section_title p {
  padding-right: min(3rem, 2.6666666667vw);
  position: relative;
  z-index: 2;
}
@media (max-width: 1599.9px) {
  #business .section_title_wrap .section_title p {
    padding-right: 0;
  }
}
#business .section_title_wrap .section_title .img {
  margin-top: -4.125rem;
}
#business .section_title_wrap .section_title_text .title {
  margin-bottom: 1.5rem;
}
#business .section_title_wrap .section_title_text p b {
  color: inherit;
  font-weight: 700;
}
#business .section_title_wrap .section_title_text p + p {
  margin-top: 1.8em;
}

@media (max-width: 749.9px) {
  #business .section_title_wrap .section_title::before {
    height: 100%;
    background-image: url("../img/recruit/business_bg.webp");
  }
  #business .section_title_wrap .section_title p {
    height: 7.75rem;
    z-index: 6;
  }
  #business .section_title_wrap .section_title .img {
    max-width: 80%;
    margin-top: -4.5rem;
    margin-bottom: 1.5625rem;
    z-index: 5;
  }
  #business .section_title_wrap .section_title_text .title {
    margin-bottom: 1.5rem;
  }
}
.section_card_list {
  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;
}
.section_card_list.list03 > li {
  width: calc(33.333% - 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.section_card_list.list03 figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1.125rem;
}

.marketing_cat_list {
  width: 100%;
  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;
  margin-top: 1.625rem;
  padding-top: 1.875rem;
  border-top: 1px solid #000000;
  margin-bottom: -0.75rem;
}
.marketing_cat_list li {
  width: calc(50% - 0.3125rem);
  height: 2.5rem;
  margin-bottom: 0.75rem;
  padding: 0 0.1875rem 0.1875rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
@media (max-width: 1279.9px) {
  .marketing_cat_list li {
    font-size: max(0.875rem, 11px);
  }
}
.marketing_cat_list li::before {
  content: "";
  width: calc(100% - 0.1875rem);
  height: calc(100% - 0.1875rem);
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.marketing_cat_list li::after {
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.3125rem);
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  pointer-events: none;
}

@media (max-width: 749.9px) {
  .section_card_list.list03 > li {
    width: 100%;
  }
  .section_card_list.list03 > li + li {
    margin-top: 1.875rem;
  }
  .marketing_cat_list {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 750px) {
  #recruitment .in::before {
    background-image: url("../img/recruit/marketing_bg.webp");
  }
}
#recruitment .section_title_wrap .section_title p {
  padding-top: 6.25rem;
  padding-left: min(5.75rem, 5.1111111111vw);
}
@media (max-width: 1799.9px) {
  #recruitment .section_title_wrap .section_title p {
    padding-top: 2.5rem;
    padding-left: min(3.75rem, 3.3333333333vw);
    margin-right: min(-3.75rem, -3.3333333333vw);
    white-space: normal;
  }
}
@media (max-width: 1440px) {
  #recruitment .section_title_wrap .section_title p {
    margin-right: 0;
  }
}
#recruitment .section_title_wrap .section_title_text {
  padding-bottom: 3rem;
}
#recruitment .section_title_wrap .section_title_text .title_sub {
  margin-bottom: 2.5rem;
}
#recruitment .section_title_wrap .section_title_text .title_sub .ja {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#recruitment .section_title_wrap .section_title_text .title_sub .ja:only-child {
  margin-right: -1.25rem;
  line-height: 1.5;
}
#recruitment .section_title_wrap .section_title_text .title_sub .ja.sm {
  letter-spacing: 0;
  font-size: min(1.5625rem, 1.9305019305vw);
}
#recruitment .section_title_wrap .section_title_text p {
  margin-top: -0.625rem;
  font-weight: 500;
}
#recruitment .section_in {
  padding-right: 2.5rem;
}
@media (max-width: 749.9px) {
  #recruitment .section_title_wrap .section_title::before {
    background-image: url("../img/recruit/marketing_bg.webp");
  }
  #recruitment .section_title_wrap .section_title p {
    padding-top: 0;
    padding-left: 0;
    line-height: 1;
  }
  #recruitment .section_title_wrap .section_title_text {
    padding-bottom: 3rem;
  }
  #recruitment .section_title_wrap .section_title_text .title_sub {
    margin-bottom: 1.25rem;
  }
  #recruitment .section_title_wrap .section_title_text .title_sub + .title_sub {
    margin-bottom: 1.875rem;
  }
  #recruitment .section_title_wrap .section_title_text .title_sub .ja {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #recruitment .section_title_wrap .section_title_text .title_sub .ja:only-child {
    margin-right: 0;
  }
  #recruitment .section_title_wrap .section_title_text .title_sub .ja.sm {
    margin-top: 0.25rem;
    font-size: 1.3125rem;
  }
  #recruitment .section_title_wrap .section_title_text p {
    margin-top: -0.625rem;
    font-weight: 500;
  }
}
@media (min-width: 750px) {
  #office .in::before {
    background-image: url("../img/recruit/office_bg.webp");
  }
}
#office .section_title_wrap .section_title {
  padding-right: min(3.125rem, 2.7777777778vw);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#office .section_title_wrap .section_title figure.img_list {
  margin-top: 3.25rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 34.375rem;
}
#office .section_title_wrap .section_title figure.img_list img {
  width: calc(50% - 0.3125rem);
  margin: 0 0.625rem 0.5rem 0;
}
#office .section_title_wrap .section_title figure.img_list img:nth-child(even) {
  margin-right: 0;
}
#office .section_title_wrap .section_title_text {
  padding-bottom: 2.5rem;
}
#office .section_title_wrap .section_title_text .title_sub .ja {
  margin-top: 0.9375rem;
}
#office .section_title_wrap .section_title_text p + p {
  margin-top: 1.8em;
}
#office .section_in {
  padding-left: 2.5rem;
}
#office .section_in .interview_box .section_card_list.list03 li .interview_dl {
  margin-top: 0.25rem;
}
#office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in + .interview_dl_in {
  margin-top: 1.875rem;
}
#office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dt::after, #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dd::after {
  content: "";
  clear: both;
  display: block;
}
#office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dt::before, #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dd::before {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.4375rem;
  content: "";
  float: left;
  display: block;
  background: no-repeat;
  background-size: contain;
}
#office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dt {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5555555556;
}
#office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dt::before {
  background-image: url(../img/common/i_q.svg);
}
#office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dd {
  margin-top: 0.9375rem;
}
#office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dd::before {
  background-image: url(../img/common/i_a.svg);
}

@media (max-width: 749.9px) {
  #office .section_title_wrap .section_title::before {
    background-image: url("../img/recruit/office_bg_sp.webp");
  }
  #office .section_title_wrap .section_title figure.img_list {
    margin-top: 1.875rem;
    padding-bottom: 0;
    width: calc(100% - 1.875rem);
  }
  #office .section_title_wrap .section_title_text {
    padding-bottom: 2.5rem;
  }
  #office .section_title_wrap .section_title_text .title_sub .ja {
    margin-top: 0;
  }
  #office .section_in {
    padding-left: 2.5rem;
  }
  #office .section_in .interview_box .section_card_list.list03 li .interview_dl {
    margin-top: 0.25rem;
  }
  #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in + .interview_dl_in {
    margin-top: 1.25rem;
  }
  #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dt::after, #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dd::after {
    content: "";
    clear: both;
    display: block;
  }
  #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dt::before, #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dd::before {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.4375rem;
    content: "";
    float: left;
    display: block;
    background: no-repeat;
    background-size: contain;
    margin-top: 0.125rem;
  }
  #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dt {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5555555556;
  }
  #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dt::before {
    background-image: url(../img/common/i_q.svg);
  }
  #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dd {
    margin-top: 0.5rem;
  }
  #office .section_in .interview_box .section_card_list.list03 li .interview_dl .interview_dl_in dd::before {
    background-image: url(../img/common/i_a.svg);
  }
}
.title02 {
  width: 100%;
  font-size: 1.875rem;
  line-height: 1.4666666667;
}
.title02 + p {
  margin-top: 0.4375rem;
  font-weight: 600;
  font-size: 1.125rem;
}
.title02.bdr {
  border-bottom: 2px solid #000000;
  padding-bottom: 0.6875rem;
}

ul.dot_list li,
ul.att_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.dot_list li::before,
ul.att_list li::before {
  width: 1em;
  text-align: center;
  content: "・";
  display: block;
}

ul.att_list li::before {
  content: "※";
}

@media (min-width: 750px) {
  #job .in::before {
    background-image: url("../img/recruit/job_bg.webp");
  }
}
#job .section_title_wrap {
  padding: 0.625rem 2.5rem 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#job .section_title_wrap .section_title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#job .section_title_wrap .section_title p {
  margin-top: -0.06em;
}
#job .section_title_wrap .section_title_text {
  width: auto;
}
#job .section_title_wrap .section_title_text .title_text {
  margin-top: 1.5625rem;
}
#job .section_in {
  padding-right: 2.5rem;
}
#job .section_in .job_box .title02 {
  padding-bottom: 0.66em;
  border-bottom: 2px solid #000000;
}
#job .section_in .job_box .bdr_dl {
  width: 100%;
  border-top: 0;
}
#job .section_in .job_box .bdr_dl .bdr_dl_in dt {
  width: 10.25rem;
  padding: 1.75rem 0;
  font-size: 1.25rem;
}
#job .section_in .job_box .bdr_dl .bdr_dl_in dd {
  padding: 1.5rem 0;
}
#job .section_in .job_box .bdr_dl .bdr_dl_in dd span {
  display: inline-block;
}
#job .section_in .job_box .btn.arw {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
#job .section_in .flow_box {
  padding-top: 2.25rem;
}
#job .section_in .flow_box .title_text {
  margin-bottom: 1.25rem;
}
#job .section_in .flow_box .flow_list {
  padding-bottom: 1.25rem;
}
#job .section_in .flow_box .flow_list li + li {
  margin-top: 1rem;
}
#job .section_in .flow_box .flow_list li:last-child .flow_dl dt::before {
  display: none;
}
#job .section_in .flow_box .flow_list li .flow_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
#job .section_in .flow_box .flow_list li .flow_dl dt {
  width: 21.375rem;
  padding: 1.375rem 0 1.375rem 1.75rem;
  color: #ffffff;
  background: #0ABAB5;
  position: relative;
  border-radius: 0.625rem 0 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#job .section_in .flow_box .flow_list li .flow_dl dt b {
  color: #ffffff;
}
#job .section_in .flow_box .flow_list li .flow_dl dt::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.625rem);
  left: 50%;
  margin-left: -0.9375rem;
  border: transparent solid;
  border-width: 1.625rem 0.9375rem;
  border-top-color: #0ABAB5;
}
#job .section_in .flow_box .flow_list li .flow_dl dt .no {
  width: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
#job .section_in .flow_box .flow_list li .flow_dl dt .no::after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  content: "";
  display: block;
}
#job .section_in .flow_box .flow_list li .flow_dl dt .no b {
  font-size: 2.375rem;
}
#job .section_in .flow_box .flow_list li .flow_dl dt .text {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 1.5rem;
}
#job .section_in .flow_box .flow_list li .flow_dl dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: #ffffff;
  border-radius: 0 0.625rem 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#job .section_in .flow_box .flow_list li .flow_dl dd p {
  padding: 0.625rem 3.25rem 0.625rem 1.875rem;
}

@media (max-width: 749.9px) {
  .title02 {
    font-size: 1.125rem;
  }
  .title02 + p {
    margin-top: 0.3125rem;
    font-size: 1rem;
  }
  .title02.bdr {
    padding-bottom: 0.9375rem;
  }
  #job .section_title_wrap .section_title::before {
    background-image: url("../img/recruit/job_bg_sp.webp");
  }
  #job .section_title_wrap .section_title p {
    margin-top: 0;
  }
  #job .section_title_wrap .section_title_text {
    padding-bottom: 1.5625rem !important;
  }
  #job .section_title_wrap .section_title_text .title_text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  #job .section_in .job_box .bdr_dl {
    width: 100%;
    border-top: 0;
    margin-top: 0.3125rem;
  }
  #job .section_in .job_box .bdr_dl .bdr_dl_in {
    margin-top: 0;
  }
  #job .section_in .job_box .bdr_dl .bdr_dl_in dt {
    font-size: 1rem;
    padding: 1.0625rem 0 0;
  }
  #job .section_in .job_box .bdr_dl .bdr_dl_in dd {
    padding-block: 0.75rem;
    text-align: left;
  }
  #job .section_in .job_box .btn.arw {
    margin-top: 1.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
  #job .section_in .flow_box {
    padding-top: 1.875rem;
  }
  #job .section_in .flow_box .title_text {
    margin-bottom: 1.5625rem;
  }
  #job .section_in .flow_box .flow_list {
    padding-bottom: 0;
  }
  #job .section_in .flow_box .flow_list li + li {
    margin-top: 0.9375rem;
  }
  #job .section_in .flow_box .flow_list li .flow_dl {
    display: block;
  }
  #job .section_in .flow_box .flow_list li .flow_dl dt {
    width: 100%;
    padding: 0.9375rem 0 0.75rem 1.5625rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
  #job .section_in .flow_box .flow_list li .flow_dl dt::before {
    top: calc(100% - 1rem);
    margin-left: -1.25rem;
    border-width: 1.625rem 1.25rem;
  }
  #job .section_in .flow_box .flow_list li .flow_dl dt .no {
    width: 3.1875rem;
    font-size: 0.625rem;
  }
  #job .section_in .flow_box .flow_list li .flow_dl dt .no b {
    font-size: 1.5rem;
  }
  #job .section_in .flow_box .flow_list li .flow_dl dt .text {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    padding-left: 1rem;
  }
  #job .section_in .flow_box .flow_list li .flow_dl dd {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    border-radius: 0 0 0.625rem 0.625rem;
  }
  #job .section_in .flow_box .flow_list li .flow_dl dd p {
    padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  }
}
@media (min-width: 750px) {
  #faq .in::before {
    background-image: url("../img/recruit/faq_bg.webp");
  }
}
#faq .section_title_wrap .section_title {
  padding-bottom: 2.5rem;
  padding-left: 3.5rem;
  padding-left: min(3.5rem, 3.1111111111vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#faq .section_title_wrap .section_title p {
  margin-top: -0.06em;
}
#faq .section_in {
  padding-left: 2.5rem;
}
#faq .section_in .section_box.faq_box {
  padding-bottom: 5.625rem;
}
#faq .section_in .section_box.faq_box .faq_dl {
  width: 100%;
}
#faq .section_in .section_box.faq_box .faq_dl + .title02 {
  margin-top: 4.375rem;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in {
  border-bottom: 1px solid #000000;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt, #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd > div {
  position: relative;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt::before, #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd > div::before {
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  display: block;
  background: no-repeat;
  background-size: contain;
  top: 1.25rem;
  left: 1.25rem;
  position: absolute;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in.open dt span::after {
  opacity: 0;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in:not(.open) dd {
  max-height: 0 !important;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in:not(.open) dd::before {
  top: 0;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1.5rem 3.75rem 1.5625rem 5.375rem;
  line-height: 1.5;
  cursor: pointer;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt::before {
  background-image: url(../img/common/i_q.svg);
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt span {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt:hover span {
  opacity: 0.7;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt span::before, #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt span::after {
  width: 1.375rem;
  height: 0.1875rem;
  min-height: 2px;
  background: #000;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.125rem;
  right: 1.125rem;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd {
  background: #F7F7F5;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd > div {
  min-height: 5.5rem;
  padding: 1rem 1.25rem 1.25rem 5.375rem;
  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;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd > div::before {
  top: 1.4375rem;
  background-image: url(../img/common/i_a.svg);
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  will-change: top;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd a {
  color: #005CD9;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd a:hover {
  opacity: 0.7;
}

@media (max-width: 749.9px) {
  #faq .section_title_wrap .section_title::before {
    background-image: url("../img/recruit/faq_bg_sp.webp");
  }
  #faq .section_title_wrap .section_title p {
    margin-top: 0;
  }
  #faq .section_title_wrap .section_title_text {
    padding-bottom: 1.5625rem !important;
  }
  #faq .section_in {
    padding-left: 2.5rem;
  }
  #faq .section_in .section_box.faq_box {
    padding-bottom: 5.625rem;
  }
  #faq .section_in .section_box.faq_box .faq_dl + .title02 {
    margin-top: 1.875rem;
  }
  #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt::before, #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd > div::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 1.5rem;
    left: 0.75rem;
  }
  #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt {
    font-size: 1rem;
    padding: 1.3125rem 2.5rem 1.25rem 2.5rem;
    letter-spacing: 0;
  }
  #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt span::before, #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dt span::after {
    width: 1rem;
    height: 0.1875rem;
    right: 0.9375rem;
  }
  #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd > div {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    min-height: 5.5rem;
  }
  #faq .section_in .section_box.faq_box .faq_dl .faq_dl_in dd > div::before {
    top: 1.375rem;
  }
}
@media (min-width: 750px) {
  #corporate .in::before {
    background-image: url("../img/recruit/corporate_bg.webp");
  }
}
#corporate .section_title_wrap {
  max-width: 100%;
}
#corporate .section_title_wrap .section_title {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 6.25rem;
  padding-left: 2.5rem;
  padding-left: min(2.5rem, 2.2222222222vw);
}
#corporate .section_title_wrap .section_title p {
  width: 100%;
}
#corporate .section_title_wrap .section_title .bdr_text {
  font-size: 1.8125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#corporate .section_title_wrap .section_title .bdr_text::before, #corporate .section_title_wrap .section_title .bdr_text::after {
  content: "";
  width: 4rem;
  height: 1px;
  background: #000;
}
#corporate .section_title_wrap .section_title .bdr_text::before {
  margin-right: 1.5rem;
}
#corporate .section_title_wrap .section_title .bdr_text::after {
  margin-left: 1.5rem;
}
#corporate .section_title_wrap .section_title_text {
  max-width: 37.5rem;
  margin-left: auto;
  padding-bottom: 1.5625rem;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap {
  margin-top: 1.875rem;
  background: #F7F7F5;
  border-radius: 1.25rem;
  padding: 2.1875rem 0 1.875rem;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link {
  width: 18.25rem;
  height: 18.25rem;
  margin-left: auto;
  margin-right: auto;
  background: #0ABAB5;
  border: 3px solid #0ABAB5;
  border-radius: 18.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link .corporate_link_in {
  text-align: center;
  padding-top: 3.75rem;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link .corporate_link_in figure {
  width: 11.625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link .corporate_link_in figure img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link .corporate_link_in figure img.on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link .corporate_link_in span {
  margin-top: 1.25rem;
  display: block;
  font-size: 1.3125rem;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link:hover {
  color: #0ABAB5;
  background-color: #ffffff;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link:hover figure img.def {
  opacity: 0;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link:hover figure img.on {
  opacity: 1;
}
#corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link:hover span {
  color: #0ABAB5;
}
#corporate .section_title_wrap .section_title_text .entry_link {
  margin-top: 4.25rem;
  text-align: center;
}
#corporate .section_title_wrap .section_title_text .entry_link p {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
}
#corporate .section_title_wrap .section_title_text .entry_link .btn.arw {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.75rem;
  padding-bottom: 0.4em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 749.9px) {
  #corporate .section_title_wrap .section_title {
    width: 100%;
  }
  #corporate .section_title_wrap .section_title::before {
    background-image: url("../img/recruit/corporate_bg.webp");
  }
  #corporate .section_title_wrap .section_title_text .corporate_link_wrap {
    padding-block: 1.25rem 1.25rem;
  }
  #corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link {
    width: 10.95rem;
    height: 10.95rem;
    border: 2px solid #0ABAB5;
  }
  #corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link .corporate_link_in {
    text-align: center;
    padding-top: 2.25rem;
  }
  #corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link .corporate_link_in figure {
    width: 6.975rem;
  }
  #corporate .section_title_wrap .section_title_text .corporate_link_wrap .corporate_link .corporate_link_in span {
    margin-top: 0.75rem;
    font-size: 0.7875rem;
  }
  #corporate .section_title_wrap .section_title_text .entry_link {
    margin-top: 1.875rem;
  }
  #corporate .section_title_wrap .section_title_text .entry_link p {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
  #corporate .section_title_wrap .section_title_text .entry_link .btn.arw {
    font-size: 1.5rem;
  }
}
.edit_contents {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.125rem 2.5rem;
}
.edit_contents .edit_title {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 3.125rem;
}
.edit_contents .edit_title:first-letter {
  color: #0ABAB5;
}

.edit_wrap {
  padding: 3.75rem;
}
.edit_wrap > *:first-child {
  margin-top: 0;
}
.edit_wrap > *:last-child {
  margin-bottom: 0;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5 {
  margin-block: 2em 1em;
  line-height: 1.5;
}
.edit_wrap h1 {
  font-size: 2.875rem;
}
.edit_wrap h2 {
  font-size: 1.875rem;
}
.edit_wrap h3 {
  font-size: 1.5625rem;
}
.edit_wrap h4 {
  font-size: 1.25rem;
}
.edit_wrap h5 {
  font-size: 1.125rem;
}
.edit_wrap h6 {
  font-size: 1em;
}
.edit_wrap li {
  line-height: 1.8;
}
.edit_wrap p + p {
  margin-top: 1.8em;
}
.edit_wrap ol.wp-block-list {
  counter-reset: number 0;
}
.edit_wrap ol.wp-block-list li {
  padding-left: 2em;
  position: relative;
}
.edit_wrap ol.wp-block-list li::before {
  width: 2em;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

@media (max-width: 749.9px) {
  .edit_contents {
    padding: 1.5625rem 1.25rem;
  }
  .edit_contents .edit_title {
    font-size: 3.125rem;
    margin-bottom: 2.5rem;
  }
  .edit_wrap h1 {
    font-size: 2.125rem;
  }
  .edit_wrap h2 {
    font-size: 1.5625rem;
  }
  .edit_wrap h3 {
    font-size: 1.25rem;
  }
  .edit_wrap h4 {
    font-size: 1.125rem;
  }
  .edit_wrap h5 {
    font-size: 1rem;
  }
  .edit_wrap h6 {
    font-size: 1em;
  }
}
@media (min-width: 750px) {
  .form_contact .in::before {
    background-image: url("../img/contact/input_bg.webp");
  }
}
.form_contact .in .section_title_wrap .section_title {
  padding-top: 2.5rem;
}
.form_contact .in .section_title_wrap .section_title_text {
  padding-bottom: 2.0625rem;
}
@media (min-width: 750px) {
  .form_contact_thanks .in::before {
    background-image: url("../img/contact/complete_bg.webp");
  }
}
.form_contact_thanks .in .section_title_wrap .section_title {
  padding-top: 0.9375rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 750px) {
  .form_partner .in::before {
    background-image: url("../img/partner/input_bg.webp");
  }
}
.form_partner .in .section_title_wrap .section_title {
  padding-top: 0.9375rem;
}
.form_partner .in .section_title_wrap .section_title_text {
  padding-bottom: 3.75rem;
}
@media (min-width: 750px) {
  .form_partner_thanks .in::before {
    background-image: url("../img/partner/complete_bg.webp");
  }
}
.form_partner_thanks .in .section_title_wrap .section_title {
  padding-top: 0.9375rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 750px) {
  .form_entry .in::before {
    background-image: url("../img/entry/input_bg.webp");
  }
}
.form_entry .in .section_title_wrap .section_title {
  padding-top: 0.625rem;
}
.form_entry .in .section_title_wrap .section_title_text {
  padding-bottom: 3.75rem;
}
@media (min-width: 750px) {
  .form_entry_thanks .in::before {
    background-image: url("../img/entry/complete_bg.webp");
  }
}
.form_entry_thanks .in .section_title_wrap .section_title {
  padding-top: 0.9375rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 749.9px) {
  .form_contact .in .section_title_wrap .section_title::before {
    background-image: url("../img/top/contact_top_bg_sp.webp");
  }
  .form_contact_thanks .in .section_title_wrap .section_title::before {
    background-image: url("../img/top/contact_top_bg_sp.webp");
  }
  .form_partner .in .section_title_wrap .section_title::before {
    background-image: url("../img/top/partner_top_bg_sp.webp");
  }
  .form_partner_thanks .in .section_title_wrap .section_title::before {
    background-image: url("../img/top/partner_top_bg_sp.webp");
  }
  .form_entry .in .section_title_wrap .section_title::before {
    background-image: url("../img/top/recruit_top_bg_sp.webp");
  }
  .form_entry_thanks .in .section_title_wrap .section_title::before {
    background-image: url("../img/top/recruit_top_bg_sp.webp");
  }
}
#form .in .section_title_wrap .section_title {
  margin-top: -0.4em;
}
#form .in .section_title_wrap .section_title:only-child {
  margin-left: 50%;
}
#form .in .section_title_wrap .section_title h1 {
  padding-left: 7.625rem;
}
#form .in .section_title_wrap .section_title_text p {
  font-size: 1.25rem;
  line-height: 1.9;
  margin-right: -0.625rem;
}
#form .in .section_in {
  padding-right: 2.5rem;
}
#form .in .section_in .form_box {
  padding-top: 3.75rem;
}
#form .in .section_in .form_box .wpcf7-response-output {
  padding: 1em;
  line-height: 1.5;
}
#form .in .section_in .form_box > div {
  width: 100%;
}
#form .in .section_in .form_box .wpcf7-form-control {
  margin-top: 0;
  margin-bottom: 0;
}
#form .in .section_in .form_box .wpcf7-list-item {
  margin-left: 0;
}
#form .in .section_in .form_box .form_dl {
  width: 100%;
}
#form .in .section_in .form_box .form_dl .form_dl_in + .form_dl_in {
  margin-top: 2.125rem;
}
#form .in .section_in .form_box .form_dl .form_dl_in dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.875rem;
}
#form .in .section_in .form_box .form_dl .form_dl_in dt .tx {
  font-size: 1.25rem;
  margin-right: 0.9375rem;
}
#form .in .section_in .form_box .form_dl .form_dl_in dt .req {
  width: 2.625rem;
  height: 1.375rem;
  font-size: max(0.875rem, 11px);
  color: #ffffff;
  background: #0ABAB5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd .wpcf7-form-control.wpcf7-radio,
#form .in .section_in .form_box .form_dl .form_dl_in dd .wpcf7-form-control.wpcf7-checkbox {
  margin-top: 1.875rem;
  margin-bottom: -0.75rem;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd .wpcf7-not-valid-tip, #form .in .section_in .form_box .form_dl .form_dl_in dd .barth_day_error:not(:empty) {
  margin-top: 0.25rem;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=text],
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=email],
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=tel],
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=no] {
  width: 100%;
  max-width: 37rem;
  font-size: 1.125rem;
  padding: 1.0625rem 2.1875rem;
  border: 1px solid #B5B9C1;
  border-radius: 2px;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=text]::-webkit-input-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=email]::-webkit-input-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=tel]::-webkit-input-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=no]::-webkit-input-placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=text]::-moz-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=email]::-moz-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=tel]::-moz-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=no]::-moz-placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=text]:-ms-input-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=email]:-ms-input-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=tel]:-ms-input-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=no]:-ms-input-placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=text]::-ms-input-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=email]::-ms-input-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=tel]::-ms-input-placeholder, #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=no]::-ms-input-placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=text]::placeholder,
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=email]::placeholder,
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=tel]::placeholder,
#form .in .section_in .form_box .form_dl .form_dl_in dd input[type=no]::placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd textarea {
  width: 100%;
  font-size: 1.125rem;
  padding: 1.0625rem 2.1875rem;
  border: 1px solid #B5B9C1;
  border-radius: 2px;
  height: 16rem;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd textarea::-webkit-input-placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd textarea::-moz-placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd textarea:-ms-input-placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd textarea::-ms-input-placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd textarea::placeholder {
  color: #A5A5A5;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd textarea.h226 {
  height: 14.125rem;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd textarea.h172 {
  height: 10.75rem;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p input {
  text-align: center;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p input.year {
  width: 10.9375rem;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p input.month,
#form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p input.day {
  width: 4.5rem;
  margin-left: 3rem;
  padding-inline: 0;
}
#form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p .tx {
  margin-left: 1.25rem;
}
#form .in .section_in .form_box .privacy_text {
  width: 100%;
  text-align: center;
  font-size: max(0.875rem, 11px);
  margin-top: 2.8125rem;
  margin-bottom: 2.375rem;
}
#form .in .section_in .form_box .privacy_text a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#form .in .section_in .form_box .privacy_text a:hover {
  opacity: 0.7;
}
#form .in .section_in .form_box .wpcf7-submit {
  margin-left: auto;
  margin-right: auto;
}
#form .in .section_in .form_box .wpcf7-submit.btn.arw {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#form .in .section_in .thanks_box {
  padding: 6.75rem 3.75rem 3.125rem;
  text-align: center;
}
#form .in .section_in .thanks_box h2, #form .in .section_in .thanks_box p {
  width: 100%;
  text-align: center;
}
#form .in .section_in .thanks_box h2 {
  font-size: 2rem;
  line-height: 1.4375;
}
#form .in .section_in .thanks_box p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-block: 5.5rem 7.75rem;
}
#form .in .section_in .thanks_box p span {
  display: block;
}
#form .in .section_in .thanks_box p br {
  display: none;
}
#form .in .section_in .thanks_box .btn {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 749.9px) {
  #form .in:first-child {
    padding-top: 0;
  }
  #form .in .section_title_wrap .section_title {
    height: 9rem;
    margin-top: 0;
  }
  #form .in .section_title_wrap .section_title::before {
    height: 9rem;
  }
  #form .in .section_title_wrap .section_title:only-child {
    margin-left: 0;
  }
  #form .in .section_title_wrap .section_title h1 {
    padding-left: 0;
  }
  #form .in .section_title_wrap .section_title_text p {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-right: 0;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in + .form_dl_in {
    margin-top: 1.875rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dt {
    line-height: 1.45;
    margin-bottom: 0.625rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dt .tx {
    font-size: 0.9375rem;
    margin-right: 0.625rem;
    padding-bottom: 0.0625rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dt .req {
    font-size: 0.75rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=text],
  #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=email],
  #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=tel],
  #form .in .section_in .form_box .form_dl .form_dl_in dd input[type=no] {
    font-size: 1rem;
    padding: 0.75rem 0.9375rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dd textarea {
    font-size: 1rem;
    padding: 0.75rem 0.9375rem;
    height: 12rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dd textarea.h226 {
    height: 10rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dd textarea.h172 {
    height: 9.25rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p input.year {
    width: 6.25rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p input.month,
  #form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p input.day {
    width: 3.5rem;
    margin-left: 0.75rem;
  }
  #form .in .section_in .form_box .form_dl .form_dl_in dd.barth_day p .tx {
    margin-left: 0.5rem;
  }
  #form .in .section_in .form_box .privacy_text {
    margin-top: 1.875rem;
    margin-bottom: 1.5625rem;
  }
  #form .in .section_in .thanks_box h2 {
    font-size: 1.25rem;
  }
  #form .in .section_in .thanks_box h2 span {
    display: inline-block;
  }
  #form .in .section_in .thanks_box p {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-block: 1.25rem 1.875rem;
    text-align: left;
  }
  #form .in .section_in .thanks_box p span {
    display: inline;
  }
  #form .in .section_in .thanks_box p br {
    display: none;
  }
}
.wpcf7-form-control {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -0.75rem;
}
.wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin-right: 3.125rem;
  margin-bottom: 0.75rem;
}
.wpcf7-form-control .wpcf7-list-item input[type=checkbox],
.wpcf7-form-control .wpcf7-list-item input[type=radio] {
  display: none;
}

.wpcf7-list-item-label {
  position: relative;
  height: 1.5625rem;
  line-height: 1.5625rem;
  padding-left: 2.1875rem;
  display: inline-block;
  font-size: 1.125rem;
  cursor: pointer;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B5B9C1;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 0.1875rem solid #0ABAB5;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.5625rem;
  border-top: 0.1875rem solid #0ABAB5;
  border-right: 0.1875rem solid #0ABAB5;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 0.375rem;
  top: 0.3125rem;
}

input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B5B9C1;
  border-radius: 1.5625rem;
}

input[type=radio]:checked + .wpcf7-list-item-label::before {
  border: 0.1875rem solid #0ABAB5;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  background: #0ABAB5;
  border-radius: 0.8125rem;
  position: absolute;
  left: 0.375rem;
  top: 0.375rem;
}

.wpcf7-spinner {
  display: none !important;
}

@media (max-width: 749.9px) {
  .wpcf7-form-control {
    margin-top: 1.0625rem;
    margin-bottom: -0.75rem;
  }
  .wpcf7-form-control .wpcf7-list-item {
    min-width: 50%;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
  input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    border: 0.125rem solid #0ABAB5;
  }
  input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    top: 0.375rem;
  }
  input[type=radio]:checked + .wpcf7-list-item-label::before {
    border: 0.125rem solid #0ABAB5;
  }
}
.wpcf7-form-control-wrap[data-name=year-no] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name=month-no] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name=day-no] .wpcf7-not-valid-tip {
  display: none;
}

.barth_day_error {
  width: 100%;
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.wrapper {
  opacity: 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.fadein {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.is-fade-in-up {
  -webkit-animation-name: fade-in-up-sm;
          animation-name: fade-in-up-sm;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-in-up-sm {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 9999;
}
.home .loading {
  display: none;
}
.loading::after {
  display: block;
  position: fixed;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-animation: rotate 0.6s linear infinite;
          animation: rotate 0.6s linear infinite;
  border-radius: 100%;
  border-top: 2px solid #0ABAB5;
  border-bottom: 2px solid #F7EDC9;
  border-left: 2px solid #0ABAB5;
  border-right: 2px solid #F7EDC9;
  content: "";
  opacity: 0.8;
  left: 50%;
  top: 50%;
  margin-top: -1.875rem;
  margin-left: -1.875rem;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.loading.fadeout {
  opacity: 0;
  pointer-events: none;
}
.loading.fadeout::after {
  opacity: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 3.75rem);
            transform: translate(0, 3.75rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 3.75rem);
            transform: translate(0, 3.75rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeUpS {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 1.25rem);
            transform: translate(0, 1.25rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeUpS {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 1.25rem);
            transform: translate(0, 1.25rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes leftUp {
  from {
    opacity: 0;
    -webkit-transform: translate(5rem, 0);
            transform: translate(5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes leftUp {
  from {
    opacity: 0;
    -webkit-transform: translate(5rem, 0);
            transform: translate(5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes rightUp {
  from {
    opacity: 0;
    -webkit-transform: translate(-5rem, 0);
            transform: translate(-5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes rightUp {
  from {
    opacity: 0;
    -webkit-transform: translate(-5rem, 0);
            transform: translate(-5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes listUpSS {
  from {
    opacity: 0;
    -webkit-transform: translate(1.25rem, 0);
            transform: translate(1.25rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes listUpSS {
  from {
    opacity: 0;
    -webkit-transform: translate(1.25rem, 0);
            transform: translate(1.25rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes listLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(1.5625rem, 0);
            transform: translate(1.5625rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes listLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(1.5625rem, 0);
            transform: translate(1.5625rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes listRight {
  from {
    opacity: 0;
    -webkit-transform: translate(-3.75rem, 0);
            transform: translate(-3.75rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes listRight {
  from {
    opacity: 0;
    -webkit-transform: translate(-3.75rem, 0);
            transform: translate(-3.75rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.delay2s {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay3s {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay5s {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.ani_fade_in {
  opacity: 0;
  will-change: opacity;
}
.load_complete .ani_fade_in.ani {
  -webkit-animation: fadeIn 0.8s linear forwards;
          animation: fadeIn 0.8s linear forwards;
}

.ani_fade_up {
  opacity: 0;
  will-change: transform;
}
.load_complete .ani_fade_up.ani {
  -webkit-animation: fadeUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.ani_fade_up_s {
  opacity: 0;
  will-change: transform;
}
.load_complete .ani_fade_up_s.ani {
  -webkit-animation: fadeUpS 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeUpS 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.ani_left_up {
  opacity: 0;
  will-change: transform;
}
.load_complete .ani_left_up.ani {
  -webkit-animation: leftUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: leftUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.mother_style_list_head .load_complete .ani_left_up.ani.text_wrap {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ani_right_up {
  opacity: 0;
  will-change: transform;
}
.load_complete .ani_right_up.ani {
  -webkit-animation: rightUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: rightUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.ani_list_up > * {
  opacity: 0;
  will-change: transform;
}
.load_complete .ani_list_up.ani > * {
  -webkit-animation: fadeUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.load_complete .ani_list_up.ani > *:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.load_complete .ani_list_up.ani > *:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.load_complete .ani_list_up.ani > *:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .ani_list_up.ani > *:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.load_complete .ani_list_up.ani > *:nth-child(5) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.load_complete .ani_list_up.ani > *:nth-child(6) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.load_complete .ani_list_up.ani > *:nth-child(7) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.load_complete .ani_list_up.ani > *:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.load_complete .ani_list_up.ani > *:nth-child(9) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.load_complete .ani_list_up.ani > *:nth-child(10) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.ani_list_up_s > * {
  opacity: 0;
  will-change: transform;
}
.load_complete .ani_list_up_s.ani > * {
  -webkit-animation: fadeUpS 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeUpS 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.load_complete .ani_list_up_s.ani > *:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.load_complete .ani_list_up_s.ani > *:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.load_complete .ani_list_up_s.ani > *:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .ani_list_up_s.ani > *:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.load_complete .ani_list_up_s.ani > *:nth-child(5) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.load_complete .ani_list_up_s.ani > *:nth-child(6) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.load_complete .ani_list_up_s.ani > *:nth-child(7) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.load_complete .ani_list_up_s.ani > *:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.load_complete .ani_list_up_s.ani > *:nth-child(9) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.load_complete .ani_list_up_s.ani > *:nth-child(10) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.ani_list_up_s.sns_list > * {
  -webkit-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
}
.load_complete .ani_list_up_s.sns_list.ani > * {
  -webkit-animation: fadeUpS 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeUpS 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.load_complete .ani_list_up_s.sns_list.ani > *:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.load_complete .ani_list_up_s.sns_list.ani > *:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.load_complete .ani_list_up_s.sns_list.ani > *:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.load_complete .ani_list_up_s.sns_list.ani > *:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.load_complete .ani_list_up_s.sns_list.ani > *:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ani_list_up_ss > * {
  opacity: 0;
  will-change: transform;
}
.load_complete .ani_list_up_ss.ani > * {
  -webkit-animation: listUpSS 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: listUpSS 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(3) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(5) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(7) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(9) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.load_complete .ani_list_up_ss.ani > *:nth-child(10) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ani_list_left > * {
  opacity: 0;
  will-change: transform;
}
.load_complete .ani_list_left.ani > * {
  -webkit-animation: listLeft 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: listLeft 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.load_complete .ani_list_left.ani > *:nth-child(1) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.load_complete .ani_list_left.ani > *:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .ani_list_left.ani > *:nth-child(3) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.load_complete .ani_list_left.ani > *:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .ani_list_left.ani > *:nth-child(5) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.load_complete .ani_list_left.ani > *:nth-child(6) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.load_complete .ani_list_left.ani > *:nth-child(7) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.load_complete .ani_list_left.ani > *:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.load_complete .ani_list_left.ani > *:nth-child(9) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.load_complete .ani_list_left.ani > *:nth-child(10) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.load_complete .ani_list_left.ani > *:nth-child(11) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}
.load_complete .ani_list_left.ani > *:nth-child(12) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.load_complete .ani_list_left.ani > *:nth-child(13) {
  -webkit-animation-delay: 2.35s;
          animation-delay: 2.35s;
}
.load_complete .ani_list_left.ani > *:nth-child(14) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.load_complete .ani_list_left.ani > *:nth-child(15) {
  -webkit-animation-delay: 2.65s;
          animation-delay: 2.65s;
}
.load_complete .ani_list_left.ani > *:nth-child(16) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.load_complete .ani_list_left.ani > *:nth-child(17) {
  -webkit-animation-delay: 2.95s;
          animation-delay: 2.95s;
}
.load_complete .ani_list_left.ani > *:nth-child(18) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.load_complete .ani_list_left.ani > *:nth-child(19) {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
}
.load_complete .ani_list_left.ani > *:nth-child(20) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.ani_list_right > * {
  opacity: 0;
  will-change: transform;
}
.load_complete .ani_list_right.ani > * {
  -webkit-animation: listRight 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: listRight 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.load_complete .ani_list_right.ani > *:nth-child(1) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.load_complete .ani_list_right.ani > *:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.load_complete .ani_list_right.ani > *:nth-child(3) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.load_complete .ani_list_right.ani > *:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.load_complete .ani_list_right.ani > *:nth-child(5) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.load_complete .ani_list_right.ani > *:nth-child(6) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.load_complete .ani_list_right.ani > *:nth-child(7) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.load_complete .ani_list_right.ani > *:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.load_complete .ani_list_right.ani > *:nth-child(9) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.load_complete .ani_list_right.ani > *:nth-child(10) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.load_complete .ani_list_right.ani > *:nth-child(11) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}
.load_complete .ani_list_right.ani > *:nth-child(12) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.load_complete .ani_list_right.ani > *:nth-child(13) {
  -webkit-animation-delay: 2.35s;
          animation-delay: 2.35s;
}
.load_complete .ani_list_right.ani > *:nth-child(14) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.load_complete .ani_list_right.ani > *:nth-child(15) {
  -webkit-animation-delay: 2.65s;
          animation-delay: 2.65s;
}
.load_complete .ani_list_right.ani > *:nth-child(16) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.load_complete .ani_list_right.ani > *:nth-child(17) {
  -webkit-animation-delay: 2.95s;
          animation-delay: 2.95s;
}
.load_complete .ani_list_right.ani > *:nth-child(18) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.load_complete .ani_list_right.ani > *:nth-child(19) {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s;
}
.load_complete .ani_list_right.ani > *:nth-child(20) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}