@charset "UTF-8";
/**
* スタイルシート統合
*/
/**
* 変数指定用フォルダ 随時追加予定
*
* ver.20240703
*/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/** テンプレファイル
* 一括指定、すべてのページに適用するスタイルなどはここに記述
* containerの指定などは全サイト共通にするのでこのファイルを使いまわす。
*
* ver.20240703
*/
html {
  font-size: 10px;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 2em;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN", "メイリオ", "MS UI Gothic", Sans;
  color: #1a1a1a;
  font-weight: normal;
}

.content-wrapper {
  width: 100%;
  overflow-x: hidden !important;
  background-color: #ffffff;
}

.scrollLock {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

a:hover {
  opacity: 0.9;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container-wrap {
  position: relative;
  width: 100%;
}

.container {
  position: relative;
  margin: auto;
  /* 最大幅 */
  max-width: calc(2040px - 24rem);
  width: calc(100% - 6rem - 6rem);
}
@media screen and (max-width: 1279px) {
  .container {
    width: calc(100% - 2rem - 2rem);
  }
}
.container .container-inner {
  margin: auto;
  width: calc(100% - 6rem - 6rem);
}
@media screen and (max-width: 1279px) {
  .container .container-inner {
    width: 100%;
  }
}

.section-separator {
  height: 12rem;
}
@media screen and (max-width: 1024px) {
  .section-separator {
    height: 9rem;
  }
}
.section-separator.next-page-kv {
  height: 6rem;
}
@media screen and (max-width: 1024px) {
  .section-separator.next-page-kv {
    height: 9.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
strong,
b {
  font-weight: bold;
  line-height: 2em;
}

:where(h1, h2, h3) {
  text-wrap: wrap;
}

span.sml,
p.sml {
  font-size: 1.3rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.m-0 {
  margin: 0rem;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.m-10 {
  margin: 1rem;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.p-10 {
  padding: 1rem;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.m-20 {
  margin: 2rem;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.p-20 {
  padding: 2rem;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.m-30 {
  margin: 3rem;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.p-30 {
  padding: 3rem;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.m-40 {
  margin: 4rem;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.p-40 {
  padding: 4rem;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.m-60 {
  margin: 6rem;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.p-60 {
  padding: 6rem;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pl-60 {
  padding-left: 6rem !important;
}

.pr-60 {
  padding-right: 6rem !important;
}

.m-90 {
  margin: 9rem;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.p-90 {
  padding: 9rem;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pl-90 {
  padding-left: 9rem !important;
}

.pr-90 {
  padding-right: 9rem !important;
}

.m-100 {
  margin: 10rem;
}

.m-120 {
  margin: 12rem;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.ml-120 {
  margin-left: 12rem !important;
}

.mr-120 {
  margin-right: 12rem !important;
}

.p-120 {
  padding: 12rem;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pl-120 {
  padding-left: 12rem !important;
}

.pr-120 {
  padding-right: 12rem !important;
}

@media only screen and (max-width: 1024px) {
  .m-40 {
    margin: 3rem;
  }
  .mb-40 {
    margin-bottom: 3rem !important;
  }
  .mt-40 {
    margin-top: 3rem !important;
  }
  .ml-40 {
    margin-left: 3rem !important;
  }
  .mr-40 {
    margin-right: 3rem !important;
  }
  .p-40 {
    padding: 3rem;
  }
  .pb-40 {
    padding-bottom: 3rem !important;
  }
  .pt-40 {
    padding-top: 3rem !important;
  }
  .pl-40 {
    padding-left: 3rem !important;
  }
  .pr-40 {
    padding-right: 3rem !important;
  }
  .m-60 {
    margin: 4rem;
  }
  .mb-60 {
    margin-bottom: 4rem !important;
  }
  .mt-60 {
    margin-top: 4rem !important;
  }
  .ml-60 {
    margin-left: 4rem !important;
  }
  .mr-60 {
    margin-right: 4rem !important;
  }
  .p-60 {
    padding: 4rem;
  }
  .pb-60 {
    padding-bottom: 4rem !important;
  }
  .pt-60 {
    padding-top: 4rem !important;
  }
  .pl-60 {
    padding-left: 4rem !important;
  }
  .pr-60 {
    padding-right: 4rem !important;
  }
  .m-90 {
    margin: 6rem;
  }
  .mb-90 {
    margin-bottom: 6rem !important;
  }
  .mt-90 {
    margin-top: 6rem !important;
  }
  .ml-90 {
    margin-left: 6rem !important;
  }
  .mr-90 {
    margin-right: 6rem !important;
  }
  .p-90 {
    padding: 6rem;
  }
  .pb-90 {
    padding-bottom: 6rem !important;
  }
  .pt-90 {
    padding-top: 6rem !important;
  }
  .pl-90 {
    padding-left: 6rem !important;
  }
  .pr-90 {
    padding-right: 6rem !important;
  }
  .m-100 {
    margin: 10rem;
  }
  .m-120 {
    margin: 9rem;
  }
  .mb-120 {
    margin-bottom: 9rem !important;
  }
  .mt-120 {
    margin-top: 9rem !important;
  }
  .ml-120 {
    margin-left: 9rem !important;
  }
  .mr-120 {
    margin-right: 9rem !important;
  }
  .p-120 {
    padding: 9rem;
  }
  .pb-120 {
    padding-bottom: 9rem !important;
  }
  .pt-120 {
    padding-top: 9rem !important;
  }
  .pl-120 {
    padding-left: 9rem !important;
  }
  .pr-120 {
    padding-right: 9rem !important;
  }
}
/**
* 使いまわすコード置き場
*
* ver.202407
*/
/**
* .heading1
*/
/**
* .heading2
*/
/**
* .heading3
* min-height の設定は util.js を参照
*/
/**
* .more-btn
*/
.more-btn, .more-btn2 {
  font-weight: 700;
  text-align: center;
  color: #d10019;
  display: inline-block;
  border: 4px solid #d10019;
  background: #fff;
  width: 100%;
  max-width: 300px;
  border-radius: 40px;
  padding: 1.7rem 4rem;
  transition: 0.3s;
  position: relative;
}
.more-btn > i, .more-btn2 > i {
  margin-right: 1rem;
}
.more-btn:before, .more-btn2:before {
  content: "\f061";
  font-size: 2rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.more-btn:hover, .more-btn2:hover {
  color: #fff;
  background: #d10019;
}
.more-btn.-form, .-form.more-btn2 {
  border-color: #fff;
}
.more-btn.-form:before, .-form.more-btn2:before {
  display: none;
}

/**
* .more-btn2
*/
.more-btn2 {
  color: #005fa0;
  border-color: #fff;
}
.more-btn2:hover {
  background: #005fa0;
}
.more-btn2.-bg {
  color: #fff;
  border-color: #005fa0;
  background: #005fa0;
}
.more-btn2.-bg:hover {
  background: #fff;
  color: #005fa0;
}
.more-btn2.-bdr {
  border-color: #005fa0;
}

/**
* .more-btn3
*/
.more-btn3, .more-btn4 {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding-left: 3.5rem;
  position: relative;
}
.more-btn3:before, .more-btn4:before {
  content: "\f061";
  font-size: 2rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.more-btn3:after, .more-btn4:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  background: #fff;
  transition: 0.3s;
}
.more-btn3:hover, .more-btn4:hover {
  opacity: 1;
}
.more-btn3:hover:after, .more-btn4:hover:after {
  width: calc(100% - 35px);
  left: 35px;
}
.more-btn3.-right, .-right.more-btn4 {
  padding-left: 0;
  padding-right: 3.5rem;
}
.more-btn3.-right:before, .-right.more-btn4:before {
  left: unset;
  right: 0;
}
.more-btn3.-right:after, .-right.more-btn4:after {
  right: 35px;
}
.more-btn3.-right:hover:after, .-right.more-btn4:hover:after {
  left: 0;
}

.more-btn4 {
  font-weight: 700;
  color: #005fa0;
  padding-left: 0;
  padding-right: 3rem;
}
.more-btn4:before {
  left: unset;
  right: 0;
}

/**
* .ext-font
*/
.ext-font {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

/**
* .serif
*/
.serif, #single-content .content h3, #single-content .content h2, .pager .page,
.pager .current {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "游明朝体", "MS明朝", "MSP明朝", serif;
}

/**
* .bold
*/
.bold {
  font-weight: bold;
}

/**
* .f(i)
*/
.f20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  .f20 {
    font-size: 1.5rem;
  }
}

.f18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  .f18 {
    font-size: 1.6rem;
  }
}

/**
*　スマホのみ改行させない
*/
@media only screen and (max-width: 767px) {
  br.sp-none {
    display: none;
  }
}

/**
* 疑似要素
* @extend .element;
*/
.element, #contact form .more-btn2::before, #contact form .more-btn2::after, .pager .container-wrap .container > div a::before, #single-content .heading1::before {
  position: absolute;
  display: block;
  content: "";
}

/**
* 左右余白レスポンシブ
* @extend .yohaku;
*/
.yohaku {
  width: 6rem;
}
@media screen and (max-width: 1024px) {
  .yohaku {
    width: 2rem;
  }
}
@media screen and (min-width: 1921px) {
  .yohaku {
    width: calc((100vw - (1920px - 12rem)) / 2);
  }
}

/**
* 背景画像 中央いっぱい連続なし
* @extend .bgFull;
*/
.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex {
  display: flex;
}
.flex-center, .pager .container-wrap .container > div a, #single-content .content .single-slider-wrap .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pager .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.pager .page,
.pager .current {
  width: 6.3rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0e7dd;
  color: #000;
  border-radius: 50%;
  font-weight: bold;
}
.pager .current {
  background-color: #c7000c;
  color: #fff;
}
.pager .first,
.pager .last {
  height: 6.3rem;
  width: 1.5rem;
  background-image: url(../img/icon/pager-arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pager .last {
  rotate: 180deg;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 2s ease-out;
}

.fadeIn.delay {
  transition-delay: 0.6s;
}

.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.contactBtn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactBtn-wrap > .contact-btn {
  width: 48%;
}
.contactBtn-wrap > .contact-btn > a {
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
  height: 100%;
  padding: 3.5rem 0;
  border-radius: 30px;
}
.contactBtn-wrap > .contact-btn > a .ttl {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .contactBtn-wrap > .contact-btn > a .ttl {
    font-size: 2rem;
  }
}
.contactBtn-wrap > .contact-btn > a .num {
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .contactBtn-wrap > .contact-btn > a .num {
    font-size: 3.8rem;
    margin-bottom: 1.5rem;
  }
}
.contactBtn-wrap > .contact-btn > a .num > i {
  font-size: 3.5rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .contactBtn-wrap > .contact-btn > a .num > i {
    font-size: 2.6rem;
  }
}
.contactBtn-wrap > .contact-btn > a .sub-txt,
.contactBtn-wrap > .contact-btn > a .asterisk-txt {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .contactBtn-wrap > .contact-btn > a .sub-txt,
  .contactBtn-wrap > .contact-btn > a .asterisk-txt {
    max-width: 247px;
    line-height: 1.6;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .contactBtn-wrap > .contact-btn > a .sub-txt {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .contactBtn-wrap > .contact-btn > a .btn-box {
    margin-bottom: 2.5rem;
  }
}
.contactBtn-wrap > .contact-btn.-tel > a {
  background: #005fa0;
}
.contactBtn-wrap > .contact-btn.-web > a {
  background: #d10019;
}
.contactBtn-wrap.-sub {
  gap: 2rem;
  justify-content: center;
}
.contactBtn-wrap.-sub .contact-btn {
  width: calc(50% - 10px);
  max-width: 420px;
}
@media only screen and (max-width: 767px) {
  .contactBtn-wrap.-sub .contact-btn {
    width: 100%;
    max-width: unset;
  }
}
.contactBtn-wrap.-sub .contact-btn > a {
  padding: 1.5rem 0;
}
.contactBtn-wrap.-sub .contact-btn > a .ttl {
  margin-bottom: 5px;
}
.contactBtn-wrap.-sub .contact-btn > a .num {
  font-size: 3rem;
  margin-bottom: 5px;
}
.contactBtn-wrap.-sub .contact-btn > a .num > i {
  font-size: 2.1rem;
}
.contactBtn-wrap.-sub .contact-btn > a .sub-txt,
.contactBtn-wrap.-sub .contact-btn > a .asterisk-txt {
  line-height: 1;
}
.contactBtn-wrap.-sub .contact-btn.-web > a .ttl {
  margin-bottom: 15px;
}
.contactBtn-wrap.-sub .contact-btn.-web > a .btn-box {
  margin-bottom: 0;
}

.asterisk-txt {
  padding-left: 13px;
  position: relative;
  display: inline-block;
}
.asterisk-txt:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

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

.card-box {
  display: block;
  border: 4px solid #005fa0;
  border-radius: 3rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem;
  transition: 0.3s;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .card-box {
    flex-direction: column;
    justify-content: flex-start;
    padding: 3rem;
  }
}
.card-box .img-box {
  width: 115px;
}
@media only screen and (max-width: 767px) {
  .card-box .img-box {
    margin-bottom: 1.5rem;
  }
}
.card-box .img-box > img {
  width: 100%;
}
.card-box .txt-box {
  width: calc(100% - 145px);
}
@media only screen and (max-width: 767px) {
  .card-box .txt-box {
    width: 100%;
  }
}
.card-box .txt-box > * + * {
  margin-top: 2rem;
}
.card-box .txt-box > h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #005fa0;
  position: relative;
  padding-bottom: 1rem;
}
.card-box .txt-box > h3:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #005fa0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.card-box:hover {
  opacity: 0.7;
}

.wave-box {
  display: flex;
}
.wave-box > .wave-item {
  flex-shrink: 0;
}
.wave-box.-down {
  transform: rotate(180deg);
  transform-origin: center;
  margin-bottom: -80px;
}

.container-big {
  width: calc(100% - 120px);
  max-width: 1800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  .container-big {
    width: calc(100% - 40px);
  }
}

.container-small {
  width: calc(100% - 120px);
  max-width: 1680px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  .container-small {
    width: calc(100% - 40px);
  }
}

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

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

/**
* ローディング画面用スタイルシート
*/
/**
* Header用スタイルシート
*/
#header {
  position: absolute;
  top: 3rem;
  width: 100%;
  z-index: 100;
  padding: 0 6rem;
}
@media only screen and (max-width: 1660px) {
  #header {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1279px) {
  #header {
    position: fixed;
    top: 2rem;
  }
}
#header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  #header .header-container {
    padding-left: 2.5rem;
  }
}
#header .header-container .header-logo-wrap img {
  width: 325px;
}
@media only screen and (max-width: 1660px) {
  #header .header-container .header-logo-wrap img {
    width: 270px;
  }
}
@media only screen and (max-width: 1279px) {
  #header .header-container .header-logo-wrap img {
    width: 172px;
  }
}
#header .header-container .gNav-wrap_pc {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 42px;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  #header .header-container .gNav-wrap_pc {
    display: none;
  }
}
#header .header-container .gNav-wrap_pc > nav {
  padding: 0 3rem 0 4rem;
}
@media only screen and (max-width: 1660px) {
  #header .header-container .gNav-wrap_pc > nav {
    padding: 0 2rem 0 3rem;
  }
}
#header .header-container .gNav-wrap_pc > nav > ul {
  display: flex;
  gap: 3.5rem;
}
@media only screen and (max-width: 1660px) {
  #header .header-container .gNav-wrap_pc > nav > ul {
    gap: 2rem;
  }
}
#header .header-container .gNav-wrap_pc > nav > ul > li > a {
  display: inline-block;
  transition: 0.3s;
}
@media only screen and (max-width: 1660px) {
  #header .header-container .gNav-wrap_pc > nav > ul > li > a {
    font-size: 1.5rem;
  }
}
#header .header-container .gNav-wrap_pc > nav > ul > li > a:hover {
  color: #d10019;
}
#header .header-container .gNav-wrap_pc .tel-wrap,
#header .header-container .gNav-wrap_pc .contact-wrap {
  width: 182px;
  height: 85px;
  min-height: 85px;
}
@media only screen and (max-width: 1660px) {
  #header .header-container .gNav-wrap_pc .tel-wrap,
  #header .header-container .gNav-wrap_pc .contact-wrap {
    width: 150px;
  }
}
#header .header-container .gNav-wrap_pc .tel-wrap > a,
#header .header-container .gNav-wrap_pc .contact-wrap > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding: 0;
  transition: 0.3s;
  height: 100%;
}
#header .header-container .gNav-wrap_pc .tel-wrap > a > span,
#header .header-container .gNav-wrap_pc .contact-wrap > a > span {
  display: block;
  line-height: 1;
  width: 100%;
}
#header .header-container .gNav-wrap_pc .tel-wrap > a > span > i,
#header .header-container .gNav-wrap_pc .contact-wrap > a > span > i {
  font-size: 2rem;
  margin-right: 5px;
}
#header .header-container .gNav-wrap_pc .tel-wrap > a > span.sub-txt,
#header .header-container .gNav-wrap_pc .contact-wrap > a > span.sub-txt {
  font-size: 1.3rem;
  margin-top: 5px;
}
#header .header-container .gNav-wrap_pc .tel-wrap > a {
  background: #005fa0;
  border: 4px solid #005fa0;
}
#header .header-container .gNav-wrap_pc .tel-wrap > a:hover {
  color: #005fa0;
  background: #fff;
}
#header .header-container .gNav-wrap_pc .contact-wrap > a {
  background: #d10019;
  border: 4px solid #d10019;
  border-radius: 0 42px 42px 0;
}
#header .header-container .gNav-wrap_pc .contact-wrap > a:hover {
  color: #d10019;
  background: #fff;
}
#header .header-container .gNav-btn,
#header .header-container .gNav-wrap_sp {
  display: none;
}
#header .header-container .gNav-wrap_sp {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 100%;
  overflow: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 1279px) {
  #header .header-container .gNav-wrap_sp {
    display: block;
  }
  #header .header-container .gNav-wrap_sp.is-open {
    top: 0;
  }
}
#header .header-container .gNav-wrap_sp .gNav-inner {
  padding: 2rem 3rem 4rem;
}
@media only screen and (max-width: 767px) {
  #header .header-container .gNav-wrap_sp .gNav-inner {
    padding: 2rem 2rem 4rem;
  }
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-box {
  margin-bottom: 2.5rem;
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-box .logo-box {
  width: 324px;
}
@media only screen and (max-width: 1279px) {
  #header .header-container .gNav-wrap_sp .gNav-inner .top-box .logo-box {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  #header .header-container .gNav-wrap_sp .gNav-inner .top-box .logo-box {
    width: 172px;
  }
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-box .gNav-inner-btn {
  position: absolute;
  top: 0;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #d10019;
  border-radius: 0 0 45px 45px;
}
@media only screen and (max-width: 767px) {
  #header .header-container .gNav-wrap_sp .gNav-inner .top-box .gNav-inner-btn {
    right: 20px;
  }
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-box .gNav-inner-btn > .btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-box .gNav-inner-btn > .btn .line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-box .gNav-inner-btn > .btn .line:nth-of-type(1) {
  transform: rotate(45deg);
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-box .gNav-inner-btn > .btn .line:nth-of-type(2) {
  transform: rotate(-45deg);
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-nav > nav {
  width: 100%;
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-nav > nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-nav > nav > ul > li {
  padding-top: 10px;
  padding-bottom: 4px;
  position: relative;
  width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 767px) {
  #header .header-container .gNav-wrap_sp .gNav-inner .top-nav > nav > ul > li {
    width: 100%;
  }
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-nav > nav > ul > li:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #d10019;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-nav > nav > ul > li > a {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  padding: 0.5rem 0;
  position: relative;
}
#header .header-container .gNav-wrap_sp .gNav-inner .top-nav > nav > ul > li > a:after {
  content: "\f061";
  font-size: 2rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #d10019;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #header .header-container .gNav-wrap_sp .gNav-inner .top-nav > nav {
    width: 100%;
  }
  #header .header-container .gNav-wrap_sp .gNav-inner .top-nav > nav:nth-of-type(2) {
    margin-top: 2rem;
  }
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap {
  gap: 4rem 0;
}
@media only screen and (max-width: 767px) {
  #header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap {
    gap: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn {
    width: 100%;
  }
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a {
  line-height: 1;
  padding: 3rem 0;
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .ttl {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .ttl.mb30 {
  margin-bottom: 3rem;
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .num {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .num > i {
  font-size: 2.6rem;
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .sub-txt,
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .asterisk-txt {
  font-size: 1.4rem;
  line-height: 1.69;
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .asterisk-txt {
  margin-top: 1rem;
  max-width: 247px;
}
@media only screen and (max-width: 767px) {
  #header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .asterisk-txt {
    margin-top: 0;
  }
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .btn-box {
  margin-bottom: 3rem;
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .btn-box .more-btn, #header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .btn-box .more-btn2 {
  font-size: 2rem;
  padding: 1.7rem 2rem;
  max-width: 300px;
}
#header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .btn-box .more-btn > i, #header .header-container .gNav-wrap_sp .gNav-inner .contactBtn-wrap .contact-btn > a .btn-box .more-btn2 > i {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 1279px) {
  #header .header-container {
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
  }
  #header .header-container .gNav-btn {
    display: block;
    width: 60px;
    height: 60px;
    background: #d10019;
    cursor: pointer;
    position: relative;
  }
  #header .header-container .gNav-btn .btn {
    width: 30px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .header-container .gNav-btn .btn .line {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  #header .header-container .gNav-btn .btn .line:nth-of-type(1) {
    transform: translateY(-7px);
  }
  #header .header-container .gNav-btn .btn .line:nth-of-type(2) {
    transform: translateY(7px);
  }
  #header .header-container .gNav-btn.is-open .btn .line:nth-of-type(1) {
    transform: rotate(45deg);
  }
  #header .header-container .gNav-btn.is-open .btn .line:nth-of-type(2) {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 1280px) {
  #header.-fixed {
    position: fixed;
    left: 50%;
    top: -9rem;
    transform: translateX(-50%);
    padding: 0 3rem;
  }
  #header.-fixed .header-container {
    border-radius: 42px;
    background: #fff;
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1660px) {
  #header.-fixed .header-container {
    padding-left: 3rem;
  }
  #header.-fixed .header-container .header-logo-wrap img {
    width: 250px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1660px) {
  #header.-fixed .header-container .gNav-wrap_pc > nav > ul > li > a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  #header.-trans {
    transition: 0.3s;
  }
  #header.-on {
    top: 3rem;
    transition: 0.3s top;
  }
}

/**
* Footer用スタイルシート
*/
#footer {
  background: #fcf6ec;
  position: relative;
}
#footer .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#footer .icon-box > div {
  position: absolute;
}
#footer .icon-box > div.icon01 {
  width: 195px;
  left: 50%;
  top: -13rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1279px) {
  #footer .icon-box > div.icon01 {
    top: -6.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .icon-box > div.icon01 {
    width: 101px;
    top: -5rem;
  }
}
#footer .icon-box > div.icon02 {
  width: 75px;
  top: -9.3rem;
  left: 6rem;
}
@media only screen and (max-width: 1279px) {
  #footer .icon-box > div.icon02 {
    top: -6.6rem;
    left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .icon-box > div.icon02 {
    width: 38px;
    top: -4.5rem;
  }
}
#footer .icon-box > div.icon03 {
  width: 92px;
  top: -9.3rem;
  right: 6rem;
}
@media only screen and (max-width: 1279px) {
  #footer .icon-box > div.icon03 {
    top: -3.8rem;
    right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .icon-box > div.icon03 {
    top: -2.5rem;
    width: 47px;
  }
}
#footer .container-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4rem 0;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .container-wrap .container {
    padding: 3rem 0;
  }
}
#footer .container-wrap .container .t-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .t-box {
    flex-direction: column;
    margin-bottom: 4rem;
    position: relative;
    padding-top: 60px;
  }
}
#footer .container-wrap .container .t-box .footer-logo {
  width: 19.72%;
  max-width: 324px;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .t-box .footer-logo {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#footer .container-wrap .container .t-box .sns-icon {
  padding-top: 10px;
  display: none;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .t-box .sns-icon {
    display: block;
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
    max-width: 657px;
  }
}
#footer .container-wrap .container .t-box .sns-icon > a {
  font-size: 4rem;
  display: inline-block;
  color: #d10019;
}
#footer .container-wrap .container .t-box .r-box {
  width: 75.27%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .t-box .r-box {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .container-wrap .container .t-box .r-box {
    width: 100%;
  }
}
#footer .container-wrap .container .t-box .r-box .ttl {
  font-size: 2rem;
  font-weight: 700;
  width: calc(100% - 50px);
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .t-box .r-box .ttl {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer .container-wrap .container .t-box .r-box .ttl {
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
  }
}
#footer .container-wrap .container .t-box .r-box .ttl > strong {
  font-size: 2.8rem;
  color: #d10019;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .t-box .r-box .ttl > strong {
    display: block;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .container-wrap .container .t-box .r-box .ttl > strong {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.45;
    margin-bottom: 2rem;
  }
}
#footer .container-wrap .container .t-box .r-box .sns-icon {
  display: block;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .t-box .r-box .sns-icon {
    display: none;
  }
}
#footer .container-wrap .container .l-box {
  width: 19.72%;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .l-box {
    width: 100%;
    order: 3;
    display: flex;
    justify-content: center;
    gap: 1.5rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .container-wrap .container .l-box {
    flex-direction: column;
    padding: 0 1rem;
  }
}
#footer .container-wrap .container .l-box > * + * {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .l-box > * + * {
    margin-top: 0;
  }
}
#footer .container-wrap .container .l-box .txt-box {
  font-size: 1.3rem;
  line-height: 2;
}
#footer .container-wrap .container .l-box .txt-box .ttl {
  font-weight: 700;
}
#footer .container-wrap .container .r-box {
  width: 75.27%;
}
@media only screen and (max-width: 1279px) {
  #footer .container-wrap .container .r-box {
    width: 100%;
    margin-bottom: 6rem;
  }
  #footer .container-wrap .container .r-box .contactBtn-wrap {
    justify-content: center;
    gap: 4rem 0;
  }
  #footer .container-wrap .container .r-box .contactBtn-wrap .contact-btn {
    width: 100%;
    max-width: 657px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .container-wrap .container .r-box {
    margin-bottom: 3rem;
  }
  #footer .container-wrap .container .r-box .contactBtn-wrap {
    gap: 1.5rem 0;
  }
}
#footer .copyright {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #d10019;
  padding: 1.1rem 2rem;
}

#back-to-top {
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 50px;
  border: 4px solid #d10019;
  position: fixed;
  right: 60px;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
  color: #d10019;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  z-index: 50;
}
#back-to-top.-stop {
  position: absolute;
}
@media only screen and (max-width: 1279px) {
  #back-to-top {
    line-height: 40px;
    width: 48px;
    height: 48px;
    right: 1rem;
    bottom: 1rem;
  }
}
#back-to-top:hover {
  opacity: 0.7;
}
#back-to-top.on {
  opacity: 1;
  visibility: visible;
}

/**
* トップページ用スタイルシート
*/
#mainVisual {
  position: relative;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  #mainVisual {
    padding-bottom: 35%;
  }
}
#mainVisual .key-txt {
  position: absolute;
  width: 36.5%;
  top: 50%;
  left: -1.5%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width: 1279px) {
  #mainVisual .key-txt {
    width: 45.5%;
    left: 0;
    top: unset;
    bottom: 0;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 575px) {
  #mainVisual .key-txt {
    width: 101%;
    left: unset;
    right: 20px;
  }
}
#mainVisual .key-img {
  width: 77%;
  margin-left: auto;
  border-radius: 0 0 0 450px;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  #mainVisual .key-img {
    width: 75%;
    border-radius: 0 0 0 270px;
  }
}
@media only screen and (max-width: 575px) {
  #mainVisual .key-img {
    width: 100%;
  }
}
#mainVisual .key-img .img-top,
#mainVisual .key-img .img-bt {
  display: flex;
}
#mainVisual .key-img .img-top .item,
#mainVisual .key-img .img-bt .item {
  flex: 1;
  position: relative;
  padding-bottom: 31%;
  opacity: 0;
}
@media only screen and (max-width: 1279px) {
  #mainVisual .key-img .img-top .item,
  #mainVisual .key-img .img-bt .item {
    padding-bottom: 52%;
  }
}
#mainVisual .key-img .img-top .item > img,
#mainVisual .key-img .img-bt .item > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1279px) {
  #mainVisual .key-img .img-top .item > img.pctb,
  #mainVisual .key-img .img-bt .item > img.pctb {
    display: none !important;
  }
  #mainVisual .key-img .img-top .item > img.sp,
  #mainVisual .key-img .img-bt .item > img.sp {
    display: block !important;
  }
}
#mainVisual .key-img .img-top .item.-two > img,
#mainVisual .key-img .img-bt .item.-two > img {
  height: 50%;
}
#mainVisual .key-img .img-top .item.-two > img:nth-of-type(3), #mainVisual .key-img .img-top .item.-two > img:nth-of-type(4),
#mainVisual .key-img .img-bt .item.-two > img:nth-of-type(3),
#mainVisual .key-img .img-bt .item.-two > img:nth-of-type(4) {
  top: unset;
  bottom: 0;
}
#mainVisual .key-img .img-top .item:nth-of-type(1) {
  flex: 2;
}
@media only screen and (max-width: 1279px) {
  #mainVisual .key-img .img-top .item:nth-of-type(1) > img {
    -o-object-position: left;
       object-position: left;
  }
}
@media only screen and (max-width: 1279px) {
  #mainVisual .key-img .img-top .item.-two > img:nth-of-type(1), #mainVisual .key-img .img-top .item.-two > img:nth-of-type(2) {
    height: 76%;
  }
  #mainVisual .key-img .img-top .item.-two > img:nth-of-type(3), #mainVisual .key-img .img-top .item.-two > img:nth-of-type(4) {
    height: 24%;
  }
}
#mainVisual .key-img .img-bt .item:nth-of-type(1) {
  position: relative;
}
#mainVisual .key-img .img-bt .item:nth-of-type(1):before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #e1e6e8 0%, transparent 50%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 575px) {
  #mainVisual .key-img .img-bt .item:nth-of-type(1) img {
    width: 100%;
    left: unset;
    right: 0;
    -o-object-position: top left !important;
       object-position: top left !important;
  }
}
#mainVisual .key-img .img-bt .item:nth-of-type(3) {
  flex: 2;
}
@media only screen and (max-width: 575px) {
  #mainVisual .key-img .img-bt .item:nth-of-type(1) {
    flex: 1.5;
  }
  #mainVisual .key-img .img-bt .item:nth-of-type(2) {
    flex: 0.9;
  }
  #mainVisual .key-img .img-bt .item:nth-of-type(3) {
    flex: 1.1;
  }
}
#mainVisual.opacity {
  opacity: 1;
  transition: 0.5s;
}
#mainVisual.opacity .key-txt {
  opacity: 1;
  transition: 0.5s;
}
#mainVisual.opacity .key-img .img-top .item,
#mainVisual.opacity .key-img .img-bt .item {
  opacity: 1;
  transition: 0.5s;
}
#mainVisual.active {
  opacity: 1;
}
#mainVisual.active .key-txt {
  opacity: 1;
  transition: 0.8s;
  transition-delay: 1s;
}
#mainVisual.active .img-top .item,
#mainVisual.active .img-bt .item {
  opacity: 1;
  transition: 0.5s;
}
#mainVisual.active .img-top .item:nth-of-type(1) {
  transition-delay: 0.2s;
}
#mainVisual.active .img-top .item:nth-of-type(2) {
  transition-delay: 0.4s;
}
#mainVisual.active .img-top .item:nth-of-type(3) {
  transition-delay: 0.6s;
}
#mainVisual.active .img-bt .item:nth-of-type(1) {
  transition-delay: 0.6s;
}
#mainVisual.active .img-bt .item:nth-of-type(2) {
  transition-delay: 0.4s;
}
#mainVisual.active .img-bt .item:nth-of-type(3) {
  transition-delay: 0.2s;
}

.key-visual {
  position: relative;
}
.key-visual .key-txt-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1279px) {
  .key-visual .key-txt-box {
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .key-visual .key-txt-box {
    top: unset;
    bottom: 0;
    transform: translateY(0);
  }
}
.key-visual .key-txt-box .key-txt > span {
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .key-visual .key-txt-box .key-txt > span {
    line-height: 1;
  }
}
.key-visual .key-txt-box .key-txt > span.en {
  font-size: 6rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #d10019;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .key-visual .key-txt-box .key-txt > span.en {
    font-size: 4rem;
    margin-bottom: 15px;
  }
}
.key-visual .key-txt-box .key-txt > span.ja {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .key-visual .key-txt-box .key-txt > span.ja {
    font-size: 1.6rem;
  }
}
.key-visual .key-img {
  width: 76.82%;
  height: 450px;
  margin-left: auto;
  border-radius: 0 0 0 200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .key-visual .key-img {
    width: 100%;
    border-radius: 0 0 0 300px;
    height: 350px;
  }
}
.key-visual .key-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.key-visual .key-img > img.sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .key-visual .key-img > img {
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (max-width: 767px) {
  .key-visual .key-img > img.pctb {
    display: none;
  }
  .key-visual .key-img > img.sp {
    display: block;
  }
}

.circle-content {
  width: calc(100% - 60px);
  margin-left: auto;
  border-radius: 66.2rem 0 0 66.2rem;
  background: #fcf6ec;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  .circle-content {
    width: calc(100% - 40px);
    border-radius: 15rem 0 0 15rem;
  }
}
@media only screen and (max-width: 575px) {
  .circle-content {
    width: calc(100% - 20px);
  }
}
.circle-content .icon-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.circle-content .icon-box .icon {
  position: absolute;
}
.circle-content .icon-box .icon:nth-of-type(1) {
  width: 25.5%;
  top: 6%;
  right: -11%;
}
@media only screen and (max-width: 1660px) {
  .circle-content .icon-box .icon:nth-of-type(1) {
    top: 3%;
    width: 15%;
    right: -6%;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .icon-box .icon:nth-of-type(1) {
    top: -1.5%;
    right: -7%;
    width: 32%;
  }
}
@media only screen and (max-width: 575px) {
  .circle-content .icon-box .icon:nth-of-type(1) {
    width: 39%;
    right: -19%;
    top: 3%;
  }
}
.circle-content .icon-box .icon:nth-of-type(2) {
  width: 9%;
  bottom: -15%;
  right: 6rem;
}
@media only screen and (max-width: 1660px) {
  .circle-content .icon-box .icon:nth-of-type(2) {
    width: 6%;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .icon-box .icon:nth-of-type(2) {
    width: 10%;
    bottom: -4%;
    right: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .circle-content .icon-box .icon:nth-of-type(2) {
    width: 14%;
    right: 2rem;
  }
}
.circle-content .img-box {
  width: 35.5%;
  position: relative;
  min-width: 66rem;
}
@media only screen and (max-width: 1660px) {
  .circle-content .img-box {
    min-width: unset;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .img-box {
    width: 222px;
    position: absolute;
    left: -4%;
    bottom: -21%;
  }
}
@media only screen and (max-width: 575px) {
  .circle-content .img-box {
    width: 43%;
    left: -5%;
    bottom: -7%;
  }
}
.circle-content .img-box .big-img,
.circle-content .img-box .small-img {
  border-radius: 50%;
  overflow: hidden;
}
.circle-content .img-box .big-img > img,
.circle-content .img-box .small-img > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.circle-content .img-box .big-img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.circle-content .img-box .small-img {
  width: 55%;
  padding-bottom: 55%;
  position: absolute;
  right: -8%;
  bottom: -14%;
}
.circle-content .txt-box {
  width: 44.3%;
  margin-left: 6.2%;
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}
@media only screen and (max-width: 1660px) {
  .circle-content .txt-box {
    width: 100%;
    margin-left: 4%;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .txt-box {
    text-align: center;
    margin-left: 0;
    padding: 2rem 8rem 3rem 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .circle-content .txt-box {
    padding: 7rem 3rem 6rem;
  }
}
.circle-content .txt-box > h2 {
  font-size: 10rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: #d10019;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1660px) {
  .circle-content .txt-box > h2 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .txt-box > h2 {
    font-size: 4.5rem;
    display: inline-block;
    padding-bottom: 2%;
  }
}
@media only screen and (max-width: 575px) {
  .circle-content .txt-box > h2 {
    font-size: 4rem;
    padding-bottom: 10%;
    padding-right: 2rem;
  }
}
.circle-content .txt-box > h2:before {
  content: "";
  width: 759px;
  height: 77px;
  background: url(../img/icon/line01.png) no-repeat center left/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1660px) {
  .circle-content .txt-box > h2:before {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .txt-box > h2:before {
    width: 159%;
    height: 58%;
  }
}
@media only screen and (max-width: 575px) {
  .circle-content .txt-box > h2:before {
    width: 133%;
    height: 65%;
  }
}
.circle-content .txt-box > .sub-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1660px) {
  .circle-content .txt-box > .sub-ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .txt-box > .sub-ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.circle-content .txt-box .txt {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1660px) {
  .circle-content .txt-box .txt {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .txt-box .txt {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .txt-box.-sub {
    padding: 60px 30px 150px;
  }
}
@media only screen and (max-width: 767px) {
  .circle-content .txt-box.-sub {
    padding: 60px 30px 110px;
  }
}
.circle-content .txt-box.-sub > .ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #d10019;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1280px) {
  .circle-content .txt-box.-sub > .ttl .tb {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content .txt-box.-sub > .ttl {
    font-size: 1.6rem;
    text-align: left;
  }
}
.circle-content .txt-box.-sub > .name {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 1279px) {
  .circle-content .txt-box.-sub > .name {
    font-size: 1.6rem;
  }
}
.circle-content.triggerEvent .icon-box .icon:nth-of-type(1) {
  right: -25.5%;
  transition: 0.3s;
}
@media only screen and (max-width: 1660px) {
  .circle-content.triggerEvent .icon-box .icon:nth-of-type(1) {
    right: -15%;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content.triggerEvent .icon-box .icon:nth-of-type(1) {
    right: -32%;
  }
}
@media only screen and (max-width: 575px) {
  .circle-content.triggerEvent .icon-box .icon:nth-of-type(1) {
    right: -39%;
  }
}
.circle-content.triggerEvent .icon-box .icon:nth-of-type(2) {
  opacity: 0;
  transition: 0.3s;
}
.circle-content.triggerEvent .img-box > div {
  transform: scale(0);
  transition: 0.5s;
}
.circle-content.triggerEvent .txt-box {
  opacity: 0;
  transition: 0.5s;
}
.circle-content.triggerEvent.-animation .icon-box .icon:nth-of-type(1) {
  right: -11%;
}
@media only screen and (max-width: 1660px) {
  .circle-content.triggerEvent.-animation .icon-box .icon:nth-of-type(1) {
    top: 3%;
    width: 15%;
    right: -6%;
  }
}
@media only screen and (max-width: 1279px) {
  .circle-content.triggerEvent.-animation .icon-box .icon:nth-of-type(1) {
    top: -1.5%;
    right: -7%;
    width: 32%;
  }
}
@media only screen and (max-width: 575px) {
  .circle-content.triggerEvent.-animation .icon-box .icon:nth-of-type(1) {
    width: 39%;
    right: -19%;
    top: 3%;
  }
}
.circle-content.triggerEvent.-animation .icon-box .icon:nth-of-type(2) {
  opacity: 1;
  transition-delay: 1.2s;
}
.circle-content.triggerEvent.-animation .img-box > div {
  transform: scale(1);
  transition-delay: 0.3s;
}
.circle-content.triggerEvent.-animation .img-box > div:nth-of-type(2) {
  transition-delay: 0.6s;
}
.circle-content.triggerEvent.-animation .txt-box {
  opacity: 1;
  transition-delay: 1s;
}
.circle-content.-sub {
  margin-bottom: 140px;
}

#top-newsFlyer .content-wrap {
  width: calc(100% - 120px);
  max-width: 1800px;
  margin: 20rem auto 13rem;
  text-align: center;
  background: #d10019;
  position: relative;
  border-radius: 3rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap {
    width: 100%;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-newsFlyer .content-wrap {
    border-radius: 0;
    margin: 15rem auto 6rem;
  }
}
#top-newsFlyer .content-wrap h2 {
  font-size: 8rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  display: inline-block;
  background: #d10019;
  padding: 2rem 2.2rem 0;
  color: #fff;
  position: absolute;
  top: -11rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5rem 5rem 0 0;
  min-width: 607px;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap h2 {
    font-size: 4rem;
    padding: 2rem 1.7rem 0;
    top: -6.5rem;
    min-width: 296px;
  }
}
@media only screen and (max-width: 767px) {
  #top-newsFlyer .content-wrap h2 {
    min-width: 335px;
  }
}
#top-newsFlyer .content-wrap .btn-box {
  position: relative;
  padding: 1.5rem 0;
}
#top-newsFlyer .content-wrap .content-box {
  width: calc(100% - 120px);
  margin: 0 auto;
  background: #fcf6ec;
  border-radius: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap .content-box {
    align-items: center;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  #top-newsFlyer .content-wrap .content-box {
    border-radius: 1.5rem;
  }
}
#top-newsFlyer .content-wrap .content-box .l-box,
#top-newsFlyer .content-wrap .content-box .r-box {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #top-newsFlyer .content-wrap .content-box .l-box,
  #top-newsFlyer .content-wrap .content-box .r-box {
    width: 100%;
  }
}
#top-newsFlyer .content-wrap .content-box .l-box {
  padding: 6rem 4rem 6rem 6rem;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap .content-box .l-box {
    padding: 3rem 0rem 2rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #top-newsFlyer .content-wrap .content-box .l-box {
    padding: 3rem 0rem 4rem;
  }
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list {
  display: flex;
  margin: 0 -4.8%;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap .content-box .l-box .flyer-list {
    width: 275px;
    margin: 0 auto;
    position: unset;
  }
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list > * + * {
  border-left: 1px dotted #888;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap .content-box .l-box .flyer-list > * + * {
    border-left: 0;
  }
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .slick-arrow {
  line-height: 48px;
  text-align: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #1a1a1a;
  border-radius: 50%;
  cursor: pointer;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .slick-arrow > i {
  color: #fff;
  font-size: 2rem;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .slick-arrow.left {
  left: -20px;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .slick-arrow.right {
  right: -20px;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item {
  width: 33.3%;
  padding: 0 4.5%;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item {
    padding: 0;
  }
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box {
  text-align: left;
  margin-bottom: 2rem;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box time {
  font-size: 1.3rem;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box .ttl {
  font-weight: 700;
  line-height: 1.6;
  margin: 1.5rem 0 2rem;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box .tag-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box .tag-box {
    justify-content: flex-start;
    gap: 1rem 1.4rem;
  }
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box .tag-box > p {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.1;
  border-radius: 37px;
  color: #fff;
  display: inline-block;
  padding: 0 2.5rem;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box .tag-box > p.flyer {
  display: none;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box .tag-box > p.new {
  background: #d10019;
  order: 2;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box .tag-box > p.popularity, #top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .txt-box .tag-box > p.hot {
  order: 1;
  background: #005fa0;
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .img-box {
  position: relative;
  padding-bottom: 145%;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .img-box {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 105%;
  }
}
#top-newsFlyer .content-wrap .content-box .l-box .flyer-list .item > a > .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-newsFlyer .content-wrap .content-box .r-box {
  border-left: 1px solid #d10019;
  padding: 6rem 6rem 6rem 4rem;
}
@media only screen and (max-width: 1279px) {
  #top-newsFlyer .content-wrap .content-box .r-box {
    padding: 3rem 3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-newsFlyer .content-wrap .content-box .r-box {
    border-left: 0;
    border-top: 1px solid #d10019;
  }
}
#top-newsFlyer.triggerEvent {
  opacity: 0;
}
#top-newsFlyer.triggerEvent.-animation {
  animation: fadeUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.news-list > li {
  border-bottom: 1px solid #888;
}
.news-list > li > a {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.news-list > li > a .img-box {
  width: 121px;
  height: 121px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .news-list > li > a .img-box {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .news-list > li > a .img-box {
    width: 80px;
    height: 80px;
  }
}
.news-list > li > a .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list > li > a .txt-box {
  width: calc(100% - 161px);
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  .news-list > li > a .txt-box {
    width: calc(100% - 133px);
  }
}
@media only screen and (max-width: 767px) {
  .news-list > li > a .txt-box {
    width: calc(100% - 92px);
  }
}
.news-list > li > a .txt-box .t-box {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1279px) {
  .news-list > li > a .txt-box .t-box {
    margin-bottom: 1.5rem;
  }
}
.news-list > li > a .txt-box .t-box > time, .news-list > li > a .txt-box .t-box > span {
  font-size: 1.3rem;
  line-height: 2.5rem;
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  .news-list > li > a .txt-box .t-box > time, .news-list > li > a .txt-box .t-box > span {
    line-height: 1.7rem;
  }
}
.news-list > li > a .txt-box .ttl {
  font-weight: 700;
}
.news-list > li:nth-of-type(1) > a {
  padding: 0 0 1.5rem;
}
.news-list.-sub {
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1279px) {
  .news-list.-sub {
    padding: 40px 20px;
    border-radius: 0;
    margin: 0 -20px 40px;
  }
}

.news-tag {
  font-size: 1.3rem;
  line-height: 2.5rem;
  display: inline-block;
  font-weight: 700;
  width: 112px;
  text-align: center;
  border: 2px solid;
  border-radius: 2.5rem;
  background: #fff;
  margin-left: 2rem;
}
@media only screen and (max-width: 1279px) {
  .news-tag {
    font-size: 1rem;
    line-height: 1.7rem;
    width: 90px;
    margin-left: 1.5rem;
  }
}
.news-tag.flyer {
  display: none !important;
}
.news-tag.news {
  color: #d10019;
  border-color: #d10019;
}
.news-tag.event {
  color: #005fa0;
  border-color: #005fa0;
}
.news-tag.hot {
  color: #fff;
  border-color: #005fa0;
  background: #005fa0;
  display: none;
}
.news-tag.new {
  display: none;
  color: #fff;
  border-color: #d10019;
  background: #d10019;
}

#top-smileSafety {
  background: #fcf6ec;
}
#top-smileSafety .icon-box {
  position: relative;
  width: 100%;
}
#top-smileSafety .icon-box .icon {
  position: absolute;
}
#top-smileSafety .icon-box .icon:nth-of-type(1) {
  width: 195px;
  top: -7rem;
  left: 0;
}
@media only screen and (max-width: 1279px) {
  #top-smileSafety .icon-box .icon:nth-of-type(1) {
    width: 130px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top-smileSafety .icon-box .icon:nth-of-type(1) {
    width: 111px;
  }
}
#top-smileSafety .icon-box .icon:nth-of-type(2) {
  width: 91px;
  top: -7rem;
  right: 30%;
}
@media only screen and (max-width: 1279px) {
  #top-smileSafety .icon-box .icon:nth-of-type(2) {
    width: 91px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #top-smileSafety .icon-box .icon:nth-of-type(2) {
    width: 49px;
    top: -4rem;
    right: 69px;
  }
}
#top-smileSafety .content-wrap {
  width: calc(100% - 120px);
  max-width: 1800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #top-smileSafety .content-wrap {
    width: calc(100% - 40px);
  }
}
#top-smileSafety .content-wrap .content {
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 10rem 0 0;
}
@media only screen and (max-width: 1279px) {
  #top-smileSafety .content-wrap .content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #top-smileSafety .content-wrap .content {
    padding: 5rem 0 0;
  }
}
#top-smileSafety .content-wrap .content h2 {
  font-size: 10rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-align: center;
  line-height: 1;
  color: #d10019;
  display: inline-block;
  position: relative;
  padding-bottom: 7rem;
}
@media only screen and (max-width: 1279px) {
  #top-smileSafety .content-wrap .content h2 {
    font-size: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-smileSafety .content-wrap .content h2 {
    padding-bottom: 2.5rem;
  }
}
#top-smileSafety .content-wrap .content h2:before {
  content: "";
  display: inline-block;
  width: 174px;
  height: 210px;
  background: url(../img/icon/icon04.png) no-repeat center/contain;
  position: absolute;
  bottom: 70px;
  left: -204px;
}
@media only screen and (max-width: 1279px) {
  #top-smileSafety .content-wrap .content h2:before {
    width: 88px;
    height: 106px;
    bottom: 5px;
    left: -98px;
  }
}
@media only screen and (max-width: 767px) {
  #top-smileSafety .content-wrap .content h2:before {
    width: 71px;
    left: 30%;
    bottom: 108%;
  }
}
#top-smileSafety .content-wrap .content h2:after {
  content: "";
  width: 1400px;
  height: 165px;
  background: url(../img/icon/line02.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1279px) {
  #top-smileSafety .content-wrap .content h2:after {
    width: 644px;
    height: 73px;
  }
}
@media only screen and (max-width: 767px) {
  #top-smileSafety .content-wrap .content h2:after {
    width: 463px;
    height: 53px;
  }
}
#top-smileSafety .content-wrap .content .sub-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 1279px) {
  #top-smileSafety .content-wrap .content .sub-ttl {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-smileSafety .content-wrap .content .sub-ttl {
    font-size: 2.2rem;
  }
}

.safety-list {
  counter-reset: number 0;
}
.safety-list.-sub .slick-track {
  display: flex;
}
.safety-list.-sub .slick-track > li {
  height: auto !important;
  padding: 0;
  background: #fff;
  border-radius: 30px;
}
.safety-list.-sub li:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .safety-list.-sub li:before {
    top: 51vw;
  }
}
@media only screen and (max-width: 767px) {
  .safety-list.-sub li:before {
    display: none;
  }
  .safety-list.-sub li .num-txt {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  .safety-list.-sub li .txt-box {
    padding: 24rem 3rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .safety-list.-sub li .txt-box {
    padding: 10rem 3rem 4rem;
  }
}
.safety-list.-sub li .txt-box .name {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 40px;
  text-align: right;
}
@media only screen and (max-width: 1279px) {
  .safety-list.-sub li .txt-box .name {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.safety-list.-sub.slick-slider {
  margin: 0 -20px;
}
.safety-list.-sub .slick-list {
  overflow: unset;
}
.safety-list.-sub .slick-list .slick-slide {
  margin: 0 20px;
}
.safety-list.-sub .slick-list .slick-slide .num-txt {
  top: 66%;
}
.safety-list.-sub .slick-list .slick-slide .txt-box .ttl {
  text-align: center;
  line-height: 1.33;
  margin-bottom: 30px;
}
.safety-list .slick-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #d10019;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 4px solid #d10019;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}
.safety-list .slick-arrow > i {
  font-size: 2rem;
}
.safety-list .slick-arrow.left {
  left: 0;
}
.safety-list .slick-arrow.right {
  left: unset;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .safety-list .slick-arrow:hover {
    color: #d10019;
    background: #fff;
  }
}
.safety-list li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 6rem 0 9rem;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .safety-list li {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .safety-list li {
    padding: 3rem 0;
  }
}
.safety-list li .num-txt {
  font-size: clamp(1.8rem, 11vw, 20rem);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #d10019;
  line-height: 1;
  position: absolute;
  z-index: 4;
  left: -2rem;
  top: 70%;
}
@media only screen and (max-width: 1279px) {
  .safety-list li .num-txt {
    top: 75%;
    font-size: clamp(1.8rem, 15vw, 20rem);
  }
}
@media only screen and (max-width: 767px) {
  .safety-list li .num-txt {
    top: 70%;
    font-size: 9.7rem;
    left: -1rem;
  }
}
.safety-list li .img-box {
  position: relative;
  width: 38.7%;
  padding-bottom: 24%;
  margin-right: -40px;
}
@media only screen and (max-width: 1279px) {
  .safety-list li .img-box {
    width: 100%;
    margin-right: 0;
    padding-bottom: 62%;
  }
}
.safety-list li .img-box:before, .safety-list li .img-box:after {
  content: "";
  display: block;
  width: 34%;
  height: 50%;
  position: absolute;
  background: #fbebd1;
}
.safety-list li .img-box:before {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  top: -6rem;
  right: -6rem;
}
@media only screen and (max-width: 767px) {
  .safety-list li .img-box:before {
    top: -3rem;
    right: -2rem;
  }
}
.safety-list li .img-box:after {
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  z-index: 3;
  left: -6rem;
  bottom: -20%;
}
@media only screen and (max-width: 767px) {
  .safety-list li .img-box:after {
    left: -2rem;
    bottom: -3rem;
  }
}
.safety-list li .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
  overflow: hidden;
  z-index: 2;
}
.safety-list li .txt-box {
  width: calc(61.3% + 40px);
  background: #fff;
  border-radius: 3rem;
  margin-top: -7rem;
  padding: 6rem 6rem 6rem 10rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .safety-list li .txt-box {
    width: 100%;
    margin: -10rem 0 0;
    padding: 22rem 3rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .safety-list li .txt-box {
    padding: 10rem 3rem 3rem;
    margin: -4rem 0 0;
  }
}
.safety-list li .txt-box:before {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.safety-list li .txt-box > * + * {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .safety-list li .txt-box > * + * {
    margin-top: 3rem;
  }
}
.safety-list li .txt-box .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  color: #d10019;
}
@media only screen and (max-width: 767px) {
  .safety-list li .txt-box .ttl {
    font-size: 2.2rem;
  }
}
.safety-list li .txt-box .btn-box {
  display: flex;
  gap: 2rem 4rem;
}
@media only screen and (max-width: 1279px) {
  .safety-list li .txt-box .btn-box {
    gap: 2rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .safety-list li .txt-box .btn-box {
    flex-direction: column;
    align-items: center;
  }
}
.safety-list li.triggerEvent {
  opacity: 0;
}
.safety-list li.triggerEvent.-animation {
  animation: fadeUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#top-producs {
  background: #fbebd1;
  padding: 19rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  #top-producs {
    padding: 12rem 0 0;
  }
}
#top-producs .content-wrap .content > h2 {
  font-size: 10rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #d10019;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 1279px) {
  #top-producs .content-wrap .content > h2 {
    font-size: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-producs .content-wrap .content > h2 {
    font-size: 4.5rem;
  }
}
#top-producs .content-wrap .content > .sub-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1279px) {
  #top-producs .content-wrap .content > .sub-ttl {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-producs .content-wrap .content > .sub-ttl {
    font-size: 2rem;
  }
}
#top-producs .content-wrap .content .producs-list {
  margin-bottom: 4rem;
}
#top-producs .content-wrap .content .producs-list .slick-track {
  display: flex;
  height: -moz-max-content;
  height: max-content;
}
#top-producs .content-wrap .content .producs-list .slick-track .slick-slide {
  height: auto !important;
}
#top-producs .content-wrap .content .producs-list .slick-track .item-box {
  width: 620px;
  margin: 0 3rem;
}
@media only screen and (max-width: 767px) {
  #top-producs .content-wrap .content .producs-list .slick-track .item-box {
    width: calc(100vw - 40px);
  }
}
#top-producs .content-wrap .content .producs-list .slick-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  background: #d10019;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  border: 4px solid #d10019;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #top-producs .content-wrap .content .producs-list .slick-arrow {
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    line-height: 40px;
    top: 45%;
  }
}
#top-producs .content-wrap .content .producs-list .slick-arrow > i {
  font-size: 2rem;
}
#top-producs .content-wrap .content .producs-list .slick-arrow.left {
  left: calc(50% - 310px);
}
@media only screen and (max-width: 767px) {
  #top-producs .content-wrap .content .producs-list .slick-arrow.left {
    left: 0;
  }
}
#top-producs .content-wrap .content .producs-list .slick-arrow.right {
  left: calc(50% + 310px);
}
@media only screen and (max-width: 767px) {
  #top-producs .content-wrap .content .producs-list .slick-arrow.right {
    left: unset;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #top-producs .content-wrap .content .producs-list .slick-arrow:hover {
    color: #d10019;
    background: #fff;
  }
}
#top-producs .content-wrap.triggerEvent {
  opacity: 0;
}
#top-producs .content-wrap.triggerEvent.-animation {
  animation: fadeUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.middle-nav {
  padding: 16rem 0 7rem;
}
@media only screen and (max-width: 767px) {
  .middle-nav {
    padding: 12rem 0 7rem;
  }
}
.middle-nav .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .middle-nav .btn-list {
    gap: 2rem;
  }
}
.middle-nav .btn-list > li {
  width: calc((100% - 80px) / 3);
  max-width: 533px;
  min-width: 500px;
}
@media only screen and (max-width: 1279px) {
  .middle-nav .btn-list > li {
    width: 100%;
    max-width: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .middle-nav .btn-list > li {
    width: 100%;
    min-width: unset;
    max-width: 500px;
  }
}
.middle-nav .btn-list > li > a {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.middle-nav .btn-list > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -182px;
  width: 460px;
  height: 460px;
  transform: translateY(-50%);
  background: #d10019;
  border-radius: 50%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .middle-nav .btn-list > li > a:before {
    width: 289px;
    height: 289px;
    left: -114px;
  }
}
.middle-nav .btn-list > li > a .ttl {
  position: absolute;
  top: 50%;
  left: 6rem;
  z-index: 3;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .middle-nav .btn-list > li > a .ttl {
    left: 4rem;
  }
}
.middle-nav .btn-list > li > a .ttl > span {
  font-weight: 700;
  display: block;
  line-height: 1;
  color: #fff;
}
.middle-nav .btn-list > li > a .ttl > span.en {
  font-size: 5.5rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .middle-nav .btn-list > li > a .ttl > span.en {
    font-size: 3.3rem;
    margin-bottom: 0.5rem;
  }
}
.middle-nav .btn-list > li > a .ttl > span.ja {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .middle-nav .btn-list > li > a .ttl > span.ja {
    font-size: 1.2rem;
  }
}
.middle-nav .btn-list > li > a .img-box {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
}
.middle-nav .btn-list > li > a .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.middle-nav.triggerEvent {
  opacity: 0;
}
.middle-nav.triggerEvent.-animation {
  animation: fadeUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#top-recruit {
  width: calc(50% + 840px);
  background: #005fa0;
  border-radius: 0 588px 588px 0;
  border: 4px solid #005fa0;
  overflow: hidden;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 1660px) {
  #top-recruit {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1279px) {
  #top-recruit {
    width: calc(100% - 20px);
    border-radius: 0 100px 0 0;
    margin-bottom: 6rem;
  }
}
#top-recruit .content-wrap {
  width: calc(100% - 120px);
  max-width: 1680px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  #top-recruit .content-wrap {
    align-items: unset;
  }
}
@media only screen and (max-width: 1279px) {
  #top-recruit .content-wrap {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex-direction: column-reverse;
    padding: 0 3rem 4rem;
    position: relative;
  }
}
#top-recruit .content-wrap .txt-box {
  width: 38%;
  padding: 35px 20px 35px 0;
}
@media only screen and (max-width: 1279px) {
  #top-recruit .content-wrap .txt-box {
    width: 100%;
    padding: 1rem 0;
  }
}
#top-recruit .content-wrap .txt-box > * {
  max-width: 587px;
}
#top-recruit .content-wrap .txt-box h2 {
  font-size: 10rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 1660px) {
  #top-recruit .content-wrap .txt-box h2 {
    font-size: 4.5rem;
  }
}
#top-recruit .content-wrap .txt-box .sub-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}
#top-recruit .content-wrap .txt-box h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1660px) {
  #top-recruit .content-wrap .txt-box h3 {
    font-size: 2.2rem;
  }
}
#top-recruit .content-wrap .txt-box .txt {
  color: #fff;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1279px) {
  #top-recruit .content-wrap .txt-box .txt {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1279px) {
  #top-recruit .content-wrap .txt-box .btn-box {
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
  }
}
#top-recruit .content-wrap .img-box {
  width: 62%;
  display: flex;
}
@media only screen and (max-width: 1500px) {
  #top-recruit .content-wrap .img-box {
    height: auto;
  }
}
@media only screen and (max-width: 1279px) {
  #top-recruit .content-wrap .img-box {
    width: auto;
    overflow: hidden;
    margin: 0 -3rem 3rem;
    border-radius: 0 90px 100px 0;
  }
}
#top-recruit .content-wrap .img-box > .item {
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  margin: 0 -1.9%;
}
#top-recruit .content-wrap .img-box > .item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-recruit.triggerEvent {
  transform: translateX(-100%);
  transition: 0.7s;
}
#top-recruit.triggerEvent .content-wrap {
  opacity: 0;
  transition: 0.3s;
}
#top-recruit.-animation {
  transform: translateX(0);
}
#top-recruit.-animation .content-wrap {
  opacity: 1;
  transition-delay: 0.7s;
}

#top-instagram {
  background: #fcf6ec;
  position: relative;
  overflow: hidden;
}
#top-instagram .container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 0;
}
@media only screen and (max-width: 1279px) {
  #top-instagram .container-inner {
    flex-direction: column;
    padding: 0;
  }
}
#top-instagram .container-inner .l-box {
  width: 29%;
  z-index: 2;
}
@media only screen and (max-width: 1279px) {
  #top-instagram .container-inner .l-box {
    position: relative;
    overflow: hidden;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 6rem 11rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-instagram .container-inner .l-box {
    background: #d10019;
    padding: 3.5rem 3rem 4rem;
  }
}
#top-instagram .container-inner .l-box:before {
  content: "";
  display: block;
  width: 43.6vw;
  height: 43.6vw;
  min-width: 30vw;
  min-height: 30vw;
  max-width: 837px;
  max-height: 837px;
  background: #d10019;
  position: absolute;
  top: 50%;
  left: -15vw;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media only screen and (max-width: 1279px) {
  #top-instagram .container-inner .l-box:before {
    width: 108vw;
    height: 108vw;
    left: -29vw;
  }
}
@media only screen and (max-width: 767px) {
  #top-instagram .container-inner .l-box:before {
    display: none;
  }
}
#top-instagram .container-inner .l-box h2 {
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #fff;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #top-instagram .container-inner .l-box h2 {
    font-size: 3.5rem;
  }
}
#top-instagram .container-inner .l-box .sub-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #top-instagram .container-inner .l-box .sub-ttl {
    font-size: 1.8rem;
  }
}
#top-instagram .container-inner .r-box {
  width: 67%;
}
@media only screen and (max-width: 1279px) {
  #top-instagram .container-inner .r-box {
    width: 73%;
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #top-instagram .container-inner .r-box {
    width: 75%;
  }
}
#top-instagram .container-inner .r-box .instagram-list {
  display: flex;
  gap: 0 0.57%;
}
@media only screen and (max-width: 1279px) {
  #top-instagram .container-inner .r-box .instagram-list {
    flex-wrap: wrap;
    gap: 0.5rem 1.33%;
  }
}
@media only screen and (max-width: 767px) {
  #top-instagram .container-inner .r-box .instagram-list {
    gap: 0.5rem 2%;
  }
}
#top-instagram .container-inner .r-box .instagram-list > .item {
  width: 12%;
}
@media only screen and (max-width: 1279px) {
  #top-instagram .container-inner .r-box .instagram-list > .item {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  #top-instagram .container-inner .r-box .instagram-list > .item {
    width: 49%;
  }
}
#top-instagram .container-inner .r-box .instagram-list > .item > a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
}
#top-instagram .container-inner .r-box .instagram-list > .item > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#top-instagram .container-inner .r-box #sb_instagram .sb_instagram_header,
#top-instagram .container-inner .r-box #sb_instagram #sbi_load {
  display: none;
}
#top-instagram .container-inner .r-box #sb_instagram #sbi_images {
  display: flex;
  gap: 0 0.57% !important;
}
@media only screen and (max-width: 1279px) {
  #top-instagram .container-inner .r-box #sb_instagram #sbi_images {
    flex-wrap: wrap;
    gap: 0.5rem 1.33% !important;
  }
}
@media only screen and (max-width: 767px) {
  #top-instagram .container-inner .r-box #sb_instagram #sbi_images {
    gap: 0.5rem 2% !important;
  }
}
#top-instagram .container-inner .r-box #sb_instagram #sbi_images > .sbi_item {
  width: 12%;
}
#top-instagram .container-inner .r-box #sb_instagram #sbi_images > .sbi_item:nth-of-type(n + 9) {
  display: none !important;
}
@media only screen and (max-width: 1279px) {
  #top-instagram .container-inner .r-box #sb_instagram #sbi_images > .sbi_item {
    width: 24%;
  }
}
@media only screen and (max-width: 767px) {
  #top-instagram .container-inner .r-box #sb_instagram #sbi_images > .sbi_item {
    width: 49%;
  }
}
#top-instagram .container-inner .r-box #sb_instagram #sbi_images > .sbi_item a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
}
#top-instagram .container-inner .r-box #sb_instagram #sbi_images > .sbi_item a .sbi_lightbox_carousel_icon {
  top: 15px;
  right: 15px;
}

.f16px {
  font-size: 1.6rem !important;
}

.bg-box01 {
  background: #fcf6ec;
  padding: 60px 0;
  position: relative;
}
.bg-box01:before, .bg-box01:after {
  content: "";
  position: absolute;
}
.bg-box01:before {
  width: 88px;
  height: 106px;
  background: url(../img/icon/icon04.png) no-repeat center/contain;
  top: 50px;
  left: 120px;
}
@media only screen and (max-width: 1279px) {
  .bg-box01:before {
    width: 42px;
    height: 50px;
    top: 30px;
    left: 20px;
  }
}
.bg-box01:after {
  width: 91px;
  height: 76px;
  background: url(../img/icon/icon03.png) no-repeat center/contain;
  top: 50px;
  right: 120px;
}
@media only screen and (max-width: 1279px) {
  .bg-box01:after {
    width: 49px;
    height: 41px;
    top: 30px;
    right: 20px;
  }
}
.bg-box01.-change:before {
  background-image: url(../img/icon/icon03.png);
  width: 91px;
  height: 76px;
}
@media only screen and (max-width: 1279px) {
  .bg-box01.-change:before {
    width: 49px;
    height: 41px;
  }
}
.bg-box01.-change:after {
  background-image: url(../img/icon/icon04.png);
  width: 88px;
  height: 106px;
}
@media only screen and (max-width: 1279px) {
  .bg-box01.-change:after {
    width: 42px;
    height: 50px;
  }
}
.bg-box01.-noicon:before, .bg-box01.-noicon:after {
  display: none;
}
.bg-box01.-news:before, .bg-box01.-news:after {
  z-index: 2;
  top: 10px;
}
@media only screen and (max-width: 1279px) {
  .bg-box01.-news:before, .bg-box01.-news:after {
    top: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  .bg-box01.-news:after {
    top: 25px;
  }
}
.bg-box01.-faq:before, .bg-box01.-faq:after {
  z-index: 2;
  top: 10px;
}
@media only screen and (max-width: 1279px) {
  .bg-box01.-faq:before, .bg-box01.-faq:after {
    top: 7px;
  }
}
.bg-box01.-faq:before {
  left: 30px;
}
@media only screen and (max-width: 1279px) {
  .bg-box01.-faq:before {
    left: 20px;
  }
}
.bg-box01.-faq:after {
  right: 30px;
}
@media only screen and (max-width: 1279px) {
  .bg-box01.-faq:after {
    top: 10px;
    right: 20px;
  }
}

h2.sub {
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #d10019;
  width: -moz-max-content;
  width: max-content;
  padding: 0 100px 15px 0;
  margin: 0 auto 60px;
  min-width: 292px;
  background: url(../img/common/h2_icon01.png) no-repeat bottom left/100% 30px;
}
@media only screen and (max-width: 1279px) {
  h2.sub {
    width: calc(100% + 60px);
    max-width: unset;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 -30px 30px;
    background: url(../img/common/h2_icon01.png) no-repeat bottom right/293px 30px;
  }
}

h3.sub {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1279px) {
  h3.sub {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.company-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1279px) {
  .company-content {
    flex-wrap: wrap;
  }
}
.company-content .l-box,
.company-content .r-box {
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media only screen and (max-width: 1279px) {
  .company-content .l-box,
  .company-content .r-box {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .company-content .l-box {
    padding-bottom: 40px;
    padding: 20px 30px 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .company-content .r-box {
    margin-top: 30px;
    padding: 30px;
  }
}
.company-content .r-box .g-map {
  padding-bottom: 97.24%;
  position: relative;
  height: 100%;
}
.company-content .r-box .g-map > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.table01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table01 tr th,
.table01 tr td {
  vertical-align: top;
  line-height: 2;
  position: relative;
  padding: 25px 0 10px;
}
@media only screen and (max-width: 1279px) {
  .table01 tr th,
  .table01 tr td {
    display: block;
    width: 100% !important;
  }
}
.table01 tr th:first-child:before,
.table01 tr td:first-child:before {
  border-radius: 2px 0 0 2px;
}
.table01 tr th:last-child:before,
.table01 tr td:last-child:before {
  border-radius: 0 2px 2px 0;
}
.table01 tr th:before,
.table01 tr td:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #005fa0;
}
.table01 tr th {
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 1279px) {
  .table01 tr th {
    padding-top: 20px;
    padding-bottom: 3px;
  }
  .table01 tr th:before {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .table01 tr td {
    padding-top: 3px;
    padding-bottom: 14px;
  }
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.flex-box .ttl {
  font-weight: 700;
  width: 80px;
}
.flex-box .txt {
  width: calc(100% - 80px);
}
@media only screen and (max-width: 1279px) {
  .flex-box .txt {
    width: 100%;
  }
}

.mb120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1279px) {
  .mb120 {
    margin-bottom: 90px;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media only screen and (max-width: 1279px) {
  .mb90 {
    margin-bottom: 60px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 1279px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.f28px {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1279px) {
  .f28px {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.f13px {
  font-size: 1.3rem;
}

.point-list {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 30px;
}
.point-list .slick-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #d10019;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 4px solid #d10019;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}
.point-list .slick-arrow > i {
  font-size: 2rem;
}
.point-list .slick-arrow.left {
  left: -20px;
}
.point-list .slick-arrow.right {
  left: unset;
  right: -20px;
}
@media only screen and (min-width: 768px) {
  .point-list .slick-arrow:hover {
    color: #d10019;
    background: #fff;
  }
}
.point-list .slick-track {
  display: flex;
}
.point-list .slick-track > li {
  height: auto !important;
}
.point-list li {
  width: calc((100% - 60px) / 3);
  margin-top: 57px;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .point-list li {
    width: calc((100% - 30px) / 2);
  }
}
.point-list li .num-txt {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  background: #d10019;
  width: 213px;
  border-radius: 49px 49px 0 0;
  padding: 13px 0;
}
@media only screen and (max-width: 1279px) {
  .point-list li .num-txt {
    font-size: 1.8rem;
  }
}
.point-list li .img-box {
  border: 10px solid #d10019;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
}
.point-list li .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.point-list li .txt-box {
  padding: 20px 40px 60px;
}
.point-list li .txt-box .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #d10019;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .point-list li .txt-box .ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}

.bdr-box {
  border: 4px solid #005fa0;
  border-radius: 30px;
  background: #fff;
  padding: 40px;
}
.bdr-box .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #005fa0;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .bdr-box .ttl {
    font-size: 2.4rem;
  }
}
.bdr-box .ttl:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #005fa0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bdr-box .sub-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #005fa0;
}
@media only screen and (max-width: 1279px) {
  .bdr-box .sub-ttl {
    font-size: 2rem;
  }
}

.anchor-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.anchor-link > li {
  width: 300px;
}
.anchor-link > li > a {
  font-weight: 700;
  text-align: center;
  color: #005fa0;
  line-height: 2;
  display: block;
  background: #fff;
  border: 4px solid #005fa0;
  border-radius: 74px;
  padding: 17px 45px;
  position: relative;
  transition: 0.3s;
}
.anchor-link > li > a:before {
  content: "\f061";
  font-size: 2rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(90deg);
}
.anchor-link > li > a:hover {
  color: #fff;
  background: #005fa0;
}
.anchor-link > li > a.red {
  color: #d10019;
  border-color: #d10019;
}
.anchor-link > li > a.red:hover {
  color: #fff;
  background: #d10019;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.products-list .slick-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #d10019;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 4px solid #d10019;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}
.products-list .slick-arrow > i {
  font-size: 2rem;
}
.products-list .slick-arrow.left {
  left: -20px;
}
.products-list .slick-arrow.right {
  left: unset;
  right: -20px;
}
@media only screen and (min-width: 768px) {
  .products-list .slick-arrow:hover {
    color: #d10019;
    background: #fff;
  }
}
.products-list li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 1399px) {
  .products-list li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .products-list li {
    width: 335px;
    margin: 0 10px;
  }
}
.products-list li .card-box {
  padding: 40px;
}
.products-list li .card-box .txt-box .ttl {
  line-height: 1.6;
}
.products-list li .card-box .txt-box .txt {
  min-height: 128px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

.recruit-first-box {
  width: calc(50vw + 840px);
  background: #005fa0;
  padding: 10px 10px 10px 120px;
  border-radius: 0 280px 280px 0;
  overflow: hidden;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1920px) {
  .recruit-first-box {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 1750px) {
  .recruit-first-box {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1279px) {
  .recruit-first-box {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-first-box {
    padding: 0;
    border: 3px solid #005fa0;
    border-left: 0;
    border-radius: 0 100px 0 0;
  }
}
.recruit-first-box .content-box {
  width: 1665px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1920px) {
  .recruit-first-box .content-box {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .recruit-first-box .content-box {
    align-items: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-first-box .content-box {
    flex-wrap: wrap;
  }
}
.recruit-first-box .content-box .img-box {
  width: 48.7%;
}
@media only screen and (max-width: 1024px) {
  .recruit-first-box .content-box .img-box {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
.recruit-first-box .content-box .img-box img {
  height: 100%;
  border-radius: 0 280px 280px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media only screen and (max-width: 1920px) {
  .recruit-first-box .content-box .img-box img {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-first-box .content-box .img-box img {
    border-radius: 0 0 100px 0;
    height: auto;
  }
}
.recruit-first-box .content-box .txt-box {
  width: 46.5%;
  color: #fff;
}
@media only screen and (max-width: 1750px) {
  .recruit-first-box .content-box .txt-box {
    width: 50%;
    padding: 35px 30px 35px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-first-box .content-box .txt-box {
    order: 2;
    width: 100%;
    margin-left: auto;
    padding: 0 30px 40px;
  }
}
.recruit-first-box .content-box .txt-box .ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1279px) {
  .recruit-first-box .content-box .txt-box .ttl {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-first-box .content-box .txt-box .ttl br {
    display: none;
  }
}
.recruit-first-box .content-box .txt-box .name {
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
  margin-top: 40px;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.faq-list > li {
  width: calc((100% - 60px) / 3);
  border: 4px solid #005fa0;
  border-radius: 30px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .faq-list > li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .faq-list > li {
    width: 100%;
  }
}
.faq-list > li .acc-ttl,
.faq-list > li .acc-txt {
  position: relative;
}
.faq-list > li .acc-ttl > .mark-txt,
.faq-list > li .acc-txt > .mark-txt {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  left: 40px;
}
@media only screen and (max-width: 1279px) {
  .faq-list > li .acc-ttl > .mark-txt,
  .faq-list > li .acc-txt > .mark-txt {
    left: 20px;
  }
}
.faq-list > li .acc-txt {
  padding: 0 40px 50px 85px;
}
@media only screen and (max-width: 1279px) {
  .faq-list > li .acc-txt {
    padding: 0 20px 20px 60px;
  }
}
.faq-list > li .acc-txt > .mark-txt {
  background: #d10019;
}
.faq-list > li .acc-txt .txt {
  margin-bottom: 20px;
}
.faq-list > li .acc-txt {
  display: none;
}
.faq-list > li .acc-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  color: #005fa0;
  padding: 40px 65px 50px 85px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1279px) {
  .faq-list > li .acc-ttl {
    padding: 20px 45px 30px 60px;
  }
}
.faq-list > li .acc-ttl > .mark-txt {
  background: #005fa0;
  top: 37px;
}
@media only screen and (max-width: 1279px) {
  .faq-list > li .acc-ttl > .mark-txt {
    top: 18px;
  }
}
.faq-list > li .acc-ttl:before {
  content: "";
  width: calc(100% - 80px);
  height: 4px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: #005fa0;
  border-radius: 2px;
}
@media only screen and (max-width: 1279px) {
  .faq-list > li .acc-ttl:before {
    width: calc(100% - 40px);
    bottom: 15px;
  }
}
.faq-list > li .acc-ttl:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/plus_icon01.png) no-repeat center/contain;
  top: 45px;
  right: 37px;
  position: absolute;
}
@media only screen and (max-width: 1279px) {
  .faq-list > li .acc-ttl:after {
    top: 26px;
    right: 20px;
  }
}
.faq-list > li .acc-ttl.open:after {
  background-image: url(../img/common/minus_icon01.png);
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.page-numbers > li > .page-numbers {
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 52px;
  background: #fff;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  border: 4px solid #005fa0;
}
@media only screen and (max-width: 1279px) {
  .page-numbers > li > .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #005fa0;
  }
}
.page-numbers > li > .page-numbers.dots {
  border: unset;
  margin: 0 -5px;
  background: unset;
}
@media only screen and (max-width: 1279px) {
  .page-numbers > li > .page-numbers.dots {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.page-numbers > li > .page-numbers.current, .page-numbers > li > .page-numbers:not(.dots):hover {
  background: #005fa0;
  color: #fff;
}
.page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #005fa0;
  background: unset;
  border: unset;
}
@media only screen and (max-width: 1279px) {
  .page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.news-detail-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.news-detail-info > time {
  font-size: 1.3rem;
}

.news-detail-box {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1279px) {
  .news-detail-box {
    margin-bottom: 40px;
  }
}
.news-detail-box .wp-block-file {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail-box > * {
  margin: 0 auto 40px;
}
.news-detail-box > * + * {
  margin-top: 40px;
}
.news-detail-box h2 + *,
.news-detail-box h3 + *,
.news-detail-box h4 + *,
.news-detail-box h5 + * {
  margin-top: 20px;
}
.news-detail-box figure,
.news-detail-box img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.news-detail-box p {
  margin: 0;
}
.news-detail-box p > img {
  margin: 40px auto;
}
.news-detail-box p:first-child > img {
  margin-top: 0;
}
.news-detail-box a {
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  color: #d10019;
}
.news-detail-box a:hover {
  text-decoration: underline;
}
.news-detail-box ul > li,
.news-detail-box ol > li {
  position: relative;
}
.news-detail-box ul > li:before,
.news-detail-box ol > li:before {
  position: absolute;
  left: 0;
}
.news-detail-box ul > li > ul, .news-detail-box ul > li > ol,
.news-detail-box ol > li > ul,
.news-detail-box ol > li > ol {
  padding: 5px;
}
.news-detail-box ul > li > ul > * + *, .news-detail-box ul > li > ol > * + *,
.news-detail-box ol > li > ul > * + *,
.news-detail-box ol > li > ol > * + * {
  margin-top: 5px;
}
.news-detail-box ul > li {
  padding-left: 1.5rem;
}
.news-detail-box ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  top: 14px;
  background: #005fa0;
}
.news-detail-box ol {
  counter-reset: section;
}
.news-detail-box ol > li {
  padding-left: 2.5rem;
}
.news-detail-box ol > li:before {
  font-weight: 700;
  counter-increment: section;
  content: counter(section) ".";
  top: 0;
}
.news-detail-box .wp-block-media-text {
  gap: 20px 40px;
}
@media only screen and (max-width: 1279px) {
  .news-detail-box .wp-block-media-text {
    gap: 20px;
  }
}
.news-detail-box .wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}
.news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex {
  flex-wrap: nowrap !important;
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex {
    gap: 10px !important;
    justify-content: center;
    flex-wrap: wrap !important;
  }
}
.news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow {
  flex-basis: unset !important;
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow {
    width: calc(50% - 5px) !important;
    flex-basis: calc(50% - 5px) !important;
    flex-grow: unset;
  }
}
.news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex .is-type-video {
  margin-top: 0;
}
@media only screen and (max-width: 1279px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-1 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-1 > .wp-block-column {
    width: calc((100% - 0px) / 1) !important;
    flex-basis: calc((100% - 0px) / 1) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 1279px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-2 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-2 > .wp-block-column {
    width: calc((100% - 20px) / 2) !important;
    flex-basis: calc((100% - 20px) / 2) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 1279px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-3 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-3 > .wp-block-column {
    width: calc((100% - 40px) / 3) !important;
    flex-basis: calc((100% - 40px) / 3) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-1 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-1 > .wp-block-column {
    width: calc((100% - 0px) / 1) !important;
    flex-basis: calc((100% - 0px) / 1) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-2 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-2 > .wp-block-column {
    width: calc((100% - 20px) / 2) !important;
    flex-basis: calc((100% - 20px) / 2) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-3 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-3 > .wp-block-column {
    width: calc((100% - 40px) / 3) !important;
    flex-basis: calc((100% - 40px) / 3) !important;
    flex-grow: unset;
  }
}
.news-detail-box .is-type-video {
  margin-top: 40px;
}
.news-detail-box .wp-block-spacer {
  margin-bottom: 0;
}
.news-detail-box .wp-block-spacer,
.news-detail-box .wp-block-spacer + * {
  margin-top: 0;
}
.news-detail-box h2 {
  font-size: 2.8rem;
  position: relative;
  line-height: 1.6;
  padding-bottom: 10px;
}
.news-detail-box h2:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 1px;
  background: #005fa0;
}
@media only screen and (max-width: 1279px) {
  .news-detail-box h2 {
    font-size: 2.4rem;
  }
}
.news-detail-box h3 {
  font-size: 2.8rem;
  position: relative;
  line-height: 1.6;
}
@media only screen and (max-width: 1279px) {
  .news-detail-box h3 {
    font-size: 2.4rem;
  }
}
.news-detail-box h4 {
  font-size: 2.4rem;
  position: relative;
  line-height: 1.6;
}
@media only screen and (max-width: 1279px) {
  .news-detail-box h4 {
    font-size: 2rem;
  }
}
.news-detail-box h5 {
  font-size: 2rem;
  position: relative;
  line-height: 1.6;
}
@media only screen and (max-width: 1279px) {
  .news-detail-box h5 {
    font-size: 1.6rem;
  }
}

.detail-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .detail-btn-box {
    flex-wrap: wrap;
  }
}
.detail-btn-box > div {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .detail-btn-box > div {
    width: 100%;
    text-align: center;
  }
}
.detail-btn-box > div > a {
  font-weight: 700;
  text-align: center;
  line-height: 66px;
  height: 74px;
  color: #005fa0;
  width: 100%;
  display: inline-block;
  border: 4px solid #005fa0;
  background: #fff;
  border-radius: 74px;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .detail-btn-box > div > a {
    max-width: 300px;
  }
}
.detail-btn-box > div > a:before {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.detail-btn-box > div > a:hover {
  background: #005fa0;
  color: #fff;
}
.detail-btn-box > div.prev-btn > a:before {
  content: "\f060";
  left: 20px;
}
.detail-btn-box > div.next-btn > a:before {
  content: "\f061";
  right: 20px;
}
.detail-btn-box > div.search-page > a {
  border-color: #d10019;
  color: #d10019;
  transition: 0.3s;
}
.detail-btn-box > div.search-page > a:before {
  content: "\f062";
  right: 20px;
}
.detail-btn-box > div.search-page > a:hover {
  color: #fff;
  background: #d10019;
}

.contact-top {
  display: flex;
  gap: 30px 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1279px) {
  .contact-top {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.contact-top .bdr-box {
  width: 100%;
}
.contact-top .bdr-box .ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.contact-top .bdr-box .sub-txt {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.wpcf7-form {
  /* 送信後のレスポンステキスト */
}
.wpcf7-form .white-box {
  background: #fff;
  border-radius: 40px;
  padding: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1279px) {
  .wpcf7-form .white-box {
    margin: 0 -30px 40px;
    padding: 40px 30px;
    border-radius: 0;
  }
}
.wpcf7-form .white-box .table01 tbody tr th {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1279px) {
  .wpcf7-form .white-box .table01 tbody tr th {
    padding-bottom: 3px;
  }
}
.wpcf7-form .white-box .table01 tbody tr th > .required {
  position: absolute !important;
  top: 30px;
  right: 0;
}
@media only screen and (max-width: 1279px) {
  .wpcf7-form .white-box .table01 tbody tr th > .required {
    top: 23px;
  }
}
.wpcf7-form .white-box .table01 tbody tr td {
  padding-left: 60px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1279px) {
  .wpcf7-form .white-box .table01 tbody tr td {
    padding-left: 0;
  }
}
.wpcf7-form .submit-btn-box .submit-btn {
  display: inline-block;
  width: 300px;
  position: relative;
  cursor: pointer;
}
.wpcf7-form .submit-btn-box .submit-btn:after {
  content: "\f061";
  font-size: 2rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.wpcf7-form .submit-btn-box .submit-btn > input {
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 74px;
  border: 4px solid #005fa0;
  background: #005fa0;
  border-radius: 74px;
  transition: 0.3s;
  cursor: pointer;
}
.wpcf7-form .submit-btn-box .submit-btn .wpcf7-spinner {
  display: none;
}
.wpcf7-form .submit-btn-box .submit-btn:hover > input {
  background: #fff;
  color: #005fa0;
}
.wpcf7-form .submit-btn-box .submit-btn:hover:after {
  color: #005fa0;
}
.wpcf7-form .wpcf7-radio {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label input {
  display: none;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 28px;
  position: relative;
  display: inline-block;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  width: 13px;
  height: 13px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  border: 0;
  padding: 10px;
  border-radius: 21px;
  background: #fcf6ec;
}
.wpcf7-form input[type=text]::-moz-placeholder, .wpcf7-form input[type=email]::-moz-placeholder, .wpcf7-form input[type=tel]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  font-weight: 400;
  color: #afafaf;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form textarea::placeholder {
  font-weight: 400;
  color: #afafaf;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel] {
  height: 41px;
}
.wpcf7-form .flex-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  .wpcf7-form .flex-box {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1279px) {
  .wpcf7-form .flex-box > p {
    width: 100%;
  }
}
.wpcf7-form .flex-box > p > span {
  display: inline-block;
}
.wpcf7-form .flex-box > p:nth-of-type(2) {
  width: calc(100% - 80px);
}
@media only screen and (max-width: 1279px) {
  .wpcf7-form .flex-box > p:nth-of-type(2) {
    width: 100%;
  }
}
.wpcf7-form .flex-box > p:nth-of-type(2) .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .flex-box > p:nth-of-type(2) .wpcf7-form-control-wrap > input {
  width: 100%;
}
.wpcf7-form #reCaptcha > a {
  color: #d10019;
}
.wpcf7-form .required {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  background: #d10019;
  border-radius: 5px;
  padding: 0 7px;
}
.wpcf7-form .required:before {
  display: none !important;
}
.wpcf7-form .wpcf7-response-output {
  text-align: center;
  padding: 1.5em !important;
  font-weight: bold;
  margin-top: 6rem;
  border-radius: 84px;
}
@media only screen and (max-width: 575px) {
  .wpcf7-form .wpcf7-response-output {
    text-align: left;
  }
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #fff !important;
  background: #005fa0 !important;
  border: 2px solid transparent !important;
}
.wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7-form.payment-required .wpcf7-response-output {
  color: #fff !important;
  background: #d10019 !important;
  border: 2px solid transparent !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #d10019 !important;
  font-size: 13px;
}

.youtube-box {
  width: 100%;
  padding-bottom: 55.5%;
  position: relative;
}
.youtube-box > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.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%;
}

@media only screen and (max-width: 1279px) {
  .w1-tb {
    width: 1%;
  }
}
@media only screen and (max-width: 1279px) {
  .w2-tb {
    width: 2%;
  }
}
@media only screen and (max-width: 1279px) {
  .w3-tb {
    width: 3%;
  }
}
@media only screen and (max-width: 1279px) {
  .w4-tb {
    width: 4%;
  }
}
@media only screen and (max-width: 1279px) {
  .w5-tb {
    width: 5%;
  }
}
@media only screen and (max-width: 1279px) {
  .w6-tb {
    width: 6%;
  }
}
@media only screen and (max-width: 1279px) {
  .w7-tb {
    width: 7%;
  }
}
@media only screen and (max-width: 1279px) {
  .w8-tb {
    width: 8%;
  }
}
@media only screen and (max-width: 1279px) {
  .w9-tb {
    width: 9%;
  }
}
@media only screen and (max-width: 1279px) {
  .w10-tb {
    width: 10%;
  }
}
@media only screen and (max-width: 1279px) {
  .w11-tb {
    width: 11%;
  }
}
@media only screen and (max-width: 1279px) {
  .w12-tb {
    width: 12%;
  }
}
@media only screen and (max-width: 1279px) {
  .w13-tb {
    width: 13%;
  }
}
@media only screen and (max-width: 1279px) {
  .w14-tb {
    width: 14%;
  }
}
@media only screen and (max-width: 1279px) {
  .w15-tb {
    width: 15%;
  }
}
@media only screen and (max-width: 1279px) {
  .w16-tb {
    width: 16%;
  }
}
@media only screen and (max-width: 1279px) {
  .w17-tb {
    width: 17%;
  }
}
@media only screen and (max-width: 1279px) {
  .w18-tb {
    width: 18%;
  }
}
@media only screen and (max-width: 1279px) {
  .w19-tb {
    width: 19%;
  }
}
@media only screen and (max-width: 1279px) {
  .w20-tb {
    width: 20%;
  }
}
@media only screen and (max-width: 1279px) {
  .w21-tb {
    width: 21%;
  }
}
@media only screen and (max-width: 1279px) {
  .w22-tb {
    width: 22%;
  }
}
@media only screen and (max-width: 1279px) {
  .w23-tb {
    width: 23%;
  }
}
@media only screen and (max-width: 1279px) {
  .w24-tb {
    width: 24%;
  }
}
@media only screen and (max-width: 1279px) {
  .w25-tb {
    width: 25%;
  }
}
@media only screen and (max-width: 1279px) {
  .w26-tb {
    width: 26%;
  }
}
@media only screen and (max-width: 1279px) {
  .w27-tb {
    width: 27%;
  }
}
@media only screen and (max-width: 1279px) {
  .w28-tb {
    width: 28%;
  }
}
@media only screen and (max-width: 1279px) {
  .w29-tb {
    width: 29%;
  }
}
@media only screen and (max-width: 1279px) {
  .w30-tb {
    width: 30%;
  }
}
@media only screen and (max-width: 1279px) {
  .w31-tb {
    width: 31%;
  }
}
@media only screen and (max-width: 1279px) {
  .w32-tb {
    width: 32%;
  }
}
@media only screen and (max-width: 1279px) {
  .w33-tb {
    width: 33%;
  }
}
@media only screen and (max-width: 1279px) {
  .w34-tb {
    width: 34%;
  }
}
@media only screen and (max-width: 1279px) {
  .w35-tb {
    width: 35%;
  }
}
@media only screen and (max-width: 1279px) {
  .w36-tb {
    width: 36%;
  }
}
@media only screen and (max-width: 1279px) {
  .w37-tb {
    width: 37%;
  }
}
@media only screen and (max-width: 1279px) {
  .w38-tb {
    width: 38%;
  }
}
@media only screen and (max-width: 1279px) {
  .w39-tb {
    width: 39%;
  }
}
@media only screen and (max-width: 1279px) {
  .w40-tb {
    width: 40%;
  }
}
@media only screen and (max-width: 1279px) {
  .w41-tb {
    width: 41%;
  }
}
@media only screen and (max-width: 1279px) {
  .w42-tb {
    width: 42%;
  }
}
@media only screen and (max-width: 1279px) {
  .w43-tb {
    width: 43%;
  }
}
@media only screen and (max-width: 1279px) {
  .w44-tb {
    width: 44%;
  }
}
@media only screen and (max-width: 1279px) {
  .w45-tb {
    width: 45%;
  }
}
@media only screen and (max-width: 1279px) {
  .w46-tb {
    width: 46%;
  }
}
@media only screen and (max-width: 1279px) {
  .w47-tb {
    width: 47%;
  }
}
@media only screen and (max-width: 1279px) {
  .w48-tb {
    width: 48%;
  }
}
@media only screen and (max-width: 1279px) {
  .w49-tb {
    width: 49%;
  }
}
@media only screen and (max-width: 1279px) {
  .w50-tb {
    width: 50%;
  }
}
@media only screen and (max-width: 1279px) {
  .w51-tb {
    width: 51%;
  }
}
@media only screen and (max-width: 1279px) {
  .w52-tb {
    width: 52%;
  }
}
@media only screen and (max-width: 1279px) {
  .w53-tb {
    width: 53%;
  }
}
@media only screen and (max-width: 1279px) {
  .w54-tb {
    width: 54%;
  }
}
@media only screen and (max-width: 1279px) {
  .w55-tb {
    width: 55%;
  }
}
@media only screen and (max-width: 1279px) {
  .w56-tb {
    width: 56%;
  }
}
@media only screen and (max-width: 1279px) {
  .w57-tb {
    width: 57%;
  }
}
@media only screen and (max-width: 1279px) {
  .w58-tb {
    width: 58%;
  }
}
@media only screen and (max-width: 1279px) {
  .w59-tb {
    width: 59%;
  }
}
@media only screen and (max-width: 1279px) {
  .w60-tb {
    width: 60%;
  }
}
@media only screen and (max-width: 1279px) {
  .w61-tb {
    width: 61%;
  }
}
@media only screen and (max-width: 1279px) {
  .w62-tb {
    width: 62%;
  }
}
@media only screen and (max-width: 1279px) {
  .w63-tb {
    width: 63%;
  }
}
@media only screen and (max-width: 1279px) {
  .w64-tb {
    width: 64%;
  }
}
@media only screen and (max-width: 1279px) {
  .w65-tb {
    width: 65%;
  }
}
@media only screen and (max-width: 1279px) {
  .w66-tb {
    width: 66%;
  }
}
@media only screen and (max-width: 1279px) {
  .w67-tb {
    width: 67%;
  }
}
@media only screen and (max-width: 1279px) {
  .w68-tb {
    width: 68%;
  }
}
@media only screen and (max-width: 1279px) {
  .w69-tb {
    width: 69%;
  }
}
@media only screen and (max-width: 1279px) {
  .w70-tb {
    width: 70%;
  }
}
@media only screen and (max-width: 1279px) {
  .w71-tb {
    width: 71%;
  }
}
@media only screen and (max-width: 1279px) {
  .w72-tb {
    width: 72%;
  }
}
@media only screen and (max-width: 1279px) {
  .w73-tb {
    width: 73%;
  }
}
@media only screen and (max-width: 1279px) {
  .w74-tb {
    width: 74%;
  }
}
@media only screen and (max-width: 1279px) {
  .w75-tb {
    width: 75%;
  }
}
@media only screen and (max-width: 1279px) {
  .w76-tb {
    width: 76%;
  }
}
@media only screen and (max-width: 1279px) {
  .w77-tb {
    width: 77%;
  }
}
@media only screen and (max-width: 1279px) {
  .w78-tb {
    width: 78%;
  }
}
@media only screen and (max-width: 1279px) {
  .w79-tb {
    width: 79%;
  }
}
@media only screen and (max-width: 1279px) {
  .w80-tb {
    width: 80%;
  }
}
@media only screen and (max-width: 1279px) {
  .w81-tb {
    width: 81%;
  }
}
@media only screen and (max-width: 1279px) {
  .w82-tb {
    width: 82%;
  }
}
@media only screen and (max-width: 1279px) {
  .w83-tb {
    width: 83%;
  }
}
@media only screen and (max-width: 1279px) {
  .w84-tb {
    width: 84%;
  }
}
@media only screen and (max-width: 1279px) {
  .w85-tb {
    width: 85%;
  }
}
@media only screen and (max-width: 1279px) {
  .w86-tb {
    width: 86%;
  }
}
@media only screen and (max-width: 1279px) {
  .w87-tb {
    width: 87%;
  }
}
@media only screen and (max-width: 1279px) {
  .w88-tb {
    width: 88%;
  }
}
@media only screen and (max-width: 1279px) {
  .w89-tb {
    width: 89%;
  }
}
@media only screen and (max-width: 1279px) {
  .w90-tb {
    width: 90%;
  }
}
@media only screen and (max-width: 1279px) {
  .w91-tb {
    width: 91%;
  }
}
@media only screen and (max-width: 1279px) {
  .w92-tb {
    width: 92%;
  }
}
@media only screen and (max-width: 1279px) {
  .w93-tb {
    width: 93%;
  }
}
@media only screen and (max-width: 1279px) {
  .w94-tb {
    width: 94%;
  }
}
@media only screen and (max-width: 1279px) {
  .w95-tb {
    width: 95%;
  }
}
@media only screen and (max-width: 1279px) {
  .w96-tb {
    width: 96%;
  }
}
@media only screen and (max-width: 1279px) {
  .w97-tb {
    width: 97%;
  }
}
@media only screen and (max-width: 1279px) {
  .w98-tb {
    width: 98%;
  }
}
@media only screen and (max-width: 1279px) {
  .w99-tb {
    width: 99%;
  }
}
@media only screen and (max-width: 1279px) {
  .w100-tb {
    width: 100%;
  }
}
@media only screen and (max-width: 797px) {
  .w1-sp {
    width: 1%;
  }
}
@media only screen and (max-width: 797px) {
  .w2-sp {
    width: 2%;
  }
}
@media only screen and (max-width: 797px) {
  .w3-sp {
    width: 3%;
  }
}
@media only screen and (max-width: 797px) {
  .w4-sp {
    width: 4%;
  }
}
@media only screen and (max-width: 797px) {
  .w5-sp {
    width: 5%;
  }
}
@media only screen and (max-width: 797px) {
  .w6-sp {
    width: 6%;
  }
}
@media only screen and (max-width: 797px) {
  .w7-sp {
    width: 7%;
  }
}
@media only screen and (max-width: 797px) {
  .w8-sp {
    width: 8%;
  }
}
@media only screen and (max-width: 797px) {
  .w9-sp {
    width: 9%;
  }
}
@media only screen and (max-width: 797px) {
  .w10-sp {
    width: 10%;
  }
}
@media only screen and (max-width: 797px) {
  .w11-sp {
    width: 11%;
  }
}
@media only screen and (max-width: 797px) {
  .w12-sp {
    width: 12%;
  }
}
@media only screen and (max-width: 797px) {
  .w13-sp {
    width: 13%;
  }
}
@media only screen and (max-width: 797px) {
  .w14-sp {
    width: 14%;
  }
}
@media only screen and (max-width: 797px) {
  .w15-sp {
    width: 15%;
  }
}
@media only screen and (max-width: 797px) {
  .w16-sp {
    width: 16%;
  }
}
@media only screen and (max-width: 797px) {
  .w17-sp {
    width: 17%;
  }
}
@media only screen and (max-width: 797px) {
  .w18-sp {
    width: 18%;
  }
}
@media only screen and (max-width: 797px) {
  .w19-sp {
    width: 19%;
  }
}
@media only screen and (max-width: 797px) {
  .w20-sp {
    width: 20%;
  }
}
@media only screen and (max-width: 797px) {
  .w21-sp {
    width: 21%;
  }
}
@media only screen and (max-width: 797px) {
  .w22-sp {
    width: 22%;
  }
}
@media only screen and (max-width: 797px) {
  .w23-sp {
    width: 23%;
  }
}
@media only screen and (max-width: 797px) {
  .w24-sp {
    width: 24%;
  }
}
@media only screen and (max-width: 797px) {
  .w25-sp {
    width: 25%;
  }
}
@media only screen and (max-width: 797px) {
  .w26-sp {
    width: 26%;
  }
}
@media only screen and (max-width: 797px) {
  .w27-sp {
    width: 27%;
  }
}
@media only screen and (max-width: 797px) {
  .w28-sp {
    width: 28%;
  }
}
@media only screen and (max-width: 797px) {
  .w29-sp {
    width: 29%;
  }
}
@media only screen and (max-width: 797px) {
  .w30-sp {
    width: 30%;
  }
}
@media only screen and (max-width: 797px) {
  .w31-sp {
    width: 31%;
  }
}
@media only screen and (max-width: 797px) {
  .w32-sp {
    width: 32%;
  }
}
@media only screen and (max-width: 797px) {
  .w33-sp {
    width: 33%;
  }
}
@media only screen and (max-width: 797px) {
  .w34-sp {
    width: 34%;
  }
}
@media only screen and (max-width: 797px) {
  .w35-sp {
    width: 35%;
  }
}
@media only screen and (max-width: 797px) {
  .w36-sp {
    width: 36%;
  }
}
@media only screen and (max-width: 797px) {
  .w37-sp {
    width: 37%;
  }
}
@media only screen and (max-width: 797px) {
  .w38-sp {
    width: 38%;
  }
}
@media only screen and (max-width: 797px) {
  .w39-sp {
    width: 39%;
  }
}
@media only screen and (max-width: 797px) {
  .w40-sp {
    width: 40%;
  }
}
@media only screen and (max-width: 797px) {
  .w41-sp {
    width: 41%;
  }
}
@media only screen and (max-width: 797px) {
  .w42-sp {
    width: 42%;
  }
}
@media only screen and (max-width: 797px) {
  .w43-sp {
    width: 43%;
  }
}
@media only screen and (max-width: 797px) {
  .w44-sp {
    width: 44%;
  }
}
@media only screen and (max-width: 797px) {
  .w45-sp {
    width: 45%;
  }
}
@media only screen and (max-width: 797px) {
  .w46-sp {
    width: 46%;
  }
}
@media only screen and (max-width: 797px) {
  .w47-sp {
    width: 47%;
  }
}
@media only screen and (max-width: 797px) {
  .w48-sp {
    width: 48%;
  }
}
@media only screen and (max-width: 797px) {
  .w49-sp {
    width: 49%;
  }
}
@media only screen and (max-width: 797px) {
  .w50-sp {
    width: 50%;
  }
}
@media only screen and (max-width: 797px) {
  .w51-sp {
    width: 51%;
  }
}
@media only screen and (max-width: 797px) {
  .w52-sp {
    width: 52%;
  }
}
@media only screen and (max-width: 797px) {
  .w53-sp {
    width: 53%;
  }
}
@media only screen and (max-width: 797px) {
  .w54-sp {
    width: 54%;
  }
}
@media only screen and (max-width: 797px) {
  .w55-sp {
    width: 55%;
  }
}
@media only screen and (max-width: 797px) {
  .w56-sp {
    width: 56%;
  }
}
@media only screen and (max-width: 797px) {
  .w57-sp {
    width: 57%;
  }
}
@media only screen and (max-width: 797px) {
  .w58-sp {
    width: 58%;
  }
}
@media only screen and (max-width: 797px) {
  .w59-sp {
    width: 59%;
  }
}
@media only screen and (max-width: 797px) {
  .w60-sp {
    width: 60%;
  }
}
@media only screen and (max-width: 797px) {
  .w61-sp {
    width: 61%;
  }
}
@media only screen and (max-width: 797px) {
  .w62-sp {
    width: 62%;
  }
}
@media only screen and (max-width: 797px) {
  .w63-sp {
    width: 63%;
  }
}
@media only screen and (max-width: 797px) {
  .w64-sp {
    width: 64%;
  }
}
@media only screen and (max-width: 797px) {
  .w65-sp {
    width: 65%;
  }
}
@media only screen and (max-width: 797px) {
  .w66-sp {
    width: 66%;
  }
}
@media only screen and (max-width: 797px) {
  .w67-sp {
    width: 67%;
  }
}
@media only screen and (max-width: 797px) {
  .w68-sp {
    width: 68%;
  }
}
@media only screen and (max-width: 797px) {
  .w69-sp {
    width: 69%;
  }
}
@media only screen and (max-width: 797px) {
  .w70-sp {
    width: 70%;
  }
}
@media only screen and (max-width: 797px) {
  .w71-sp {
    width: 71%;
  }
}
@media only screen and (max-width: 797px) {
  .w72-sp {
    width: 72%;
  }
}
@media only screen and (max-width: 797px) {
  .w73-sp {
    width: 73%;
  }
}
@media only screen and (max-width: 797px) {
  .w74-sp {
    width: 74%;
  }
}
@media only screen and (max-width: 797px) {
  .w75-sp {
    width: 75%;
  }
}
@media only screen and (max-width: 797px) {
  .w76-sp {
    width: 76%;
  }
}
@media only screen and (max-width: 797px) {
  .w77-sp {
    width: 77%;
  }
}
@media only screen and (max-width: 797px) {
  .w78-sp {
    width: 78%;
  }
}
@media only screen and (max-width: 797px) {
  .w79-sp {
    width: 79%;
  }
}
@media only screen and (max-width: 797px) {
  .w80-sp {
    width: 80%;
  }
}
@media only screen and (max-width: 797px) {
  .w81-sp {
    width: 81%;
  }
}
@media only screen and (max-width: 797px) {
  .w82-sp {
    width: 82%;
  }
}
@media only screen and (max-width: 797px) {
  .w83-sp {
    width: 83%;
  }
}
@media only screen and (max-width: 797px) {
  .w84-sp {
    width: 84%;
  }
}
@media only screen and (max-width: 797px) {
  .w85-sp {
    width: 85%;
  }
}
@media only screen and (max-width: 797px) {
  .w86-sp {
    width: 86%;
  }
}
@media only screen and (max-width: 797px) {
  .w87-sp {
    width: 87%;
  }
}
@media only screen and (max-width: 797px) {
  .w88-sp {
    width: 88%;
  }
}
@media only screen and (max-width: 797px) {
  .w89-sp {
    width: 89%;
  }
}
@media only screen and (max-width: 797px) {
  .w90-sp {
    width: 90%;
  }
}
@media only screen and (max-width: 797px) {
  .w91-sp {
    width: 91%;
  }
}
@media only screen and (max-width: 797px) {
  .w92-sp {
    width: 92%;
  }
}
@media only screen and (max-width: 797px) {
  .w93-sp {
    width: 93%;
  }
}
@media only screen and (max-width: 797px) {
  .w94-sp {
    width: 94%;
  }
}
@media only screen and (max-width: 797px) {
  .w95-sp {
    width: 95%;
  }
}
@media only screen and (max-width: 797px) {
  .w96-sp {
    width: 96%;
  }
}
@media only screen and (max-width: 797px) {
  .w97-sp {
    width: 97%;
  }
}
@media only screen and (max-width: 797px) {
  .w98-sp {
    width: 98%;
  }
}
@media only screen and (max-width: 797px) {
  .w99-sp {
    width: 99%;
  }
}
@media only screen and (max-width: 797px) {
  .w100-sp {
    width: 100%;
  }
}
.bg-box02 {
  background: #fff;
  border-radius: 30px;
  padding: 30px 60px 60px;
}
@media only screen and (max-width: 1279px) {
  .bg-box02 {
    padding: 10px 30px 40px;
  }
}

.bdr-row-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bdr-row-list > li {
  width: calc(50% - 30px);
  position: relative;
  padding: 30px 0 14px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1279px) {
  .bdr-row-list > li {
    width: 100%;
  }
}
.bdr-row-list > li:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #005fa0;
}
.bdr-row-list > li .ttl {
  font-weight: 700;
  width: 200px;
}
@media only screen and (max-width: 1279px) {
  .bdr-row-list > li .ttl {
    width: 100%;
  }
}
.bdr-row-list > li .txt {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1279px) {
  .bdr-row-list > li .txt {
    width: 100%;
  }
}

/**
* お知らせ詳細ページ
* 
*/
#single-content .heading1 {
  position: relative;
}
#single-content .heading1::before {
  top: -2rem;
  left: 0;
  width: 10rem;
  height: 0.2rem;
  background: linear-gradient(90deg, transparent, #e93532 17%, #e6d23e 33%, #51b662 50%, #5b96d0 67%, #d26da6 83%, transparent);
}
#single-content .dc {
  display: flex;
  gap: 2rem;
  font-size: 1.3rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  #single-content .dc {
    margin-top: 3rem;
  }
}
#single-content .dc .date {
  position: relative;
  color: #fcf6ec;
  font-weight: bold;
}
#single-content .dc .category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#single-content .dc .category span {
  background-color: #20243b;
  line-height: 1.5em;
  padding: 0.5rem 1rem;
  border-radius: 30rem;
  min-width: 6em;
  text-align: center;
}
#single-content .content {
  margin-top: 6rem;
}
@media only screen and (max-width: 1024px) {
  #single-content .content {
    margin-top: 4rem;
  }
}
#single-content .content .single-slider-wrap {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
  margin-bottom: 6rem;
}
#single-content .content .single-slider-wrap .slick-list {
  margin-bottom: 4rem;
}
#single-content .content .single-slider-wrap .slick-slide {
  cursor: pointer;
}
#single-content .content .single-slider-wrap img,
#single-content .content .single-slider-wrap iframe,
#single-content .content .single-slider-wrap video {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#single-content .content .single-slider-wrap iframe {
  aspect-ratio: 1000/600;
}
#single-content .content .single-slider-wrap .slick-dots {
  position: relative;
  bottom: 0px;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
}
#single-content .content .single-slider-wrap .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0;
  border-radius: 50%;
}
#single-content .content .single-slider-wrap .slick-dots li button {
  padding: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  border-radius: 50%;
  background-color: #20243b;
  opacity: 0.8;
}
#single-content .content .single-slider-wrap .slick-dots li button::before {
  content: "";
}
#single-content .content .single-slider-wrap .slick-dots .slick-active button {
  background-color: #d10019;
  opacity: 1;
}
#single-content .content p > img {
  display: block;
  max-width: 100%;
  margin-bottom: 3rem;
  margin-inline: auto;
}
#single-content .content p > img.aligncenter {
  margin-inline: auto;
}
#single-content .content h2 {
  display: block;
  line-height: 2em;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #005fa0;
}
#single-content .content h3 {
  position: relative;
  line-height: 2em;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  #single-content .content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #single-content .content h3 {
    font-size: 1.6rem;
  }
}
#single-content .content ul:not(.slick-slider, .slick-dots) {
  list-style: square;
  padding: 4rem;
  background-color: #20243b;
  margin-bottom: 1em;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #single-content .content ul:not(.slick-slider, .slick-dots) {
    padding: 2rem;
  }
}
#single-content .content ul:not(.slick-slider, .slick-dots) li {
  margin-left: 2em;
}
#single-content .content ul:not(.slick-slider, .slick-dots) li + li {
  margin-top: 1em;
}
#single-content .content ul:not(.slick-slider, .slick-dots) li::marker {
  color: #005fa0;
}
#single-content .content ol {
  list-style: auto;
  padding: 4rem;
  background-color: #20243b;
  margin-bottom: 1em;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #single-content .content ol {
    padding: 2rem;
  }
}
#single-content .content ol li {
  margin-left: 2em;
}
#single-content .content ol li + li {
  margin-top: 1em;
}
#single-content .content ol li::marker {
  font-size: 1.1em;
  font-weight: bold;
}
#single-content .content b,
#single-content .content strong {
  font-weight: bold;
  color: #1a1a1a;
}
#single-content .content a {
  color: #d10019;
  font-weight: bold;
}
#single-content .content .wp-block-embed-youtube {
  position: relative;
  display: block;
}
#single-content .content .wp-block-embed-youtube::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
#single-content .content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#single-content .content .wp-block-embed-youtube iframe {
  width: 100% !important;
  height: 100% !important;
}

.pager .container-wrap .container {
  display: flex;
  border-radius: 20rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pager .container-wrap .container {
    border-radius: 0;
    flex-direction: column;
    padding: 4rem 0;
  }
}
.pager .container-wrap .container > div {
  width: 33.33%;
  background-color: #005fa0;
  font-weight: bold;
  color: #fff;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .pager .container-wrap .container > div {
    border-radius: 15rem;
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #fff;
  }
}
.pager .container-wrap .container > div a {
  position: relative;
  width: 100%;
  height: 8rem;
}
.pager .container-wrap .container > div a::before {
  width: 0.6em;
  height: 0.5em;
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  transition: 0.3s;
}
.pager .container-wrap .container .prev a::before {
  left: 2rem;
  rotate: 180deg;
}
.pager .container-wrap .container .next a::before {
  right: 2rem;
}
.pager .container-wrap .container .back {
  background: #fcf6ec;
  border: none;
}
.pager .container-wrap .container .back a::before {
  left: 2rem;
  rotate: -90deg;
}

/*************************************
* お問合せページ
* contact
*
* ver.20211128
*/
#contact {
  overflow-x: hidden;
  /* フォームのJS用 */
  /* 必須アイコン */
  /* ここからフォームレイアウト */
  /*# ラジオボタン */
}
#contact .smallfont {
  font-size: 1.3rem;
}
#contact .hidden {
  display: none;
}
#contact .topright:hover {
  color: red;
}
#contact .required {
  position: relative;
}
#contact .example-require {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  line-height: 2rem;
  right: 0px;
  margin: 0px;
  padding: 0px 8px;
  margin-right: 1rem;
  background-size: 100% 100%;
  background-color: #c7000c;
}
#contact .required:before {
  content: "必須";
  display: block;
  position: absolute;
  font-size: 11px;
  line-height: 2rem;
  color: #fff;
  right: 0px;
  margin: 0px;
  padding: 0px 8px;
  background-size: 100% 100%;
  background-color: #c7000c;
}
#contact span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  text-align: left;
}
#contact span.wpcf7-form-control-wrap.your-address-prefectures {
  text-align: left;
}
#contact span.wpcf7-form-control-wrap.your-name-sei,
#contact span.wpcf7-form-control-wrap.your-name-mei,
#contact span.wpcf7-form-control-wrap.your-name-sei-kana,
#contact span.wpcf7-form-control-wrap.your-name-mei-kana {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
}
#contact form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* 入力項目幅制御 */
  /* 住所系 */
  /* 市区町村、丁目番地 */
  /* 氏名系 */
  /* 数量 */
  /* placeholder 色 設定 */
  /* 入力した 色 設定 */
}
#contact form table {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  table-layout: fixed;
}
#contact form table tr > th {
  width: 280px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 0px;
  font-size: 15px;
  border-top: solid 4px #ffffff;
}
#contact form table tr > td.th-title {
  padding-left: 64px;
}
@media screen and (max-width: 960px) {
  #contact form table tr > td.th-title {
    border-top: none;
    padding-left: 0px;
  }
}
#contact form table tr > th + td {
  border-top: solid 4px #ffffff;
}
#contact form table tr > td {
  /* width: 70%; */
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
}
#contact form table tr > td p::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 960px) {
  #contact form table {
    /* ブロック化 */
  }
  #contact form table tbody,
  #contact form table tr,
  #contact form table tr > th,
  #contact form table tr > td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 13.33px;
  }
  #contact form table tr > td {
    padding: 20px 0;
  }
  #contact form table tr > th {
    padding: 20px 0 0;
  }
}
#contact form input[type=date],
#contact form input[type=text],
#contact form input[type=email],
#contact form input[type=tel],
#contact form textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13.33px;
  width: 100%;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
  font-size: 13.33px;
  background: #fff;
  border: 4px solid transparent;
  box-sizing: border-box;
  border-radius: 2px;
}
@media screen and (max-width: 960px) {
  #contact form .required:before {
    position: absolute;
    right: 0;
  }
}
#contact form select {
  border: solid 1px #ccc;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
  font-size: 13.33px;
  background: #fff;
  font-size: 13.33px;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 960px) {
  #contact form select {
    width: 100%;
  }
}
#contact form :where(:focus-visible) {
  outline: 0;
  box-shadow: none;
  outline-offset: 0;
}
#contact form input[type=submit]:active,
#contact form input[type=button]:active {
  /* font-size: 1rem; */
  transform: scale(1);
  /* box-shadow: 0 3px 15px -2px; */
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border: none;
  vertical-align: middle;
  background: none;
}
#contact form input[name=your-address-prefectures],
#contact form input[name=your-address-municipality] {
  margin-bottom: 5px;
}
#contact form select[name=your-address-prefectures],
#contact form input[name=your-address-municipality],
#contact form input[name=your-address-num] {
  margin-left: 5px;
}
#contact form input[name=your-name-sei],
#contact form input[name=your-name-mei],
#contact form input[name=your-name-sei-kana],
#contact form input[name=your-name-mei-kana] {
  width: 100%;
  max-width: 150px;
  max-width: none;
}
#contact form input[type=number] {
  width: 80px;
}
#contact form ::-moz-placeholder {
  color: #fbebd1;
  opacity: 1;
  /* Firefox */
}
#contact form ::placeholder {
  color: #fbebd1;
  opacity: 1;
  /* Firefox */
}
#contact form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fbebd1;
}
#contact form span.smallfont {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
}
#contact form ::-webkit-input-placeholder,
#contact form :-moz-placeholder,
#contact form ::-moz-placeholder,
#contact form :-ms-input-placeholder {
  color: #fbebd1 !important;
  opacity: 1;
}
#contact form textarea {
  width: 100%;
  height: 180px;
}
#contact form .wpcf7 .ajax-loader {
  position: absolute;
}
@media screen and (max-width: 960px) {
  #contact form .th-title {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #contact form span.wpcf7-form-control-wrap {
    text-align: left;
  }
}
#contact form #reCaptcha {
  border-top: solid 4px #ffffff;
  padding-top: 20px;
  margin-bottom: 120px;
  text-align: left;
}
#contact form #reCaptcha a {
  font-weight: bold;
  color: #d10019;
}
@media only screen and (max-width: 767px) {
  #contact form #reCaptcha {
    margin-bottom: 90px;
  }
}
#contact form #reCaptcha + .btn {
  padding: 20px 64px;
  font-size: 18px;
  position: relative;
}
#contact form #reCaptcha + .btn .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-150%, 100%);
}
#contact form .more-btn2 {
  position: relative;
  width: 261px;
  max-width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  display: block;
  margin: auto;
  text-align: center;
}
#contact form .more-btn2 input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4em;
  padding: 2.2rem 9rem;
  background-color: #005fa0;
  border-radius: 10rem;
  color: #fff;
  border: none;
}
@media only screen and (max-width: 1024px) {
  #contact form .more-btn2 input {
    font-size: 1.6rem;
  }
}
#contact form .more-btn2::after {
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  width: 0.8rem;
  height: 1.4rem;
  background-image: url(../img/icon/link-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#contact form .more-btn2::before {
  width: 84%;
  height: 0.4rem;
  bottom: 0;
  left: 8%;
  background: linear-gradient(90deg, transparent, #e93532 17%, #e6d23e 33%, #51b662 50%, #5b96d0 67%, #d26da6 83%, transparent);
  z-index: 2;
}
#contact form .wpcf7-spinner {
  position: absolute;
  display: none;
  right: -65px;
  top: 20px;
  background-color: #000;
}
#contact .flex {
  display: flex;
  gap: 18px;
}
#contact .wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#contact .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#contact .wpcf7-radio .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #fff;
  border: 1px solid #000;
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 7px;
}
#contact .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  background-color: #fff;
  border: 1px solid #000;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 7px;
}
#contact .wpcf7-radio .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
  top: 10px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  border: none;
  text-align: center;
}
#contact .wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 1em !important;
}
@media screen and (max-width: 575px) {
  #contact .wpcf7-list-item {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */