@charset "UTF-8";
/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
.mainColor {
  color: #26499d;
}

.bgmainColor {
  color: #26499d;
}

.mainColorDeep {
  color: #ef6300;
}

.mainColorExDeep {
  color: #c5c5c5;
}

.mainColorLight {
  color: #cccce7;
}

.bgMainColorLight {
  background-color: #cccce7;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.cautionColor {
  color: #e60110;
}

.subColor {
  color: #aeddf0;
}

.bgSubColor {
  background-color: #aeddf0;
}

.subColorLight {
  background-color: #d9eff8;
}

.bgSubColorLight {
  background-color: #d9eff8;
}

.subColorExLight {
  color: #f5fbfd;
}

.bgSubColorExLight {
  background-color: #f5fbfd;
}

.accentColor {
  color: #f18e38;
}

.compColor {
  color: #a9a8a9;
}

.bgCompColor {
  background-color: #a9a8a9;
}

.grayColor {
  color: #a9a8a9;
}

.bgGrayColor {
  background-color: #a9a8a9;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgWhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
}

.bgBlackTrans {
  background-color: rgba(0, 0, 0, 0.3);
}

.bgBlack {
  background: #000;
}

.bgGrad {
  background: #26499d;
  background: linear-gradient(-30deg, #26499d 40%, #4157a5 100%);
}

.bgTexture {
  background-image: url(../img/bg_texture_light.gif);
}

.grayLight {
  color: #9a9a9a;
}

.white {
  color: #fff;
}

.bgWhite {
  background: #fff;
}

/*フォント系*/
.fontEn {
  font-family: "Roboto", sans-serif;
}

.fontEnSub {
  font-family: "Oooh Baby", serif;
}

.fontNumSub {
  font-family: "Barlow Condensed", sans-serif;
}

.fontNumSubA {
  font-family: "Didact Gothic", sans-serif;
}

.fontNum {
  font-family: "Signika", sans-serif;
}

.fontJP {
  font-family: "Zen Maru Gothic", serif;
}

.serif {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
}

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.birth {
  width: 100%;
}

.birth_y input,
.birth_y select,
.birth_m input,
.birth_m select,
.birth_d input,
.birth_d select {
  width: 100px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .birth_y select,
  .birth_m select,
  .birth_d select {
    width: 60px;
    height: 25px;
  }
}

li {
  list-style-type: none;
}

/*==================================================
 * フォント
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
body {
  font-feature-settings: "palt";
}

body {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span,
div {
  line-height: 1.8;
  font-weight: 400;
}

.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  line-height: 2;
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_s {
  line-height: 1.1;
}
.lh_s * {
  line-height: 1.1;
}

.lh_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: 700 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.red2 {
  color: #c30d23 !important;
}

.fsL {
  font-size: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 36px;
  }
}

.fsL35 {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsL35 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL35 {
    font-size: 30px;
  }
}

.fsL45 {
  font-size: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsL45 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL45 {
    font-size: 27px;
  }
}

.fsL4 {
  font-size: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL4 {
    font-size: 22px;
  }
}

.fsM {
  font-size: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 21px;
  }
}

.fsML {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .fsML {
    font-size: 20px;
  }
}

.fsMM {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsMM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsMM {
    font-size: 22px;
  }
}

.fsM2 {
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 18px;
  }
}

.fsM26 {
  font-size: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM26 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM26 {
    font-size: 17px;
  }
}

.fsM25 {
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM25 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM25 {
    font-size: 17px;
  }
}

.fsM25s {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM25s {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM25s {
    font-size: 17px;
  }
}

.fsM36 {
  font-size: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM36 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM36 {
    font-size: 17px;
  }
}

.fsM36m {
  font-size: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM36m {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM36m {
    font-size: 18px;
  }
}

.fsM36s {
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM36s {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM36s {
    font-size: 18px;
  }
}

.fsM36 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM36 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM36 {
    font-size: 20px;
  }
}

.fsM4 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 16px;
  }
}

.fsM45 {
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM45 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM45 {
    font-size: 15px;
  }
}

.fsM5 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsS {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 13px;
  }
}

.fsS1 {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsS1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS1 {
    font-size: 13px;
    line-height: 1.7;
  }
}

.fsS2 {
  font-size: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 11px;
  }
}

.fsS4 {
  font-size: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fsS4 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS4 {
    font-size: 9px;
  }
}

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 64px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 25px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 14px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 42px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 24px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/*
a:hover{
	opacity: 0.8;
	transition:0.3s;
}
*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  transition: 0.3s;
  opacity: 0.7;
}

.tra,
.tra:hover {
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

.writting-rl {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: #26499d;
}
.linkA:hover {
  color: #26499d;
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  .spTab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 959px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbL5 {
  margin-bottom: 12%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
}
/*flex・グリッド系*/
.flex {
  display: flex;
}

.justCenter {
  justify-content: center;
}

.justEnd {
  justify-content: flex-end;
}

.justBetween {
  justify-content: space-between;
}

.alignCenter {
  align-items: center;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.flexReverse {
  flex-flow: row-reverse;
}

.flexWrap {
  flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
.cnt {
  width: 90%;
  max-width: 1780px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 959px) {
  .cnt {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.cntInnerWide {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1201px) {
  .cntInnerWide {
    margin-left: calc((100vw - 1200px) / -2 - 15px);
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.w100 {
  width: 100%;
}

.cntS {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.cntSM {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.cntM {
  max-width: 1435px;
  margin-right: auto;
  margin-left: auto;
}

.cntL {
  max-width: 1625px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cntInner {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}

.cntWide {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}

:root {
  --spaceSize: clamp(75px, 8vw, 150px);
  --spaceXSize: clamp(70px, 7.5vw, 100px);
  --spaceSizeWide: clamp(135px, 14vw, 270px);
}

.padding {
  padding-top: var(--spaceSize);
  padding-bottom: var(--spaceSize);
}

.paddingW {
  padding-top: var(--spaceSizeWide);
  padding-bottom: var(--spaceSizeWide);
}

.margin {
  margin-top: var(--spaceSize);
  margin-bottom: var(--spaceSize);
}

.marginS {
  margin-top: var(--spaceXSize);
  margin-bottom: var(--spaceXSize);
}

.margin_bottom {
  margin-bottom: var(--spaceSize);
}
@media only screen and (max-width: 767px) {
  .margin_bottom.margin_bottom_sp {
    margin-bottom: 10%;
  }
}

.marginW {
  margin-top: var(--spaceSizeWide);
  margin-bottom: var(--spaceSizeWide);
}

/*背景系*/
.bgImg {
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #aeddf0;
}

.bgImgHeight {
  padding-bottom: 67%;
}

.bgFixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  filter: blur(3px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  width: 100%;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/*テーブルboostrap*/
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  text-align: inherit;
  font-weight: normal;
}
.table td,
.table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8edf0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*マスクアニメーション*/
.maskCenter .maskWrap {
  margin-left: auto;
  margin-right: auto;
}

.maskWrap {
  display: table;
  overflow: hidden;
}

.maskWrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.maskWrap .maskBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ae9373;
}

/*角丸*/
.radiusS {
  border-radius: 5px;
}

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

/*影*/
.shadowS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .shadowS {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

.shadowM {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media only screen and (max-width: 767px) {
  .shadowM {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.5) 0px 30px 60px -30px;
  }
}

.shadowL {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 30px -30px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
}
@media only screen and (max-width: 767px) {
  .shadowL {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 65vw;
}
@media only screen and (max-width: 767px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 95vw;
  }
}

.mainImgBox {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  animation: anime 18s 0s infinite;
}

/*2枚目以降6秒遅れてアニメーションスタート*/
.mainImg:nth-of-type(2) {
  animation-delay: 6s;
}

.mainImg:nth-of-type(3) {
  animation-delay: 12s;
}

/*
.mainImg:nth-of-type(4) {
    animation-delay: 18s;
}
.mainImg:nth-of-type(5) {
    animation-delay: 24s;
}

.mainImg:nth-of-type(6) {
    animation-delay: 30s;
}
*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
/*線系*/
.titleLine {
  /*
  background: linear-gradient(transparent 50%, #f4d862 0%);
  display: inline;
  */
  position: relative;
  display: inline-block;
  z-index: 10;
  /*
  &.white{
      background: linear-gradient(transparent 70%, $subColorDeep 0%);
  }
  */
}
.titleLine:after {
  content: "";
  display: inline-block;
  background-color: #a9a8a9;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  width: 105%;
  height: 0.3em;
  z-index: 0;
}
.titleLine.sub {
  background: linear-gradient(transparent 70%, #aeddf0 0%);
}

.titleBd {
  position: relative;
  margin-bottom: 7rem;
  display: inline-block;
}
.titleBd:before {
  position: absolute;
  content: " ";
  display: block;
  width: 5rem;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 2px;
  background-color: #26499d;
  border-radius: 50px;
}
.titleBd.compColor:before {
  background-color: #a9a8a9;
}
.titleBd.white:before {
  background-color: #fff;
}
.titleBd.sub {
  display: block;
}
.titleBd.sub:before {
  width: 23rem;
  height: 2px;
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .titleBd {
    margin-bottom: 3rem;
  }
  .titleBd:before {
    width: 2.5rem;
  }
}

.titleBdCenter {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.titleBdCenter:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #26499d;
  border-radius: 2px;
}
.titleBdCenter.mini:after {
  bottom: -15px;
  width: 40px;
  height: 1.5px;
  border-radius: 0px;
}

.titleBdLeft {
  display: flex;
  align-items: center;
}
.titleBdLeft:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #26499d;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

.titleBdLight {
  border-bottom: 1px solid #26499d;
  display: inline-block;
}

.bdBox {
  border: 2px solid #26499d;
}

/*ボタン*/
/* ボタンだけに指定する場合は以下 */
.button {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #333;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  box-shadow: 4px 4px 0px 0 #aeddf0;
  font-size: 21px;
  background-color: #fff;
}
.button:hover {
  color: #aeddf0;
  background-color: #fff;
}
.button.small {
  font-size: 16px;
}
.button.insta {
  box-shadow: 4px 4px 0px 0 #e264af;
}
.button.line {
  box-shadow: 4px 4px 0px 0 #4caa4d;
}
.button.mono {
  box-shadow: 4px 4px 0px 0 #c4c4c4;
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
  opacity: 0;
  z-index: 1001;
}
@media print, screen and (min-width: 768px) {
  .overRayBox {
    padding: 6% 7%;
    background: rgba(255, 255, 255, 0.9);
  }
}
.overRayBox > ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.open .overRayBox {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
.open .overRayBox dt {
  display: none;
}
@media only screen and (max-width: 767px) {
  .open .overRayBox {
    transform: translateX(0%);
    margin-top: 70px;
  }
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  cursor: pointer;
  z-index: 1005;
  right: 40px;
  background: #26499d;
  padding: 1.7em 2.4em 1.7em;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .change-color .menu-btn {
    padding: 0.6em 1.5em 0.6em;
  }
}
.open .menu-btn {
  background: unset;
  position: relative;
  right: 82px;
  top: 71px;
}
.change-color .menu-btn {
  top: 107px;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}
@media only screen and (max-width: 767px) {
  .menu-btn {
    top: -1px;
    background: unset;
    padding: 0;
    right: 0;
  }
  .open .menu-btn {
    position: relative;
    background: unset;
    right: 0;
    top: -1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .menu-btn {
    padding: 0.8em 2.4em 0.8em;
    top: 1.4%;
  }
  .open .menu-btn {
    position: relative;
    top: 27px;
    right: 30px;
  }
  .change-color .menu-btn {
    top: 49px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .menu-btn {
    padding: 1.3em 2.4em 1.3em;
  }
  .open .menu-btn {
    position: relative;
    top: 52px;
    left: -38px;
  }
  .change-color .menu-btn {
    top: 58px;
    left: -49px;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  margin-right: 15px;
  width: 26px;
  height: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7.9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 1px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}
@media only screen and (max-width: 767px) {
  .menu-trigger {
    width: 40px;
  }
  .menu-trigger span {
    background-color: #26499d;
  }
  .menu-trigger.active span {
    background-color: #26499d;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
/*==================================================
 * トップページ
 *================================================*/
/*Q&Aここから*/
.topQaBoxUl li:nth-child(2) hr {
  border-top: 1px solid #dadada;
}

.topQaBoxUl li {
  display: inline-block;
  vertical-align: middle;
}

.topQaBoxDl {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.topQaBoxDl dd {
  display: none;
  margin-top: 3%;
}

.topQaBoxDl dt {
  font-weight: normal;
}

.topQaBoxDl dt:hover {
  background: rgba(242, 203, 149, 0.3);
  border-radius: 5px;
  cursor: pointer;
}

.topQaBoxUl li:nth-child(3) {
  width: 74%;
}

.topQaBoxUl li:nth-child(1) {
  margin-right: 2%;
}

.topQaBoxUl li:nth-child(2) {
  width: 8%;
  margin-right: 2%;
}

/*Q&Aここまで*/
@media screen and (max-width: 767px) {
  /*Q&Aのスマホここから*/
  .topQaBoxDl {
    width: 100%;
  }
  /*Q&Aのスマホここまで*/
}
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
/*パンくず終わり*/
/*about-us------------------------------------*/
/*残す--ここから*/
.pageAboutCompanyUl ul {
  display: flex;
}
.pageAboutCompanyUl li {
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li {
    padding: 0.8em 0;
    font-size: 13px;
  }
}
.pageAboutCompanyUl li:nth-child(1) {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li:nth-child(1) {
    font-size: 15px;
  }
}
.pageAboutCompanyUl li:nth-child(2) {
  width: 70%;
}
.fa-map-marker {
  color: #d9534f;
  font-size: 20px;
  margin-left: 1%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform.__sen {
  display: block;
  padding-top: 30px;
  border-top: solid 1px #c1c1c1;
}
.cform dd {
  margin-right: 30px;
  position: relative;
}
.cform tr {
  margin-bottom: 1.5em;
  display: block;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  text-align: left;
  display: block;
  width: 100%;
}
.cform tr th {
  margin-bottom: 0.5em;
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f6f6;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
}
.cform .title {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cform dd {
    margin-right: 8px;
  }
  .cform tr {
    margin-bottom: 2em;
  }
}

.thcomment {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
}

.mwform-radio-field input {
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.required-srt {
  color: #f04876;
  margin-left: 0.7em;
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contactAlertBox {
  border: 1px solid #dcdcdc;
  padding: 8% 5%;
  margin: 3% 0;
}
@media only screen and (max-width: 767px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 13% 0;
  }
}

.contactAlertTitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.5em;
}

.submit-btn {
  text-align: center;
}
.submit-btn input {
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.25em 2em;
  background-color: #2c2c2c;
  color: #fff;
  cursor: pointer;
  border: 1px solid #2c2c2c;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .submit-btn input {
    font-size: 14px;
  }
}

.contactHr {
  margin: 7% 0;
}
@media only screen and (max-width: 767px) {
  .contactHr {
    margin: 12% 0;
  }
}

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
li.widget {
  list-style-type: none;
  margin-bottom: 20%;
}

.widgettitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
}

li.widget li {
  color: #a7a7a7;
  margin-bottom: 3%;
}

/*タグクラウド*/
.tagCloud li {
  list-style: none;
  background: #db4a39;
  display: inline-block;
  color: #fff;
  padding: 0.5% 2%;
  font-size: 12px;
}

.tagCloud li .glyphicon {
  right: 5px;
}

.tagCloud li a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.tagcloud a {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 25px;
  padding: 2%;
  margin-bottom: 5%;
  display: inline-block;
}

/*目次*/
.toc_number {
  font-family: "Signika", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

#toc_container {
  background: #ececec;
  border: none !important;
  margin: 0 auto;
  padding: 4% 6%;
  border-radius: 10px;
}
#toc_container a {
  color: #26499d;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #26499d;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

.wp-caption {
  max-width: 100% !important;
  padding: 2%;
  margin: auto auto 3% auto;
}

.wp-caption-text {
  background: rgba(195, 184, 177, 0.67);
  width: 100%;
  text-align: left;
  padding: 1% 3%;
  word-wrap: break-word;
  font-size: 10px;
  color: white !important;
  position: relative !important;
  z-index: 1;
  top: -35px;
  display: block;
  left: 5%;
}

.wp-caption-text a {
  color: white;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    background: hsla(330, 50%, 60%, 0.48);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -50px;
    display: block;
    left: 5%;
  }
}
/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #26499d;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  box-shadow: none;
  border: 2px solid #26499d;
  border-radius: 10px;
  background-color: #cccce7;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  max-width: none;
}

.lkc-thumbnail-img {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  transition: 0.3s;
}
a:hover .lkc-thumbnail-img {
  opacity: 0.7;
}

.lkc-thumbnail {
  margin-right: 3%;
}

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: #26499d;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #26499d;
  display: inline-block !important;
  position: absolute;
  right: 3%;
  top: -5%;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lkc-info {
    top: -11%;
  }
}

.lkc-domain {
  color: #fff;
}

.lkc-card {
  padding: 2rem 1rem 1rem;
}
.lkc-card img {
  vertical-align: middle;
}

.lkc-content {
  overflow: auto !important;
  height: inherit !important;
}

.lkc-sns-fb {
  padding: 1%;
}

/*コメント*/
div#respond textarea,
div#respond input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 10px;
}

#respond input#submit {
  background: #0a0a0a;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  transition: 0.3s;
}

#respond input#submit:hover {
  background: #cc6699;
  transition: 0.3s;
}

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 10%;
}

.singleColumnArticleContent {
  margin: auto;
  margin-top: 5%;
}

.singleColumnTitle {
  border-bottom: 1px solid;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 1em;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 13px;
  line-height: 0.7;
  background-color: #26499d;
  color: #fff;
  border-radius: 5px;
  padding: 0.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShare {
  padding: 3% 6%;
}
@media only screen and (max-width: 767px) {
  .singleColumnShare {
    padding: 6% 9%;
  }
}

.singleColumnShareButton {
  padding: 0.7rem 1rem;
  width: 20%;
  margin-right: 3%;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 45%;
    margin-right: 2.5%;
  }
}
.singleColumnShareButton > * {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton > * {
    font-size: 12px;
  }
}
.singleColumnShareButton i {
  font-size: 22px;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}
.singleColumnShareButton.twitter {
  background: #1da1f2;
  border: 1px solid #1da1f2;
}
.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #1da1f2;
}
.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}

.singleColumnShareTitle {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 6% !important;
  }
}

/*この記事を書いた人*/
.singleColumnWriterImg {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .singleColumnWriterImgBox {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
  }
}

.singleColumnWriter {
  padding: 3% 3%;
  margin: 6% 0 6% 0;
  border: 1px solid #26499d;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  border-bottom: 1px solid #26499d;
}

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #26499d;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  transition: 0.3s;
  color: #26499d;
}
.singleColumnWriterButton:hover {
  background: #26499d;
  color: #fff;
}

.sidebarWriterSns li {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 4%;
}
.sidebarWriterSns li a {
  border: 1px solid #d2d2d2;
  padding: 0.4em 1em;
  border-radius: 35px;
  background: #fff;
  letter-spacing: 0.05em;
}
.sidebarWriterSns li a:hover {
  background-color: #f1f1f1;
}
.sidebarWriterSns li a .fa-instagram {
  color: #fd1d1d;
}
.sidebarWriterSns li a .fa-twitter {
  color: #00acee;
}
.sidebarWriterSns li a .fa-facebook {
  color: #3b5998;
}
.sidebarWriterSns li a .fa-comment {
  color: #00b900;
}

/*次のページを見る*/
.singleColumnPreNextBox {
  padding: 5%;
  position: relative;
  transition: 0.3s;
  background-color: #e9eef0;
  border-radius: 10px;
}
.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}
.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}

.singleClumnPreNextDescri {
  color: #727171;
}

.singleColumnPrevNextArrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 33px;
  height: 1px;
  background: #727171;
}
.singleColumnPrevNextArrow::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 1px;
  height: 5px;
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  transform: rotate(45deg);
}
.next .singleColumnPrevNextArrow {
  transform: scale(-1, 1);
  left: 15px;
  right: auto;
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: flex;
  flex-wrap: wrap;
}
.cmNewsListUl > li {
  width: 46%;
  margin: 0 2%;
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

.cmNewsListCard {
  transition: 0.3s;
}
a:hover .cmNewsListCard {
  opacity: 0.7;
}

.cmNewsTitle {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 600;
  border-bottom: 1px solid #9d9d9d;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

.cmNewsDescri {
  font-size: 13px;
  margin-bottom: 3%;
  color: #9d9d9d;
}
@media only screen and (max-width: 767px) {
  .cmNewsDescri {
    font-size: 13px;
    line-height: 1.5;
  }
}

.cmNewsListImg {
  transition: 0.3s;
  padding-bottom: 70%;
}
a:hover .cmNewsListImg {
  transform: scale(1.1);
}

.cmNewsListImgWrap {
  overflow: hidden;
  margin-bottom: 6%;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cmNewsListImgWrap {
    border-radius: 15px;
  }
}

.cmNewsListInfoUl {
  display: flex;
}
.cmNewsListInfoUl li {
  font-size: 12px;
  display: inline-block;
  background: #26499d;
  color: #fff;
  border-radius: 5px;
  padding: 0.25em 0.6em;
  text-align: center;
}
.cmNewsListInfoUl li:not(:last-child) {
  margin-right: 5px;
}
.cmNewsListInfoUl.nofover {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 12px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation li {
  font-family: "Signika", sans-serif;
  font-size: 28px;
  margin: 0 0.5%;
  border-radius: 8px;
  border: solid 1px #26499d;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  position: relative;
}
.pagenation li a {
  width: 50px;
  height: 50px;
  display: block;
}
.pagenation li.active {
  cursor: not-allowed;
  display: inline-block;
  line-height: 0.7;
  color: #fff;
  background: #26499d;
  border: solid 1px #26499d;
}
.pagenation li.active span {
  font-family: "Signika", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li.activeno {
  background: #d9eff8;
  border: solid 1px #d9eff8;
  transition: 0.3s;
  color: #fff;
}
.pagenation li.activeno span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li.activeno:hover {
  background: #26499d;
  border-radius: 8px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pagenation li {
    width: 50px;
    height: 50px;
  }
}

/*ページャー、ページネーション------------------------------------*/
.page-numbers {
  padding: 0.7% 1%;
}

span.page-numbers {
  color: #26499d;
  font-weight: bold;
}

a.page-numbers {
  color: #c5c5c5;
}

/*==================================================
 * サイドバー
 *================================================*/
@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 15%;
  }
}

.sidebarBox {
  margin-bottom: 15%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .sidebarBox {
    margin-left: 0;
    margin-bottom: 8%;
  }
}

.sidebarNewsUl .cat-item {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item .date {
  font-family: "Signika", sans-serif;
  font-size: 12px;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
  .sidebarNewsUl .cat-item .date {
    font-size: 13px;
  }
  .sidebarNewsUl .cat-item .title {
    font-size: 14px;
  }
}

.sidebarCategoryBlock li {
  display: inline-block;
  font-size: 14px;
  background-color: #26499d;
  color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  line-height: 1;
  margin-bottom: 1em;
  transition: 0.3s;
}
.sidebarCategoryBlock li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.cat-item-2 {
  background-color: #26499d !important;
}

.sidebarTitle {
  font-size: 27px;
  line-height: 1;
  color: #26499d;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    padding-bottom: 0.25em;
    margin-bottom: 1em;
    font-size: 26px;
  }
}

.sidebarRankingImg {
  width: 30%;
  padding-bottom: 30%;
  margin-right: 5%;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .sidebarRankingImg {
    display: none;
  }
}

.sidebarRankingText {
  width: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .sidebarRankingText {
    width: 100%;
  }
}

.sidebarRankingNum {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #26499d;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

#sidebar select {
  width: 100%;
  padding: 0.7em;
}

.sidebarTagWrap a {
  font-size: 14px !important;
  color: #26499d;
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #a9a8a9;
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
/*パンくず*/
.home .sectionPankuzu {
  display: none;
}

#pankuzu {
  font-size: 12px;
  color: #dcdcdc;
}
#pankuzu a {
  color: #000;
  position: relative;
}
#pankuzu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -0.3em;
  left: 0;
}
#pankuzu strong {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #pankuzu {
    font-size: 12px;
  }
}

.sectionPankuzu {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .sectionPankuzu {
    padding: 6px 0;
  }
}

/*パンくず終わり*/
.telA {
  line-height: 1;
}
.telA span {
  font-weight: 700;
  font-family: "Signika", sans-serif;
}
.telA i {
  margin-right: 0.15em;
  color: #26499d;
}
.telA.white:hover {
  color: #fff;
}

.vertical {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}

.verticalReverse {
  writing-mode: vertical-lr;
}

@media only screen and (max-width: 767px) {
  .verticalPc {
    writing-mode: horizontal-tb;
  }
}

.linkextra {
  text-decoration: underline;
  transition: 0.3s;
  color: #333;
  position: relative;
}
.linkextra:hover {
  color: #ef6300;
  text-decoration: underline;
}
.linkextra::before {
  display: inline-block;
  padding-right: 5px;
  content: "\f08e";
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
  top: 0;
  left: 0;
}

.breadcrumbs {
  margin-top: 10px;
  transition: 0.3s;
}
.breadcrumbs span {
  font-size: 16px;
  line-height: 1;
  color: #26499d;
}
.breadcrumbs span .current-item {
  color: #8f8f90;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 15px;
    line-height: 1.2;
  }
  .breadcrumbs span {
    font-size: 13px;
  }
}

/*==================================================
 * 当サイトのみ共通
 *================================================*/
body {
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #3e3a39;
  -webkit-text-size-adjust: 100%;
}

main {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  main {
    margin-top: 82px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  main {
    margin-top: 76px;
  }
}

.boxSadow {
  box-shadow: 2px 1px 6px 6px rgba(0, 0, 0, 0.06);
}

.textSadow {
  text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

.ahover {
  transition: 0.3s;
}
a:hover .ahover {
  opacity: 0.7;
}

.boxradius {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .boxradius {
    border-radius: 10px;
  }
}

.commonBtn {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 1.3em 4em;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s;
  background-color: #26499d;
  display: inline-block;
}
.commonBtn:hover {
  color: #fff;
  background-color: #aeddf0;
}
a:hover .commonBtn {
  color: #26499d;
  background-color: #aeddf0;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    font-size: 15px;
    padding: 1em 3em;
  }
}

.commonBtn2 {
  font-size: 18px;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 1.6em 7.4em;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
  color: #fff;
  background-color: #f18e38;
  display: inline-block;
}
.commonBtn2:hover {
  color: #fff;
  background: #f6b273;
}
@media only screen and (max-width: 767px) {
  .commonBtn2 {
    font-size: 15px;
    padding: 1em 3em;
  }
}

.submit-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em 3em;
  border: solid 1px #26499d;
  background: #26499d;
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  display: inline-block;
  transition: 0.3s;
  letter-spacing: 0.2em;
  font-weight: 100;
  cursor: pointer;
  margin-top: 5%;
  width: auto;
  font-weight: bold;
}
.submit-btn input:hover {
  background: #aeddf0;
}

.inner {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.backpattern {
  background-color: #d9eff8;
  background-repeat: repeat;
}

.commentTxt {
  text-indent: -1em;
  padding-left: 1em;
}

.text-shadowL {
  text-shadow: 10px 10px 10px #fff, -10px -10px 10px #fff, -10px 10px 10px #fff, 10px -10px 10px #fff, 10px 0px 10px #fff, -10px 0px 10px #fff, 0px 10px 10px #fff, 0px -10px 10px #fff;
}
@media only screen and (max-width: 767px) {
  .text-shadowL {
    text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0px 4px #fff, -4px 0px 4px #fff, 0px 4px 4px #fff, 0px -4px 4px #fff;
  }
}

.commonTitle {
  font-size: clamp(20px, 1.8vw, 33px);
  line-height: 1;
  position: relative;
}
.__recruit .commonTitle {
  padding: 9% 0 32px 7%;
}
.__intervew .commonTitle {
  padding: 7% 0 32px 7%;
}
.__news .commonTitle {
  padding: 8% 0 32px 7%;
}
.rightTitle .commonTitle {
  margin-left: 17%;
  padding-left: 0;
}
.leftTitle .commonTitle {
  margin-right: 17%;
  padding-left: 17%;
}
.commonTitle::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.rightTitle .commonTitle::after {
  background-image: url(.././img/title_back_right.png);
  left: 0;
}
.leftTitle .commonTitle::after {
  background-image: url(.././img/title_back_left.png);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .commonTitle {
    padding: 4% 0;
  }
  .__recruit .commonTitle {
    padding: 24% 0 32px 7%;
  }
  .__intervew .commonTitle {
    padding: 16% 0 32px 7%;
  }
  .__news .commonTitle {
    padding: 21% 0 32px 7%;
  }
  .commonTitle::after {
    background-size: 100% 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .commonTitle {
    font-size: 28px;
  }
  .commonTitle::after {
    background-size: 100% 29px;
  }
}

.commonText {
  font-size: 18px;
  line-height: 1.6;
}

.commonComent {
  font-size: 15px;
  line-height: 1.4;
}
.commonComent.__lh {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .commonComent {
    font-size: 14px;
  }
}

.commonMidashi {
  font-size: 28px;
  padding-bottom: 12px;
  padding-left: 10px;
  margin-bottom: 27px;
  font-weight: 500;
  position: relative;
}
.commonMidashi::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to top right, #ff9100 0%, white 50%, #fcd375 100%);
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .commonMidashi {
    font-size: 20px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .commonMidashi {
    font-size: 24px;
  }
}

.commonMidashi_1 {
  font-size: clamp(20px, 1.6vw, 28px);
  letter-spacing: 0.15em;
  line-height: 1.4;
  padding: 1.4em 1em 1.4em 1.5em;
  color: #fff;
  background-color: #26499d;
  border-radius: 10px;
  position: relative;
}
.commonMidashi_1.__midashiWaku {
  background-color: #fff;
  color: #000;
  padding-left: 2.3em;
  border: solid 2px #26499d;
  position: relative;
}
.commonMidashi_1.__midashiWaku::before {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 59px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: #26499d;
}
.commonMidashi_1.__small {
  padding: 1em 1em 1em 1.5em;
  font-size: 27px;
  padding-left: 2em;
}
.commonMidashi_1.__small::before {
  height: 40px;
  width: 10px;
}
.commonMidashi_1::after {
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  filter: blur(3px);
  z-index: -1;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_1 {
    font-size: 18px;
  }
  .commonMidashi_1.__midashiWaku::before {
    width: 8px;
    height: 53px;
    left: 14px;
  }
  .commonMidashi_1.__small {
    padding: 1em 1em 1em 1.5em;
    font-size: 18px;
    padding-left: 2em;
    margin-bottom: 10%;
  }
  .commonMidashi_1.__small::before {
    height: 30px;
    width: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .commonMidashi_1.__midashiWaku {
    padding-left: 3em;
  }
  .commonMidashi_1.__midashiWaku::before {
    width: 10px;
    height: 50px;
  }
  .commonMidashi_1.__small {
    font-size: 22px;
  }
  .commonMidashi_1.__small::before {
    width: 9px;
    height: 39px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonMidashi_1.__midashiWaku {
    padding-left: 3em;
  }
  .commonMidashi_1.__midashiWaku::before {
    width: 10px;
    height: 50px;
  }
}

.commonMidashi_2 {
  font-size: 24px;
  line-height: 1.3;
  padding: 1em 1em 1em 2em;
  border-radius: 6px;
  background-color: #d9eff8;
}
.commonMidashi_2.__small {
  font-size: 21px;
}
.commonMidashi_2.__xsmall {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_2 {
    font-size: 17px;
    padding: 0.6em 0.6em 0.6em 1em;
    margin-bottom: 5%;
  }
  .commonMidashi_2.__small {
    font-size: 17px;
  }
  .commonMidashi_2.__xsmall {
    font-size: 16px;
  }
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  position: fixed;
  z-index: 1004;
  width: 100%;
  padding: 1.3em 2.3em;
  background-color: #fff;
  top: 0;
  transition: 0.3s;
}
.open header {
  z-index: 1004;
}
@media print, screen and (min-width: 768px) {
  .change-color header {
    padding: 0.6% 2%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 12px 2%;
    background-color: #fff;
    z-index: 1004;
    height: 70px;
  }
  .open header {
    z-index: 1004;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header {
    padding: 24px 1.5% 15px 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  header {
    padding: 10px 1.5% 8px 20px;
  }
}

.headerUnit {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .headerUnit {
    width: 83%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerUnit {
    width: 83%;
  }
}

.headerLogoBlock {
  width: 25%;
  margin-right: 20px;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .headerLogoBlock {
    width: 84%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .headerLogoBlock {
    width: 36%;
  }
}

.headerInfoBlock {
  width: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .headerInfoBlock {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .headerInfoBlock {
    display: none;
  }
}

.logo {
  width: 100%;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .change-color .logo {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .change-color .logo {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    max-height: 40px;
    width: auto;
    margin: 0 auto;
  }
}

.headerTitle {
  font-size: 24px;
  line-height: 1;
  margin-right: 47px;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .change-color .headerTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .headerTitle {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .headerTitle {
    font-size: 16px;
  }
}

.headerMenueCard_Main > li {
  transition: 0.3s;
}
.headerMenueCard_Main > li > a {
  font-size: 24px;
  display: inline-block;
  letter-spacing: 0.15em;
  text-align: center;
  display: block;
  line-height: 1.6;
  padding: 0 2.8em;
  transition: 0.3s;
  position: relative;
}
.headerMenueCard_Main > li > a::before {
  content: "";
  position: absolute;
  left: 8%;
  bottom: -4px;
  width: 80%;
  height: 3px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
.headerMenueCard_Main > li:hover > a::before {
  transform: scale(1);
}
@media screen and (max-width: 1470px) {
  .headerMenueCard_Main > li > a {
    font-size: 22px;
    padding: 0 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .headerMenueCard_Main > li > a {
    font-size: 16px;
    padding: 0 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerMenueCard_Main > li > a {
    font-size: 18px;
    padding: 0 1em;
  }
}

.overRayTextCard {
  padding: 22% 40px 11%;
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    padding: 0 5px 11%;
  }
}

.overRayMenuUl dd,
.overRayMenuUl dt {
  font-weight: bold;
  line-height: 1.4;
}
.overRayMenuUl > li {
  position: relative;
  padding: 2rem 3rem;
}
.overRayMenuUl > li:before {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.overRayMenuUl > li a {
  display: block;
  transition: 0.3s;
  position: relative;
}
.overRayMenuUl > li a::before, .overRayMenuUl > li a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 1;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 100;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
}
.overRayMenuUl > li a::before {
  content: "\f138";
}
.overRayMenuUl > li a.hasMegaMenuA::before {
  content: "\f13a";
}
.overRayMenuUl > li a.hasMegaMenuA.on {
  padding-bottom: 5%;
}
.overRayMenuUl > li a.hasMegaMenuA.on::after {
  content: "\f139";
}
.overRayMenuUl > li a.hasMegaMenuA.on::before {
  opacity: 0;
}
.overRayMenuUl > li a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .overRayMenuUl {
    margin-top: 9%;
    padding-bottom: 10px;
  }
  .overRayMenuUl > li {
    padding: 1.5rem 0.9rem;
  }
  .overRayMenuUl > li:before {
    width: 100%;
  }
  .overRayMenuUl dd,
  .overRayMenuUl dt {
    font-size: 14px;
  }
}

.overRayBlock {
  display: flex;
  width: 100%;
  overflow-y: scroll;
  background: #26499d;
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    height: 60vh;
  }
}

.overRayImgCard {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .overRayImgCard {
    width: 30%;
  }
}

.overRayTextCard {
  width: 100%;
  padding: 9.5% 10px;
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    width: 100%;
    padding: 0 25px;
  }
}

.topMenueText {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
}
.change-color .topMenueText {
  font-size: 16px;
}
.topMenueText.__close {
  display: none;
}
.open .topMenueText.__open {
  display: none;
}
.open .topMenueText.__close {
  display: block;
}
@media only screen and (max-width: 767px) {
  .topMenueText {
    display: none;
  }
  .open .topMenueText.__close {
    display: none;
  }
}

.spInfo {
  margin-top: 10px;
  margin-left: 2%;
  font-size: 13px;
  line-height: 1.3;
}

.splist {
  display: none;
  width: 110%;
  margin-left: -5%;
  padding: 0 5%;
  background: #bcbc4c;
}
.splist > li {
  position: relative;
  padding: 0.6em 0;
}
.splist > li:not(:last-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #182885;
}

.headerMenueList > li a {
  font-size: 18px;
  display: inline-block;
  padding: 0.4em 1em;
}
.headerMenueList > li.smallBtn {
  display: none;
}
@media screen and (max-width: 1445px) {
  .headerMenueList > li a {
    font-size: 16px;
    display: inline-block;
    padding: 0.4em 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .headerMenueList > li a {
    font-size: 14px;
    display: inline-block;
    padding: 0.4em 0.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerMenueList > li a {
    font-size: 15px;
    display: inline-block;
    padding: 0.4em 0.5em;
  }
}

.topBtn {
  transition: 0.3s;
  display: block;
  text-align: center;
}
.topBtn a {
  font-size: 13px;
  padding: 0.3em 3.5em 0.3em 0.4em;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.topBtn a::after, .topBtn a::before {
  position: absolute;
  display: block;
  content: "";
}
.topBtn a::before {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  transition: 0.3s;
  content: "\f054";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 15px;
}
.topBtn a::after {
  width: 97%;
  height: 2px;
  background: #26499d;
  bottom: 0;
  left: -5px;
}
.topBtn a:hover::before {
  right: 5px;
}
@media only screen and (max-width: 767px) {
  .topBtn {
    margin-left: 5%;
  }
  .headerInfoBlock .topBtn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .change-color .topBtn {
    display: none;
  }
}

/*==================================================
 * header
 *================================================*/
.loading {
  background: #fff;
  /*heightとwidth、fixedによって画面固定+全画面表示できる*/
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  /*flexを使って上下左右中央配置する*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading__fade {
  width: 280px;
  /*JqueryのfddeInでふわっと表示させたい為noneにする*/
  display: none;
}
@media only screen and (max-width: 767px) {
  .loading__fade {
    width: 200px;
  }
}

/* zoomup========================================*/
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.topFvWrap .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  animation: zoomUp 12s linear 0s;
  animation-fill-mode: both;
}

.swiper-container {
  position: relative;
  z-index: -1;
}

/*==================================================
 * pagenation*/
:root {
  --swiper-theme-color: #fff;
}

/*==================================================
 * top
 *================================================*/
.topFvImg {
  padding-bottom: clamp(20%, 41.5%, 830px);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .topFvImg {
    padding-bottom: 98%;
    background-position-y: top;
  }
}

@media only screen and (max-width: 767px) {
  .topFvImgCard {
    margin-top: 42px;
  }
}

.topFvText {
  width: 100%;
  max-width: 1260px;
  height: 95%;
  margin: 0 auto;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvText {
    top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .topFvText {
    height: 97%;
    top: 3%;
  }
}

.topFvTextCopy {
  width: 100%;
  height: 80%;
  text-align: right;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvTextCopy {
    top: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topFvTextCopy {
    top: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .topFvTextCopy {
    height: 100%;
    top: 3%;
  }
}

.topFvTitleJp {
  display: inline-block;
  width: 40%;
  height: 34vw;
  max-height: 630px;
  position: relative;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvTitleJp {
    width: 50vw;
    max-width: 640px;
    margin-left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topFvTitleJp {
    width: 50vw;
    max-width: 640px;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .topFvTitleJp {
    width: 22vw;
    height: 90vw;
    max-height: 680px;
  }
}
.topFvTitleJp img {
  height: 96%;
  width: auto;
  display: block;
  position: absolute;
  right: -2rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .topFvTitleJp img {
    height: 100%;
    right: 2rem;
  }
}

.topFvNameEn {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .topFvNameEn {
    position: absolute;
    bottom: -3%;
    mix-blend-mode: normal;
  }
}

.topFvNameEn p {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topFvNameEn p {
    margin-top: 0;
    text-align: left;
  }
}
.topFvNameEn p img {
  text-align: center;
  height: 9vw;
  max-height: 140px;
  width: auto;
  max-width: 1260px;
  aspect-ratio: 2483/301;
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topFvNameEn p img {
    height: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .topFvNameEn p img {
    height: 28vw;
    margin-left: 0;
    aspect-ratio: 720/265;
    max-height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .topFvTitleEn {
    font-size: 60px;
  }
}

.topAboutcard {
  padding: 6% 0 0;
  background: url(../img/about_bg-top.svg) no-repeat left top/27vw auto, url(../img/about_bg-bottom.svg) no-repeat right bottom/35vw auto;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topAboutcard {
    background-size: 23vw, 30vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topAboutcard {
    background-size: 23vw, 30vw;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutcard {
    padding: 3rem 0 20%;
  }
}

.topAboutContents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left -60px center;
  padding-bottom: 7%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topAboutContents {
    padding-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutContents {
    padding-bottom: 0;
    background-size: 220%;
    background-position: left -30px top -6%;
  }
}

.topAboutImgList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topAboutImgList {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topAboutImgList {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutImgList {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .topAboutImgList > li:not(:last-child) {
    margin-bottom: 5%;
  }
}

.topAboutImg {
  padding-bottom: 60%;
  aspect-ratio: 5/3;
}

.topAboutMainImg {
  width: 100%;
  aspect-ratio: 1200/527;
  background-size: contain;
  background-repeat: no-repeat;
  margin: -11% auto 0;
  z-index: -1;
}
.topAboutMainImg img {
  width: 100%;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topAboutMainImg {
    width: 90%;
    margin-top: -8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topAboutMainImg {
    width: 90%;
    margin-top: -8%;
  }
}

.topAboutInfoBlock {
  width: 100%;
  max-width: 960px;
  margin: -5% auto 0;
  padding-top: 60px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topAboutInfoBlock {
    width: 80%;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topAboutInfoBlock {
    width: 80%;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutInfoBlock {
    width: 95%;
    padding-top: 40px;
  }
}

.topAboutInfoTitle {
  width: 100%;
  margin: 0 auto;
  font-size: clamp(28px, 3.6vw, 32px);
  line-height: 1.8;
  letter-spacing: 0.16em;
  color: #26499d;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .topAboutInfoTitle {
    width: 100%;
    font-size: clamp(20px, 3.6vw, 22px);
  }
}
.topAboutInfoTitle .whiteMarkerSp {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .topAboutInfoTitle .whiteMarkerSp {
    display: inline-block;
    background-color: #fff;
  }
}
.topAboutInfoTitle .underline {
  background-image: linear-gradient(to right, #f18e38 8px, transparent 4px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
}

.topAboutInfoText {
  font-size: 18px;
  line-height: 2.1;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topAboutInfoText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topAboutInfoText {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutInfoText {
    font-size: 14px;
    margin-bottom: 10%;
  }
}

.topAboutInfoSubTitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .topAboutInfoSubTitle {
    font-size: 22px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topAboutInfoSubTitle {
    font-size: 28px;
    text-align: left;
  }
}

.topRecruit {
  padding: 5% 0 7%;
  background: url(../img/job_bg-top.svg) no-repeat left top/29vw auto, url(../img/job_bg-bottom.svg) no-repeat right bottom/17vw auto, #d9eff8;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topRecruit {
    padding: 5% 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruit {
    padding: 0 0 25%;
  }
}

.topRecruit .commonTitleEn {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  margin: 0 5%;
}
@media only screen and (max-width: 767px) {
  .topRecruit .commonTitleEn {
    padding: 8% 0;
  }
}

.topRecruit .commonTitleJp {
  top: 60%;
}
@media only screen and (max-width: 767px) {
  .topRecruit .commonTitleJp {
    top: 56%;
  }
}

.topInfoTitle {
  background-image: url(../img/interview_header_new.webp), linear-gradient(30deg, rgb(38, 73, 157) 85%, rgb(65, 87, 165));
  background-repeat: no-repeat, no-repeat;
  background-size: 50vw auto, 100% auto;
  background-position: center left, center right;
}
@media only screen and (max-width: 767px) {
  .topInfoTitle {
    background-size: 100% auto, 100% auto;
    background-position: top left, center right;
  }
}

.topInfoTitleText {
  width: 56vw;
  margin-left: auto;
  padding: 3% 0 2%;
}
@media only screen and (max-width: 767px) {
  .topInfoTitleText {
    width: 100%;
  }
}

.topInfoCard {
  padding-bottom: 6%;
  background: #f5fbfd;
}
@media only screen and (max-width: 767px) {
  .topInfoCard {
    padding-bottom: 20%;
  }
}

.topInfoTitleEn {
  font-size: clamp(42px, 4.8vw, 112px);
  font-family: "Oooh Baby", serif;
  line-height: 0.7;
  color: #aeddf0;
}
@media only screen and (max-width: 767px) {
  .topInfoTitleEn {
    font-size: clamp(1rem, 11vw, 12rem);
    padding: 28% 0 0;
    width: 90%;
    margin: 0 auto;
  }
}

.topInfoTitleJp {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topInfoTitleJp {
    font-size: 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .topInfoTitleJp {
    font-size: clamp(2rem, 1rem + 2vw, 3rem);
    width: 100%;
    text-align: center;
    padding-bottom: 3%;
  }
}

.topInfoBlock {
  border-radius: 10px;
  max-width: 1144px;
  margin: 0 auto;
}

.topInfoList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -moz-row-gap: 80px;
  row-gap: 80px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topInfoList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 60px;
    column-gap: 60px;
    -moz-row-gap: 60px;
    row-gap: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topInfoList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-row-gap: 40px;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .topInfoList {
    padding: 5% 4%;
    display: block;
  }
  .topInfoList .topInfoUnit:not(:last-child) {
    margin-bottom: 10%;
  }
}

.topInfoUnit {
  background: #fff;
  border: solid 2px #aeddf0;
  box-shadow: 15px 15px 0px #aeddf0;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .topInfoUnit {
    box-shadow: 10px 10px 0px #aeddf0;
  }
}

.intvewNumber {
  margin-top: -26px;
}
.intvewNumber p {
  position: relative;
  font-size: clamp(22px, 1.6vw, 28px);
  font-weight: 400;
  display: inline-block;
  height: 54px;
  background: #26499d;
  padding: 5px 7%;
  z-index: 2;
}
.intvewNumber p::after {
  position: absolute;
  top: 0;
  right: -35px;
  width: 0;
  height: 0;
  content: "";
  border-width: 54px 35px 0 0;
  border-style: solid;
  border-color: #26499d transparent transparent transparent;
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .intvewNumber p {
    font-size: 16px;
    height: 40px;
    padding: 6px 7%;
  }
  .intvewNumber p::after {
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    content: "";
    border-width: 40px 30px 0 0;
    border-style: solid;
    border-color: #26499d transparent transparent transparent;
    z-index: 1;
  }
}

.topJobImg {
  padding-bottom: 66%;
  background-size: cover;
}

.topJobTitle {
  position: relative;
  font-size: clamp(22px, 1.6vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 0.6em;
  color: #26499d;
}
@media only screen and (max-width: 767px) {
  .topJobTitle {
    font-size: 20px;
  }
}

.topJobBox {
  padding: 3% 8% 12%;
}
.topJobBox.__pink {
  background: linear-gradient(to right, #f492bb, #ff54a6);
}
.topJobBox.__orange {
  background: linear-gradient(to right, #fcbb42, #ff9100);
}
.topJobBox.__blue {
  background: linear-gradient(to right, #6ac2e1, #0092d2);
}
.topJobBox.__green {
  background: linear-gradient(to right, #45bfa1, #00928a);
}
.topJobBox span {
  font-weight: 500;
}

.topJobtype {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .topJobtype {
    font-size: 16px;
    line-height: 1.6;
  }
}

.topJobmes {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .topJobmes {
    font-size: 15px;
    line-height: 1.6;
  }
}

.intvewMore {
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .intvewMore {
    width: 30px;
    height: 30px;
  }
}

/*==================================================
 * フッター
 *================================================*/
.footerBtn {
  cursor: pointer;
  position: fixed;
  right: 2%;
  bottom: 9%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #cdcece;
  transition: 0.3s;
  z-index: 9999;
}
.footerBtn::after {
  position: absolute;
  content: "\f077";
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footerBtn:hover {
  opacity: 0.7;
}

.footerCopy {
  padding: 10px 0;
  font-size: 14px;
  background: #26499d;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    font-size: 12px;
  }
}

.topfooterCard {
  margin: 80px 0;
}

.topfooterImgBlock {
  width: 42%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .topfooterImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .topfooterImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.topfooterInfoBlock {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .topfooterInfoBlock {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7%;
  }
}

.footerImg {
  padding-bottom: 48%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footerImg {
    padding-bottom: 60%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerImg {
    padding-bottom: 60%;
  }
}

.footerlogoImg {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 20px;
}
.footerlogoImg img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footerlogoImg {
    width: 80%;
  }
}

.logoFooter_1 {
  width: 244px;
  height: auto;
}

.logoFooter_2 {
  width: 126px;
  height: auto;
  margin: 0;
}

.logoFooter_3 {
  width: 244px;
  height: auto;
  margin: 0;
}

.logoFooter_4 {
  width: 244px;
  height: auto;
  margin: 0;
}

.footerNav {
  width: calc(100% - 200px);
  font-size: clamp(14px, 1.6vw, 16px);
}
.footerNav ul {
  display: flex;
  justify-content: end;
}
.footerNav ul li {
  padding: 10px 3%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footerNav ul li {
    padding: 10px 3%;
  }
}
.footerNav ul li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .footerNav {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .footerNav ul {
    display: block;
  }
}

.topfooterTitle {
  font-size: 24px;
  font-weight: 600;
}

.topfooterInfoText {
  font-size: 16px;
  font-weight: 500;
}

/*==================================================
 * 矢印
 *================================================*/
/*==================================================
 * 下層section
 *================================================*/
/*==================================================
 * recruit
 *================================================*/
.slideno .swiper-button-next,
.slideno .swiper-button-prev {
  display: none;
}

.slideno .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .slideno .swiper-wrapper {
    display: block;
  }
  .slideno .swiper-wrapper .swiper-slide {
    margin-bottom: 30px;
  }
}

.swiperWorks .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #26499d;
  height: auto;
}
.swiperWorks .swiper-slide > a {
  display: block;
}
@media only screen and (max-width: 959px) {
  .swiperWorks .swiper-wrapper {
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .swiperWorks {
    top: -3rem;
  }
}

.jobBlock {
  padding: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .jobBlock {
    padding: 1.8em 1em;
  }
}

.jobBox {
  padding: 1.2em 0.3em;
  background-color: #26499d;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
}
.jobBox span {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .jobBox {
    font-size: 16px;
  }
}

.jobCate {
  padding: 0.2em 2.1em;
  background-color: #fff;
  border: 1px solid #aeddf0;
  border-radius: 8px;
  display: inline-block;
}
.jobCate span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .jobCate {
    border-radius: 6px;
    font-size: 14px;
    padding: 0.2em 1em;
  }
}

.jobName {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #26499d;
}
@media only screen and (max-width: 767px) {
  .jobName {
    font-size: 18px;
    margin-bottom: 10%;
  }
}

.jobImg {
  padding-bottom: 66%;
}

.jobInfoWrap {
  background: #fff;
  padding: 1.5em 1.5em 2.5em;
}
.jobInfoWrap dl {
  padding-bottom: 15px;
  border-bottom: dashed 1px #909091;
  position: relative;
}
.jobInfoWrap dl:not(:last-child) {
  margin-bottom: 15px;
}
.jobInfoWrap dl::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px;
  top: -4px;
  left: 0;
}
.jobInfoWrap dl:nth-child(1)::after {
  background-image: url(.././img/en.svg);
}
.jobInfoWrap dl:nth-child(2)::after {
  background-image: url(.././img/time.svg);
}
.jobInfoWrap dd {
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.3;
}
.jobInfoWrap.__span span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .jobInfoWrap {
    padding: 1.5em 1em 1.5em;
  }
  .jobInfoWrap dt {
    margin-right: 10px;
  }
  .jobInfoWrap dd {
    font-size: 15px;
    line-height: 1.3;
  }
}

.jobIcon {
  width: 200px;
  margin: 0;
}

.interList {
  background-image: url(.././img/moyo.jpg);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 40px;
  padding: 5em 8em;
}
@media only screen and (max-width: 767px) {
  .interList {
    display: block;
    padding: 2em 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .interList {
    padding: 3em 1.5em;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .interList {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.interImg {
  padding-bottom: 66%;
}

.interComment {
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  padding-top: 20px;
  border-top: solid 2px #fff;
}
@media only screen and (max-width: 767px) {
  .interComment {
    font-size: 18px;
  }
}

.interText {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .interText {
    font-size: 15px;
  }
}

.enviroList {
  display: grid;
  padding: 5em;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 50px;
  row-gap: 40px;
  background: rgba(181, 224, 248, 0.12);
}
@media only screen and (max-width: 767px) {
  .enviroList {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .enviroList {
    padding: 3em 1em;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}

.enviroBtnBlock {
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .enviroBtnBlock:not(:last-child) {
    margin-bottom: 10%;
  }
}

.enviroImgBlock {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .enviroImgBlock {
    width: 100%;
  }
}

.enviroInfoBlock {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .enviroInfoBlock {
    width: 100%;
    padding: 1em 0.5em;
  }
}

.enviroImg {
  padding-bottom: 84%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .enviroImg {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
}

.enviroText {
  line-height: 1.3;
  padding: 0 55px 0 30px;
  position: relative;
}
.enviroText span {
  font-size: 25px;
  line-height: 1;
}
.enviroText::after {
  position: absolute;
  content: "\f138";
  display: block;
  font-family: "Font Awesome 6 Pro";
  color: #26499d;
  font-weight: 800;
  font-size: 24px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
a:hover .enviroText::after {
  right: 5px;
}
@media only screen and (max-width: 767px) {
  .enviroText {
    padding: 0 55px 0 7px;
  }
  .enviroText span {
    font-size: 18px;
  }
  .enviroText::after {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .enviroText span {
    font-size: 18px;
  }
  .enviroText::after {
    font-size: 18px;
  }
}

.newsList > li a {
  display: block;
  padding: 1.6em 1em 1.6em 4em;
  background-color: #f2f2f2;
  border-radius: 8px;
}
.newsList > li:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .newsList > li a {
    padding: 1em;
  }
  .newsList > li dt {
    margin-bottom: 3%;
  }
}

.newsCate {
  width: 7em;
  font-size: 16px;
  color: #26499d;
}
@media only screen and (max-width: 767px) {
  .newsCate {
    font-size: 15px;
  }
}

.newsDay {
  width: 9em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .newsDay {
    font-size: 15px;
  }
}

.newsText {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .newsText {
    font-size: 15px;
    line-height: 1.4;
  }
}

.swiperWorks {
  position: relative;
  overflow: hidden;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .swiperWorks {
    padding: 1em 0;
  }
}

.swiper-button-prev {
  left: -56px;
}
.swiper-button-prev::after {
  position: absolute;
  font-weight: 800;
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8f8f90;
  content: "\f137";
}
@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .swiper-button-prev {
    left: 16%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiper-button-prev {
    left: 16%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1700px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next {
  right: -56px;
}
.swiper-button-next::after {
  position: absolute;
  font-weight: 800;
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8f8f90;
  content: "\f138";
}
@media only screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .swiper-button-next {
    right: 16%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiper-button-next {
    right: 16%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1700px) {
  .swiper-button-next {
    right: 0;
  }
}

.headerTitleJp {
  font-weight: 500;
  font-size: clamp(22px, 1.8vw, 32px);
  -webkit-text-stroke: 5px #aeddf0;
  text-stroke: 5px #aeddf0;
  paint-order: stroke;
}
@media only screen and (max-width: 767px) {
  .headerTitleJp {
    margin-left: 5rem;
  }
}

.commonFvWrap {
  padding-top: clamp(20px, 6%, 83px);
  padding-bottom: clamp(20px, 6%, 83px);
}
@media only screen and (max-width: 767px) {
  .commonFvWrap {
    padding: 5rem 0 4rem;
  }
}

.commonTitleEn {
  font-size: 168px;
  font-family: "Oooh Baby", serif;
  font-style: normal;
  line-height: 1;
  color: #26499d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonTitleEn {
    font-size: clamp(14rem, 3rem + 11vw, 16.8rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .commonTitleEn {
    font-size: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .commonTitleEn {
    font-size: clamp(6rem, 3rem + 8vw, 14rem);
    padding: 4% 0 0;
  }
}

.commonTitleJp {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: #26499d;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .commonTitleJp {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .commonTitleJp {
    font-size: clamp(2rem, 1rem + 2vw, 3rem);
    top: 60%;
  }
}

.cntMenueList {
  padding: 2em 1.8em 1.5em;
  display: grid;
  background: #aeddf0;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 19px;
  column-gap: 19px;
  position: relative;
}
.cntMenueList.__grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.cntMenueList.__grid3 {
  grid-template-columns: repeat(3, 1fr);
}
.cntMenueList > li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cntMenueList > li a {
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 0.7em;
  width: 100%;
  position: relative;
  transition: 0.3s;
  padding-right: 1.2em;
  font-size: 16px;
  line-height: 1.2;
}
.cntMenueList > li a::after {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  transition: 0.3s;
  content: "\f078";
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #26499d;
  font-weight: 900;
  font-size: 15px;
}
.cntMenueList > li a span {
  line-height: 1.3;
}
.cntMenueList > li:hover {
  color: #26499d;
}
.cntMenueList > li:hover a::after {
  top: 70%;
}
@media only screen and (max-width: 767px) {
  .cntMenueList {
    display: block;
  }
  .cntMenueList > li a {
    font-size: 15px;
  }
  .cntMenueList::after {
    width: 96%;
    left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .cntMenueList.__grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cntMenueList.__grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cntMenueList.__grid2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .cntMenueList.__grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.commonTable {
  width: 100%;
}
.commonTable td,
.commonTable th {
  padding: 0.8em 1em;
  line-height: 1.4;
  font-size: 16px;
  border: solid 1px #a9a8a9;
  vertical-align: middle;
}
.commonTable th {
  font-weight: normal;
  background-color: #e8f2fe;
}
.commonTable th.__width10 {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .commonTable {
    border-bottom: solid 1px #a9a8a9;
  }
  .commonTable.__width800 {
    width: 800px;
  }
  .commonTable td,
  .commonTable th {
    padding: 0.4em 1em;
    font-size: 15px;
  }
  .commonTable.__table_sp td,
  .commonTable.__table_sp th {
    border-bottom: none;
    display: block;
    padding: 0.4em 1em;
    font-size: 15px;
  }
}

.bk_blue {
  background-color: #e8f2fe;
}

/*==================================================
 * intervew
 *================================================*/
.tantoMark {
  width: 100%;
  max-width: 63px;
  height: 63px;
  background-color: #26499d;
  border-radius: 50%;
  position: relative;
}
.tantoMark span {
  font-size: 18px;
  width: 63px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .tantoMark {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
  .tantoMark span {
    font-size: 14px;
    width: 60px;
  }
}

.tantoText {
  font-size: 18px;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .tantoText {
    font-size: 16px;
    margin-left: 20px;
  }
}

.drlink01ImgBlock {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .drlink01ImgBlock {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.drlink01InfoBlock {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .drlink01InfoBlock {
    width: 100%;
  }
}

.jobImg {
  padding-bottom: 67%;
  background-size: cover;
}

.tantoWrap {
  margin-left: 37px;
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .tantoWrap {
    margin-left: 19px;
  }
}

.pointBox {
  padding: 2.7em 2.7em 9em;
  margin-left: -10%;
}
@media only screen and (max-width: 767px) {
  .pointBox {
    margin-left: 0;
    padding: 2em 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pointBox {
    padding: 2em 1.5em;
  }
}

.pointText {
  font-size: 35px;
  line-height: 1;
  color: #26499d;
}
@media only screen and (max-width: 767px) {
  .pointText {
    font-size: 26px;
  }
}

.infoText {
  font-size: 16px;
  line-height: 2;
}
.infoText.__hs {
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .infoText {
    font-size: 15px;
    line-height: 1.7;
  }
  .infoText.__hs {
    line-height: 1.8;
  }
}

.tantoName {
  color: #333333;
  font-size: 18px;
  line-height: 1;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .tantoName {
    font-size: 16px;
    padding-left: 0;
  }
}

.rewardList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 60px;
}
.rewardList > li {
  background-color: #d9eff8;
}
@media only screen and (max-width: 767px) {
  .rewardList {
    display: block;
  }
  .rewardList > li:not(:last-child) {
    margin-bottom: 15%;
  }
}

.rewardBox {
  padding: 2em 2em 2em 6em;
  background-color: #d9eff8;
  z-index: 0;
}
@media only screen and (max-width: 959px) {
  .rewardBox {
    padding: 4em 2em 2em;
  }
}

.rewardNmWrap {
  position: absolute;
  top: -4px;
  left: -36px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .rewardNmWrap {
    left: -6px;
    top: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rewardNmWrap {
    top: 4px;
  }
}

.rewardNm {
  font-size: 36px;
  margin-left: 10%;
  margin-top: -10px;
  display: inline-block;
  position: relative;
}
.rewardNm::after, .rewardNm::before {
  position: absolute;
  content: "";
  display: block;
}
.rewardNm::before {
  width: 160px;
  height: 50px;
  top: -22px;
  left: -9px;
  background-image: url(.././img/rewarding.svg);
  background-repeat: no-repeat;
  background-size: 160px;
}
.rewardNm::after {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .rewardNm {
    font-size: 30px;
  }
  .rewardNm::after {
    width: 70px;
    height: 70px;
  }
  .rewardNm::before {
    top: -15px;
    left: -2px;
    background-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rewardNm::before {
    left: -3px;
  }
}

.skillList > li:not(:last-child) {
  margin-bottom: 10px;
}
.skillList > li .skillWrap {
  padding: 1.5em 2em;
}
.skillList > li .skillWrap.__bk {
  background: #d9eff8;
}
@media only screen and (max-width: 767px) {
  .skillList > li .skillWrap {
    padding: 1.2em 1em;
  }
}

.skillText {
  position: relative;
}
.skillText::after {
  position: absolute;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(.././img/check.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  top: 0;
  left: 0;
}
.skillText span {
  margin-left: 48px;
  font-size: 18px;
  display: inline-block;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .skillText::after {
    background-size: 25px;
    top: 2px;
  }
  .skillText span {
    font-size: 15px;
    margin-left: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .skillText span {
    font-size: 17px;
    line-height: 1.8;
  }
}

.wkPointList {
  background: #d9eff8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 60px;
  row-gap: 40px;
  padding: 3.5em;
  position: relative;
  z-index: 0;
}
.wkPointList > li {
  background: #fff;
  padding: 2.7em 2.4em;
  border-radius: 8px;
  position: relative;
}
.wkPointList > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #26499d;
  top: 7px;
  left: 7px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .wkPointList {
    display: block;
    padding: 3em 2em;
  }
  .wkPointList > li {
    padding: 2em 1.3em;
  }
  .wkPointList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wkPointList {
    padding: 3em 2em;
    -moz-column-gap: 60px;
    column-gap: 30px;
  }
  .wkPointList > li {
    padding: 2em 1.3em;
  }
}

.wkPointNm {
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  display: inline-block;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
.wkPointNm i {
  padding-left: 3rem;
}
.wkPointNm::before, .wkPointNm::after {
  position: absolute;
  content: "";
  display: block;
}
.wkPointNm::before {
  width: 80px;
  height: 40px;
  background-image: url(.././img/point.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  top: 2px;
  left: -6rem;
}
.wkPointNm::after {
  width: 280%;
  height: 2px;
  background-color: #26499d;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .wkPointNm {
    padding-bottom: 19px;
    font-size: 38px;
  }
  .wkPointNm::after {
    width: 220%;
  }
  .wkPointNm::before {
    background-size: 60px;
    top: 4px;
    left: -4rem;
  }
}

.flowList > li {
  padding-bottom: 20px;
  border-bottom: dashed 2px #26499d;
  margin-bottom: 20px;
}
.flowList dl {
  margin-left: 20px;
}
.flowList dt {
  font-size: 16px;
  line-height: 1.3;
  width: 50%;
  border-right: solid 1px #c8c9ca;
}
.flowList dd {
  padding: 1em 1em 1em 2em;
  font-size: 16px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .flowList > li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .flowList dl {
    display: block;
    margin-left: 0;
  }
  .flowList dt,
  .flowList dd {
    font-size: 15px;
    width: 100%;
  }
  .flowList dt {
    border-right: none;
    margin-bottom: 2%;
  }
  .flowList dd {
    padding: 0;
  }
}

.flowTime {
  width: 230px;
  padding: 1em;
  display: inline-block;
  line-height: 1;
  color: #171c61;
  background-color: #f7f7f7;
  position: relative;
}
.flowTime::after {
  position: absolute;
  content: "";
  display: block;
  width: 21px;
  height: 13px;
  background-image: url(.././img/sankaku.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .flowTime {
    width: 140px;
  }
  .flowTime::after {
    background-size: 15px;
    right: -14px;
  }
}

.flowText {
  width: 60%;
  padding: 0 1em 0 2em;
}
@media only screen and (max-width: 767px) {
  .flowText {
    padding: 0 1em 0 1.3em;
  }
}

.mesWrap {
  padding: 2em 3.6em 4em;
}
@media only screen and (max-width: 767px) {
  .mesWrap {
    padding: 2em 1.5em;
  }
}

.mesImgBlock {
  width: 38%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .mesImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.mesInfoBlock {
  width: 57%;
}
@media only screen and (max-width: 767px) {
  .mesInfoBlock {
    width: 100%;
  }
}

.mesImg {
  padding-bottom: 66%;
  background-size: cover;
}

.entryBtn {
  display: inline-block;
  padding: 2.7em 5.4em;
  background-color: #26499d;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
}
.entryBtn::after {
  position: absolute;
  content: "";
  display: block;
  transition: 0.3s;
  width: 42px;
  height: 42px;
  background-image: url(.././img/entry.svg);
  background-repeat: no-repeat;
  background-size: 42px;
  top: 50%;
  transform: translateY(-50%);
  right: 76px;
}
.entryBtn:hover {
  opacity: 0.7;
}
.entryBtn:hover::after {
  right: 70px;
}
@media only screen and (max-width: 767px) {
  .entryBtn {
    padding: 1.5em 4em;
  }
  .entryBtn::after {
    background-size: 25px;
    width: 25px;
    height: 25px;
    right: 23px;
  }
}

.entryEn {
  font-size: 30px;
  margin-right: 30px;
  vertical-align: middle;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .entryEn {
    font-size: 20px;
    margin-right: 10px;
  }
}

.entryJp {
  font-size: 16px;
  vertical-align: middle;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .entryJp {
    font-size: 15px;
  }
}

/*==================================================
 * recruit
 *================================================*/
.jobComment {
  font-size: 12px;
  line-height: 1.2;
}

.worksBtnUnit > li a {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 15px;
  transition: 0.3s;
  background: #26499d;
  margin: 0 5px;
  border-radius: 8px;
  color: #fff;
}
.worksBtnUnit > li:not(:last-child) {
  margin-bottom: 10px;
}
.worksBtnUnit > li:hover {
  opacity: 0.7;
}
.worksBtnUnit.__keitai > li a {
  background: #a9a8a9;
}
@media only screen and (max-width: 767px) {
  .worksBtnUnit {
    justify-content: start;
  }
  .worksBtnUnit > li a {
    font-size: 14px;
    padding: 0.3em 0.6em;
    border-radius: 4px;
    margin: 0 2px;
  }
  .worksBtnUnit > li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .worksBtnUnit > li:not(:last-child) {
    margin-bottom: 7px;
  }
  .worksBtnUnit > li a {
    padding: 0.3em 0.8em;
    font-size: 14px;
    margin: 0 5px;
  }
}

.archiveWorks_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
.archiveWorks_ul > li {
  background-color: #fff;
  border: 1px solid #26499d;
  border-radius: 10px;
  height: auto;
}
.archiveWorks_ul > li > a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .archiveWorks_ul {
    display: block;
  }
  .archiveWorks_ul > li {
    padding: 2.2em 1em;
  }
  .archiveWorks_ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .archiveWorks_ul {
    grid-template-columns: 1fr 1fr;
  }
}

.workstitleJp {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .workstitleJp {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .workstitleJp {
    font-size: 20px;
    width: 100%;
    top: 70%;
  }
}

.works_title .commonTitleEn {
  background-color: #d9eff8;
  color: #fff;
  font-size: 128px;
  padding: 2rem 0 1rem;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .works_title .commonTitleEn {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .works_title .commonTitleEn {
    font-size: 40px;
    padding: 6% 0;
  }
}

.cateTitle {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .cateTitle {
    font-size: 16px;
  }
}

.cateTitleBlock {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .cateTitleBlock {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .cateTitleBlock {
    width: 30%;
  }
}

.cateInfoBlock {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .cateInfoBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .cateInfoBlock {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .recruitBlock {
    margin-bottom: 15%;
  }
}

.recruitTable {
  width: 100%;
}
.recruitTable th,
.recruitTable td {
  vertical-align: middle;
  border-top: solid 1px #26499d;
  border-bottom: solid 1px #26499d;
  padding: 1em;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.recruitTable th {
  background: #d9eff8;
  width: 20%;
}
.recruitTable i {
  font-size: 20px;
  margin-left: 5px;
  color: #26499d;
}
.recruitTable span {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
}
.recruitTable .tel {
  font-size: 25px;
}
@media print, screen and (min-width: 768px) {
  .recruitTable .tel a {
    pointer-events: none;
  }
}
.recruitTable ul {
  display: flex;
  flex-wrap: wrap;
}
.recruitTable ul > li {
  font-size: 15px;
  line-height: 1;
  padding: 0.3em;
  background-color: #f4f2f2;
  margin: 0 3px 8px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .recruitTable th,
  .recruitTable td {
    font-size: 14px;
    padding: 0.6em;
    display: block;
    width: 100%;
    border-bottom: unset;
  }
  .recruitTable .tel {
    font-size: 20px;
  }
  .recruitTable i {
    font-size: 20px;
    margin-right: 5px;
  }
  .recruitTable ul > li {
    font-size: 13px;
    padding: 0.3em;
  }
}

.companyName {
  font-size: 18px;
}

.jobInfoBlock {
  cursor: pointer;
  padding: 1em;
  background-color: #f4f2f2;
  position: relative;
}
.jobInfoBlock::before {
  opacity: 0;
}
.jobInfoBlock::after, .jobInfoBlock::before {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 20px;
}
.jobInfoBlock::after {
  content: "\f078";
}
.jobInfoBlock::before {
  content: "\f077";
}
.jobInfoBlock.on::before {
  opacity: 1;
}
.jobInfoBlock.on::after {
  opacity: 0;
}

.utiwakeBlock {
  display: none;
}
.on .utiwakeBlock {
  display: block;
}

@media only screen and (max-width: 767px) {
  .midashiBlock {
    margin-bottom: 15%;
  }
}

/*トップページ
*================================================*/
.worksTitle {
  font-size: clamp(20px, 3vw, 33px);
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 4.3em;
}
.worksTitle::after {
  position: absolute;
  content: "";
  display: block;
  top: 40%;
  left: 75%;
  width: 423px;
  height: 320px;
  transform: translate(-50%, -50%);
  background-image: url(.././img/works_backMaru.png);
  background-repeat: no-repeat;
  background-size: 423px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .worksTitle {
    font-size: 20px;
    padding: 3.1em 0.3em 2.6em 4.4em;
  }
  .worksTitle::after {
    left: 97%;
    width: 200px;
    height: 153px;
    background-size: 200px;
  }
}
@media only screen and (max-width: 959px) {
  .worksTitle {
    font-size: 20px;
    padding: 3.1em 0.3em 2.6em 4.4em;
  }
  .worksTitle::after {
    left: 97%;
    width: 250px;
    height: 191px;
    background-size: 250px;
  }
}

.boxSadow_b {
  position: relative;
}
.boxSadow_b::after {
  position: absolute;
  content: "";
  display: block;
  top: 1%;
  left: 1%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  filter: blur(30px);
  z-index: -1;
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=import.css.map */