@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #000000;
}
a:hover {
  cursor: pointer;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  /* font-size: 62.5%; */
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75;
  color: #000000;
  overflow-x: hidden;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: 400; */
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*outline: 0;*/
  color: #000000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  /*outline: 0;*/
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  /*outline: 0;*/
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

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

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 6;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: 5.128vw;
    right: 2.5vw;
    width: 11.795vw;
    height: 11.795vw;
  }
}

footer {
  background: #111e5c;
}
footer .footer_inner {
  width: 90vw;
  max-width: 1536px;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner {
    width: 85%;
    padding: 7.692vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer_inner .footer_top_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer_inner .footer_top_inner {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer_inner .footer_top_inner h1 {
  max-width: 327px;
  width: 17vw;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_top_inner h1 {
    margin: 0 auto;
    max-width: none;
    width: 56.5vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_top_inner .foot-nav {
    display: none;
  }
}
footer .footer_inner .footer_top_inner .foot-nav nav ul {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 min(3vw, 60px);
}
@media print, screen and (min-width: 769px) {
  footer .footer_inner .footer_top_inner .foot-nav nav ul {
    width: 100%;
    padding: 0;
  }
}
footer .footer_inner .footer_top_inner .foot-nav nav ul li {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 769px) {
  footer .footer_inner .footer_top_inner .foot-nav nav ul li {
    width: auto;
    display: inline-block;
    border-bottom: none;
  }
}
footer .footer_inner .footer_top_inner .foot-nav nav ul li a {
  padding: 0.4em 0;
  display: block;
  font-size: 16px;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  footer .footer_inner .footer_top_inner .foot-nav nav ul li a {
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
}
footer .footer_inner .footer_top_inner .foot-nav nav ul li a.entry {
  white-space: nowrap;
  color: var(--fff);
  font-family: var(--font-family-alata);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.08px;
  background-color: var(--redf94336);
  border-radius: 50px;
  width: 180px;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_inner .footer_top_inner .foot-nav nav ul li:last-of-type {
  border-bottom: none;
}
footer .footer_inner .footer_top_inner .foot-nav nav ul li:nth-of-type(5), footer .footer_inner .footer_top_inner .foot-nav nav ul li:nth-of-type(6) {
  /*a{
  	  padding-right:30px;
  	  position: relative;
  	  &:after {
  		      content: "";
  width: 14px;
  height: 14px;
  background: url(../images/common/gray_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  	  }
    }*/
}
footer .footer_inner .footer_top_inner .foot-nav nav ul li:nth-of-type(5) img, footer .footer_inner .footer_top_inner .foot-nav nav ul li:nth-of-type(6) img {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 12px !important;
}
footer .footer_inner .footer_bottom_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_bottom_inner ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 6.41vw;
    gap: 4vw;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_bottom_inner ul li {
    width: 100%;
  }
}
footer .footer_inner .footer_bottom_inner ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_bottom_inner ul li a {
    font-size: 3.59vw;
  }
}
footer .footer_inner .footer_bottom_inner ul li a[target$=_blank] {
  padding-right: 22px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_bottom_inner ul li a[target$=_blank] {
    padding-right: 4.615vw;
  }
}
footer .footer_inner .footer_bottom_inner ul li a[target$=_blank]:before {
  position: absolute;
  content: "";
  background: url(../img/common/footer_link.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_bottom_inner ul li a[target$=_blank]:before {
    width: 4.103vw;
    height: 4.103vw;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.red {
  color: #f94336;
}

.close {
  display: none;
}

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

.en {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

main {
  display: block;
  width: 100%;
  position: relative;
  /* overflow-x: hidden; */
  /* padding-top: 80px;
  @include mq(sp) {
    padding-top: 60px;
  } */
}

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec_inner {
  max-width: 1536px;
  width: 90%;
  margin: 0 auto;
  padding: min(120px, 6.25vw) 0 min(150px, 7.8vw);
}
.sec_inner.sec_size02 {
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .sec_inner {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tab-contents-item {
  display: none;
}
.tab-contents-item.active {
  display: block;
}

.blue {
  color: #00398e;
}

.orange {
  color: #ff6e00;
}

.yellow {
  color: #fec400 !important;
}

/***********************
　　　タイトル
*************************/
.sec_ttl {
  text-align: center;
  position: relative;
  color: #00398e;
  font-size: clamp(36px, 4.16vw, 80px);
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 10px;
  letter-spacing: 4px;
  line-height: 0.88;
}
@media only screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 12.821vw;
    margin-bottom: 0;
  }
}
.sec_ttl.left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sec_ttl.left {
    text-align: center;
  }
}
.sec_ttl.orange {
  color: #ff6e00;
}

.sec_ttl02 {
  margin-bottom: 50px;
  text-align: center;
  color: #00398e;
  font-size: clamp(16px, 1.35vw, 26px);
  letter-spacing: 1.32px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .sec_ttl02 {
    font-size: 4.103vw;
    margin-bottom: 20px;
    line-height: normal;
  }
}
.sec_ttl02.left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sec_ttl02.left {
    text-align: center;
  }
}
.sec_ttl02.orange {
  color: #ff6e00;
}

/***********************
　　　リンク
*************************/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.commonBtn {
  cursor: pointer;
  position: relative;
  max-width: 420px;
  width: 100%;
  background: #fff;
  font-weight: bold;
  display: block;
  color: #000000;
  font-size: clamp(16px, 1.458vw, 28px);
  line-height: 3.07;
  padding: 0 80px 0 30px;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .commonBtn {
    max-width: none;
    width: 90vw;
    font-size: 4.615vw;
    height: 14.359vw;
    padding: 0 11.538vw 0 7.179vw;
  }
}
.commonBtn::after {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow.svg) no-repeat center center/contain;
  width: min(42px, 2.188vw);
  height: min(42px, 2.188vw);
  right: min(22px, 1.146vw);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .commonBtn::after {
    width: 8.205vw;
    height: 8.205vw;
    right: 4.103vw;
  }
}
.commonBtn:hover::after {
  background: url(../img/common/button_arrow_og.svg) no-repeat center center/contain;
  width: min(42px, 2.188vw);
  height: min(42px, 2.188vw);
  right: min(22px, 1.146vw);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .commonBtn:hover::after {
    width: 8.205vw;
    height: 8.205vw;
    right: 4.103vw;
  }
}

.entry_btn {
  display: block;
  background: url(../img/common/entry_bg.jpg) no-repeat center center/cover;
  padding: 112px 80px;
  position: relative;
  border-radius: 40px;
}
@media only screen and (max-width: 768px) {
  .entry_btn {
    background: url(../img/common/entry_bg_sp.jpg) no-repeat center center/cover;
    padding: 7.692vw 20.513vw;
    border-radius: 20px;
  }
}
.entry_btn:before {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 90px;
  height: 90px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 80px;
}
@media only screen and (max-width: 768px) {
  .entry_btn:before {
    width: 9.231vw;
    height: 9.231vw;
    right: 5.128vw;
  }
}
.entry_btn .sec_ttl {
  font-size: clamp(60px, 6.77vw, 130px);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .entry_btn .sec_ttl {
    font-size: 12.821vw;
    margin-bottom: 10px;
  }
}
.entry_btn .sec_ttl02 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #00398e;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .entry_btn .sec_ttl02 {
    font-size: 3.59vw;
  }
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /*   transition: all 1200ms ease; */
}
.animate.is-active {
  opacity: 1;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr20 {
  margin-right: 20px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .spmb5 {
    margin-bottom: 5px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
}
.page,
.archive,
.single {
  /*パンくず*/
  /* section:last-of-type {
      padding-bottom: 200px;
      @include mq(sp) {
          padding-bottom: 20vw;
      }
  } */
  /*リスト*/
}
.page header,
.archive header,
.single header {
  background: #111e5c;
}
@media print, screen and (min-width: 769px) {
  .page header,
  .archive header,
  .single header {
    /* position: relative; */
  }
}
@media only screen and (max-width: 768px) {
  .page header,
  .archive header,
  .single header {
    height: 15vw;
  }
}
.page header .header_inner img.deco,
.archive header .header_inner img.deco,
.single header .header_inner img.deco {
  display: none;
}
.page .top_tytle .middle_mv_inner,
.archive .top_tytle .middle_mv_inner,
.single .top_tytle .middle_mv_inner {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 80px 0 70px;
  background: #cccccc;
}
@media only screen and (max-width: 768px) {
  .page .top_tytle .middle_mv_inner,
  .archive .top_tytle .middle_mv_inner,
  .single .top_tytle .middle_mv_inner {
    padding: 20vw 0 5vw;
  }
}
.page .top_tytle .middle_mv_inner .middle_ttl,
.archive .top_tytle .middle_mv_inner .middle_ttl,
.single .top_tytle .middle_mv_inner .middle_ttl {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(40px, 4.688vw, 80px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 3px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page .top_tytle .middle_mv_inner .middle_ttl,
  .archive .top_tytle .middle_mv_inner .middle_ttl,
  .single .top_tytle .middle_mv_inner .middle_ttl {
    font-size: 10vw;
    line-height: 1;
  }
}
.page .top_tytle .middle_mv_inner .middle_sub_ttl,
.archive .top_tytle .middle_mv_inner .middle_sub_ttl,
.single .top_tytle .middle_mv_inner .middle_sub_ttl {
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page .top_tytle .middle_mv_inner .middle_sub_ttl,
  .archive .top_tytle .middle_mv_inner .middle_sub_ttl,
  .single .top_tytle .middle_mv_inner .middle_sub_ttl {
    font-size: 3.5vw;
  }
}
.page .top_tytle .middle_mv_inner img.deco,
.archive .top_tytle .middle_mv_inner img.deco,
.single .top_tytle .middle_mv_inner img.deco {
  position: absolute;
  width: 196px;
  display: block;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
          transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
@media only screen and (max-width: 768px) {
  .page .top_tytle .middle_mv_inner img.deco,
  .archive .top_tytle .middle_mv_inner img.deco,
  .single .top_tytle .middle_mv_inner img.deco {
    width: 30vw;
    top: 30%;
  }
}
.page .pankuzu_wrap,
.archive .pankuzu_wrap,
.single .pankuzu_wrap {
  margin: 10px 0;
  padding: 0 !important;
}
.page .pankuzu_wrap .pankuzu,
.archive .pankuzu_wrap .pankuzu,
.single .pankuzu_wrap .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  max-width: 1536px;
  width: 90% !important;
  margin: 0 auto;
  font-size: 14px;
  color: #00398e;
}
.page .pankuzu_wrap .pankuzu li:not(:last-of-type),
.archive .pankuzu_wrap .pankuzu li:not(:last-of-type),
.single .pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 3em;
  position: relative;
}
.page .pankuzu_wrap .pankuzu li:not(:last-of-type)::before,
.archive .pankuzu_wrap .pankuzu li:not(:last-of-type)::before,
.single .pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page .pankuzu_wrap .pankuzu li:not(:last-of-type) a,
.archive .pankuzu_wrap .pankuzu li:not(:last-of-type) a,
.single .pankuzu_wrap .pankuzu li:not(:last-of-type) a {
  text-decoration: underline;
  color: #00398e;
}
.page .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover,
.archive .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover,
.single .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover {
  text-underline-offset: 3px;
}
.page .contact_block .sec_inner,
.archive .contact_block .sec_inner,
.single .contact_block .sec_inner {
  padding: 70px 0 200px;
}
@media only screen and (max-width: 768px) {
  .page .contact_block .sec_inner,
  .archive .contact_block .sec_inner,
  .single .contact_block .sec_inner {
    padding: 35px 0 100px;
  }
}
.page .contact_block .sec_inner .form_block_inner,
.archive .contact_block .sec_inner .form_block_inner,
.single .contact_block .sec_inner .form_block_inner {
  max-width: 1040px;
  margin: 0 auto;
}
.page .entry_contents,
.archive .entry_contents,
.single .entry_contents {
  background: url(../img/common/middle_lightblue_bg.jpg) no-repeat center center/cover;
}
.page .entry_contents .sec_inner,
.archive .entry_contents .sec_inner,
.single .entry_contents .sec_inner {
  padding: 140px 0 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page .entry_contents .sec_inner,
  .archive .entry_contents .sec_inner,
  .single .entry_contents .sec_inner {
    padding: 18.5vw 0 17.949vw;
  }
}
.page .entry_contents .sec_inner .deco01,
.archive .entry_contents .sec_inner .deco01,
.single .entry_contents .sec_inner .deco01 {
  position: absolute;
  width: min(575px, 30vw);
  display: block;
  left: max(-200px, -10.4vw);
  top: min(30px, 1.563vw);
}
@media only screen and (max-width: 1200px) {
  .page .entry_contents .sec_inner .deco01,
  .archive .entry_contents .sec_inner .deco01,
  .single .entry_contents .sec_inner .deco01 {
    left: max(-300px, -15vw);
  }
}
@media only screen and (max-width: 768px) {
  .page .entry_contents .sec_inner .deco01,
  .archive .entry_contents .sec_inner .deco01,
  .single .entry_contents .sec_inner .deco01 {
    width: 80vw;
    left: -30.641vw;
    top: 0;
  }
}
.page .entry_contents .sec_inner .deco02,
.archive .entry_contents .sec_inner .deco02,
.single .entry_contents .sec_inner .deco02 {
  position: absolute;
  width: min(500px, 26.042vw);
  display: block;
  right: max(-100px, -5.2vw);
  top: min(40px, 2.083vw);
}
@media only screen and (max-width: 1200px) {
  .page .entry_contents .sec_inner .deco02,
  .archive .entry_contents .sec_inner .deco02,
  .single .entry_contents .sec_inner .deco02 {
    right: max(-250px, -12vw);
  }
}
@media only screen and (max-width: 768px) {
  .page .entry_contents .sec_inner .deco02,
  .archive .entry_contents .sec_inner .deco02,
  .single .entry_contents .sec_inner .deco02 {
    width: 60vw;
    right: -14.32vw;
    top: 9.32vw;
  }
}
.page .entry_contents .sec_inner .entry_btn,
.archive .entry_contents .sec_inner .entry_btn,
.single .entry_contents .sec_inner .entry_btn {
  max-width: 1073px;
  margin: 0 auto;
  padding: 70px;
}
@media only screen and (max-width: 768px) {
  .page .entry_contents .sec_inner .entry_btn,
  .archive .entry_contents .sec_inner .entry_btn,
  .single .entry_contents .sec_inner .entry_btn {
    padding: 7.692vw 20.513vw;
  }
}
.page .entry_contents .sec_inner .entry_btn:hover,
.archive .entry_contents .sec_inner .entry_btn:hover,
.single .entry_contents .sec_inner .entry_btn:hover {
  scale: 1.1;
}
.page .nom_list li,
.archive .nom_list li,
.single .nom_list li {
  margin: 0 0 0.75em;
  padding-left: 2em;
  text-indent: -2em;
}
.page .disc_list li,
.archive .disc_list li,
.single .disc_list li {
  margin: 0.75em 0;
  padding-left: 1em;
  position: relative;
}
.page .disc_list li::before,
.archive .disc_list li::before,
.single .disc_list li::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0.25em;
  top: 0.85em;
}
.page .disc_list li span,
.archive .disc_list li span,
.single .disc_list li span {
  font-weight: bold;
  font-size: 110%;
}

/* トップ（とシングルページ）のスライドここから */
.main-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.main-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.gallery01 {
  overflow: hidden;
}

/* .gallery01 .swiper {
    margin: auto;
} */
.gallery01 .main-media {
  padding-top: 125%;
  background: #00398e;
  /* -webkit-transition: var(--transition);
  transition: var(--transition); */
}
.gallery01 .main-media img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gallery01 .main-media img:hover {
  opacity: 0.5;
}

.swiper-main {
  left: 0;
  width: calc(100% + (100vw - 100%) / 2);
  overflow: hidden;
  margin-bottom: 80px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .swiper-main {
    margin-bottom: 7.692vw;
  }
}

.swiper-main .swiper-wrapper {
  overflow: visible;
}

.swiper-main-inner {
  width: min(90vw, 1536px);
  margin: 0 auto;
  padding-bottom: 45px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .swiper-main-inner {
    padding-bottom: 60px;
  }
}

.swiper-main-container {
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
}

.swiper-main .swiper-slide {
  cursor: pointer;
  border: 3px solid #00398e;
  -webkit-box-shadow: 6px 6px 0 #00398e;
          box-shadow: 6px 6px 0 #00398e;
  border-radius: 20px;
}
@media print, screen and (min-width: 769px) {
  .swiper-main .swiper-slide:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(6px) translateY(6px);
            transform: translateX(6px) translateY(6px);
    opacity: 1;
  }
}

.gallery01 .swiper-contents {
  position: absolute;
  display: inline-block;
  padding: 0 100px;
  width: 290px;
  height: 60px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  .gallery01 .swiper-contents {
    width: calc(36vw + 150px);
    height: 11.795vw;
    padding: 0 40px;
  }
}
.gallery01 .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 166px;
  top: 45%;
}
@media only screen and (max-width: 768px) {
  .gallery01 .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 150px;
    top: 40%;
  }
}
.gallery01 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #00398e;
  opacity: 1;
  margin: 0 11px !important;
}
.gallery01 .swiper-pagination-bullet-active {
  background: #ff6e00;
}
.gallery01 .swiper-button-prev {
  background: url(../img/common/prev.svg) no-repeat center center/contain;
  width: 60px;
  height: 60px;
  left: 0;
  top: auto;
  bottom: 0;
}
.gallery01 .swiper-button-prev:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .gallery01 .swiper-button-prev {
    width: 11.795vw;
    height: 11.795vw;
  }
}
.gallery01 .swiper-button-next {
  background: url(../img/common/next.svg) no-repeat center center/contain;
  width: 60px;
  height: 60px;
  right: 0;
  top: auto;
  bottom: 0;
}
.gallery01 .swiper-button-next:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .gallery01 .swiper-button-next {
    width: 11.795vw;
    height: 11.795vw;
  }
}

/* トップ（とシングルページ）のスライドここまで */
/* トップタイトル */
.puff-in-center {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* ふわっとでてくる */
.animate {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.animate.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade_left {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.fade_left.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fade_right {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.fade_right.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mv_fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.mv_fadein.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mv_fadeleft {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.mv_fadeleft.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mv_faderight {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.mv_faderight.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 横揺れ */
.animate02.is-active02 {
  -webkit-animation: com_Anime02 0.5s ease 0.5s forwards;
          animation: com_Anime02 0.5s ease 0.5s forwards;
}

@-webkit-keyframes com_Anime02 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg) scale(1.1, 1.1);
            transform: translate(-50%, -50%) rotate(-15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes com_Anime02 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg) scale(1.1, 1.1);
            transform: translate(-50%, -50%) rotate(-15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
.animate03.active {
  -webkit-animation: com_Anime03 0.5s ease 0.5s forwards;
          animation: com_Anime03 0.5s ease 0.5s forwards;
}

@-webkit-keyframes com_Anime03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes com_Anime03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.animate04.is-active {
  -webkit-animation: com_Anime04 0.5s ease 0.5s forwards;
          animation: com_Anime04 0.5s ease 0.5s forwards;
}

@-webkit-keyframes com_Anime04 {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(-15deg) scale(1.1, 1.1);
            transform: translateX(-50%) rotate(-15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}

@keyframes com_Anime04 {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(-15deg) scale(1.1, 1.1);
            transform: translateX(-50%) rotate(-15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}
.animate05.is-active {
  -webkit-animation: com_Anime05 0.5s ease 0.5s forwards;
          animation: com_Anime05 0.5s ease 0.5s forwards;
}

@-webkit-keyframes com_Anime05 {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(15deg) scale(1.1, 1.1);
            transform: translateX(-50%) rotate(15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}

@keyframes com_Anime05 {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(15deg) scale(1.1, 1.1);
            transform: translateX(-50%) rotate(15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}
/* テキストアニメーション */
@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.textanimation span {
  opacity: 0;
}

.textanimation.active span {
  opacity: 1;
  -webkit-animation: showText 3s backwards;
          animation: showText 3s backwards;
  display: inline-block;
}

.textanimation.active > span {
  overflow: hidden;
}

.textanimation.active > span > span {
  -webkit-animation: showTextFromBottom 0.5s backwards;
          animation: showTextFromBottom 0.5s backwards;
}

/*text animetions*/
.anime-up span span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeUp 0.5s forwards;
          animation: fadeUp 0.5s forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  /* @include mq(sp) {
  	position: fixed;
  } */
}
@media print, screen and (min-width: 769px) {
  header {
    padding: 1em 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
header .g-nav-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .g-nav-btn {
    display: block;
    width: 10.256vw;
    height: 10.256vw;
    background: #b5e0ff;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 2.5vw;
    top: 2.5vw;
    border-radius: 100%;
    z-index: 11;
  }
}
header .g-nav-btn span {
  position: absolute;
  height: 1px;
  width: 40%;
  background: #00398e;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .g-nav-btn span:first-of-type {
  top: 35%;
}
header .g-nav-btn span:nth-of-type(2) {
  top: 50%;
}
header .g-nav-btn span:nth-of-type(3) {
  top: 65%;
}
header .g-nav-btn.open {
  background: #00398e;
}
header .g-nav-btn.open span {
  background: #fff;
}
header .g-nav-btn.open span:first-of-type {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .g-nav-btn.open span:nth-of-type(2) {
  width: 0;
}
header .g-nav-btn.open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header_inner {
  width: 96%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner {
    width: 100%;
  }
}
header .header_inner img.deco {
  position: absolute;
  width: min(440px, 25vw);
  display: block;
  right: -7vw;
  top: -7vw;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  header .header_inner img.deco {
    width: 50vw;
    right: -15.5vw;
    top: -20vw;
  }
}
header .header_inner h1 {
  max-width: 327px;
  width: 17vw;
}
@media only screen and (max-width: 768px) {
  header .header_inner h1 {
    position: relative;
    top: 2.5vw;
    left: 2.5vw;
    z-index: 11;
    max-width: none;
    width: 44vw;
  }
}
header .header_inner .g-nav {
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 0;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/common/gnav_bg.jpg) no-repeat center center/cover;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav.open-nav {
    height: 100vh;
    padding: 41.026vw 5vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
header .header_inner .g-nav.open-nav .gnav_deco.deco01 {
  position: fixed;
}
header .header_inner .g-nav .gnav_deco {
  position: absolute;
}
header .header_inner .g-nav .gnav_deco.deco01 {
  width: 50vw;
  right: -15.5vw;
  top: -20vw;
  z-index: 1;
}
header .header_inner .g-nav .gnav_deco.deco02 {
  width: 70vw;
  left: -26vw;
  top: 66vw;
}
header .header_inner .g-nav .gnav_deco.deco03 {
  position: relative;
  width: 64.103vw;
  margin-left: auto;
  margin-right: -18vw;
}
header .header_inner .g-nav nav ul {
  margin: 0 auto;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1350px) {
  header .header_inner .g-nav nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header .header_inner .g-nav nav ul li {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li {
    width: auto;
    display: inline-block;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
header .header_inner .g-nav nav ul li:nth-of-type(4) {
  /* @include mq(sp) {
  	display: none;
  } */
}
header .header_inner .g-nav nav ul li:last-of-type {
  margin-right: 0;
}
header .header_inner .g-nav nav ul li a {
  padding: 1em 0;
  display: block;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li a {
    padding: 0;
    font-size: 17px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  header .header_inner .g-nav nav ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li a {
    font-size: 4.615vw;
    padding: 0 0 10vw 0;
  }
}
header .header_inner .g-nav nav ul li a.entry {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.08px;
  background-color: #ff6e00;
  border-radius: 50px;
  width: 190px;
  height: 55px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .g-nav nav ul li a.entry:hover {
  background-color: #fff;
  color: #ff6e00;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav .btm {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 3.59vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav .btm {
    display: none;
  }
}
header .header_inner .g-nav .btm span {
  position: relative;
  padding-right: 4.615vw;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav .btm span:before {
    position: absolute;
    content: "";
    background: url(../img/common/footer_link.svg) no-repeat center center/contain;
    right: 0;
    width: 4.103vw;
    height: 4.103vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
header .header_inner .g-nav .entry_btn {
  margin: 5vw auto 5vw;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav .entry_btn {
    display: none;
  }
}
header .head_entry_btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .head_entry_btn {
    position: fixed;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-size: 4.103vw;
    font-weight: bold;
    letter-spacing: 0.277vw;
    background-color: #ff6e00;
    border-radius: 12.821vw;
    width: 25.641vw;
    height: 10.256vw;
    padding: 0;
    top: 2.5vw;
    right: 16.667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 11;
  }
}

.change_height header {
  background: #111e5c;
}
@media only screen and (max-width: 768px) {
  .change_height header {
    height: 15vw;
  }
}
.change_height header .header_inner img.deco {
  opacity: 0;
  top: -25vw;
}

#index main .sec_mv {
  position: relative;
  width: 100%;
  background: url(../img/top/mv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv {
    background: url(../img/top/mv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#index main .sec_mv .mv_inner {
  position: relative;
  max-width: 1536px;
  margin: 0 auto;
  padding: min(220px, 11.5vw) 0 min(200px, 10.5vw);
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner {
    padding: 130px 0 280px;
    padding: 34.667vw 0 74.667vw;
  }
}
#index main .sec_mv .mv_inner h2 {
  width: 60%;
  max-width: 766px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner h2 {
    width: 90%;
  }
}
#index main .sec_mv .mv_inner h2 img.deco {
  position: absolute;
  width: min(480px, 25vw);
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner h2 img.deco {
    width: 50%;
  }
}
#index main .sec_mv .mv_inner .mv_deco {
  position: absolute;
  display: block;
  z-index: 1;
}
#index main .sec_mv .mv_inner .mv_deco.deco01 {
  width: min(440px, 25vw);
  bottom: min(200px, 10.5vw);
  left: max(-350px, -18vw);
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_deco.deco01 {
    display: none;
  }
}
#index main .sec_mv .mv_inner .mv_deco.deco02 {
  width: min(380px, 20vw);
  bottom: 0;
  left: max(-200px, -10.5vw);
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_deco.deco02 {
    width: 50vw;
    left: -25vw;
  }
}
#index main .sec_mv .mv_inner .mv_deco.deco03 {
  width: min(250px, 13vw);
  bottom: min(150px, 8vw);
  right: max(-200px, -10.5vw);
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_deco.deco03 {
    width: 38vw;
    bottom: 25vw;
    right: -12.8vw;
  }
}
#index main .sec_mv .mv_inner .mv_deco.deco04 {
  width: min(200px, 10.5vw);
  bottom: max(-10px, -0.5vw);
  right: max(-50px, -2.5vw);
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_deco.deco04 {
    width: 25vw;
    bottom: -8vw;
    right: 0;
  }
}
#index main .sec_mv .mv_inner .mv_deco img {
  width: 100%;
  height: auto;
}
#index main .sec_mv .mv_inner .mv_entry {
  width: clamp(180px, 13.5vw, 260px);
  height: clamp(180px, 13.5vw, 260px);
  background: #ff6e00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_entry {
    width: 188px;
    height: 188px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
}
#index main .sec_mv .mv_inner .mv_entry:hover {
  scale: 1.1;
}
#index main .sec_mv .mv_inner .mv_entry .mv_entry_box {
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
#index main .sec_mv .mv_inner .mv_entry .mv_entry_box .oubo {
  font-size: 16px;
  color: #00398e;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_entry .mv_entry_box .oubo {
    margin-bottom: 10px;
  }
}
#index main .sec_mv .mv_inner .mv_entry .mv_entry_box .en {
  font-size: clamp(30px, 2.6vw, 50px);
  font-weight: 900;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_entry .mv_entry_box .en {
    font-size: 42px;
  }
}
#index main .sec_mv .mv_inner .mv_entry .mv_entry_box img {
  width: 42px;
}
@media only screen and (max-width: 768px) {
  #index main .sec_mv .mv_inner .mv_entry .mv_entry_box img {
    width: 36px;
  }
}
#index main .sec01 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .sec01:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/top/sec01_bg_sp.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 250%;
    top: -55%;
  }
}
#index main .sec01 .sec_inner {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #index main .sec01 .sec_inner {
    padding: 10px 0 min(150px, 7.8vw);
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec_inner {
    padding: 0.521vw 0 3.125vw;
  }
}
#index main .sec01 .sec_inner img.deco {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -12%;
  top: 70%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec_inner img.deco {
    display: none;
  }
}
#index main .sec01 .sec_inner:before {
  position: absolute;
  content: "";
  background: url(../img/top/sec01_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: min(2492px, 150%);
  height: 240%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 35%;
}
@media only screen and (max-width: 1150px) {
  #index main .sec01 .sec_inner:before {
    top: 60%;
  }
}
@media only screen and (max-width: 1000px) {
  #index main .sec01 .sec_inner:before {
    top: 70%;
  }
}
@media only screen and (max-width: 900px) {
  #index main .sec01 .sec_inner:before {
    top: 80%;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec_inner:before {
    display: none;
  }
}
#index main .sec01 .sec_inner .flex_pc {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #index main .sec01 .sec_inner .flex_pc {
    gap: 7.5%;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec01 .sec_inner .flex_pc .tytlearea {
    width: 28%;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec01 .sec_inner .flex_pc .textarea {
    width: 64.5%;
    height: 220px;
  }
}
@media only screen and (max-width: 1550px) {
  #index main .sec01 .sec_inner .flex_pc .textarea {
    height: 180px;
  }
}
@media only screen and (max-width: 900px) {
  #index main .sec01 .sec_inner .flex_pc .textarea {
    height: 288px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec_inner .flex_pc .textarea {
    height: 60vw;
  }
}
#index main .sec01 .sec_inner .flex_pc .textarea p {
  display: inline-block;
  font-size: clamp(16px, 1.5vw, 28px);
  font-weight: 500;
  line-height: 2.5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #index main .sec01 .sec_inner .flex_pc .textarea p {
    font-size: 4.615vw;
    line-height: 2;
  }
}
#index main .sec01 .sec_inner .flex_pc .textarea p span {
  /* background: #fff; */
}
#index main .sec02 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .sec02:before {
    position: absolute;
    content: "";
    background: url(../img/top/sec02_bg01_sp.png) no-repeat center center/cover;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .deco01 {
    position: absolute;
    width: 95%;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .deco01.active {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#index main .sec02 .sec_inner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner {
    padding: 120px 0 80px;
    padding: 30.769vw 0 20.513vw;
  }
}
#index main .sec02 .sec_inner:before {
  position: absolute;
  content: "";
  background: url(../img/top/sec02_bg01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: min(1920px, 120%);
  height: 100%;
  display: block;
  right: -15%;
  top: max(-300px, -15.6vw);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner:before {
    display: none;
  }
}
#index main .sec02 .sec_inner .deco02 {
  position: absolute;
  width: min(390px, 20.3vw);
  display: block;
  left: max(-380px, -9.8vw);
  bottom: 20%;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner .deco02 {
    width: 52vw;
    left: auto;
    right: -20vw;
    bottom: -15vw;
  }
}
#index main .sec02 .sec_inner > .flex_pc {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec_inner > .flex_pc {
    gap: 2.6%;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec_inner > .flex_pc .tytlearea {
    width: 34%;
  }
}
#index main .sec02 .sec_inner > .flex_pc .tytlearea .sec_ttl {
  font-size: clamp(36px, 4.42vw, 85px);
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner > .flex_pc .tytlearea .sec_ttl {
    font-size: 12.821vw;
  }
}
#index main .sec02 .sec_inner > .flex_pc .tytlearea .sec_ttl02 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea {
    width: 63.4%;
  }
}
#index main .sec02 .sec_inner > .flex_pc .textarea ul li {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea ul li {
    margin-bottom: 20px;
  }
}
#index main .sec02 .sec_inner > .flex_pc .textarea ul li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #00398e;
  position: relative;
  -webkit-box-shadow: 6px 6px 0 #00398e;
          box-shadow: 6px 6px 0 #00398e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}
#index main .sec02 .sec_inner > .flex_pc .textarea ul li a:before {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow.svg) no-repeat center center/contain;
  width: min(60px, 3.125vw);
  height: min(60px, 3.125vw);
  right: min(30px, 1.55vw);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea ul li a:before {
    width: 11.795vw;
    height: 12vw;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    top: auto;
    bottom: 7.179vw;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea ul li a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(6px) translateY(6px);
            transform: translateX(6px) translateY(6px);
    opacity: 1;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea ul li .img_con {
    width: 32%;
  }
}
#index main .sec02 .sec_inner > .flex_pc .textarea ul li .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index main .sec02 .sec_inner > .flex_pc .textarea ul li .text_con {
  padding: min(60px, 3.125vw) min(116px, 6vw) min(60px, 3.125vw) min(40px, 2vw);
}
@media print, screen and (min-width: 769px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea ul li .text_con {
    width: 68%;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea ul li .text_con {
    padding: 7.692vw 7.692vw 25.641vw 7.692vw;
  }
}
#index main .sec02 .sec_inner > .flex_pc .textarea ul li .text_con h3 {
  color: #00398e;
  font-size: clamp(20px, 1.66vw, 32px);
  font-weight: bold;
  margin-bottom: min(30px, 1.5vw);
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea ul li .text_con h3 {
    text-align: center;
    font-size: 6.667vw;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}
#index main .sec02 .sec_inner > .flex_pc .textarea ul li .text_con h3 span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(24px, 2vw, 40px);
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea ul li .text_con h3 span {
    font-size: 7.179vw;
    margin-right: 0;
    display: block;
  }
}
#index main .sec02 .sec_inner > .flex_pc .textarea ul li .text_con p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #index main .sec02 .sec_inner > .flex_pc .textarea ul li .text_con p {
    font-size: 3.59vw;
  }
}
#index main .sec03 {
  background: url(../img/top/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#index main .sec03 .sec_inner {
  position: relative;
}
#index main .sec03 .sec_inner:before {
  position: absolute;
  content: "";
  background: url(../img/top/sec03_bg02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: min(1866px, 110%);
  height: 100%;
  display: block;
  right: -5%;
  top: 2%;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner:before {
    background: url(../img/top/sec03_bg02_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner {
    width: 100%;
    padding: 15.385vw 0 20.513vw;
  }
}
#index main .sec03 .sec_inner .deco01 {
  position: absolute;
  width: min(744px, 38vw);
  display: block;
  left: 18%;
  top: max(-380px, -20vw);
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .deco01 {
    width: 70vw;
    left: -25vw;
    top: -45vw;
  }
}
#index main .sec03 .sec_inner .deco02 {
  position: absolute;
  width: min(310px, 16vw);
  display: block;
  right: max(-300px, -16vw);
  bottom: 20%;
}
#index main .sec03 .sec_inner .deco03 {
  position: absolute;
  width: min(310px, 16vw);
  display: block;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .deco03 {
    width: 53vw;
    right: auto;
    left: -24vw;
    bottom: -15.6vw;
  }
}
#index main .sec03 .sec_inner .deco04 {
  position: absolute;
  width: min(744px, 38vw);
  display: block;
  right: 15%;
  bottom: max(-480px, -25vw);
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .deco04 {
    width: 60vw;
    right: -12.821vw;
    bottom: -43vw;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .sec_ttl02 {
    margin-bottom: 38px;
  }
}
@media print, screen and (min-width: 769px) {
  #index main .sec03 .sec_inner .flex_pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 5%;
  }
}
#index main .sec03 .sec_inner .flex_pc li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #index main .sec03 .sec_inner .flex_pc li {
    width: 47.5%;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .flex_pc li {
    width: 82vw;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .flex_pc li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .flex_pc li.sp_left {
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .flex_pc li.sp_left .imagearea {
    border-radius: 0 20px 20px 0;
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .flex_pc li.sp_left a {
    left: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .flex_pc li.sp_right {
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .flex_pc li.sp_right .imagearea {
    border-radius: 20px 0 0 20px;
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .flex_pc li.sp_right a {
    right: 5vw;
  }
}
#index main .sec03 .sec_inner .flex_pc li .imagearea {
  border-radius: 20px;
  border: 3px solid #111e5c;
  overflow: hidden;
}
#index main .sec03 .sec_inner .flex_pc li .imagearea img {
  width: 100%;
  height: auto;
}
#index main .sec03 .sec_inner .flex_pc li a {
  position: absolute;
  z-index: 1;
  bottom: min(40px, 2.08vw);
  right: -5.4%;
}
@media only screen and (max-width: 768px) {
  #index main .sec03 .sec_inner .flex_pc li a {
    bottom: 4.103vw;
    right: auto;
  }
}
#index main .sec04 {
  position: relative;
}
#index main .sec04:before {
  position: absolute;
  content: "";
  background: url(../img/top/sec04_bg02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: min(1751px, 90%);
  height: 100%;
  display: block;
  left: -7%;
  top: 2%;
}
@media only screen and (max-width: 768px) {
  #index main .sec04:before {
    background: url(../img/top/sec04_bg02_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
#index main .sec04 .sec_inner {
  padding: min(120px, 6.25vw) 0 150px;
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .sec_inner {
    padding: 15.385vw 0 41.795vw;
  }
}
#index main .sec04 .deco01 {
  position: absolute;
  width: min(744px, 38vw);
  display: block;
  left: 15%;
  top: max(-380px, -20vw);
}
#index main .sec04 .commonBtn {
  max-width: 354px;
  color: #00398e;
  font-size: clamp(16px, 1.042vw, 20px);
  line-height: 3.5;
  padding: 0 80px 0 30px;
  border-radius: 50px;
  border: 3px solid #00398e;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -0.1%;
}
@media only screen and (max-width: 1200px) {
  #index main .sec04 .commonBtn {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    bottom: -100px;
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .commonBtn {
    max-width: 90vw;
    height: 15.897vw;
    line-height: 15.897vw;
    font-size: 4.615vw;
    padding: 0;
    bottom: -23.333vw;
  }
}
#index main .sec04 .commonBtn::after {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .commonBtn::after {
    width: 9.231vw;
    height: 9.231vw;
    right: 6.154vw;
  }
}
#index main .sec04 .commonBtn:hover::after {
  background: url(../img/common/button_arrow_og.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .commonBtn:hover::after {
    width: 9.231vw;
    height: 9.231vw;
    right: 6.154vw;
  }
}
#index main .sec04 .swiper-slide .job_contents {
  position: absolute;
  left: min(30px, 1.563vw);
  bottom: min(40px, 2.083vw);
  color: #fff;
  width: calc(100% - min(60px, 3vw));
}
#index main .sec04 .swiper-slide .job_contents .job_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: clamp(16px, 1.458vw, 28px);
  font-weight: bold;
  margin-bottom: 5px;
  text-shadow: 1px 1px 2px #949494;
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .swiper-slide .job_contents .job_contents_flex {
    gap: 5.128vw;
    font-size: 5.128vw;
    margin-bottom: 0;
  }
}
#index main .sec04 .swiper-slide .job_contents .job_contents_tag {
  background: #00398e;
  font-size: clamp(12px, 0.833vw, 16px);
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .swiper-slide .job_contents .job_contents_tag {
    font-size: 3.59vw;
  }
}
#index main .sec04 .swiper-slide .job_contents .job_contents_last_text {
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 500;
  text-shadow: 1px 1px 2px #949494;
}
@media only screen and (max-width: 768px) {
  #index main .sec04 .swiper-slide .job_contents .job_contents_last_text {
    font-size: 4.103vw;
  }
}
#index main .sec05 .sec_inner {
  padding: 0 0 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index main .sec05 .sec_inner {
    padding: 0 0 17.949vw;
  }
}
#index main .sec05 .sec_inner .deco01 {
  position: absolute;
  width: min(575px, 30vw);
  display: block;
  left: max(-200px, -10.4vw);
  top: max(-110px, -5.79vw);
}
@media only screen and (max-width: 1200px) {
  #index main .sec05 .sec_inner .deco01 {
    left: max(-300px, -15vw);
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec05 .sec_inner .deco01 {
    width: 80vw;
    left: -30.641vw;
    top: -18.641vw;
  }
}
#index main .sec05 .sec_inner .deco02 {
  position: absolute;
  width: min(500px, 26.042vw);
  display: block;
  right: max(-100px, -5.2vw);
  top: max(-100px, -5.2vw);
}
@media only screen and (max-width: 1200px) {
  #index main .sec05 .sec_inner .deco02 {
    right: max(-250px, -12vw);
  }
}
@media only screen and (max-width: 768px) {
  #index main .sec05 .sec_inner .deco02 {
    width: 60vw;
    right: -14.32vw;
    top: -9.32vw;
  }
}
#index main .sec05 .sec_inner .entry_btn {
  max-width: 1073px;
  margin: 0 auto;
  padding: 70px;
}
@media only screen and (max-width: 768px) {
  #index main .sec05 .sec_inner .entry_btn {
    padding: 7.692vw 20.513vw;
  }
}
#index main .sec05 .sec_inner .entry_btn:hover {
  scale: 1.1;
}

#about .top_tytle .middle_mv_inner {
  background: url(../img/about/about_bg.jpg) no-repeat center center/cover;
}
#about main .pankuzu_wrap {
  position: relative;
  z-index: 1;
}
#about main .sec_inner {
  padding: 120px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #about main .sec_inner {
    padding: 60px 0;
  }
}
#about main .sec01 .sec_inner {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #about main .sec01 .sec_inner {
    padding: 20px 0;
  }
}
#about main .sec01 .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -22%;
  top: -63%;
}
@media only screen and (max-width: 768px) {
  #about main .sec01 .deco01 {
    width: 50%;
    top: 0;
  }
}
#about main .sec01 .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -25%;
  top: -132%;
}
@media only screen and (max-width: 768px) {
  #about main .sec01 .deco02 {
    width: 50%;
    top: -100%;
  }
}
#about main .sec01 .about_ttl {
  font-size: 74px;
  font-size: clamp(42px, 3.854vw, 74px);
  font-weight: 900;
  color: #00398e;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #about main .sec01 .about_ttl {
    font-size: 7vw;
  }
}
#about main .sec01 .about_top_text {
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
#about main .sec01 .top_img_container {
  width: 98%;
  max-width: 1882px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #about main .sec01 .top_img_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #about main .sec01 .top_img_container {
    width: 90%;
  }
}
#about main .sec01 .top_img_container .img_con {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #about main .sec01 .top_img_container .img_con {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #about main .sec01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 39px;
  }
}
@media only screen and (max-width: 1350px) {
  #about main .sec01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  #about main .sec01 ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 1350px) {
  #about main .sec01 ul li {
    width: calc((100% - 39px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  #about main .sec01 ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #about main .sec01 ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
#about main .sec01 ul li a {
  cursor: pointer;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: bold;
  display: block;
  color: #00398e;
  font-size: clamp(16px, 1.042vw, 20px);
  line-height: 3.2;
  padding: 0 80px 0 30px;
  border-radius: min(50px, 2.604vw);
  border: 3px solid #00398e;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #about main .sec01 ul li a {
    line-height: 15.897vw;
    font-size: 4.615vw;
    border-radius: 12.821vw;
  }
}
#about main .sec01 ul li a:after {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  #about main .sec01 ul li a:after {
    width: 9.231vw;
    height: 9.231vw;
    right: 6.154vw;
  }
}
#about main .sec01 ul li a:hover {
  color: #fff;
  background: #00398e;
}
#about main .sec01 ul li a:hover:after {
  background: url(../img/common/button_arrow_wh.svg) no-repeat center center/contain;
}
#about main .sec02 {
  background: url(../img/about/about_sec02_bg.jpg) no-repeat top center/cover;
}
#about main .sec02 .sec_inner:before {
  position: absolute;
  content: "";
  background: url(../img/about/about_sec02_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#about main .sec02 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -30%;
  top: -16%;
}
@media only screen and (max-width: 768px) {
  #about main .sec02 .sec_inner .deco01 {
    width: 50%;
    top: 0;
    right: -35%;
  }
}
#about main .sec02 .sec_inner .about_sec02_text {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(16px, 0.938vw, 18px);
  margin-bottom: 50px;
}
#about main .sec02 .sec_inner .about_sec02_text_right {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: right;
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: bold;
}
#about main .sec03 {
  background: url(../img/about/about_sec03_bg.jpg) no-repeat top center/cover;
}
#about main .sec03 .sec_inner:before {
  position: absolute;
  content: "";
  background: url(../img/about/about_sec03_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 110%;
  height: 120%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#about main .sec03 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -28%;
  top: -20%;
}
@media only screen and (max-width: 768px) {
  #about main .sec03 .sec_inner .deco01 {
    top: 0;
    width: 50%;
  }
}
#about main .sec03 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -28%;
  top: -1.5%;
}
@media only screen and (max-width: 768px) {
  #about main .sec03 .sec_inner .deco02 {
    top: 0;
    width: 50%;
    right: -30%;
  }
}
#about main .sec03 .sec_inner .deco03 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  top: 20%;
}
@media only screen and (max-width: 768px) {
  #about main .sec03 .sec_inner .deco03 {
    width: 50%;
  }
}
#about main .sec03 .sec_inner .deco04 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  bottom: 20%;
}
@media only screen and (max-width: 768px) {
  #about main .sec03 .sec_inner .deco04 {
    width: 50%;
  }
}
#about main .sec03 .sec_inner .flex_pc {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #about main .sec03 .sec_inner .flex_pc {
    gap: 4%;
  }
}
#about main .sec03 .sec_inner .flex_pc:not(:last-of-type) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #about main .sec03 .sec_inner .flex_pc:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#about main .sec03 .sec_inner .flex_pc.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media print, screen and (min-width: 769px) {
  #about main .sec03 .sec_inner .flex_pc .img_con {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  #about main .sec03 .sec_inner .flex_pc .img_con {
    margin-bottom: 15px;
  }
}
#about main .sec03 .sec_inner .flex_pc .img_con img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 3px solid #00398e;
}
#about main .sec03 .sec_inner .flex_pc .text_con {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #about main .sec03 .sec_inner .flex_pc .text_con {
    width: 47%;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#about main .sec03 .sec_inner .flex_pc .text_con h3 {
  font-size: clamp(22px, 1.771vw, 34px);
  font-weight: bold;
  margin-bottom: 15px;
}
#about main .sec03 .sec_inner .flex_pc .text_con p {
  font-size: clamp(16px, 0.938vw, 18px);
}
#about main .sec04 {
  background: url(../img/about/about_sec04_bg.jpg) no-repeat top center/cover;
}
#about main .sec04 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -21%;
  top: -7%;
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .deco01 {
    width: 50%;
  }
}
#about main .sec04 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -25%;
  top: 20%;
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .deco02 {
    width: 50%;
  }
}
#about main .sec04 .sec_inner .flex_pc {
  position: relative;
  z-index: 1;
}
#about main .sec04 .sec_inner .flex_pc .flex_con .mid_radius_box {
  background: #fff;
  border-radius: 20px;
  border: 3px solid #00398e;
  padding: min(50px, 2.604vw);
  color: #00398e;
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .flex_pc .flex_con .mid_radius_box {
    border-radius: 20px;
    padding: 20px;
  }
}
#about main .sec04 .sec_inner .flex_pc .flex_con .mid_radius_box .text {
  font-size: clamp(20px, 1.563vw, 30px);
  font-weight: bold;
}
#about main .sec04 .sec_inner .flex_pc .flex_con .mid_radius_box .num {
  font-size: clamp(34px, 2.083vw, 40px);
  font-weight: bold;
}
#about main .sec04 .sec_inner .flex_pc .flex_con .mid_radius_box .num span {
  font-size: clamp(45px, 4.688vw, 90px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 4px;
  color: #ff6e00;
}
#about main .sec04 .sec_inner .flex_pc.flex_box01 {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box01 {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box01 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box01 .box01 {
    width: calc(62% - 40px);
  }
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box01 .box01 {
    margin-bottom: 20px;
  }
}
#about main .sec04 .sec_inner .flex_pc.flex_box01 .box01 .mid_radius_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box01 .box01 .mid_radius_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#about main .sec04 .sec_inner .flex_pc.flex_box01 .box01 .mid_radius_box:first-of-type {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box01 .box01 .mid_radius_box:first-of-type {
    margin-bottom: 20px;
  }
}
#about main .sec04 .sec_inner .flex_pc.flex_box01 .box01 .mid_radius_box:first-of-type .num span {
  display: inline-block;
  width: clamp(134px, 12.865vw, 247px);
  text-align: right;
}
#about main .sec04 .sec_inner .flex_pc.flex_box01 .box01 .mid_radius_box img {
  width: 100px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box01 .box02 {
    width: 38%;
  }
}
#about main .sec04 .sec_inner .flex_pc.flex_box01 .box02 .mid_radius_box {
  height: 100%;
  text-align: center;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about main .sec04 .sec_inner .flex_pc.flex_box01 .box02 .mid_radius_box img {
  width: 100%;
  max-width: 300px;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box02 {
    gap: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 {
    width: calc(55% - 40px);
  }
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 {
    margin-bottom: 20px;
  }
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box {
  height: 100%;
  text-align: center;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(50px, 2.604vw) min(100px, 5.208vw);
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box .text {
  margin-bottom: 50px;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box ul li {
  text-align: left;
  margin-bottom: 20px;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box ul li p {
  font-size: clamp(16px, 1.146vw, 22px);
  font-weight: bold;
  line-height: 1.2;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box ul li p span {
  font-size: clamp(40px, 3.646vw, 70px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 4px;
  color: #ff6e00;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box ul li .line {
  width: 100%;
  height: 26px;
  position: relative;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box ul li .line {
    margin-bottom: 20px;
    height: 20px;
  }
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box ul li .line:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: url(../img/about/about_sec05_bg.jpg) no-repeat top center/cover;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box.is-active ul li .line {
  opacity: 1;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box.is-active ul li .line:before {
  width: 100%;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box.is-active ul li:nth-child(2) .line:before {
  width: 93%;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box.is-active ul li:nth-child(3) .line:before {
  width: 93%;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box.is-active ul li:nth-child(4) .line:before {
  width: 48%;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box03 .mid_radius_box.is-active ul li:nth-child(5) .line:before {
  width: 48%;
}
@media print, screen and (min-width: 769px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box02 .box04 {
    width: 45%;
  }
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box04 .mid_radius_box {
  text-align: center;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box04 .mid_radius_box:first-of-type {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #about main .sec04 .sec_inner .flex_pc.flex_box02 .box04 .mid_radius_box:first-of-type {
    margin-bottom: 20px;
  }
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box04 .mid_radius_box:first-of-type img {
  width: 176px;
  height: auto;
}
#about main .sec04 .sec_inner .flex_pc.flex_box02 .box04 .mid_radius_box img {
  width: 120px;
  height: auto;
}
#about main .sec05 {
  background: url(../img/about/about_sec05_bg.jpg) no-repeat top center/cover;
}
#about main .sec05 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -25%;
  top: -20%;
}
@media only screen and (max-width: 768px) {
  #about main .sec05 .sec_inner .deco01 {
    top: 0;
    width: 50%;
  }
}
#about main .sec05 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -25%;
  top: 3%;
}
@media only screen and (max-width: 768px) {
  #about main .sec05 .sec_inner .deco02 {
    width: 50%;
  }
}
#about main .sec05 .sec_inner .mid_radius_box {
  background: #fff;
  border-radius: 20px;
  border: 3px solid #00398e;
  padding: min(50px, 2.604vw);
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #about main .sec05 .sec_inner .mid_radius_box {
    border-radius: 20px;
    padding: 20px;
  }
}
#about main .sec05 .sec_inner .mid_radius_box h3 {
  color: #00398e;
  font-size: clamp(22px, 1.771vw, 34px);
  font-weight: bold;
  margin-bottom: 30px;
}
#about main .sec05 .sec_inner .mid_radius_box p {
  font-size: clamp(16px, 0.938vw, 18px);
}
#about main .sec06 {
  background: url(../img/about/about_sec06_bg.jpg) no-repeat top center/cover;
}
#about main .sec06 .sec_inner:before {
  position: absolute;
  content: "";
  background: url(../img/about/about_sec06_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#about main .sec06 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -25%;
  bottom: -20%;
}
@media only screen and (max-width: 768px) {
  #about main .sec06 .sec_inner .deco01 {
    width: 50%;
    top: 30%;
  }
}
#about main .sec06 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -25%;
  top: -20%;
}
@media only screen and (max-width: 768px) {
  #about main .sec06 .sec_inner .deco02 {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  #about main .sec06 .sec_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 33px;
    max-width: 875px;
    margin: 0 auto;
  }
}
#about main .sec06 .sec_inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #about main .sec06 .sec_inner ul li {
    max-width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  #about main .sec06 .sec_inner ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
#about main .sec06 .sec_inner ul li a {
  cursor: pointer;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: bold;
  display: block;
  color: #00398e;
  font-size: clamp(16px, 1.042vw, 20px);
  line-height: 3.2;
  padding: 0 80px 0 30px;
  border-radius: min(50px, 2.604vw);
  border: 3px solid #00398e;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #about main .sec06 .sec_inner ul li a {
    line-height: 15.897vw;
    font-size: 4.615vw;
    border-radius: 12.821vw;
  }
}
#about main .sec06 .sec_inner ul li a:after {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  #about main .sec06 .sec_inner ul li a:after {
    width: 9.231vw;
    height: 9.231vw;
    right: 6.154vw;
  }
}
#about main .sec06 .sec_inner ul li a:hover {
  color: #fff;
  background: #00398e;
}
#about main .sec06 .sec_inner ul li a:hover:after {
  background: url(../img/common/button_arrow_wh.svg) no-repeat center center/contain;
}
#about main .entry_contents {
  background: #fff;
}

#privacypolicy .top_tytle .middle_mv_inner {
  background: url(../img/privacypolicy/privacy_bg.jpg) no-repeat center center/cover;
}
#privacypolicy main {
  background: #e9f5ff;
}
#privacypolicy main .sec_inner {
  padding: 80px 0 200px;
}
@media only screen and (max-width: 768px) {
  #privacypolicy main .sec_inner {
    padding: 30px 0 50px;
  }
}
#privacypolicy main .sec_inner .top_text h3 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #privacypolicy main .sec_inner .top_text h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
#privacypolicy main .sec_inner .top_text .top_btm_text {
  text-align: right;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #privacypolicy main .sec_inner .top_text .top_btm_text {
    font-size: 3.59vw;
  }
}
@media only screen and (max-width: 768px) {
  #privacypolicy main .sec_inner .top_text .top_btm_text {
    font-size: 3.59vw;
  }
}
#privacypolicy main .sec_inner .sec_block h3 {
  font-size: 26px;
  font-weight: bold;
  color: #00398e;
  margin-bottom: 20px;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #privacypolicy main .sec_inner .sec_block h3 {
    font-size: 4vw;
    margin-top: 40px;
  }
}
#privacypolicy main .sec_inner .sec_block ol li {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #privacypolicy main .sec_inner .sec_block ol li {
    font-size: 3.8vw;
  }
}
#privacypolicy main .sec_inner .sec_block dl {
  margin-bottom: 30px;
}
#privacypolicy main .sec_inner .sec_block dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #privacypolicy main .sec_inner .sec_block dl dt {
    font-size: 4vw;
  }
}
#privacypolicy main .sec_inner .sec_block dl dd {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #privacypolicy main .sec_inner .sec_block dl dd {
    font-size: 3.8vw;
  }
}
#privacypolicy main .entry_contents {
  display: none;
}

#jobcategory .top_tytle .middle_mv_inner {
  background: url(../img/jobcategory/jobcategory_bg.jpg) no-repeat center center/cover;
}
#jobcategory main {
  background: url(../img/common/middle_blue_bg.jpg) no-repeat center center/cover;
}
#jobcategory main .sec_inner {
  padding: 120px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_inner {
    padding: 30px 0;
  }
}
#jobcategory main .sec_block {
  position: relative;
}
#jobcategory main .sec_block .middle_block_ttl {
  font-size: clamp(30px, 2.604vw, 50px);
  margin-bottom: 20px;
  text-align: center;
  color: #00398e;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .middle_block_ttl {
    font-size: 7.5vw;
  }
}
#jobcategory main .sec_block .text {
  font-size: 20px;
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .text {
    font-size: 4vw;
    margin: 0 auto 20px;
  }
}
#jobcategory main .sec_block .mid_radius_box {
  background: #fff;
  border-radius: 30px;
  border: 3px solid #00398e;
  padding: 80px;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .mid_radius_box {
    border-radius: 20px;
    padding: 20px;
  }
}
#jobcategory main .sec_block .mid_radius_box:not(:last-of-type) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .mid_radius_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #jobcategory main .sec_block .mid_radius_box .flex_pc {
    gap: 3%;
  }
}
@media print, screen and (min-width: 769px) {
  #jobcategory main .sec_block .mid_radius_box .flex_pc .text_con {
    width: 50%;
  }
}
#jobcategory main .sec_block .mid_radius_box .flex_pc .text_con h4 {
  font-size: clamp(22px, 1.771vw, 34px);
  font-weight: bold;
  color: #00398e;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .mid_radius_box .flex_pc .text_con h4 {
    font-size: 6.8vw;
    margin-bottom: 20px;
  }
}
#jobcategory main .sec_block .mid_radius_box .flex_pc .text_con .sub_text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .mid_radius_box .flex_pc .text_con .sub_text {
    font-size: 4vw;
  }
}
#jobcategory main .sec_block .mid_radius_box .flex_pc .text_con h5 {
  font-size: 22px;
  font-weight: bold;
  color: #00398e;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .mid_radius_box .flex_pc .text_con h5 {
    font-size: 4vw;
  }
}
#jobcategory main .sec_block .mid_radius_box .flex_pc .text_con .text {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .mid_radius_box .flex_pc .text_con .text {
    font-size: 3.8vw;
  }
}
#jobcategory main .sec_block .mid_radius_box .flex_pc .text_con .tag {
  display: inline-block;
  background: #00398e;
  color: #fff;
  width: 150px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .mid_radius_box .flex_pc .text_con .tag {
    width: 100px;
    font-size: 3.59vw;
    line-height: 6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #jobcategory main .sec_block .mid_radius_box .flex_pc .img_con {
    width: 47%;
  }
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec_block .mid_radius_box .flex_pc .img_con {
    margin-top: 20px;
  }
}
#jobcategory main .sec01 .sec_inner {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec01 .sec_inner {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #jobcategory main .sec01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media only screen and (max-width: 1250px) {
  #jobcategory main .sec01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  #jobcategory main .sec01 ul li {
    width: 20%;
  }
}
@media only screen and (max-width: 1250px) {
  #jobcategory main .sec01 ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec01 ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec01 ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
#jobcategory main .sec01 ul li a {
  cursor: pointer;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: bold;
  display: block;
  color: #00398e;
  font-size: clamp(16px, 1.042vw, 20px);
  line-height: 3.2;
  padding: 0 80px 0 30px;
  border-radius: min(50px, 2.604vw);
  border: 3px solid #00398e;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec01 ul li a {
    line-height: 15.897vw;
    font-size: 4.615vw;
    border-radius: 12.821vw;
  }
}
#jobcategory main .sec01 ul li a:after {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec01 ul li a:after {
    width: 9.231vw;
    height: 9.231vw;
    right: 6.154vw;
  }
}
#jobcategory main .sec01 ul li a:hover {
  color: #fff;
  background: #00398e;
}
#jobcategory main .sec01 ul li a:hover:after {
  background: url(../img/common/button_arrow_wh.svg) no-repeat center center/contain;
}
#jobcategory main .sec02 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -20%;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec02 .sec_inner .deco01 {
    width: 50%;
  }
}
#jobcategory main .sec02 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -30%;
  top: 35%;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec02 .sec_inner .deco02 {
    width: 50%;
  }
}
#jobcategory main .sec02 .sec_inner .deco03 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -20%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec02 .sec_inner .deco03 {
    width: 50%;
  }
}
#jobcategory main .sec03 {
  background: url(../img/common/middle_lightblue_bg.jpg) no-repeat center center/cover;
}
#jobcategory main .sec03 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -25%;
  top: -5%;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec03 .sec_inner .deco01 {
    top: 0;
    width: 50%;
  }
}
#jobcategory main .sec03 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -20%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec03 .sec_inner .deco02 {
    width: 50%;
  }
}
#jobcategory main .sec04 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -25%;
  top: 1%;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec04 .sec_inner .deco01 {
    width: 50%;
  }
}
#jobcategory main .sec04 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -25%;
  top: 40%;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec04 .sec_inner .deco02 {
    width: 50%;
  }
}
#jobcategory main .sec04 .sec_inner .deco03 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -25%;
  bottom: 3%;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec04 .sec_inner .deco03 {
    width: 50%;
  }
}
#jobcategory main .sec05 {
  background: url(../img/common/middle_lightblue_bg.jpg) no-repeat center center/cover;
}
#jobcategory main .sec05 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -30%;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec05 .sec_inner .deco01 {
    width: 50%;
  }
}
#jobcategory main .sec05 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -27%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec05 .sec_inner .deco02 {
    width: 50%;
  }
}
#jobcategory main .sec06 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -20%;
  top: -4%;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec06 .sec_inner .deco01 {
    width: 50%;
    top: 0;
  }
}
#jobcategory main .sec06 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -25%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #jobcategory main .sec06 .sec_inner .deco02 {
    width: 50%;
  }
}

#interview .top_tytle .middle_mv_inner {
  background: url(../img/interview/interview_bg.jpg) no-repeat center center/cover;
}
#interview main {
  background: url(../img/common/middle_blue_bg.jpg) no-repeat center center/cover;
  /* 詳細ページここから */
}
#interview main .sec_inner {
  padding: 120px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #interview main .sec_inner {
    padding: 30px 0;
  }
}
#interview main .middle_block_ttl {
  font-size: clamp(30px, 2.604vw, 50px);
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #interview main .middle_block_ttl {
    font-size: 5vw;
  }
}
#interview main ul.staff_nav {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #interview main ul.staff_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 2%;
  }
}
@media only screen and (max-width: 1250px) {
  #interview main ul.staff_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  #interview main ul.staff_nav li {
    width: 18.4%;
  }
}
@media only screen and (max-width: 1250px) {
  #interview main ul.staff_nav li {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  #interview main ul.staff_nav li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #interview main ul.staff_nav li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
#interview main ul.staff_nav li a {
  cursor: pointer;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: bold;
  display: block;
  color: #00398e;
  font-size: clamp(16px, 1.042vw, 20px);
  line-height: 3.2;
  padding: 0 80px 0 30px;
  border-radius: min(50px, 2.604vw);
  border: 3px solid #00398e;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #interview main ul.staff_nav li a {
    line-height: 15.897vw;
    font-size: 4.615vw;
    border-radius: 12.821vw;
  }
}
#interview main ul.staff_nav li a:after {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  #interview main ul.staff_nav li a:after {
    width: 9.231vw;
    height: 9.231vw;
    right: 6.154vw;
  }
}
#interview main ul.staff_nav li a:hover {
  color: #fff;
  background: #00398e;
}
#interview main ul.staff_nav li a:hover:after {
  background: url(../img/common/button_arrow_wh.svg) no-repeat center center/contain;
}
#interview main .sec01 .sec_inner {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #interview main .sec01 .sec_inner {
    padding: 20px 0 40px;
  }
}
#interview main .sec02 .sec_inner {
  padding: 0 0 120px;
}
@media only screen and (max-width: 768px) {
  #interview main .sec02 .sec_inner {
    padding: 0 0 50px;
  }
}
#interview main .sec02 .sec_inner .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -20%;
  top: -10%;
}
@media only screen and (max-width: 768px) {
  #interview main .sec02 .sec_inner .deco01 {
    width: 50%;
    top: 0;
  }
}
#interview main .sec02 .sec_inner .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -30%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #interview main .sec02 .sec_inner .deco02 {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  #interview main .sec02 .sec_inner .flex_pc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 30px;
  }
}
#interview main .sec02 .sec_inner .flex_pc .flex_con {
  position: relative;
  cursor: pointer;
  border: 3px solid #00398e;
  -webkit-box-shadow: 6px 6px 0 #00398e;
  box-shadow: 6px 6px 0 #00398e;
  border-radius: 20px;
}
@media print, screen and (min-width: 769px) {
  #interview main .sec02 .sec_inner .flex_pc .flex_con {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 768px) {
  #interview main .sec02 .sec_inner .flex_pc .flex_con {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #interview main .sec02 .sec_inner .flex_pc .flex_con:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(6px) translateY(6px);
            transform: translateX(6px) translateY(6px);
    opacity: 1;
  }
}
#interview main .sec02 .sec_inner .flex_pc .flex_con .thumb-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding-top: 125%;
  background: #00398e;
}
#interview main .sec02 .sec_inner .flex_pc .flex_con .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#interview main .sec02 .sec_inner .flex_pc .flex_con .job_contents {
  position: absolute;
  left: min(30px, 1.563vw);
  bottom: min(40px, 2.083vw);
  color: #fff;
  width: calc(100% - min(60px, 3vw));
}
#interview main .sec02 .sec_inner .flex_pc .flex_con .job_contents .job_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: clamp(16px, 1.458vw, 28px);
  font-weight: bold;
  margin-bottom: 5px;
  text-shadow: 1px 1px 2px #949494;
}
@media only screen and (max-width: 768px) {
  #interview main .sec02 .sec_inner .flex_pc .flex_con .job_contents .job_contents_flex {
    gap: 5.128vw;
    font-size: 5.128vw;
    margin-bottom: 0;
  }
}
#interview main .sec02 .sec_inner .flex_pc .flex_con .job_contents .job_contents_tag {
  background: #00398e;
  font-size: clamp(12px, 0.833vw, 16px);
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #interview main .sec02 .sec_inner .flex_pc .flex_con .job_contents .job_contents_tag {
    font-size: 3.59vw;
  }
}
#interview main .sec02 .sec_inner .flex_pc .flex_con .job_contents .job_contents_last_text {
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 500;
  text-shadow: 1px 1px 2px #949494;
}
@media only screen and (max-width: 768px) {
  #interview main .sec02 .sec_inner .flex_pc .flex_con .job_contents .job_contents_last_text {
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 768px) {
  #interview main .entry_contents .sec_inner {
    padding: 18.5vw 0 17.949vw;
  }
}
#interview main .single01 .sec_inner {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .sec_inner {
    padding: 30px 0;
  }
}
#interview main .single01 .deco01 {
  position: absolute;
  width: min(346px, 15vw);
  display: block;
  left: -10%;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .deco01 {
    width: 50%;
  }
}
#interview main .single01 .deco02 {
  position: absolute;
  width: min(1180px, 60vw);
  display: block;
  right: -14%;
  top: -4%;
}
@media only screen and (max-width: 1100px) {
  #interview main .single01 .deco02 {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .deco02 {
    width: 100%;
    top: 5%;
  }
}
#interview main .single01 .deco03 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -20%;
  top: 33%;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .deco03 {
    width: 50%;
  }
}
#interview main .single01 .deco04 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -20%;
  bottom: 2%;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .deco04 {
    width: 50%;
  }
}
#interview main .single01 .deco05 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -20%;
  bottom: -14%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .deco05 {
    width: 50%;
  }
}
#interview main .single01 .single_top {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #interview main .single01 .single_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6%;
  }
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .single_top {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #interview main .single01 .single_top .text_con {
    width: 47%;
  }
}
#interview main .single01 .single_top .text_con .job_contents_explain {
  font-size: 28px;
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: bold;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .single_top .text_con .job_contents_explain {
    margin-bottom: 20px;
  }
}
#interview main .single01 .single_top .text_con .job_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
#interview main .single01 .single_top .text_con .job_contents_flex p {
  color: #00398e;
  font-size: 22px;
  font-size: clamp(16px, 1.146vw, 22px);
  font-weight: bold;
}
#interview main .single01 .single_top .text_con .job_contents_tag {
  font-size: 18px;
  font-size: clamp(16px, 0.938vw, 18px);
  text-align: center;
  display: inline-block;
  background: #00398e;
  padding: 5px 10px;
  margin-bottom: 15px;
  color: #fff;
}
#interview main .single01 .single_top .text_con .job_contents_last_text {
  font-size: 22px;
  font-size: clamp(16px, 1.146vw, 22px);
  font-weight: bold;
  color: #00398e;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .single_top .text_con .job_contents_last_text {
    margin-bottom: 20px;
  }
}
#interview main .single01 .single_top .img_con {
  border-radius: 20px;
  border: 3px solid #00398e;
}
@media print, screen and (min-width: 769px) {
  #interview main .single01 .single_top .img_con {
    width: 47%;
  }
}
#interview main .single01 .single_top .img_con img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
#interview main .single01 .mid_radius_box {
  background: #fff;
  border-radius: 20px;
  border: 3px solid #00398e;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .mid_radius_box {
    padding: 20px;
  }
}
#interview main .single01 .mid_radius_box:not(:last-of-type) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .mid_radius_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#interview main .single01 .mid_radius_box:before {
  position: absolute;
  content: "";
  width: 319px;
  height: 332px;
  display: block;
  left: -5%;
  top: -150px;
  background: url("../img/interview/ttl_deco.svg") no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .mid_radius_box:before {
    width: 41.482vw;
    height: 43.173vw;
    top: -19.506vw;
    background-size: contain;
    left: -10%;
  }
}
@media print, screen and (min-width: 769px) {
  #interview main .single01 .mid_radius_box .flex_pc {
    gap: 4%;
  }
}
@media print, screen and (min-width: 769px) {
  #interview main .single01 .mid_radius_box .flex_pc .text_con {
    width: 57%;
  }
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .mid_radius_box .text_con {
    margin-bottom: 20px;
  }
}
#interview main .single01 .mid_radius_box .text_con h3 {
  font-size: 26px;
  font-size: clamp(18px, 1.354vw, 26px);
  font-weight: bold;
  color: #00398e;
  margin-bottom: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .mid_radius_box .text_con h3 {
    font-size: 4.2vw;
  }
}
#interview main .single01 .mid_radius_box .text_con h3 span {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-size: 50px;
  font-size: clamp(30px, 2.6vw, 50px);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-right: 20px;
}
#interview main .single01 .mid_radius_box .text_con .sub_text {
  font-size: 18px;
  font-size: clamp(16px, 0.938vw, 18px);
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  #interview main .single01 .mid_radius_box .text_con .sub_text {
    font-size: 3.8vw;
  }
}
#interview main .single01 .mid_radius_box .img_con {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #interview main .single01 .mid_radius_box .img_con {
    width: 39%;
  }
}
#interview main .single02 {
  background: url(../img/interview/single02_bg.jpg) no-repeat center center/cover;
  overflow: hidden;
}
#interview main .single02 .sec_inner:before {
  position: absolute;
  content: "";
  background: url(../img/interview/single02_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: min(1866px, 110%);
  height: 125%;
  display: block;
  right: -5%;
  bottom: 0;
}
#interview main .single02 .sec_ttl,
#interview main .single02 .sec_ttl02 {
  color: #ff6e00;
}
@media only screen and (max-width: 768px) {
  #interview main .single02 .sec_ttl {
    font-size: 8vw;
  }
}
#interview main .single02 .flex_pc {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #interview main .single02 .flex_pc {
    gap: 2.6%;
  }
}
#interview main .single02 .mid_radius_box {
  background: #fff;
  border-radius: 20px;
  border: 3px solid #00398e;
  padding: min(50px, 2.604vw);
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  #interview main .single02 .mid_radius_box {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #interview main .single02 .mid_radius_box {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #interview main .single02 .mid_radius_box:first-of-type {
    margin-bottom: 20px;
  }
}
#interview main .single02 .mid_radius_box h3 {
  font-size: 26px;
  font-size: clamp(18px, 1.354vw, 26px);
  font-weight: bold;
  color: #00398e;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #interview main .single02 .mid_radius_box h3 {
    font-size: 4.2vw;
  }
}
#interview main .single02 .mid_radius_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#interview main .single02 .mid_radius_box dl dt {
  font-size: 20px;
  font-size: clamp(18px, 1.042vw, 20px);
  font-weight: bold;
  color: #00398e;
  padding: 10px;
  background: #b5e0ff;
  width: 90px;
  text-align: center;
}
#interview main .single02 .mid_radius_box dl dd {
  padding: 10px;
  width: calc(100% - 110px);
}
#interview main .single02 .mid_radius_box dl dd p {
  font-size: 16px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #interview main .single02 .mid_radius_box dl dd p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#interview main .single02 .mid_radius_box dl:nth-of-type(even) dt {
  background: #85ccff;
}
#interview main .single03 {
  background: url(../img/interview/single03_bg.jpg) no-repeat center center/cover;
}
#interview main .single03 .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -28%;
  top: 2%;
}
@media only screen and (max-width: 1350px) {
  #interview main .single03 .deco01 {
    top: 40%;
  }
}
@media only screen and (max-width: 768px) {
  #interview main .single03 .deco01 {
    width: 50%;
    top: 80%;
  }
}
#interview main .single03 .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -27%;
  top: -26%;
}
@media only screen and (max-width: 1350px) {
  #interview main .single03 .deco02 {
    top: -65%;
  }
}
@media only screen and (max-width: 768px) {
  #interview main .single03 .deco02 {
    width: 50%;
    top: -40vw;
  }
}
#interview main .single03 .middle_block_ttl {
  color: #fec400;
}
#interview main .single03 .sec03_text {
  color: #fff;
  font-size: 18px;
  font-size: clamp(16px, 1.35vw, 26px);
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #interview main .single03 .sec03_text {
    font-size: 4.103vw;
  }
}
#interview main .single04 .middle_block_ttl {
  color: #00398e;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #interview main .single04 .middle_block_ttl {
    margin-bottom: 20px;
  }
}
#interview main .single04 .commonBtn {
  max-width: 354px;
  color: #00398e;
  font-size: clamp(16px, 1.042vw, 20px);
  line-height: 3.5;
  padding: 0 80px 0 30px;
  border-radius: 50px;
  border: 3px solid #00398e;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -0.1%;
}
@media only screen and (max-width: 1200px) {
  #interview main .single04 .commonBtn {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    bottom: -100px;
  }
}
@media only screen and (max-width: 768px) {
  #interview main .single04 .commonBtn {
    max-width: 90vw;
    height: 15.897vw;
    line-height: 15.897vw;
    font-size: 4.615vw;
    padding: 0;
    bottom: -23.333vw;
  }
}
#interview main .single04 .commonBtn::after {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #interview main .single04 .commonBtn::after {
    width: 9.231vw;
    height: 9.231vw;
    right: 6.154vw;
  }
}
#interview main .single04 .commonBtn:hover::after {
  background: url(../img/common/button_arrow_og.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #interview main .single04 .commonBtn:hover::after {
    width: 9.231vw;
    height: 9.231vw;
    right: 6.154vw;
  }
}
#interview main .single04 .swiper-slide .job_contents {
  position: absolute;
  left: min(30px, 1.563vw);
  bottom: min(40px, 2.083vw);
  color: #fff;
  width: calc(100% - min(60px, 3vw));
}
#interview main .single04 .swiper-slide .job_contents .job_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: clamp(16px, 1.458vw, 28px);
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #interview main .single04 .swiper-slide .job_contents .job_contents_flex {
    gap: 5.128vw;
    font-size: 5.128vw;
    margin-bottom: 0;
  }
}
#interview main .single04 .swiper-slide .job_contents .job_contents_tag {
  background: #00398e;
  font-size: clamp(12px, 0.833vw, 16px);
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #interview main .single04 .swiper-slide .job_contents .job_contents_tag {
    font-size: 3.59vw;
  }
}
#interview main .single04 .swiper-slide .job_contents .job_contents_last_text {
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #interview main .single04 .swiper-slide .job_contents .job_contents_last_text {
    font-size: 4.103vw;
  }
}

/* 募集要項のscssです。 */
#requirementslist .top_tytle .middle_mv_inner {
  background: url(../img/recruit/recruit_bg.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  #requirementslist .top_tytle .middle_mv_inner .middle_ttl {
    font-size: 8.5vw;
  }
}
#requirementslist main .sec01 .sec_inner {
  padding: 80px 0 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .sec_inner {
    padding: 50px 0;
  }
}
#requirementslist main .sec01 .deco01 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -23%;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .deco01 {
    width: 50%;
  }
}
#requirementslist main .sec01 .deco02 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  right: -29%;
  top: 30%;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .deco02 {
    width: 50%;
  }
}
#requirementslist main .sec01 .deco03 {
  position: absolute;
  width: min(593px, 30vw);
  display: block;
  left: -20%;
  bottom: -4%;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .deco03 {
    width: 50%;
    bottom: 0;
  }
}
#requirementslist main .sec01 .recruit_area {
  margin-bottom: 30px;
  background: #e9f5ff;
  border-radius: 20px;
  border: 3px solid #00398e;
  position: relative;
  z-index: 1;
}
#requirementslist main .sec01 .recruit_area:last-of-type {
  margin-bottom: 0;
}
#requirementslist main .sec01 .recruit_area .details-summary {
  padding: 40px;
  position: relative;
  font-size: 34px;
  font-weight: bold;
  color: #00398e;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .recruit_area .details-summary {
    font-size: 20px;
    padding: 20px;
    border-radius: 0;
  }
}
#requirementslist main .sec01 .recruit_area .details-summary .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 60px;
  height: 60px;
  margin: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background: #00398e;
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .recruit_area .details-summary .btn {
    right: 1em;
    width: 30px;
    height: 30px;
  }
}
#requirementslist main .sec01 .recruit_area .details-summary .btn:before, #requirementslist main .sec01 .recruit_area .details-summary .btn:after {
  content: "";
  background-color: #fff;
  border-radius: 50px;
  width: 40%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#requirementslist main .sec01 .recruit_area .details-summary .btn:before {
  width: 2px;
  height: 40%;
}
#requirementslist main .sec01 .recruit_area .details-summary.on .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#requirementslist main .sec01 .recruit_area .details-summary.on .btn:before {
  content: none;
}
#requirementslist main .sec01 .recruit_area .details-content {
  padding: 0 min(130px, 6.771vw) 60px;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .recruit_area .details-content {
    padding: 0 20px 20px;
  }
}
#requirementslist main .sec01 .recruit_area .details-content .requirements_table {
  width: 100%;
}
#requirementslist main .sec01 .recruit_area .details-content .requirements_table tr th {
  background: #00398e;
  color: #fff;
  padding: 20px 30px;
  text-align: left;
  min-width: 178px;
  font-size: 18px;
  font-weight: bold;
  width: 15%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .recruit_area .details-content .requirements_table tr th {
    border: none;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    text-align: center;
  }
}
#requirementslist main .sec01 .recruit_area .details-content .requirements_table tr td {
  padding: 20px 30px;
  background: #fff;
  width: 85%;
  border: 2px solid #00398e;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .recruit_area .details-content .requirements_table tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
}
#requirementslist main .sec01 .recruit_area .details-content .requirements_table ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
#requirementslist main .sec01 .recruit_area .details-content .requirements_table ul li:before {
  position: absolute;
  content: "";
  background: #00398e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
}
@media print, screen and (min-width: 769px) {
  #requirementslist main .sec01 .recruit_area .details-content .requirements_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec01 .recruit_area .details-content .requirements_table dl {
    margin-bottom: 15px;
  }
}
#requirementslist main .sec01 .recruit_area .details-content .requirements_table dl dt {
  font-weight: bold;
  margin-right: 15px;
}
#requirementslist main .sec02 {
  background: url(../img/recruit/sec02_bg.jpg) top center/cover;
  background-repeat: repeat-y;
}
#requirementslist main .sec02 .deco01 {
  position: absolute;
  width: min(710px, 37.5vw);
  display: block;
  left: -28%;
  top: max(-120px, -22%);
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 .deco01 {
    width: 50%;
    top: 0;
  }
}
#requirementslist main .sec02 .deco02 {
  position: absolute;
  width: min(650px, 32vw);
  display: block;
  right: -22%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 .deco02 {
    width: 50%;
  }
}
#requirementslist main .sec02 .middle_block_ttl {
  font-size: clamp(24px, 1.771vw, 34px);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #00398e;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 .middle_block_ttl {
    font-size: 5vw;
  }
}
#requirementslist main .sec02 p {
  font-size: 18px;
  max-width: 950px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 p {
    font-size: 16px;
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #requirementslist main .sec02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
  }
}
@media only screen and (max-width: 950px) {
  #requirementslist main .sec02 ul {
    display: block;
  }
}
#requirementslist main .sec02 ul li {
  background: #00398e;
  position: relative;
  height: 114px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  #requirementslist main .sec02 ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 950px) {
  #requirementslist main .sec02 ul li {
    width: 100%;
    font-size: 20px;
    height: 80px;
    margin-bottom: 50px;
  }
  #requirementslist main .sec02 ul li:last-child {
    margin-bottom: 0;
  }
}
#requirementslist main .sec02 ul li:before {
  position: absolute;
  content: "";
  background: url(../img/recruit/recruit_arrow.svg) no-repeat center center/contain;
  width: 25px;
  height: 25px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 950px) {
  #requirementslist main .sec02 ul li:before {
    bottom: -37.5px;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
#requirementslist main .sec02 ul li:last-child {
  background: #ff6e00;
}
#requirementslist main .sec02 ul li:last-child:before {
  display: none;
}
#requirementslist main .sec02 ul li span {
  font-size: 50%;
}
#requirementslist main .sec02 .sec_inner {
  padding: 120px 0 min(120px, 6.25vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 .sec_inner {
    padding-top: 50px;
  }
}
#requirementslist main .sec02 .sec_inner:last-of-type {
  padding: min(80px, 4.167vw) 0 120px;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 .sec_inner:last-of-type {
    padding-bottom: min(80px, 4.167vw) 0 12vw;
  }
}
#requirementslist main .sec02 .sec_inner:last-of-type .tel_box {
  width: 100%;
  max-width: 994px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #00398e;
  padding: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 .sec_inner:last-of-type .tel_box {
    padding: 5.128vw;
  }
}
#requirementslist main .sec02 .sec_inner:last-of-type .tel_box h4 {
  font-size: clamp(18px, 1.354vw, 26px);
  margin-bottom: 30px;
  color: #00398e;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 .sec_inner:last-of-type .tel_box h4 {
    font-size: 4vw;
    margin-bottom: 15px;
  }
}
#requirementslist main .sec02 .sec_inner:last-of-type .tel_box .tel_num {
  display: block;
}
#requirementslist main .sec02 .sec_inner:last-of-type .tel_box .tel_num span {
  display: inline-block;
  padding-left: 1.3em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: clamp(40px, 4.688vw, 80px);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.3;
  white-space: nowrap;
}
#requirementslist main .sec02 .sec_inner:last-of-type .tel_box .tel_num span:before {
  position: absolute;
  content: "";
  background: url(../img/recruit/tel_icon.svg) no-repeat center center/contain;
  width: 1em;
  height: 1em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 .sec_inner:last-of-type .tel_box .tel_num span {
    font-size: 8vw;
    margin-bottom: 15px;
  }
}
#requirementslist main .sec02 .sec_inner:last-of-type .tel_box p {
  font-size: clamp(18px, 1.354vw, 26px);
  margin-bottom: 0;
}
#requirementslist main .sec02 .sec_inner:last-of-type .tel_box p strong {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .sec02 .sec_inner:last-of-type .tel_box p {
    font-size: 4vw;
  }
}
#requirementslist main .entry_contents {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #requirementslist main .entry_contents .sec_inner {
    padding: 18.5vw 0 17.949vw;
  }
}

#entry .top_tytle .middle_mv_inner {
  background: url(../img/entry/entry_bg.jpg) no-repeat center center/cover;
}
#entry .middle {
  background: url(../img/entry/entry_main_bg.jpg) no-repeat center center/cover;
}
#entry .middle .sec01 .sec_inner {
  padding: 80px 0 200px;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec01 .sec_inner {
    padding: 60px 0;
  }
}
#entry .middle .sec01 .sec_inner .top_text {
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec01 .sec_inner .top_text {
    margin-bottom: 60px;
  }
}
#entry .middle .sec01 .sec_inner .top_text a[href*="tel:"] {
  color: #00398e;
}
#entry .middle .sec01 .sec_inner .privacy {
  margin: 50px auto 30px;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec01 .sec_inner .privacy {
    margin: 30px auto;
  }
}
#entry .middle .sec01 .sec_inner .privacy p {
  text-align: center;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: bold;
  line-height: 1.6;
}
#entry .middle .sec01 .sec_inner .privacy p a {
  color: #00398e;
  display: inline-block;
  border-bottom: 2px solid #00398e;
}
#entry .middle .sec01 .sec_inner .mw_wp_form_confirm .privacy p span {
  display: none;
}
#entry .middle .sec01 .sec_inner .mw_wp_form_confirm .mail_contents dd div:first-of-type {
  margin-bottom: 10px;
}
#entry .middle .sec01 .sec_inner .mw_wp_form_confirm .mail_contents p {
  display: none;
}
#entry .middle .sec01 .sec_inner .mw_wp_form_confirm .name_contents dd span,
#entry .middle .sec01 .sec_inner .mw_wp_form_confirm .furigana_contents dd span,
#entry .middle .sec01 .sec_inner .mw_wp_form_confirm .post_contents dd span {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #entry .middle .sec01 .sec_inner .mw_wp_form_confirm .name_contents div:first-of-type,
  #entry .middle .sec01 .sec_inner .mw_wp_form_confirm .furigana_contents div:first-of-type {
    margin-bottom: 0;
  }
}
#entry .middle .sec01 .sec_inner .mw_wp_form .error {
  margin: 0.5em;
}
#entry .middle .sec01 .sec_inner .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 30px;
}
#entry .middle .sec01 .sec_inner .mid_radius_box {
  background: #fff;
  border-radius: 20px;
  border: 3px solid #00398e;
  padding: min(60px, 3.125vw) min(80px, 4.167vw);
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec01 .sec_inner .mid_radius_box {
    padding: 20px;
  }
}
#entry .middle .sec01 .sec_inner form {
  width: 100%;
}
#entry .middle .sec01 .sec_inner form input[type=checkbox] {
  width: 30px;
  height: 30px;
  margin: -2px 0.5em 0 0.2em;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #entry .middle .sec01 .sec_inner form input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
#entry .middle .sec01 .sec_inner form input[type=checkbox]:checked {
  background-color: #ff6e00;
}
#entry .middle .sec01 .sec_inner form input[type=checkbox]:checked:before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  padding: 4px;
  margin: 0.15em;
  color: white;
  background: url(../img/entry/i_check.svg) no-repeat center center/contain;
}
#entry .middle .sec01 .sec_inner form .name_contents span {
  margin-right: 1em;
}
@media only screen and (max-width: 1200px) {
  #entry .middle .sec01 .sec_inner form .name_contents span {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 1200px) {
  #entry .middle .sec01 .sec_inner form .name_contents div:first-of-type {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  #entry .middle .sec01 .sec_inner form .furigana_contents div:first-of-type {
    margin-bottom: 10px;
  }
}
#entry .middle .sec01 .sec_inner form .tel_contents span {
  margin: 0 0.5em;
}
#entry .middle .sec01 .sec_inner form .mail_contents dd {
  display: block;
}
#entry .middle .sec01 .sec_inner form .mail_contents dd p {
  margin: 1em 0;
}
#entry .middle .sec01 .sec_inner form .mwform-checkbox-field-text {
  display: none;
}
#entry .middle dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#entry .middle dl:first-of-type {
  border-top: 1px solid #eee;
}
#entry .middle dl dt {
  font-weight: bold;
  width: 28%;
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #00398e;
  padding: 40px 20px;
  font-size: clamp(18px, 1.25vw, 24px);
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dt {
    width: 100% !important;
    max-width: none;
    line-height: normal;
    padding: 20px 0;
  }
}
#entry .middle dl dt span {
  font-size: 75%;
  background: #e32d00;
  padding: 4px 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  white-space: nowrap;
  margin: 10px;
  color: #fff;
  height: 28px;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dt span {
    margin: 0;
  }
}
#entry .middle dl dd {
  margin-left: 0;
  line-height: 1em;
  width: 72%;
  max-width: 987px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 40px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 0.938vw, 18px);
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dd {
    width: 100% !important;
    padding: 0 0 20px;
  }
}
#entry .middle dl dd.date {
  width: auto;
}
#entry .middle dl dd input[type=text],
#entry .middle dl dd input[type=email],
#entry .middle dl dd input[type=date],
#entry .middle dl dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dd input[type=text],
  #entry .middle dl dd input[type=email],
  #entry .middle dl dd input[type=date],
  #entry .middle dl dd textarea {
    font-size: 14px;
  }
}
#entry .middle dl dd input[type=text].name, #entry .middle dl dd input[type=text].furigana,
#entry .middle dl dd input[type=email].name,
#entry .middle dl dd input[type=email].furigana,
#entry .middle dl dd input[type=date].name,
#entry .middle dl dd input[type=date].furigana,
#entry .middle dl dd textarea.name,
#entry .middle dl dd textarea.furigana {
  max-width: 250px;
  margin: 0 1em;
}
@media only screen and (max-width: 1200px) {
  #entry .middle dl dd input[type=text].name, #entry .middle dl dd input[type=text].furigana,
  #entry .middle dl dd input[type=email].name,
  #entry .middle dl dd input[type=email].furigana,
  #entry .middle dl dd input[type=date].name,
  #entry .middle dl dd input[type=date].furigana,
  #entry .middle dl dd textarea.name,
  #entry .middle dl dd textarea.furigana {
    max-width: 50%;
    margin: 0 0.5em;
  }
}
#entry .middle dl dd input[type=text].birth_year,
#entry .middle dl dd input[type=email].birth_year,
#entry .middle dl dd input[type=date].birth_year,
#entry .middle dl dd textarea.birth_year {
  max-width: 80px;
  margin: 0 0.5em 0 0;
}
@media only screen and (max-width: 1200px) {
  #entry .middle dl dd input[type=text].birth_year,
  #entry .middle dl dd input[type=email].birth_year,
  #entry .middle dl dd input[type=date].birth_year,
  #entry .middle dl dd textarea.birth_year {
    max-width: 30%;
  }
}
#entry .middle dl dd input[type=text].tel,
#entry .middle dl dd input[type=email].tel,
#entry .middle dl dd input[type=date].tel,
#entry .middle dl dd textarea.tel {
  max-width: 113px;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dd input[type=text].tel,
  #entry .middle dl dd input[type=email].tel,
  #entry .middle dl dd input[type=date].tel,
  #entry .middle dl dd textarea.tel {
    max-width: 27%;
  }
}
#entry .middle dl dd input[type=text].post,
#entry .middle dl dd input[type=email].post,
#entry .middle dl dd input[type=date].post,
#entry .middle dl dd textarea.post {
  max-width: 113px;
  margin: 0 0.5em;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dd input[type=text].post,
  #entry .middle dl dd input[type=email].post,
  #entry .middle dl dd input[type=date].post,
  #entry .middle dl dd textarea.post {
    max-width: 27%;
  }
}
#entry .middle dl dd label[for=gender-1],
#entry .middle dl dd label[for=jobtype-1],
#entry .middle dl dd label[for=jobtype-2] {
  margin-right: 0.5em;
}
#entry .middle dl dd input[type=radio] {
  /* appearance: auto;
  	margin-right: 8px;
  	position: absolute;
  opacity: 0; */
}
#entry .middle dl dd input[type=radio]:before {
  content: "";
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 100%;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 0;
  /* margin-right: 0.2em; */
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#entry .middle dl dd input[type=radio]:checked:before {
  background-color: #00398e;
  border: 1px solid #b9b9b9;
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
}
#entry .middle dl dd input[type=radio]:disabled:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
#entry .middle dl dd input[type=radio]:disabled:empty:before {
  margin-right: 0;
}
#entry .middle dl dd select {
  padding: 10px;
  font-size: clamp(16px, 0.938vw, 18px);
  border: 1px solid #b9b9b9;
  width: 100%;
  max-width: 240px;
  border-radius: 4px;
  background: #fff url("../img/entry/entry_arrow.svg") no-repeat center right 5px/10px;
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dd select {
    font-size: 14px;
  }
}
#entry .middle dl dd select.birth_month, #entry .middle dl dd select.birth_day {
  max-width: 70px;
  margin: 0 0.5em 0 2em;
  padding: 10px 20px;
}
@media only screen and (max-width: 1200px) {
  #entry .middle dl dd select.birth_month, #entry .middle dl dd select.birth_day {
    margin: 0 0.5em 0 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  #entry .middle dl dd select.birth_month, #entry .middle dl dd select.birth_day {
    max-width: 20%;
  }
}
#entry .middle dl dd textarea {
  max-width: 100%;
  height: 13em;
}
#entry .middle dl dd input[type=text]:focus,
#entry .middle dl dd input[type=email]:focus,
#entry .middle dl dd input[type=date]:focus,
#entry .middle dl dd textarea:focus {
  border: 2px #000000 solid inset;
}
#entry .middle dl:last-of-type dt span {
  background: #c8c8c8;
  color: #333;
}
#entry .middle .btn_area {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  gap: 20px;
}
#entry .middle .btn_area button {
  margin: 0 auto;
  color: #fff;
  background: #00398e;
  border: 3px solid #00398e;
  max-width: 480px;
}
#entry .middle .btn_area button::after {
  position: absolute;
  content: "";
  background: url(../img/common/button_arrow_wh.svg) no-repeat center center/contain;
  width: min(42px, 2.188vw);
  height: min(42px, 2.188vw);
  right: min(22px, 1.146vw);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #entry .middle .btn_area button::after {
    width: 8.205vw;
    height: 8.205vw;
    right: 4.103vw;
  }
}
#entry .middle .btn_area button:hover {
  color: #00398e;
  background: #fff;
}
#entry .middle .btn_area button:hover::after {
  background: url(../img/common/button_arrow.svg) no-repeat center center/contain;
  width: min(42px, 2.188vw);
  height: min(42px, 2.188vw);
  right: min(22px, 1.146vw);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #entry .middle .btn_area button:hover::after {
    width: 8.205vw;
    height: 8.205vw;
    right: 4.103vw;
  }
}
#entry .middle .btn_area button.backBtn {
  color: #00398e;
  background: #fff;
  padding: 0 30px 0 80px;
}
@media only screen and (max-width: 768px) {
  #entry .middle .btn_area button.backBtn {
    padding: 0 7.179vw 0 11.538vw;
  }
}
#entry .middle .btn_area button.backBtn::after {
  position: absolute;
  content: "";
  background: url(../img/entry/button_arrow_r_wh.svg) no-repeat center center/contain;
  width: min(42px, 2.188vw);
  height: min(42px, 2.188vw);
  left: min(22px, 1.146vw);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #entry .middle .btn_area button.backBtn::after {
    width: 8.205vw;
    height: 8.205vw;
    left: 4.103vw;
  }
}
#entry .middle .btn_area button.backBtn:hover {
  color: #fff;
  background: #00398e;
}
#entry .middle .btn_area button.backBtn:hover::after {
  background: url(../img/entry/button_arrow_r.svg) no-repeat center center/contain;
  width: min(42px, 2.188vw);
  height: min(42px, 2.188vw);
  left: min(22px, 1.146vw);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #entry .middle .btn_area button.backBtn:hover::after {
    width: 8.205vw;
    height: 8.205vw;
    left: 4.103vw;
  }
}
#entry .middle .btn_area button a {
  color: #fff;
}
#entry .middle .btn_area button a:hover {
  color: #00398e;
}
#entry .middle .entry_contents {
  display: none;
}

.pageTop {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  right: 40px;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 768px) {
  .pageTop {
    right: 5vw;
    bottom: 5vw;
  }
}
.pageTop a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pageTop a {
    font-size: 12px;
    padding-top: 30px;
  }
}
.pageTop a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 0;
  left: 50%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .pageTop a::before {
    height: 30px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 769px) {
  .wp-pagenavi {
    margin: 60px 0 0;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi > * {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00398e !important;
  background: #fff;
  color: #00398e;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi > * {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.wp-pagenavi > *:hover {
  opacity: 0.8;
}
.wp-pagenavi > *.current {
  padding: 0;
  color: #fff;
  background: #ff6e00;
  border: 2px solid #ff6e00 !important;
}
.wp-pagenavi > *.previouspostslink {
  font-family: "Noto Sans", sans-serif;
  background: transparent;
  font-size: 80px;
  font-weight: 400;
  line-height: 70px;
  border: none !important;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  /* position: relative;
  color: transparent;
  background: $blue;
  border: none !important;
  margin-right: 10px !important;

  &::after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      transform: rotate(-45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 4px;
      margin: auto;
  } */
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi > *.previouspostslink {
    font-size: 50px;
    line-height: 40px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.wp-pagenavi > *.nextpostslink {
  font-family: "Noto Sans", sans-serif;
  background: transparent;
  font-size: 80px;
  font-weight: 400;
  line-height: 70px;
  border: none !important;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  /* position: relative;
  color: transparent;
  background: $blue;
  border: none !important;
  margin-left: 10px !important;

  &::after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      transform: rotate(135deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 4px;
      left: 0;
      margin: auto;
  } */
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi > *.nextpostslink {
    font-size: 50px;
    line-height: 40px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.single_pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 100px;
  /* @media screen and (max-width: 374px) {
      flex-direction: column;
      gap: 20px 0;
  } */
}
@media only screen and (max-width: 768px) {
  .single_pagenav {
    margin: 30px 0 50px;
    gap: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .single_pagenav li {
    width: 33.3333333333%;
  }
}
.single_pagenav li a {
  line-height: 70px;
}
@media only screen and (max-width: 768px) {
  .single_pagenav li a {
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .single_pagenav li.all {
    width: calc(100% - 120px - 20px);
  }
}
.single_pagenav li.all a {
  display: block;
  border: 1px solid #00398e;
  color: #000000;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  min-width: 250px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .single_pagenav li.all a {
    min-width: initial;
  }
}
.single_pagenav li.all a::after {
  position: absolute;
  content: "";
  background: #00398e;
  width: 0;
  height: 100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  z-index: -1;
}
.single_pagenav li.all a:hover {
  color: #fff;
}
.single_pagenav li.all a:hover::after {
  width: 100%;
  right: initial;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .single_pagenav li.tip {
    width: 80px;
  }
}
.single_pagenav li.tip a {
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .single_pagenav li.tip a {
    padding-right: 10px;
    display: block;
  }
}
.single_pagenav li.tip a::before, .single_pagenav li.tip a::after {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_pagenav li.tip a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_pagenav li.tip a::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #00398e;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_pagenav li.tip a:hover {
  opacity: 0.8;
}
.single_pagenav li.tip.prev a {
  padding-right: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .single_pagenav li.tip.prev a {
    padding: 0;
    text-indent: -99999px;
  }
}
.single_pagenav li.tip.prev a::before {
  right: initial;
  left: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.single_pagenav li.tip.prev a::after {
  right: initial;
  left: 0;
}
.single_pagenav li.next {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .single_pagenav li.next {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .single_pagenav li.next a {
    text-indent: -999999px;
    padding-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */