@charset "UTF-8";
/*
Theme Name: tocos
Theme URI:
Description: tocos
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #064AA4;
  --color-primary-light: #f6f9fd;
  --color-secondary: #3F8EB3;
  --color-secondary-light: #FAF8F5;
  --color-link: #4895e6;
}

.white {
  color: white !important;
}

.blue {
  color: #064AA4 !important;
}

.egreen {
  color: #19C8D0 !important;
}

.red {
  color: #D01325;
}

.yellow {
  color: var(--color-secondary);
}

.orange {
  color: #FF8A26;
}

.brown {
  color: #797743 !important;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 760px;
  --width-content: 1200px;
}

:root {
  --font-family-base: "Inter","Noto Sans JP", "Helvetica Neue", "Helvetica",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.f_notos {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_noto, .Header .SideNav li a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.sideCnt .sideNav li a::after, a.pagetop, #btm-btn a.pagetop, .sideSns .SnsMenu li a, .Header__inner, .Header .Logo, .Header .SideNav li a, .Header .SideNav li a::before, .Header .SideNav li a::after, .pgNav li a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*!
foundation > reset
------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*!
foundation > base
------------------------------
*/
html,
body {
  min-height: 100%;
}

:root {
  --vh: 1vh; /* JSが走る前の保険 */
  --header-h: 100px; /* ベースでも入れておく */
}

/* spでヘッダー高が違うならここで上書き */
@media screen and (max-width: 767px) {
  :root {
    --header-h: 100px;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  font-size: clamp(1.6rem, 1.2vw, 100rem);
  font-weight: 400;
  color: #141414;
  line-height: 2;
  background-color: #EFFAFC;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
body.menu-open {
  overflow: hidden;
  touch-action: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #115fcc;
  word-wrap: break-word;
}
a.noLink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  a.anchor {
    padding-top: 25px;
    margin-top: -25px;
  }
}
a.anchor--1 {
  padding-top: 50px;
  margin-top: -50px;
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

.br-pc {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

.br-tb {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb {
    display: none !important;
  }
}

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

.br-pc-sp {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc-sp {
    display: block !important;
  }
}

.br-tb-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-tb-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

article {
  position: relative;
}
/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

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

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

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

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

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mt35 {
  margin-top: 35px !important;
}

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

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

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

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

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

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

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

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

.u-mb25 {
  margin-bottom: 25px !important;
}

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

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

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

.u-mlauto {
  margin-left: auto !important;
}

.u-ml5 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml10 {
    margin-left: 0.7692307692vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml15 {
    margin-left: 1.1538461538vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml25 {
    margin-left: 1.9230769231vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml50 {
    margin-left: 3.8461538462vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml70 {
    margin-left: 5.3846153846vw !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr5 {
    margin-right: 0.3846153846vw !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr10 {
    margin-right: 0.7692307692vw !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr15 {
    margin-right: 1.1538461538vw !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr25 {
    margin-right: 1.9230769231vw !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr50 {
    margin-right: 3.8461538462vw !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr70 {
    margin-right: 5.3846153846vw !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr100 {
    margin-right: 7.6923076923vw !important;
  }
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 150px 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}

.u-ptb100 {
  padding: 100px 0 !important;
}

.u-ptb70 {
  padding: 70px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb70 {
    padding-top: 35px !important;
  }
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-ptb25 {
  padding: 25px 0 !important;
}

.u-pt {
  padding-top: 150px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 50px !important;
  }
}

.u-pb {
  padding-bottom: 150px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 50px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

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

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mlauto {
    margin-left: 0 !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt150 {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb15 {
    padding: 15px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb25 {
    padding: 25px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb50 {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-flr {
    float: right !important;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

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

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

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

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-tab-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w60 {
    width: 60% !important;
    max-width: 60% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: 600;
}

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: clamp(1.9rem, 1.9vw, 100rem);
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 2rem;
  }
}

.u-btmMaker {
  background: linear-gradient(transparent 60%, #e8f1b7 60%);
}

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
  box-sizing: border-box;
}

/*!
component > title
------------------------------
*/
.headLabel {
  display: inline-flex;
  background-color: #19C8D0;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: clamp(2.4rem, 2.4vw, 100rem);
  font-weight: 700;
  line-height: 1.3;
  padding: 0.25em calc(60px + 1em);
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .headLabel {
    padding: 0.25em calc(40px + 1em);
  }
}
@media screen and (max-width: 767px) {
  .headLabel {
    display: flex;
    font-size: 2.2rem;
    padding: 0.25em calc(40px + 1em);
  }
}
.headLabel .Icon {
  display: block;
  width: 60px;
  position: absolute;
  left: 0.5em;
  bottom: -0.35em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .headLabel .Icon {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .headLabel .Icon {
    width: 40px;
  }
}
.headLabel--2 {
  background-color: #083B84;
}
.headLabel em {
  font-size: clamp(4rem, 4vw, 100rem);
}
@media screen and (max-width: 767px) {
  .headLabel em {
    font-size: 3.5rem;
  }
}

.title-Lv1 {
  padding: 0 1em 0.35em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  position: relative;
  font-size: clamp(3.2rem, 3.2vw, 100rem);
  font-weight: 700;
  border-bottom: 4px solid #19C8D0;
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    display: flex;
    padding: 0 0.35em 0.35em;
    font-size: 2.4rem;
  }
}
.title-Lv1--2 {
  border-bottom-color: #083B84;
}
.title-Lv1 .Arrow {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.title-Lv1 .Arrow .inner {
  display: block;
  width: 45px;
  aspect-ratio: 5/2;
  background-color: #effafc;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.title-Lv1 .Arrow .outer {
  display: block;
  width: 50px;
  aspect-ratio: 5/2;
  background-color: #19C8D0;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.title-Lv1 .Arrow--2 .inner {
  background-color: white;
}
.title-Lv1 .Arrow--2 .outer {
  background-color: #083B84;
}
.title-Lv1 em {
  font-size: clamp(4.5rem, 4.5vw, 100rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-Lv1 em {
    font-size: 4rem;
  }
}

.title-Lv2 {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: clamp(3.1rem, 2.5vw, 100rem);
  font-weight: 600;
  line-height: 1.6;
  gap: 0 0.75em;
  padding-bottom: 0.5em;
}
.title-Lv2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2.5px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .title-Lv2::after {
    width: 40px;
  }
}
.title-Lv2.noLine::after {
  display: none;
}

/*!
component > btn
------------------------------
*/
.CtaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8A26;
  color: white;
  font-size: clamp(2.1rem, 1.7vw, 100rem);
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  padding: 1em 2.5em;
  line-height: 1.5;
  box-sizing: border-box;
  border: 2px solid white;
}
@media screen and (max-width: 767px) {
  .CtaBtn {
    font-size: 1.8rem;
  }
}

.detailBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #083B84;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  padding: 0.25em 1.5em;
  gap: 0 0.35em;
}
.detailBtn i {
  font-size: clamp(1.2rem, 1vw, 100rem);
}

.ListBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, #2865bc, #062858);
  color: white;
  font-size: clamp(1.8rem, 1.8vw, 100rem);
  font-weight: 700;
  border-radius: 100px;
  padding: 1em 1.5em;
  min-width: 450px;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  gap: 0 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ListBtn {
    min-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .ListBtn {
    font-size: 1.7rem;
    min-width: 90%;
  }
}
.ListBtn--2 {
  background-image: none;
  background-color: white;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}

.Shiny {
  overflow: hidden;
}
.Shiny::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
.listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

.listNum li {
  margin-left: 1em;
  list-style-type: decimal;
}

.aioseo-breadcrumbs {
  z-index: 10;
  display: flex;
  padding: 0.35em 0;
  overflow: hidden;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    display: none;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 1em;
}
.aioseo-breadcrumbs a {
  color: #141414;
}

.pgNav {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  gap: 15px 25px;
}
@media screen and (max-width: 767px) {
  .pgNav {
    gap: 10px;
  }
}
.pgNav li a {
  display: block;
  padding: 1em 2.5em;
  text-decoration: none;
  line-height: 1.2;
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 500;
  text-align: center;
  color: var(--color-primary);
  border: 1.5px solid var(--color-primary);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .pgNav li a {
    min-width: 7em;
    padding: 1em;
    font-size: 1.3rem;
  }
}
.pgNav li a:hover {
  background-color: var(--color-primary);
  color: white;
}
.pgNav--white li a {
  color: white;
  border: 1px solid white;
}
.pgNav--white li a:hover {
  background-color: white;
  color: #141414;
}

sup {
  font-size: 1.1rem;
  vertical-align: 0.5em;
}

.NotesCnt {
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
}
.NotesCnt--ptn1 {
  align-items: flex-end;
}

.Notes {
  display: inline-flex;
  font-size: clamp(1.3rem, 1.1vw, 100rem);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.2rem;
  }
}
.Notes--mark {
  padding-left: 1em;
}
.Notes--mark::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*!
component > table
------------------------------
*/
.baseTable th,
.baseTable td {
  font-size: clamp(1.2rem, 1vw, 100rem);
  padding: 1em 0.5em;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .baseTable th,
  .baseTable td {
    display: block;
    padding: 1em 0;
    font-size: 1.5rem;
  }
}
.baseTable th {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .baseTable th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .baseTable td {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .baseTable tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
}

.subTable th, .subTable td {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .subTable th, .subTable td {
    display: table-cell;
  }
}

/*!
component > tab
------------------------------
*/
.tab-group {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-group {
    flex-wrap: wrap;
  }
}
.tab-group li.tab {
  margin: 0 5px;
  padding: 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #141414;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: white;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .tab-group li.tab {
    padding: 0.75em 1em;
    min-width: initial;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 100px) {
  .tab-group li.tab {
    font-size: 1.4rem;
  }
}
.tab-group li.tab.tab-active {
  background-color: #064AA4;
  transition: all 0.2s ease-out;
  color: white;
}

.panel {
  display: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.panel.panel-show {
  display: block;
}
.panel__inner {
  background-color: white;
}
/*!
component > modal
------------------------------
*/
.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

.mv-modal {
  max-width: 740px !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .mv-modal {
    max-width: 85% !important;
  }
}
.mv-modal .iziModal-wrap {
  width: 740px !important;
  max-width: 740px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.mv-modal .iziModal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 50px 35px 35px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content {
    padding: 35px 25px 25px !important;
  }
}
.mv-modal .iziModal-content iframe {
  display: block;
  width: 100%;
  max-height: 400px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content iframe {
    height: 170px !important;
    max-height: 170px !important;
    border: 1px solid #ccc !important;
  }
}
.mv-modal .iziModal-content .date {
  display: table;
  margin: 15px 0 0;
  font-size: 1.4rem;
}
.mv-modal .iziModal-content .ttl {
  display: block;
  padding: 1em 0;
  line-height: 1.3;
  font-weight: bold;
}
.mv-modal .iziModal-content .teikyo {
  display: table;
  margin: 0 auto;
  padding: 0.15em 0;
  padding-left: 60px;
  font-size: 1.3rem;
  position: relative;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.mv-modal .iziModal-content .teikyo::before {
  content: "提供元";
  display: inline-block;
  padding: 0.15em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  color: #9bbf00;
  border: 1px solid #9bbf00;
  font-size: 1.1rem;
}
.mv-modal .iziModal-content .close-btn {
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #141414;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content .close-btn {
    top: 12px;
    right: 12px;
  }
}

/*!
global > scroll
------------------------------
*/
.scroll_bar {
  overflow-y: scroll;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: rgba(20, 20, 20, 0.1);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > header
------------------------------
*/
.smpLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 40px;
  aspect-ratio: 5/5;
  top: 15px;
  left: 1em;
  overflow: hidden;
  display: none;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .smpLogo {
    display: flex;
  }
}
.smpLogo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

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

.Header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: white;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header {
    position: absolute;
  }
}
.Header--under {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .Header--under {
    background-color: transparent;
  }
}
.Header__inner {
  height: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Header__inner {
    height: 80px;
  }
}
.Header__column {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.Header__Box {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header__Box {
    padding: 10% 7.5%;
  }
}
.Header__Box--Top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.75em;
  gap: 0 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header__Box--Top {
    min-width: 20%;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .Header__Box--Top {
    padding: 0 1.25em;
  }
}
.Header__Box--Menu {
  display: flex;
  gap: 0 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header__Box--Menu {
    padding: 2.5% 5%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .Header__Box--Menu {
    position: fixed;
    width: 100%;
    inset: 0 0 110px 0;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.Header .Logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0 0.75em;
  line-height: 1.2;
  transform-origin: 0 center;
  position: relative;
  z-index: 10;
}
.Header .Logo .Logomark {
  display: block;
  width: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .Logo .Logomark {
    width: 32px;
  }
}
.Header .Logo__Name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15em 0;
}
.Header .Logo .corpName {
  font-size: clamp(2.1rem, 1.7vw, 2.8rem);
  font-weight: 800;
  color: #2aa59d;
}
.Header .Logo .corpNameEn {
  font-size: clamp(1rem, 0.8vw, 1.5rem);
  font-weight: 600;
  color: #a7b6b9;
  position: relative;
  left: 0.35em;
}
.Header .SideNav {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .Header .SideNav {
    padding: 7.5%;
    flex-direction: column;
    flex-wrap: initial;
    gap: 0;
    box-sizing: border-box;
  }
}
.Header .SideNav li {
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Header .SideNav li {
    width: 100%;
  }
}
.Header .SideNav li:nth-last-of-type(1) a {
  border-bottom: none;
}
.Header .SideNav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0 0.5em;
  font-size: clamp(1.2rem, 1.1vw, 1.7rem);
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Header .SideNav li a {
    padding: 1.5em 1em;
    justify-content: flex-start;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
  }
}
.Header .SideNav li a::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background: url(assets/img/icon/headMark.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.Header .SideNav li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.Header .SideNav li a.parent {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Header .SideNav li a.parent::after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: currentColor transparent transparent transparent;
    margin-left: 0.5em;
    transition: transform 0.2s ease;
  }
}
.Header .SideNav li a:hover {
  color: var(--color-primary);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .Header .SideNav li a:hover {
    font-weight: 500;
  }
}
.Header .SideNav li a:hover::before {
  opacity: 1;
}
.Header .SideNav li a:hover::after {
  width: 100%;
}
.Header .SideNav li a.active {
  color: var(--color-primary);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .Header .SideNav li a.active {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .Header .SideNav li.open a {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .Header .SideNav li.open > .subMenu {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .Header .SideNav li.open > a.parent::after {
    transform: rotate(180deg);
  }
}
.Header .SideNav li.current a {
  color: var(--color-primary);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .Header .SideNav li.current a {
    font-weight: 500;
  }
}
.Header .SideNav li.current a::before {
  opacity: 1;
}
.Header .SideNav li.current a::after {
  width: 100%;
}
.Header .SideNav .subMenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  background-color: white;
  width: 240px;
  position: absolute;
  top: 100%; /* 親メニューの真下に表示 */
  left: 50%; /* 親の中央を基準に */
  transform: translateX(-50%); /* 左右中央揃え */
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .Header .SideNav .subMenu {
    position: static; /* 絶対配置を解除 */
    width: 100%;
    left: auto;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: white;
    display: flex;
    flex-wrap: wrap;
  }
}
.Header .SideNav .subMenu li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Header .SideNav .subMenu li {
    width: 50%;
  }
}
.Header .SideNav .subMenu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1em;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Header .SideNav .subMenu li a {
    justify-content: flex-start;
    border: none;
  }
}
.Header .SideNav .subMenu li a::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .Header .SideNav .subMenu li a::after {
    display: none;
  }
}
.Header .SideNav .subMenu li:last-child a::after {
  display: none;
}

@media screen and (min-width: 1300px) {
  .Header.is-fixed.Header--under {
    box-shadow: 0 0 3px rgba(32, 64, 82, 0.5);
  }
  .Header.is-fixed .Header__inner {
    height: 70px;
  }
  .Header.is-fixed .Logo {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header.is-fixed {
    position: absolute;
    background-color: white;
  }
}
@media screen and (max-width: 767px) {
  .Header.is-fixed {
    background-color: white;
  }
  .Header.is-fixed.Header--under {
    box-shadow: 0 0 3px rgba(32, 64, 82, 0.5);
  }
  .Header.is-fixed .Header__inner {
    height: 60px;
  }
  .Header.is-fixed .Logo {
    transform: scale(0.8);
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  padding-bottom: calc(160px + 1em);
  width: 100%;
  position: relative;
  background-color: #083B84;
  color: white;
}
@media screen and (max-width: 767px) {
  .Footer {
    padding-bottom: calc(100px + 0em);
  }
}
@media screen and (max-width: 767px) {
  .Footer--contact {
    padding-bottom: 25px !important;
  }
}
.Footer__inner {
  padding: 0 10%;
  height: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    padding: 0 7.5%;
  }
}
.Footer__column {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Footer .Link {
  color: white;
  font-weight: 500;
}
.Footer .Copyright {
  width: 100%;
  padding: 0.5em 0;
  display: block;
  font-size: 1rem;
}

.scroll_down {
  position: absolute;
  bottom: 135px;
  right: 35px;
  z-index: 20;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scroll_down {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .scroll_down {
    bottom: 1.5em;
    right: 1.5em;
    transform-origin: 100% 100%;
    transform: scale(0.7);
  }
}
.scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 35px;
  color: white;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  background: linear-gradient(45deg, white, white);
  z-index: 15;
  transform: rotate(45deg);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #ccc;
}

@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.fixBtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(8, 59, 132, 0.9);
  height: 160px;
  padding-top: 10px;
  transform: translateY(100%);
  transition: transform 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .fixBtn {
    height: 100px;
  }
}
.fixBtn.show {
  transform: translateY(0);
}
.fixBtn__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 21;
}
.fixBtn__column {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.pagetop {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  aspect-ratio: 1/1;
  background-color: #083B84;
  box-sizing: border-box;
  border-radius: 50%;
  text-decoration: none;
  color: white;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  a.pagetop {
    width: 80px;
    font-size: 1.8rem;
    top: -30px;
  }
}
a.pagetop i {
  position: relative;
  top: -0.75em;
}
@media screen and (max-width: 767px) {
  a.pagetop i {
    top: -1em;
  }
}

#btm-btn {
  position: fixed;
  bottom: 350px;
  right: 0;
  z-index: 71;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #btm-btn {
    right: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn {
    bottom: 100px;
    right: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn.btm-btn--contact {
    bottom: 0.15em;
  }
}
#btm-btn a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
  aspect-ratio: 1/1;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1;
  background-color: var(--color-primary);
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #btm-btn a.pagetop {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn a.pagetop {
    width: 40px;
  }
}
#btm-btn a.pagetop .label {
  font-size: 1rem;
}
#btm-btn a.pagetop:hover {
  opacity: 1;
  filter: hue-rotate(10deg) brightness(110%);
  transform: scale(1.1);
}
.SmpDisp {
  display: none;
}
@media screen and (max-width: 767px) {
  .SmpDisp {
    display: block;
  }
}

.smp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 100px) {
  .smp-contact {
    padding: 15px 0;
  }
}

.sideSns {
  position: fixed;
  bottom: 45px;
  left: 0;
  z-index: 60;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sideSns {
    bottom: 15px;
  }
}
.sideSns__inner {
  padding: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns__inner {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .sideSns__inner {
    font-size: 0.5em;
  }
}
.sideSns__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sideSns__label {
  display: inline-flex;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  gap: 0 0.5em;
  font-weight: 600;
}
.sideSns__label::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #141414;
  position: relative;
  top: 0.1em;
  left: -0.15em;
}
.sideSns .SnsMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25em 0;
}
.sideSns .SnsMenu li a {
  display: block;
  color: #141414;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns .SnsMenu li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sideSns .SnsMenu li a {
    font-size: 1.4rem;
  }
}
.sideSns .SnsMenu li a:hover {
  transform: scale(1.35);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns .SnsMenu li a:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .sideSns .SnsMenu li a:hover {
    transform: scale(1);
  }
}
.sideSns .SnsMenu li a .fa-line {
  color: #08bb08;
}

/*!
layout > layout
------------------------------
*/
.Layout__inner {
  padding: 0 10%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Layout__inner {
    padding: 0 5%;
  }
}
.Layout__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Layout__column {
    gap: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Layout__column {
    flex-direction: column;
    gap: 35px 0;
  }
}

.mainCnt {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainCnt {
    width: 100%;
  }
}
.sideCnt {
  width: 25%;
  min-width: 25%;
  color: #141414;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt {
    width: 100%;
    min-width: initial;
    position: relative;
    top: auto;
  }
}
.sideCnt--news {
  position: relative;
  top: auto;
  left: auto;
  background: none;
  color: #141414;
}
.sideCnt__inner {
  padding: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt__inner {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt__inner--news {
    padding: 0;
  }
}
.sideCnt .sideLabel {
  font-size: clamp(2.2rem, 2vw, 100rem);
  opacity: 0.5;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sideCnt .sideLabel {
    font-size: 2.2rem;
  }
}
.sideCnt .sideNav li a {
  display: flex;
  align-items: center;
  padding: 0.65em 0;
  color: white;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  font-weight: 500;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  gap: 0 0.5em;
}
.sideCnt .sideNav li a .icon {
  display: block;
  width: 32px;
  aspect-ratio: 5/5;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt .sideNav li a .icon {
    width: 24px;
  }
}
.sideCnt .sideNav li a:hover::after, .sideCnt .sideNav li a.active::after {
  width: 10px;
}
.sideCnt .sideNav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3.5px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateX(-50%);
}
.sideCnt .s-theme .wp-block-heading {
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 600;
  position: relative;
  gap: 0 0.5em;
  padding-bottom: 0.5em;
}
.sideCnt .s-theme .wp-block-heading::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
}
.sideCnt .s-theme select {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.2rem, 1vw, 100rem);
  padding: 1em;
  border: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: #141414;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sideCnt .s-theme select {
    font-size: 1.4rem;
  }
}
.sideCnt .s-theme select {
  width: auto;
}
.sideCnt .wp-block-categories-list li,
.sideCnt .wp-block-archives-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.sideCnt .wp-block-categories-list li a,
.sideCnt .wp-block-archives-list li a {
  padding: 0.75em 0;
  display: flex;
  align-items: center;
  color: #141414;
  font-size: clamp(1.2rem, 1vw, 100rem);
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .sideCnt .wp-block-categories-list li a,
  .sideCnt .wp-block-archives-list li a {
    font-size: 1.4rem;
  }
}
.sideCnt .wp-block-categories-list li a::before,
.sideCnt .wp-block-archives-list li a::before {
  font: var(--fa-font-regular);
  content: "\f105";
}
.sideCnt .wp-block-categories-list li a:hover, .sideCnt .wp-block-categories-list li a.active,
.sideCnt .wp-block-archives-list li a:hover,
.sideCnt .wp-block-archives-list li a.active {
  font-weight: 700;
  color: var(--color-primary);
}
.sideCnt .wp-block-categories-list li:last-child,
.sideCnt .wp-block-archives-list li:last-child {
  border-bottom: none;
}
.sideCnt .wp-block-categories-list li .pgLabel,
.sideCnt .wp-block-archives-list li .pgLabel {
  display: flex;
  align-items: center;
  padding: 0.65em 0.5em;
  padding-left: 0;
  font-weight: 700;
  color: var(--color-primary);
  position: relative;
  gap: 0 0.5em;
  line-height: 1;
}
.sideCnt .wp-block-categories-list li .pgLabel:hover::after,
.sideCnt .wp-block-archives-list li .pgLabel:hover::after {
  display: none;
}

/*!
layout > menu(smp)
------------------------------
*/
.MenuOverlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

body.menu-open {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .Header.is-open + .MenuOverlay {
    display: block;
  }
}
.MenuToggle {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 42px;
  aspect-ratio: 5/5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: #e6e9f1;
  gap: 0.35em 0;
  border-radius: 4px;
}
.MenuToggle span {
  display: block;
  width: 60%;
  height: 1.5px;
  background-color: #141414;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.MenuToggle.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.MenuToggle.is-open span:nth-child(2) {
  opacity: 0;
}
.MenuToggle.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

@media screen and (max-width: 767px) {
  .Header__Box--Menu {
    transform: translateX(100%);
    transition: transform 0.3s ease;
    width: 100%;
  }
  .Header__Box--Menu.is-open {
    transform: translateX(0);
  }
  .MenuToggle {
    display: flex;
  }
}
/*!
page > top
------------------------------
*/
.PgIndex {
  overflow: hidden;
}

.Fv {
  position: relative;
}
.Fv__inner {
  padding: 0;
}
.Fv .FvMain {
  display: block;
  width: 100%;
}
.Fv .FvPoint__inner {
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  .Fv .FvPoint__inner {
    padding: 0 5%;
  }
}
.Fv .FvPoint__column {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .Fv .FvPoint__column {
    gap: 0 9px;
  }
}
.Fv .FvPoint .PointItem {
  width: calc(33.3333333333% - 20px);
  box-sizing: border-box;
  background-color: white;
  border: 4px solid #FF8A26;
  position: relative;
  font-size: clamp(1.6rem, 1.6vw, 100rem);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .Fv .FvPoint .PointItem {
    width: calc(33.3333333333% - 6px);
    font-size: 1.3rem;
    border-width: 3px;
    letter-spacing: -0.025em;
  }
}
.Fv .FvPoint .PointItem .Icon {
  display: block;
  width: 42px;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .Fv .FvPoint .PointItem .Icon {
    width: 32px;
    top: -16px;
  }
}
.Fv .FvPoint .PointItem__inner {
  padding: 1.5em 0.5em;
}
@media screen and (max-width: 767px) {
  .Fv .FvPoint .PointItem__inner {
    padding: 1.5em 0.35em 1em;
  }
}
.Fv .FvPoint .PointItem em {
  font-size: clamp(2rem, 2vw, 100rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Fv .FvPoint .PointItem em {
    font-size: 1.7rem;
  }
}

.Cta {
  position: relative;
  overflow: hidden;
}
.Cta .Bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(15px);
}
.Cta__inner {
  background-color: rgba(8, 59, 132, 0.7);
  position: relative;
  z-index: 10;
}
.Cta__ttl {
  font-size: clamp(3.3rem, 2.7vw, 100rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Cta__ttl {
    font-size: 2.4rem;
  }
}

.CtaBtnWrap {
  position: relative;
}
.CtaBtnWrap .head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: white;
  border: 1px solid #c46528;
  color: #D01325;
  padding: 0.5em 1em;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .CtaBtnWrap .head {
    font-size: 1.4rem;
    top: -15px;
  }
}

.Intro {
  position: relative;
}
.Intro__inner {
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .Intro__inner {
    padding: 0 5%;
  }
}
.Intro__column {
  display: flex;
  flex-direction: column;
  gap: 130px 0;
}
@media screen and (max-width: 767px) {
  .Intro__column {
    gap: 100px 0;
  }
}
.Intro .IntroItem {
  position: relative;
}
.Intro .IntroItem::before {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .Intro .IntroItem::before {
    width: 100%;
  }
}
.Intro .IntroItem--2::before {
  right: auto;
  left: 0;
}
.Intro .IntroItem__inner {
  position: relative;
  z-index: 10;
}
.Intro .IntroItem__column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .Intro .IntroItem__column {
    flex-direction: column;
  }
}
.Intro .IntroItem__column--2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .Intro .IntroItem__column--2 {
    flex-direction: column;
  }
}
.Intro .IntroItem__img {
  display: block;
  min-width: 50%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .Intro .IntroItem__img {
    min-width: initial;
    width: 100%;
  }
}
.Intro .IntroItem__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/2.75;
  position: relative;
  top: -50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Intro .IntroItem__img img {
    aspect-ratio: 5/3.5;
  }
}
@media screen and (max-width: 767px) {
  .Intro .IntroItem__img img {
    top: 0;
  }
}
.Intro .IntroItem__block {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .Intro .IntroItem__block {
    padding: 1.5em;
  }
}
.Intro .IntroItem .head {
  width: 90px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #083B84;
  border-radius: 50%;
  color: white;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.4rem;
  position: relative;
  top: -35px;
}
@media screen and (max-width: 767px) {
  .Intro .IntroItem .head {
    top: -70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.Intro .IntroItem .head em {
  font-size: 3rem;
  font-weight: 700;
}
.Intro .IntroItem .head::after {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  background-color: #083B84;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.Intro .IntroItem .head--2 {
  background-color: #19C8D0;
}
.Intro .IntroItem .head--2::after {
  background-color: #19C8D0;
}
.Intro .IntroItem__ttl {
  font-size: clamp(2.4rem, 2.4vw, 100rem);
  font-weight: 700;
  color: #083B84;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .Intro .IntroItem__ttl {
    font-size: 2.3rem;
  }
}
.Intro .IntroItem .caption {
  display: block;
  font-size: clamp(1.8rem, 1.8vw, 100rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Intro .IntroItem .caption {
    font-size: 1.8rem;
  }
}

.JobList {
  background-color: white;
  position: relative;
}
.JobList__inner {
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .JobList__inner {
    padding: 0 5%;
  }
}
.JobList__column {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
.JobList .JobItem {
  background-color: #f4f4f4;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  position: relative;
}
.JobList .JobItem .Badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  aspect-ratio: 1/1;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .JobList .JobItem .Badge {
    transform: scale(0.8);
    left: -30px;
  }
}
.JobList .JobItem .Badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.JobList .JobItem .Badge .caption {
  position: relative;
  z-index: 10;
  color: white;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
}
.JobList .JobItem .Badge .caption .row-1 {
  font-size: 1.6rem;
}
.JobList .JobItem .Badge .caption .row-1 em {
  font-size: 2.8rem;
}
.JobList .JobItem__inner {
  padding: 3.5%;
}
@media screen and (max-width: 767px) {
  .JobList .JobItem__inner {
    padding: 5%;
    padding-top: 15%;
  }
}
.JobList .JobItem__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .JobList .JobItem__column {
    flex-direction: column;
  }
}
.JobList .JobItem__img {
  display: block;
  min-width: 37.5%;
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .JobList .JobItem__img {
    min-width: initial;
    width: 100%;
  }
}
.JobList .JobItem__img img {
  display: block;
  width: 100%;
}
.JobList .JobItem__block {
  width: 100%;
}
.JobList .JobItem .ribbonLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #115fcc;
  color: white;
  font-size: clamp(1.8rem, 1.8vw, 100rem);
  font-weight: 700;
  height: 60px;
  padding: 0 2.5em;
  position: absolute;
  top: -30px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .JobList .JobItem .ribbonLabel {
    padding: 0 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .JobList .JobItem .ribbonLabel {
    padding: 0 3.5em;
    font-size: 1.8rem;
    height: 50px;
  }
}
.JobList .JobItem .ribbonLabel::before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background-color: #115fcc;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  position: absolute;
  top: 0;
  right: -19.9px;
}
@media screen and (max-width: 767px) {
  .JobList .JobItem .ribbonLabel::before {
    width: 15px;
    height: 25px;
    right: -14.9px;
  }
}
.JobList .JobItem .ribbonLabel::after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background-color: #115fcc;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  right: -19.9px;
}
@media screen and (max-width: 767px) {
  .JobList .JobItem .ribbonLabel::after {
    width: 15px;
    height: 25px;
    right: -14.9px;
  }
}
.JobList .JobItem__Info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em 0;
}
.JobList .JobItem__Info dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #727272;
  border-radius: 50px;
  font-size: clamp(1.4rem, 1.4vw, 100rem);
  font-weight: 700;
  padding: 0.25em 1em;
  color: white;
  gap: 0 0.35em;
  line-height: 1.5;
}
.JobList .JobItem__Info dt .Icon {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
  object-position: center;
}
.JobList .JobItem__Info dd {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.5rem, 1.5vw, 100rem);
  font-weight: 500;
}
.JobList .JobItem__Info dd .address {
  font-size: clamp(1.2rem, 1.2vw, 100rem);
}
.JobList .JobItem__Info dd .salary em {
  padding: 0 0.15em;
  font-size: clamp(2.2rem, 2.2vw, 100rem);
  font-weight: 700;
  color: var(--color-primary);
}
.JobList .BtnWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px 0;
}
@media screen and (max-width: 767px) {
  .JobList .BtnWrap {
    gap: 25px 0;
  }
}

.Senior {
  position: relative;
}
.Senior__inner {
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .Senior__inner {
    padding: 0 5%;
  }
}
.Senior__column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .Senior__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Senior__img {
  display: block;
  width: 30%;
  min-width: 30%;
}
@media screen and (max-width: 767px) {
  .Senior__img {
    min-width: initial;
    width: 65%;
  }
}
.Senior__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.Senior__Caption {
  font-size: clamp(1.8rem, 1.8vw, 100rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .Senior__Caption {
    font-size: 1.8rem;
  }
}
.Senior__Caption em {
  display: inline-block;
  background-color: #115fcc;
  color: white;
  padding: 0.15em 0.25em;
  line-height: 1.3;
}

.Faq {
  position: relative;
  background-color: white;
}
.Faq__inner {
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .Faq__inner {
    padding: 0 5%;
  }
}
.Faq__column {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .Faq__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Faq .FaqItem {
  width: calc(50% - 25px);
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
}
@media screen and (max-width: 767px) {
  .Faq .FaqItem {
    width: 100%;
  }
}
.Faq .FaqItem__ttl {
  display: flex;
  align-items: center;
  background-color: #083B84;
  padding: 0.75em;
  color: white;
  font-size: clamp(1.8rem, 1.8vw, 100rem);
  font-weight: 700;
  line-height: 1.3;
  gap: 0 0.75em;
}
@media screen and (max-width: 767px) {
  .Faq .FaqItem__ttl {
    font-size: 1.9rem;
  }
}
.Faq .FaqItem__ttl .Icon {
  min-width: 70px;
  width: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Faq .FaqItem__ttl .Icon {
    min-width: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Faq .FaqItem__ttl .Icon {
    min-width: 60px;
    width: 60px;
  }
}
.Faq .FaqItem__inner {
  padding: 5%;
}

.EntryWrap {
  padding: 0 10%;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .EntryWrap {
    padding: 0 5%;
  }
}

.Entry {
  position: relative;
  overflow: hidden;
}
.Entry .Bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(4px);
}
.Entry__inner {
  background-color: rgba(8, 59, 132, 0.7);
  position: relative;
  z-index: 10;
}
.Entry__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Entry__ttl {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(2.7rem, 2.7vw, 100rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 0 2.5em;
}
@media screen and (max-width: 767px) {
  .Entry__ttl {
    display: flex;
    font-size: 2.7rem;
    padding: 0 1em;
  }
}
.Entry__ttl small {
  font-size: clamp(1.2rem, 1.2vw, 100rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .Entry__ttl small {
    font-size: 1.3rem;
    letter-spacing: -0.025em;
  }
}
.Entry__ttl .underLine {
  display: block;
  width: 100%;
}
.Entry__block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid white;
  box-sizing: border-box;
  padding: 5% 10%;
  box-sizing: border-box;
  min-width: 70%;
}
@media screen and (max-width: 767px) {
  .Entry__block {
    min-width: initial;
    padding: 5%;
  }
}
.Entry .corpName {
  font-size: clamp(2rem, 2vw, 100rem);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Entry .corpName {
    font-size: 1.8rem;
  }
}
.Entry .EntryRow {
  display: flex;
  align-items: flex-start;
  gap: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .Entry .EntryRow {
    flex-direction: column;
    gap: 0.5em 0;
    align-items: center;
  }
}
.Entry .EntryRow .head {
  min-width: 20%;
  width: 20%;
  display: inline-flex;
  justify-content: center;
  border: 1.5px solid white;
  border-radius: 50px;
  padding: 0.25em;
  font-weight: 700;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .Entry .EntryRow .head {
    min-width: initial;
    width: 40%;
  }
}
.Entry .EntryRow .head .Icon {
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
.Entry .EntryRow .caption {
  display: block;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .Entry .EntryRow .caption {
    font-size: 1.4rem;
  }
}
.Entry .EntryRow .caption--Phone {
  font-size: clamp(2.1rem, 2.1vw, 100rem);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Entry .EntryRow .caption--Phone {
    font-size: 2.2rem;
  }
}
.Entry .EntryRow .caption--Phone a {
  color: white;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .Entry .EntryRow .caption--Phone a {
    pointer-events: visible;
  }
}

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