@charset "UTF-8";
/* ======================================================
　aim-sv.com　CSS　2025-05-15
====================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
body, ._font-style1 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body._fade-in {
  display: none;
}
._font-style2 {
  font-family: "Noto Serif JP", serif;
}
._font-style3 {
  font-family: "Caveat", cursive;
}
._font-style4 {
  font-family: "Libre Baskerville", serif;
}
._color-black {
  color: #343434;
}
._color-red {
  color: #bf0000;
}
._color-grey {
  color: #676767;
}
._color-white, ._sptel._color-white a {
  color: white;
}
._color-pink {
  color: #EFA8CE;
}
._color-blue {
  color: #1B6B98;
}
._color-green {
  color: #256D3B;
}
._bgcolor-black {
  background-color: #343434;
}
._bgcolor-white {
  background-color: white;
}
._bgcolor-navy {
  background-color: #1B115E;
}
._bgcolor-gra-blue {
  background: #329BD8;
  background: linear-gradient(90deg, rgba(50, 155, 216, 1) 0%, rgba(1, 124, 165, 1) 100%);
}
._bgcolor-lightgray {
  background-color: #EBEBEB;
}
._bgcolor-ghostwhite {
  background-color: ghostwhite;
}
._b-g-1 {
  border: 3px solid #6CB482;
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.ab-icon:before {
  font-family: inherit;
}
html {
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-size: clamp(16px, 1.7vw, 17px);
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: underline;
  color: #4563BF;
}
a:hover {
  opacity: 0.85;
  text-decoration: none;
}
abbr[title] {
  text-decoration: underline dotted;
}
b, strong {
  font-weight:600;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="radio"],
input[type="tel"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='radio'] {
  display: none;
}
input[type="checkbox"]{
  width: 22px;
  height: 21px;
  appearance: none;
  border: solid 2px #8A92B9;
  border-radius: 3px;
  margin:0 0.5em 0 0;
  transform: translate(0, 3px);
}
input[type="checkbox"]:checked{
  background-image: url(../img/material/check.png);
  background-size: 17px 17px;
  background-position:center center;
}

input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
._mt0 {
  margin-top: 0px !important;
}
._mb0 {
  margin-bottom: 0px !important;
}
._ml0 {
  margin-left: 0px !important;
}
._mr0 {
  margin-right: 0px !important;
}
._pt0 {
  padding-top: 0px !important;
}
._pb0 {
  padding-bottom: 0px !important;
}
._pl0 {
  padding-left: 0px !important;
}
._pr0 {
  padding-right: 0px !important;
}
._mt5 {
  margin-top: 5px !important;
}
._mb5 {
  margin-bottom: 5px !important;
}
._ml5 {
  margin-left: 5px !important;
}
._mr5 {
  margin-right: 5px !important;
}
._pt5 {
  padding-top: 5px !important;
}
._pb5 {
  padding-bottom: 5px !important;
}
._pl5 {
  padding-left: 5px !important;
}
._pr5 {
  padding-right: 5px !important;
}
._mt10 {
  margin-top: 10px !important;
}
._mb10 {
  margin-bottom: 10px !important;
}
._ml10 {
  margin-left: 10px !important;
}
._mr10 {
  margin-right: 10px !important;
}
._pt10 {
  padding-top: 10px !important;
}
._pb10 {
  padding-bottom: 10px !important;
}
._pl10 {
  padding-left: 10px !important;
}
._pr10 {
  padding-right: 10px !important;
}
._mt15 {
  margin-top: 15px !important;
}
._mb15 {
  margin-bottom: 15px !important;
}
._ml15 {
  margin-left: 15px !important;
}
._mr15 {
  margin-right: 15px !important;
}
._pt15 {
  padding-top: 15px !important;
}
._pb15 {
  padding-bottom: 15px !important;
}
._pl15 {
  padding-left: 15px !important;
}
._pr15 {
  padding-right: 15px !important;
}
._mt20 {
  margin-top: 20px !important;
}
._mb20 {
  margin-bottom: 20px !important;
}
._ml20 {
  margin-left: 20px !important;
}
._mr20 {
  margin-right: 20px !important;
}
._pt20 {
  padding-top: 20px !important;
}
._pb20 {
  padding-bottom: 20px !important;
}
._pl20 {
  padding-left: 20px !important;
}
._pr20 {
  padding-right: 20px !important;
}
._mt25 {
  margin-top: 25px !important;
}
._mb25 {
  margin-bottom: 25px !important;
}
._ml25 {
  margin-left: 25px !important;
}
._mr25 {
  margin-right: 25px !important;
}
._pt25 {
  padding-top: 25px !important;
}
._pb25 {
  padding-bottom: 25px !important;
}
._pl25 {
  padding-left: 25px !important;
}
._pr25 {
  padding-right: 25px !important;
}
._mt30 {
  margin-top: 30px !important;
}
._mb30 {
  margin-bottom: 30px !important;
}
._ml30 {
  margin-left: 30px !important;
}
._mr30 {
  margin-right: 30px !important;
}
._pt30 {
  padding-top: 30px !important;
}
._pb30 {
  padding-bottom: 30px !important;
}
._pl30 {
  padding-left: 30px !important;
}
._pr30 {
  padding-right: 30px !important;
}
._mt35 {
  margin-top: 35px !important;
}
._mb35 {
  margin-bottom: 35px !important;
}
._ml35 {
  margin-left: 35px !important;
}
._mr35 {
  margin-right: 35px !important;
}
._pt35 {
  padding-top: 35px !important;
}
._pb35 {
  padding-bottom: 35px !important;
}
._pl35 {
  padding-left: 35px !important;
}
._pr35 {
  padding-right: 35px !important;
}
._mt40 {
  margin-top: 40px !important;
}
._mb40 {
  margin-bottom: 40px !important;
}
._ml40 {
  margin-left: 40px !important;
}
._mr40 {
  margin-right: 40px !important;
}
._pt40 {
  padding-top: 40px !important;
}
._pb40 {
  padding-bottom: 40px !important;
}
._pl40 {
  padding-left: 40px !important;
}
._pr40 {
  padding-right: 40px !important;
}
._mt45 {
  margin-top: 45px !important;
}
._mb45 {
  margin-bottom: 45px !important;
}
._ml45 {
  margin-left: 45px !important;
}
._mr45 {
  margin-right: 45px !important;
}
._pt45 {
  padding-top: 45px !important;
}
._pb45 {
  padding-bottom: 45px !important;
}
._pl45 {
  padding-left: 45px !important;
}
._pr45 {
  padding-right: 45px !important;
}
._mt50 {
  margin-top: 50px !important;
}
._mb50 {
  margin-bottom: 50px !important;
}
._ml50 {
  margin-left: 50px !important;
}
._mr50 {
  margin-right: 50px !important;
}
._pt50 {
  padding-top: 50px !important;
}
._pb50 {
  padding-bottom: 50px !important;
}
._pl50 {
  padding-left: 50px !important;
}
._pr50 {
  padding-right: 50px !important;
}
._mt55 {
  margin-top: 55px !important;
}
._mb55 {
  margin-bottom: 55px !important;
}
._ml55 {
  margin-left: 55px !important;
}
._mr55 {
  margin-right: 55px !important;
}
._pt55 {
  padding-top: 55px !important;
}
._pb55 {
  padding-bottom: 55px !important;
}
._pl55 {
  padding-left: 55px !important;
}
._pr55 {
  padding-right: 55px !important;
}
._mt60 {
  margin-top: 60px !important;
}
._mb60 {
  margin-bottom: 60px !important;
}
._ml60 {
  margin-left: 60px !important;
}
._mr60 {
  margin-right: 60px !important;
}
._pt60 {
  padding-top: 60px !important;
}
._pb60 {
  padding-bottom: 60px !important;
}
._pl60 {
  padding-left: 60px !important;
}
._pr60 {
  padding-right: 60px !important;
}
._mt65 {
  margin-top: 65px !important;
}
._mb65 {
  margin-bottom: 65px !important;
}
._ml65 {
  margin-left: 65px !important;
}
._mr65 {
  margin-right: 65px !important;
}
._pt65 {
  padding-top: 65px !important;
}
._pb65 {
  padding-bottom: 65px !important;
}
._pl65 {
  padding-left: 65px !important;
}
._pr65 {
  padding-right: 65px !important;
}
._mt70 {
  margin-top: 70px !important;
}
._mb70 {
  margin-bottom: 70px !important;
}
._ml70 {
  margin-left: 70px !important;
}
._mr70 {
  margin-right: 70px !important;
}
._pt70 {
  padding-top: 70px !important;
}
._pb70 {
  padding-bottom: 70px !important;
}
._pl70 {
  padding-left: 70px !important;
}
._pr70 {
  padding-right: 70px !important;
}
._mt75 {
  margin-top: 75px !important;
}
._mb75 {
  margin-bottom: 75px !important;
}
._ml75 {
  margin-left: 75px !important;
}
._mr75 {
  margin-right: 75px !important;
}
._pt75 {
  padding-top: 75px !important;
}
._pb75 {
  padding-bottom: 75px !important;
}
._pl75 {
  padding-left: 75px !important;
}
._pr75 {
  padding-right: 75px !important;
}
._mt80 {
  margin-top: 80px !important;
}
._mb80 {
  margin-bottom: 80px !important;
}
._ml80 {
  margin-left: 80px !important;
}
._mr80 {
  margin-right: 80px !important;
}
._pt80 {
  padding-top: 80px !important;
}
._pb80 {
  padding-bottom: 80px !important;
}
._pl80 {
  padding-left: 80px !important;
}
._pr80 {
  padding-right: 80px !important;
}
._mt85 {
  margin-top: 85px !important;
}
._mb85 {
  margin-bottom: 85px !important;
}
._ml85 {
  margin-left: 85px !important;
}
._mr85 {
  margin-right: 85px !important;
}
._pt85 {
  padding-top: 85px !important;
}
._pb85 {
  padding-bottom: 85px !important;
}
._pl85 {
  padding-left: 85px !important;
}
._pr85 {
  padding-right: 85px !important;
}
._mt90 {
  margin-top: 90px !important;
}
._mb90 {
  margin-bottom: 90px !important;
}
._ml90 {
  margin-left: 90px !important;
}
._mr90 {
  margin-right: 90px !important;
}
._pt90 {
  padding-top: 90px !important;
}
._pb90 {
  padding-bottom: 90px !important;
}
._pl90 {
  padding-left: 90px !important;
}
._pr90 {
  padding-right: 90px !important;
}
._mt95 {
  margin-top: 95px !important;
}
._mb95 {
  margin-bottom: 95px !important;
}
._ml95 {
  margin-left: 95px !important;
}
._mr95 {
  margin-right: 95px !important;
}
._pt95 {
  padding-top: 95px !important;
}
._pb95 {
  padding-bottom: 95px !important;
}
._pl95 {
  padding-left: 95px !important;
}
._pr95 {
  padding-right: 95px !important;
}
._mt100 {
  margin-top: 100px !important;
}
._mb100 {
  margin-bottom: 100px !important;
}
._ml100 {
  margin-left: 100px !important;
}
._mr100 {
  margin-right: 100px !important;
}
._pt100 {
  padding-top: 100px !important;
}
._pb100 {
  padding-bottom: 100px !important;
}
._pl100 {
  padding-left: 100px !important;
}
._pr100 {
  padding-right: 100px !important;
}
._w1 {
  width: 1%;
}
._w2 {
  width: 2%;
}
._w3 {
  width: 3%;
}
._w4 {
  width: 4%;
}
._w5 {
  width: 5%;
}
._w6 {
  width: 6%;
}
._w7 {
  width: 7%;
}
._w8 {
  width: 8%;
}
._w9 {
  width: 9%;
}
._w10 {
  width: 10%;
}
._w11 {
  width: 11%;
}
._w12 {
  width: 12%;
}
._w13 {
  width: 13%;
}
._w14 {
  width: 14%;
}
._w15 {
  width: 15%;
}
._w16 {
  width: 16%;
}
._w17 {
  width: 17%;
}
._w18 {
  width: 18%;
}
._w19 {
  width: 19%;
}
._w20 {
  width: 20%;
}
._w21 {
  width: 21%;
}
._w22 {
  width: 22%;
}
._w23 {
  width: 23%;
}
._w24 {
  width: 24%;
}
._w25 {
  width: 25%;
}
._w26 {
  width: 26%;
}
._w27 {
  width: 27%;
}
._w28 {
  width: 28%;
}
._w29 {
  width: 29%;
}
._w30 {
  width: 30%;
}
._w31 {
  width: 31%;
}
._w32 {
  width: 32%;
}
._w33 {
  width: 33%;
}
._w34 {
  width: 34%;
}
._w35 {
  width: 35%;
}
._w36 {
  width: 36%;
}
._w37 {
  width: 37%;
}
._w38 {
  width: 38%;
}
._w39 {
  width: 39%;
}
._w40 {
  width: 40%;
}
._w41 {
  width: 41%;
}
._w42 {
  width: 42%;
}
._w43 {
  width: 43%;
}
._w44 {
  width: 44%;
}
._w45 {
  width: 45%;
}
._w46 {
  width: 46%;
}
._w47 {
  width: 47%;
}
._w48 {
  width: 48%;
}
._w49 {
  width: 49%;
}
._w50 {
  width: 50%;
}
._w51 {
  width: 51%;
}
._w52 {
  width: 52%;
}
._w53 {
  width: 53%;
}
._w54 {
  width: 54%;
}
._w55 {
  width: 55%;
}
._w56 {
  width: 56%;
}
._w57 {
  width: 57%;
}
._w58 {
  width: 58%;
}
._w59 {
  width: 59%;
}
._w60 {
  width: 60%;
}
._w61 {
  width: 61%;
}
._w62 {
  width: 62%;
}
._w63 {
  width: 63%;
}
._w64 {
  width: 64%;
}
._w65 {
  width: 65%;
}
._w66 {
  width: 66%;
}
._w67 {
  width: 67%;
}
._w68 {
  width: 68%;
}
._w69 {
  width: 69%;
}
._w70 {
  width: 70%;
}
._w71 {
  width: 71%;
}
._w72 {
  width: 72%;
}
._w73 {
  width: 73%;
}
._w74 {
  width: 74%;
}
._w75 {
  width: 75%;
}
._w76 {
  width: 76%;
}
._w77 {
  width: 77%;
}
._w78 {
  width: 78%;
}
._w79 {
  width: 79%;
}
._w80 {
  width: 80%;
}
._w81 {
  width: 81%;
}
._w82 {
  width: 82%;
}
._w83 {
  width: 83%;
}
._w84 {
  width: 84%;
}
._w85 {
  width: 85%;
}
._w86 {
  width: 86%;
}
._w87 {
  width: 87%;
}
._w88 {
  width: 88%;
}
._w89 {
  width: 89%;
}
._w90 {
  width: 90%;
}
._w91 {
  width: 91%;
}
._w92 {
  width: 92%;
}
._w93 {
  width: 93%;
}
._w94 {
  width: 94%;
}
._w95 {
  width: 95%;
}
._w96 {
  width: 96%;
}
._w97 {
  width: 97%;
}
._w98 {
  width: 98%;
}
._w99 {
  width: 99%;
}
._w100 {
  width: 100%;
}
._a_fbox {
  display: flex;
  flex-flow: row wrap;
}
._jcc {
  justify-content: center;
}
._jcsb {
  justify-content: space-between;
}
._jcfs {
  justify-content: flex-start;
}
._jcfe {
  justify-content: flex-end;
}
._faic {
  align-items: center;
}
._fais {
  align-items: flex-start;
}
._faie {
  align-items: flex-end;
}
._fd_row {
  flex-direction: row;
}
._fd_r_reverse {
  flex-direction: row-reverse;
}
._fd_column {
  flex-direction: column;
}
._fd_c_reverse {
  flex-direction: column-reverse;
}
._fwb {
  font-weight: bold;
}
._fwn {
  font-weight: normal !important;
}
._gcg01 {
  grid-column-gap: 1%;
}
._gcg02 {
  grid-column-gap: 2%;
}
._gcg03 {
  grid-column-gap: 3%;
}
._gcg04 {
  grid-column-gap: 4%;
}
._gcg05 {
  grid-column-gap: 5%;
}
._gcg06 {
  grid-column-gap: 6%;
}
._gcg07 {
  grid-column-gap: 7%;
}
._gcg08 {
  grid-column-gap: 8%;
}
._gcg09 {
  grid-column-gap: 9%;
}
._gcg010 {
  grid-column-gap: 10%;
}
._dp-b {
  display: block;
}
._dp-ib {
  display: inline-block;
}
._dp-i {
  display: inline;
}
._txtl {
  text-align: left;
}
._txtr {
  text-align: right;
}
._txtc {
  text-align: center;
}
._fs200 {
  font-size: 200% !important;
}
._fs190 {
  font-size: 190% !important;
}
._fs180 {
  font-size: 180% !important;
}
._fs170 {
  font-size: 170% !important;
}
._fs160 {
  font-size: 160% !important;
}
._fs150 {
  font-size: 150% !important;
}
._fs145 {
  font-size: 145% !important;
}
._fs140 {
  font-size: 140% !important;
}
._fs135 {
  font-size: 135% !important;
}
._fs130 {
  font-size: 130% !important;
}
._fs125 {
  font-size: 125% !important;
}
._fs120 {
  font-size: 120% !important;
}
._fs115 {
  font-size: 115% !important;
}
._fs110 {
  font-size: 110% !important;
}
._fs105 {
  font-size: 105% !important;
}
._fs100 {
  font-size: 100% !important;
}
._fs95 {
  font-size: 95% !important;
}
._fs90 {
  font-size: 90% !important;
}
._fs85 {
  font-size: 85% !important;
}
._fs80 {
  font-size: 80% !important;
}
._fs75 {
  font-size: 75% !important;
}
._fs70 {
  font-size: 70% !important;
}
._fs65 {
  font-size: 65% !important;
}
._fs60 {
  font-size: 60% !important;
}
._fs55 {
  font-size: 55% !important;
}
._fs50 {
  font-size: 50% !important;
}
._fs45 {
  font-size: 45% !important;
}
._fs40 {
  font-size: 40% !important;
}
._fs35 {
  font-size: 35% !important;
}
._fs30 {
  font-size: 30% !important;
}
._fs25 {
  font-size: 25% !important;
}
._fs20 {
  font-size: 20% !important;
}
._fw-100 {
  font-weight: 100;
}
._fw-200 {
  font-weight: 200;
}
._fw-300 {
  font-weight: 300;
}
._fw-400 {
  font-weight: 400;
}
._fw-500 {
  font-weight: 500;
}
._fw-600 {
  font-weight: 600;
}
._fw-700 {
  font-weight: 700;
}
._fw-800 {
  font-weight: 800;
}
._fw-900 {
  font-weight: 900;
}
._box-shadow-1 {
  box-shadow: 4px 4px 8px -5px rgba(0, 0, 0, 0.35);
}
._txt-deco-none {
  text-decoration: none;
}
._txt-deco-underline {
  text-decoration: underline;
}
@media screen and (max-width: 979px) {
  ._PCblock, ._PCblock * {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  ._SPblock, ._SPblock * {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  ._sp_dp-b {
    display: block;
  }
  ._sp_dp-ib {
    display: inline-block;
  }
  ._sp_dp-i {
    display: inline;
  }
  ._sp_txtl {
    text-align: left;
  }
  ._sp_txtr {
    text-align: right;
  }
  ._sp_txtc {
    text-align: center;
  }
  ._sp_jcc {
    justify-content: center;
  }
  ._sp_jcsb {
    justify-content: space-between;
  }
  ._sp_jcfs {
    justify-content: flex-start;
  }
  ._sp_jcfe {
    justify-content: flex-end;
  }
  ._sp_mt0 {
    margin-top: 0px !important;
  }
  ._sp_mb0 {
    margin-bottom: 0px !important;
  }
  ._sp_ml0 {
    margin-left: 0px !important;
  }
  ._sp_mr0 {
    margin-right: 0px !important;
  }
  ._sp_pt0 {
    padding-top: 0px !important;
  }
  ._sp_pb0 {
    padding-bottom: 0px !important;
  }
  ._sp_pl0 {
    padding-left: 0px !important;
  }
  ._sp_pr0 {
    padding-right: 0px !important;
  }
  ._sp_mt5 {
    margin-top: 5px !important;
  }
  ._sp_mb5 {
    margin-bottom: 5px !important;
  }
  ._sp_ml5 {
    margin-left: 5px !important;
  }
  ._sp_mr5 {
    margin-right: 5px !important;
  }
  ._sp_pt5 {
    padding-top: 5px !important;
  }
  ._sp_pb5 {
    padding-bottom: 5px !important;
  }
  ._sp_pl5 {
    padding-left: 5px !important;
  }
  ._sp_pr5 {
    padding-right: 5px !important;
  }
  ._sp_mt10 {
    margin-top: 10px !important;
  }
  ._sp_mb10 {
    margin-bottom: 10px !important;
  }
  ._sp_ml10 {
    margin-left: 10px !important;
  }
  ._sp_mr10 {
    margin-right: 10px !important;
  }
  ._sp_pt10 {
    padding-top: 10px !important;
  }
  ._sp_pb10 {
    padding-bottom: 10px !important;
  }
  ._sp_pl10 {
    padding-left: 10px !important;
  }
  ._sp_pr10 {
    padding-right: 10px !important;
  }
  ._sp_mt15 {
    margin-top: 15px !important;
  }
  ._sp_mb15 {
    margin-bottom: 15px !important;
  }
  ._sp_ml15 {
    margin-left: 15px !important;
  }
  ._sp_mr15 {
    margin-right: 15px !important;
  }
  ._sp_pt15 {
    padding-top: 15px !important;
  }
  ._sp_pb15 {
    padding-bottom: 15px !important;
  }
  ._sp_pl15 {
    padding-left: 15px !important;
  }
  ._sp_pr15 {
    padding-right: 15px !important;
  }
  ._sp_mt20 {
    margin-top: 20px !important;
  }
  ._sp_mb20 {
    margin-bottom: 20px !important;
  }
  ._sp_ml20 {
    margin-left: 20px !important;
  }
  ._sp_mr20 {
    margin-right: 20px !important;
  }
  ._sp_pt20 {
    padding-top: 20px !important;
  }
  ._sp_pb20 {
    padding-bottom: 20px !important;
  }
  ._sp_pl20 {
    padding-left: 20px !important;
  }
  ._sp_pr20 {
    padding-right: 20px !important;
  }
  ._sp_mt25 {
    margin-top: 25px !important;
  }
  ._sp_mb25 {
    margin-bottom: 25px !important;
  }
  ._sp_ml25 {
    margin-left: 25px !important;
  }
  ._sp_mr25 {
    margin-right: 25px !important;
  }
  ._sp_pt25 {
    padding-top: 25px !important;
  }
  ._sp_pb25 {
    padding-bottom: 25px !important;
  }
  ._sp_pl25 {
    padding-left: 25px !important;
  }
  ._sp_pr25 {
    padding-right: 25px !important;
  }
  ._sp_mt30 {
    margin-top: 30px !important;
  }
  ._sp_mb30 {
    margin-bottom: 30px !important;
  }
  ._sp_ml30 {
    margin-left: 30px !important;
  }
  ._sp_mr30 {
    margin-right: 30px !important;
  }
  ._sp_pt30 {
    padding-top: 30px !important;
  }
  ._sp_pb30 {
    padding-bottom: 30px !important;
  }
  ._sp_pl30 {
    padding-left: 30px !important;
  }
  ._sp_pr30 {
    padding-right: 30px !important;
  }
  ._sp_mt35 {
    margin-top: 35px !important;
  }
  ._sp_mb35 {
    margin-bottom: 35px !important;
  }
  ._sp_ml35 {
    margin-left: 35px !important;
  }
  ._sp_mr35 {
    margin-right: 35px !important;
  }
  ._sp_pt35 {
    padding-top: 35px !important;
  }
  ._sp_pb35 {
    padding-bottom: 35px !important;
  }
  ._sp_pl35 {
    padding-left: 35px !important;
  }
  ._sp_pr35 {
    padding-right: 35px !important;
  }
  ._sp_mt40 {
    margin-top: 40px !important;
  }
  ._sp_mb40 {
    margin-bottom: 40px !important;
  }
  ._sp_ml40 {
    margin-left: 40px !important;
  }
  ._sp_mr40 {
    margin-right: 40px !important;
  }
  ._sp_pt40 {
    padding-top: 40px !important;
  }
  ._sp_pb40 {
    padding-bottom: 40px !important;
  }
  ._sp_pl40 {
    padding-left: 40px !important;
  }
  ._sp_pr40 {
    padding-right: 40px !important;
  }
  ._sp_mt45 {
    margin-top: 45px !important;
  }
  ._sp_mb45 {
    margin-bottom: 45px !important;
  }
  ._sp_ml45 {
    margin-left: 45px !important;
  }
  ._sp_mr45 {
    margin-right: 45px !important;
  }
  ._sp_pt45 {
    padding-top: 45px !important;
  }
  ._sp_pb45 {
    padding-bottom: 45px !important;
  }
  ._sp_pl45 {
    padding-left: 45px !important;
  }
  ._sp_pr45 {
    padding-right: 45px !important;
  }
  ._sp_mt50 {
    margin-top: 50px !important;
  }
  ._sp_mb50 {
    margin-bottom: 50px !important;
  }
  ._sp_ml50 {
    margin-left: 50px !important;
  }
  ._sp_mr50 {
    margin-right: 50px !important;
  }
  ._sp_pt50 {
    padding-top: 50px !important;
  }
  ._sp_pb50 {
    padding-bottom: 50px !important;
  }
  ._sp_pl50 {
    padding-left: 50px !important;
  }
  ._sp_pr50 {
    padding-right: 50px !important;
  }
  ._sp_mt55 {
    margin-top: 55px !important;
  }
  ._sp_mb55 {
    margin-bottom: 55px !important;
  }
  ._sp_ml55 {
    margin-left: 55px !important;
  }
  ._sp_mr55 {
    margin-right: 55px !important;
  }
  ._sp_pt55 {
    padding-top: 55px !important;
  }
  ._sp_pb55 {
    padding-bottom: 55px !important;
  }
  ._sp_pl55 {
    padding-left: 55px !important;
  }
  ._sp_pr55 {
    padding-right: 55px !important;
  }
  ._sp_mt60 {
    margin-top: 60px !important;
  }
  ._sp_mb60 {
    margin-bottom: 60px !important;
  }
  ._sp_ml60 {
    margin-left: 60px !important;
  }
  ._sp_mr60 {
    margin-right: 60px !important;
  }
  ._sp_pt60 {
    padding-top: 60px !important;
  }
  ._sp_pb60 {
    padding-bottom: 60px !important;
  }
  ._sp_pl60 {
    padding-left: 60px !important;
  }
  ._sp_pr60 {
    padding-right: 60px !important;
  }
  ._sp_mt65 {
    margin-top: 65px !important;
  }
  ._sp_mb65 {
    margin-bottom: 65px !important;
  }
  ._sp_ml65 {
    margin-left: 65px !important;
  }
  ._sp_mr65 {
    margin-right: 65px !important;
  }
  ._sp_pt65 {
    padding-top: 65px !important;
  }
  ._sp_pb65 {
    padding-bottom: 65px !important;
  }
  ._sp_pl65 {
    padding-left: 65px !important;
  }
  ._sp_pr65 {
    padding-right: 65px !important;
  }
  ._sp_mt70 {
    margin-top: 70px !important;
  }
  ._sp_mb70 {
    margin-bottom: 70px !important;
  }
  ._sp_ml70 {
    margin-left: 70px !important;
  }
  ._sp_mr70 {
    margin-right: 70px !important;
  }
  ._sp_pt70 {
    padding-top: 70px !important;
  }
  ._sp_pb70 {
    padding-bottom: 70px !important;
  }
  ._sp_pl70 {
    padding-left: 70px !important;
  }
  ._sp_pr70 {
    padding-right: 70px !important;
  }
  ._sp_mt75 {
    margin-top: 75px !important;
  }
  ._sp_mb75 {
    margin-bottom: 75px !important;
  }
  ._sp_ml75 {
    margin-left: 75px !important;
  }
  ._sp_mr75 {
    margin-right: 75px !important;
  }
  ._sp_pt75 {
    padding-top: 75px !important;
  }
  ._sp_pb75 {
    padding-bottom: 75px !important;
  }
  ._sp_pl75 {
    padding-left: 75px !important;
  }
  ._sp_pr75 {
    padding-right: 75px !important;
  }
  ._sp_mt80 {
    margin-top: 80px !important;
  }
  ._sp_mb80 {
    margin-bottom: 80px !important;
  }
  ._sp_ml80 {
    margin-left: 80px !important;
  }
  ._sp_mr80 {
    margin-right: 80px !important;
  }
  ._sp_pt80 {
    padding-top: 80px !important;
  }
  ._sp_pb80 {
    padding-bottom: 80px !important;
  }
  ._sp_pl80 {
    padding-left: 80px !important;
  }
  ._sp_pr80 {
    padding-right: 80px !important;
  }
  ._sp_mt85 {
    margin-top: 85px !important;
  }
  ._sp_mb85 {
    margin-bottom: 85px !important;
  }
  ._sp_ml85 {
    margin-left: 85px !important;
  }
  ._sp_mr85 {
    margin-right: 85px !important;
  }
  ._sp_pt85 {
    padding-top: 85px !important;
  }
  ._sp_pb85 {
    padding-bottom: 85px !important;
  }
  ._sp_pl85 {
    padding-left: 85px !important;
  }
  ._sp_pr85 {
    padding-right: 85px !important;
  }
  ._sp_mt90 {
    margin-top: 90px !important;
  }
  ._sp_mb90 {
    margin-bottom: 90px !important;
  }
  ._sp_ml90 {
    margin-left: 90px !important;
  }
  ._sp_mr90 {
    margin-right: 90px !important;
  }
  ._sp_pt90 {
    padding-top: 90px !important;
  }
  ._sp_pb90 {
    padding-bottom: 90px !important;
  }
  ._sp_pl90 {
    padding-left: 90px !important;
  }
  ._sp_pr90 {
    padding-right: 90px !important;
  }
  ._sp_mt95 {
    margin-top: 95px !important;
  }
  ._sp_mb95 {
    margin-bottom: 95px !important;
  }
  ._sp_ml95 {
    margin-left: 95px !important;
  }
  ._sp_mr95 {
    margin-right: 95px !important;
  }
  ._sp_pt95 {
    padding-top: 95px !important;
  }
  ._sp_pb95 {
    padding-bottom: 95px !important;
  }
  ._sp_pl95 {
    padding-left: 95px !important;
  }
  ._sp_pr95 {
    padding-right: 95px !important;
  }
  ._sp_mt100 {
    margin-top: 100px !important;
  }
  ._sp_mb100 {
    margin-bottom: 100px !important;
  }
  ._sp_ml100 {
    margin-left: 100px !important;
  }
  ._sp_mr100 {
    margin-right: 100px !important;
  }
  ._sp_pt100 {
    padding-top: 100px !important;
  }
  ._sp_pb100 {
    padding-bottom: 100px !important;
  }
  ._sp_pl100 {
    padding-left: 100px !important;
  }
  ._sp_pr100 {
    padding-right: 100px !important;
  }
  ._sp_w1 {
    width: 1%;
  }
  ._sp_w2 {
    width: 2%;
  }
  ._sp_w3 {
    width: 3%;
  }
  ._sp_w4 {
    width: 4%;
  }
  ._sp_w5 {
    width: 5%;
  }
  ._sp_w6 {
    width: 6%;
  }
  ._sp_w7 {
    width: 7%;
  }
  ._sp_w8 {
    width: 8%;
  }
  ._sp_w9 {
    width: 9%;
  }
  ._sp_w10 {
    width: 10%;
  }
  ._sp_w11 {
    width: 11%;
  }
  ._sp_w12 {
    width: 12%;
  }
  ._sp_w13 {
    width: 13%;
  }
  ._sp_w14 {
    width: 14%;
  }
  ._sp_w15 {
    width: 15%;
  }
  ._sp_w16 {
    width: 16%;
  }
  ._sp_w17 {
    width: 17%;
  }
  ._sp_w18 {
    width: 18%;
  }
  ._sp_w19 {
    width: 19%;
  }
  ._sp_w20 {
    width: 20%;
  }
  ._sp_w21 {
    width: 21%;
  }
  ._sp_w22 {
    width: 22%;
  }
  ._sp_w23 {
    width: 23%;
  }
  ._sp_w24 {
    width: 24%;
  }
  ._sp_w25 {
    width: 25%;
  }
  ._sp_w26 {
    width: 26%;
  }
  ._sp_w27 {
    width: 27%;
  }
  ._sp_w28 {
    width: 28%;
  }
  ._sp_w29 {
    width: 29%;
  }
  ._sp_w30 {
    width: 30%;
  }
  ._sp_w31 {
    width: 31%;
  }
  ._sp_w32 {
    width: 32%;
  }
  ._sp_w33 {
    width: 33%;
  }
  ._sp_w34 {
    width: 34%;
  }
  ._sp_w35 {
    width: 35%;
  }
  ._sp_w36 {
    width: 36%;
  }
  ._sp_w37 {
    width: 37%;
  }
  ._sp_w38 {
    width: 38%;
  }
  ._sp_w39 {
    width: 39%;
  }
  ._sp_w40 {
    width: 40%;
  }
  ._sp_w41 {
    width: 41%;
  }
  ._sp_w42 {
    width: 42%;
  }
  ._sp_w43 {
    width: 43%;
  }
  ._sp_w44 {
    width: 44%;
  }
  ._sp_w45 {
    width: 45%;
  }
  ._sp_w46 {
    width: 46%;
  }
  ._sp_w47 {
    width: 47%;
  }
  ._sp_w48 {
    width: 48%;
  }
  ._sp_w49 {
    width: 49%;
  }
  ._sp_w50 {
    width: 50%;
  }
  ._sp_w51 {
    width: 51%;
  }
  ._sp_w52 {
    width: 52%;
  }
  ._sp_w53 {
    width: 53%;
  }
  ._sp_w54 {
    width: 54%;
  }
  ._sp_w55 {
    width: 55%;
  }
  ._sp_w56 {
    width: 56%;
  }
  ._sp_w57 {
    width: 57%;
  }
  ._sp_w58 {
    width: 58%;
  }
  ._sp_w59 {
    width: 59%;
  }
  ._sp_w60 {
    width: 60%;
  }
  ._sp_w61 {
    width: 61%;
  }
  ._sp_w62 {
    width: 62%;
  }
  ._sp_w63 {
    width: 63%;
  }
  ._sp_w64 {
    width: 64%;
  }
  ._sp_w65 {
    width: 65%;
  }
  ._sp_w66 {
    width: 66%;
  }
  ._sp_w67 {
    width: 67%;
  }
  ._sp_w68 {
    width: 68%;
  }
  ._sp_w69 {
    width: 69%;
  }
  ._sp_w70 {
    width: 70%;
  }
  ._sp_w71 {
    width: 71%;
  }
  ._sp_w72 {
    width: 72%;
  }
  ._sp_w73 {
    width: 73%;
  }
  ._sp_w74 {
    width: 74%;
  }
  ._sp_w75 {
    width: 75%;
  }
  ._sp_w76 {
    width: 76%;
  }
  ._sp_w77 {
    width: 77%;
  }
  ._sp_w78 {
    width: 78%;
  }
  ._sp_w79 {
    width: 79%;
  }
  ._sp_w80 {
    width: 80%;
  }
  ._sp_w81 {
    width: 81%;
  }
  ._sp_w82 {
    width: 82%;
  }
  ._sp_w83 {
    width: 83%;
  }
  ._sp_w84 {
    width: 84%;
  }
  ._sp_w85 {
    width: 85%;
  }
  ._sp_w86 {
    width: 86%;
  }
  ._sp_w87 {
    width: 87%;
  }
  ._sp_w88 {
    width: 88%;
  }
  ._sp_w89 {
    width: 89%;
  }
  ._sp_w90 {
    width: 90%;
  }
  ._sp_w91 {
    width: 91%;
  }
  ._sp_w92 {
    width: 92%;
  }
  ._sp_w93 {
    width: 93%;
  }
  ._sp_w94 {
    width: 94%;
  }
  ._sp_w95 {
    width: 95%;
  }
  ._sp_w96 {
    width: 96%;
  }
  ._sp_w97 {
    width: 97%;
  }
  ._sp_w98 {
    width: 98%;
  }
  ._sp_w99 {
    width: 99%;
  }
  ._sp_w100 {
    width: 100%;
  }
  ._sp_fs200 {
    font-size: 200% !important;
  }
  ._sp_fs150 {
    font-size: 150% !important;
  }
  ._sp_fs145 {
    font-size: 145% !important;
  }
  ._sp_fs140 {
    font-size: 140% !important;
  }
  ._sp_fs135 {
    font-size: 135% !important;
  }
  ._sp_fs130 {
    font-size: 130% !important;
  }
  ._sp_fs125 {
    font-size: 125% !important;
  }
  ._sp_fs120 {
    font-size: 120% !important;
  }
  ._sp_fs115 {
    font-size: 115% !important;
  }
  ._sp_fs110 {
    font-size: 110% !important;
  }
  ._sp_fs105 {
    font-size: 105% !important;
  }
  ._sp_fs100 {
    font-size: 100% !important;
  }
  ._sp_fs95 {
    font-size: 95% !important;
  }
  ._sp_fs90 {
    font-size: 90% !important;
  }
  ._sp_fs85 {
    font-size: 85% !important;
  }
  ._sp_fs80 {
    font-size: 80% !important;
  }
  ._sp_fs75 {
    font-size: 75% !important;
  }
  ._sp_fs70 {
    font-size: 70% !important;
  }
  ._sp_fs65 {
    font-size: 65% !important;
  }
  ._sp_fs60 {
    font-size: 60% !important;
  }
  ._sp_fs55 {
    font-size: 55% !important;
  }
  ._sp_fs50 {
    font-size: 50% !important;
  }
  ._sp_fs45 {
    font-size: 45% !important;
  }
  ._sp_fs40 {
    font-size: 40% !important;
  }
  ._sp_fs35 {
    font-size: 35% !important;
  }
  ._sp_fs30 {
    font-size: 30% !important;
  }
  ._sp_fs25 {
    font-size: 25% !important;
  }
  ._sp_fs20 {
    font-size: 20% !important;
  }
}
#scroll-to-top-btn {
  background-color: #1B6B98;
  width: 15%;
  min-width: 100px;
  max-width: 212px;
  position: fixed;
  bottom: 26px;
  right: 0;
  display: flex;
  flex-flow: column;
  grid-row-gap: 20px;
  padding: 1rem;
  z-index: 3;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 3px 6px #00000029;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .DSmenu, .action .DSmenu, .DSbtn *, .DSbtn *:before, .DSbtn *:after {
    transition-duration: 0.3s;
  }
  .DSmenu {
    background-color: #303030;
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    z-index: 9;
  }
  .DSmenu #mainNavi {
    height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .DSmenu #mainNavi::-webkit-scrollbar {
    display: none;
  }
  .DSmenu._temp1 {
    width: 90%;
    max-width: 900px;
  }
  .action .DSmenu {
    right: 0;
  }
  .DSbtn p {
    top: 4px;
    right: 5%;
    width: 30px;
    height: 50px;
    cursor: pointer;
    border-radius: 0;
    position: fixed;
    z-index: 10;
    overflow: hidden;
  }
  .DSbtn p > span, .DSbtn p > span:before, .DSbtn p > span:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 16px;
    height: 4px;
    margin: 5px auto 0;
    background-color: white;
    box-sizing: border-box;
  }
  .DSbtn p > span:before {
    top: -16px;
  }
  .DSbtn p > span:after {
    top: 6px;
  }
  .DSbtn > span {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    pointer-events: none;
    z-index: 9;
    top: 0;
  }
  .DSbtn._temp1 > span {
    width: 100%;
    right: 0;
  }
  .action .DSbtn p span {
    width: 0;
    height: 0;
  }
  .action .DSbtn p span:before {
    width: 36px;
    top: -5px;
    left: -4px;
    transform: rotate(45deg);
    background-color: white;
  }
  .action .DSbtn p span:after {
    width: 36px;
    top: -5px;
    left: -4px;
    transform: rotate(-45deg);
    background-color: white;
  }
  .action .DSbtn > span {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: inherit;
  }
}
@media screen and (min-width: 1200px) {
  ._temp1 nav {
    position: fixed;
    width: 95%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 6;
  }
  ._temp1 nav > ul {
    height: 110px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    grid-column-gap: 1%;
    align-items: center;
    position: relative;
    transition:0.3s;
  }
  ._temp1 nav > ul > li > a,
  ._temp1 nav > ul > li > span {
    display: block;
    padding: 0.25em 0.5em;
    font-weight: 400;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: clamp(16px, 1.3vw, 17px);
    letter-spacing: 2px;
    transition: 0.3s;
  }
  ._temp1 nav > ul > li > a:hover, ._temp1 nav > ul > li > span:hover {
    opacity: 0.7;
  }
  ._temp1 nav > ul > li.dropdown > div {
    position: absolute;
    overflow: hidden;
    transition: 0.3s;
    pointer-events: none;
    margin-top: -10px;
    opacity: 0;
    padding: 0.7em 0;
  }
  ._temp1 nav > ul > li.dropdown > div > a, ._temp1 nav > ul > li.dropdown > div > span {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
    font-size: clamp(14px, 1.125vw, 18px);
    white-space: nowrap;
    position: relative;
  }
  ._temp1 nav > ul > li.dropdown:hover > a, ._temp1 nav > ul > li.dropdown:hover > span {
    opacity: 0.8;
  }
  ._temp1 nav > ul > li.dropdown:hover > div, ._temp1 nav > ul > li.dropdown.ddh > div {
    pointer-events: inherit;
    opacity: 1;
    margin-top: 0;
  }
  ._temp1 nav > ul > li.dropdown.ddh > div:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
  }
  ._temp1 nav > ul._cva01 > li > * {
    color: #343434;
  }
  .active03 ._temp1 nav > ul{
    height:50px;
  }
}
@media screen and (max-width: 1200px) {
  ._temp1 nav {
    width: 80%;
    margin: 0 auto;
    padding-top: 5em;
  }
  ._temp1 nav > ul > li > a {
    display: block;
    color: white;
    font-size: clamp(17px, 2vw, 22px);
    text-decoration: none;
    padding: 1.25em 0;
  }
  ._temp1 nav > ul > li:first-child > a {
    border-top:solid 1px rgba(255,255,255,0.15);
  }
  ._temp1 nav > ul > li:not(._sp_mt15) > a {
    border-bottom:solid 1px rgba(255,255,255,0.15);
  }
  ._temp1 nav > ul > li > div {
    padding: 0.5em 0;
    height: inherit !important;
    margin: inherit !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent !important;
  }
  ._temp1 nav > ul > li > div a {
    display: block;
    color: white;
    font-size: clamp(17px, 2vw, 22px);
    text-decoration: none;
    padding: 0.25em 0;
    margin-left: 1em;
  }
  ._temp1 nav > ul > li > div a:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  ._temp1 nav > ul:after {
    content: "";
    display: block;
    width: 100%;
    height: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .active03 ._temp1 ul._cva01 a {
    color: white;
  }
}
@media screen and (max-width: 980px) {
  section {
    padding: 2rem 0;
  }
}
header._header-s1 {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 5%;
  position: fixed;
  height: 110px;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 5;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header._header-s1 {
    position: fixed;
    background-color: rgb(48, 48, 48, 0.8);
    width: 100%;
    height: 54px;
    overflow: hidden;
    z-index: 2;
  }
}
header._header-s1 h1 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .active03 header._header-s1 {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    transition: 0.3s;
    height: 50px;
  }
}
a._link-button {
  display: inline-block;
  color: white;
  text-shadow: none;
  text-decoration: none;
  border-radius: 10px;
  padding: 1rem;
  width:100%;
  text-align:center;
}
._temp1 nav a._link-button {
  text-align: center;
  line-height: 1;
  padding: .75em 1.5em;
}
@media screen and (min-width:600px) {
  ._temp1 nav a._link-button {
    min-width:clamp(100px,18vw,300px);
  }
}
@media(min-width:979px){
  a._link-button.___ad01 {
    max-width:420px;
    font-size:120%;
  }
}
._temp1 nav a span._icon_icon_mail {
  background-image: url(../img/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 25px 17px;
  background-position: 0 center;
  padding: 0 0 0 45px;
  font-weight:500;
  letter-spacing:0.05em;
}
._temp1 nav a span._icon_icon_tel {
  background-image: url(../img/icon_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 center;
  padding: 0 0 0 25px;
  font-weight:500;
  letter-spacing:0.025em;
}
footer ._logo {
  margin: 0 auto;
}
._footer-s1 section {
  padding: 3em 0 2em;
  border-top: 5px solid white;
}
._footer-s1 section ._f-fbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
._footer-s1 section ._f-fbox ._fbox01 h2 {
  margin-bottom: 1em;
}
._footer-s1 section ._f-fbox ._fbox01 h2.sample1 a {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #343434;
  text-decoration: none;
  font-size: 150%;
  font-weight: bold;
}
._footer-s1 section ._f-fbox ._fbox01 p {
  line-height: 1.5;
}
._footer-s1 section ._f-fbox ._fbox01 p ._sptel, ._footer-s1 section ._f-fbox ._fbox01 p ._sptel * {
  font-size: inherit;
  text-decoration: none;
}
.f_copy {
  font-size: 13px;
  text-align: center;
  background-color: #272727;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (max-width: 980px) {
  ._footer-s1 section div {
    width: 90%;
    margin: 0 auto;
  }
  ._footer-s1 section ._f-fbox {
    display: block;
  }
  ._footer-s1 section ._f-fbox ._fbox01 h2.sample1 a {
    margin: 0 auto;
  }
  ._footer-s1 section ._f-fbox ._fbox01 p {
    text-align: center;
  }
  ._footer-s1 section ._f-fbox ._fbox01 p ._sptel, ._footer-s1 section ._f-fbox ._fbox01 p ._sptel *, ._sptel a {
    font-size: inherit;
    text-decoration: none;
  }
}
.__bg01 {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.__bg01:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 980px) {
  .__bg01 {
    background-size: auto 100%;
  }
}
/*Key Visual*/
._main-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  max-height:clamp(591px,97vw,910px);
  overflow: hidden;
}
._main-img ul {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  ._main-img ul {
    height: 100vh;
  }
  ._main-img picture, ._main-img img {
    object-position: 90% 50%;
  }
}
._main-img ul li {
  width: 100% !important;
}
._main-img picture, ._main-img img {
  min-width: 100%;
  width: auto;
  height:100vh;
  max-height:clamp(591px,97vw,910px);
  bottom: 0;
  margin: auto 0;
  object-fit: cover;
}
._main-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%; /*background-color: rgba(0, 0, 0, 0.25);*/ pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
._main-img .main-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
  margin: 0 auto;
  padding: 0 3% 3rem;
}
.main-txt > div > div {
  padding-left: 3%;
  background-color: rgb(0, 0, 0, 0.6);
  backdrop-filter: blur(7px);
  color: white;
  padding:1.2rem min(4vw,3rem);
}
._main-img .main-txt ._main-txt-1 {
  background-image: url(../img/top/_main-txt-1_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 338 / 205;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
._main-img .main-txt ._main-txt-2, ._main-img .main-txt ._main-txt-3 {
  text-shadow: 0px 0px 6px rgb(255, 212, 65, 0.8);
  line-height: 1.5;
}
._main-img .main-txt ._main-txt-2 {
  font-size: clamp(10px, 1.6vw, 18px);
}
._main-img .main-txt ._main-txt-3 {
  font-size: clamp(31px, 4vw, 53px);
}
@media screen and (max-width:979px) {
  ._main-img .main-txt ._main-txt-1 {
    position: absolute;
    top: 80px;
    right: 0;
    width: 84%;
    max-width:615px
  }
  ._main-img .main-txt ._main-txt-2{
    font-size:min(3.25vw,18px);
  }
  ._main-img .main-txt ._main-txt-3{
    font-size:min(9vw,53px);
  }
  ._main-img .main-txt .___ad01{
    padding:min(6vw,31px) 0;
  }
}
@media screen and (min-width:980px) {
  .main-txt > div > div {
    margin: 2rem 0 0 2rem;
    padding: clamp(2rem,3.5vw,3rem) clamp(2rem,6vw,5rem);
    max-width:831px;
  }
  ._main-img .main-txt ._main-txt-1 {
    background-image: url(../img/top/_main-txt-1_pc.png);
    aspect-ratio: 1833 / 460;
  }
  ._main-img .main-txt ._main-txt-3 {
    letter-spacing: 0.5rem;
    margin-bottom:0.15em;
  }
  ._main-img .main-txt ._main-txt-4 {
    max-width:600px;
  }
}
/*section*/
section {
  width: 100%;
  position: relative;
  padding: 3rem 0;
}
._con-w01 > div {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
._con-w02 > div {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
._con-w03 > div {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
._con-w04 > div {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
._con-w05 > div {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}
._con-w06 > div {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
#sec-02 {
  background-image: url(../img/top/bg_sec-02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
._con-w01 .__publication div > div:nth-child(2) {
  margin-bottom:clamp(35px,7.0vw,70px);
}
#sec-02 > ._a_fbox > div, .__publication ._shadow {
  padding: 3rem 4rem;
  box-shadow: 6px 6px 12px rgb(0, 0, 0, 0.16);
}
@media screen and (max-width:980px) {
  #sec-02 > ._a_fbox > div, .__publication ._shadow {
    padding: 3rem 1rem;
  }
}
._bg-instagram {
  background-image: url(../img/top/_bg-instagram.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
._bg-contact {
  background-image: url(../img/top/_bg-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*title*/
.__title01 {
  font-size: clamp(25px, 6vw, 30px);
  margin-bottom: 1rem;
  letter-spacing:0.02em;
}
h3.__title01, .__title01 + h3, .__title01 + h4 {
  font-size: clamp(30px, 2.8vw, 39px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.__title02 {
  font-size: clamp(21px, 2.9vw, 32px);
  font-weight: bold;
}
._page-title1 .__title02 {
  font-size: clamp(32px, 2.9vw, 52px);
  border-bottom: 1px solid white;
  max-width: 440px;
  font-weight:500;
  line-height:1.3;
  margin-bottom:5px;
}
.__title01 + h3 {
  font-size: clamp(28px, 2.8vw, 37px);
  letter-spacing:0.01em;
}
.__title01 + h3 small {
  font-size: 95%;
}
.__title03 {
  font-size: 110%;
  font-weight: 600;
  color: #1B6B98;
  border-bottom: 1px solid #1B6B98;
}
.head-border {
  display: flex;
  align-items: center;
}
.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: white;
}
.head-border:before {
  margin-right: 2rem;
}
.head-border:after {
  margin-left: 2rem;
}
.icon_instagram {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-image: url(../img/material/icon_instagram.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
}
._seminar-title > p._link-button span {
  display: block;
  background-color: #0C2C3E;
  color: white;
  font-size: clamp(29px, 1.3vw, 34px);
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem 2rem;
}
@media screen and (min-width:980px) {
  ._seminar-title {
    background-image: url(../img/top/_seminar-title.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 2530 / 653;
    position: relative;
    display: flex;
    align-items: center;
  }
  ._seminar-title > p._link-button span {
    width: 500px;
    height: 100px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }
  .heading-with-line {
    position: relative;
    padding-left: 1.25em; /* 見出しの文字と線の間隔 */
    line-height: 1.2;
  }
  .heading-with-line::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 35px; /* 横棒の長さ */
    height: 2px; /* 横棒の太さ */
    background-color: #EFA8CE; /* 横棒の色 */
    transform: translateY(-50%);
    margin-right:0.25em;
  }
  .__profile .heading-with-line::before {
    background-color: white;
  }
}
@media screen and (max-width:979px) {
  ._seminar-title {
    background-image: url(../img/top/_seminar-title_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:clamp(252px,39vw,500px);
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  ._seminar-title > p._link-button{
    height:100%;
    display:flex;
    align-items:center;
  }
  ._seminar-title > p._link-button span{
    padding:0.75em;
  }
  .heading-with-line {
    position: relative;
    padding-right: 1.4em; /* 見出しの文字と線の間隔 */
    line-height: 1.2;
  }
  .heading-with-line::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    width: calc(100% - clamp(5.5rem,23vw,7rem)); /* 横棒の長さ */
    height: 2px; /* 横棒の太さ */
    background-color: #EFA8CE; /* 横棒の色 */
    transform: translateY(-50%);
  }
}
@media screen and (max-width:600px) {
  ._seminar-title > p._link-button{
    align-items:flex-end;
  }
}
.__profile .heading-with-line::after {
  width:calc(100% - clamp(9.5rem,37vw,12rem)); /* 横棒の長さ */
  background-color: white; /* 横棒の色 */
}
.videoframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.videoframe video, .videoframe iframe {
  width: 100%;
  height: 100%;
}
.__img01 {
  width: 100%;
  height: 100%;
}
.__img01 img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .__img01 img {
    height: auto;
  }
}
/*list*/
.__list01 > li {
  border-top: 1px solid #B4B4B4;
  padding: 1.5rem 0;
}
.__list01 > li:last-child {
  border-bottom: 1px solid #B4B4B4;
}
.__list02 > li {
  box-shadow: 6px 6px 12px rgb(0, 0, 0, 0.16);
  padding: 2rem 1rem;
  margin-bottom: 15px;
}
.__list02 > li > h3 {
  color: #DB72AA;
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 0.7em;
}
ul._seminar-list li {
  border: 1px solid #3C95C8;
  padding: 5px;
  margin: 0 0 30px;
}
ul._seminar-list li > h3 {
  background-color: #289BDC;
  color: white;
  font-size: clamp(15px, 1.6vw, 21px);
  font-weight: 600;
  padding: 1rem;
}
ul._seminar-list li > table {
  width: 100%;
}
ul._seminar-list li > table tr th, ul._seminar-list li > table tr td {
  border-top: 5px solid white;
}
ul._seminar-list li > table tr td {
  color: #343434;
  width: 75%;
}
@media screen and (min-width:1200px) {
  ul._seminar-list li > h3, ul._seminar-list li > table tr th, ul._seminar-list li > table tr td {
    padding: 1rem 2rem;
  }
  ul._seminar-list li > table tr th {
    background-color: #289BDC;
    color: white;
    text-align: center;
    vertical-align: middle;
    width: 25%;
  }
}
@media screen and (max-width:1399px) {
  ul._seminar-list li > table tr th, ul._seminar-list li > table tr td {
    display: block;
    width: 100%;
    padding: 0.5rem;
  }
  ul._seminar-list li > table tr th {
    color: #289BDC
  }
}
/*form*/
@media screen and (min-width:1200px) {
  .__a_form01 {
    padding: 6rem 2rem;
    box-shadow: 6px 6px 12px rgb(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 979px) {
  .__a_form01 {
    padding: 0 1rem 3rem;
  }
  .__form-sub {
    border-left: solid 9px #8A92B9;
    margin: 15px 0 0;
    padding: 0 0 0 0.5rem;
    font-weight: 600;
    width:95%;
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
}
.__a_form01 dl._b-b-1 {
  border-bottom: 1px solid #9A9A9A;
}
.__a_form01 dl dt {
  display: flex;
  position: relative;
  font-weight: normal;
}
/*.__a_form01 dl dt label {align-self: center;padding: 1em 2em;}*/
.__a_form01.__va01 label i {
  display: inline-block;
  padding: 5px 3%;
  font-size: clamp(12px, 0.7vw, 15px);
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  font-weight: 700;
  font-style: normal;
}
.__form-select01 {
  position: relative;
}
.__form-select01 select {
  background-image: url(../img/material/angle-down-solid.svg);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 25px 25px;
}
.__form-radio01 .wpcf7-list-item {
  display: initial;
  margin: auto;
}
.__form-radio01 label {
  display: block;
  width: 100%;
}
.__form-radio01 > span {
  display: block;
}
.__form-radio01 > span label {
  cursor: pointer;
}
.__form-radio01 > span label input[type="radio"] {
  margin-right: 0.4rem;
  position: relative;
  top: -2px;
}
.__form-btn01 {
  max-width: 416px;
  display: inline-block;
  padding: 1.25rem 0px;
  border-radius: 10px;
  font-size: clamp(20px, 1.25vw, 24px);
  text-align: center;
  color: #FFFFFF;
  transition: .2s ease-in-out;
}
.__form-btn01:hover {
  opacity: 0.8;
}
.__form-va01 {
  font-size: clamp(16px, 1.7vw, 17px)!important;
  border: solid 2px #8A92B9!important;
  border-radius: 5px!important;
  padding: 5px 3%!important;
}
@media(max-width:979px){
  .__form-va01 {
    padding:10px 3%!important;
  }
}
textarea.__form-va01 {
  height: 250px;
  min-height: 150px;
  max-width: 100%;
}
.__btn01 {
  text-align: center;
}
.__btn01 a {
  display: inline-block;
  border-radius: 30px;
  border: solid 1px #343434;
  text-decoration: none;
  padding: 1em 1em;
  min-width: 175px;
  font-size: clamp(13px, 0.9vw, 18px);
  line-height: 1.2;
  font-weight: bold;
  background-color: white;
}
@media(max-width:979px){
  .__form-radio01 label{
    padding:5px 0 5px 0.5em;
    border:solid 2px #efefef;
    border-radius:3px;
    margin-bottom:2px;
    display:block;
    width:100%;
  }
  .__form-radio01 + p{
    margin-top:35px;
  }
}
/* カスタムラジオ全体ラベル */
.custom-radio, .__form-radio01 .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 28px; /* 丸を表示するスペース */
}
/* 白丸・外側 */
.custom-radio::before, .__form-radio01 .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #8A92B9; /* 外枠の色 */
  border-radius: 50%;
  background-color: white;
  box-sizing: border-box;
}
/* ◎の中の塗りつぶし丸 */
input[type="radio"]:checked + .custom-radio::after, input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #8A92B9; /* 内側の色 */
  border-radius: 50%;
}
/* ラベルとカスタムボックス */
/* 本体を非表示にして独自スタイルを上に乗せる */
/* ラベルの中でカスタム表示する */
/* チェックされたとき ☑ を表示 */
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: "✔";
  font-size: 14px;
  color: #8A92B9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/*button*/
._amazon-link a {
  display: block;
  background-color: #434343;
  color: white;
  text-decoration: none;
  width: 300px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  background-image: url(../img/amazon_link.png);
  background-repeat: no-repeat;
  background-size: 61px 18.5px;
  background-position: 15px 25px;
  padding: 0 0 0 1rem;
}
._amazon-link a._w100 {
  width: 100%;
}
._link-button2 {
  display: block;
  background-color: #1B6B98;
  color: white;
  text-decoration: none;
  text-align: center;
  max-width: 400px;
  line-height: 1;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  margin: auto;
}
.__btn01 {
  text-align: center;
}
.__btn01 a {
  display: inline-block;
  border-radius: 30px;
  border: solid 1px #343434;
  text-decoration: none;
  padding: 1em 1em;
  min-width: 175px;
  font-size: clamp(13px, 0.9vw, 18px);
  line-height: 1.2;
  font-weight: bold;
  background-color: white;
}
.__emp-box01 {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 1em 2em;
}
.__map01 {
  width: 100%;
  height: 350px;
}
.__map01 iframe {
  width: 100%;
  height: 100%;
}
._comment {
  padding: 1rem;
}
.material-icons {
  display: inline-flex;
  vertical-align: middle;
}
table._price {
  border-collapse: collapse;
}
table._price th, table._price td {
  padding: 0.5em 1em;
  vertical-align: middle;
  border: 1px solid #8f8f8f;
}
table._price th {
  vertical-align: middle;
  background-color: darkred;
  color: white;
}
table._price td {
  background-color: white;
}
table._price tr._bgcolor-lightgray td {
  background-color: #f2f2f2;
}
.List li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0.25em 1.5em;
  margin: 0;
}
.List li .coron {
  position: absolute;
  top: 0;
  left: 0;
}
table._aboutARECA {
  font-size: clamp(24px, 1.6vw, 40px);
  margin: 0 auto;
}
table._aboutARECA th, table._aboutARECA td {
  vertical-align: middle;
}
table._aboutARECA th {
  color: #c1af43;
}
dl._aboutARECA > dd {
  width: 80%;
}
._b-w-1 {
  border: 1px solid rgb(255, 255, 255, 1);
  padding: 1rem;
  border-radius: 6px;
  background-color: rgb(255, 255, 255, 0.4);
}
ul.__link01 li {
  margin-top: 0.5em;
  border-bottom: 1px dashed rgb(0, 0, 0, 0.4);
  padding-bottom: 0.5em;
  opacity: 1;
}
ul.__link01 li:last-child {
  border-bottom: none;
}
ul.__link01 li a {
  display: inline-block;
  margin: 0 0 0 1em;
  background-color: darkred;
  color: white;
  text-decoration: none;
  font-size: 90%;
  padding: 0.25em 1em;
  border-radius: 15px;
  line-height: 1;
}
.___open {
  padding: 0.5em 1em;
  color: #fff;
  font-size: 20px;
  background-color: #600000;
  position: relative;
  cursor: pointer;
}
.___open::before { /* 閉じている時 */ content: "＋";
  position: absolute;
  right: 20px;
}
.___open.active::before { /* 開いている時 */ content: "－";
}
._page-title1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
._page-title1 p picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  background-image:url(../img/pagetitle_bg1.png);
  background-position:center bottom;
  display:flex;
  align-items: flex-end;
  justify-content: flex-end;
}
._page-title1 p picture img{
  display:block;
  right:0;
  top:0;
  width:auto;
  max-height:min(12vw,169px);
  transform: translate(-2em,-1em);
}
._page-title1 div {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 min(5vw,3rem);
}
.__profile{
  margin-top:clamp(30px,5.0vw,50px);
}
@media screen and (min-width:1200px) {
  ._page-title1 {
    height:291px;
  }
  .__profile {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 10%;
  }
  .__profile > .__bg-img {
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
  }
  .__profile > .__bg-img img{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  .__profile > div {
    padding:clamp(2rem,4vw,4rem) clamp(2rem,5vw,4rem) clamp(2rem,6vw,7rem);
    min-width:680px;
  }
}
@media screen and (max-width:1199px) {
  #pagetitle {
    margin-top: 54px;
  }
  ._page-title1 p picture img{
    display:none;
  }
  ._page-title1 {
    height:clamp(160px,28vw,215px);
  }
  .__profile > div {
    width:100%;
    padding:clamp(2rem,4vw,4rem) clamp(1.5rem,5vw,4rem) clamp(2rem,6vw,7rem);
  }
}

@media(min-width:980px){
  .___adflex1{
    position:relative;
  }
  .___adflex1 ._adtxt1{
    width:65%;
    position:relative;
    z-index:1;
  }
  .___adflex1 ._adtxt1 > p{
    max-width:78%;
  }
  .___adflex1 ._adimg1{
    position:absolute;
    right:0;
    top:2em;
    width:45%;
  }
}
@media(max-width:979px){
  .___adflex1 ._adimg1{
    max-width:400px;
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }
}
.___adtxt1{
  font-weight:700;
  font-size:19px;
}
@media(max-width:600px){
  ._pc_position-a{
    font-size:min(7vw,31px)!important;
    padding:0.5em 0.5em 0;
  }
}
@media(min-width:981px){
  .___admt1{
    margin-top:3em;
  }
}

form ._txt-deco-none{
  text-decoration:underline;
}
