@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.menu-toggle, .menu-toggle span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-toggle {
  position: fixed;
  top: clamp(18px, 12.5454545455px + 1.4545454545vw, 30px);
  right: clamp(35px, 30.4545454545px + 1.2121212121vw, 45px);
  width: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
  height: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
  z-index: 120;
  background: #132178;
  border: none;
  border-radius: clamp(5px, 3.6363636364px + 0.3636363636vw, 8px);
  cursor: pointer;
}
.menu-toggle p {
  margin-top: 33px;
  color: #fff;
  letter-spacing: -0.04em;
  font-size: 1.5rem;
}
.menu-toggle span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: 3px;
  background-color: #fff;
  z-index: 120;
}
.menu-toggle span:nth-of-type(1) {
  top: 30%;
}
.menu-toggle span:nth-of-type(2) {
  top: 50%;
}
.menu-toggle span:nth-of-type(3) {
  top: 70%;
}

.menu-toggle.active {
  opacity: 1;
  border: none;
  background: none;
}
.menu-toggle.active p {
  color: #fff;
}
.menu-toggle.active span {
  background-color: #fff;
}
.menu-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 50%;
}
.menu-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  top: 50%;
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  inset: 0;
  opacity: 0;
  background: rgba(27, 32, 53, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}
#nav .nav_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(2.4rem, 2.88vw, 3.2rem);
  line-height: 1.3;
  font-weight: 400;
  z-index: 10;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
#nav .nav_title .en_title {
  display: block;
  font-size: clamp(2rem, 2.36vw, 2.6rem);
  font-weight: normal;
}
#nav .nav-inner {
  position: fixed;
  top: 0;
  right: -80vw;
  right: -80dvw;
  display: block;
  width: 80vw;
  width: 80dvw;
  max-width: 500px;
  margin-left: 10%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100%;
  background: #132178;
  background: -webkit-gradient(linear, left top, right top, from(rgba(19, 33, 120, 0.94)), to(rgba(24, 60, 132, 0.94)));
  background: linear-gradient(90deg, rgba(19, 33, 120, 0.94) 0%, rgba(24, 60, 132, 0.94) 100%);
  border-radius: clamp(18px, 15.2727272727px + 0.7272727273vw, 24px) 0 0 clamp(18px, 15.2727272727px + 0.7272727273vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 25px 35px;
  padding: clamp(70px, 47.2727272727px + 6.0606060606vw, 120px) clamp(30px, 20.9090909091px + 2.4242424242vw, 50px) clamp(20px, 10.9090909091px + 2.4242424242vw, 40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: -6px 0px 20px 3px rgba(27, 32, 53, 0.5);
          box-shadow: -6px 0px 20px 3px rgba(27, 32, 53, 0.5);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#nav .nav-inner::-webkit-scrollbar {
  display: none;
}
#nav .nav-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: clamp(5px, 2.7272727273px + 0.6060606061vw, 10px);
}
#nav .nav-list .nav-normal {
  border-bottom: 1px solid #fff;
}
#nav .nav-list .nav-normal:first-child {
  border-top: 1px solid #fff;
}
#nav .nav-list .sub-menu-item {
  border-bottom: 1px solid #fff;
}
#nav .nav-list .sub-menu-recruit {
  display: none;
}
#nav .nav-list .nav-link, #nav .nav-list .nav-link-sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(8px, 6.1818181818px + 0.4848484848vw, 12px) clamp(30px, 23.1818181818px + 1.8181818182vw, 45px) clamp(8px, 6.1818181818px + 0.4848484848vw, 12px) clamp(20px, 17.7272727273px + 0.6060606061vw, 25px);
  display: block;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#nav .nav-list .nav-link::after, #nav .nav-list .nav-link-sub::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.7em;
  background-image: url("/img/common/arrow_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .nav-list .nav-link:hover, #nav .nav-list .nav-link-sub:hover {
  opacity: 1;
  background: #fff;
  color: #132178;
}
#nav .nav-list .nav-link:hover::after, #nav .nav-list .nav-link-sub:hover::after {
  right: 0.5em;
  background-image: url("/img/common/arrow_b.svg");
}
#nav .nav-list .nav-recruit .nav-link, #nav .nav-list .nav-contact .nav-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(30px, 23.1818181818px + 1.8181818182vw, 45px) clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(20px, 17.7272727273px + 0.6060606061vw, 25px);
  color: #fff;
  border-radius: 50px;
  line-height: 1;
}
#nav .nav-list .nav-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#nav .nav-list .nav-recruit .nav-link-recruit {
  margin-top: clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
}
#nav .nav-list .nav-recruit .nav-link {
  background: #F97316;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 115, 22)), to(rgb(249, 189, 21)));
  background: linear-gradient(90deg, rgb(249, 115, 22) 0%, rgb(249, 189, 21) 100%);
}
#nav .nav-list .nav-recruit .nav-link::after {
  background-image: url("/img/common/arrow_w.svg");
}
#nav .nav-list .nav-recruit .nav-link:hover {
  background: -webkit-gradient(linear, left top, right top, from(white), to(white));
  background: linear-gradient(90deg, white 0%, white 100%);
  color: #f97316;
}
#nav .nav-list .nav-recruit .nav-link:hover::after {
  background-image: url("/img/common/arrow_o.svg");
}
#nav .nav-list .nav-contact {
  margin-top: clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
}
#nav .nav-list .nav-contact .nav-link {
  background: #fff;
  color: #132178;
  border: 2px solid #fff;
}
#nav .nav-list .nav-contact .nav-link::after {
  background-image: url("/img/common/arrow_b.svg");
}
#nav .nav-list .nav-contact .nav-link:hover {
  background: #132178;
  color: #fff;
}
#nav .nav-list .nav-contact .nav-link:hover::after {
  background-image: url("/img/common/arrow_w.svg");
}
#nav .sp-nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: clamp(30px, 20.9090909091px + 2.4242424242vw, 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 5px clamp(10px, 5.4545454545px + 1.2121212121vw, 20px);
}
#nav .sp-nav-bottom .snb-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nav .sp-nav-bottom img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(35px, 23.6363636364px + 3.0303030303vw, 60px);
}
#nav .sp-nav-bottom .menu-logo-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#nav .sp-nav-bottom .menu-logo-txt .s-name-s, #nav .sp-nav-bottom .menu-logo-txt .s-name-l {
  line-height: 1;
}
#nav .sp-nav-bottom .menu-logo-txt .s-name-s {
  font-size: clamp(1.5rem, 13.1707317073px + 0.487804878vw, 2rem);
  margin-bottom: 3px;
}
#nav .sp-nav-bottom .menu-logo-txt .s-name-l {
  font-size: clamp(2.4rem, 19.6097560976px + 1.1707317073vw, 3.6rem);
}
#nav .sp-nav-bottom .squid-menu {
  width: clamp(80px, 61.8181818182px + 4.8484848485vw, 120px);
  display: inline-block;
}

#nav.active {
  right: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav.active .nav-inner {
  right: 0;
}
#nav.active li {
  opacity: 1;
}

button:focus:not(.focus-visible) {
  outline: none;
}

/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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;
}

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;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

input, select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
html {
  font-size: 62.5%;
}

body {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-break: normal;
  line-break: normal;
  line-height: 1.8;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1b2035;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}

.container, .container-s, .container-xs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .container-s {
    width: 700px;
  }
  .container-xs {
    width: 680px;
  }
}
@media (min-width: 987px) {
  .container, .inner-container {
    width: 930px;
  }
  .container-s {
    width: 930px;
  }
  .container-xs {
    width: 880px;
  }
}
@media (min-width: 1220px) {
  .container, .inner-container {
    width: 1140px;
  }
  .container-s {
    width: 1000px;
  }
}
@media (min-width: 1460px) {
  .container {
    width: 1380px;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

.xlg-br {
  display: none;
}
@media (min-width: 1500px) {
  .xlg-br {
    display: block;
  }
}

@media (min-width: 1500px) {
  .br-xlg {
    display: none;
  }
}

/*margin 0 auto */
.block-center {
  display: block;
  margin: 0 auto;
}

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

.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #132178;
  color: #fff;
}
::selection {
  background: #132178;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
a:hover, a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #1b2035;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
YouTube動画スタイル
//////////////////////////////////　*/
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　////////////////////////////////
背景色
//////////////////////////////////　*/
.bg-gray {
  background: #f2f2f0;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .bg-gray {
    padding: 80px 0;
  }
}

/*　////////////////////////////////
table
//////////////////////////////////　*/
.table-styleA, .table-styleB {
  border-bottom: 1px solid #6fa7d6;
}
.table-styleA dl, .table-styleA dt, .table-styleA dd, .table-styleB dl, .table-styleB dt, .table-styleB dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleA dl dt, .table-styleA dl dd, .table-styleB dl dt, .table-styleB dl dd {
  border-top: 1px solid #6fa7d6;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleA dl dd, .table-styleB dl dt, .table-styleB dl dd {
    font-size: 1.6rem;
  }
}
.table-styleA dl dt, .table-styleB dl dt {
  width: 100%;
  float: none;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleB dl dt {
    text-align: left;
    width: 230px;
    float: left;
    padding: 20px 0 0 20px;
  }
}
.table-styleA dl dd, .table-styleB dl dd {
  margin-left: 0;
  padding: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd, .table-styleB dl dd {
    margin-left: 230px;
    padding: 20px 0 20px 20px;
  }
}
.table-styleA dl dd:after, .table-styleB dl dd:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before, .table-styleA dl:before, .table-styleB dl:before,
.clearfix:after,
.table-styleA dl:after,
.table-styleB dl:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .table-styleA dl:after, .table-styleB dl:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.clearfix, .table-styleA dl, .table-styleB dl {
  zoom: 1;
}
.clearfix:after, .table-styleA dl:after, .table-styleB dl:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////
背景画像指定
//////////////////////////////////　*/
/*
img,
a {
    -webkit-user-drag: none;
}
*/
/*　////////////////////////////////
end　背景画像指定
//////////////////////////////////　*/
body {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.72vw, 1.8rem);
  color: #1b2035;
  background: #f4f4f4;
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}
body ul {
  margin: 0;
}
body ul li {
  list-style-type: none;
}
body a span:hover,
body a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

.all-wrapper {
  overflow: hidden;
  /*　////////////////////////////////
  header
  //////////////////////////////////　*/
}
.all-wrapper header.header .header-wrap {
  position: fixed;
  top: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1400px;
  width: calc(100% - 30px);
  padding: clamp(7px, 3.8181818182px + 0.8484848485vw, 14px) clamp(30px, 25.4545454545px + 1.2121212121vw, 40px);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-box-shadow: 0px 5px 10px -10px #4e596b;
          box-shadow: 0px 5px 10px -10px #4e596b;
  z-index: 100;
}
.all-wrapper header.header .head-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.all-wrapper header.header .head-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-wrapper header.header .head-logo-link:hover span {
  opacity: 1;
}
.all-wrapper header.header .head-logo-link img {
  width: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.all-wrapper header.header .head-logo-link .site-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.all-wrapper header.header .head-logo-link .site-name .s-name-s, .all-wrapper header.header .head-logo-link .site-name .s-name-l {
  line-height: 1;
  font-weight: bold;
}
.all-wrapper header.header .head-logo-link .site-name .s-name-s {
  font-size: clamp(1.5rem, 13.1707317073px + 0.487804878vw, 2rem);
  margin-bottom: 3px;
}
.all-wrapper header.header .head-logo-link .site-name .s-name-l {
  font-size: clamp(2.4rem, 19.6097560976px + 1.1707317073vw, 3.6rem);
}
.all-wrapper header.header .header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 0.9090909091px + 2.4242424242vw, 30px);
}
.all-wrapper header.header .header-nav .nav-link {
  font-size: clamp(1.6rem, 15.6341463415px + 0.0975609756vw, 1.7rem);
  font-weight: bold;
  line-height: 1;
}
.all-wrapper header.header .header-nav .nav-normal {
  position: relative;
}
.all-wrapper header.header .header-nav .nav-normal .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #132178;
  -webkit-transition: width 0.3s ease, left 0.3s ease;
  transition: width 0.3s ease, left 0.3s ease;
}
.all-wrapper header.header .header-nav .nav-normal .nav-link:hover {
  color: #132178;
}
.all-wrapper header.header .header-nav .nav-normal .nav-link:hover::after {
  width: 100%;
  left: 0;
}
.all-wrapper header.header .header-nav .nav-recruit .nav-link, .all-wrapper header.header .header-nav .nav-contact .nav-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
  width: clamp(140px, 124.0909090909px + 4.2424242424vw, 175px);
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  position: relative;
}
.all-wrapper header.header .header-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1em;
}
.all-wrapper header.header .header-nav .sub-menu .sub-menu-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(249, 115, 22, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  z-index: 0;
  border-radius: 7px;
}
.all-wrapper header.header .header-nav .sub-menu .sub-menu-item {
  border-bottom: 1px solid #fff;
}
.all-wrapper header.header .header-nav .sub-menu .sub-menu-item:first-child {
  border-top: 1px solid #fff;
}
.all-wrapper header.header .header-nav .sub-menu .nav-link-sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-weight: bold;
  padding: 5px 2em 5px 5px;
  font-size: clamp(1.6rem, 15.6341463415px + 0.0975609756vw, 1.7rem);
  color: #fff;
  position: relative;
}
.all-wrapper header.header .header-nav .sub-menu .nav-link-sub::after {
  content: "";
  position: absolute;
  width: 0.85em;
  height: 0.85em;
  background-image: url("/img/common/arrow_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper header.header .header-nav .sub-menu .nav-link-sub:hover::after {
  right: 0;
}
.all-wrapper header.header .header-nav .nav-recruit {
  position: relative;
}
.all-wrapper header.header .header-nav .nav-recruit::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1em;
  height: 1em;
  background: rgba(249, 115, 22, 0.9);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  display: none;
}
.all-wrapper header.header .header-nav .nav-recruit .nav-link-recruit {
  position: relative;
  z-index: 1;
}
.all-wrapper header.header .header-nav .nav-recruit:hover::after {
  display: block;
}
.all-wrapper header.header .header-nav .nav-recruit:hover .sub-menu {
  display: block;
}
.all-wrapper header.header .header-nav .nav-recruit .nav-link {
  background: #F97316;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 115, 22)), to(rgb(249, 189, 21)));
  background: linear-gradient(90deg, rgb(249, 115, 22) 0%, rgb(249, 189, 21) 100%);
  padding: clamp(10px, 9.0909090909px + 0.2424242424vw, 12px);
}
.all-wrapper header.header .header-nav .nav-recruit .nav-link:hover {
  opacity: 1;
}
.all-wrapper header.header .header-nav .nav-contact .nav-link {
  background: #132178;
  padding: clamp(10px, 9.0909090909px + 0.2424242424vw, 12px) clamp(15px, 12.7272727273px + 0.6060606061vw, 20px) clamp(10px, 9.0909090909px + 0.2424242424vw, 12px) clamp(10px, 9.0909090909px + 0.2424242424vw, 12px);
}
.all-wrapper header.header .header-nav .nav-contact .nav-link::after {
  content: "";
  position: absolute;
  width: 0.85em;
  height: 0.85em;
  background-image: url("/img/common/arrow_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper header.header .header-nav .nav-contact .nav-link:hover::after {
  right: 0.2em;
}
.all-wrapper header.header .pc-nav {
  display: none;
}
.all-wrapper header.header .sp-nav {
  display: block;
}
@media (min-width: 1120px) {
  .all-wrapper header.header .pc-nav {
    display: block;
  }
  .all-wrapper header.header .sp-nav {
    display: none;
  }
}
.all-wrapper {
  /*　////////////////////////////////
  footer
  //////////////////////////////////　*/
}
.all-wrapper footer.footer {
  background: #4270B2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(66, 112, 178)), to(rgb(19, 33, 120)));
  background: linear-gradient(0deg, rgb(66, 112, 178) 0%, rgb(19, 33, 120) 100%);
  color: #fff;
  padding: clamp(50px, 36.3636363636px + 3.6363636364vw, 80px) 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.all-wrapper footer.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(30px, 25.4545454545px + 1.2121212121vw, 40px) 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1380px;
  margin: 0 auto clamp(30px, 25.4545454545px + 1.2121212121vw, 40px);
  padding: 0 clamp(15px, 3.6363636364px + 3.0303030303vw, 40px);
  position: relative;
  z-index: 5;
}
.all-wrapper footer.footer .footer-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-wrapper footer.footer .footer-nav {
  width: 100%;
}
.all-wrapper footer.footer .footer-nav .f-nav-item {
  width: 100%;
}
.all-wrapper footer.footer .footer-nav .nav-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(12px, 10.6363636364px + 0.3636363636vw, 15px) clamp(30px, 23.1818181818px + 1.8181818182vw, 45px) clamp(12px, 10.6363636364px + 0.3636363636vw, 15px) clamp(20px, 17.7272727273px + 0.6060606061vw, 25px);
  display: block;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
}
.all-wrapper footer.footer .footer-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.7em;
  background-image: url("/img/common/arrow_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper footer.footer .footer-nav .nav-link:hover {
  opacity: 1;
  background: #fff;
  color: #132178;
}
.all-wrapper footer.footer .footer-nav .nav-link:hover::after {
  right: 0.4em;
  background-image: url("/img/common/arrow_b.svg");
}
.all-wrapper footer.footer .footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(6px, 4.1818181818px + 0.4848484848vw, 10px);
  margin-bottom: clamp(25px, 18.1818181818px + 1.8181818182vw, 40px);
}
.all-wrapper footer.footer .footer-title img {
  width: clamp(60px, 50.9090909091px + 2.4242424242vw, 80px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.all-wrapper footer.footer .footer-title .c-name-s {
  font-size: clamp(2rem, 17.4390243902px + 0.6829268293vw, 2.7rem);
}
.all-wrapper footer.footer .footer-title .c-name-l {
  font-size: clamp(3rem, 23.4146341463px + 1.756097561vw, 4.8rem);
}
.all-wrapper footer.footer .location {
  font-weight: bold;
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
}
.all-wrapper footer.footer .footer-tel {
  font-size: clamp(3rem, 28.5365853659px + 0.3902439024vw, 3.4rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-weight: bold;
  color: #fff;
  margin-bottom: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.all-wrapper footer.footer .footer-tel::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("/img/common/tel_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.1em;
}
.all-wrapper footer.footer .ast {
  font-size: clamp(1.4rem, 13.6341463415px + 0.0975609756vw, 1.5rem);
}
.all-wrapper footer.footer .footer-illust {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.all-wrapper footer.footer .footer-illust img {
  -webkit-animation: glow 5s ease-in-out infinite;
          animation: glow 5s ease-in-out infinite;
}
@-webkit-keyframes glow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 -2px 4px rgba(255, 220, 120, 0.2)) drop-shadow(0 -6px 12px rgba(255, 220, 120, 0.1));
            filter: drop-shadow(0 -2px 4px rgba(255, 220, 120, 0.2)) drop-shadow(0 -6px 12px rgba(255, 220, 120, 0.1));
  }
  50% {
    -webkit-filter: drop-shadow(0 -3px 6px rgba(255, 220, 120, 0.7)) drop-shadow(0 -8px 18px rgba(255, 220, 120, 0.35));
            filter: drop-shadow(0 -3px 6px rgba(255, 220, 120, 0.7)) drop-shadow(0 -8px 18px rgba(255, 220, 120, 0.35));
  }
}
@keyframes glow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 -2px 4px rgba(255, 220, 120, 0.2)) drop-shadow(0 -6px 12px rgba(255, 220, 120, 0.1));
            filter: drop-shadow(0 -2px 4px rgba(255, 220, 120, 0.2)) drop-shadow(0 -6px 12px rgba(255, 220, 120, 0.1));
  }
  50% {
    -webkit-filter: drop-shadow(0 -3px 6px rgba(255, 220, 120, 0.7)) drop-shadow(0 -8px 18px rgba(255, 220, 120, 0.35));
            filter: drop-shadow(0 -3px 6px rgba(255, 220, 120, 0.7)) drop-shadow(0 -8px 18px rgba(255, 220, 120, 0.35));
  }
}
.all-wrapper footer.footer .copyright {
  background: #1b2035;
  color: #fff;
  text-align: center;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) 15px;
  font-size: clamp(1.4rem, 13.2682926829px + 0.1951219512vw, 1.6rem);
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .all-wrapper footer.footer .footer-nav {
    width: auto;
  }
  .all-wrapper footer.footer .footer-nav:first-child {
    margin-right: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
  }
  .all-wrapper footer.footer .footer-nav .f-nav-item {
    max-width: clamp(260px, 241.8181818182px + 4.8484848485vw, 300px);
  }
}
@media (min-width: 768px) {
  .all-wrapper footer.footer .footer-nav .f-nav-item {
    width: 22vw;
  }
  .all-wrapper footer.footer .footer-tel {
    pointer-events: none;
  }
}
.all-wrapper {
  /*　////////////////////////////////
  pagetop
  //////////////////////////////////　*/
}
.all-wrapper .pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.all-wrapper .pagetop a {
  display: inline-block;
}
.all-wrapper .pagetop a img {
  width: clamp(90px, 76.3636363636px + 3.6363636364vw, 120px);
  height: auto;
}
.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  共通
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .all-wrapper section {
    margin-bottom: 100px;
  }
}
.all-wrapper .section-s {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .all-wrapper .section-s {
    margin-bottom: 80px;
  }
}
.all-wrapper .no-margin-sec {
  margin: 0;
}
.all-wrapper .pa_section {
  margin-bottom: 40px;
}
.all-wrapper .pa_section:last-child {
  margin-bottom: 80px;
}
@media (min-width: 987px) {
  .all-wrapper .pa_section {
    margin-bottom: 0px;
  }
  .all-wrapper .pa_section:last-child {
    margin-bottom: 80px;
  }
  .all-wrapper .pa_box {
    padding-top: 63px;
  }
}
.all-wrapper .sentence {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.66vw, 1.7rem);
}
.all-wrapper .txt_center {
  text-align: center;
  text-wrap: balance;
}
.all-wrapper .f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-wrapper .widget-title {
  margin: 0;
  max-width: initial;
}
.all-wrapper .midashi {
  font-size: clamp(2rem, 2.42vw, 2.7rem);
  font-weight: 500;
  border-left: 10px solid #132178;
  padding-left: 10px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.all-wrapper .midashi2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #132178;
  margin-bottom: 10px;
}
.all-wrapper .g-map {
  text-align: center;
  margin-top: 15px;
}
.all-wrapper .g-map a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #6fa7d6;
}
.all-wrapper .kome {
  color: #c23939;
}
.all-wrapper .hissu {
  color: #c61a1a;
  font-weight: bold;
  margin-left: 10px;
}
.all-wrapper .attend {
  color: #c61a1a;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.all-wrapper .red_txt {
  color: #c61a1a;
  font-weight: bold;
}
.all-wrapper .ast {
  text-indent: -1em;
  margin-left: 1em;
}
.all-wrapper .ast::before {
  content: "※";
}
.all-wrapper {
  /*----- マージン -----*/
}
.all-wrapper .mb_xxs {
  margin-bottom: clamp(8px, 6.1818181818px + 0.4848484848vw, 12px);
}
.all-wrapper .mb_xs {
  margin-bottom: clamp(12px, 8.3636363636px + 0.9696969697vw, 20px);
}
.all-wrapper .mb_s {
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
.all-wrapper .mb_m {
  margin-bottom: clamp(25px, 18.1818181818px + 1.8181818182vw, 40px);
}
.all-wrapper .mb_l {
  margin-bottom: clamp(35px, 28.1818181818px + 1.8181818182vw, 50px);
}
.all-wrapper .mb_xl {
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}
.all-wrapper .mb_xxl {
  margin-bottom: clamp(75px, 63.6363636364px + 3.0303030303vw, 100px);
}
@media (max-width: 768px) {
  .all-wrapper .sm-mt {
    margin-top: 30px;
  }
}
@media (max-width: 987px) {
  .all-wrapper .md-mt {
    margin-top: 30px;
  }
}
.all-wrapper {
  /*----- ボタンスタイル -----*/
}
.all-wrapper .btnA {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(30px, 23.1818181818px + 1.8181818182vw, 45px) clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(20px, 17.7272727273px + 0.6060606061vw, 25px);
  background: #132178;
  background: -webkit-gradient(linear, left top, right top, from(rgb(19, 33, 120)), to(#4270b2));
  background: linear-gradient(90deg, rgb(19, 33, 120) 0%, #4270b2 100%);
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  max-width: 300px;
  width: 100%;
  font-size: clamp(1.8rem, 16.9024390244px + 0.2926829268vw, 2.1rem);
  font-weight: bold;
  position: relative;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(46, 62, 89, 0.4);
          box-shadow: 2px 2px 7px 0px rgba(46, 62, 89, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
}
.all-wrapper .btnA::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.7em;
  background-image: url("/img/common/arrow_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper .btnA:hover {
  -webkit-transform: translateX(4px) translateY(4px);
          transform: translateX(4px) translateY(4px);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(46, 62, 89, 0);
          box-shadow: 0px 0px 0px 0px rgba(46, 62, 89, 0);
}
.all-wrapper .btnA:hover::after {
  right: 0.3em;
}
.all-wrapper .btnB {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(30px, 23.1818181818px + 1.8181818182vw, 45px) clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(20px, 17.7272727273px + 0.6060606061vw, 25px);
  background: #fff;
  color: #132178;
  border: 2px solid #fff;
  border-radius: 50px;
  line-height: 1;
  max-width: 300px;
  width: 100%;
  font-size: clamp(1.8rem, 16.9024390244px + 0.2926829268vw, 2.1rem);
  font-weight: bold;
  position: relative;
  -webkit-box-shadow: 4px 4px 6px -1px #363a59;
          box-shadow: 4px 4px 6px -1px #363a59;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: clamp(15px, 10.4545454545px + 1.2121212121vw, 25px);
}
.all-wrapper .btnB::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.7em;
  background-image: url("/img/common/arrow_b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper .btnB:hover {
  -webkit-transform: translateX(4px) translateY(4px);
          transform: translateX(4px) translateY(4px);
  -webkit-box-shadow: 0px 0px 0px 0px #363a59;
          box-shadow: 0px 0px 0px 0px #363a59;
}
.all-wrapper .btnB:hover::after {
  right: 0.3em;
}
.all-wrapper .tel-btn {
  font-size: clamp(3rem, 28.5365853659px + 0.3902439024vw, 3.4rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-weight: bold;
  color: #132178;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.all-wrapper .tel-btn::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("/img/common/tel_b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.1em;
}
@media (min-width: 768px) {
  .all-wrapper .tel-btn {
    pointer-events: none;
  }
}
.all-wrapper {
  /*----- 見出しスタイル -----*/
}
.all-wrapper .h-style-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
.all-wrapper .h-style-a .hsa-en {
  color: #6fa7d6;
  font-size: clamp(1.6rem, 15.2682926829px + 0.1951219512vw, 1.8rem);
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.all-wrapper .h-style-a .hsa-jp {
  color: #132178;
  font-size: clamp(2.2rem, 16.8780487805px + 1.3658536585vw, 3.6rem);
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.all-wrapper .square-title {
  text-indent: -1em;
  margin-left: 1em;
  font-size: clamp(2rem, 17.4390243902px + 0.6829268293vw, 2.7rem);
  font-weight: bold;
  margin-bottom: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  color: #132178;
}
.all-wrapper .square-title::before {
  content: "■";
}
.all-wrapper {
  /*----- 画像スタイル -----*/
}
.all-wrapper .bora-img {
  border-radius: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
}
.all-wrapper .bora-img-s {
  border-radius: clamp(7px, 5.6363636364px + 0.3636363636vw, 10px);
}
.all-wrapper .bora-right {
  display: block;
  border-radius: 0 clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) 0;
  margin-right: clamp(14px, 11.2727272727px + 0.7272727273vw, 20px);
  width: 94%;
  position: relative;
}
.all-wrapper .bora-right img {
  position: relative;
  z-index: 2;
  border-radius: 0 clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) 0;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(46, 62, 89, 0.5);
          box-shadow: 2px 2px 7px 0px rgba(46, 62, 89, 0.5);
}
.all-wrapper .bora-right::after {
  content: "";
  position: absolute;
  display: block;
  top: 4%;
  left: 0;
  width: 103%;
  height: 100%;
  background: #6fa7d6;
  border-radius: 0 clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) 0;
  z-index: 1;
}
.all-wrapper {
  /*-------- テーブルスタイル ----------*/
}
.all-wrapper .white-bg-box {
  background: #fff;
  border-radius: clamp(7px, 5.6363636364px + 0.3636363636vw, 10px);
  -webkit-box-shadow: 2px 2px 7px 0px rgba(46, 62, 89, 0.2);
          box-shadow: 2px 2px 7px 0px rgba(46, 62, 89, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px) clamp(15px, 8.1818181818px + 1.8181818182vw, 30px);
  margin-bottom: 10px;
}
.all-wrapper .white-bg-box:not(:last-child) {
  margin-bottom: clamp(40px, 30.9090909091px + 2.4242424242vw, 60px);
}
.all-wrapper .table-style-a .t-wrap, .all-wrapper .table-style-b .t-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) 0;
  border-bottom: 1px solid #d1d1d1;
}
.all-wrapper .table-style-a .t-wrap:first-child, .all-wrapper .table-style-b .t-wrap:first-child {
  border-top: 1px solid #d1d1d1;
}
.all-wrapper .table-style-a .t-wrap dt, .all-wrapper .table-style-a .t-wrap dd, .all-wrapper .table-style-b .t-wrap dt, .all-wrapper .table-style-b .t-wrap dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.5rem, 13.9024390244px + 0.2926829268vw, 1.8rem);
  width: 100%;
}
.all-wrapper .table-style-a .t-wrap dt, .all-wrapper .table-style-b .t-wrap dt {
  margin-bottom: clamp(7px, 5.6363636364px + 0.3636363636vw, 10px);
}
.all-wrapper .table-style-a .t-wrap dd, .all-wrapper .table-style-b .t-wrap dd {
  width: 100%;
}
.all-wrapper .table-style-a .t-wrap .dd-title, .all-wrapper .table-style-b .t-wrap .dd-title {
  font-size: clamp(1.5rem, 13.9024390244px + 0.2926829268vw, 1.8rem);
  font-weight: normal;
}
.all-wrapper .table-style-b .t-wrap dt {
  font-weight: bold;
  color: #132178;
}
@media (min-width: 768px) {
  .all-wrapper .table-style-a .t-wrap, .all-wrapper .table-style-b .t-wrap {
    padding: 0;
    border: none;
  }
  .all-wrapper .table-style-a .t-wrap:first-child, .all-wrapper .table-style-b .t-wrap:first-child {
    border: none;
  }
  .all-wrapper .table-style-a .t-wrap:first-child dt, .all-wrapper .table-style-b .t-wrap:first-child dt {
    border-top: 1px solid #d1d1d1;
  }
  .all-wrapper .table-style-a .t-wrap:first-child dd, .all-wrapper .table-style-b .t-wrap:first-child dd {
    border-top: 1px solid #d1d1d1;
  }
  .all-wrapper .table-style-a .t-wrap dt, .all-wrapper .table-style-a .t-wrap dd, .all-wrapper .table-style-b .t-wrap dt, .all-wrapper .table-style-b .t-wrap dd {
    padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) 0;
  }
  .all-wrapper .table-style-a .t-wrap dt, .all-wrapper .table-style-b .t-wrap dt {
    border-bottom: 1px solid #d1d1d1;
    width: 250px;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .all-wrapper .table-style-a .t-wrap dd, .all-wrapper .table-style-b .t-wrap dd {
    border-bottom: 1px solid #d1d1d1;
    width: calc(100% - 250px - 25px);
  }
  .all-wrapper .table-style-b .t-wrap:first-child dt {
    border-top: 1px solid #6fa7d6;
  }
  .all-wrapper .table-style-b .t-wrap dt {
    border-bottom: 1px solid #6fa7d6;
  }
}
.all-wrapper {
  /*-------- リストスタイル ----------*/
}
.all-wrapper .list-style li {
  text-indent: -1em;
  margin-left: 1em;
}
.all-wrapper .list-style li::before {
  content: "・";
}
.all-wrapper .square_list li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.all-wrapper .square_list li::before {
  content: "■";
  margin-right: 0.2em;
}
.all-wrapper {
  /*-------- ブートスラップ関連 ----------*/
}
.all-wrapper .row-eq-height {
  /*row 高さ揃える*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all-wrapper .row-reverse {
  /*左右入れ替え*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .all-wrapper .col-mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .all-wrapper .col-mb-l {
    margin-bottom: 45px;
  }
}

/* .all-wrapper */
/*-------- アコーディオン設定 ----------*/
.accordion-title {
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
  line-height: 1.3;
}
.accordion-title::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("/img/common/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.accordion-title.close::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background-image: url("/img/common/minus.svg");
}

.accordion-contents {
  display: none;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
動きの設定
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*-------- スクロール時表示 ----------*/
.js-fade,
.js-up,
.js-down,
.js-left,
.js-right,
.js-zoom {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.js-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.js-down {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.js-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.js-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.js-zoom {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.ani-delay-s {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ani-delay-m {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.ani-delay-l {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.mask-bg, .mask-bg2, .mask-bg3 {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
  padding-bottom: 0.1em;
}
.mask-bg::after, .mask-bg2::after, .mask-bg3::after {
  position: absolute;
  content: "";
  background: #132178;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 101%);
          transform: translate(0, 101%);
}
.mask-bg.TriggerOn, .mask-bg2.TriggerOn, .mask-bg3.TriggerOn {
  color: #fff;
}
.mask-bg.TriggerOn::after, .mask-bg2.TriggerOn::after, .mask-bg3.TriggerOn::after {
  -webkit-animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.mask-bg2::after {
  background: #6fa7d6;
}
.mask-bg2.TriggerOn {
  color: #6fa7d6;
}

.mask-bg3::after {
  background: #f97316;
}

/*-------- アニメーション設定 ----------*/
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes fuwafuwa2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(10deg);
            transform: translateY(0) rotate(10deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(10deg);
            transform: translateY(10px) rotate(10deg);
  }
}
@keyframes fuwafuwa2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(10deg);
            transform: translateY(0) rotate(10deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(10deg);
            transform: translateY(10px) rotate(10deg);
  }
}
@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(101%, 0);
            transform: translate(101%, 0);
  }
}
@keyframes mask-bg {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(101%, 0);
            transform: translate(101%, 0);
  }
}