@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #333;
  background: #fafafa;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  min-width: 1180px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    min-width: 100%;
  }
}
body * {
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt" 1;
}
body *:before, body *:after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.4;
}

h1 {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.375rem;
  }
}

h3 {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 1rem;
  }
}

img {
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

a {
  transition: opacity 0.3s;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

em, strong {
  font-weight: 500;
}

dl dt {
  font-weight: 500;
}

ul,
ol {
  list-style: none;
}

figure {
  line-height: 0;
}
figure figcaption {
  line-height: 1.8;
}

table {
  width: 100%;
}
table th {
  text-align: left;
}

iframe {
  border: none;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  font-family: "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select,
  button {
    font-size: 12px;
  }
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  transition: opacity 0.3s;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  opacity: 0.6;
}

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

.sp-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

.en {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.lh14 {
  line-height: 1.4;
}

.lh18 {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lh18 {
    line-height: 1.8;
  }
}

.lh20 {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lh20 {
    line-height: 1.8;
  }
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}

.m_ico_blank:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url("../img/i_blank_wh.svg") no-repeat center;
  background-size: 100%;
}

.m_ico_label {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex-shrink: 0;
}
.m_ico_label span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.m_ico_label span.label {
  font-size: 0.75rem;
  background: #8e8c8c;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .m_ico_label span.label {
    font-size: 0.625rem;
  }
}

.m_txt_read {
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .m_txt_read {
    font-size: 0.8125rem;
    margin-bottom: 15px;
    line-height: 1.8;
  }
}

.m_txt_h2-border {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .m_txt_h2-border {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
.m_txt_h2-border.long:before, .m_txt_h2-border.long:after {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .m_txt_h2-border.long:before, .m_txt_h2-border.long:after {
    width: 12%;
  }
}
.m_txt_h2-border:before, .m_txt_h2-border:after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  background: linear-gradient(to left, #e0e0e0 90%, #345d9d 10%);
}
@media screen and (max-width: 767px) {
  .m_txt_h2-border:before, .m_txt_h2-border:after {
    width: 20%;
  }
}
.m_txt_h2-border:after {
  left: auto;
  right: 0;
  background: linear-gradient(to right, #e0e0e0 90%, #345d9d 10%);
}
.m_txt_h2-border span {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.75rem;
  color: #345d9d;
  display: block;
}

.m_txt_h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .m_txt_h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.bg_lattice {
  background: url("../img/bg_lattice.gif") no-repeat center top;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .bg_lattice {
    background-size: 150% auto;
    background-attachment: scroll;
  }
}

.bg_coat {
  background: url("../img/bg_coat.gif") no-repeat center top;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .bg_coat {
    background-size: 150% auto;
    background-attachment: scroll;
  }
}

.m_box_fixed {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m_box_fixed {
    width: 100%;
    padding: 0 15px;
  }
}
.m_box_fixed.w1080 {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .m_box_fixed.w1080 {
    width: 100%;
  }
}
.m_box_fixed.w960 {
  width: 960px;
}
@media screen and (max-width: 767px) {
  .m_box_fixed.w960 {
    width: 100%;
  }
}
.m_box_fixed.wauto {
  width: auto;
}
@media screen and (max-width: 767px) {
  .m_box_fixed.wauto {
    width: 100%;
    padding: 0 15px;
  }
}

.m_box_vertical {
  display: flex;
}
@media screen and (max-width: 767px) {
  .m_box_vertical {
    display: block;
  }
}
.m_box_vertical h2 {
  font-size: 2.5rem;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media screen and (max-width: 767px) {
  .m_box_vertical h2 {
    font-size: 1.625rem;
    text-align: center;
    margin-bottom: 40px;
    writing-mode: horizontal-tb;
  }
}
.m_box_vertical h2 span.typo-rome {
  writing-mode: horizontal-tb;
  line-height: 1;
}
.m_box_vertical .wrap {
  width: 940px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .m_box_vertical .wrap {
    width: 100%;
  }
}
.m_box_vertical.reverse h2 {
  order: 2;
  margin-left: auto;
}
.m_box_vertical.reverse .wrap {
  order: 1;
  margin-left: 0;
}

.m_box_section-img {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .m_box_section-img {
    height: 180px;
    background-size: auto 100% !important;
  }
}

.m_box_row2 {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}
@media screen and (max-width: 767px) {
  .m_box_row2 {
    display: block;
    margin: -20px 0 0 0;
  }
}
.m_box_row2 > * {
  width: 50%;
  padding: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .m_box_row2 > * {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

.m_box_txt p + p {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .m_box_txt p + p {
    margin-top: 8px;
  }
}

.m_box_group {
  display: flex;
}
@media screen and (max-width: 767px) {
  .m_box_group {
    display: block;
  }
}
.m_box_group .txt-box {
  flex-basis: auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .m_box_group .txt-box {
    margin-right: 0;
  }
}
.m_box_group .img-box {
  flex-shrink: 0;
  margin-left: auto;
  width: 380px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .m_box_group .img-box {
    width: auto;
    padding: 20px 20px 0;
  }
}
.m_box_group .img-box img {
  width: 100%;
}

.m_form_textarea, .m_form_txt {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  padding: 18px 21px;
}
.m_form_textarea:placeholder-shown, .m_form_txt:placeholder-shown {
  color: #e0e0e0;
}
.m_form_textarea::-webkit-input-placeholder, .m_form_txt::-webkit-input-placeholder {
  color: #e0e0e0;
}
.m_form_textarea:-moz-placeholder, .m_form_txt:-moz-placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.m_form_textarea::-moz-placeholder, .m_form_txt::-moz-placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.m_form_textarea:-ms-input-placeholder, .m_form_txt:-ms-input-placeholder {
  color: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .m_form_textarea, .m_form_txt {
    padding: 15px;
  }
}

.m_form_textarea {
  height: 200px;
}

.m_form_radio-group,
.m_form_check-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  .m_form_radio-group,
  .m_form_check-group {
    margin: -5px -5px 0 0;
  }
}
.m_form_radio-group > span,
.m_form_check-group > span {
  display: block;
  width: 16.6%;
  padding-right: 5px;
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .m_form_radio-group > span,
  .m_form_check-group > span {
    width: 50%;
    padding: 5px 5px 0 0;
  }
}
.m_form_radio-group > span label input,
.m_form_check-group > span label input {
  display: none;
}
.m_form_radio-group > span label span,
.m_form_check-group > span label span {
  display: block;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 3px;
  padding: 13px;
  text-align: center;
  transition: background 0.2s, border 0.2s;
}
@media screen and (max-width: 767px) {
  .m_form_radio-group > span label span,
  .m_form_check-group > span label span {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.m_form_radio-group > span label input:checked + span,
.m_form_check-group > span label input:checked + span {
  background: #8e8c8c;
  border: 2px solid #8e8c8c;
  color: #fff;
}

.m_form_format dl {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .m_form_format dl {
    margin-top: 30px;
  }
}
.m_form_format dl:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.m_form_format dl dt {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .m_form_format dl dt {
    padding: 10px 0;
  }
}
.m_form_format dl dt .req {
  font-size: 0.75rem;
  display: inline-block;
  position: relative;
  padding: 4px 10px 5px;
  line-height: 1;
  top: -1px;
  background: #c0354c;
  color: #fff;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .m_form_format dl dt .req {
    font-size: 0.625rem;
  }
}
.m_form_format dl dd > *:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .m_form_format dl dd > *:nth-child(n+2) {
    margin-top: 10px;
  }
}
.m_form_format dl dd .error {
  font-size: 0.75rem;
  display: block;
  margin-top: 10px;
  color: #c0354c;
  font-weight: 500;
}
.m_form_format dl dd .error + .error {
  margin-top: 0;
}
.m_form_format.confirm .conf-dn {
  display: none;
}
.m_form_format.confirm dt {
  padding: 15px 0 10px;
}
@media screen and (max-width: 767px) {
  .m_form_format.confirm dt {
    padding: 12px 0 10px 0;
  }
}
.m_form_format.confirm dd > *:nth-child(n+2) {
  margin-top: 5px;
}

.m_form_btn {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .m_form_btn {
    margin-top: 30px;
  }
}
.m_form_btn button {
  width: 200px;
  position: relative;
  padding: 15px;
  background: #345d9d;
  color: #fff;
}
.m_form_btn button.back {
  margin: 0 5px 0 0;
}
.m_form_btn button.back:after, .m_form_btn button.next:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr_wh.svg") no-repeat;
  background-size: 15px;
}
.m_form_btn button.back:after {
  left: 17px;
  transform: rotate(180deg);
}
.m_form_btn button.next:after {
  right: 17px;
}

.m_btn_main a {
  position: relative;
  display: inline-block;
  padding: 12px 40px;
  background: #345d9d;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .m_btn_main a {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}
.m_btn_main a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("../img/i_arr_wh.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .m_btn_main a:after {
    top: 3px;
    margin-left: 1px;
  }
}
.m_btn_main.blank a:after {
  top: -1px;
  width: 10px;
  height: 10px;
  background: url("../img/i_blank_wh.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .m_btn_main.blank a:after {
    top: 1px;
    margin-left: 5px;
  }
}
.m_btn_main.wh a {
  background: #fff;
  color: #345d9d !important;
}
.m_btn_main.wh a:after {
  background: url("../img/i_arr.svg") no-repeat center;
  background-size: 100%;
}
.m_btn_main.wh.bd a {
  outline: 2px solid #345d9d;
  outline-offset: -2px;
}

.m_btn_pager > div {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .m_btn_pager > div {
    margin-top: 30px;
  }
}
.m_btn_pager > div span,
.m_btn_pager > div a {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  background: #345d9d;
  width: 50px;
  height: 50px;
  margin: 0 3px;
  padding-top: 12px;
  color: #fff;
  border: 2px solid #345d9d;
}
@media screen and (max-width: 767px) {
  .m_btn_pager > div span,
  .m_btn_pager > div a {
    height: auto;
    padding: 10px 0;
  }
}
.m_btn_pager > div span {
  border: 2px solid #e0e0e0;
  background: none;
  color: #333;
}
.m_btn_pager > div .previouspostslink,
.m_btn_pager > div .nextpostslink {
  background: none;
  border: 2px solid transparent;
}
.m_btn_pager > div .previouspostslink:after,
.m_btn_pager > div .nextpostslink:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr.svg") no-repeat;
  background-size: 15px;
}
.m_btn_pager > div .previouspostslink:after {
  transform: rotate(180deg);
}

.m_btn_page-around {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .m_btn_page-around {
    margin-top: 30px;
  }
}
.m_btn_page-around li {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .m_btn_page-around li {
    width: 33%;
  }
}
.m_btn_page-around li a {
  display: block;
  position: relative;
  padding: 15px;
  background: #345d9d;
  color: #fff;
}
.m_btn_page-around li.list {
  margin: 0 5px;
}
.m_btn_page-around li.prev a:after, .m_btn_page-around li.next a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr_wh.svg") no-repeat;
  background-size: 15px;
}
.m_btn_page-around li.prev a:after {
  left: 17px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .m_btn_page-around li.prev a:after {
    left: 10px;
  }
}
.m_btn_page-around li.next a:after {
  right: 17px;
}
@media screen and (max-width: 767px) {
  .m_btn_page-around li.next a:after {
    right: 10px;
  }
}

.page-navigation {
  background: url(../img/top/recruit_bg.gif) no-repeat #345d9d center bottom;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .page-navigation {
    padding: 70px 0;
  }
}
.page-navigation-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-navigation-container {
    flex-direction: column;
    gap: 10px;
  }
}
.page-navigation-container .home-recruit {
  margin-block-start: 0;
}
.page-navigation-container-item {
  flex: 1;
  max-width: 300px;
  padding: 15px;
  background: #345d9d;
  color: #fff !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-navigation-container-item {
    max-width: none;
    flex: auto;
    padding: 10px;
    font-size: 14px;
  }
}

.m_cms_ttl {
  font-size: 2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .m_cms_ttl {
    font-size: 1.5rem;
  }
}

.m_cms_data {
  display: flex;
  padding: 13px 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #345d9d;
}
@media screen and (max-width: 767px) {
  .m_cms_data {
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.m_cms_data .day {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex-shrink: 0;
}
.m_cms_data .day span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.m_cms_data .day span.label {
  font-size: 0.75rem;
  background: #8e8c8c;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .m_cms_data .day span.label {
    font-size: 0.625rem;
  }
}
.m_cms_data .social {
  line-height: 0;
  margin-left: auto;
  padding-top: 3px;
  letter-spacing: -0.4em;
}
.m_cms_data .social > * {
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .m_cms_data .social {
    padding-top: 5px;
  }
}
.m_cms_data .social li {
  vertical-align: top;
  margin-right: 5px;
}

.m_cms_icatch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m_cms_icatch {
    margin-bottom: 20px;
  }
}
.m_cms_icatch img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}

.m_cms_wysiwyg > * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg > * {
    margin-top: 10px;
  }
}
.m_cms_wysiwyg > *:first-child {
  margin: 0;
}
.m_cms_wysiwyg h1 {
  font-size: 1.75rem;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h1 {
    font-size: 1.375rem;
    margin-top: 30px;
  }
}
.m_cms_wysiwyg h2 {
  font-size: 1.75rem;
  margin-top: 40px;
  border-top: 3px solid #333;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h2 {
    font-size: 1.375rem;
    border-top: 2px solid #e0e0e0;
    padding: 8px 0;
    margin-top: 20px;
  }
}
.m_cms_wysiwyg h3 {
  font-size: 1.625rem;
  margin-top: 40px;
  padding: 6px 15px 7px;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #333;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h3 {
    font-size: 1.375rem;
    margin-top: 20px;
    padding: 4px 10px;
  }
}
.m_cms_wysiwyg h4 {
  font-size: 1.375rem;
  margin-top: 30px;
  padding: 6px 15px 7px;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h4 {
    font-size: 1rem;
    margin-top: 20px;
    padding: 4px 10px;
  }
}
.m_cms_wysiwyg h5 {
  font-size: 1.25rem;
  margin-top: 30px;
  padding-left: 15px;
  border-left: 3px solid #333;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h5 {
    margin-top: 20px;
    padding-left: 10px;
  }
}
.m_cms_wysiwyg h6 {
  font-size: 0.875rem;
  margin-top: 30px;
  display: inline-block;
  padding: 3px 10px;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg h6 {
    font-size: 0.75rem;
    margin-top: 20px;
  }
}
.m_cms_wysiwyg ul {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg ul {
    margin-top: 20px;
  }
}
.m_cms_wysiwyg ul li {
  margin-top: 8px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg ul li {
    margin-top: 5px;
  }
}
.m_cms_wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg ul li:before {
    top: 12px;
  }
}
.m_cms_wysiwyg ol {
  margin-top: 30px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg ol {
    margin-top: 20px;
  }
}
.m_cms_wysiwyg ol > li {
  list-style-type: decimal-leading-zero;
  padding-left: 5px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg ol > li {
    margin-top: 5px;
  }
}
.m_cms_wysiwyg blockquote {
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg blockquote {
    padding: 15px;
  }
}
.m_cms_wysiwyg blockquote * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg blockquote * {
    margin-top: 10px;
  }
}
.m_cms_wysiwyg blockquote *:first-child {
  margin: 0;
}
.m_cms_wysiwyg p:after {
  content: "";
  display: block;
  clear: both;
}
.m_cms_wysiwyg p strong {
  font-weight: 500 !important;
}
.m_cms_wysiwyg a {
  text-decoration: underline;
  transition: all 0.3s;
  color: #333;
}
.m_cms_wysiwyg a:hover {
  opacity: 0.6;
}
.m_cms_wysiwyg a[target=_blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: url("../img/i_blank_bk.svg") no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg a[target=_blank]:after {
    top: -1px;
  }
}
.m_cms_wysiwyg img {
  display: block;
  height: auto;
}
.m_cms_wysiwyg img.size-thumbnail {
  width: 375px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg img.size-thumbnail {
    width: 100%;
  }
}
.m_cms_wysiwyg img.size-medium {
  width: 375px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg img.size-medium {
    width: 100%;
  }
}
.m_cms_wysiwyg img.size-full {
  width: 100%;
}
.m_cms_wysiwyg .aligncenter {
  margin: 0 auto;
}
.m_cms_wysiwyg .alignright {
  float: right;
  margin: 8px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .alignright {
    float: none;
    margin: 0 0 15px 0;
  }
}
.m_cms_wysiwyg .alignleft {
  float: left;
  margin: 8px 15px 0 0;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .alignleft {
    float: none;
    margin: 0 0 15px 0;
  }
}
.m_cms_wysiwyg div.aligncenter {
  margin: 25px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg div.aligncenter {
    margin: 10px 0 15px 0;
  }
}
.m_cms_wysiwyg div.aligncenter img {
  display: inline;
}
.m_cms_wysiwyg div.alignright {
  margin: 24px 0 20px 10px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg div.alignright {
    margin: 10px 0 15px 0;
  }
}
.m_cms_wysiwyg div.alignleft {
  margin: 24px 10px 20px 0;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg div.alignleft {
    margin: 10px 0 15px 0;
  }
}
.m_cms_wysiwyg .wp-caption-text {
  font-size: 0.75rem;
  margin-top: 5px;
  line-height: 1.4;
}
.m_cms_wysiwyg .wp-playlist {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .wp-playlist .wp-playlist-current-item img {
    width: auto;
    height: 60px;
  }
}
.m_cms_wysiwyg .wp-playlist .wp-playlist-item {
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}
.m_cms_wysiwyg .wp-playlist .wp-playlist-item .wp-playlist-caption {
  padding: 5px 0;
}
.m_cms_wysiwyg .wp-playlist .wp-playlist-item .wp-playlist-item-length {
  top: 6px;
}
.m_cms_wysiwyg .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 20px -10px;
}
.m_cms_wysiwyg .gallery .gallery-item {
  padding: 10px 0 0 10px;
  text-align: left !important;
}
.m_cms_wysiwyg .gallery .gallery-item a {
  display: block;
  line-height: 0;
}
.m_cms_wysiwyg .gallery .gallery-item a figure img {
  width: 100%;
  height: auto;
}
.m_cms_wysiwyg .gallery .gallery-item a figure figcaption {
  font-size: 0.75rem;
  margin-top: 5px;
  line-height: 1.4;
}
.m_cms_wysiwyg .gallery-columns-1 .gallery-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-1 .gallery-item {
    width: 50%;
  }
}
.m_cms_wysiwyg .gallery-columns-2 .gallery-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.m_cms_wysiwyg .gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-3 .gallery-item {
    width: 50%;
  }
}
.m_cms_wysiwyg .gallery-columns-4 .gallery-item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
.m_cms_wysiwyg .gallery-columns-5 .gallery-item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-5 .gallery-item {
    width: 50%;
  }
}
.m_cms_wysiwyg .gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-6 .gallery-item {
    width: 50%;
  }
}
.m_cms_wysiwyg .gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-7 .gallery-item {
    width: 50%;
  }
}
.m_cms_wysiwyg .gallery-columns-8 .gallery-item {
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-8 .gallery-item {
    width: 50%;
  }
}
.m_cms_wysiwyg .gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg .gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
.m_cms_wysiwyg iframe {
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 767px) {
  .m_cms_wysiwyg iframe {
    height: 210px;
  }
}
.m_cms_wysiwyg .mceTemp .wp-caption {
  width: auto !important;
}

.m_list_dot li {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .m_list_dot li {
    padding-left: 12px;
  }
}
.m_list_dot li:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .m_list_dot li:before {
    top: 9px;
  }
}
.m_list_dot.white li:before {
  background: #fff;
}

.m_list_person {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
@media screen and (max-width: 767px) {
  .m_list_person {
    display: block;
    margin: -5px 0 0 0;
  }
}
.m_list_person > * {
  width: 50%;
  padding: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .m_list_person > * {
    width: 100%;
    padding: 5px 0 0 0;
  }
}
.m_list_person li a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 240px;
  background: url("../img/person/interview/interview_bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  .m_list_person li a {
    height: 170px;
  }
}
.m_list_person li a .txt-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.m_list_person li a .txt-box .name,
.m_list_person li a .txt-box .catch,
.m_list_person li a .txt-box .award {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .m_list_person li a .txt-box .name,
  .m_list_person li a .txt-box .catch,
  .m_list_person li a .txt-box .award {
    padding: 0 15px;
  }
}
.m_list_person li a .txt-box .name {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex-shrink: 0;
}
.m_list_person li a .txt-box .name span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.m_list_person li a .txt-box .name span.label {
  font-size: 0.75rem;
  background: #8e8c8c;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .m_list_person li a .txt-box .name span.label {
    font-size: 0.625rem;
  }
}
.m_list_person li a .txt-box .name span.label {
  background: #fff;
  color: #333;
}
.m_list_person li a .txt-box .catch {
  position: relative;
  z-index: 2;
  margin: 8px 0 15px;
  text-shadow: 3px 3px 10px rgb(57, 97, 158.8), 3px 3px 10px rgb(57, 97, 158.8), 3px 3px 10px rgb(57, 97, 158.8);
}
@media screen and (max-width: 767px) {
  .m_list_person li a .txt-box .catch {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.m_list_person li a .txt-box .award {
  width: 100%;
  padding: 3px 20px;
  background: linear-gradient(45deg, rgb(242, 197, 62) 0%, rgb(246, 226, 117) 29%, rgb(242, 197, 62) 64%, rgb(246, 226, 117) 100%);
  text-shadow: 0px 1px 3px #fff;
  color: #333;
}
.m_list_person li a img {
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 1;
  width: 264px;
}
@media screen and (max-width: 767px) {
  .m_list_person li a img {
    width: 200px;
    bottom: -15px;
  }
}

.m_list_blog {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
@media screen and (max-width: 767px) {
  .m_list_blog {
    display: block;
    margin: 0 0 0 0;
  }
}
.m_list_blog > * {
  width: 33.3333333333%;
  padding: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .m_list_blog > * {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.m_list_blog.col2 {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -20px;
}
@media screen and (max-width: 767px) {
  .m_list_blog.col2 {
    display: block;
    margin: 0 0 0 0;
  }
}
.m_list_blog.col2 > * {
  width: 50%;
  padding: 40px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .m_list_blog.col2 > * {
    width: 100%;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .m_list_blog li:last-child a {
    border-bottom: 1px solid #e0e0e0;
  }
}
.m_list_blog li a {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m_list_blog li a {
    padding: 15px 0 15px 115px;
    border-top: 1px solid #e0e0e0;
  }
}
.m_list_blog li a img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  .m_list_blog li a img {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100px;
  }
}
.m_list_blog li a .data {
  margin: 15px 0 10px;
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex-shrink: 0;
}
.m_list_blog li a .data span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.m_list_blog li a .data span.label {
  font-size: 0.75rem;
  background: #8e8c8c;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .m_list_blog li a .data span.label {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .m_list_blog li a .data {
    margin: 0 0 5px;
  }
}

.m_list_simple li dl {
  display: flex;
}
.m_list_simple li dl dt,
.m_list_simple li dl dd {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .m_list_simple li dl dt,
  .m_list_simple li dl dd {
    padding: 13px 10px;
  }
}
.m_list_simple li dl dt {
  flex-shrink: 0;
  width: 140px;
  border-top: 1px solid #345d9d;
}
@media screen and (max-width: 767px) {
  .m_list_simple li dl dt {
    width: 90px;
  }
}
.m_list_simple li dl dd {
  flex-basis: auto;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
.m_list_simple li:last-child dt {
  border-bottom: 1px solid #345d9d;
}
.m_list_simple li:last-child dd {
  border-bottom: 1px solid #e0e0e0;
}

.m_list_information li {
  border-top: 1px solid #e0e0e0;
}
.m_list_information li:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.m_list_information li a {
  display: flex;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .m_list_information li a {
    display: block;
    padding: 10px 0;
  }
}
.m_list_information li a .data {
  margin-right: 5px;
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex-shrink: 0;
}
.m_list_information li a .data span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.m_list_information li a .data span.label {
  font-size: 0.75rem;
  background: #8e8c8c;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .m_list_information li a .data span.label {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .m_list_information li a .data {
    margin: 0 0 5px;
  }
}

.m_list_faq > li {
  margin-top: 60px;
}
.m_list_faq > li:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .m_list_faq > li {
    margin-top: 40px;
  }
}
.m_list_faq > li:first-child {
  margin-top: 0;
}
.m_list_faq > li dl dt,
.m_list_faq > li dl dd {
  position: relative;
  width: 830px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  .m_list_faq > li dl dt,
  .m_list_faq > li dl dd {
    width: 100%;
  }
}
.m_list_faq > li dl dt:after,
.m_list_faq > li dl dd:after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .m_list_faq > li dl dt:after,
  .m_list_faq > li dl dd:after {
    bottom: -15px;
  }
}
.m_list_faq > li dl dt {
  font-size: 1rem;
  background: #fff;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .m_list_faq > li dl dt {
    font-size: 0.875rem;
    padding: 15px;
    line-height: 1.5;
  }
}
.m_list_faq > li dl dt:after {
  left: 20px;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .m_list_faq > li dl dt:after {
    border-width: 15px 15px 0 0;
  }
}
.m_list_faq > li dl dd {
  float: right;
  margin-top: 20px;
  background: #345d9d;
  padding: 20px 25px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m_list_faq > li dl dd {
    float: none;
    padding: 15px;
  }
}
.m_list_faq > li dl dd:after {
  right: 20px;
  border-width: 0 20px 20px 0;
  border-color: transparent #345d9d transparent transparent;
}
@media screen and (max-width: 767px) {
  .m_list_faq > li dl dd:after {
    border-width: 0 15px 15px 0;
  }
}
.m_list_faq.no {
  counter-reset: no;
}
.m_list_faq.no li dt {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .m_list_faq.no li dt {
    padding: 8px 15px 10px;
  }
}
.m_list_faq.no li dt:before {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.5rem;
  counter-increment: no;
  content: "Q" counter(no, decimal-leading-zero);
  position: absolute;
  top: 7px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .m_list_faq.no li dt:before {
    font-size: 0.75rem;
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
  }
}

.m_list_schedule.stage ul li:nth-child(2n) {
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .m_list_schedule.stage ul li:nth-child(2n) {
    transform: translateY(0);
  }
}
.m_list_schedule ul {
  position: relative;
  text-align: center;
  font-weight: 500;
}
.m_list_schedule ul:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul {
    padding-left: 20px;
  }
}
.m_list_schedule ul:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul:before {
    right: auto;
    width: 2px;
  }
}
.m_list_schedule ul li {
  position: relative;
  z-index: 3;
  width: 420px;
  float: right;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul li {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
.m_list_schedule ul li:before, .m_list_schedule ul li:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.m_list_schedule ul li:before {
  left: -57px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #345d9d;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul li:before {
    left: -26px;
  }
}
.m_list_schedule ul li:after {
  left: -57px;
  z-index: 1;
  width: 57px;
  height: 2px;
  background: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul li:after {
    left: -20px;
    width: 20px;
  }
}
.m_list_schedule ul li:nth-child(even) {
  float: left;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul li:nth-child(even) {
    float: none;
  }
}
.m_list_schedule ul li:nth-child(even):before {
  left: auto;
  right: -57px;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul li:nth-child(even):before {
    right: auto;
    left: -26px;
  }
}
.m_list_schedule ul li:nth-child(even):after {
  left: auto;
  right: -57px;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul li:nth-child(even):after {
    right: auto;
    left: -20px;
  }
}
.m_list_schedule ul li.cl {
  clear: left;
}
.m_list_schedule ul li.mt-15 {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul li.mt-15 {
    margin-top: 10px;
  }
}
.m_list_schedule ul li .img {
  padding: 10px 10px 0;
}
.m_list_schedule ul li .time {
  color: #345d9d;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul li .time {
    padding-top: 10px;
  }
}
.m_list_schedule ul li .work {
  padding: 5px 0 23px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .m_list_schedule ul li .work {
    padding: 5px 0 15px;
  }
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#l_header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  min-width: 1180px;
  padding: 0 40px;
  transition: background 0.3s, padding 0.3s;
}
@media screen and (max-width: 767px) {
  #l_header {
    min-width: 100%;
    padding: 0 15px;
    background: #345d9d;
  }
}
#l_header * {
  color: #fff;
}
#l_header a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #l_header a {
    display: block;
  }
}
#l_header.is-gnav-hover {
  background: #345d9d;
}
#l_header.is-header {
  padding: 0 20px;
  background: #345d9d;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #l_header.is-header {
    padding: 0 15px;
  }
}
#l_header.is-header nav .gnav > dl > dt a {
  padding: 30px 25px;
}
@media screen and (max-width: 767px) {
  #l_header.is-header nav .gnav > dl > dt a {
    padding: 10px 15px;
  }
}
#l_header.is-header nav .gnav > dl > dd {
  top: 85px;
}
#l_header h1 {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #l_header h1 a {
    padding: 10px 0;
  }
}
#l_header h1 a img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #l_header h1 a img {
    width: 130px;
  }
}
#l_header nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #l_header nav {
    display: block;
    position: fixed;
    top: 47px;
    right: 0;
    z-index: 2;
    width: 80%;
    height: 100%;
    background: #2f476d;
    overflow-y: scroll;
    padding-bottom: 150px;
    transition: transform 0.5s;
    transform: translateX(100%);
  }
}
#l_header nav.is-drawr {
  transform: translateX(0);
}
#l_header nav .gnav {
  display: flex;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav {
    display: block;
    margin-right: 0;
  }
}
#l_header nav .gnav > dl > dt a {
  position: relative;
  padding: 40px 25px;
  transition: padding 0.3s;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dt a {
    pointer-events: none;
    padding: 10px 15px;
    border-top: 1px solid #fff;
  }
}
#l_header nav .gnav > dl > dt a:after {
  content: "";
  position: absolute;
  margin: auto;
  display: none;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("../img/i_plus_wh.svg") no-repeat center;
  background-size: 100%;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dt a:after {
    display: block;
  }
}
#l_header nav .gnav > dl > dt.is-acc a:after {
  transform: rotate(135deg);
}
#l_header nav .gnav > dl:hover dd {
  visibility: visible;
  opacity: 1;
}
#l_header nav .gnav > dl > dd {
  position: fixed;
  top: 105px;
  left: 0;
  width: 100%;
  padding: 50px 0;
  background: #2f476d;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0;
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner {
    padding: 0;
  }
}
#l_header nav .gnav > dl > dd .inner h2 {
  font-size: 1.375rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner h2 {
    display: none;
  }
}
#l_header nav .gnav > dl > dd .inner h2 a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr2_wh.svg") no-repeat center;
  background-size: 100%;
}
#l_header nav .gnav > dl > dd .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner ul {
    display: block;
    margin: 0 0 0 0;
  }
}
#l_header nav .gnav > dl > dd .inner ul > * {
  width: 33.3333333333%;
  padding: 15px 0 0 15px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner ul > * {
    width: 100%;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner ul {
    display: block;
  }
}
#l_header nav .gnav > dl > dd .inner ul li a {
  display: block;
  position: relative;
  background: #455977;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner ul li a {
    background: none;
    padding: 10px 15px;
    border-top: 1px solid #455977;
  }
}
#l_header nav .gnav > dl > dd .inner ul li a.target-blank::after {
  content: none;
}
#l_header nav .gnav > dl > dd .inner ul li a.target-blank span {
  position: relative;
}
#l_header nav .gnav > dl > dd .inner ul li a.target-blank span::after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url(../img/i_blank_wh.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
#l_header nav .gnav > dl > dd .inner ul li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr_wh.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner ul li a:after {
    right: 15px;
  }
}
#l_header nav .gnav > dl > dd .inner ul li a img {
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner ul li a img {
    display: none;
  }
}
#l_header nav .gnav > dl > dd .inner ul li a span {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner ul li a span {
    top: 0;
  }
}
#l_header nav .gnav > dl > dd .inner .requirements {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner .requirements {
    display: block;
    margin-top: 0;
    padding: 10px 15px 15px;
    border-top: 1px solid #455977;
  }
}
#l_header nav .gnav > dl > dd .inner .requirements dt {
  flex-shrink: 0;
  width: 120px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner .requirements dt {
    margin-bottom: 10px;
  }
}
#l_header nav .gnav > dl > dd .inner .requirements dd {
  flex-basis: auto;
  width: 100%;
}
#l_header nav .gnav > dl > dd .inner .requirements dd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner .requirements dd ul {
    margin: -2px 0 0 -2px;
  }
}
#l_header nav .gnav > dl > dd .inner .requirements dd ul > * {
  width: 16.6666666667%;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner .requirements dd ul > * {
    width: 50%;
    padding: 2px 0 0 2px;
  }
}
#l_header nav .gnav > dl > dd .inner .requirements dd ul li a {
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner .requirements dd ul li a {
    padding: 5px 8px;
    background: #455977;
  }
}
@media screen and (max-width: 767px) {
  #l_header nav .gnav > dl > dd .inner .requirements dd ul li a:after {
    right: 8px;
  }
}
#l_header nav .entry span a {
  position: relative;
  border: 2px solid #fff;
  padding: 8px 40px;
}
@media screen and (max-width: 767px) {
  #l_header nav .entry span a {
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
  }
}
#l_header nav .entry span a:after {
  content: "";
  position: absolute;
  margin: auto;
  display: none;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr_wh.svg") no-repeat center;
  background-size: 100%;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #l_header nav .entry span a:after {
    display: block;
  }
}
#l_header .drawr-btn {
  display: none;
  margin-left: auto;
  position: relative;
  width: 30px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  #l_header .drawr-btn {
    display: block;
  }
}
#l_header .drawr-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
}
#l_header .drawr-btn span:nth-of-type(1) {
  top: 0;
}
#l_header .drawr-btn span:nth-of-type(2) {
  top: 10px;
}
#l_header .drawr-btn span:nth-of-type(3) {
  bottom: 0;
}
#l_header .drawr-btn.is-drawr span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 11px;
}
#l_header .drawr-btn.is-drawr span:nth-of-type(2) {
  opacity: 0;
}
#l_header .drawr-btn.is-drawr span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}
#l_header .js_drawr-cover {
  display: none;
  position: fixed;
  top: 47px;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #2f476d;
  opacity: 0.8;
  transition: transform 0.5s;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  #l_header .js_drawr-cover {
    display: block;
  }
}
#l_header .js_drawr-cover.is-drawr {
  transform: translateX(0);
}

.gnav-company {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .gnav-company {
    gap: 0;
  }
}
.gnav-company li {
  display: grid;
  grid-template-columns: 33.3333333333% 1fr;
  gap: 20px;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .gnav-company li {
    display: block;
    padding-block-start: 0 !important;
  }
}
.gnav-company li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .gnav-company li:not(:first-child) {
    border-top: none;
  }
}
.gnav-company li .child {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .gnav-company li .child {
    display: none;
  }
}
.gnav-company li .child a {
  background: #5875A1 !important;
  padding: 10px 12px;
}
.gnav-company li .child a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(../img/i_arr_wh.svg) no-repeat center;
  background-size: 100%;
}

#l_container {
  position: relative;
  z-index: 2;
  margin-bottom: 652px;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  #l_container {
    padding-top: 47px;
    margin-bottom: 0;
  }
}
#l_container section {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #l_container section {
    padding: 70px 0;
  }
}
#l_container section.inner-section {
  padding: 0;
}
#l_container section.inner-section section {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  #l_container section.inner-section section {
    padding: 70px 0 0 0;
  }
}
#l_container section.inner-section section:last-child {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #l_container section.inner-section section:last-child {
    padding: 70px 0;
  }
}
#l_container .column2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #l_container .column2 {
    display: block;
  }
}
#l_container .column2 .main {
  flex-shrink: 0;
  width: 750px;
}
@media screen and (max-width: 767px) {
  #l_container .column2 .main {
    width: 100%;
  }
}
#l_container .column2 .sub {
  flex-shrink: 0;
  width: 270px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #l_container .column2 .sub {
    width: 100%;
  }
}
#l_container .column2 #sumally h2 {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #l_container .column2 #sumally h2 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #l_container .column2 #lonav {
    margin: 0 -15px;
    padding: 20px 15px;
    width: calc(100% + 30px);
    background: #8e8c8c;
  }
}
#l_container .column2 #lonav h2 a {
  font-size: 0.875rem;
  display: block;
  background: #345d9d;
  color: #fff;
  padding: 20px;
}
#l_container .column2 #lonav ul li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  border-top: 1px solid #e0e0e0;
  color: #345d9d;
}
#l_container .column2 #lonav ul li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr.svg") no-repeat center;
  background-size: 100%;
}
#l_container #page-ttl {
  height: 420px;
  padding: 0;
  background: #e0e0e0;
  background: url("../img/page-ttl.jpg") no-repeat center;
}
@media screen and (max-width: 767px) {
  #l_container #page-ttl {
    height: 215px;
    background-size: auto 100% !important;
  }
}
#l_container #page-ttl * {
  color: #fff;
  font-weight: 500;
}
#l_container #page-ttl .wrap {
  height: 100%;
}
#l_container #page-ttl .wrap .txt-box {
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #l_container #page-ttl .wrap .txt-box {
    bottom: 15px;
    left: 15px;
  }
}
#l_container #page-ttl .wrap .txt-box .ttl {
  font-size: 2.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #l_container #page-ttl .wrap .txt-box .ttl {
    font-size: 1.625rem;
    margin-bottom: 0;
  }
}
#l_container #page-ttl .wrap .txt-box .path li {
  display: inline;
}
#l_container #page-ttl .wrap .txt-box .path li a {
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
}
#l_container #page-ttl .wrap .txt-box .path li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 2px;
  background: #fff;
}
#l_container #page-link {
  padding: 20px 0;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  #l_container #page-link {
    text-align: left;
    padding: 0;
  }
}
#l_container #page-link * {
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #l_container #page-link .wrap {
    overflow-x: scroll;
    padding: 0;
  }
  #l_container #page-link .wrap::-webkit-scrollbar {
    height: 2px;
  }
  #l_container #page-link .wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #e0e0e0;
  }
  #l_container #page-link .wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #345d9d;
  }
}
#l_container #page-link .wrap ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #l_container #page-link .wrap ul {
    justify-content: start;
  }
}
#l_container #page-link .wrap ul li a {
  display: block;
  position: relative;
  padding: 0 20px;
  border-left: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  #l_container #page-link .wrap ul li a {
    width: max-content;
    text-align: center;
    padding: 10px 20px;
  }
}
#l_container #page-link .wrap ul li:last-child a {
  border-right: 1px solid #e0e0e0;
}
#l_container #page-link.under ul li a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  background: url("../img/i_arr.svg") no-repeat center;
  background-size: 100%;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  #l_container #page-link.under ul li a:after {
    top: 3px;
    margin-left: 3px;
  }
}

#l_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-width: 1180px;
}
@media screen and (max-width: 767px) {
  #l_footer {
    position: static;
    min-width: 100%;
  }
}
#l_footer * {
  color: #fff;
}
#l_footer #contact {
  padding: 30px 0 40px;
  background: #345d9d;
}
@media screen and (max-width: 767px) {
  #l_footer #contact {
    text-align: center;
    padding: 20px 0 28px;
  }
}
#l_footer #contact h2 {
  font-size: 2.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #l_footer #contact h2 {
    font-size: 1.625rem;
  }
}
#l_footer #contact .btn {
  position: absolute;
  top: 22px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #l_footer #contact .btn {
    position: static;
    margin-top: 15px;
  }
}
#l_footer #link {
  padding: 50px 0;
  background: #2f476d;
}
@media screen and (max-width: 767px) {
  #l_footer #link {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap {
    padding: 0;
  }
}
#l_footer #link .wrap .sitemap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap {
    display: block;
  }
}
#l_footer #link .wrap .sitemap dl {
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl {
    min-width: auto;
  }
}
#l_footer #link .wrap .sitemap dl.large {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl.large {
    min-width: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl.large dt {
    width: 31%;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl.large dt:nth-child(2) {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl.large dt:nth-child(n+4) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl.large dt:nth-child(3), #l_footer #link .wrap .sitemap dl.large dt:nth-child(5) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl.parent dt a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl.parent dt a:after {
    background: url("../img/i_plus_wh.svg") no-repeat center;
    background-size: 100%;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl.parent dt.is-acc a:after {
    transform: rotate(135deg);
  }
}
#l_footer #link .wrap .sitemap dl dt {
  border-top: 1px solid #fff;
}
#l_footer #link .wrap .sitemap dl dt:not(:has(a)) {
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dt:not(:has(a)) {
    padding: 10px 15px;
  }
}
#l_footer #link .wrap .sitemap dl dt a {
  position: relative;
  display: block;
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dt a {
    padding: 10px 15px;
  }
}
#l_footer #link .wrap .sitemap dl dt a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr_wh.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dt a:after {
    right: 15px;
  }
}
#l_footer #link .wrap .sitemap dl dt a.blank:after {
  width: 10px;
  height: 10px;
  background: url("../img/i_blank_wh.svg") no-repeat center;
  background-size: 100%;
}
#l_footer #link .wrap .sitemap dl dd {
  font-size: 0.75rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dd {
    display: none;
  }
}
#l_footer #link .wrap .sitemap dl dd ul li {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dd ul li {
    margin: 0;
    border-top: 1px solid #455977;
  }
}
#l_footer #link .wrap .sitemap dl dd ul li:first-child {
  margin-top: 0;
}
#l_footer #link .wrap .sitemap dl dd ul li a {
  position: relative;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dd ul li a {
    display: block;
    padding: 10px 15px;
  }
}
#l_footer #link .wrap .sitemap dl dd ul li a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 6px;
  width: 8px;
  height: 2px;
  background: #fff;
}
#l_footer #link .wrap .sitemap dl dd ul li a.target-blank span {
  position: relative;
}
#l_footer #link .wrap .sitemap dl dd ul li a.target-blank span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../img/i_blank_wh.svg") no-repeat center;
  background-size: 100%;
}
#l_footer #link .wrap .sitemap dl dd .requirements {
  margin: 0 10px 0 20px;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dd .requirements {
    display: flex;
    flex-wrap: wrap;
    margin: -2px 0 0 -2px;
    padding: 10px 15px 15px;
    border-top: 1px solid #455977;
  }
}
#l_footer #link .wrap .sitemap dl dd .requirements li {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dd .requirements li {
    border: none;
    width: 50%;
    padding: 2px 0 0 2px;
  }
}
#l_footer #link .wrap .sitemap dl dd .requirements li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dd .requirements li:first-child {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .sitemap dl dd .requirements li a {
    padding: 5px 8px;
    background: #455977;
  }
}
#l_footer #link .wrap .company {
  display: flex;
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .company {
    display: block;
    margin-top: 0;
    padding: 20px 15px 0;
  }
}
#l_footer #link .wrap .company .logo img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .company .logo img {
    width: 130px;
  }
}
#l_footer #link .wrap .company .info {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .company .info {
    margin: 10px 0 0 0;
  }
}
#l_footer #link .wrap .company .info em {
  font-style: normal;
}
#l_footer #link .wrap .company .copy {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #l_footer #link .wrap .company .copy {
    position: absolute;
    right: 15px;
    bottom: 1px;
  }
}

#page_blog #page-ttl {
  background: url("../img/blog/page-ttl.jpg") no-repeat center;
}
#page_blog #blog_detail .data {
  margin-right: 5px;
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex-shrink: 0;
}
#page_blog #blog_detail .data span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
#page_blog #blog_detail .data span.label {
  font-size: 0.75rem;
  background: #8e8c8c;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #page_blog #blog_detail .data span.label {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  #page_blog #blog_detail .data {
    margin: 0 0 5px;
  }
}

#page_company #page-ttl {
  background: url("../img/company/page-ttl.jpg") no-repeat center;
}
#page_company #page-ttl.title-ieg {
  background-image: url("../img/work/dokou/page-ttl.jpg");
}
#page_company #greeting .hr-greeting {
  margin-block-start: 140px;
}
@media screen and (max-width: 767px) {
  #page_company #greeting .hr-greeting {
    margin-block-start: 70px;
  }
}
#page_company #greeting h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #page_company #greeting h3 {
    margin-bottom: 15px;
  }
}
#page_company .message {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #page_company .message {
    margin: 15px 0;
  }
}
#page_company .message p {
  margin-top: 15px;
}
#page_company .message p:first-child {
  margin-top: 0;
}
#page_company .message p:last-child {
  margin-bottom: 0;
}
#page_company .name {
  text-align: right;
  letter-spacing: -0.4em;
}
#page_company .name > * {
  display: inline-block;
  letter-spacing: 0.05em;
}
#page_company .name dd {
  margin-left: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #page_company .name dd {
    font-size: 1.25rem;
  }
}
#page_company .name dd img {
  width: 120px;
  vertical-align: middle;
}
#page_company #philosophy {
  background: url("../img/company/philosophy_bg.gif") center;
}
@media screen and (max-width: 767px) {
  #page_company #philosophy {
    background-size: 195px auto;
  }
}
#page_company #philosophy * {
  color: #fff;
}
#page_company #philosophy .philosophy {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  #page_company #philosophy .philosophy {
    font-size: 1.25rem;
    text-align: center;
  }
}
#page_company #philosophy .philosophy p {
  margin-top: 30px;
}
#page_company #philosophy .philosophy p:first-child {
  margin-top: 0;
}
#page_company #philosophy .philosophy p span {
  position: relative;
}
#page_company #philosophy .philosophy p span:before {
  font-size: 1rem;
  content: "";
  position: absolute;
  margin: auto;
  content: "安全、技術など";
  width: 100%;
  text-align: center;
  bottom: -42px;
  border-top: 2px solid #fff;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #page_company #philosophy .philosophy p span:before {
    bottom: -32px;
    font-size: 0.75rem;
  }
}
#page_company .overview {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -30px;
}
@media screen and (max-width: 767px) {
  #page_company .overview {
    display: block;
    margin: 0 0 0 0;
  }
}
#page_company .overview > * {
  width: 50%;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  #page_company .overview > * {
    width: 100%;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #page_company .overview dl {
    display: flex;
  }
}
#page_company .overview dl dt {
  border-top: 1px solid #e0e0e0;
  padding: 15px 0 8px;
}
@media screen and (max-width: 767px) {
  #page_company .overview dl dt {
    flex-shrink: 0;
    width: 120px;
    padding: 13px 20px 13px 0;
  }
}
#page_company .overview dl dd {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #page_company .overview dl dd {
    flex-basis: auto;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    padding: 13px 0;
  }
}
#page_company .overview dl dd .m_btn_main {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page_company .overview dl dd .m_btn_main {
    margin-top: 10px;
  }
}
#page_company .link {
  display: flex;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #page_company .link {
    display: block;
    margin-top: 10px;
  }
}
#page_company .link .img {
  order: 2;
  margin-left: auto;
}
#page_company .link .img img {
  width: 345px;
}
#page_company .link .txt-box {
  order: 1;
  width: 100%;
  padding: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_company .link .txt-box {
    padding: 15px;
  }
}
#page_company .link .txt-box .read {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_company .link .txt-box .read {
    margin-bottom: 15px;
  }
}
#page_company .link .txt-box ul {
  letter-spacing: -0.4em;
}
#page_company .link .txt-box ul > * {
  display: inline-block;
  letter-spacing: 0.05em;
}
#page_company .link .txt-box ul li {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  #page_company .link .txt-box ul li {
    display: block;
    margin: 5px 0 0 0;
  }
}
#page_company #section-img {
  background: url("../img/company/section-img.jpg") no-repeat center;
}
#page_company #organization {
  background: #fff;
}
#page_company #organization img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #page_company #organization img {
    padding: 0 15px;
  }
}
#page_company #organization h3 {
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #page_company #organization h3 {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
#page_company .facility-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #page_company .facility-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#page_company .facility-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
}
#page_company .facility-item h3 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #page_company .facility-item h3 {
    font-size: 1rem;
  }
}
#page_company .facility-item img {
  width: 100%;
  height: auto;
}
#page_company .award-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  #page_company .award-list {
    gap: 40px;
  }
}
#page_company .award-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #page_company .award-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#page_company .award-item .img {
  order: 1;
}
#page_company .award-item h3 {
  font-size: 1.125rem;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_company .award-item h3 {
    font-size: 1rem;
  }
}
#page_company .award-item .txt {
  margin-block-start: 15px;
}
#page_company .award-item img {
  width: 100%;
  height: auto;
}
#page_company .history-cover {
  display: grid;
  grid-template-columns: 1fr;
  height: 600px;
  align-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_company .history-cover {
    height: 300px;
  }
}
#page_company .history-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page_company .fashion-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  #page_company .fashion-list {
    gap: 40px;
  }
}
#page_company .fashion-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  column-gap: 40px;
  row-gap: 5px;
}
@media screen and (max-width: 767px) {
  #page_company .fashion-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
#page_company .fashion-item .timeline {
  font-weight: bold;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  padding: 0 10px;
  border-radius: 1000px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #page_company .fashion-item .timeline {
    font-size: 12px;
  }
}
#page_company .fashion-item .era {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-block-start: 10px;
  padding-inline-start: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #page_company .fashion-item .era {
    padding: 0;
  }
}
#page_company .fashion-item .img {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  z-index: 1;
}
#page_company .fashion-item .detail {
  grid-column: 2/3;
  grid-row: 1/3;
}
#page_company .fashion-item h3 {
  font-size: 1.125rem;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_company .fashion-item h3 {
    font-size: 1rem;
  }
}
#page_company .fashion-item .txt {
  margin-block-start: 15px;
}
#page_company .fashion-item img {
  width: 100%;
  height: auto;
}
#page_company.page-group-ieg .message {
  margin-block-start: 0;
}

.works-gallery {
  overflow: hidden;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .works-gallery {
    margin: 20px 0;
  }
}
.works-gallery .gallery-track {
  display: flex;
}
.works-gallery .gallery-container {
  display: flex;
  flex-shrink: 0;
  animation: slideLeft 80s linear infinite;
  will-change: transform;
  transform: translateZ(0);
  gap: 1px;
}
.works-gallery .gallery-container > div {
  flex: 0 0 auto;
  position: relative;
}
.works-gallery .gallery-container > div img {
  height: 400px;
  width: auto;
  object-fit: cover;
  display: block;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .works-gallery .gallery-container > div img {
    height: 300px;
  }
}
.works-gallery .gallery-container > div .item-name {
  text-align: center;
  padding: 5px 10px;
  font-size: 0.75rem;
  color: white;
  background: rgb(0, 0, 0);
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.connect {
  margin-block-start: 60px;
}
.connect-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-block-start: 20px;
}
@media screen and (max-width: 767px) {
  .connect-container {
    grid-template-columns: 1fr;
  }
}
.connect-container > div {
  border-style: solid;
  border-width: 2px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.connect-container > div:first-child {
  border-color: #345d9d;
}
.connect-container > div:first-child h4 {
  color: #345d9d;
}
.connect-container > div:last-child {
  border-color: #7CADC2;
  position: relative;
}
.connect-container > div:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #333;
}
@media screen and (max-width: 767px) {
  .connect-container > div:last-child::before {
    top: -32px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.connect-container > div:last-child h4 {
  color: #7CADC2;
}
.connect-container > div h4 {
  font-size: 1.125rem;
  margin-block-end: 15px;
}
.connect-container > div ul {
  list-style-type: disc;
  padding-inline-start: 20px;
}

.hikaku .table-wrap {
  margin-block-start: 20px;
  overflow-x: auto;
  width: 100%;
}
.hikaku-table {
  width: 100%;
  border-collapse: collapse;
}
.hikaku th, .hikaku td {
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 150px;
}
.hikaku th {
  background-color: #345d9d;
  color: #fff;
}
.hikaku th:first-child {
  white-space: nowrap;
}
.hikaku td {
  background-color: #fff;
  color: #000;
}
.hikaku td:first-child {
  white-space: nowrap;
  background-color: #eff1f3;
  font-weight: bold;
}

#page_contact .read {
  text-align: center;
}
#page_contact .thanks {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #page_contact .thanks {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
#page_contact .btn {
  text-align: center;
}

#page_information #page-ttl {
  background: url("../img/information/page-ttl.jpg") no-repeat center;
}
#page_information #information_detail .data {
  margin-right: 5px;
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex-shrink: 0;
}
#page_information #information_detail .data span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
#page_information #information_detail .data span.label {
  font-size: 0.75rem;
  background: #8e8c8c;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #page_information #information_detail .data span.label {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  #page_information #information_detail .data {
    margin: 0 0 5px;
  }
}

#page_person #page-ttl {
  background: url("../img/person/page-ttl.jpg") no-repeat center;
}
#page_person #interview .youtube {
  margin-bottom: 50px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  padding: 20px 30px 30px;
}
@media screen and (max-width: 767px) {
  #page_person #interview .youtube {
    margin-bottom: 20px;
    padding: 10px 10px 10px;
  }
}
#page_person #interview .youtube h3 {
  font-size: 1.875rem;
  color: #345d9d;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_person #interview .youtube h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
#page_person #interview .youtube .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#page_person #interview .youtube .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#page_person #interview_detail #person {
  position: relative;
}
#page_person #interview_detail #person .en {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 6.25rem;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  line-height: 1;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .en {
    font-size: 3.125rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
#page_person #interview_detail #person .img {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .img {
    padding-top: 25px;
  }
}
#page_person #interview_detail #person .img .inner {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
#page_person #interview_detail #person .img .inner .en {
  top: -50px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .img .inner .en {
    top: -25px;
  }
}
#page_person #interview_detail #person .img .inner .award {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  width: 100%;
  padding: 3px 20px 5px 240px;
  background: linear-gradient(45deg, rgb(242, 197, 62) 0%, rgb(246, 226, 117) 29%, rgb(242, 197, 62) 64%, rgb(246, 226, 117) 100%);
  text-shadow: 0px 1px 3px #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .img .inner .award {
    font-size: 0.875rem;
    z-index: 2;
    padding: 3px 20px;
    text-align: center;
  }
}
#page_person #interview_detail #person .name-box {
  position: relative;
}
#page_person #interview_detail #person .name-box .name {
  font-size: 1.5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 165px;
  height: 165px;
  padding-top: 40px;
  background: #345d9d;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .name-box .name {
    font-size: 1.25rem;
    position: static;
    width: 100%;
    height: auto;
    padding: 0 0 13px;
    line-height: 1.3;
  }
}
#page_person #interview_detail #person .name-box .name span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .name-box .name span {
    font-size: 0.625rem;
  }
}
#page_person #interview_detail #person .name-box .catch {
  font-size: 1.75rem;
  color: #345d9d;
  font-weight: 500;
  padding: 20px 0 0 240px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .name-box .catch {
    font-size: 1.125rem;
    padding: 15px 0 0 0;
    text-align: center;
  }
}
#page_person #interview_detail #person .profile {
  position: relative;
  padding: 40px 30px 40px 200px;
  margin-top: 50px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .profile {
    margin-top: 20px;
    padding: 15px 10px 15px 100px;
  }
}
#page_person #interview_detail #person .profile .face {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .profile .face {
    width: 70px;
    height: 70px;
    left: 15px;
  }
}
#page_person #interview_detail #person .profile .face img {
  width: 100%;
}
#page_person #interview_detail #person .profile .type {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .profile .type {
    font-size: 0.625rem;
  }
}
#page_person #interview_detail #person .profile .name {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .profile .name {
    font-size: 1.125rem;
  }
}
#page_person #interview_detail #person .profile .name span {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.125rem;
  color: #345d9d;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #person .profile .name span {
    font-size: 0.75rem;
    padding-left: 10px;
  }
}
#page_person #interview_detail #person .alternative {
  text-align: center;
  padding-top: 40px;
}
#page_person #interview_detail #training .row2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #training .row2 {
    display: block;
    margin: 0 0 0 0;
  }
}
#page_person #interview_detail #training .row2 > * {
  width: 50%;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  #page_person #interview_detail #training .row2 > * {
    width: 100%;
    padding: 0 0 0 0;
  }
}
#page_person #symposium .read {
  color: #345d9d;
  text-align: center;
  font-weight: 500;
}
#page_person #symposium .person {
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -30px;
}
@media screen and (max-width: 767px) {
  #page_person #symposium .person {
    margin: 0 0 0 -5px;
  }
}
#page_person #symposium .person > * {
  width: 50%;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  #page_person #symposium .person > * {
    width: 50%;
    padding: 0 0 0 5px;
  }
}
#page_person #symposium .person .inner {
  position: relative;
  background: url("../img/person/symposium/person_bg.gif") no-repeat #345d9d center top;
  background-size: 100% auto;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  #page_person #symposium .person .inner img {
    width: 140px;
  }
}
#page_person #symposium .person .inner .name {
  font-size: 1rem;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_person #symposium .person .inner .name {
    font-size: 0.875rem;
    bottom: 10px;
  }
}
#page_person #symposium ol dd p {
  display: block;
  position: relative;
  min-height: 79px;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  #page_person #symposium ol dd p {
    padding-left: 75px;
  }
}
#page_person #symposium ol dd p + p {
  margin-top: 15px;
}
#page_person #symposium ol dd p:before {
  font-size: 0.6875rem;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 60px;
  background-size: 60px !important;
  font-weight: 500;
  text-align: center;
  padding-top: 60px;
}
#page_person #symposium ol dd p.both:before {
  content: "K・G";
  background: url("../img/person/symposium/faq_both.png") no-repeat center top;
}
#page_person #symposium ol dd p.koide:before {
  content: "Kさん";
  background: url("../img/person/symposium/faq_koide.png") no-repeat center top;
}
#page_person #symposium ol dd p.gotou:before {
  content: "Gさん";
  background: url("../img/person/symposium/faq_gotou.png") no-repeat center top;
}
#page_person #symposium ol dd p.carrer-i:before {
  content: "Iさん";
  background: url("../img/person/symposium/faq_i.png") no-repeat center top;
}
#page_person #symposium ol dd p.carrer-y:before {
  content: "Yさん";
  background: url("../img/person/symposium/faq_y.png") no-repeat center top;
}
#page_person #symposium ol dd p.carrer-o:before {
  content: "Oさん";
  background: url("../img/person/symposium/faq_o.png") no-repeat center top;
}
#page_person #message section {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  #page_person #message section {
    padding: 70px 0 0 0;
  }
}
#page_person #message section:last-child {
  padding: 70px 0 120px;
}
@media screen and (max-width: 767px) {
  #page_person #message section:last-child {
    padding: 70px 0;
  }
}
#page_person #message .u_h2 {
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page_person #message .u_h2 {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}
#page_person #message .u_h2 img {
  width: 66px;
}
@media screen and (max-width: 767px) {
  #page_person #message .u_h2 img {
    width: 50px;
  }
}
#page_person #message .u_h2 span {
  display: block;
  margin-top: 10px;
}
#page_person #message .enquete ol {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -5px;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete ol {
    display: block;
    margin: -5px 0 0 0;
  }
}
#page_person #message .enquete ol > * {
  width: 33.3333333333%;
  padding: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete ol > * {
    width: 100%;
    padding: 5px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete ol {
    font-size: 0.875rem;
    text-align: left;
  }
}
#page_person #message .enquete ol li .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 30px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete ol li .inner {
    display: block;
    padding: 15px 0 15px 75px;
  }
}
#page_person #message .enquete ol li .inner:before {
  content: "";
  position: absolute;
  margin: auto;
  top: -22px;
  right: 0;
  left: 0;
  width: 54px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete ol li .inner:before {
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    width: 45px;
    height: 38px;
  }
}
#page_person #message .enquete ol li.one .inner {
  background: #b79e5c;
}
#page_person #message .enquete ol li.one .inner:before {
  background: url("../img/person/message/cmn_ranking01.png") no-repeat center;
  background-size: 54px auto;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete ol li.one .inner:before {
    background-size: 45px auto;
  }
}
#page_person #message .enquete ol li.two .inner {
  background: #8d8d8d;
}
#page_person #message .enquete ol li.two .inner:before {
  background: url("../img/person/message/cmn_ranking02.png") no-repeat center;
  background-size: 54px auto;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete ol li.two .inner:before {
    background-size: 45px auto;
  }
}
#page_person #message .enquete ol li.three .inner {
  background: #c18b7f;
}
#page_person #message .enquete ol li.three .inner:before {
  background: url("../img/person/message/cmn_ranking03.png") no-repeat center;
  background-size: 54px auto;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete ol li.three .inner:before {
    background-size: 45px auto;
  }
}
#page_person #message .enquete .detail {
  display: flex;
  background: #fff;
  border: 2px solid #e0e0e0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete .detail {
    display: block;
  }
}
#page_person #message .enquete .detail .img-box {
  margin-left: auto;
}
#page_person #message .enquete .detail .txt-box {
  font-size: 1rem;
  padding: 35px 35px 0;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete .detail .txt-box {
    font-size: 0.75rem;
    padding: 15px;
  }
}
#page_person #message .enquete .detail .txt-box ul li {
  position: relative;
  padding-left: 1em;
}
#page_person #message .enquete .detail .txt-box ul li:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
@media screen and (max-width: 767px) {
  #page_person #message .enquete .detail .txt-box ul li:before {
    top: 9px;
  }
}
#page_person #message .enquete .detail.reverse .img-box {
  order: 2;
}
#page_person #message .enquete .detail.reverse .txt-box {
  order: 1;
}
#page_person #message #intro {
  text-align: center;
}
#page_person #message #intro .end {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  #page_person #message #intro .end {
    margin: 15px 0 0;
  }
}
#page_person #message #intro ul {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -5px;
}
@media screen and (max-width: 767px) {
  #page_person #message #intro ul {
    display: block;
    margin: -5px 0 0 0;
  }
}
#page_person #message #intro ul > * {
  width: 20%;
  padding: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  #page_person #message #intro ul > * {
    width: 100%;
    padding: 5px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #page_person #message #intro ul {
    font-size: 0.875rem;
  }
}
#page_person #message #intro ul li a {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  #page_person #message #intro ul li a {
    padding: 15px 0;
  }
}
#page_person #message #intro ul li a img {
  width: 66px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page_person #message #intro ul li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 40px;
  }
}
#page_person #message #intro ul li a span {
  display: block;
  margin-top: 7px;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_person #message #intro ul li a span {
    margin-top: 0;
  }
}

.person_message {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .person_message {
    font-size: 0.875rem;
    text-align: left;
  }
}

.person-zadankai {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .person-zadankai {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.person-zadankai .thumb img {
  width: 100%;
  height: auto;
}
.person-zadankai h3 {
  font-size: 1.125rem;
  color: #345d9d;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .person-zadankai h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.person-zadankai .sankasha {
  margin-block-start: 20px;
}
@media screen and (max-width: 767px) {
  .person-zadankai .sankasha {
    margin-block-start: 10px;
  }
}
.person-zadankai .sankasha dt {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .person-zadankai .sankasha dt {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.person-zadankai .m_btn_main {
  margin-block-start: 40px;
}
@media screen and (max-width: 767px) {
  .person-zadankai .m_btn_main {
    margin-block-start: 20px;
  }
}

#page_recruit #page-ttl {
  background: url("../img/recruit/page-ttl.jpg") no-repeat center;
}
#page_recruit #page-ttl.new-graduates {
  background: url("../img/recruit/new-graduates/page-ttl.jpg") no-repeat center;
}
#page_recruit #page-ttl.career {
  background: url("../img/recruit/career/page-ttl.jpg") no-repeat center;
}
#page_recruit #page-ttl.parent {
  background: url("../img/recruit/parent/page-ttl.jpg") no-repeat center;
}
#page_recruit #page-ttl.teacher {
  background: url("../img/recruit/teacher/page-ttl.jpg") no-repeat center;
}
#page_recruit #page-ttl.charm {
  background: url("../img/recruit/charm/page-ttl.jpg") no-repeat center;
}
#page_recruit #page-ttl.tour {
  background: url("../img/recruit/tour/page-ttl.jpg") no-repeat center;
}
#page_recruit #new-graduates01 #message .catch,
#page_recruit #new-graduates02 #message .catch,
#page_recruit #new-graduates03 #message .catch,
#page_recruit #parent01 #message .catch,
#page_recruit #teacher01 #message .catch {
  font-size: 2.125rem;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #page_recruit #new-graduates01 #message .catch,
  #page_recruit #new-graduates02 #message .catch,
  #page_recruit #new-graduates03 #message .catch,
  #page_recruit #parent01 #message .catch,
  #page_recruit #teacher01 #message .catch {
    font-size: 1.5rem;
    margin: 20px 0 15px;
  }
}
#page_recruit #new-graduates01 #mood .img,
#page_recruit #new-graduates02 #mood .img,
#page_recruit #new-graduates03 #mood .img,
#page_recruit #parent01 #mood .img,
#page_recruit #teacher01 #mood .img {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#page_recruit #new-graduates01 #mood .img li,
#page_recruit #new-graduates02 #mood .img li,
#page_recruit #new-graduates03 #mood .img li,
#page_recruit #parent01 #mood .img li,
#page_recruit #teacher01 #mood .img li {
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  #page_recruit #new-graduates01 #mood .img li,
  #page_recruit #new-graduates02 #mood .img li,
  #page_recruit #new-graduates03 #mood .img li,
  #page_recruit #parent01 #mood .img li,
  #page_recruit #teacher01 #mood .img li {
    width: 32%;
  }
}
#page_recruit #new-graduates01 #insurance em,
#page_recruit #new-graduates02 #insurance em,
#page_recruit #new-graduates03 #insurance em,
#page_recruit #parent01 #insurance em,
#page_recruit #teacher01 #insurance em {
  font-style: normal;
  color: #c0354c;
}
#page_recruit #new-graduates01 #business .catch,
#page_recruit #new-graduates02 #business .catch,
#page_recruit #new-graduates03 #business .catch,
#page_recruit #parent01 #business .catch,
#page_recruit #teacher01 #business .catch {
  font-size: 2.125rem;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #page_recruit #new-graduates01 #business .catch,
  #page_recruit #new-graduates02 #business .catch,
  #page_recruit #new-graduates03 #business .catch,
  #page_recruit #parent01 #business .catch,
  #page_recruit #teacher01 #business .catch {
    font-size: 1.5rem;
    margin: 20px 0 15px;
  }
}
#page_recruit #new-graduates01 #business h4,
#page_recruit #new-graduates02 #business h4,
#page_recruit #new-graduates03 #business h4,
#page_recruit #parent01 #business h4,
#page_recruit #teacher01 #business h4 {
  margin: 40px 0 15px;
}
@media screen and (max-width: 767px) {
  #page_recruit #new-graduates01 #business h4,
  #page_recruit #new-graduates02 #business h4,
  #page_recruit #new-graduates03 #business h4,
  #page_recruit #parent01 #business h4,
  #page_recruit #teacher01 #business h4 {
    margin: 20px 0 10px;
  }
}
#page_recruit #new-graduates01 #business .group,
#page_recruit #new-graduates02 #business .group,
#page_recruit #new-graduates03 #business .group,
#page_recruit #parent01 #business .group,
#page_recruit #teacher01 #business .group {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_recruit #new-graduates01 #business .group,
  #page_recruit #new-graduates02 #business .group,
  #page_recruit #new-graduates03 #business .group,
  #page_recruit #parent01 #business .group,
  #page_recruit #teacher01 #business .group {
    margin-top: 20px;
  }
}
#page_recruit #new-graduates01 #business .group h4,
#page_recruit #new-graduates02 #business .group h4,
#page_recruit #new-graduates03 #business .group h4,
#page_recruit #parent01 #business .group h4,
#page_recruit #teacher01 #business .group h4 {
  margin-top: 0;
}
#page_recruit #new-graduates01 #tour .btn,
#page_recruit #new-graduates02 #tour .btn,
#page_recruit #new-graduates03 #tour .btn,
#page_recruit #parent01 #tour .btn,
#page_recruit #teacher01 #tour .btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #page_recruit #new-graduates01 #tour .btn,
  #page_recruit #new-graduates02 #tour .btn,
  #page_recruit #new-graduates03 #tour .btn,
  #page_recruit #parent01 #tour .btn,
  #page_recruit #teacher01 #tour .btn {
    margin-top: 15px;
  }
}
#page_recruit #parent01 #education .flow {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page_recruit #parent01 #education .flow {
    margin-top: 30px;
  }
}
#page_recruit #parent01 #education .flow p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #page_recruit #parent01 #education .flow p {
    margin-top: 15px;
  }
}
#page_recruit #parent01 #education .img {
  display: flex;
  justify-content: space-between;
  margin: 50px -10px 0;
}
@media screen and (max-width: 767px) {
  #page_recruit #parent01 #education .img {
    display: block;
    margin: 20px 0 0;
  }
}
#page_recruit #parent01 #education .img li {
  width: 33.3%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #page_recruit #parent01 #education .img li {
    width: 100%;
    padding: 10px 0 0;
  }
}
#page_recruit #parent01 #education .img li img {
  width: 100%;
}
#page_recruit #teacher01 #tour .btn {
  margin-top: 20px;
}
#page_recruit #new-graduates02 {
  background: url("../img/recruit/new-graduates/section-img.jpg") no-repeat center;
}
#page_recruit #faq {
  font-weight: 500;
}
#page_recruit #faq .read {
  text-align: center;
}
#page_recruit #faq dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page_recruit #faq dl + dl {
    margin-top: 10px;
  }
}
#page_recruit #faq dl dt,
#page_recruit #faq dl dd {
  font-size: 1rem;
  position: relative;
  color: #345d9d;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  background: #fff;
  padding: 25px 25px 25px 80px;
}
@media screen and (max-width: 767px) {
  #page_recruit #faq dl dt,
  #page_recruit #faq dl dd {
    font-size: 0.75rem;
    padding: 15px 15px 15px 40px;
  }
}
#page_recruit #faq dl dt:before,
#page_recruit #faq dl dd:before {
  font-size: 1.25rem;
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  content: "";
  position: absolute;
  margin: auto;
  content: "Q";
  bottom: 0;
  top: 0;
  left: 0;
  width: 50px;
  background: #345d9d;
  color: #fff;
  padding: 20px 18px;
}
@media screen and (max-width: 767px) {
  #page_recruit #faq dl dt:before,
  #page_recruit #faq dl dd:before {
    font-size: 0.875rem;
    width: 30px;
    padding: 11px 9px;
  }
}
#page_recruit #faq dl dt {
  cursor: pointer;
}
#page_recruit #faq dl dt:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  background: url("../img/i_arr.svg") no-repeat center;
  background-size: 100%;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #page_recruit #faq dl dt:after {
    right: 15px;
  }
}
#page_recruit #faq dl dt.acc-active:after {
  transform: rotate(-90deg);
}
#page_recruit #faq dl dd {
  display: none;
  color: #c0354c;
  border-top: 1px solid #e0e0e0;
}
#page_recruit #faq dl dd:before {
  content: "A";
  background: #c0354c;
}
#page_recruit #faq .contact {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_recruit #faq .contact {
    margin-top: 30px;
  }
}
#page_recruit #charm01 #education .system {
  margin-top: 50px;
}
#page_recruit #charm01 #education .system h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
#page_recruit #charm01 #education .system .img {
  margin-top: 20px;
}
#page_recruit #charm01 #allowance dl {
  display: flex;
  margin-top: 15px;
}
#page_recruit #charm01 #allowance dl dt {
  flex-shrink: 0;
  margin-right: 20px;
}
#page_recruit #charm01 #allowance dl dd {
  flex-basis: auto;
}
#page_recruit #charm02 {
  background: url("../img/recruit/charm/section-img.jpg") no-repeat center;
}
#page_recruit #charm03 #welfare .row4 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 767px) {
  #page_recruit #charm03 #welfare .row4 {
    display: block;
    margin: -10px 0 0 0;
  }
}
#page_recruit #charm03 #welfare .row4 > * {
  width: 25%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #page_recruit #charm03 #welfare .row4 > * {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
#page_recruit #charm03 #welfare .row4 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  height: 100%;
  padding: 30px 0;
}
#page_recruit #charm03 #welfare .row4 .box h3 {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
#page_recruit #charm03 #schedule table {
  border-bottom: 1px solid #e0e0e0;
}
#page_recruit #charm03 #schedule table th,
#page_recruit #charm03 #schedule table td {
  padding: 10px 20px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
#page_recruit #charm03 #schedule table th:first-child,
#page_recruit #charm03 #schedule table td:first-child {
  border-left: none;
}
#page_recruit #charm03 #schedule table .time {
  font-weight: 500;
}
#page_recruit #charm03 #schedule table thead {
  background: #345d9d;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_recruit #charm03 #schedule table thead {
    display: none;
  }
}
#page_recruit #charm03 #schedule table thead th {
  text-align: center;
}
#page_recruit #charm03 #schedule table .double th,
#page_recruit #charm03 #schedule table .double td {
  border-top: 3px double #e0e0e0;
}
#page_recruit #charm03 #flow ol li {
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
#page_recruit #charm03 #flow ol li + li {
  margin-top: 10px;
}
#page_recruit #charm03 #flow ol li.step1 {
  background: #7dadc3;
}
#page_recruit #charm03 #flow ol li.step1 .step {
  color: #7dadc3;
}
#page_recruit #charm03 #flow ol li.step2 {
  background: #6a95b9;
}
#page_recruit #charm03 #flow ol li.step2 .step {
  color: #6a95b9;
}
#page_recruit #charm03 #flow ol li.step3 {
  background: #5877a8;
}
#page_recruit #charm03 #flow ol li.step3 .step {
  color: #5877a8;
}
#page_recruit #charm03 #flow ol li.step4 {
  background: #345d9d;
}
#page_recruit #charm03 #flow ol li.step4 .step {
  color: #345d9d;
}
#page_recruit #charm03 #flow ol li .step {
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  padding: 5px 30px;
  background: #fff;
  border-radius: 50px;
}
#page_recruit #charm03 #flow ol li h3 {
  font-size: 1.375rem;
  margin: 10px 0;
}
#page_recruit #tour #program ul li dt {
  width: 250px;
}
@media screen and (max-width: 767px) {
  #page_recruit #tour #program ul li dt {
    width: 90px;
  }
}
#page_recruit #tour #enquete .row2 {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
@media screen and (max-width: 767px) {
  #page_recruit #tour #enquete .row2 {
    display: block;
    margin: -10px 0 0 0;
  }
}
#page_recruit #tour #enquete .row2 > * {
  width: 50%;
  padding: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  #page_recruit #tour #enquete .row2 > * {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
#page_recruit #tour #entry .btn, #page_recruit #tour #program .btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #page_recruit #tour #entry .btn, #page_recruit #tour #program .btn {
    margin-top: 15px;
  }
}
#page_recruit #tour #consultation .group {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #page_recruit #tour #consultation .group {
    margin: 20px 0;
  }
}
#page_recruit #tour #consultation .group ul {
  border-top: 1px solid #e0e0e0;
  font-weight: 500;
}
#page_recruit #tour #consultation .group ul li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 17px 20px 17px 56px;
}
@media screen and (max-width: 767px) {
  #page_recruit #tour #consultation .group ul li {
    padding: 15px 5px 15px 50px;
  }
}
#page_recruit #tour #consultation .group ul li:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  background: url("../img/recruit/tour/conslutation_blow_bk.svg") no-repeat center;
  background-size: 100% auto;
}
#page_recruit #tour #consultation .group .img-box {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #page_recruit #tour #consultation .group .img-box {
    padding-top: 20px;
  }
}
#page_recruit #tour #consultation .btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #page_recruit #tour #consultation .btn {
    margin-top: 15px;
  }
}
#page_recruit #entry .read {
  text-align: center;
}
#page_recruit #entry .thanks {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #page_recruit #entry .thanks {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
#page_recruit #entry .btn {
  text-align: center;
}

.recruit-item-link {
  margin-block-start: 140px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-item-link {
    margin-block-start: 70px;
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.recruit-item-link-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .recruit-item-link-box {
    padding: 20px;
  }
}
.recruit-item-link-box h2 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-item-link-box h2 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.recruit-item-link-box-inner {
  display: flex;
  flex-direction: column;
}
.recruit-item-link .thumb {
  width: 100%;
  max-height: 260px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-item-link .thumb {
    margin-bottom: 10px;
  }
}
.recruit-item-link .thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.recruit-item-link .m_btn_main {
  text-align: center;
}

.child-link {
  list-style-type: none;
  margin-block-end: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.child-link li {
  position: relative;
  padding-left: 12px;
}
.child-link li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #345d9d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.enchantment-dec {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .enchantment-dec {
    text-align: left;
    font-size: 14px;
  }
}

.enchantment-link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style-type: none;
  margin-block-start: 40px;
}
@media screen and (max-width: 767px) {
  .enchantment-link {
    grid-template-columns: 1fr;
    margin-block-start: 20px;
  }
}
.enchantment-link.--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .enchantment-link.--col-2 {
    grid-template-columns: 1fr;
  }
}
.enchantment-link.--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .enchantment-link.--col-3 {
    grid-template-columns: 1fr;
  }
}
.enchantment-link li a {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #345d9d;
  display: block;
  padding: 15px 10px;
  text-align: center;
}
.enchantment-link li a:hover {
  background: #345d9d;
  color: #fff;
  opacity: 1;
}

.enchantment-image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  margin-block-start: 40px;
}
@media screen and (max-width: 767px) {
  .enchantment-image {
    margin-block-start: 20px;
    height: 240px;
  }
}
.enchantment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.enchantment-btns {
  display: flex;
  justify-content: center;
  margin-block-start: 40px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .enchantment-btns {
    flex-direction: column;
    margin-block-start: 20px;
    gap: 10px;
  }
}

.enchantment-airwork {
  margin-block-start: 140px;
  max-width: 780px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .enchantment-airwork {
    margin-block-start: 70px;
  }
}

.airwork-btn {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
}
.airwork-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(27, 42, 64, 0.8);
  z-index: 2;
}
.airwork-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  grid-row: 1/3;
  grid-column: 1/3;
  position: relative;
  z-index: 1;
}
.airwork-btn .sub-title {
  grid-row: 1/3;
  grid-column: 1/3;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  align-self: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .airwork-btn .sub-title {
    font-size: 1rem;
  }
}
.airwork-btn .sub-title .blank {
  position: relative;
}
.airwork-btn .sub-title .blank:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url(../img/i_blank_wh.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .airwork-btn .sub-title .blank:after {
    width: 16px;
    height: 16px;
    right: -20px;
  }
}

.recruit-catch {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .recruit-catch {
    text-align: left;
    font-size: 14px;
  }
}
.recruit-catch__copy {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-catch__copy {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.recruit-catch p + p {
  margin-top: 1em;
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .reason-list {
    grid-template-columns: 1fr;
  }
}

.reason-item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .reason-item {
    padding: 20px;
  }
}
.reason-item h3 {
  font-size: 1.125rem;
  margin-bottom: 15px;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  .reason-item h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.reason-item p {
  line-height: 1.8;
}

.benefits h3 {
  margin-bottom: 20px;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.benefits-item {
  padding: 30px 0;
  border-bottom: 1px dotted #e0e0e0;
  display: grid;
  grid-template-columns: 300px 1fr;
}
@media screen and (max-width: 767px) {
  .benefits-item {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
}
.benefits-item > div:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  .benefits-item > div:first-child {
    font-size: 16px;
  }
}

.layout-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .layout-col-3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lesson-item .lesson-item__img {
  margin-block-end: 15px;
  height: 200px;
  overflow: hidden;
}
.lesson-item .lesson-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lesson-item h3 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .lesson-item h3 {
    font-size: 0.875rem;
  }
}
.lesson-item img {
  max-width: 100%;
}

.lesson-post {
  margin-block-start: 40px;
}

.competition h3 {
  margin-block-end: 20px;
}

.tour-post {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block-start: 40px;
}
@media screen and (max-width: 767px) {
  .tour-post {
    gap: 15px;
    margin-block-start: 20px;
  }
}

.tour-item {
  display: flex block;
  padding-block: 15px;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tour-item {
    flex-direction: column;
    padding-block: 10px;
  }
}
.tour-item__date {
  flex: 0 0 120px;
  font-size: 1em;
  color: #999;
}
@media screen and (max-width: 767px) {
  .tour-item__date {
    flex: 0 0 auto;
    font-size: 0.875rem;
  }
}
.tour-item h3 {
  font-size: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .tour-item h3 {
    display: block;
    overflow: visible;
    -webkit-line-clamp: none;
    -webkit-box-orient: initial;
  }
}

#page_top #main-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/top/main-img_bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_top #main-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/top/main-img_bg_sp.jpg") no-repeat center;
    background-size: auto 100%;
  }
}
#page_top #main-img .wrap {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s, transform 0.5s;
}
#page_top #main-img .wrap.is-load {
  opacity: 1;
  transform: translateY(0);
}
#page_top #main-img .wrap .catch {
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page_top #main-img .wrap .catch {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page_top #main-img .wrap .read {
    padding-right: 30%;
  }
}
#page_top #main-img .scroll {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_top #main-img .scroll {
    font-size: 0.5rem;
    bottom: 10px;
  }
}
#page_top #main-img .scroll a {
  display: inline-block;
  position: relative;
  padding-top: 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_top #main-img .scroll a {
    padding-top: 38px;
  }
}
#page_top #main-img .scroll a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #page_top #main-img .scroll a:before {
    left: 7px;
    width: 20px;
    height: 34px;
  }
}
#page_top #main-img .scroll a:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 24px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50px;
  animation: scroll 2s infinite;
}
@media screen and (max-width: 767px) {
  #page_top #main-img .scroll a:after {
    top: 5px;
    left: 15px;
    width: 4px;
    height: 4px;
  }
}
#page_top #information {
  position: absolute;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #page_top #information {
    position: relative;
    transform: translateY(0);
  }
}
#page_top #information .wrap {
  display: flex;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #page_top #information .wrap {
    display: block;
    padding: 0;
  }
}
#page_top #information .wrap h2 {
  font-size: 1rem;
  flex-shrink: 0;
  background: #345d9d;
  padding: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_top #information .wrap h2 {
    font-size: 0.75rem;
    padding: 8px 15px;
  }
}
#page_top #information .wrap ul {
  width: 100%;
}
#page_top #information .wrap ul li:nth-child(n+2) {
  display: none;
}
#page_top #information .wrap ul li a {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #information .wrap ul li a {
    display: block;
    padding: 10px 15px;
  }
}
#page_top #information .wrap ul li a .data {
  margin-right: 5px;
  font-family: "Ubuntu", "Noto Sans Japanese", YuGothic, "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex-shrink: 0;
}
#page_top #information .wrap ul li a .data span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
#page_top #information .wrap ul li a .data span.label {
  font-size: 0.75rem;
  background: #8e8c8c;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #page_top #information .wrap ul li a .data span.label {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  #page_top #information .wrap ul li a .data {
    margin: 0 0 5px;
  }
}
#page_top #information .wrap .btn {
  flex-shrink: 0;
  padding: 20px;
  border-left: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  #page_top #information .wrap .btn {
    text-align: center;
    padding: 0;
    border-left: none;
    border-top: 1px solid #e0e0e0;
  }
}
#page_top #information .wrap .btn a {
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_top #information .wrap .btn a {
    display: block;
    padding: 8px 15px;
  }
}
#page_top #information .wrap .btn a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #page_top #information .wrap .btn a:after {
    top: 3px;
  }
}
#page_top #company {
  position: relative;
  z-index: 1;
  background: url("../img/bg_lattice.gif") #fafafa no-repeat center top;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  #page_top #company {
    background-size: 150% auto;
    background-attachment: scroll;
  }
}
#page_top #company .home-company-copy {
  font-size: 2rem;
  font-weight: bold;
  margin-block-end: 0.5rem;
  margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-copy {
    font-size: 1.2rem;
    margin-block-start: 1rem;
  }
}
#page_top #company ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
@media screen and (max-width: 767px) {
  #page_top #company ul {
    display: block;
    margin: -5px 0 0 0;
  }
}
#page_top #company ul > * {
  width: 25%;
  padding: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  #page_top #company ul > * {
    width: 100%;
    padding: 5px 0 0 0;
  }
}
#page_top #company ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  #page_top #company ul li {
    width: 100%;
  }
}
#page_top #company ul li.push {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #page_top #company ul li.push {
    width: 100%;
  }
}
#page_top #company ul li.push a {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #page_top #company ul li.push a {
    padding-top: 35px;
  }
}
#page_top #company ul li.greeting a {
  background: linear-gradient(50deg, rgb(255, 255, 255) 18%, rgb(227, 216, 201) 67%, rgb(227, 216, 201) 100%);
}
#page_top #company ul li.greeting a img {
  top: auto;
  right: -20px;
  bottom: 0;
  width: 255px;
}
@media screen and (max-width: 767px) {
  #page_top #company ul li.greeting a img {
    right: 10px;
    width: 130px;
  }
}
#page_top #company ul li.philosophy a {
  background: linear-gradient(30deg, rgb(255, 255, 255) 18%, rgb(99, 135, 200) 67%, rgb(52, 93, 157) 100%);
}
#page_top #company ul li.philosophy a img {
  right: 30px;
  top: 50px;
  width: 220px;
}
@media screen and (max-width: 767px) {
  #page_top #company ul li.philosophy a img {
    top: 47px;
    right: 17px;
    width: 125px;
  }
}
#page_top #company ul li a {
  display: block;
  position: relative;
  padding: 70px 20px 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #page_top #company ul li a {
    padding: 30px 15px;
  }
}
#page_top #company ul li a img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  #page_top #company ul li a img {
    top: 32px;
    width: 50px;
  }
}
#page_top #company ul li a dl dt {
  font-size: 1.125rem;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_top #company ul li a dl dt {
    font-size: 1rem;
  }
}
#page_top #company ul li a dl dt:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #page_top #company ul li a dl dt:after {
    margin-left: 1px;
  }
}
#page_top #company .home-company-history {
  margin-block-start: 140px;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-history {
    margin-block-end: 70px;
  }
}
#page_top #company .home-company-history-grid {
  display: grid;
  gap: 20px;
  grid-template: "history awards" 50% "history work-clothes" 50%/50% 50%;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-history-grid {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
#page_top #company .home-company-history-grid-item {
  display: block;
  position: relative;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-history-grid-item {
    padding: 30px 15px;
  }
}
#page_top #company .home-company-history-grid-item img {
  position: absolute;
  right: 20px;
  inset-block: 50%;
  margin-block: auto;
  width: 40px;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-history-grid-item img {
    top: 32px;
    width: 50px;
  }
}
#page_top #company .home-company-history-grid-item dl dt {
  font-size: 1.125rem;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-history-grid-item dl dt {
    font-size: 1rem;
  }
}
#page_top #company .home-company-history-grid-item dl dt:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-history-grid-item dl dt:after {
    margin-left: 1px;
  }
}
#page_top #company .home-company-history-grid-item.--history {
  grid-area: history;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
#page_top #company .home-company-history-grid-item.--history::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(30deg, rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
#page_top #company .home-company-history-grid-item.--history img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  z-index: 1;
}
#page_top #company .home-company-history-grid-item.--history dl {
  position: relative;
  z-index: 3;
}
#page_top #company .home-company-history-grid-item.--awards {
  grid-area: awards;
}
#page_top #company .home-company-history-grid-item.--work-clothes {
  grid-area: work-clothes;
}
#page_top #company .home-company-ige {
  margin-block-start: 140px;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-ige {
    margin-block-end: 70px;
  }
}
#page_top #company .home-company-ige-grid {
  display: grid;
  gap: 20px;
  grid-template: "item00 item01 item02" 50% "item00 item03 item04" 50%/50% 25% 25%;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-ige-grid {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
#page_top #company .home-company-ige-grid-item {
  display: flex;
  position: relative;
  padding: 20px;
  align-items: center;
  background: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  color: #345d9d;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-ige-grid-item {
    padding: 30px 15px;
    font-size: 1rem;
  }
}
#page_top #company .home-company-ige-grid-item dl {
  position: relative;
  z-index: 3;
}
#page_top #company .home-company-ige-grid-item:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-ige-grid-item:after {
    margin-left: 1px;
  }
}
#page_top #company .home-company-ige-grid-item.--item00 {
  grid-area: item00;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  font-size: inherit;
}
#page_top #company .home-company-ige-grid-item.--item00::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(30deg, rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
#page_top #company .home-company-ige-grid-item.--item00:after {
  content: none;
}
#page_top #company .home-company-ige-grid-item.--item00 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  z-index: 1;
}
#page_top #company .home-company-ige-grid-item.--item00 dl {
  position: relative;
  z-index: 3;
}
#page_top #company .home-company-ige-grid-item.--item00 dl dt {
  font-size: 1.125rem;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-ige-grid-item.--item00 dl dt {
    font-size: 1rem;
  }
}
#page_top #company .home-company-ige-grid-item.--item00 dl dt:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #page_top #company .home-company-ige-grid-item.--item00 dl dt:after {
    margin-left: 1px;
  }
}
#page_top #company .home-company-ige-grid-item.--item00 dl dd {
  color: #333;
}
#page_top #company .home-company-ige-grid-item.--item01 {
  grid-area: item01;
}
#page_top #company .home-company-ige-grid-item.--item02 {
  grid-area: item02;
}
#page_top #company .home-company-ige-grid-item.--item03 {
  grid-area: item03;
}
#page_top #company .home-company-ige-grid-item.--item04 {
  grid-area: item04;
}
#page_top #video {
  position: relative;
  background: #333;
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #page_top #video {
    padding-top: 60px;
  }
}
#page_top #video .wrapper {
  z-index: 5;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#page_top #video .wrapper h2 {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #page_top #video .wrapper h2 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
#page_top #video .wrapper .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#page_top #video .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#page_top #video .bg:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("../img/noise.gif");
  background-size: 160px auto;
  opacity: 0.2;
}
#page_top #video .bg:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(6, 18, 36, 0.5);
}
@media screen and (max-width: 767px) {
  #page_top #video .bg:after {
    background: rgba(6, 18, 36, 0.6);
  }
}
#page_top #video .bg .swiper-wrapper {
  height: 100%;
}
#page_top #video .bg .swiper-wrapper .swiper-slide {
  height: 100%;
}
#page_top #video .bg .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_top #work {
  background: url("../img/top/work_bg.gif") no-repeat #345d9d center bottom;
}
@media screen and (max-width: 767px) {
  #page_top #work {
    background-size: auto 100%;
  }
}
#page_top #work * {
  color: #fff;
}
#page_top #work ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 767px) {
  #page_top #work ul {
    display: block;
    margin: 0 0 0 0;
  }
}
#page_top #work ul > * {
  width: 50%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #page_top #work ul > * {
    width: 100%;
    padding: 0 0 0 0;
  }
}
#page_top #work ul li:nth-child(n+5) a {
  border-bottom: 2px solid #5877a8;
}
@media screen and (max-width: 767px) {
  #page_top #work ul li:nth-child(n+5) a {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  #page_top #work ul li:last-child a {
    border-bottom: 2px solid #5877a8;
  }
}
#page_top #work ul li a {
  display: block;
  position: relative;
  padding: 40px 0 40px 100px;
  border-top: 2px solid #5877a8;
}
@media screen and (max-width: 767px) {
  #page_top #work ul li a {
    padding: 15px 0 15px 50px;
  }
}
#page_top #work ul li a img {
  position: absolute;
  top: 43px;
  left: 20px;
  width: 62px;
}
@media screen and (max-width: 767px) {
  #page_top #work ul li a img {
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
  }
}
#page_top #work ul li a dt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #page_top #work ul li a dt {
    font-size: 1rem;
  }
}
#page_top #work ul li a dt:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr_wh.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #page_top #work ul li a dt:after {
    margin-left: 1px;
  }
}
#page_top #person {
  background: url("../img/bg_coat.gif") no-repeat center top;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  #page_top #person {
    background-size: 150% auto;
    background-attachment: scroll;
  }
}
#page_top #person .more {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #person .more {
    margin-top: 10px;
  }
}
#page_top #person .more a {
  width: 100%;
}
#page_top #person .message {
  margin-block-start: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #person .message {
    margin-top: 10px;
  }
}
#page_top #person .message a {
  display: block;
  height: 280px;
  color: #fff;
  padding: 90px 0 0 60px;
  background: url("../img/top/person_message_bg.jpg") no-repeat #345d9d center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #page_top #person .message a {
    text-align: center;
    padding: 40px 0 0 0;
    background: url("../img/top/person_message_bg_sp.jpg") no-repeat #345d9d center;
    background-size: auto 100%;
  }
}
#page_top #person .message a h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page_top #person .message a h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
#page_top #person .message a h3:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: url("../img/i_blow_wh.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #page_top #person .message a h3:before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
#page_top #person .youtube {
  margin-top: 50px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  padding: 20px 30px 30px;
}
@media screen and (max-width: 767px) {
  #page_top #person .youtube {
    margin-top: 10px;
    padding: 10px 10px 10px;
  }
}
#page_top #person .youtube h3 {
  font-size: 1.875rem;
  color: #345d9d;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #person .youtube h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
#page_top #person .youtube .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#page_top #person .youtube .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#page_top #person .instagram {
  text-align: center;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_top #person .instagram {
    margin-top: 30px;
  }
}
#page_top #person .instagram h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #person .instagram h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
#page_top #person .instagram h3 img {
  position: relative;
  top: 1px;
  width: 24px;
  margin-right: 10px;
}
#page_top #person .instagram .lead {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #person .instagram .lead {
    margin-bottom: 15px;
  }
}
#page_top #recruit {
  background: url("../img/top/recruit_bg.gif") no-repeat #345d9d center bottom;
}
#page_top #recruit h2,
#page_top #recruit .read {
  text-align: center;
  color: #fff;
}
#page_top #recruit h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #page_top #recruit h2 {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
#page_top #recruit .read {
  margin-top: 15px;
}
#page_top #recruit .link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .link {
    display: block;
  }
}
#page_top #recruit .link > div {
  width: 535px;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .link > div {
    width: 100%;
    height: auto;
  }
}
#page_top #recruit .link > div.message {
  height: 410px;
  padding: 75px 30px 0;
  background: url("../img/top/recruit_message_bg.jpg") no-repeat #fff center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .link > div.message {
    height: auto;
    margin-bottom: 5px;
    padding: 30px 15px;
    background: url("../img/top/recruit_message_bg_sp.jpg") no-repeat #fff center bottom;
    background-size: 637px auto;
  }
}
#page_top #recruit .link > div h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .link > div h3 {
    margin-bottom: 10px;
  }
}
#page_top #recruit .link > div .btn {
  margin-top: 5px;
}
#page_top #recruit .link > div .btn a {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .link > div .btn a {
    width: 180px;
  }
}
#page_top #recruit .link > div .btn a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../img/i_arr_bk.svg") no-repeat center;
  background-size: 100%;
}
#page_top #recruit .link > div.bnr p.charm a {
  background: url("../img/top/recruit_charm_bg.jpg") no-repeat center;
}
#page_top #recruit .link > div.bnr p.faq a {
  background: url("../img/top/recruit_faq_bg.jpg") no-repeat center;
}
#page_top #recruit .link > div.bnr p.tour a {
  background: url("../img/top/recruit_tour_bg.jpg") no-repeat center;
}
#page_top #recruit .link > div.bnr p a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  background-size: auto 100% !important;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .link > div.bnr p a {
    height: auto;
    padding: 30px 20px;
    background-size: 100% auto !important;
  }
}
#page_top #recruit .link > div.bnr p a span {
  display: inline-block;
  width: 200px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
#page_top #recruit .link > div.bnr .row2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .link > div.bnr .row2 {
    display: block;
  }
}
#page_top #recruit .link > div.bnr .row2 p {
  width: 262px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .link > div.bnr .row2 p {
    width: 100%;
    margin-top: 5px;
  }
}
#page_top #recruit .requirements {
  margin-top: 30px;
  text-align: center;
}
#page_top #recruit .requirements * {
  color: #fff;
}
#page_top #recruit .requirements h3 {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .requirements h3 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
#page_top #recruit .requirements h3:before, #page_top #recruit .requirements h3:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 430px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .requirements h3:before, #page_top #recruit .requirements h3:after {
    width: 35%;
  }
}
#page_top #recruit .requirements h3:after {
  left: auto;
  right: 0;
  background: #fff;
}
#page_top #recruit .requirements ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -5px;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .requirements ul {
    margin: -5px 0 0 -5px;
  }
}
#page_top #recruit .requirements ul > * {
  width: 16.6666666667%;
  padding: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .requirements ul > * {
    width: 50%;
    padding: 5px 0 0 5px;
  }
}
#page_top #recruit .requirements ul li a {
  display: block;
  height: 175px;
  padding-top: 50px;
  background: #5877a8;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .requirements ul li a {
    height: auto;
    padding: 10px 0 8px;
  }
}
#page_top #recruit .requirements ul li a img {
  width: 62px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_top #recruit .requirements ul li a img {
    width: 30px;
    margin-bottom: 5px;
  }
}
#page_top #blog {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #page_top #blog h3,
  #page_top #blog .read {
    text-align: center;
  }
}
#page_top #blog .read {
  margin: 10px 0 15px;
}
#page_top #blog .btn {
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #page_top #blog .btn {
    position: static;
    margin-top: 20px;
  }
}

.home-recruit {
  margin-block-start: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .home-recruit {
    gap: 10px;
  }
}
.home-recruit img {
  max-width: 100%;
}
.home-recruit .home-recruit-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .home-recruit .home-recruit-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.home-recruit .home-recruit-sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .home-recruit .home-recruit-sub {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.home-recruit .home-recruit-sub .sub-btn {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  min-height: 140px;
}
.home-recruit .home-recruit-sub .sub-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(27, 42, 64, 0.45);
  z-index: 2;
}
.home-recruit .home-recruit-sub .sub-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  grid-row: 1/3;
  grid-column: 1/3;
  position: relative;
  z-index: 1;
}
.home-recruit .home-recruit-sub .sub-btn .sub-title {
  grid-row: 1/3;
  grid-column: 1/3;
  align-self: center;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-recruit .home-recruit-sub .sub-btn .sub-title {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
.home-recruit .home-recruit-sub .sub-btn .sub-title span {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #345d9d;
  background-color: #fff;
  border-radius: 1000px;
}
.home-recruit .home-recruit-sub .sub-btn .sub-title .blank {
  position: relative;
  padding-right: 25px;
}
.home-recruit .home-recruit-sub .sub-btn .sub-title .blank:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url(../img/i_blank.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.home-recruit__btn {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
}
.home-recruit__btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  grid-row: 1/2;
  grid-column: 1/2;
}
.home-recruit__btn .wrap-txt {
  grid-row: 2/3;
  grid-column: 1/2;
  padding: 20px;
  background: #fff;
}
.home-recruit__btn .home-recruit-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  .home-recruit__btn .home-recruit-title {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

.home-catch {
  margin-block-end: 240px;
}
@media screen and (max-width: 767px) {
  .home-catch {
    margin-block-end: 140px;
  }
}
.home-catch__copy {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-catch__copy {
    font-size: 1.5rem;
  }
}
.home-catch p {
  margin-block-start: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-catch p {
    text-align: left;
    font-size: inherit;
    margin-block-start: 0.5rem;
  }
}

.home-zadankai {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .home-zadankai {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

.symposium a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 40px;
  color: #fff;
  text-align: center;
  background-color: #345d9d;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
.symposium a h3 {
  font-size: 2.125rem;
  margin-bottom: 20px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .symposium a h3 {
    font-size: 1.25rem;
  }
}
.symposium a h3 span {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 6px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .symposium a h3 span {
    width: 40px;
    height: 40px;
  }
}
.symposium.--career a {
  background-color: #2f476d;
}

#page_work #page-ttl {
  background-image: url("../img/work/page-ttl.jpg");
  background-size: cover;
  background-position: center center;
}
#page_work #page-ttl.tobikou {
  background-image: url("../img/work/tobikou/page-ttl.jpg");
}
#page_work #page-ttl.genbadairinin {
  background-image: url("../img/work/genbadairinin/page-ttl.jpg");
  background-position: right bottom;
}
#page_work #page-ttl.kenchikusekoukeikaku {
  background-image: url("../img/work/kenchikusekoukeikaku/page-ttl.jpg");
}
#page_work #page-ttl.truckdriver {
  background-image: url("../img/work/truckdriver/page-ttl.jpg");
}
#page_work #page-ttl.sekoukanri {
  background-image: url("../img/work/sekoukanri/page-ttl.jpg");
}
#page_work #page-ttl.dokou {
  background-image: url("../img/work/dokou/page-ttl.jpg");
}
#page_work #page-ttl.keisagyou {
  background-image: url("../img/work/keisagyou/page-ttl.jpg");
}
#page_work #page-ttl.soumu {
  background-image: url("../img/work/soumu/page-ttl.jpg");
}
#page_work #page-ttl.keiri {
  background-image: url("../img/work/keiri/page-ttl.jpg");
}
#page_work #work h3 {
  margin: 30px 0 25px;
}
@media screen and (max-width: 767px) {
  #page_work #work h3 {
    margin: 20px 0 15px;
  }
}
#page_work #work .btn {
  margin-top: 30px;
  letter-spacing: -0.4em;
}
#page_work #work .btn > * {
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #page_work #work .btn {
    margin: 15px -5px 0;
  }
}
#page_work #work .btn li {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #page_work #work .btn li {
    width: 50%;
    padding: 0 5px;
    margin: 0;
  }
}
#page_work #work .btn li a {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_work #work .btn li a {
    width: 100%;
  }
}
#page_work #work img {
  max-width: 100%;
  height: auto;
}
#page_work #tobikou01 #type {
  text-align: center;
}
#page_work #tobikou01 #type h3 {
  font-size: 1.125rem;
}
#page_work #tobikou01 #type img {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou01 #type img {
    width: 80%;
    margin: 15px 0;
  }
}
#page_work #tobikou01 #type p {
  text-align: left;
}
#page_work #tobikou03 #skill .description {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #skill .description {
    margin-bottom: 10px;
  }
}
#page_work #tobikou03 #skill .step {
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #skill .step {
    display: block;
    margin: -5px 0 0 0;
  }
}
#page_work #tobikou03 #skill .step > * {
  width: 25%;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #skill .step > * {
    width: 100%;
    padding: 5px 0 0 0;
  }
}
#page_work #tobikou03 #skill .step .step01 .inner {
  background: #7dadc3;
}
#page_work #tobikou03 #skill .step .step02 .inner {
  background: #6a95b9;
}
#page_work #tobikou03 #skill .step .step03 .inner {
  background: #5877a8;
}
#page_work #tobikou03 #skill .step .step04 .inner {
  background: #345d9d;
}
#page_work #tobikou03 #skill .step .inner {
  height: 227px;
  padding-top: 68px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #skill .step .inner {
    height: auto;
    padding: 15px 0;
  }
}
#page_work #tobikou03 #skill .step .inner h3 {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #skill .step .inner h3 {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
#page_work #tobikou03 #plan ol {
  position: relative;
}
#page_work #tobikou03 #plan ol:before {
  font-size: 0.625rem;
  content: "経験年数";
  position: absolute;
  top: -20px;
  left: -10px;
  color: #fff;
  background: #345d9d;
  padding: 0 5px;
}
#page_work #tobikou03 #plan ol li {
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li {
    padding-left: 60px;
  }
}
#page_work #tobikou03 #plan ol li:first-child .year {
  top: 0;
}
#page_work #tobikou03 #plan ol li:first-child > dl {
  padding-top: 0;
}
#page_work #tobikou03 #plan ol li:first-child > dl:before {
  top: 13px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li:first-child > dl:before {
    top: 10px;
  }
}
#page_work #tobikou03 #plan ol li .year {
  font-size: 1.125rem;
  position: absolute;
  top: 30px;
  left: 0;
  font-weight: 500;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li .year {
    font-size: 0.875rem;
    top: 20px;
  }
}
#page_work #tobikou03 #plan ol li > dl {
  display: flex;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px dotted #e0e0e0;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li > dl {
    display: block;
    padding: 20px 0;
  }
}
#page_work #tobikou03 #plan ol li > dl.work-position-list {
  flex-direction: column;
}
#page_work #tobikou03 #plan ol li > dl.work-position-list .position {
  width: auto;
  margin-bottom: 5px;
}
#page_work #tobikou03 #plan ol li > dl:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 42px;
  left: -25px;
  width: 7px;
  height: 7px;
  background: #345d9d;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li > dl:before {
    top: 30px;
  }
}
#page_work #tobikou03 #plan ol li > dl:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 13px;
  left: -22px;
  width: 1px;
  height: 101%;
  background: #345d9d;
}
#page_work #tobikou03 #plan ol li > dl > dt {
  font-size: 1.125rem;
  flex-shrink: 0;
  width: 180px;
  color: #345d9d;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li > dl > dt {
    font-size: 0.875rem;
  }
}
#page_work #tobikou03 #plan ol li > dl > dd {
  flex-basis: auto;
  width: 100%;
  padding-top: 4px;
}
#page_work #tobikou03 #plan ol li > dl > dd p + .skill {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li > dl > dd p + .skill {
    margin-top: 10px;
  }
}
#page_work #tobikou03 #plan ol li > dl > dd .skill {
  display: flex;
  border: 1px solid #ebd2d6;
  background: #f4e6e8;
  padding: 12px 15px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li > dl > dd .skill {
    padding: 10px;
  }
}
#page_work #tobikou03 #plan ol li > dl > dd .skill.tech {
  border: 1px solid #cfdccd;
  background: #e4eee3;
}
#page_work #tobikou03 #plan ol li > dl > dd .skill.tech dt {
  color: #43974f;
}
#page_work #tobikou03 #plan ol li > dl > dd .skill.special {
  border: 1px solid #e7e2b3;
  background: #f5f2d7;
}
#page_work #tobikou03 #plan ol li > dl > dd .skill.special dt {
  color: #c9962b;
}
#page_work #tobikou03 #plan ol li > dl > dd .skill.default {
  background-color: #efefef;
  border: 1px solid #dddddd;
}
#page_work #tobikou03 #plan ol li > dl > dd .skill dt {
  flex-shrink: 0;
  width: 90px;
  color: #c0354c;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li > dl > dd .skill dt {
    width: 70px;
  }
}
#page_work #tobikou03 #plan ol li > dl > dd .skill dd {
  flex-basis: auto;
  width: 100%;
}
#page_work #tobikou03 #plan ol li > dl > dd .skill dd ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li > dl > dd .skill dd ul {
    display: block;
  }
}
#page_work #tobikou03 #plan ol li > dl > dd .skill dd ul li {
  position: relative;
  width: 50%;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li > dl > dd .skill dd ul li {
    width: 100%;
  }
}
#page_work #tobikou03 #plan ol li > dl > dd .skill dd ul li:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background: #333;
}
@media screen and (max-width: 767px) {
  #page_work #tobikou03 #plan ol li > dl > dd .skill dd ul li:before {
    top: 9px;
  }
}
#page_work #tobikou03 #plan .position-copy {
  font-weight: 500;
  font-size: 1rem;
}
#page_work #tobikou02 {
  background: url("../img/work/tobikou/section-img_01.jpg") no-repeat center;
}
#page_work #tobikou04 {
  background: url("../img/work/tobikou/section-img_02.jpg") no-repeat center;
}
#page_work .m_box_txt h3 {
  color: #345d9d;
  margin-block-end: 15px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #page_work .m_box_txt h3 {
    font-size: 1rem;
    margin-block-end: 10px;
  }
}
#page_work .work-dl-list {
  margin-block-start: 40px;
}
#page_work .work-dl-list dd {
  margin-block-end: 20px;
}

.carrier-map {
  margin-block: 30px 80px;
}
@media screen and (max-width: 767px) {
  .carrier-map {
    margin-block: 15px 50px;
  }
}
.carrier-map img {
  max-width: 100%;
  height: auto;
}

.work-requirements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .work-requirements {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
