@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Lato", sans-serif;
}

.inner {
  padding-left: 6.9vw;
  padding-right: 6.9vw;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
  max-width: unset;
}

@keyframes fade_in {
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].ignition {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.ignition {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #454545;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.add_ttl {
  border-left: 3px solid #0E3D88;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0E3D88;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

#modules {
  padding-left: 6.9vw;
  padding-right: 6.9vw;
}
#modules hr {
  display: block;
  width: 100%;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  #modules {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
#modules table {
  width: 100%;
}
#modules .module_h1 {
  background: #dcdcdc;
  padding: 20px;
  text-align: center;
  border: 1px solid #333;
}
#modules .class_name {
  width: 30%;
  padding: 50px;
  border: 1px solid #333;
}
#modules td {
  padding: 50px;
  border: 1px solid #333;
}
#modules td.bg_tex {
  background: url(../images/bg_tex_red.jpg) no-repeat center/cover;
}

@keyframes slide_ltor {
  100% {
    transform: translateX(100%);
  }
}
#l__container_wrap {
  overflow: hidden;
}

#l__container {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #l__container {
    padding-top: 110px;
  }
}

.section_wrap {
  padding: 5em 0 7.5em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.5em 0;
  }
}

.opacity, .single_pagination li a, .list_post_archive li a, .home #information .content .link_to_information, .home #main_visual .gnavi nav ul li a {
  transition: 0.3s;
}
.opacity:hover, .single_pagination li a:hover, .list_post_archive li a:hover, .home #information .content .link_to_information:hover, .home #main_visual .gnavi nav ul li a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1501px) {
  .br_1500 {
    display: none !important;
  }
}

@media screen and (max-width: 1500px) {
  .br_up_1500 {
    display: none !important;
  }
}

.wide_1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.wide_1230 {
  max-width: 1230px;
  margin: 0 auto;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid rgba(69, 69, 69, 0.5);
  background: #fff;
  font-family: inherit;
  line-height: 1.7;
  font-size: max(inherit, 16px);
}

select {
  width: 100%;
  padding: 0.5em 28px 0.5em 0.5em;
  background: url(../images/icon_tri.svg) no-repeat center right 10px/10px 8px #fff;
  border: 1px solid rgba(69, 69, 69, 0.5);
  color: #454545;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  height: 15em;
}

.mw_wp_form_confirm .contact_policy, .mw_wp_form_confirm .consent {
  display: none;
}

.ttl_cmn_01 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 1.5rem;
    font-weight: inherit;
    line-height: inherit;
  }
}
.ttl_cmn_01 .en {
  font-size: 0.5em;
  color: #A7A7A7;
  font-weight: 900;
  margin-top: 0.5em;
}
.ttl_cmn_01 .sub {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 1em 0;
}

.link_cmn_01, .link_to_recruit, .link_to_corporate {
  font-size: 1rem;
  font-weight: 900;
  line-height: inherit;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  aspect-ratio: 280/86;
  background: no-repeat center/contain;
  background-image: url(../images/link_cmn_01_blue.png);
}
@media screen and (max-width: 767px) {
  .link_cmn_01, .link_to_recruit, .link_to_corporate {
    font-size: 0.875rem;
    width: 220px;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .link_cmn_01:hover, .link_to_recruit:hover, .link_to_corporate:hover {
    filter: brightness(1.25);
    transform: scale(1.05);
  }
}

.link_cmn_01.bg_step, .bg_step.link_to_recruit, .bg_step.link_to_corporate {
  background-image: url(../images/link_cmn_01_step.png);
}

.link_cmn_01.bg_green, .bg_green.link_to_recruit, .bg_green.link_to_corporate {
  background-image: url(../images/link_cmn_01_green.png);
}

.link_cmn_01.bg_pink, .bg_pink.link_to_recruit, .bg_pink.link_to_corporate {
  background-image: url(../images/link_cmn_01_pink.png);
}

.link_to_corporate {
  width: 320px;
  background-image: url(../images/link_cmn_01_maincolor.png);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .link_to_corporate {
    font-size: 0.875rem;
    width: 220px;
  }
}

.link_to_recruit {
  width: 320px;
  background-image: url(../images/link_cmn_01_d_pink.png);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .link_to_recruit {
    font-size: 0.875rem;
    width: 220px;
  }
}

.para {
  font-size: 0.875rem;
  font-weight: inherit;
  line-height: 2;
}

@keyframes blur {
  100% {
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes shrinkWidth {
  100% {
    width: 0%;
  }
}
@keyframes loadingEnd {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#loading {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
}
#loading.white {
  background-color: #fff;
}
#loading.end {
  animation: loadingEnd 0.5s forwards;
}
#loading .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#loading .content .logo {
  width: 255px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #loading .content .logo {
    width: 178px;
  }
}
#loading .content:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #0E3D88;
  position: absolute;
  top: 0;
  left: 0;
}
#loading .content:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #0E3D88;
  position: absolute;
  top: 0;
  right: 0;
}
#loading .content.is-active .logo {
  animation: blur 1s 1s forwards;
}
#loading .content.is-active:before, #loading .content.is-active:after {
  animation: shrinkWidth 1s 1.5s forwards;
}

#breadcrumb {
  padding: 2em 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: inherit;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    padding: 2em 0 0;
  }
}

.navigation.pagination {
  padding-top: 3.5em;
}
.navigation.pagination .nav-links {
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #A7A7A7;
}
.navigation.pagination .nav-links .page-numbers:not(:last-child) {
  margin-right: 1em;
}
.navigation.pagination .nav-links .page-numbers.current {
  background-color: #0E3D88;
  color: #fff;
}

#header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  background: rgba(32, 118, 214, 0.76);
}
@media screen and (max-width: 767px) {
  #header {
    padding-left: 6.9vw;
    padding-right: 6.9vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #header {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
#header .header_logo {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 29px auto;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  #header .header_logo {
    margin: 24px 0;
  }
}
#header .header_logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#header .header_logo a img {
  display: block;
  width: auto;
  height: 42px;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  #header .header_logo a img {
    height: 28px;
  }
}
#header .header__link_to_recruit {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: inherit;
  padding: 1.6em 3em;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: min(4vw, 60px);
  transform-origin: bottom right;
  transition: 0.7s;
}
#header .header__link_to_recruit:after {
  content: "";
  display: block;
  width: 64px;
  aspect-ratio: 64/42;
  background: url(../images/decoration_link_to_recruit.svg) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 94%;
}
@media screen and (max-width: 767px) {
  #header .header__link_to_recruit {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    background-color: #FCCB00;
    text-align: center;
    padding: 1.2em 1.5em;
  }
  #header .header__link_to_recruit:after {
    left: unset;
    right: 20px;
    bottom: 100%;
    transform: translateY(50%);
  }
}
#header #hbm {
  position: fixed;
  inset: 0;
  background-color: #2076D6;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
#header #hbm .content {
  padding-left: 6.9vw;
  padding-right: 6.9vw;
  padding-top: 195px;
  padding-bottom: 3em;
}
@media screen and (min-width: 768px) {
  #header #hbm .content {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
#header #hbm .gnavi {
  background-color: #fff;
  border-radius: 42px;
  padding: 20px 0;
  padding-left: 6.9vw;
  padding-right: 6.9vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header #hbm .gnavi {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
#header #hbm .gnavi:before {
  content: "";
  display: block;
  width: 86%;
  aspect-ratio: 273/71;
  background: url(../images/decoration_gnavi_top.svg) no-repeat center bottom/contain;
  position: absolute;
  bottom: calc(100% - 30px);
  left: 7%;
}
#header #hbm .gnavi:after {
  content: "";
  display: block;
  width: 86%;
  aspect-ratio: 273/90;
  background: url(../images/decoration_gnavi_bottom.svg) no-repeat center top/contain;
  position: absolute;
  top: calc(100% - 30px);
  left: 7%;
}
#header #hbm .gnavi ul li:not(:last-child) {
  border-bottom: 1px solid #454545;
}
#header #hbm .gnavi ul li a {
  display: block;
  padding: 1.75em 0 1.75em 60px;
  background: no-repeat center left 10px/30px;
}
#header #hbm .gnavi ul li a .ja {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: inherit;
}
#header #hbm .gnavi ul li a .en {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: inherit;
  color: #A7A7A7;
}
#header #hbm .gnavi ul li:nth-child(1) a {
  background-image: url(../images/ico_gnavi_02.svg);
}
#header #hbm .gnavi ul li:nth-child(2) a {
  background-image: url(../images/ico_gnavi_05.svg);
}
#header #hbm .gnavi ul li:nth-child(3) a {
  background-image: url(../images/ico_gnavi_03.svg);
}
#header #hbm .gnavi ul li:nth-child(4) a {
  background-image: url(../images/ico_gnavi_04.svg);
}
#header #hbm .gnavi ul li:nth-child(5) a {
  background-image: url(../images/ico_gnavi_06.svg);
}
#header #hbm .link_to_recruit_spnav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 274px;
  height: 84px;
  background: url(../images/link_cmn_01_orange.png) no-repeat center/contain;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 5.5rem auto 0;
  position: relative;
}
#header #hbm .link_to_recruit_spnav:after {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 70/51;
  background: url(../images/decoration_link_to_recruit_spnav.svg) no-repeat center/contain;
  position: absolute;
  top: -10px;
  right: -26px;
}
#header #hbm_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  border: none;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  width: 90px;
  height: 70px;
  padding: 5px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s;
}
#header #hbm_btn span {
  display: block;
}
#header #hbm_btn .box .bars {
  width: 27px;
  height: 18px;
  position: relative;
}
#header #hbm_btn .box .bars .bar {
  width: 100%;
  height: 2px;
  background-color: #574F46;
  border-radius: 4px;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
#header #hbm_btn .box .bars .bar:nth-of-type(1) {
  top: calc(0% - 1px);
}
#header #hbm_btn .box .bars .bar:nth-of-type(2) {
  top: calc(50% - 1px);
}
#header #hbm_btn .box .bars .bar:nth-of-type(3) {
  top: calc(100% - 1px);
}
#header #hbm_btn .box .text {
  font-family: "Lato", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5em;
  text-align: center;
  transition: 0.5s;
}
#header #hbm_btn.is-active {
  background-color: transparent;
}
#header #hbm_btn.is-active .box .bars .bar {
  background-color: #fff;
}
#header #hbm_btn.is-active .box .bars .bar:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(135deg);
}
#header #hbm_btn.is-active .box .bars .bar:nth-of-type(2) {
  transform: rotateY(90deg);
}
#header #hbm_btn.is-active .box .bars .bar:nth-of-type(3) {
  top: calc(50% - 1px);
  transform: rotate(-135deg);
}
#header #hbm_btn.is-active .box .text {
  color: #fff;
}
#header.is-active .header_logo {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #header.is-active .header_logo {
    margin: 20px 0;
  }
}
#header.is-active .header_logo a img {
  height: 30px;
}
@media screen and (max-width: 767px) {
  #header.is-active .header_logo a img {
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  #header.is-active .header__link_to_recruit {
    transform: scale(0.75);
  }
}

#footer {
  padding-left: 6.9vw;
  padding-right: 6.9vw;
}
@media screen and (min-width: 768px) {
  #footer {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
#footer .content {
  padding: 5em 0;
  background: url(../images/decoration_footer.png) no-repeat bottom right/206px;
}
@media screen and (max-width: 767px) {
  #footer .content {
    padding: 2.5em 0 13em;
    background: url(../images/decoration_footer.png) no-repeat bottom -50px center/143px;
  }
}
#footer .content .logo {
  max-width: 400px;
  margin: 0 auto 2em;
}
#footer .content address {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
#footer .copyright {
  margin-left: min((50vw - 50%) * -1, 0px);
  margin-right: min((50vw - 50%) * -1, 0px);
  padding-left: 6.9vw;
  padding-right: 6.9vw;
  background: #0E3D88;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: inherit;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  padding-top: 0.75em;
  padding-bottom: 1.1em;
}
@media screen and (min-width: 768px) {
  #footer .copyright {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
#footer .copyright small {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 0.625rem;
    padding-top: 1.25em;
    padding-bottom: 5rem;
  }
}

.home #l__container,
.home .section_wrap {
  padding-top: 0;
}
.home #main_visual {
  padding-top: 100px;
  padding-left: 6.9vw;
  padding-right: 6.9vw;
  margin-left: min((50vw - 50%) * -1, 0px);
  margin-right: min((50vw - 50%) * -1, 0px);
  height: 100svh;
  min-height: 720px;
  background: no-repeat center/cover;
  background-image: url(../images/main_visual.jpg);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home #main_visual {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .home #main_visual {
    min-height: unset;
    background-image: url(../images/main_visual_sp.jpg);
    padding-top: 160px;
  }
}
.home #main_visual .catch {
  padding-top: 7%;
}
@media screen and (max-width: 767px) {
  .home #main_visual .catch {
    writing-mode: horizontal-tb;
    margin-left: min((50vw - 50%) * -1, 0px);
  }
}
.home #main_visual .catch p {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  line-height: inherit;
  padding: 0.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home #main_visual .catch p {
    font-size: 1.375rem;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.home #main_visual .catch p:not(:first-of-type) {
  margin: 11px 0 0 0;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .home #main_visual .catch p:not(:first-of-type) {
    margin: 11px 0 0 0;
    font-size: 0.75rem;
  }
}
.home #main_visual .container {
  padding-left: 6.9vw;
  padding-right: 6.9vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .home #main_visual .container {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
.home #main_visual .container .content {
  position: relative;
}
.home #main_visual .container .content:after {
  content: "";
  display: block;
  width: 226px;
  aspect-ratio: 206/354;
  background: url(../images/decoration_main_visual.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 34px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .home #main_visual .container .content:after {
    width: 126px;
    transform: translateY(30%);
    bottom: 0;
  }
}
.home #main_visual .gnavi {
  background-color: #fff;
  border-radius: 500px;
  padding: 2em 2.6%;
  position: relative;
  z-index: 2;
}
.home #main_visual .gnavi nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.home #main_visual .gnavi nav ul li {
  width: 100%;
}
.home #main_visual .gnavi nav ul li a {
  display: block;
  padding-top: 25px;
  background: no-repeat center top/auto 25px;
}
.home #main_visual .gnavi nav ul li a .texts {
  height: 100%;
  text-align: center;
  padding: 0.5em 14% 0.125em;
}
@media screen and (max-width: 1023px) {
  .home #main_visual .gnavi nav ul li a .texts {
    padding: 0.5em 5% 0.125em;
  }
}
.home #main_visual .gnavi nav ul li a .texts .ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: inherit;
}
@media screen and (max-width: 1179px) {
  .home #main_visual .gnavi nav ul li a .texts .ja {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: inherit;
  }
}
.home #main_visual .gnavi nav ul li a .texts .en {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: inherit;
  color: #A7A7A7;
  letter-spacing: 0.04em;
  margin-top: 0.5em;
}
.home #main_visual .gnavi nav ul li:nth-child(1) a {
  background-image: url(../images/ico_gnavi_02.svg);
}
.home #main_visual .gnavi nav ul li:nth-child(2) {
  min-width: 246px;
}
@media screen and (max-width: 1179px) {
  .home #main_visual .gnavi nav ul li:nth-child(2) {
    min-width: 216px;
  }
}
.home #main_visual .gnavi nav ul li:nth-child(2) a {
  background-image: url(../images/ico_gnavi_05.svg);
}
.home #main_visual .gnavi nav ul li:nth-child(3) a {
  background-image: url(../images/ico_gnavi_03.svg);
}
.home #main_visual .gnavi nav ul li:nth-child(4) a {
  background-image: url(../images/ico_gnavi_04.svg);
}
.home #main_visual .gnavi nav ul li:nth-child(5) a {
  background-image: url(../images/ico_gnavi_06.svg);
}
.home #main_visual .gnavi nav ul li:not(:last-child) a .texts {
  border-right: 1px solid #454545;
}
.home #information {
  background-color: #0E3D88;
  padding: calc(75px + 2em) 0 2em;
  padding-left: 6.9vw;
  padding-right: 6.9vw;
}
@media screen and (min-width: 768px) {
  .home #information {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .home #information {
    padding-top: 2em;
  }
}
.home #information .content {
  width: 100%;
  max-width: 980px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .home #information .content {
    display: block;
  }
}
.home #information .content .head {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: inherit;
  padding: 0.125em 2em 0.125em 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .home #information .content .head {
    border: none;
    padding: 0.125em 0 0.75em;
  }
  .home #information .content .head:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-top: 0.75em;
  }
}
.home #information .content .list_information_top {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .home #information .content .list_information_top {
    margin-bottom: 1.75em;
  }
}
.home #information .content .list_information_top li {
  padding: 0.125em 0;
}
.home #information .content .list_information_top li a {
  display: flex;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home #information .content .list_information_top li a {
    display: block;
  }
}
.home #information .content .list_information_top li a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home #information .content .list_information_top li a .date {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: inherit;
  width: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .home #information .content .list_information_top li a .date {
    font-size: 0.8125rem;
    margin-bottom: 0.5em;
  }
}
.home #information .content .list_information_top li a .ttl {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .home #information .content .list_information_top li a .ttl {
    font-size: 0.875rem;
  }
}
.home #information .content .link_to_information {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: inherit;
  color: #fff;
  letter-spacing: 0.04em;
  padding-right: 20px;
  background: url(../images/icon_tri_right.svg) no-repeat center right/10px;
}
@media screen and (max-width: 767px) {
  .home #information .content .link_to_information {
    width: -moz-fit-content;
    width: fit-content;
    background: url(../images/icon_tri_right.svg) no-repeat bottom 3px right/10px;
  }
}
.home #main_lead {
  padding: 6em 0 8.5em;
  margin-left: min((50vw - 50%) * -1, 0px);
  margin-right: min((50vw - 50%) * -1, 0px);
  padding-left: 6.9vw;
  padding-right: 6.9vw;
  background: #2076D6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home #main_lead {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
.home #main_lead:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1500px;
  aspect-ratio: 1500/208;
  background: url(../images/decoration_character.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .home #main_lead:after {
    background: url(../images/decoration_character_sp_01.svg) no-repeat center/contain;
    aspect-ratio: 336/88;
    width: 90%;
  }
}
.home #main_lead .content {
  display: flex;
  align-items: flex-start;
  gap: 9.3%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home #main_lead .content {
    flex-direction: column;
    align-items: unset;
  }
}
@media screen and (max-width: 767px) {
  .home #main_lead .text_box {
    display: contents;
  }
}
.home #main_lead .text_box .head {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .home #main_lead .text_box .head {
    order: 2;
    font-size: 2.375rem;
    margin-bottom: 1em;
    text-align: center;
  }
}
.home #main_lead .text_box .text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home #main_lead .text_box .text {
    order: 3;
  }
}
.home #main_lead .text_box .text p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.home #main_lead .image_box {
  width: 36%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .home #main_lead .image_box {
    width: 100%;
    order: 2;
    margin-bottom: 2.5em;
  }
}
.home #group {
  background: #F5FAFF;
  padding: calc(7.5em + min(15.6%, 104px)) 0 0;
  margin-left: min((50vw - 50%) * -1, 0px);
  margin-right: min((50vw - 50%) * -1, 0px);
  padding-left: 6.9vw;
  padding-right: 6.9vw;
}
@media screen and (min-width: 768px) {
  .home #group {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .home #group {
    padding: 7.5em 0 0;
    padding-left: 6.9vw;
    padding-right: 6.9vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .home #group {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
.home #group .ttl_image_only {
  display: block;
  max-width: 400px;
  margin: 0 auto 2.5em;
}
.home #group .ttl_image_only img {
  display: block;
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .home #group .ttl_image_only {
    max-width: 273px;
    margin: 0 auto 1.5em;
  }
}
.home #group .lead {
  text-align: center;
  margin-bottom: 4.2em;
}
@media screen and (max-width: 767px) {
  .home #group .lead {
    margin-bottom: 3em;
  }
}
.home .sec_cmn .eyecatch {
  display: block;
  margin-left: min((50vw - 50%) * -1, 0px);
  margin-right: min((50vw - 50%) * -1, 0px);
  overflow: hidden;
  position: relative;
}
.home .sec_cmn .eyecatch img {
  display: block;
  width: 100%;
  max-width: unset;
}
.home .sec_cmn .content {
  display: flex;
  align-items: flex-start;
  gap: 6%;
  padding: 3.4em 0 5em;
}
@media screen and (max-width: 767px) {
  .home .sec_cmn .content {
    flex-direction: column;
    gap: 2.5em;
    padding: 1.875em 0 5em;
  }
}
.home .sec_cmn .content .link_cmn_01, .home .sec_cmn .content .link_to_corporate, .home .sec_cmn .content .link_to_recruit {
  flex-shrink: 0;
}
.home .sec_cmn#business {
  padding-bottom: 7.5em;
}
.home .sec_cmn#business .content {
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .home .sec_cmn#business .content {
    gap: 0;
  }
}
.home .sec_cmn#business .text_box:nth-child(1) {
  flex-shrink: 0;
  min-width: 285px;
}
.home .sec_cmn#business .list_links {
  display: flex;
  gap: 2.75%;
}
@media screen and (max-width: 767px) {
  .home .sec_cmn#business .list_links {
    flex-direction: column;
    gap: 1em;
  }
}
.home .sec_cmn#business .list_links li {
  width: 31.5%;
}
@media screen and (max-width: 767px) {
  .home .sec_cmn#business .list_links li {
    width: 100%;
  }
}
.home .sec_cmn#business .list_links li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #A4010A;
  padding: 0.83em 3em;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  background: #fff url(../images/arrow_right_01.png) no-repeat center right 1em/32px;
}
.home .sec_cmn#business .list_links li a:hover {
  background-color: #A4010A;
  color: #fff;
}
.home #about {
  padding: 4em 0 7.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home #about {
    padding: 12.5em 0 10em;
    background-image: url(../images/about_decoration_01.png), url(../images/about_decoration_02.png), url(../images/about_decoration_03.png), url(../images/about_decoration_04.png), url(../images/about_decoration_05.png);
    background-repeat: no-repeat;
    background-position: top 170px left, bottom 120px left 5vw, bottom 556px right 5vw, bottom 216px right 0, bottom 60px right 10vw;
    background-size: 190px, 190px, 190px, 190px, 140px;
  }
}
.home #about .main_content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home #about .main_content {
    max-width: 890px;
    margin: 0 auto;
    width: 50.6%;
  }
}
@media screen and (max-width: 767px) {
  .home #about .main_content:after {
    content: "";
    display: block;
    margin: 3em min((50vw - 50%) * -1, 0px) 0;
    aspect-ratio: 646/373;
    background: url(../images/about_decoration_sp_02.png) no-repeat center/contain;
  }
}
.home #about .ttl_about {
  text-align: center;
  margin-bottom: 3.5em;
}
.home #about .ttl_about .en {
  display: block;
  max-width: 572px;
  margin: 0 auto;
}
.home #about .ttl_about .en img {
  display: block;
  width: 100%;
  max-width: unset;
}
.home #about .ttl_about .ja {
  color: #0E3D88;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home #about .ttl_about:after {
    content: "";
    display: block;
    margin: 3em min((50vw - 50%) * -1, 0px) 0;
    aspect-ratio: 750/684;
    background: url(../images/about_decoration_sp_01.png) no-repeat center/contain;
  }
}
.home #about .abotu_ttl_sub {
  font-size: clamp(28px, 2.2vw, 34px);
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .home #about .abotu_ttl_sub {
    font-size: 1.375rem;
  }
}
.home #about .descr {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 767px) {
  .home #about .descr {
    font-size: 0.875em;
  }
}
.home #message {
  padding-bottom: 7.5em;
}
.home #message .content {
  display: flex;
  align-items: flex-start;
  gap: 5.4%;
}
@media screen and (max-width: 767px) {
  .home #message .content {
    display: block;
  }
}
.home #message .content .image_box {
  flex-grow: 1;
  margin-left: min((50vw - 50%) * -1, 0px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .home #message .content .image_box {
    margin-right: min((50vw - 50%) * -1, 0px);
  }
}
.home #message .content .image_box h2 {
  width: 300px;
  position: absolute;
  z-index: 2;
  bottom: -70px;
  right: -45px;
}
@media screen and (max-width: 767px) {
  .home #message .content .image_box h2 {
    width: 255px;
    bottom: unset;
    right: unset;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home #message .content .text_box {
  width: 47.3%;
  flex-shrink: 0;
  padding-top: 6.5%;
}
@media screen and (max-width: 767px) {
  .home #message .content .text_box {
    width: 100%;
    padding-top: 3em;
  }
}
.home #message .content .text_box .head {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: inherit;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .home #message .content .text_box .head {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
}
.home #message .content .text_box .texts {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
}
.home #message .content .text_box .texts p:not(:last-child) {
  margin-bottom: 1.5em;
}
.home #message .content .text_box .accordion_btn {
  margin-top: 1.5em;
  border: none;
  background-color: #2076D6;
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  padding: 1.3em 4em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home #message .content .text_box .accordion_btn {
    margin-top: 3em;
    padding: 1em 2em;
  }
}
.home #message .content .text_box .accordion_btn:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arrow_bottom_01.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 1em;
  transition: transform 0.5s;
}
.home #message .content .text_box .accordion_btn.is-active:after {
  transform: rotate(180deg);
}
.home #recruit {
  margin-left: min((50vw - 50%) * -1, 0px);
  margin-right: min((50vw - 50%) * -1, 0px);
  padding: 11em 0;
  padding-left: 6.9vw;
  padding-right: 6.9vw;
  margin-bottom: min(15.6%, 104px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .home #recruit {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .home #recruit {
    padding: 5em 0 7.5em;
    padding-left: 6.9vw;
    padding-right: 6.9vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .home #recruit {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
.home #recruit:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1500px;
  aspect-ratio: 1500/208;
  background: url(../images/decoration_character.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .home #recruit:after {
    width: 86%;
    left: 50%;
    background: url(../images/decoration_character_sp_02.svg) no-repeat center/contain;
    aspect-ratio: 324/108;
  }
}
.home #recruit video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #recruit .content {
  position: relative;
}
.home #recruit .content .text_recruit {
  max-width: 926px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .home #recruit .content .text_recruit {
    margin: 0 auto 3em;
  }
}

.archive .container {
  padding-left: 6.9vw;
  padding-right: 6.9vw;
}
@media screen and (min-width: 768px) {
  .archive .container {
    padding-left: min(4vw, 60px);
    padding-right: min(4vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .archive .container {
    padding: 0;
  }
}
.archive .ttl_cmn_01 {
  margin-bottom: 2em;
}

.list_post_archive li {
  padding: 1.5em;
  border-bottom: 1px solid #454545;
}
@media screen and (max-width: 767px) {
  .list_post_archive li {
    padding: 1.5em 0;
  }
}
.list_post_archive li a {
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .list_post_archive li a {
    display: block;
  }
}
.list_post_archive li a .date {
  width: 105px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .list_post_archive li a .date {
    margin-bottom: 0.25em;
    font-size: 0.8125rem;
  }
}
.list_post_archive li a .ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.single-post article .article_header {
  padding: 1em 0 2em;
  margin-bottom: 3em;
  border-bottom: 1px solid #454545;
}
.single-post article .article_header .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .single-post article .article_header .ttl {
    font-size: 1.7rem;
  }
}
.single-post article #editor p {
  margin-bottom: 1.5rem;
  line-height: 2;
}
.single-post article #editor img {
  margin-bottom: 1.5rem;
}

.single_pagination {
  display: flex;
  gap: 5%;
  margin-top: 5em;
  border-top: 1px solid #454545;
}
.single_pagination li {
  width: 100%;
  margin: 2em 0;
}
.single_pagination li.archive {
  text-align: center;
  border-left: 1px solid #454545;
  border-right: 1px solid #454545;
}
.single_pagination li.next {
  text-align: right;
}

.error404 .error_content .link_cmn_01, .error404 .error_content .link_to_corporate, .error404 .error_content .link_to_recruit {
  margin: 3em auto 0;
}