@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;900&family=Poppins:wght@600;700&family=Barlow:wght@600&display=swap);
/*---------------------------------------------
design-width
---------------------------------------------*/
/*---------------------------------------------
vw変換

width: vw-sp(320);
@include pc-only {
  width: min(vw-pc(194), 194px);
}
@include pc-lg {
  width: vw-pc-lg(194);
}
---------------------------------------------*/
/*
@media only screen and (max-width:1100px) {}
@media only screen and (min-width:1400px) {}
@media only screen and (max-width:767px) {}
@media only screen and (min-width:765px) {}
*/
/*---------------------------------------------
メディアクエリ
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

/*---------------------------------------------
フォント用のmixinとユーティリティ

@include font-sp(26); // モバイルファースト
@include font-pc(18); // タブレット〜PC対応
---------------------------------------------*/
/*---------------------------------------------
リセット
---------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100% !important;
  overflow-y: scroll;
}

body,
html {
  font-size: 100%;
}

button,
input,
select,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 130%;
}

article,
aside,
body,
dd,
dl,
dt,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
li,
nav,
ol,
p,
section,
ul {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: hsla(96, 31%, 55%, 0.75);
}

::selection {
  background: hsla(96, 31%, 55%, 0.75);
}

article,
aside,
dd,
dl,
dt,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
nav,
ol,
p,
section,
ul {
  font-size: 1em;
}

article::-moz-selection,
aside::-moz-selection,
dd::-moz-selection,
dl::-moz-selection,
dt::-moz-selection,
figcaption::-moz-selection,
figure::-moz-selection,
footer::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
header::-moz-selection,
li::-moz-selection,
nav::-moz-selection,
ol::-moz-selection,
p::-moz-selection,
section::-moz-selection,
ul::-moz-selection {
  background: hsla(96, 31%, 55%, 0.75);
}

article::selection,
aside::selection,
dd::selection,
dl::selection,
dt::selection,
figcaption::selection,
figure::selection,
footer::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
header::selection,
li::selection,
nav::selection,
ol::selection,
p::selection,
section::selection,
ul::selection {
  background: hsla(96, 31%, 55%, 0.75);
}

dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  line-height: 1.7;
}

/*---------------------------------------------
初期設定
---------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  height: auto;
  min-height: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}

address {
  font-style: normal;
}

img {
  border-style: none;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

sub,
sup {
  font-size: 0.6em;
}

sub {
  display: inline-block;
  margin-bottom: -1em;
  position: relative;
  top: -0.2em;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

iframe {
  border: none;
}

a,
a:active,
a:hover,
a:link,
a:visited {
  color: #000;
}

a:hover,
a:link {
  text-decoration: none;
}

/*---------------------------------------------
ユーティリティ
---------------------------------------------*/
@-webkit-keyframes shadowAnimate {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  15% {
    opacity: 1;
    transform: scale(0.95) translateY(-5%) translateX(-3%);
  }
  to {
    opacity: 0.9;
    transform: scale(1);
  }
}
@keyframes shadowAnimate {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  15% {
    opacity: 1;
    transform: scale(0.95) translateY(-5%) translateX(-3%);
  }
  to {
    opacity: 0.9;
    transform: scale(1);
  }
}
@-webkit-keyframes iconAnimate {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(0.95) translateY(5%);
  }
  to {
    transform: scale(1);
  }
}
@keyframes iconAnimate {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(0.95) translateY(5%);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes iconAnimate1 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 100%;
  }
}
@keyframes iconAnimate1 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 100%;
  }
}
.overlay-lock-test {
  overflow-y: hidden !important;
}

.overlay-lock {
  width: auto;
}

.modal-overlay-lock,
.overlay-lock,
.overlay-lock body {
  overflow: hidden !important;
}

.modal-overlay-lock {
  width: auto;
}

.modal-overlay-lock body {
  overflow: hidden !important;
}

.modal__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: -25vh;
  transition: background 0.4s ease, visibility 0.4s;
  width: auto;
  z-index: -1;
}

.modalBox {
  bottom: 0;
  height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, transform 0.2s ease-in-out, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

.modalBox img {
  height: auto;
  max-width: 100%;
}

.modalBox.is-show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.modalBox.is-show,
.modalBox.is-show .modalBox__inner__contents {
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 1);
}

.modalBox.is-show .modalBox__inner__contents {
  transform: scale(1);
}

.modalBox.is-movie iframe {
  aspect-ratio: 1/0.563;
  height: 100%;
  width: 100%;
}

.modalBox.is-movie .modalBox__inner {
  margin: auto;
}

.modalBox.is-movie .modalBox__inner__contents {
  overflow: visible;
  position: relative;
  width: min(62.5vw, 742px);
}

.modalBox__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 100vh;
  min-height: 100dvh;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .modalBox__inner {
    min-width: 0;
  }
}
.modalBox__inner__contents {
  box-sizing: border-box;
  margin: 50px auto;
  pointer-events: auto;
  position: relative;
  transform: scale(0.86);
  transition: opacity 0.3s ease, transform 0.2s ease-in-out, visibility 0.3s;
  width: min(74.5454545455vw, 820px);
  z-index: 10;
}

.modalBox__inner__contents iframe {
  aspect-ratio: 16/9;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.16);
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  .modalBox__inner__contents {
    width: 58.5714285714vw;
  }
}
@media only screen and (max-width: 767px) {
  .modalBox__inner__contents {
    margin: 2.6666666667vw auto 8vw;
    width: 94.6666666667vw;
  }
}
.modalBox__closeBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  height: min(3.6363636364vw, 40px);
  left: 102%;
  line-height: 0;
  margin-top: max(-0.4545454545vw, -5px);
  position: absolute;
  top: 0;
  width: min(3.6363636364vw, 40px);
  z-index: 10;
}

.modalBox__closeBtn:active:before,
.modalBox__closeBtn:hover:before {
  transform: rotate(45deg) scale(0.8);
}

.modalBox__closeBtn:active:after,
.modalBox__closeBtn:hover:after {
  transform: rotate(-45deg) scale(0.8);
}

.modalBox__closeBtn:after,
.modalBox__closeBtn:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  border-radius: 6px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  width: 100%;
}

.modalBox__closeBtn:after {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1400px) {
  .modalBox__closeBtn {
    height: 2.8571428571vw;
    margin-top: -0.3571428571vw;
    width: 2.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  .modalBox__closeBtn {
    bottom: 102%;
    font-size: 0;
    height: 7.3333333333vw;
    left: auto;
    right: 0;
    top: auto;
    width: 7.3333333333vw;
  }
  .modalBox__closeBtn:after,
  .modalBox__closeBtn:before {
    height: min(0.5333333333vw, 2px);
  }
}
.u-cf {
  zoom: 1;
}

.u-cf:after,
.u-cf:before {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

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

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

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

.u-visHide {
  visibility: hidden;
}

.u-hide {
  display: none !important;
}

.u-hideTxt {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.u-pcHide {
  display: none;
}

.u-fColor--wht {
  color: #fff;
}

.u-fColor--grn {
  color: #22430c;
}

.u-indent--1 {
  text-indent: 1em;
}

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

.u-indent--n1_3 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.u-indent--n1_5 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.u-indent--n2 {
  padding-left: 2em;
  text-indent: -2em;
}

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

.u-liMarker:before {
  content: "・";
}

.u-pcHide,
.u-pcNobreak {
  display: none;
}

.u-spHide {
  display: inline;
}

.u-inlineBlock {
  display: inline-block;
}

.u-urlTxt {
  word-break: break-all;
}

.u-scrTxt {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.u-blankIcon {
  height: 1em;
  line-height: 1em;
  padding-left: 3px;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  width: auto;
}

.u-curning {
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .u-pcNobreak {
    display: inline;
  }
  .u-spNobreak {
    display: none;
  }
  .u-pcHide {
    display: block;
  }
  .u-spHide {
    display: none;
  }
}
.u-bdrBtm {
  border-bottom: 1px solid #eee;
}

.u--bdrTop {
  border-top: 1px solid #eee;
}

.u-countBox {
  counter-reset: number;
}

.u-countBox .u-countItem:before {
  color: #22430c;
  content: counter(number) ". ";
  counter-increment: number;
  font-style: normal;
}

.u-qaBox .u-qaItem-Q {
  padding-left: 1.8em;
  position: relative;
}

.u-qaBox .u-qaItem-Q:before {
  color: #22430c;
  content: "Q. ";
  font-size: 1.38em;
  font-size: 28px;
  font-style: normal;
  left: 0;
  position: absolute;
  top: -0.2em;
}

.u-qaBox .u-qaItem-A {
  padding-left: 2.2em;
  padding-top: 0.5em;
  position: relative;
}

.u-qaBox .u-qaItem-A:before {
  color: #22430c;
  content: "A. ";
  font-size: 28px;
  font-style: normal;
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .u-qaBox .u-qaItem-Q {
    padding-left: 1.5em;
  }
  .u-qaBox .u-qaItem-Q:before {
    font-size: 21px;
    top: -0.1em;
  }
  .u-qaBox .u-qaItem-A {
    padding-left: 1.8em;
  }
  .u-qaBox .u-qaItem-A:before {
    font-size: 21px;
    top: 0.2em;
  }
}
.u-linkIcon {
  display: inline-block;
  padding-left: 1em;
  position: relative;
  text-decoration: none;
}

.u-linkIcon:before {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  height: 0.4em;
  left: 0;
  position: absolute;
  top: 0.6em;
  transform: rotate(-45deg);
  width: 0.4em;
}

.u-linkIcon:link,
.u-linkIcon:visited {
  text-decoration: none;
}

.u-linkIcon:active,
.u-linkIcon:hover {
  text-decoration: underline;
}

.u-videoBox {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.u-videoBox iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.u-mt0em {
  margin-top: 0 !important;
}

.u-mb0em {
  margin-bottom: 0 !important;
}

.u-pt0em {
  padding-top: 0 !important;
}

.u-pb0em {
  padding-bottom: 0 !important;
}

.u-mt0_5em {
  margin-top: 0.5em !important;
}

.u-mb0_5em {
  margin-bottom: 0.5em !important;
}

.u-pt0_5em {
  padding-top: 0.5em !important;
}

.u-pb0_5em {
  padding-bottom: 0.5em !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-pt1em {
  padding-top: 1em !important;
}

.u-pb1em {
  padding-bottom: 1em !important;
}

.u-mt1_5em {
  margin-top: 1.5em !important;
}

.u-mb1_5em {
  margin-bottom: 1.5em !important;
}

.u-pt1_5em {
  padding-top: 1.5em !important;
}

.u-pb1_5em {
  padding-bottom: 1.5em !important;
}

.u-mt2em {
  margin-top: 2em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-pt2em {
  padding-top: 2em !important;
}

.u-pb2em {
  padding-bottom: 2em !important;
}

.u-mt2_5em {
  margin-top: 2.5em !important;
}

.u-mb2_5em {
  margin-bottom: 2.5em !important;
}

.u-pt2_5em {
  padding-top: 2.5em !important;
}

.u-pb2_5em {
  padding-bottom: 2.5em !important;
}

.u-mt3em {
  margin-top: 3em !important;
}

.u-mb3em {
  margin-bottom: 3em !important;
}

.u-pt3em {
  padding-top: 3em !important;
}

.u-pb3em {
  padding-bottom: 3em !important;
}

.u-mt3_5em {
  margin-top: 3.5em !important;
}

.u-mb3_5em {
  margin-bottom: 3.5em !important;
}

.u-pt3_5em {
  padding-top: 3.5em !important;
}

.u-pb3_5em {
  padding-bottom: 3.5em !important;
}

.u-mt4em {
  margin-top: 4em !important;
}

.u-mb4em {
  margin-bottom: 4em !important;
}

.u-pt4em {
  padding-top: 4em !important;
}

.u-pb4em {
  padding-bottom: 4em !important;
}

.u-mt4_5em {
  margin-top: 4.5em !important;
}

.u-mb4_5em {
  margin-bottom: 4.5em !important;
}

.u-pt4_5em {
  padding-top: 4.5em !important;
}

.u-pb4_5em {
  padding-bottom: 4.5em !important;
}

.u-mt5em {
  margin-top: 5em !important;
}

.u-mb5em {
  margin-bottom: 5em !important;
}

.u-pt5em {
  padding-top: 5em !important;
}

.u-pb5em {
  padding-bottom: 5em !important;
}

.u-mt5_5em {
  margin-top: 5.5em !important;
}

.u-mb5_5em {
  margin-bottom: 5.5em !important;
}

.u-pt5_5em {
  padding-top: 5.5em !important;
}

.u-pb5_5em {
  padding-bottom: 5.5em !important;
}

.u-mt6em {
  margin-top: 6em !important;
}

.u-mb6em {
  margin-bottom: 6em !important;
}

.u-pt6em {
  padding-top: 6em !important;
}

.u-pb6em {
  padding-bottom: 6em !important;
}

.u-mt6_5em {
  margin-top: 6.5em !important;
}

.u-mb6_5em {
  margin-bottom: 6.5em !important;
}

.u-pt6_5em {
  padding-top: 6.5em !important;
}

.u-pb6_5em {
  padding-bottom: 6.5em !important;
}

.u-mt7em {
  margin-top: 7em !important;
}

.u-mb7em {
  margin-bottom: 7em !important;
}

.u-pt7em {
  padding-top: 7em !important;
}

.u-pb7em {
  padding-bottom: 7em !important;
}

.u-mt7_5em {
  margin-top: 7.5em !important;
}

.u-mb7_5em {
  margin-bottom: 7.5em !important;
}

.u-pt7_5em {
  padding-top: 7.5em !important;
}

.u-pb7_5em {
  padding-bottom: 7.5em !important;
}

.u-mt8em {
  margin-top: 8em !important;
}

.u-mb8em {
  margin-bottom: 8em !important;
}

.u-pt8em {
  padding-top: 8em !important;
}

.u-pb8em {
  padding-bottom: 8em !important;
}

.u-mt8_5em {
  margin-top: 8.5em !important;
}

.u-mb8_5em {
  margin-bottom: 8.5em !important;
}

.u-pt8_5em {
  padding-top: 8.5em !important;
}

.u-pb8_5em {
  padding-bottom: 8.5em !important;
}

.u-mt9em {
  margin-top: 9em !important;
}

.u-mb9em {
  margin-bottom: 9em !important;
}

.u-pt9em {
  padding-top: 9em !important;
}

.u-pb9em {
  padding-bottom: 9em !important;
}

.u-mt9_5em {
  margin-top: 9.5em !important;
}

.u-mb9_5em {
  margin-bottom: 9.5em !important;
}

.u-pt9_5em {
  padding-top: 9.5em !important;
}

.u-pb9_5em {
  padding-bottom: 9.5em !important;
}

.u-mt10em {
  margin-top: 10em !important;
}

.u-mb10em {
  margin-bottom: 10em !important;
}

.u-pt10em {
  padding-top: 10em !important;
}

.u-pb10em {
  padding-bottom: 10em !important;
}

.u-mt10_5em {
  margin-top: 10.5em !important;
}

.u-mb10_5em {
  margin-bottom: 10.5em !important;
}

.u-pt10_5em {
  padding-top: 10.5em !important;
}

.u-pb10_5em {
  padding-bottom: 10.5em !important;
}

.tight-dot {
  display: inline-block;
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.bg-color-gray {
  background-color: #f1f1f1;
}

.m-btn-type1 {
  font-size: min(2.5vw, 26px);
}

.m-btn-type1 a,
.m-btn-type1 label,
.m-btn-type1 > span {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2em;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  padding: 1.08em 4.5em;
  position: relative;
  text-decoration: none;
  transition-duration: 0.35s;
  transition-property: color, transform, background-color;
  z-index: 1;
}

.m-btn-type1 a span,
.m-btn-type1 label span,
.m-btn-type1 > span span {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  box-sizing: border-box;
  height: 0;
  margin-top: -0.3em;
  position: absolute;
  right: 1.7em;
  top: 50%;
  transition-duration: 0.4s;
  transition-property: opacity, transform, margin-right, border-color;
  width: 0;
}

.m-btn-type1 a:before,
.m-btn-type1 label:before,
.m-btn-type1 > span:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NDAgMjAwIj48cGF0aCBkPSJNMCA1MHEyNi4yNSAwIDUyLjUtMjUgNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1TDg0MCAyMDBIMFoiLz48L3N2Zz4=") no-repeat top/cover;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: top 0.4s ease;
  z-index: -1;
}

.m-btn-type1 a:active,
.m-btn-type1 a:hover,
.m-btn-type1 label:active,
.m-btn-type1 label:hover {
  color: #fff;
}

.m-btn-type1 a:active span,
.m-btn-type1 a:hover span,
.m-btn-type1 label:active span,
.m-btn-type1 label:hover span {
  border-color: transparent transparent transparent #fff;
}

.m-btn-type1 a:active:before,
.m-btn-type1 a:hover:before,
.m-btn-type1 label:active:before,
.m-btn-type1 label:hover:before {
  top: -100%;
}

.m-btn-type1.color-2 a,
.m-btn-type1.color-2 label,
.m-btn-type1.color-2 > span {
  background: #3550a7;
  border-color: #3550a7;
  color: #fff;
}

.m-btn-type1.color-2 a span,
.m-btn-type1.color-2 label span,
.m-btn-type1.color-2 > span span {
  border-color: transparent transparent transparent #fff;
}

.m-btn-type1.color-2 a:before,
.m-btn-type1.color-2 label:before,
.m-btn-type1.color-2 > span:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NDAgMjAwIj48cGF0aCBkPSJNMCA1MHEyNi4yNSAwIDUyLjUtMjUgNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1dDUyLjUtMjVxNTIuNS01MCAxMDUgMCAyNi4yNSAyNSA1Mi41IDI1TDg0MCAyMDBIMFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat top/cover;
}

.m-btn-type1.color-2 a:active,
.m-btn-type1.color-2 a:hover,
.m-btn-type1.color-2 label:active,
.m-btn-type1.color-2 label:hover {
  color: #3550a7;
}

.m-btn-type1.color-2 a:active span,
.m-btn-type1.color-2 a:hover span,
.m-btn-type1.color-2 label:active span,
.m-btn-type1.color-2 label:hover span {
  border-color: transparent transparent transparent #3550a7;
}

@media only screen and (min-width: 1400px) {
  .m-btn-type1 {
    font-size: 1.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  .m-btn-type1 {
    font-size: 4.2666666667vw;
  }
  .m-btn-type1 a,
  .m-btn-type1 label {
    padding: 1em 5.5em;
  }
  .m-btn-type1 a span,
  .m-btn-type1 label span {
    border-width: 0.4em 0 0.4em 0.5em;
  }
}
.m-btn-type2 {
  font-size: 3.4666666667vw;
  border: solid 1px #2a6ade;
  background-color: #fff;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2a6ade;
  font-weight: 600;
  position: relative;
  padding: 1.3333333333vw 6.6666666667vw;
  min-width: 38.6666666667vw;
  height: 9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .m-btn-type2 {
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type2 {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .m-btn-type2 {
    padding: min(0.9090909091vw, 10px) min(2.7272727273vw, 30px);
    min-width: min(18.1818181818vw, 200px);
    height: min(4.5454545455vw, 50px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type2 {
    padding: 0.7142857143vw 2.1428571429vw;
    min-width: 14.2857142857vw;
    height: 3.5714285714vw;
  }
}
.m-btn-type2:link, .m-btn-type2:visited {
  color: #2a6ade;
}
.m-btn-type2:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #2a6ade;
  border-right: 0;
  top: 50%;
  right: 7.5%;
  margin-top: -5px;
}
.m-btn-type2.-sm {
  font-size: 2.9333333333vw;
  padding: 1.3333333333vw 2.6666666667vw;
  min-width: 24vw;
  height: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .m-btn-type2.-sm {
    font-size: min(1.2727272727vw, 14px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type2.-sm {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .m-btn-type2.-sm {
    padding: min(0.9090909091vw, 10px) min(1.3636363636vw, 15px);
    min-width: min(11.5454545455vw, 127px);
    height: min(3.2727272727vw, 36px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type2.-sm {
    padding: 0.7142857143vw 1.0714285714vw;
    min-width: 9.0714285714vw;
    height: 2.5714285714vw;
  }
}
.m-btn-type2.-lg {
  font-size: 4vw;
  padding: 1.3333333333vw 4vw;
  min-width: 50.6666666667vw;
  height: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .m-btn-type2.-lg {
    font-size: min(2vw, 22px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type2.-lg {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .m-btn-type2.-lg {
    padding: min(0.9090909091vw, 10px) min(2.2727272727vw, 25px);
    min-width: min(29.0909090909vw, 320px);
    height: min(6.7272727273vw, 74px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type2.-lg {
    padding: 0.7142857143vw 1.7857142857vw;
    min-width: 22.8571428571vw;
    height: 5.2857142857vw;
  }
}

.m-btn-type3, .m-btn-type5, .m-btn-type4 {
  all: unset;
  font-size: 3.4666666667vw;
  box-sizing: border-box;
  background-color: #2a6ade;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding: 1.3333333333vw 6.6666666667vw;
  min-width: 38.6666666667vw;
  height: 9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .m-btn-type3, .m-btn-type5, .m-btn-type4 {
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type3, .m-btn-type5, .m-btn-type4 {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .m-btn-type3, .m-btn-type5, .m-btn-type4 {
    padding: min(0.9090909091vw, 10px) min(2.7272727273vw, 30px);
    min-width: min(18.1818181818vw, 200px);
    height: min(4.5454545455vw, 50px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type3, .m-btn-type5, .m-btn-type4 {
    padding: 0.7142857143vw 2.1428571429vw;
    min-width: 14.2857142857vw;
    height: 3.5714285714vw;
  }
}
.m-btn-type3:link, .m-btn-type5:link, .m-btn-type4:link, .m-btn-type3:visited, .m-btn-type5:visited, .m-btn-type4:visited {
  color: #fff;
}
.m-btn-type3:after, .m-btn-type5:after, .m-btn-type4:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0;
  top: 50%;
  right: 7.5%;
  margin-top: -5px;
}
.m-btn-type3:hover, .m-btn-type5:hover, .m-btn-type4:hover {
  opacity: 0.8;
}

.m-btn-type4 {
  min-width: 58vw;
}
@media screen and (min-width: 768px) {
  .m-btn-type4 {
    min-width: min(27.2727272727vw, 300px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type4 {
    min-width: 21.4285714286vw;
  }
}
.m-btn-type4:after {
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  margin-top: -3.5px;
  transform: rotate(0deg);
}

.m-btn-type5 {
  min-width: 58vw;
}
@media screen and (min-width: 768px) {
  .m-btn-type5 {
    min-width: min(27.2727272727vw, 300px);
  }
}
@media screen and (min-width: 1400px) {
  .m-btn-type5 {
    min-width: 21.4285714286vw;
  }
}

.m-columnBox {
  margin-bottom: 60px;
  overflow: hidden;
}

.m-columnBox:last-child {
  margin-bottom: 0;
}

.m-columnBox__items {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
  overflow: hidden;
}

.m-columnBox__item {
  box-sizing: border-box;
  padding: 0 15px 30px;
  width: 25%;
}

.m-columnBox__item > a,
.m-columnBox__item > a:hover {
  text-decoration: none;
}

.m-columnBox__item > a:hover p {
  text-decoration: underline;
}

.m-columnBox__item > a:hover img {
  opacity: 0.8;
}

.m-columnBox__item > a[target=_blank] .m-columnBox__txtBox .m-columnBox__txt:first-child:after {
  background: url(../img/icon_blank.svg) no-repeat 100%;
  background-size: auto 100%;
  content: "";
  display: inline-block;
  height: 0.9em;
  position: relative;
  top: -0.2em;
  vertical-align: middle;
  width: 1.3em;
}

.m-columnBox__item > a[target=_blank] .m-columnBox__txtBox .m-columnBox__txt--s:first-child:after {
  background: url(../img/icon_blank.svg) no-repeat 100%;
  background-size: auto 100%;
  content: "";
  display: inline-block;
  height: 0.9em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  width: 1.3em;
}

.m-columnBox[data-column="5"] .m-columnBox__item {
  width: 20%;
}

.m-columnBox[data-column="4"] .m-columnBox__item {
  width: 25%;
}

.m-columnBox[data-column="3"] .m-columnBox__item {
  width: 33.333%;
}

.m-columnBox[data-column="2"] .m-columnBox__item {
  width: 50%;
}

.m-columnBox[data-column="1"] .m-columnBox__item {
  width: 100%;
}

.m-columnBox--single {
  display: block;
}

.m-columnBox--single .m-columnBox__item {
  margin: 0 auto;
}

.m-columnBox__img img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  transition-duration: 0.2s;
  transition-property: opacity;
  width: 100%;
}

.m-columnBox__standardImg {
  background-color: #565656;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.m-columnBox__standardImg img {
  height: auto;
  left: 50%;
  max-height: 100.5%;
  max-width: 100.5%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.m-columnBox__txtBox {
  margin-bottom: 10px;
}

.m-columnBox__title,
.m-columnBox__txt {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.8em;
}

.m-columnBox__txt--s {
  font-size: 0.75rem;
  margin-top: 0.6em;
}

.m-columnBox__txt + .m-columnBox__txt--s,
.m-columnBox__txt--s + .m-columnBox__txt--s {
  margin-top: 0.5em;
}

.m-columnBox__tag {
  font-size: 0.75rem;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-top: 0.3em;
  overflow: hidden;
  text-decoration: none;
}

.m-columnBox__tag__item {
  border: 1px solid #eee;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-left: 5px;
  min-width: 7.6em;
  padding: 2px 5px;
  text-align: center;
}

.m-columncircle a,
.m-columncircle span {
  display: block;
  position: relative;
}

.m-columncircle .m-columnBox__img {
  border-radius: 50%;
  overflow: hidden;
}

.m-columncircle .m-columnBox__img img {
  border-radius: 50%;
  transition-duration: 0;
}

.m-columncircle .m-columnBox__circleTxt {
  font-size: 1rem;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-48%);
  width: 100%;
}

.m-columnBox__linkTitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.5em;
}

.m-columnBox__linkItems {
  padding-left: 1em;
}

.m-columnBox__linkItem {
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.m-columnBox__linkItem a {
  display: inline-block;
  text-decoration: none;
}

.m-columnBox__linkItem a:hover {
  text-decoration: underline;
}

.m-columnBox__linkItem:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .m-columnBox {
    margin-bottom: 10%;
  }
  .m-columnBox:last-child {
    margin-bottom: 0;
  }
  .m-columnBox__items {
    margin: 0 -2% -3.5vw;
  }
  .m-columnBox__item {
    box-sizing: border-box;
    padding: 0 2% 3.5vw;
    width: 25%;
  }
  .m-columnBox[data-column-sp="4"] .m-columnBox__item {
    width: 25%;
  }
  .m-columnBox[data-column-sp="3"] .m-columnBox__item {
    width: 33.333%;
  }
  .m-columnBox[data-column-sp="2"] .m-columnBox__item {
    width: 50%;
  }
  .m-columnBox[data-column-sp="1"] .m-columnBox__item {
    width: 100%;
  }
  .m-columnBox__txtBox {
    margin-bottom: 0.5em;
  }
  .m-columnBox__txt {
    font-size: 0.94rem;
    margin-top: 0.6em;
  }
  .m-columnBox__txt + .m-columnBox__txt--s,
  .m-columnBox__txt--s,
  .m-columnBox__txt--s + .m-columnBox__txt--s {
    margin-top: 0.4em;
  }
  .m-columnBox__tag {
    font-size: 0.75rem;
    margin-top: 0.3em;
  }
  .m-columnBox__tag__item {
    font-size: 0.63rem;
    min-width: 5em;
  }
  .m-columnBox__linkTitle {
    font-feature-settings: "palt" 1;
    font-size: 0.94rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.2em;
    margin-top: 0.4em;
  }
  .m-columnBox__linkItems {
    margin-bottom: 1em;
  }
  .m-columnBox__linkItem {
    font-size: 0.75rem;
  }
  .m-columnBox[data-column-sp="2"] .m-columnBox__item:last-child .m-columnBox__linkItems,
  .m-columnBox[data-column-sp="2"] .m-columnBox__item:nth-last-child(2) .m-columnBox__linkItems {
    margin-bottom: 0;
  }
}
.sectionBox--gry {
  background-color: #f0f0f0;
}

.sectionBox--l .sectionBox__inner,
.sectionBox--l .sectionBox__inner--l {
  padding-bottom: 160px;
  padding-top: 160px;
}

.sectionBox__inner {
  padding: 100px 50px;
}

.sectionBox__inner,
.sectionBox__inner2 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}

.sectionBox__inner2 {
  padding: 0 50px;
}

.sectionBox__inner2 + .contentsImg {
  margin: 80px auto;
}

.sectionBox__inner--l {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1500px;
  padding: 100px 50px;
  position: relative;
}

.innerBox {
  margin: 0 auto 140px;
  max-width: 920px;
}

.innerBox:last-child {
  margin-bottom: 0;
}

.innerBox .contentsImg {
  margin-top: 55px;
}

.innerBox--s {
  margin: 0 auto 80px;
  max-width: 800px;
}

.innerBox--s:last-child {
  margin-bottom: 0;
}

.innerBox--ll {
  margin: 0 auto 140px;
  max-width: 1400px;
}

.innerBox--ll:last-child {
  margin-bottom: 0;
}

.innerBox--l {
  margin: 0 auto 140px;
  max-width: 1200px;
}

.innerBox--l:last-child {
  margin-bottom: 0;
}

.innerBox--2col,
.innerBox--2col-space,
.innerBox--3col,
.innerBox--3col-space {
  align-items: center;
  display: flex;
  justify-content: center;
}

.innerBox--2col img,
.innerBox--2col-space img,
.innerBox--3col img,
.innerBox--3col-space img {
  height: auto;
  max-width: 100%;
}

.innerBox--2col-space,
.innerBox--3col-space {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.innerBox--2col__inner {
  margin-bottom: 10%;
  padding: 0 3%;
  width: 44%;
}

.innerBox--3col__inner {
  padding: 0 3%;
  width: 27.3%;
}

.innerBox--3col__inner h3 {
  display: inline-block;
  text-align: left;
}

.innerBox--2col__imgR,
.innerBox--2col__txtL {
  padding-left: 75px;
  width: 50%;
}

.innerBox--2col__imgL,
.innerBox--2col__txtR {
  padding-right: 75px;
  width: 50%;
}

.innerBox--icon {
  margin: auto;
  max-width: 1040px;
  width: 85%;
}

.innerBox--icon p {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  position: absolute;
  text-align: center;
  top: -20px;
  transform: translateX(-55%);
  width: 100px;
  z-index: 1;
}

.innerBox--icon span {
  color: #646464;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.innerBox--icon.icon-color-01 p {
  border: 5px solid #05a0d7;
}

.innerBox--icon.icon-color-02 p {
  border: 5px solid #003f6a;
}

.innerBox--icon.icon-color-03 p {
  border: 5px solid #0a64a0;
}

.section__note {
  font-size: 0.88rem;
  text-align: center;
}

.contentsTableBox {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 30px 0;
}

.contentsTableBox__icon {
  width: 12.5%;
}

.contentsTxt {
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.95;
}

.contentsTxt + .contentsImg {
  margin-top: 50px;
}

.contentsTxt + .contentsLink {
  margin-top: 1.5em;
}

.contentsTxt--m {
  font-size: 1.13rem;
}

.contentsTxt--l,
.contentsTxt--m {
  letter-spacing: 0.15em;
  line-height: 1.95;
}

.contentsTxt--l {
  font-size: 1.25rem;
}

.contentsTxt--color {
  color: #1796c8;
  font-style: normal;
}

.contentsTxt--color a {
  color: #1796c8;
}

.contentsImg {
  margin-bottom: 50px;
  text-align: center;
}

.contentsImg img {
  height: auto;
  max-width: 100%;
}

.contentsImg:last-child {
  margin-bottom: 0;
}

.contentsImg__caption {
  font-size: 0.82rem;
  margin-top: 2em;
  text-align: right;
}

a.contentsLink {
  color: #05a0d7;
  display: inline-block;
  text-decoration: underline;
}

@media only screen and (max-width: 1100px) {
  .innerBox--2col__imgR,
  .innerBox--2col__txtL {
    padding-left: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .sectionBox .sectionBox__inner--l:last-of-type,
  .sectionBox .sectionBox__inner:last-of-type {
    margin-bottom: 5.3333333333%;
  }
  .sectionBox--l .sectionBox__inner,
  .sectionBox--l .sectionBox__inner--l {
    padding-bottom: 20%;
    padding-top: 20%;
  }
  .sectionBox__inner,
  .sectionBox__inner--l {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1360px;
    padding: 18.6666666667% 5.3333333333%;
    position: relative;
  }
  .sectionBox__inner--l.is-sp-pt-half,
  .sectionBox__inner.is-sp-pt-half {
    padding: 9.3333333333% 5.3333333333%;
  }
  .sectionBox__inner--l.is-sp-pt-small,
  .sectionBox__inner.is-sp-pt-small {
    padding: 5.3333333333%;
  }
  .sectionBox__inner2 {
    padding: 0 5.3333333333%;
  }
  .sectionBox__inner2 + .contentsImg {
    margin: 10.6666666667% auto 8%;
  }
  .innerBox {
    margin: 0 auto 14.9253731343%;
    max-width: 920px;
  }
  .innerBox:last-child {
    margin-bottom: 0;
  }
  .innerBox:last-child .contentsImg {
    margin-bottom: 10.6666666667%;
  }
  .innerBox .contentsImg {
    margin-top: 6.6666666667%;
  }
  .innerBox--s {
    margin: 0 auto 10.447761194%;
  }
  .innerBox--s:last-child {
    margin-bottom: 0;
  }
  .innerBox--ll {
    margin: 0 auto 20.8955223881%;
  }
  .innerBox--ll:last-child {
    margin-bottom: 0;
  }
  .innerBox--l {
    margin: 0 auto 20.8955223881%;
  }
  .innerBox--l:last-child {
    margin-bottom: 0;
  }
  .innerBox--2col,
  .innerBox--2col-space,
  .innerBox--3col,
  .innerBox--3col-space {
    display: block;
    flex-wrap: wrap;
  }
  .innerBox--2col__inner,
  .innerBox--3col__inner {
    margin-bottom: 13.4328358209%;
    width: auto;
  }
  .innerBox--3col__inner h3 {
    display: none;
  }
  .innerBox--3col__inner p {
    display: inline-block;
    text-align: left;
  }
  .innerBox--2col__imgL,
  .innerBox--2col__imgR,
  .innerBox--2col__txtL,
  .innerBox--2col__txtR {
    margin-bottom: 8.9552238806%;
    padding-left: 0;
    width: auto;
  }
  .innerBox--2col__imgL,
  .innerBox--2col__imgR {
    text-align: center;
  }
  .innerBox--icon p {
    border-width: 3px !important;
    height: 0;
    left: 0;
    margin: auto;
    padding: 9vw 0;
    position: absolute;
    right: 0;
    top: -6.25%;
    transform: translateX(0);
    width: 18.75%;
    z-index: 1;
  }
  .innerBox--icon p span {
    font-size: 12px;
    font-size: calc(0.75rem + 1.94595vw - 7.2973px);
  }
  .contentsTableBox {
    align-items: flex-start;
    display: flex;
    margin-top: 9.375%;
    padding: 4.6875%;
  }
  .contentsTableBox__icon {
    padding: 0 2.5862068966% 0 0;
    width: 37.9310344828%;
  }
  .contentsTableBox__icon img {
    max-width: 100%;
  }
  .contentsTxt {
    font-size: 12px;
    font-size: calc(0.75rem + 0.43243vw - 1.62162px);
  }
  .contentsTxt + .contentsImg {
    margin-top: 6.25%;
  }
  .contentsTxt--m {
    font-size: 13px;
    font-size: calc(0.8125rem + 0.54054vw - 2.02703px);
  }
  .contentsTxt--l {
    font-size: 14px;
    font-size: calc(0.875rem + 0.64865vw - 2.43243px);
  }
  .contentsImg {
    margin: 6.25% auto;
  }
  .contentsImg__caption {
    font-size: 0.63rem;
    text-align: left;
  }
}
@media only screen and (min-width: 1400px) {
  .contentsStitle {
    font-size: 14px;
    font-size: calc(0.875rem + 0.81633vw - 2.61224px);
  }
  .contentsNote {
    font-size: 12px;
    font-size: calc(0.75rem + 0.81633vw - 2.61224px);
  }
}
@media only screen and (max-width: 767px) {
  .contentsStitle {
    font-size: 13px;
    font-size: calc(0.8125rem + 0.71429vw - 2.28571px);
  }
  .contentsTxt {
    font-size: 12px;
    font-size: calc(0.75rem + 1.33929vw - 4.28571px);
  }
  .contentsNote,
  .contentsNote2 {
    font-size: 11px;
    font-size: calc(0.6875rem + 1.11607vw - 3.57143px);
  }
}
.contentsOther img,
.main img {
  height: auto;
  max-width: 100%;
}

.contentsOther,
.contentsOther + .globalFooter {
  background: var(--color-A);
}

.contentsOther__related {
  background-color: #c8e3e8;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, #9ed8f3 0, #9ed8f3 9px);
  background-size: auto auto;
  padding: 30px 0 42px;
}

@media only screen and (max-width: 767px) {
  .contentsOther__related {
    padding: 3.7037037037% 0 4.4444444444%;
  }
}
.contentsOther__related__title {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contentsOther__related__title {
    margin: 0 auto 3.7037037037%;
    width: 30.3703703704%;
  }
}
.contentsOther__related__items {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .contentsOther__related__items {
    justify-content: flex-start;
  }
}
.contentsOther__related__item {
  position: relative;
}

@media only screen and (min-width: 765px) {
  .contentsOther__related__item {
    width: 20% !important;
  }
}
.contentsOther__related__item a:active .image:after,
.contentsOther__related__item a:hover .image:after {
  height: 100%;
}

.contentsOther__related__item a:active img,
.contentsOther__related__item a:hover img {
  transform: scale(1.15);
}

.contentsOther__related__item .image {
  overflow: hidden;
  position: relative;
}

.contentsOther__related__item .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.contentsOther__related__item .image:after {
  background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.8) 70%);
  bottom: 0;
  content: "";
  height: 150%;
  left: 0;
  position: absolute;
  top: 0;
  transition: height 0.25s ease-in-out;
  width: 100%;
  z-index: 1;
}

.contentsOther__related__item img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.contentsOther__related__item .txt {
  bottom: 1em;
  color: #fff;
  font-size: 1.13rem;
  left: 0.5em;
  line-height: 1.4;
  position: absolute;
  right: 0.5em;
  z-index: 2;
}

@media only screen and (max-width: 1100px) {
  .contentsOther__related__item .txt {
    font-size: 14px;
    font-size: calc(0.875rem + 0.59347vw - 4.54599px);
  }
}
@media only screen and (max-width: 767px) {
  .contentsOther__related__item .txt {
    font-size: 12px;
    font-size: calc(0.75rem + 2.27273vw - 7.38636px);
  }
}
.contentsOther__more {
  position: relative;
}

.contentsOther__more a {
  background: #fff3c3;
  display: block;
  transition: background 0.3s;
}

.contentsOther__more a:after,
.contentsOther__more a:before {
  background: url(/assets_2022/img/title_more_arrow.svg) no-repeat top/100% auto;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% - 1.4em);
  width: 7em;
  z-index: 1;
}

.contentsOther__more a:after {
  background: url(/assets_2022/img/title_more_arrow_on.svg) no-repeat top/100% auto;
  opacity: 0;
  transition: opacity 0.3s;
}

.contentsOther__more a:active,
.contentsOther__more a:hover {
  background: #3e3e3e;
}

.contentsOther__more a:active:before,
.contentsOther__more a:hover:before {
  background: url(/assets_2022/img/title_more_arrow_on.svg) no-repeat top/100% auto;
  transition: background 0.25s 0.1s;
}

.contentsOther__more a:active .contentsOther__more__title .on,
.contentsOther__more a:active:after,
.contentsOther__more a:hover .contentsOther__more__title .on,
.contentsOther__more a:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .contentsOther__more a:after,
  .contentsOther__more a:before {
    max-width: 7em;
    top: 80%;
    width: 19.2592592593%;
  }
}
.contentsOther__more__title {
  display: flex;
  justify-content: center;
  padding: 22px 0 26px;
  position: relative;
  text-align: center;
}

.contentsOther__more__title:after,
.contentsOther__more__title:before {
  background: #000;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transform: translateX(calc(50% + 3.65em));
  width: 50%;
}

.contentsOther__more__title:after {
  transform: translateX(calc(-50% - 3.65em));
}

.contentsOther__more__title .on {
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
  .contentsOther__more__title {
    padding: 3.7037037037% 0 4.4444444444%;
  }
  .contentsOther__more__title img {
    width: 33.3333333333%;
  }
  .contentsOther__more__title:after,
  .contentsOther__more__title:before {
    height: 2px;
    transform: translateX(59.6296296296%);
  }
  .contentsOther__more__title:after {
    transform: translateX(-59.6296296296%);
  }
}
.contentsOther__category {
  background: #fbeff2;
}

.contentsOther__category__items {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 90px 0 30px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contentsOther__category__items {
    padding: 13.3333333333% 0 4.4444444444%;
  }
}
.contentsOther__category__item {
  margin: 0 1.5em 1.5em 0;
}

.contentsOther__category__item a {
  background: #fff;
  border: 3px solid #000;
  border-top: none;
  display: inline-block;
  font-size: 1.44rem;
  letter-spacing: 0.06em;
  padding: 0.2em 1.2em;
  text-decoration: none !important;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
}

.contentsOther__category__item a:active,
.contentsOther__category__item a:hover {
  background: #3e3e3e;
  border-color: #fff;
  color: #fff;
}

.contentsOther__category__item a:active svg,
.contentsOther__category__item a:hover svg {
  fill: #fff;
}

@media only screen and (max-width: 767px) {
  .contentsOther__category__item {
    margin: 0 1em 1em 0;
  }
  .contentsOther__category__item a {
    border-width: 2px;
    font-size: 12px;
    font-size: calc(0.75rem + 2.5vw - 8.125px);
  }
}
.contentsOther__reco {
  padding: 80px 0 35px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .contentsOther__reco {
    padding: 23.5294117647% 0 14.3790849673%;
  }
}
.contentsOther__reco__items {
  margin: auto;
  max-width: 1180px;
  padding: 0 2.027027027%;
}

@media only screen and (max-width: 767px) {
  .contentsOther__reco__items {
    padding: 0 5.8823529412%;
  }
}
.contentsOther__reco__item {
  position: relative;
}

.contentsOther__reco__item a {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  max-width: 690px;
  overflow: hidden;
}

.contentsOther__reco__item a:before {
  background: url(/assets_2022/img/title_reco.svg) no-repeat 50%/100% auto;
  bottom: 8%;
  content: "";
  height: 50%;
  left: 5.5084745763%;
  max-width: 360px;
  pointer-events: none;
  position: absolute;
  transform: rotate(-20deg);
  width: 29.6610169492%;
}

.contentsOther__reco__item a:active .image img,
.contentsOther__reco__item a:hover .image img {
  transform: scale(1.1);
}

.contentsOther__reco__item a:active .txt,
.contentsOther__reco__item a:hover .txt {
  color: #fff;
}

.contentsOther__reco__item a:active .txt:before,
.contentsOther__reco__item a:hover .txt:before {
  background: #3e3e3e;
}

.contentsOther__reco__item .image {
  border: 3px solid #000;
  border-radius: 48%;
  overflow: hidden;
  position: relative;
  width: 350px;
  z-index: 1;
}

.contentsOther__reco__item .image:before {
  content: "";
  display: block;
  padding-top: 80%;
}

.contentsOther__reco__item .image img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.contentsOther__reco__item .txt {
  font-size: 1.25rem;
  margin-right: 3em;
  min-height: 5em;
  padding: 1em;
  position: relative;
  transition: color 0.3s ease-in-out;
  width: 230px;
}

.contentsOther__reco__item .txt:before {
  background: #fff;
  border: 3px solid #000;
  border-left: none;
  bottom: -100%;
  content: "";
  display: inline-block;
  left: -8em;
  position: absolute;
  right: -3em;
  top: calc(-1.8em + 6px);
  transform: skewY(25deg);
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  z-index: -1;
}

.contentsOther__reco__item + .contentsOther__reco__item {
  margin-top: 25px;
}

.contentsOther__reco__item:nth-of-type(2n) a {
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 0 auto 0 0;
}

.contentsOther__reco__item:nth-of-type(2n) a:before {
  left: auto;
  right: 5.5084745763%;
  top: 12%;
}

.contentsOther__reco__item:nth-of-type(2n) .txt {
  margin: 0 0 0 3em;
  text-align: right;
}

.contentsOther__reco__item:nth-of-type(2n) .txt:before {
  border-left: 3px solid #000;
  border-right: none;
  bottom: calc(-1.8em + 6px);
  left: -3em;
  right: -8em;
  top: -100%;
}

@media only screen and (max-width: 1100px) {
  .contentsOther__reco__item a:before {
    left: 1.8181818182%;
    width: 27.9661016949%;
  }
  .contentsOther__reco__item .image {
    width: 47.5%;
  }
  .contentsOther__reco__item .txt {
    font-size: 17px;
    font-size: calc(1.0625rem + 0.5988vw - 4.58683px);
  }
  .contentsOther__reco__item:nth-of-type(2n) a:before {
    right: 1.8181818182%;
  }
}
@media only screen and (max-width: 767px) {
  .contentsOther__reco__item a:before {
    left: auto;
    right: 4.5454545455%;
    top: -18.1818181818%;
    transform: rotate(20deg);
    width: 55.303030303%;
  }
  .contentsOther__reco__item .image {
    border-width: 2px;
    width: 46.4052287582vw;
  }
  .contentsOther__reco__item .txt {
    font-size: 12px;
    font-size: calc(0.75rem + 2.26757vw - 7.36961px);
    line-height: 1.4;
    margin-right: 0;
    min-height: 4em;
    min-width: 12em;
    padding: 0.5em;
    width: auto;
  }
  .contentsOther__reco__item .txt:before {
    border-width: 2px;
    left: -7em;
    right: 0;
    top: calc(-1.8em + 2px);
    transform: skewY(18deg);
  }
  .contentsOther__reco__item + .contentsOther__reco__item {
    margin-top: 14.3790849673%;
  }
  .contentsOther__reco__item:nth-of-type(2n) a:before {
    bottom: -18.1818181818%;
    left: 4.5454545455%;
    right: auto;
    top: auto;
    width: 55.303030303%;
  }
  .contentsOther__reco__item:nth-of-type(2n) .txt {
    margin-left: 0;
  }
  .contentsOther__reco__item:nth-of-type(2n) .txt:before {
    border-width: 2px;
    bottom: calc(-1.8em + 2px);
    left: 0;
    right: -7em;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14.6666666667vw;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: min(6.3636363636vw, 70px);
    gap: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 1400px) {
  .pagination {
    margin-top: 5vw;
    gap: 0.7142857143vw;
  }
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 37px;
  font-size: 3.4666666667vw;
  font-weight: bold;
  padding: 0 0 0.4vw 0.2666666667vw;
  width: 7.0666666667vw;
  height: 7.0666666667vw;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (min-width: 1400px) {
  .pagination .page-numbers {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    width: min(3.3636363636vw, 37px);
    height: min(3.3636363636vw, 37px);
    padding: 0 0 min(0.2727272727vw, 3px) min(0.1818181818vw, 2px);
  }
}
@media screen and (min-width: 1400px) {
  .pagination .page-numbers {
    width: 2.6428571429vw;
    height: 2.6428571429vw;
    padding: 0 0 0.2142857143vw 0.1428571429vw;
  }
}
.pagination .page-numbers.prev {
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers.prev {
    margin-right: 2.5em;
  }
}
.pagination .page-numbers.next {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers.next {
    margin-left: 2.5em;
  }
}
.pagination .page-numbers.current {
  background-color: #2a6ade;
  color: #fff;
}
.pagination svg {
  vertical-align: middle;
}

/*---------------------------------------------
common
---------------------------------------------*/
.l-wrapper {
  -webkit-font-smoothing: antialiased;
  font-family: Noto Sans JP, 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.025em;
  background-repeat: no-repeat;
  background-position: 100% 4vw;
  background-image: url(../img/bg_sub-pages.sp.png);
  background-size: 54.1333333333vw auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    background-position: 100% 0;
    background-image: url(../img/bg_sub-pages.png);
    background-size: min(56vw, 616px);
  }
}
@media screen and (min-width: 1400px) {
  .l-wrapper {
    background-size: 44vw;
  }
}

.font-en,
.l-wrapper {
  -moz-osx-font-smoothing: auto;
  font-style: normal;
}

.font-en {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.globalHeader img,
.main img {
  height: auto;
  max-width: 100%;
}

.navOverlay-lock {
  width: auto;
}

.navOverlay-lock,
.navOverlay-lock body {
  overflow: hidden !important;
}

.globalNavOverlay__close {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  height: auto;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.1s;
  transition-property: opacity;
  width: auto;
  z-index: 10;
}

.globalHeader {
  background-color: #fefef7;
  box-sizing: border-box;
  left: 0;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 96;
}

.globalHeader__logo {
  display: inline-block;
  position: relative;
  text-align: center;
  transform: translateY(max(0.5714285714vw, 8px));
  width: max(21vw, 294px);
  z-index: 10;
}

.globalHeader__logo a {
  display: block;
  transition: opacity 0.25s ease-in-out;
}

.globalHeader__logo a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .globalHeader__logo {
    margin: 0;
    max-width: 294px;
    transform: translateY(0);
    width: 42.1739%;
  }
}
.globalHeader__inner {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: max(78.5714285714vw, 1100px);
  min-height: 80px;
  padding: max(1.4285714286vw, 20px) max(2.8571428571vw, 20px) max(1.4285714286vw, 20px) max(3.5714285714vw, min(4.5454545455vw, 50px));
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .globalHeader__inner {
    box-sizing: border-box;
    min-height: 0;
    padding: 2.1333333333vw 4vw 2.5333333333vw;
  }
}
.globalHeader__btn {
  bottom: 0;
  display: flex;
  padding-right: max(3.5714285714vw, min(4.5454545455vw, 50px));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .globalHeader__btn {
    padding-right: 4vw;
  }
}
.globalHeader__btn__menu {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  position: relative;
  transition: background 0.4s ease-in-out;
  width: max(3.7857142857vw, 53px);
  z-index: 2;
}

.globalHeader__btn__menu span {
  background: #3550a7;
  height: 4px;
  position: relative;
  transition: background 0.28s ease-in-out, transform 0.28s ease-in-out;
  width: 100%;
}

.globalHeader__btn__menu span:after,
.globalHeader__btn__menu span:before {
  background: #3550a7;
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  top: -12px;
  transition: background 0.4s ease-in-out, transform 0.28s ease-in-out;
  width: 100%;
}

.globalHeader__btn__menu span:after {
  top: 12px;
}

.globalHeader__btn__menu.is-show span {
  background: transparent;
  transform: translateX(100%);
}

.globalHeader__btn__menu.is-show span:before {
  top: 0;
  transform: translateX(-100%) rotate(45deg);
}

.globalHeader__btn__menu.is-show span:after {
  top: 0;
  transform: translateX(-100%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .globalHeader__btn__menu {
    max-width: 75px;
    padding: 0;
    width: 6.9333333333vw;
  }
  .globalHeader__btn__menu span {
    height: min(0.8vw, 4px);
  }
  .globalHeader__btn__menu span:after,
  .globalHeader__btn__menu span:before {
    height: min(0.8vw, 4px);
    top: -1.8666666667vw;
  }
  .globalHeader__btn__menu span:after {
    top: 1.8666666667vw;
  }
}
.globalHeader__menu {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: clip;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  right: -100vw;
  transition: visibility 0s 0.2s, top 0.4s cubic-bezier(0.77, 0, 0.175, 1), right 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.18s ease-in-out;
  visibility: hidden;
}

.globalHeader__menu.is-show {
  opacity: 1;
  pointer-events: auto;
  right: 0;
  transition: top 0.45s cubic-bezier(0.77, 0, 0.175, 1), right 0.45s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.04s ease-in-out 0.02s;
  visibility: visible;
}

.globalHeader__menu.is-show .globalNav:after,
.globalHeader__menu.is-show .globalNav:before {
  transform: translate(0);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.08s;
}

.globalHeader__menu.is-show .globalNav .globalNav__items {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.2s;
}

@media only screen and (max-width: 767px) {
  .globalHeader__menu {
    right: 0;
    top: -100vh;
  }
  .globalHeader__menu.is-show {
    top: 0;
  }
}
.globalNav {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  margin: 0 0 0 auto;
  min-height: 100%;
  padding: min(5.4545454545vw, 60px) min(3.6363636364vw, 40px);
  position: relative;
  width: min(50vw, 550px);
}

.globalNav:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(60%);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  width: 200vw;
  z-index: -1;
}

@media only screen and (min-width: 1400px) {
  .globalNav {
    padding: 4.2857142857vw 2.8571428571vw;
    width: 39.2857142857vw;
  }
}
@media only screen and (max-width: 767px) {
  .globalNav {
    min-height: 0;
    padding: calc(10.93333vw + 4px) 0 2px;
    width: auto;
  }
  .globalNav:before {
    transform: translateY(-60%);
  }
}
.globalHeader__menu__close {
  height: 30px;
  position: absolute;
  right: 24px;
  top: 25px;
  width: 30px;
}

.globalHeader__menu__close span {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.globalHeader__menu__close span:after,
.globalHeader__menu__close span:before {
  background: #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  transition: background 0.2s ease-in-out;
  width: 100%;
}

.globalHeader__menu__close span:after {
  transform: rotate(-45deg);
}

.globalHeader__menu__close:hover span:after,
.globalHeader__menu__close:hover span:before {
  background: #0068b7;
}

@media only screen and (max-width: 767px) {
  .globalHeader__menu__close {
    position: fixed;
    right: 5.3333333333%;
    top: 15px;
  }
}
.globalNav__items {
  align-items: center;
  border-top: 1px solid #c9c9c9;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.globalNav__items + .globalNav__items {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .globalNav__items {
    border-top: 1px solid #c9c9c9;
    flex-flow: column;
  }
}
.globalNav__item {
  border-bottom: 1px solid #c9c9c9;
  font-size: min(2vw, 22px);
  margin: 0;
  width: 100%;
}

.globalNav__item a {
  box-sizing: border-box;
  color: #1f1f1f;
  display: block;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 1.2em 2.5em 1.2em 0;
  position: relative;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}

.globalNav__item a span {
  background: linear-gradient(transparent calc(100% - 1px), #000 1px) no-repeat 0/0 100%;
  display: inline;
  transition: background 0.4s ease;
}

.globalNav__item a:active,
.globalNav__item a:hover {
  color: #22430c;
}

.globalNav__item a:active:before,
.globalNav__item a:hover:before {
  border-color: #22430c;
}

.globalNav__item a:active span,
.globalNav__item a:hover span {
  background-size: 100% 100%;
}

.globalNav__item.is-current a > span:after {
  opacity: 1;
  transform: scale(1);
}

@media only screen and (min-width: 1400px) {
  .globalNav__item {
    font-size: 1.5714285714vw;
  }
}
@media only screen and (max-width: 767px) {
  .globalNav__item {
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
    font-size: 4vw;
    padding: 0 4.6666666667%;
    width: 100%;
  }
  .globalNav__item a {
    padding: 1em 2.5em 1em 0;
  }
  .globalNav__item a:before {
    width: 1em;
  }
}
.globalNav__btn {
  margin: min(7.2727272727vw, 80px) auto min(3.6363636364vw, 40px);
}

@media only screen and (min-width: 1400px) {
  .globalNav__btn {
    margin: 5.7142857143vw auto 2.8571428571vw;
  }
}
@media only screen and (max-width: 767px) {
  .globalNav__btn {
    margin: 5.3333333333% auto 9.3333333333%;
  }
}
.globalFooter img,
.main img {
  height: auto;
  max-width: 100%;
}

#float-pagetop {
  display: none !important;
}

.globalFooter {
  background: url(../img/footer_bg.webp) no-repeat 50%/cover;
  line-height: 1;
  padding: 7.5vw min(4.5454545455vw, 50px) 10vw;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .globalFooter {
    padding: 14vw 4vw 7.3333333333vw;
  }
}
.globalFooter__inner {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: max(72.8571428571vw, 1020px);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .globalFooter__inner {
    display: block;
  }
}
.globalFooter__left__logo {
  display: table;
  margin-bottom: 1.7857142857vw;
  text-align: center;
  width: min(49.0909090909vw, 535px);
}

@media only screen and (min-width: 1400px) {
  .globalFooter__left__logo {
    width: 38.214vw;
  }
}
@media only screen and (max-width: 767px) {
  .globalFooter__left__logo {
    margin-bottom: 5.3333333333vw;
    width: 72vw;
  }
}
.globalFooter__left__adress {
  font-size: min(1.5384615385vw, 16px);
  font-weight: 700;
  line-height: 2.6;
}

.globalFooter__left__adress a {
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}

@media only screen and (min-width: 1400px) {
  .globalFooter__left__adress {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (max-width: 767px) {
  .globalFooter__left__adress {
    font-size: 3.2vw;
    line-height: 2;
  }
}
.globalFooter__right {
  padding-top: 2.5vw;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .globalFooter__right {
    padding-top: 10vw;
  }
}
.globalFooter__right__btn {
  margin-bottom: 8.2142857143vw;
}

@media only screen and (max-width: 767px) {
  .globalFooter__right__btn {
    margin: 0 auto 14vw;
    text-align: center;
  }
}
.globalFooter__right__copy {
  font-size: min(1.3461538462vw, 14px);
  font-weight: 700;
}

@media only screen and (min-width: 1400px) {
  .globalFooter__right__copy {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .globalFooter__right__copy {
    font-size: 2.6666666667vw;
  }
}
.main {
  display: block;
  position: relative;
}

.main:after {
  clear: both;
  content: "";
  display: table;
}

.main img {
  height: auto;
  max-width: 100%;
}

.main .sec__inner {
  box-sizing: border-box;
  margin: auto;
  padding: 0 min(4.5454545455vw, 50px);
  width: min(100%, 1100px);
}

@media only screen and (min-width: 1400px) {
  .main .sec__inner {
    padding: 0 3.5714285714vw;
    width: 78.5714285714vw;
  }
}
@media only screen and (max-width: 767px) {
  .main .sec__inner {
    padding: 0 4vw;
    width: auto;
  }
}
.l-wrapper {
  padding-top: 85px;
}

@media only screen and (min-width: 1400px) {
  .l-wrapper {
    padding-top: 6.0714285714vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 10.4vw;
  }
}
.l-contents {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.l-contents:after {
  clear: both;
  content: "";
  display: table;
}

.l-contentBox {
  -ms-overflow-style: none;
  overflow-x: hidden;
  scrollbar-width: none;
}

.l-contentBox:-webkit-scrollbar {
  display: none;
}

.l-adjustAnchor {
  margin-top: -90px;
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .l-adjustAnchor {
    margin-top: -56px;
    padding-top: 56px;
  }
}
.breadcrumbNav,
.breadcrumbNav--gry {
  background: #fff;
  padding: 30px 30px 0;
  position: relative;
}

.breadcrumbNav ol,
.breadcrumbNav--gry ol {
  font-size: 0.88rem;
  line-height: 1;
  margin: 0 auto;
  max-width: 1040px;
}

.breadcrumbNav li,
.breadcrumbNav--gry li {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin: 0.5em 0;
  padding-right: 1.4em;
  position: relative;
  vertical-align: middle;
}

.breadcrumbNav li:after,
.breadcrumbNav--gry li:after {
  border-bottom: 1px solid #595656;
  border-right: 1px solid #595656;
  content: "";
  cursor: default;
  display: block;
  height: 0.4em;
  margin-top: -0.3em;
  pointer-events: none;
  position: absolute;
  right: 0.4em;
  top: 50%;
  transform: scaleY(0.8) rotate(-45deg);
  width: 0.4em;
}

.breadcrumbNav li:last-child:after,
.breadcrumbNav--gry li:last-child:after {
  display: none;
}

.breadcrumbNav li a,
.breadcrumbNav--gry li a {
  text-decoration: none;
}

.breadcrumbNav li a:hover,
.breadcrumbNav--gry li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .breadcrumbNav,
  .breadcrumbNav--gry {
    padding-top: 4%;
  }
  .breadcrumbNav ol,
  .breadcrumbNav--gry ol {
    font-size: 0.63rem;
  }
}
.breadcrumbNav--gry {
  background-color: #eee;
  color: #fff;
}

.breadcrumbNav--gry li a {
  color: #fff;
}

.breadcrumbNav--gry li:after {
  border-color: #fff;
}

.H-mainHeading {
  margin-bottom: 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .H-mainHeading {
    margin-bottom: 8vw;
  }
}
.H-mainHeading__title {
  font-size: 4.07rem;
  letter-spacing: 0.4em;
  line-height: 1.4;
  position: relative;
}

.H-mainHeading__title span {
  display: inline-block;
  margin-right: -0.4em;
  position: relative;
}

.H-mainHeading__title span:after {
  border-bottom: 2px solid #333;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0.4em;
}

@media only screen and (max-width: 767px) {
  .H-mainHeading__title {
    font-size: 32px;
    font-size: calc(2rem + 7.12468vw - 26.71756px);
  }
}
.H-mainHeading__lead {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.6em;
  position: relative;
}

.H-mainHeading__lead:first-child {
  margin-top: 0;
}

.H-mainHeading__lead strong {
  font-size: 1.4em;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .H-mainHeading__lead {
    font-size: 12px;
    font-size: calc(0.75rem + 0.89286vw - 2.85714px);
  }
}
.H-parentHeading__lead {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .H-parentHeading__lead {
    padding: 0 3.125% 2.5%;
  }
}
.H-sectionHeading {
  -webkit-font-smoothing: auto;
  font-size: 1.5rem;
}

.H-sectionHeading:before {
  background: #556e45;
  content: "";
  /*display: inline-block;*/
  float: left;
  height: 0.55em;
  line-height: 1;
  margin-right: 1em;
  transform: translateY(100%);
  width: 3em;
}

.H-sectionHeading.js-ignitionPoint {
  opacity: 0;
  transform: translateX(8%);
  transition: opacity 1s ease 0.2s, transform 0.75s ease 0.2s;
}

.H-sectionHeading.js-ignitionPoint.is-animate {
  opacity: 1;
  transform: translateX(0);
}

@media only screen and (max-width: 767px) {
  .H-sectionHeading:before {
    width: 2.2em;
  }
}
.H-sectionHeading__sub {
  background: rgba(34, 67, 12, 0.75);
  color: #fff;
  display: inline-block;
  font-size: 1.13rem;
  line-height: 1;
  margin-left: 3em;
  padding: 0.3em 2em;
}

@media only screen and (max-width: 767px) {
  .H-sectionHeading__sub {
    display: table;
    line-height: 1;
    margin: 3em auto 0;
    padding: 0.55em 2em 0.45em;
  }
}
/*---------------------------------------------
page-title
---------------------------------------------*/
.page-title {
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding-bottom: 1em;
  }
}
.page-title .page-title-en {
  position: relative;
  padding-left: 7.4666666667vw;
}
.page-title .page-title-en:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.3333333333vw;
  height: 2px;
  background-color: #2a6ade;
}
@media screen and (min-width: 768px) {
  .page-title .page-title-en {
    padding-left: min(4.7272727273vw, 52px);
  }
  .page-title .page-title-en:after {
    width: min(3.6363636364vw, 40px);
  }
}
@media screen and (min-width: 1400px) {
  .page-title .page-title-en {
    padding-left: 3.7142857143vw;
  }
  .page-title .page-title-en:after {
    width: 2.8571428571vw;
  }
}
.page-title .page-title-ja {
  font-size: 8vw;
  font-weight: bold;
  color: #2a6ade;
}
@media screen and (min-width: 768px) {
  .page-title .page-title-ja {
    font-size: min(5.0909090909vw, 56px);
  }
}
@media screen and (min-width: 1400px) {
  .page-title .page-title-ja {
    font-size: 4vw;
  }
}

/*---------------------------------------------
main-company
---------------------------------------------*/
.main-company .sec01 {
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .main-company .sec01 {
    padding: min(6.3636363636vw, 70px) 0;
  }
}
@media screen and (min-width: 1400px) {
  .main-company .sec01 {
    padding: 5vw 0;
  }
}
.main-company .sec01 .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
}
.main-company .sec02 {
  padding: 8vw 0 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .main-company .sec02 {
    padding: min(10.9090909091vw, 120px) 0 min(8.1818181818vw, 90px);
  }
}
@media screen and (min-width: 1400px) {
  .main-company .sec02 {
    padding: 8.5714285714vw 0 6.4285714286vw;
  }
}
.main-company .page-title-company {
  width: 22.5333333333vw;
}
@media screen and (min-width: 768px) {
  .main-company .page-title-company {
    width: min(12.8181818182vw, 141px);
  }
}
@media screen and (min-width: 1400px) {
  .main-company .page-title-company {
    width: 10.0714285714vw;
  }
}

/*---------------------------------------------
input-section
---------------------------------------------*/
.input-category {
  background-color: #e5f3f8;
  border-radius: 15px;
  padding: 3.5% 5% 7.24%;
  /* チェックボックスのリセットとカスタムスタイル */
  /* チェックが入った状態のスタイル（必要に応じて） */
  /* チェックマークを描画 */
}
@media screen and (min-width: 768px) {
  .input-category {
    padding: 3.5% 4.4% 4.5%;
  }
}
.input-category + .input-category {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .input-category + .input-category {
    margin-top: min(2.2727272727vw, 25px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category + .input-category {
    margin-top: 1.7857142857vw;
  }
}
.input-category .input-category-title {
  font-size: 4vw;
  color: #2a6ade;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 4.1333333333vw;
}
@media screen and (min-width: 768px) {
  .input-category .input-category-title {
    font-size: min(2.3636363636vw, 26px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category .input-category-title {
    font-size: 1.8571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .input-category .input-category-title {
    padding-left: min(2.8181818182vw, 31px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category .input-category-title {
    padding-left: 2.2142857143vw;
  }
}
.input-category .input-category-title:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #2a6ade;
  width: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .input-category .input-category-title:after {
    width: min(2vw, 22px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category .input-category-title:after {
    width: 1.5714285714vw;
  }
}
.input-category .input-item {
  background-color: #fff;
  border-radius: 5px;
  padding-block: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .input-category .input-item {
    padding-block: min(1.8181818182vw, 20px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category .input-item {
    padding-block: 1.4285714286vw;
  }
}
.input-category .input-item .input-item-title {
  color: #2a6ade;
  font-weight: 600;
}
.input-category .input-item .input-item-content {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .input-category .input-item .input-item-content {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category .input-item .input-item-content {
    font-size: 1.1428571429vw;
  }
}
.input-category.recruitment-target .input-item {
  display: flex;
  flex-direction: column;
  padding-left: 3.3333333333vw;
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .input-category.recruitment-target .input-item {
    padding-left: min(2.2727272727vw, 25px);
    padding-right: min(1.8181818182vw, 20px);
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .input-category.recruitment-target .input-item {
    padding-block: 1.4285714286vw;
  }
}
.input-category.recruitment-target .input-item .input-item-title {
  line-height: 1.636;
  font-size: 3.4666666667vw;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .input-category.recruitment-target .input-item .input-item-title {
    font-size: min(2vw, 22px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category.recruitment-target .input-item .input-item-title {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .input-category.recruitment-target .input-item .input-item-title {
    margin-bottom: 0;
    width: min(10vw, 110px);
    padding-right: min(0.4545454545vw, 5px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category.recruitment-target .input-item .input-item-title {
    width: 7.8571428571vw;
    padding-right: 0.3571428571vw;
  }
}
.input-category.recruitment-target .input-item .input-item-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 1em;
}
.input-category.recruitment-target .input-item .input-item-content input[type=checkbox] {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .input-category.recruitment-target .input-item .input-item-content {
    gap: 1em 1em;
    padding-top: min(0.4545454545vw, 5px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category.recruitment-target .input-item .input-item-content {
    padding-top: 0.3571428571vw;
  }
}
.input-category.recruitment-target .input-item + .input-item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .input-category.recruitment-target .input-item + .input-item {
    margin-top: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category.recruitment-target .input-item + .input-item {
    margin-top: 0.7142857143vw;
  }
}
.input-category.work-place .input-item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .input-category.work-place .input-item {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .input-category.work-place .input-item {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .input-category.work-place .input-item .input-item-col {
    padding: 4vw 0;
  }
  .input-category.work-place .input-item .input-item-col + .input-item-col {
    border-top: solid 1px #d9d9d9;
  }
}
@media screen and (min-width: 768px) {
  .input-category.work-place .input-item .input-item-col {
    width: 14.285%;
  }
  .input-category.work-place .input-item .input-item-col + .input-item-col {
    border-left: solid 1px #d9d9d9;
  }
}
.input-category.work-place .input-item .input-item-title {
  font-size: 3.4666666667vw;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .input-category.work-place .input-item .input-item-title {
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category.work-place .input-item .input-item-title {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .input-category.work-place .input-item .input-item-title {
    text-align: center;
  }
}
.input-category.work-place .input-item .input-item-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1em;
}
@media screen and (min-width: 768px) {
  .input-category.work-place .input-item .input-item-content {
    flex-direction: column;
    padding-left: 10%;
    gap: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 1400px) {
  .input-category.work-place .input-item .input-item-content {
    gap: 0.7142857143vw;
  }
}
.input-category.work-place .input-item .input-item-content input[type=checkbox] {
  margin-right: 5px;
}
.input-category input[type=checkbox] {
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
  appearance: none; /* モダンブラウザ用 */
  width: 20px;
  height: 20px;
  border: 1px solid #b0b0b0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.input-category input[type=checkbox]:checked {
  background-color: #2a6ade; /* 任意の色 */
  border-color: #2a6ade;
}
.input-category input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 全体のボックス */
.search-box {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}

/* 入力フィールド */
.search-box input {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  padding: 20px 10px 20px 75px; /* 左にアイコン分の余白 */
}

.search-box input:focus {
  outline: none;
}

/* アイコン */
.search-box .icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* アイコンがクリックを妨げない */
}

.search-box .icon svg {
  width: 31px;
  height: 31px;
  display: block;
}

/*---------------------------------------------
company-cards
---------------------------------------------*/
.company-cards {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company-cards {
    gap: 40px;
  }
}
.company-cards .company-card {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
}
.company-cards .company-card .default-view {
  display: flex;
  flex-direction: column;
  padding: 5.3333333333vw 2.6666666667vw 4vw;
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .default-view {
    padding: min(2.2727272727vw, 25px) min(2.7272727273vw, 30px);
    flex-direction: row;
    align-items: center;
    min-height: min(16.3636363636vw, 170px);
  }
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .default-view {
    padding: 1.7857142857vw 2.1428571429vw;
    min-height: 12.1428571429vw;
  }
}
.company-cards .company-card .company-title {
  flex: 1;
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .company-title {
    padding: 1.7857142857vw 2.1428571429vw;
    min-height: 12.1428571429vw;
  }
}
.company-cards .company-card .comapny-logo {
  flex: 1;
  display: flex;
  align-items: center;
}
.company-cards .company-card .comapny-logo img {
  max-width: 220px;
  max-height: 80px;
}
.company-cards .company-card .comapny-logo + * {
  margin-top: 10px;
}
.company-cards .company-card .comapny-name {
  font-size: 3.7333333333vw;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .comapny-name {
    font-size: min(2vw, 22px);
  }
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .comapny-name {
    font-size: 1.5714285714vw;
  }
}
.company-cards .company-card .company-links {
  display: flex;
  justify-content: center;
  gap: 3.3333333333vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .company-links {
    margin-top: 0;
    width: 47.82%;
    justify-content: flex-end;
    gap: min(1.3636363636vw, 15px);
  }
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .company-links {
    gap: 1.0714285714vw;
  }
}
.company-cards .company-card .more-info {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.company-cards .company-card .arrow-more {
  transition: transform 0.3s ease;
}
.company-cards .company-card.active .more-info {
  max-height: 1000px;
}
.company-cards .company-card.active .arrow-more {
  transform: rotate(180deg);
}
.company-cards .company-card .more-info-box {
  display: flex;
  flex-direction: column;
  padding: 0 0 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .more-info-box {
    flex-direction: row;
    padding: 0 min(2.7272727273vw, 30px) min(4.5454545455vw, 50px);
  }
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .more-info-box {
    padding: 0 2.1428571429vw 3.5714285714vw;
  }
}
.company-cards .company-card .company-photo {
  width: 100%;
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .company-photo {
    width: 44.68%;
    margin-bottom: 0;
    margin-right: 3.72%;
  }
}
.company-cards .company-card .company-details {
  flex: 1;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .company-details {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .company-details {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .company-cards .company-card .company-details {
    padding: 0 2.6666666667vw;
  }
}
.company-cards .company-card .company-details .company-details-title {
  font-size: 3.4666666667vw;
  color: #2a6ade;
  font-weight: bold;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .company-details .company-details-title {
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .company-details .company-details-title {
    font-size: 1.2857142857vw;
  }
}
.company-cards .company-card .company-details > * + .company-details-title {
  margin-top: 1em;
}
.company-cards .company-card .btn-more {
  cursor: pointer;
  background-color: #2a6ade;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2666666667vw;
  font-weight: 600;
  padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 6.6666666667vw;
  height: 14.1333333333vw;
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .btn-more {
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .btn-more {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .btn-more {
    flex-direction: row;
    padding: min(0.9090909091vw, 10px) min(0.9090909091vw, 10px) min(0.9090909091vw, 10px) min(2.7272727273vw, 30px);
    height: min(4.8181818182vw, 53px);
  }
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .btn-more {
    padding: 0.7142857143vw 0.7142857143vw 0.7142857143vw 2.1428571429vw;
    height: 3.7857142857vw;
  }
}
.company-cards .company-card .btn-more span {
  padding-bottom: 0.2em;
}
.company-cards .company-card .btn-more img {
  display: block;
  width: 3.2vw;
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .company-cards .company-card .btn-more img {
    width: min(1.0909090909vw, 12px);
    margin-left: min(0.9090909091vw, 10px);
  }
}
@media screen and (min-width: 1400px) {
  .company-cards .company-card .btn-more img {
    width: 0.8571428571vw;
    margin-left: 0.7142857143vw;
  }
}

/*---------------------------------------------
related-contents archive
---------------------------------------------*/
.contents-block + .contents-block {
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  .contents-block + .contents-block {
    margin-top: min(10.9090909091vw, 120px);
  }
}
@media screen and (min-width: 1400px) {
  .contents-block + .contents-block {
    margin-top: 8.5714285714vw;
  }
}
.contents-block.maritime {
  background-color: #f1f1f1;
  padding: 20vw 0;
}
@media screen and (min-width: 768px) {
  .contents-block.maritime {
    padding: min(10vw, 120px) 0;
  }
}
@media screen and (min-width: 1400px) {
  .contents-block.maritime {
    padding: 7.8571428571vw;
  }
}
.contents-block.maritime .block-title {
  color: #000;
}

.block-title {
  display: flex;
  align-items: center;
  font-size: 8vw;
  font-weight: 700;
  color: #2a6ade;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .block-title {
    font-size: min(3.6363636364vw, 40px);
  }
}
@media screen and (min-width: 1400px) {
  .block-title {
    font-size: 2.8571428571vw;
  }
}
@media screen and (min-width: 768px) {
  .block-title {
    margin-bottom: min(4.5454545455vw, 50px);
  }
}
@media screen and (min-width: 1400px) {
  .block-title {
    margin-bottom: 3.5714285714vw;
  }
}
.block-title svg {
  vertical-align: middle;
  margin-right: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .block-title svg {
    margin-right: min(1.4545454545vw, 16px);
  }
}
@media screen and (min-width: 1400px) {
  .block-title svg {
    margin-right: 1.1428571429vw;
  }
}

.not-found {
  width: 100%;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  padding: 20vw 0;
}
@media screen and (min-width: 768px) {
  .not-found {
    font-size: min(1.8181818182vw, 20px);
  }
}
@media screen and (min-width: 1400px) {
  .not-found {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 768px) {
  .not-found {
    padding: min(9.0909090909vw, 100px) 0;
  }
}
@media screen and (min-width: 1400px) {
  .not-found {
    padding: 7.1428571429vw 0;
  }
}

.contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
@media screen and (max-width: 767px) {
  .contents-list {
    gap: 10.6666666667vw 0;
    flex-direction: column;
  }
}

.contents-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  padding: 6.6666666667vw 5.3333333333vw 8.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contents-item {
    width: 48%;
    padding: min(3.1818181818vw, 35px) min(2.7272727273vw, 30px) min(4.0909090909vw, 45px);
  }
}
@media screen and (min-width: 1400px) {
  .contents-item {
    padding: 2.5vw 2.1428571429vw 3.2142857143vw;
  }
}

.item-title {
  font-size: 5.0666666667vw;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .item-title {
    font-size: min(2vw, 22px);
  }
}
@media screen and (min-width: 1400px) {
  .item-title {
    font-size: 1.5714285714vw;
  }
}
.item-title a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (min-width: 768px) {
  .item-title a:hover {
    opacity: 0.7;
  }
}

.item-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-name {
  font-size: 4vw;
  font-weight: 600;
  margin-top: 0.8em;
  color: #2a6ade;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .company-name {
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (min-width: 1400px) {
  .company-name {
    font-size: 1.2857142857vw;
  }
}

.youtube-thumbnail {
  position: relative;
  display: block;
}

.youtube-thumbnail img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.youtube-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.more-btn {
  display: flex;
  justify-content: center;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .more-btn {
    margin-top: min(5.4545454545vw, 60px);
  }
}
@media screen and (min-width: 1400px) {
  .more-btn {
    margin-top: 4.2857142857vw;
  }
}

/*.more-btn a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #183e69;
  color: #183e69;
  border-radius: 4px;
  text-decoration: none;
}

.more-btn a:hover {
  background: #183e69;
  color: #fff;
}*/
.page-title-company {
  width: 22.6666666667vw;
}
@media screen and (min-width: 768px) {
  .page-title-company {
    width: min(12.9090909091vw, 142px);
  }
}
@media screen and (min-width: 1400px) {
  .page-title-company {
    width: 10.1428571429vw;
  }
}

.back-btn-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.main-contents .sec01 {
  padding: 10.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .main-contents .sec01 {
    padding: min(6.3636363636vw, 70px) 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .main-contents .sec01 {
    padding: 5vw 0 0;
  }
}
.main-contents .sec01 .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
}
.main-contents .sec-taxonomy {
  padding: 10.6666666667vw 0 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .main-contents .sec-taxonomy {
    padding: min(6.3636363636vw, 70px) 0 min(12.7272727273vw, 140px);
  }
}
@media screen and (min-width: 1400px) {
  .main-contents .sec-taxonomy {
    padding: 5vw 0 10vw;
  }
}
.main-contents .sec-taxonomy .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 5em;
}
.main-contents .page-title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .main-contents .page-title {
    margin-bottom: min(8.1818181818vw, 90px);
  }
}
@media screen and (min-width: 1400px) {
  .main-contents .page-title {
    margin-bottom: 6.4285714286vw;
  }
}

.video-thumbnail {
  display: block;
  position: relative;
  background: #ccc; /* デフォルトのグレー背景 */
  aspect-ratio: 16/9; /* 動画比率を固定 */
  overflow: hidden;
}

.video-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.video-thumbnail .play-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 0 0 5px 8px;
}

/* 何もない場合のデフォルトグレー */
.empty-thumbnail {
  background: #ccc;
  aspect-ratio: 16/9;
  width: 100%;
}

.maritime .contents-list {
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  gap: 0;
  padding: 4vw 2.6666666667vw 8vw;
}
@media screen and (min-width: 768px) {
  .maritime .contents-list {
    padding: min(2.7272727273vw, 30px) min(4.5454545455vw, 50px) min(5.4545454545vw, 60px);
  }
}
@media screen and (min-width: 1400px) {
  .maritime .contents-list {
    padding: 2.1428571429vw 3.5714285714vw 4.2857142857vw;
  }
}
.maritime .contents-list .contents-item {
  box-shadow: none;
  width: 100%;
  display: flex;
  background: none;
  border-radius: 0;
  border-bottom: solid 1px #d9d9d9;
  padding: 15px 10px 12px 5px;
}
@media screen and (min-width: 768px) {
  .maritime .contents-list .contents-item {
    flex-direction: row;
    align-items: center;
  }
}
.maritime .contents-list .contents-item a {
  color: #2a6ade;
  text-decoration: none;
}
.maritime .contents-list .contents-item .m-btn-type2 {
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  .maritime .contents-list .contents-item .m-btn-type2 {
    display: none;
  }
}
.maritime .contents-list .item-title {
  margin-bottom: 0;
  flex: 1;
  color: #2a6ade;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .maritime .contents-list .item-title {
    font-size: min(1.8181818182vw, 20px);
  }
}
@media screen and (min-width: 1400px) {
  .maritime .contents-list .item-title {
    font-size: 1.4285714286vw;
  }
}
.maritime .contents-list .not-found {
  padding: 2em 0 1em;
}