@charset "UTF-8";
/*
Theme Name: medical7
Theme URI:
Description: medical7
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #0147af;
  --color-primary-light: #e7e3db;
  --color-secondary: #27140e;
  --color-secondary-light: #FAF8F5;
  --color-link: #4895e6;
}

.white {
  color: white !important;
}

.blue {
  color: #0147af !important;
}

.egreen {
  color: #50AA9E !important;
}

.red {
  color: #a91111;
}

.yellow {
  color: #fff957;
}

.orange {
  color: #fd8b0e;
}

.brown {
  color: #998679 !important;
}

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

/*!
global > font
------------------------------
*/
: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, .Reason__head em {
  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, #btm-btn a.pagetop, .SnsMenu .Icon, .Header__inner, .CtaBtn {
  -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: 2.1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
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: #0f62a3;
  word-wrap: break-word;
}
a.noLink {
  pointer-events: none;
}
a.anchor {
  display: block;
}
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 (max-width: 100px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

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

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

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

.br-pc-sp {
  display: block !important;
}
@media screen and (max-width: 100px) {
  .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 (max-width: 100px) {
  .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;
  }
}

/*!
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 (max-width: 100px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ptb {
  padding: 100px 0 !important;
}
@media screen and (max-width: 100px) {
  .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-ptb35 {
  padding: 35px 0 !important;
}

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

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

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 100px) {
  .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-pb70 {
  padding-bottom: 70px !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-pb35 {
    padding-bottom: 35px !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 (max-width: 100px) {
  .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: 800;
}

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

.u-txtMiddle {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .u-txtMiddle {
    font-size: 1.9rem;
  }
}

.u-txtMiddle2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .u-txtMiddle2 {
    font-size: 1.9rem;
  }
}

.u-txtLarge {
  font-size: 2.5rem;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 1.9rem;
  }
}

.u-txtLarge2 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .u-txtLarge2 {
    font-size: 2.1rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
}

.u-lt {
  text-decoration: line-through;
}

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

.u-uLine {
  display: inline;
  border-bottom: 1.5px solid white;
}
.u-uLine--black {
  border-color: black;
}

.u-outLine {
  padding: 0.5em;
  border: 2px solid #a91111;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .u-outLine {
    padding-bottom: 0.5em;
  }
}

/*!
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
------------------------------
*/
.title-Lv1 {
  width: calc(100% - 2px);
  background: linear-gradient(90deg, #2f2300, #8b7729, #634f02);
  position: relative;
  box-shadow: inset 0 10px 40px rgba(0, 0, 0, 0.6);
}
.title-Lv1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.title-Lv1 .Bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
}
.title-Lv1 .ttl {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
.title-Lv1 .ttl.shadow {
  filter: drop-shadow(4px 4px 3px #4ca5ac);
}
.title-Lv1--noBg {
  background: none;
  box-shadow: none;
}
.title-Lv1--Ptn1 {
  background: none;
  box-shadow: none;
  background: linear-gradient(135deg, #b49f6d 0%, #b5a06f 20%, #e3dcbf 45%, #b5a06f 70%, #b49f6d 100%);
  box-shadow: 0 0 30px rgba(68, 56, 30, 0.85);
  position: relative;
  z-index: 20;
}
.title-Lv1--Ptn1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 6px;
  left: 0;
}
.title-Lv1--Ptn1 img {
  margin: 0 auto !important;
  width: 80% !important;
  filter: drop-shadow(1px 1px 0px rgba(255, 255, 255, 0.85));
}

.section-title-box {
  position: relative;
  padding: 1.5em 0;
  text-align: center;
  border-top: 1px solid rgba(182, 150, 72, 0.7);
  border-bottom: 1px solid rgba(182, 150, 72, 0.7);
}
.section-title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-top: 2px solid #615121;
  border-left: 2px solid #615121;
}
.section-title-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-bottom: 2px solid #615121;
  border-right: 2px solid #615121;
}
.section-title-box--2 {
  background: linear-gradient(135deg, #b49f6d 0%, #b5a06f 20%, #e3dcbf 45%, #b5a06f 70%, #b49f6d 100%);
  border-top: 1px solid #615121;
  border-bottom: 1px solid #615121;
}
.section-title-box--2::before {
  top: 0.5em;
  left: 0.5em;
  border-width: 1px;
}
.section-title-box--2::after {
  bottom: 0.5em;
  right: 0.5em;
  border-width: 1px;
}
.section-title-box--2 .title-Lv2 {
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
}

.title-Lv2 {
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.6;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    align-items: center;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: -0.025em;
  }
}
.title-Lv2--white {
  border-color: white;
  color: white;
}
.title-Lv2--2 {
  display: inline-flex;
  background-color: white;
  border-radius: 7px;
  padding: 0.5em 1em;
  border: none;
}

.title-Lv3 {
  display: inline-flex;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 2rem;
  }
}

.title-Lv4 {
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv4 {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv4 {
    font-size: 1.6rem;
  }
}

.UnderFv {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 450px;
  min-height: 450px;
  background-color: #b6c9d5;
  overflow: hidden;
}
.UnderFv__inner {
  height: calc(100% - 80px);
  position: relative;
}
.UnderFv__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.UnderFv__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0 3.5%;
  background-color: var(--color-primary);
  position: relative;
  z-index: 21;
  box-sizing: border-box;
}
.UnderFv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.UnderFv__triangle {
  display: block;
  width: 500px;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  opacity: 0.8;
}
.UnderFv__triangle--ov1 {
  left: -70px;
  background-color: #e1e5ea;
  z-index: 20;
}
.UnderFv__triangle--ov2 {
  left: -100px;
  background-color: white;
  z-index: 21;
}

/*!
component > btn
------------------------------
*/
.CtaBtn {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  padding: 1em 0;
  background-image: linear-gradient(90deg, #ffb638, #fd8b0e);
  font-size: 3rem;
  color: white;
  font-weight: 800;
  border-radius: 100px;
  text-align: center;
  border: none;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
  text-decoration: none;
  min-width: 520px;
}
@media screen and (max-width: 767px) {
  .CtaBtn {
    display: flex;
    width: 100%;
    min-width: initial;
    font-size: 2rem;
  }
}
.CtaBtn::after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  box-sizing: border-box;
  border-radius: 100px;
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .CtaBtn::after {
    width: calc(100% - 9px);
    height: calc(100% - 9px);
  }
}
.CtaBtn i {
  position: absolute;
  right: -0.25em;
  top: 0.1em;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .CtaBtn i {
    font-size: 3rem;
    top: 0;
  }
}

.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;
}
.listDisc li .close {
  display: inline-block;
  width: 42px;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

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

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

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

.Notes {
  display: inline-flex;
  font-size: 1rem;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1rem;
  }
}
.Notes::before {
  content: attr(data-head);
  position: absolute;
  top: 0;
  left: 0;
}
.Notes.chara-1 {
  padding-left: 1.5em;
}
.Notes--md {
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .Notes--md {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/*!
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: #000;
  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: #0147af;
  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: #000;
}
@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(0, 0, 0, 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: relative;
  z-index: 20;
  background-color: white;
  box-sizing: border-box;
}
.Header__inner {
  padding-left: 25px;
  height: 70px;
  box-sizing: border-box;
}
.Header__column {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.Header__Box {
  position: relative;
}
.Header__Box--Top {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  gap: 0 1em;
}
.Header .Logomark {
  display: block;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .Header .Logomark {
    width: 110px;
  }
}
.Header .moda {
  display: block;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .Header .moda {
    width: 100px;
  }
}

@media screen and (max-width: 100px) {
  .Header.is-fixed {
    position: absolute;
    background-color: white;
  }
}
/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  background-color: white;
}
.Footer__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    max-width: 100%;
  }
}
.Footer .FooterNav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer .FooterNav li a {
  display: block;
  padding: 0 1.5em;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .Footer .FooterNav li a {
    padding: 0 1em;
    font-size: 1.4rem;
  }
}
.Footer .FooterNav li:last-child a {
  border-right: none;
}
.Footer .Copyright {
  font-size: 1rem;
  opacity: 0.5;
}

.scroll_down {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 20;
  transform: scale(0.8);
}
@media screen and (max-width: 100px) {
  .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.6);
  }
}
.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%;
  display: inline-flex;
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 20;
  background-color: #14100e;
  height: 100px;
  transition: transform 0.5s ease-out, bottom 0.5s ease-out;
  transform: translateY(100%);
  display: none;
}
@media screen and (max-width: 767px) {
  .fixBtn {
    display: inline-flex;
  }
}
.fixBtn.show {
  transform: translateY(0);
  bottom: 0;
  opacity: 1;
}
.fixBtn__inner {
  width: 100%;
  height: 100%;
  padding: 0 3.5% 0;
  box-sizing: border-box;
  position: relative;
  z-index: 21;
}
@media screen and (max-width: 100px) {
  .fixBtn__inner {
    padding: 0 5%;
  }
}
.fixBtn__column {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixBtn .BtmTxt {
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 500;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .fixBtn .BtmTxt {
    width: 30%;
  }
}
@media screen and (max-width: 100px) {
  .fixBtn .BtmTxt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixBtn .BtmTxt {
    display: none;
  }
}

#btm-btn {
  position: fixed;
  bottom: 1em;
  right: 0.5em;
  z-index: 71;
  display: none;
}
@media screen and (max-width: 100px) {
  #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: 30px;
  aspect-ratio: 1/2;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1;
  color: #000;
}
@media screen and (max-width: 100px) {
  #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: var(--color-secondary);
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 100px) {
  .smp-contact {
    padding: 15px 0;
  }
}

.SnsMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 125px;
  right: 0.5em;
  z-index: 60;
  z-index: 11;
  width: 40px;
  gap: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .SnsMenu {
    top: 70px;
    width: 36px;
  }
}
.SnsMenu .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: rgba(39, 20, 14, 0.9);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 1.5rem;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .SnsMenu .Icon {
    font-size: 1.3rem;
  }
}
.SnsMenu .Icon img {
  display: block;
  width: 40%;
  opacity: 0.6;
}
.SnsMenu .Icon:hover {
  transform: scale(1.07);
  color: white;
}
.SnsMenu .Icon:hover img {
  opacity: 1;
}

/*!
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 (max-width: 100px) {
  .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 (max-width: 100px) {
  .mainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainCnt {
    width: 100%;
  }
}
.sideCnt {
  width: 25%;
  min-width: 25%;
  color: #000;
}
@media screen and (max-width: 100px) {
  .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: #000;
}
.sideCnt__inner {
  padding: 10%;
}
@media screen and (max-width: 100px) {
  .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 (max-width: 100px) {
  .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: #000;
  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: #000;
  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: var(--color-secondary);
  gap: 0.35em 0;
}
.MenuToggle span {
  display: block;
  width: 60%;
  height: 1.5px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.MenuToggle.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(4.5px, 4.5px);
}
.MenuToggle.is-open span:nth-child(2) {
  opacity: 0;
}
.MenuToggle.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

@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
------------------------------
*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .PgIndex {
    min-width: initial;
  }
}

.Fv {
  position: relative;
}
.Fv--Under {
  border-bottom-width: 60px;
}
@media screen and (max-width: 767px) {
  .Fv--Under {
    border-bottom-width: 30px;
  }
}
.Fv__inner {
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.Fv .FvMain {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Fv .FvMain {
    min-width: initial;
    object-fit: cover;
    aspect-ratio: 5/8;
  }
}
.Fv .FvCnt {
  width: calc(100% - 180px);
  height: calc(100% - 180px);
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  --cut: 80px; /* 角のカット量（ここを調整） */
  -webkit-clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
}
@media screen and (max-width: 767px) {
  .Fv .FvCnt {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    --cut: 30px;
  }
}
.Fv .FvCnt__inner {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .Fv .FvCnt__inner {
    padding: 1.5em 1em;
  }
}
.Fv .FvCnt .headTxt {
  display: block;
  font-size: 2.1rem;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 767px) {
  .Fv .FvCnt .headTxt {
    font-size: 1.5rem;
  }
}
.Fv .FvCnt .headTxt2 {
  display: block;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .Fv .FvCnt .headTxt2 {
    font-size: 1.7rem;
  }
}
.Fv .FvCnt .headCopy {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .Fv .FvCnt .headCopy {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.Fv .FvCnt .headCopy em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  border-radius: 6px;
  padding: 0.35em 1.5em;
  font-size: 3.1rem;
}
@media screen and (max-width: 767px) {
  .Fv .FvCnt .headCopy em {
    padding: 0.35em;
    font-size: 2rem;
    letter-spacing: -0.025em;
  }
}
.Fv .FvCnt .Fvttl {
  display: block;
  width: 80%;
}

/*!
page > lp
------------------------------
*/
.Section {
  position: relative;
}
.Section--Bg1 {
  background-color: black;
}
.Section--Bg2 {
  background-color: #fafaf8;
}
.Section--Bg3 {
  background-image: linear-gradient(45deg, #1f1609, #3c3020);
}
.Section--Bg3::after {
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  box-sizing: border-box;
  border: 1px solid rgba(181, 150, 72, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Section--Bg3::after {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}
.Section--Bg4 {
  overflow: hidden;
  background-color: #cdc09a;
}
.Section--Bg5 {
  background-color: #dcebf5;
}
.Section--Bg6 {
  background-color: #2099a8;
}
.Section--Bg7 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f4f4f4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f4f4f4 calc(100% - 1px));
  background-size: 16px 16px;
}
.Section__inner {
  padding: 0 50px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Section__inner {
    padding: 0 25px;
  }
}
.Section__inner--2 {
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  .Section__inner--2 {
    padding: 0 25px;
  }
}
.Section__inner--noLine::before {
  display: none;
}
.Section__inner--Ptn1 {
  overflow: hidden;
}
.Section__inner--Ptn1::before {
  height: calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid #b59648;
  border: none;
}
.Section__block {
  position: relative;
  z-index: 11;
}
.Section .Bg {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.Section .Bg-1 {
  opacity: 0.65;
}
.Section .Bg-2 {
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
}
.Section .Bg-3 {
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.Section .Bg-4 {
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.Section .Bg-4_2 {
  opacity: 0.35;
}
.Section .Bg-5 {
  aspect-ratio: 10/2.75;
  background-color: #023793;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Section .Bg-5 {
    aspect-ratio: 10/6;
  }
}
.Section .Bg-5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: luminosity;
  filter: saturate(0%);
  opacity: 0.15;
}
.Section .Bg-6 {
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transform: scale(1, -1);
}
.Section .Bg-7 {
  width: 100%;
  aspect-ratio: 10/3.5;
  background-color: #4192d0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Section .Bg-7 {
    aspect-ratio: 1/1;
  }
}
.Section .Bg-7 img {
  display: block;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}

.ListPtn-1 li {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5em;
  font-weight: 600;
  padding-left: calc(12px + 0.5em);
  position: relative;
  background-color: white;
  border: 2px solid #b59648;
  box-shadow: 5px 5px 10px rgba(102, 94, 74, 0.35);
  line-height: 1.5;
  position: relative;
  color: #5f4333;
  gap: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .ListPtn-1 li {
    padding: 1em;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35em 0;
  }
}
.ListPtn-1 li::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  box-sizing: border-box;
  border: 1px solid #b59648;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.25;
}
.ListPtn-1 li em {
  min-width: 120px;
  box-sizing: border-box;
  padding: 0.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3f2e0c;
  background-color: #a91111;
  color: white;
}
.ListPtn-1 li .Icon {
  display: block;
  width: 32px;
}
.ListPtn-1--mark li {
  padding-left: calc(32px + 1.5em);
}
@media screen and (max-width: 767px) {
  .ListPtn-1--mark li {
    padding-left: calc(26px + 0.5em);
  }
}
.ListPtn-1--mark li .Icon {
  width: 32px;
  position: absolute;
  top: 1.35em;
  left: 1em;
}
@media screen and (max-width: 767px) {
  .ListPtn-1--mark li .Icon {
    width: 26px;
    position: absolute;
    top: 1em;
    left: 0.35em;
  }
}

.ListPtn-2 li {
  margin-bottom: 0.75em;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  border: 1px solid #0147af;
  border-radius: 6px;
  padding: 0.5em;
  padding-left: calc(12px + 1.5em);
  box-shadow: 4px 4px 0px rgba(1, 71, 175, 0.15);
}
@media screen and (max-width: 767px) {
  .ListPtn-2 li {
    font-size: 2rem;
    padding-left: calc(8px + 1.25em);
  }
}
.ListPtn-2 li::before {
  content: "";
  display: block;
  min-width: 12px;
  width: 12px;
  aspect-ratio: 1/1;
  background-color: #0147af;
  border-radius: 50%;
  position: absolute;
  top: 1.25em;
  left: 1em;
}
@media screen and (max-width: 767px) {
  .ListPtn-2 li::before {
    width: 8px;
    min-width: 8px;
    top: 1.15em;
    left: 0.75em;
  }
}

.checkList li {
  margin-bottom: 0.75em;
  padding-left: calc(30px + 1em);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .checkList li {
    padding-left: calc(24px + 0.5em);
  }
}
.checkList li .icon {
  display: block;
  width: 30px;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .checkList li .icon {
    width: 24px;
  }
}
.table-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 10px 10px 12px rgba(18, 44, 83, 0.25);
}
.table-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 8px solid #0daade;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  box-sizing: border-box;
  display: none;
}
.table-1 th,
.table-1 td {
  padding: 1em 0.5em;
  position: relative;
  box-sizing: border-box;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 767px) {
  .table-1 th,
  .table-1 td {
    padding: 0.75em 0.25em;
    line-height: 1.2;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}
.table-1 th:nth-of-type(2), .table-1 th:nth-of-type(3),
.table-1 td:nth-of-type(2),
.table-1 td:nth-of-type(3) {
  width: 42.5%;
}
@media screen and (max-width: 767px) {
  .table-1 th:nth-of-type(2), .table-1 th:nth-of-type(3),
  .table-1 td:nth-of-type(2),
  .table-1 td:nth-of-type(3) {
    width: 40%;
  }
}
.table-1 th {
  background: #0daade;
  font-weight: 600;
  color: white;
}
.table-1 th:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.table-1 th:nth-of-type(1) {
  background: rgba(13, 170, 222, 0.5);
}
.table-1 th:nth-of-type(2) {
  background: rgba(13, 170, 222, 0.7);
}
.table-1 th:last-child::after {
  display: none;
}
.table-1 td {
  vertical-align: middle !important;
  border-bottom: 1px solid #ccc;
}
.table-1 td:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.table-1 td:last-child::after {
  display: none;
}
.table-1 td:nth-of-type(2) {
  padding-left: 1.5em;
  text-align: left !important;
  background-color: #f8f8f8;
}
.table-1 td:nth-of-type(3) {
  padding-left: 1em;
  text-align: left !important;
  background-color: #fffcec;
  font-weight: 700;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .table-1 td:nth-of-type(3) {
    padding-left: 2em;
  }
}
.table-1 td i {
  margin-right: 0.35em;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .table-1 td i {
    margin-right: 0;
    font-size: 1.7rem;
    position: absolute;
    top: 50%;
    left: 0.35em;
    transform: translateY(-50%);
  }
}
.table-1 td .check {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  margin-right: 0.35em;
}
@media screen and (max-width: 767px) {
  .table-1 td .check {
    margin-right: 0;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 0.35em;
    transform: translateY(-50%);
  }
}
.table-1 td .fa-xmark {
  color: #a91111;
}
.table-1 td .fa-check {
  color: #1E7E71;
}
.table-1 tr:last-child th,
.table-1 tr:last-child td {
  border-bottom: none;
}

.Box {
  position: relative;
}
.Box::before, .Box::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Box::before, .Box::after {
    border-width: 3.5px;
  }
}
.Box::before {
  left: 0;
  border-right: none;
}
.Box::after {
  right: 0;
  border-left: none;
}
.Box__inner {
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .Box__inner {
    padding: 1em;
  }
}

.ImgBox {
  display: block;
}
.ImgBox img {
  display: block;
  width: 100%;
}
.ImgBox img.asp-1 {
  object-fit: cover;
  aspect-ratio: 5/3;
}

.VoicesList__column {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
@media screen and (max-width: 767px) {
  .VoicesList__column {
    gap: 35px 0;
  }
}

.Voice {
  padding: 50px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  background-color: white;
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Voice {
    padding: 1em;
  }
}
.Voice__column {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .Voice__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.Voice__block {
  width: 100%;
}
.Voice__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 2em;
  padding: 0.75em;
  font-size: 2.7rem;
  font-weight: 700;
  box-sizing: border-box;
  background-color: #0147af;
  color: white;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .Voice__ttl {
    padding: 0.5em;
    font-size: 2rem;
  }
}
.Voice__img {
  display: block;
  min-width: 200px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .Voice__img {
    min-width: initial;
    width: 100%;
  }
}
.Voice__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/6;
}
@media screen and (max-width: 767px) {
  .Voice__img img {
    width: 60%;
    margin: 0 auto;
  }
}

.SemGallery {
  display: flex;
  align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .SemGallery {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.SemGallery img {
  display: block;
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .SemGallery img {
    width: 100%;
  }
}

.FaqList__column {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}

.Faq {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.Faq:last-child {
  border-bottom: none;
}
.Faq dt,
.Faq dd {
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Faq dt,
  .Faq dd {
    padding-left: 60px;
  }
}
.Faq dt::before,
.Faq dd::before {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
}
.Faq dt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Faq dt {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.Faq dt::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Ｑ";
  min-width: 50px;
  width: 50px;
  aspect-ratio: 1.1;
  background-color: #a91111;
  color: white;
}
@media screen and (max-width: 767px) {
  .Faq dt::before {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    line-height: 1;
  }
}
.Faq dd {
  padding-top: 1em;
}
.Faq dd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Ａ";
  min-width: 50px;
  width: 50px;
  aspect-ratio: 1/1;
  background-color: white;
  color: #a91111;
  top: 25px;
}
@media screen and (max-width: 767px) {
  .Faq dd::before {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
    line-height: 1;
  }
}
.Faq dd .row {
  margin-top: 25px;
}

.CtaLead {
  position: relative;
}
.CtaLead__img {
  display: block;
  width: 75%;
}
.CtaLead__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  box-sizing: border-box;
}
.CtaLead__ttl {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .CtaLead__ttl {
    font-size: 2.5rem;
  }
}
.CtaLead__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  gap: 200px 70px;
}
@media screen and (max-width: 767px) {
  .CtaLead__list {
    gap: 160px 15px;
  }
}
.CtaLead__list li {
  width: calc(33.3333333333% - 46.6666666667px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #000;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0.5em 1em;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  font-size: 1.8rem;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .CtaLead__list li {
    width: calc(33.3333333333% - 10px);
    font-size: 1.3rem;
    padding: 0.5em 0.35em;
    line-height: 1.3;
    min-height: 80px;
    letter-spacing: -0.025em;
  }
}
.CtaLead__list li:nth-of-type(1) {
  top: 70px;
}
@media screen and (max-width: 767px) {
  .CtaLead__list li:nth-of-type(1) {
    top: 30px;
  }
}
.CtaLead__list li:nth-of-type(3) {
  top: 70px;
}
@media screen and (max-width: 767px) {
  .CtaLead__list li:nth-of-type(3) {
    top: 30px;
  }
}
.CtaLead__list li:nth-of-type(5) {
  top: 70px;
}
@media screen and (max-width: 767px) {
  .CtaLead__list li:nth-of-type(5) {
    top: 30px;
  }
}

.Cta__ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .Cta__ttl {
    font-size: 2.1rem;
  }
}
.Cta__ttl::before, .Cta__ttl::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: white;
  position: absolute;
}
.Cta__ttl::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .Cta__ttl::before {
    transform: translateY(-50%) rotate(-25deg);
  }
}
.Cta__ttl::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(35deg);
}
@media screen and (max-width: 767px) {
  .Cta__ttl::after {
    transform: translateY(-50%) rotate(25deg);
  }
}

.fukidashi {
  display: block;
  width: 65%;
}

.Reason__column {
  display: flex;
  align-items: flex-start;
  gap: 0 1em;
}
.Reason__column--2 {
  flex-direction: row-reverse;
}
.Reason__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 27.5%;
  width: 27.5%;
  line-height: 1.3;
  font-size: 2.7rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .Reason__head {
    font-size: 2.2rem;
  }
}
.Reason__head em {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Reason__head em {
    font-size: 7rem;
  }
}
.Reason__block {
  width: 100%;
}

.Triangle {
  display: inline-block;
  width: 80px;
  height: 55px;
  background-color: black;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 767px) {
  .Triangle {
    width: 70px;
    height: 50px;
  }
}

.VoiceSlider {
  position: relative;
  z-index: 15;
  /* カスタムボタン */
  /* Swiperデフォルトの矢印スタイルを無効化 */
}
@media screen and (max-width: 100px) {
  .VoiceSlider__inner {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .VoiceSlider__inner {
    padding: 0;
  }
}
.VoiceSlider .swiper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.VoiceSlider .swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail {
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail .VoiceTTL {
  padding: 0.25em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  min-height: 5em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 100px) {
  .VoiceSlider .swiper .swiper-slide .VoiceDetail .VoiceTTL {
    font-size: 2.4rem;
    letter-spacing: -0.025em;
  }
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper .swiper-slide .VoiceDetail .VoiceTTL {
    font-size: 1.7rem;
    letter-spacing: -0.025em;
  }
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail__inner {
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper .swiper-slide .VoiceDetail__inner {
    padding: 7.5%;
  }
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail__head {
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #50AA9E;
  color: white;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper .swiper-slide .VoiceDetail__head {
    font-size: 1.9rem;
    min-height: 80px;
  }
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail__img {
  display: flex;
  justify-content: center;
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail__img img {
  display: block;
  width: auto;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper .swiper-slide .VoiceDetail__img img {
    height: 220px;
  }
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail__img img.i-14 {
  width: 80%;
  height: auto;
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail__img img.i-17, .VoiceSlider .swiper .swiper-slide .VoiceDetail__img img.i-19 {
  width: 100%;
  height: auto;
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail .VoiceName {
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px dotted #000;
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail .VoiceName__pri {
  padding-left: 1em;
  display: inline-flex;
  justify-content: center;
  font-size: 2.7rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper .swiper-slide .VoiceDetail .VoiceName__pri {
    font-size: 2.2rem;
  }
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail .VoiceName__pri::before {
  content: "";
  display: block;
  width: 7px;
  height: 60%;
  background-image: linear-gradient(0deg, #00ab8e 50%, #ff8e8a 50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.VoiceSlider .swiper .swiper-slide .VoiceDetail .VoiceName__sec {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper .swiper-slide .VoiceDetail .VoiceName__sec {
    font-size: 1.4rem;
  }
}
.VoiceSlider .ArrowCnt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.VoiceSlider .swiper-button-next.custom-next {
  right: auto !important;
  left: -65px !important;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  background-color: #ecebe8;
  color: #000;
  top: 60%;
  transform: translateY(-40%);
  z-index: 20;
  box-sizing: border-box;
  border-radius: 50%;
  pointer-events: visible;
}
@media screen and (max-width: 100px) {
  .VoiceSlider .swiper-button-next.custom-next {
    left: -15px !important;
  }
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper-button-next.custom-next {
    width: 35px;
    height: 35px;
    left: -15px !important;
  }
}
.VoiceSlider .swiper-button-next,
.VoiceSlider .swiper-button-prev {
  background: none;
}
.VoiceSlider .swiper-button-next.custom-next::after {
  font: var(--fa-font-solid);
  content: "\f104";
  font-size: 2.2rem;
  font-weight: 100;
  color: #000;
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper-button-next.custom-next::after {
    font-size: 2.1rem;
  }
}
.VoiceSlider .swiper-button-prev.custom-prev {
  left: auto !important;
  right: -65px !important;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  background-color: #ecebe8;
  color: #000;
  top: 60%;
  transform: translateY(-40%);
  z-index: 20;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: visible;
}
@media screen and (max-width: 100px) {
  .VoiceSlider .swiper-button-prev.custom-prev {
    right: -15px !important;
  }
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper-button-prev.custom-prev {
    width: 35px;
    height: 35px;
    right: -15px !important;
  }
}
.VoiceSlider .swiper-button-prev.custom-prev::after {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 2.1rem;
  font-weight: 100;
  color: #000;
}
@media screen and (max-width: 767px) {
  .VoiceSlider .swiper-button-prev.custom-prev::after {
    font-size: 2.1rem;
  }
}
.VoiceSlider .swiper-scrollbar {
  background: #f0f0f0 !important;
}
.VoiceSlider .swiper-scrollbar-drag {
  background-color: #d4e7e5 !important;
}

.Box2 {
  background-color: white;
  border-radius: 15px;
}
.Box2__inner {
  padding: 2em;
}

.Box3 {
  background-color: #fafaf8;
  border: 1px solid #999;
  border-radius: 15px;
}
.Box3__inner {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .Box3__inner {
    padding: 1.5em 0.5em;
  }
}

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