@charset "UTF-8";
/* ■■■■■■■■■■■ */
/* mixin-variable mixin・変数 */
/* ■■■■■■■■■■■ */
/*-----------------変数------------------*/
/*メディアクエリ*/
/*---------------カラー----------------*/
/*画像ズーム*/
/* ■■■■■■■■■■■ */
/* Foudation基本設定 */
/* ■■■■■■■■■■■ */
html {
  overflow: auto;
}
html {
  scroll-behavior: smooth;
}
body {
  word-wrap: break-word;
  /* 単語の途中でも改行 */
  position: relative;
  min-height: 100vh;
  height: auto;
  width: 100%;
  overflow: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/
  background-color: #ffffff;
}
@media (min-width: 769px) {
  body {
    line-height: 160%;
  }
}
@media (max-width: 768px) {
  body {
    line-height: 200%;
  }
}
* {
  box-sizing: border-box;
}
/*----------リンク関連----------*/
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  a:hover {
    transition: 0.5s;
    opacity: 0.5;
  }
}
img {
  width: 100%;
}
a {
  text-decoration: none !important;
}
@media (min-width: 769px) {
  a:hover img {
    transition: 0.5s;
    opacity: 0.7;
  }
}
/*--------テキスト---------*/
p, li, h2, h3, h4, h5, h6 {
  color: #444444;
}
@media (min-width: 769px) {
  p, li, h2, h3, h4, h5, h6 {
    font-size: 16px;
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  p, li, h2, h3, h4, h5, h6 {
    font-size: 16px;
    line-height: 160%;
  }
}
li {
  font-size: 16px;
}
p {
  line-height: 160%;
}
/* ■■■■■■■■■■■ */
/* Layout.scss */
/* ■■■■■■■■■■■ */
.top-header, .kasou-header {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  z-index: 100;
}
.top-header nav, .kasou-header nav {
  color: #ffffff;
}
.top-header li, .kasou-header li {
  display: inline-block;
}
.top-header {
  position: absolute;
}
.header-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  h1 img {
    height: 50px;
    width: auto;
  }
}
@media (max-width: 768px) {
  h1 img {
    width: 32vw;
    max-width: 150px;
  }
}
.header-btn-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .header-btn-wrap {
    bottom: 4vw;
  }
}
@media (max-width: 768px) {
  .header-btn-wrap {
    bottom: 4vw;
  }
}
footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #efefef;
  width: 100%;
}
footer .btn-page-top {
  position: fixed;
  bottom: 16px;
  right: 10px;
  border-radius: 100px;
  box-shadow: 0px 0px 9px rgba(136, 136, 136, 0.5);
}
footer .btn-page-top a {
  color: #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.3em;
}
@media (min-width: 769px) {
  footer .btn-page-top a {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  footer .btn-page-top a {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 100%;
  }
}
@media (min-width: 769px) {
  footer .wrp {
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
  }
}
footer p, footer li {
  font-size: 14px;
}
footer p {
  color: #ffffff;
}
footer li {
  list-style-type: none;
}
@media (min-width: 769px) {
  footer li {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  footer li {
    margin-bottom: 8px;
  }
}
footer li a {
  color: #ffffff;
}
@media (min-width: 769px) {
  footer img {
    width: 8vw;
  }
}
@media (max-width: 768px) {
  footer img {
    width: 35vw;
  }
}
.post-wrp a {
  display: table;
}
.content-pd {
  padding-left: 8%;
  padding-right: 8%;
}
.content-width {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  .content-width {
    max-width: 1080px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .content-top-pd {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .content-top-pd {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .content-top-pdpc {
    padding-top: 80px;
  }
}
@media (min-width: 769px) {
  .content-bottom-pd {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .content-bottom-pd {
    padding-bottom: 40px;
  }
}
.content-basic-pd {
  padding: 80px;
}
@media (max-width: 768px) {
  .sp-head-box {
    height: 100vw;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .aco-menu-pc {
    display: flex;
    justify-content: end;
  }
}
.aco-menu-pc li {
  margin: 0 0 0 0.5em;
  position: relative;
  color: #dbdbdb;
  font-size: 14px !important;
}
.aco-menu-pc li a {
  text-decoration: none;
  color: #dbdbdb;
}
.aco-menu-pc .sub-menu {
  opacity: 0;
  position: absolute;
  margin-top: 0px !important;
  padding-top: 10px;
  width: 240px;
  left: 50%;
  margin-left: -120px;
}
.aco-menu-pc .sub-menu li {
  display: block;
  background-color: #333333;
  margin-top: 1px;
}
.aco-menu-pc .sub-menu li:hover {
  background: #777777;
  transition: 0.5s;
}
.aco-menu-pc .sub-menu li a {
  color: #ffffff;
  display: block;
  padding: 20px;
}
.aco-menu-pc:hover .sub-menu {
  opacity: 1;
}
.sp-nav-hamburger {
  mix-blend-mode: difference;
  position: fixed;
  margin-left: 85%;
  z-index: 100;
  top: 6vw;
  right: 8%;
}
.sp-nav-hamburger button {
  margin-top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  position: relative;
  outline: none;
}
.sp-nav-hamburger button span {
  transition: 0.3s;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.sp-nav-hamburger button span.top {
  transform: translateY(-6px);
}
.sp-nav-hamburger button span.bottom {
  transform: translateY(6px);
}
.sp-nav-hamburger.active span.top {
  top: 30px;
  right: 8%;
  transform: translateY(-6px) rotate(45deg);
  width: 20px;
}
.sp-nav-hamburger.active span.middle {
  opacity: 0;
}
.sp-nav-hamburger.active span.bottom {
  top: 18px;
  right: 8%;
  transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
#sp__bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: black;
  text-align: center;
  z-index: 1;
}
@media (min-width: 769px) {
  #sp__bg {
    display: none;
  }
}
.aco-menu-sp {
  position: relative;
  top: 24%;
}
.aco-menu-sp img {
  width: 40%;
}
.aco-menu-sp ul:before, .aco-menu-sp ul::after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background-color: #CCCCCC;
  margin: 24px auto;
}
.aco-menu-sp li {
  margin: 24px 0px;
  padding: 0px;
  list-style-type: none;
}
.aco-menu-sp a {
  text-decoration: none;
  color: #ffffff;
}
.aco-menu-sp a:hover {
  color: #ffffff;
}
.aco-menu-sp .menu-item {
  display: block;
  position: relative;
}
.aco-menu-sp .menu-item {
  color: #ffffff;
}
.aco-menu-sp .menu-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20%;
  margin-top: -6px;
  transition: 0.5s;
}
.aco-menu-sp .menu-wrp .open::before {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
}
.aco-menu-sp .menu-wrp .mmenu-item:hover, .aco-menu-sp .menu-wrp .open {
  background-color: #000000;
  color: #FFF;
}
.aco-menu-sp .menu-wrp .menu-item:hover::before, .aco-menu-sp .menu-wrp .open::before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.aco-menu-sp .sub-menu li {
  margin: 0;
}
.aco-menu-sp .sub-menu li a {
  padding-top: 10px;
  color: #666666;
  padding-bottom: 10px;
  background-color: #efefef;
  display: block;
  position: relative;
  border-top: 1px solid #CCC;
}
.aco-menu-sp .sub-menu li a:hover {
  background-color: #f2f2f2;
}
/*SPメニュー開閉のアニメーーション*/
.aco-menu-sp li {
  overflow: hidden;
}
.aco-menu-sp.open li a, .aco-menu-sp.open .menu-item {
  transform: translate(0%, 0%);
}
.aco-menu-sp li a, .aco-menu-sp .menu-item {
  transform: translate(0%, 100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 600ms;
  display: block;
}
.archive li {
  list-style-type: none;
}
.archive .archive-card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 769px) {
  .archive .archive-card {
    display: flex;
    gap: 2em;
  }
}
@media (min-width: 769px) {
  .archive .archive-card .l-cont {
    width: 75%;
  }
}
.archive .archive-card .l-cont span {
  font-size: 24px;
  margin-bottom: 16px;
  display: block;
  line-height: 130%;
}
@media (min-width: 769px) {
  .archive .archive-card .r-cont {
    width: 25%;
  }
}
.page-privacy dt {
  padding: 12px 24px;
  margin-bottom: 16px;
}
.page-privacy dl {
  margin-bottom: 48px;
}
.post .cate {
  display: inline-block;
  margin-right: 8px;
}
.post .cate a {
  text-decoration: none;
  font-size: 12px;
  color: #333;
  padding: 2px 8px;
  border: 0.25px solid #ccc;
}
.post .date {
  font-size: 12px;
  display: inline-block;
}
.post .title {
  font-size: 32px;
  line-height: 140%;
}
@media (min-width: 769px) {
  .post .title {
    padding: 24px 0px 64px 0px;
  }
}
@media (max-width: 768px) {
  .post .title {
    padding: 8px 0px 0px 0px;
  }
}
.post .title-border {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 64px;
}
.post .thumbneil-box {
  max-width: 480px;
  margin: 0px auto 80px auto;
}
.post h2 {
  margin-top: 48px;
  padding-top: 48px;
  font-size: 32px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 2px solid #333;
}
.post h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.post h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.post p {
  margin-bottom: 48px;
}
.post ul, .post ol {
  padding-bottom: 48px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.post ul {
  padding-inline-start: 0px;
  padding-left: 1.8em;
}
.post ul li, .post ol li {
  line-height: 24px;
  padding-bottom: 28px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .post ul li, .post ol li {
    line-height: 48px;
    padding-bottom: 8px;
  }
}
.post ul li {
  list-style-type: none;
  text-indent: -1.8em;
}
.post ul li::before {
  content: "・";
  margin-right: 14px;
}
.post ol {
  padding-inline-start: 1.8em;
}
.post .has-cyan-bluish-gray-background-color {
  background: #fafafc !important;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .post .has-cyan-bluish-gray-background-color {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .post .has-cyan-bluish-gray-background-color {
    padding: 32px 24px;
  }
}
.post .has-cyan-bluish-gray-background-color p:last-child, .post .has-cyan-bluish-gray-background-color a:last-child {
  margin-bottom: 0px;
}
.post .wp-block-quote {
  border: none;
  border-left: 5px solid #bababa;
  background-color: #ffffff;
  position: relative;
  font-size: 16px;
  margin-bottom: 80px;
  padding: 24px;
}
.post .wp-block-quote p {
  margin-bottom: 0px;
}
.post .prev-next-wrp {
  display: flex;
  line-height: 0px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 2em;
}
@media (min-width: 769px) {
  .post .prev-next-wrp {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .post .prev-next-wrp {
    flex-wrap: wrap;
  }
}
.post .prev-next-wrp .prev, .post .prev-next-wrp .next {
  display: flex;
  border: 1px solid #cccccc;
}
@media (min-width: 769px) {
  .post .prev-next-wrp .prev, .post .prev-next-wrp .next {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .post .prev-next-wrp .prev, .post .prev-next-wrp .next {
    width: 100%;
  }
}
.post .prev-next-wrp .prev p, .post .prev-next-wrp .next p {
  margin-bottom: 0px;
}
.post .prev-next-wrp .l-cont a {
  color: #333333;
  text-align: center;
}
.post .prev-next-wrp .r-cont a {
  color: #333333;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 160%;
  font-size: 14px;
}
.post .prev-next-wrp .l-cont, .post .prev-next-wrp .r-cont {
  width: 50%;
  overflow: hidden;
}
.post .prev-next-wrp img {
  object-fit: cover;
  height: 100%;
}
.custom1 h3 {
  margin: 0 0 48px 0;
}
.custom1 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .custom1 dl dt {
    width: 25%;
    padding: 24px;
    border-bottom: solid 1px #ebebeb;
  }
}
@media (max-width: 768px) {
  .custom1 dl dt {
    padding: 24px 0px 0px 0px;
    width: 100%;
    font-weight: bold;
    font-size: 1.1rem;
  }
}
.custom1 dl dd {
  border-bottom: solid 1px #ebebeb;
}
@media (min-width: 769px) {
  .custom1 dl dd {
    width: calc(75% - 2em);
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .custom1 dl dd {
    width: 100%;
    padding: 24px 0px;
  }
}
.custom1 ul {
  padding-bottom: 8px;
  padding-left: 0;
}
.custom1 ul li::before {
  content: "";
  margin-right: 0;
}
.custom1 li {
  text-indent: 0 !important;
  line-height: 100% !important;
}
.custom1 .boshu {
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
}
/*--------------------------------------ニュースタブページ--------------------------------------*/
/*--------------------------------------コンタクトフォーム--------------------------------------*/
.wpcf7 p {
  margin-bottom: 0;
}
label {
  margin-bottom: 8px;
  display: block;
}
input {
  border-radius: 0;
  border: solid 1px #cfcfcf;
  height: 40px;
}
.wpcf7 .item, .hissu {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 12px;
}
.wpcf7 .hissu {
  margin-left: 12px;
  font-size: 12px;
  color: #ffffff;
  padding: 6px 8px;
  background-color: #000000;
  line-height: 100%;
}
::placeholder {
  color: #BABABA !important;
}
.form-flx {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .form-flx {
    align-items: start;
    margin-bottom: 0px;
  }
}
.form-flx-confirm {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .form-flx-confirm {
    align-items: start;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.form-flx div {
  width: 100%;
}
input, textarea {
  width: 100%;
}
::placeholder {
  color: #BABABA !important;
}
.btn-primary:hover {
  background-color: #444444;
}
.submit-btn {
  margin: 0 auto 24px auto;
  position: relative;
  width: fit-content;
  border: 1px solid #cccccc;
  border-radius: 50px;
  background-color: #c00000;
  color: #e7e9ed;
}
@media (min-width: 769px) {
  .submit-btn {
    left: 0px;
  }
}
@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
  }
}
.submit-btn input {
  padding: 10px 24px;
  display: block;
  color: #ffffff;
  background: no-repeat;
  border: navajowhite;
}
.submit-btn:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  position: absolute;
  background-image: url(../../../uploads/2024/08/arr_white.png);
  background-size: cover;
}
@media (min-width: 769px) {
  .submit-btn:before {
    right: 30%;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .submit-btn:before {
    right: 6%;
    top: 32%;
  }
}
.submit-btn:hover::before {
  transition: 0.5s;
}
@media (min-width: 769px) {
  .submit-btn:hover::before {
    right: 26%;
  }
}
@media (max-width: 768px) {
  .submit-btn:hover::before {
    right: 3%;
  }
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-form-control-wrap textarea {
  font-size: 16px;
}
.wpcf7-radio {
  margin-bottom: 24px;
  display: block;
}
.wpcf7-form-control-wrap input {
  font-size: 16px;
}
span.wpcf7-list-item {
  margin: 0;
}
.pribacy, .privacy a {
  color: #000000;
  margin-left: 8px;
  text-underline-offset: 5px;
}
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  vertical-align: -7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="checkbox"]:checked:after {
  content: "";
  background-color: #707070;
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: -1;
  bottom: 1;
  margin-top: -1px;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
.agree {
  font-size: 12px;
  margin-bottom: 32px;
  display: block;
  position: relative;
  left: 32px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .agree {
    margin-top: -4px;
    margin-bottom: 60px;
  }
}
.count {
  font-size: 12px;
}
@media (min-width: 769px) {
  .count {
    margin-left: 16px;
  }
}
.wpcf7-previous {
  background: no-repeat;
  border: none;
  color: #9b9b9b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.wpcf7-radio label {
  display: flex;
  align-items: center;
}
.wpcf7-radio input {
  height: 20px;
  margin-right: 8px;
  width: 20px;
  margin-top: 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  width: fit-content;
  margin-right: 24px;
}
.custom2-tag li {
  background-color: #f3a200;
  padding: 4px 8px 4px 8px !important;
  width: fit-content;
  margin-bottom: 16px;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
.custom2-tag li a {
  color: #ffffff;
}
/*------------モーダル---------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow: scroll;
}
.modal__bg {
  background: rgba(50, 50, 50, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  height: 60vh;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  background: #fff;
  border: #CCC 5px solid;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .modal__content {
    width: 70%;
    top: 50%;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .modal__content {
    width: 84%;
    top: 40%;
    padding: 24px;
  }
}
.modal__content h3 {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 32px;
  text-align: center;
}
.modal__content p {
  margin-bottom: 32px;
}
.modal__content hr {
  border: #ccc 2px solid;
  border-radius: 3px;
  margin-bottom: 32px;
}
.modalback-btn {
  display: none;
  width: 70px;
  height: 36px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #ccc;
  z-index: 999;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
.modalback-btn a {
  display: block;
  padding: 6px 10px 10px 10px;
}
.modal__content .jet-fb-form-block {
  border: none;
  padding: 0;
}
.jet-form-builder__fields-group {
  flex-direction: row !important;
}
@media (max-width: 768px) {
  .jet-form-builder__fields-group label {
    margin-bottom: 0px;
  }
}
.jet-form-builder-file-upload__content {
  display: none !important;
}
@media (min-width: 769px) {
  .jet-fb-form-block {
    padding: 48px 64px;
    margin: 0 auto;
    border-radius: 5px;
    background: #ffffff;
  }
}
@media (max-width: 768px) {
  .jet-fb-form-block {
    background: #ffffff;
    padding: 32px 20px;
  }
}
.layout-column .jet-form-builder__field {
  padding: 12px 4px;
}
.jet-form-builder-file-upload__message {
  display: none;
}
.jet-form-builder__submit-wrap {
  justify-content: center;
}
.jet-form-builder__action-button-wrapper {
  display: flex;
  justify-content: center;
}
.jet-form-builder__next-page-wrap {
  display: flex;
  justify-content: center;
  gap: 1em;
}
button.jet-form-builder__submit {
  padding: 10px 48px;
  border: none;
  font-size: 16px;
  border-radius: 2px;
  background-color: #c00000;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
}
.submit-area {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
.submit-area .jet-form-builder-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.jet-form-builder__label-text {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .born_label .jet-form-builder__label-text {
    width: 200px;
  }
}
.layout-column .jet-form-builder__field {
  border-color: #cccccc;
  border-radius: 4px;
  margin-bottom: 20px !important;
}
.soudan-start {
  color: #132440;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
  line-height: 140%;
}
@media (min-width: 769px) {
  .soudan-start {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .soudan-start {
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  .soudan-start span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .soudan-start span {
    font-size: 13px;
  }
}
.soudan-info {
  padding-bottom: 8px;
  color: #132440;
  font-weight: bold;
  line-height: 100%;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 769px) {
  .soudan-info {
    font-size: 22px;
    margin: 0 auto 32px auto;
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .soudan-info {
    font-size: 15px;
    margin: 0 auto 24px auto;
    padding-bottom: 16px;
  }
}
.phone-cap {
  margin-top: -20px;
  line-height: 160%;
  font-size: 14px;
}
.field-type-radio-field .jet-form-builder__field-label.for-radio > span::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border-radius: 50%;
  background: #ffffff;
}
.jet-form-builder__prev-page {
  padding: 10px 24px;
  border: 1px solid #cccccc;
  border-radius: 50px;
  background-color: #efefef;
  color: #e7e9ed;
  color: #333333;
  cursor: pointer;
  transition: 0.5s;
}
.jet-form-builder__prev-page:hover {
  opacity: 0.5;
}
.jet-form-builder__next-page {
  padding: 10px 48px;
  border: 1px solid #cccccc;
  border-radius: 50px;
  background-color: #c00000;
  color: #e7e9ed;
  cursor: pointer;
  transition: 0.5s;
}
.jet-form-builder__next-page:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .date-field {
    padding: 16px 0px;
  }
}
.gap1 {
  gap: 1em;
}
/* ■■■■■■■■■■■ */
/* Compornent.scss */
/* ■■■■■■■■■■■ */
#touroku {
  position: relative;
  z-index: 0;
  padding-top: 200px;
  margin-top: -200px;
}
/*---------------タブ---------------*/
.tab-wrp {
  display: flex;
  position: relative;
}
.tab-wrp div {
  width: 50%;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 24px;
  font-weight: bolder;
  position: relative;
}
.tab-wrp div:hover {
  background-color: #cccccc;
}
/*
.tab-wrp div.active {
	border-bottom: 5px solid #000000;}
*/
.tab-wrp div p {
  font-weight: normal;
  padding: 20px;
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 20px;
}
.tabarea {
  position: relative;
}
.tab-wrp div p:hover {
  cursor: pointer;
}
.tabarea section {
  display: none;
}
.tabarea section.show {
  display: block;
}
/*タブバーの移動のアニメーション*/
@media (min-width: 769px) {
  .tab-wrp::after {
    content: "";
    display: inline-block;
    width: 50%;
    height: 5px;
    position: absolute;
    background-color: #000000;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  .tab-wrp.navIdx-0::after, .tab-wrp.navIdx-1::after {
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
  }
}
@media (min-width: 769px) {
  .tab-wrp.navIdx-0::after {
    left: 0;
  }
}
@media (min-width: 769px) {
  .tab-wrp.navIdx-1::after {
    left: 50%;
  }
}
/*ニュースページもっと見るアコーディオン実装*/
.accordion_box {
  padding: 0 0 50px;
  position: relative;
}
.accordion_box .accordion > li {
  opacity: 1;
  transition: all 0.5s ease 0s;
  height: auto;
}
.accordion_box .accordion > li.none {
  height: 0;
  opacity: 0;
  margin-bottom: 0px;
}
.btn-page-news {
  display: none;
  /* 必須 */
  bottom: 40px;
  left: 50%;
  transform: translate(0, 0);
  width: 160px;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #333;
  cursor: pointer;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}
.btn-page-news:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/*ニュースページ関連ここまで*/
/*---------------パネルアコーディオン---------------*/
.content-panel {
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid #BABABA;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .content-panel {
    display: flex;
    padding-top: 51px;
    padding-bottom: 51px;
    cursor: pointer;
  }
}
.content-panel::before, .content-panel::after {
  content: "";
  position: absolute;
  top: 66px;
  right: 0;
  width: 19px;
  height: 0px;
  border-top: 1px solid #000;
}
.content-panel::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.content-panel.is-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}
.content-panel__head {
  margin: 0;
  text-align: left;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 44px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .content-panel__head {
    width: 120px;
    line-height: 1;
  }
}
.content-panel__body {
  width: 100%;
  max-width: 744px;
}
.post-accordion {
  margin: 0;
  /* デフォルト打ち消し */
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-accordion {
    display: flex;
    justify-content: space-between;
  }
}
.post-accordion:not(:first-child) {
  margin-top: 24px;
}
.post-accordion__head, .post-accordion__body {
  margin: 0;
  /* デフォルト打ち消し */
  border: none;
  /* デフォルト打ち消し */
}
.post-accordion__head {
  padding: 0;
  /* デフォルト打ち消し */
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  /* 本文と文字位置を揃える */
}
.post-accordion__body {
  padding: 0;
  /* デフォルト打ち消し */
  width: 100%;
  max-width: 680px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}
/*----------アコーディオンボックス----------*/
/* メニュー全体 */
/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
.c-aco01 input {
  display: none;
}
/* 開いた状態のサブメニュー */
.c-aco01 input:checked + ul {
  line-height: 1.5;
  height: auto;
  margin: 24px 0px;
  padding-inline-start: 0px;
}
/* 閉じた状態のサブメニュー */
.c-aco01 ul {
  overflow: hidden;
  line-height: 0;
  transition: 0.9s;
  height: 0px;
  padding-inline-start: 0px;
  /* 下記は開閉によらず共通の設定 */
  list-style: none;
  margin: 0;
}
.c-aco01 li {
  /* 下記は開閉によらず共通の設定 */
  list-style: none;
  margin-bottom: 16px;
  line-height: 160%;
}
/* 親項目の装飾 */
.c-aco01 label {
  display: block;
  margin: 0;
  padding: 0.5rem;
  background: #ff9e10;
  cursor: pointer;
  width: 150px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}
.c-aco-dsg01 label {
  display: flex;
  margin: 0;
  padding: 0.8em 0.5rem;
  background: #3c86a9;
  cursor: pointer;
  width: 100%;
  color: #666666;
  border-radius: 8px;
  text-align: left;
  font-size: 18px;
  background-color: #ebf5f9;
  align-items: center;
  max-width: 960px;
  font-weight: bold;
}
.q-head {
  background-color: #132440;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0 8px;
  font-size: 0.9em;
}
@media (min-width: 769px) {
  .q-head {
    height: 30px;
    width: 30px;
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  .q-head {
    height: 36px;
    width: 36px;
    border-radius: 18px;
  }
}
.c-aco01 label {
  margin: 0 auto;
}
.c-aco01 label:hover {
  background: #ccc;
  transition: 0.5s;
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  position: relative;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 769px) {
  .slick-prev:before, .slick-next:before {
    left: 6px;
  }
}
.slick-prev {
  left: 1%;
  z-index: 2;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  /* content: '◀';*/
  content: "";
  display: inline-block;
  /*忘れずに！*/
  background-image: url(../../../uploads/prev.png);
  background-size: contain;
}
@media (min-width: 769px) {
  .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .slick-prev:before {
    width: 24px;
    height: 24px;
  }
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 3%;
  z-index: 2;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  /*content: '▶';*/
  content: "";
  display: inline-block;
  /*忘れずに！*/
  background-image: url(../../../uploads/next.png);
  background-size: contain;
}
@media (min-width: 769px) {
  .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .slick-next:before {
    width: 24px;
    height: 24px;
  }
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.c-aco02 {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.c-aco02 dl {
  margin-block-end: 0px;
  margin-block-start: 0px;
}
.c-aco02 dd {
  margin-inline-start: 0px;
}
.c-aco02 dd .head {
  font-size: 18px;
  border-bottom: 1px solid #eee;
}
.c-aco02 dd .discri {
  margin-bottom: 16px;
}
.c-aco02 .container {
  margin: 0px auto 0;
  max-width: 100%;
  width: 100%;
}
.c-aco02 .list:not(:first-child) {
  margin-top: 2px;
}
.c-aco02 .title {
  border-radius: 50px;
  margin: 0 auto;
  width: 200px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  background: linear-gradient(180deg, #e70000 0%, #c20000 40%, #b70d0d 60%, #8a0000 100%);
  transition: 0.5s;
}
@media (min-width: 769px) {
  .c-aco02 .title {
    padding: 12px 10px 12px 24px;
  }
}
@media (max-width: 768px) {
  .c-aco02 .title {
    padding: 8px 10px 8px 24px;
  }
}
.c-aco02 .title:hover {
  opacity: 0.5;
}
.c-aco02 .title:after {
  position: absolute;
  display: block;
  content: "";
  top: 36%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
.c-aco02 .title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.c-aco02 .text {
  display: none;
}
.slick-slider {
  position: relative;
  z-index: 100;
}
.slick-slide .card {
  width: 100%;
  background: #ffffff;
}
.slick-slide .card .wrp {
  padding: 24px;
  background: #fffffd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .slick-slide .card .wrp {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .slick-slide .card .wrp {
    height: 420px;
  }
}
.slick-slide .mb0 {
  margin-bottom: 0;
}
/* ■■■■■■■■■■■ */
/* Animation.scssアニメーション調整 */
/* ■■■■■■■■■■■ */
/* ■■■■■■■■■■■ */
/* Animation.scssアニメーション調整 */
/* ■■■■■■■■■■■ */
.home {
  animation-name: loadfad;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes loadfad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 5;
}
@media (min-width: 769px) {
  .scroll {
    bottom: 25%;
    left: 17vw;
  }
}
@media (max-width: 768px) {
  .scroll {
    top: 98%;
    left: 8vw;
  }
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media (min-width: 769px) {
  .scroll::before {
    bottom: -115px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .scroll::before {
    bottom: -80px;
    height: 65px;
  }
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.loadfade {
  animation-name: loadfad;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes loadfad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.a-mv-fade1 {
  animation-name: fad1;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fad1 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a-mv-fade2 {
  animation-name: fad2;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fad2 {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.a-mv-fade3 {
  animation-name: fad3;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fad3 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a-mv-fade4 {
  animation-name: fad4;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-delay: 3.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fad4 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a-mv-fade5 {
  animation-name: fad5;
  filter: saturate(0);
  opacity: 0;
  animation-duration: 2.1s;
  animation-iteration-count: 1;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}
@keyframes fad5 {
  from {
    filter: saturate(0);
    opacity: 0;
  }
  to {
    filter: saturate(1);
    opacity: 1;
  }
}
.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 4s cubic-bezier(0.89, 0.12, 0.76, 0.88) infinite;
  filter: blur(15px);
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(80) rotate(45deg);
    opacity: 0;
  }
}
/*--------------------アニメーション調整--------------------*/
.fadein {
  opacity: 0;
  transform: translateY(120px);
  transition: all 1.3s;
}
.fadein-y {
  opacity: 0;
  transform: translateX(180px);
  transition: all 1.5s;
}
.fadein-y-l {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 1.3s;
}
/*.fadin {
    animation-name: fad;
    animation-duration: 2s;
    animation-iteration-count: 1;
	 animation-delay:1s;
	animation-fill-mode: forwards;}

@keyframes fad {
from {
    opacity: 0;
    transform: translateY(100px);}
to {
    opacity: 1;
    transform: translateY(0);}}
*/
.fadin2 {
  animation-name: fad2;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes fad2 {
  from {
    opacity: 0;
    transform: translateY(30px) translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateY(0px);
  }
}
.fade-lag {
  opacity: 0;
  animation: fad-lag 1.5s ease forwards;
}
@keyframes fad-lag {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*以下遅延の指定*/
.lag01 {
  animation-delay: 0.2s;
}
.lag02 {
  animation-delay: 0.4s;
}
.lag03 {
  animation-delay: 0.6s;
}
.lag04 {
  animation-delay: 0.8s;
}
.lag05 {
  animation-delay: 1s;
}
.lag06 {
  animation-delay: 1.2s;
}
/*以下遅延の指定*/
.a-delay-3s {
  animation-delay: 3s;
}
.jj {
  opacity: 0;
}
.jj.active {
  opacity: 1;
  transition: all 1s;
}
.a-fader-jojo, .a-fader-jojo-l, .fader-full, .fader-l-full {
  opacity: 0;
}
.migikara, .migikara-full {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.migikara:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  animation: migikara 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes migikara {
  100% {
    transform: translateX(-100%);
  }
}
.hidarikara, .hidarikara-full {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.hidarikara:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  pointer-events: none;
  animation: hidarikara 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes hidarikara {
  100% {
    transform: translateX(100%);
  }
}
.jojo-delay1s:before {
  animation-delay: 1s;
}
.jojo-delay15s:before {
  animation-delay: 1.5s;
}
.jojo-delay2s:before {
  animation-delay: 2s;
}
.jojo-delay3s:before {
  animation-delay: 3s;
}
.jojo-delay4s:before {
  animation-delay: 4s;
}
.jojo-delay5s:before {
  animation-delay: 5s;
}
.slide-animation {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* ■■■■■■■■■■■ */
/* Project.scss */
/* ■■■■■■■■■■■ */
h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #132440;
  line-height: 1.3em;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 769px) {
  h2 {
    font-size: 40px;
    margin-bottom: 72px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: clamp(24px, 3vw, 26px);
    margin-bottom: 48px;
  }
}
h2::after {
  content: "";
  display: block;
  position: relative;
  bottom: -20px;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #004077;
  transform: translateX(-50%);
}
h2 span {
  font-size: 14px;
  display: block;
  font-weight: normal;
}
h3 {
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  line-height: 160%;
}
@media (min-width: 769px) {
  h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 24px;
  }
}
p {
  font-size: 16px;
  line-height: 220%;
  margin-bottom: 24px;
}
.txt-main-c {
  color: #132440;
}
.txt-white {
  color: #ffffff;
}
.bg-main-c {
  background-color: #132440;
}
.bg-sub-c1 {
  background-color: #dce3e6;
}
.bg-sub-c3 {
  background-color: #ddebf7;
}
.bg-white {
  background-color: #ffffff;
}
.bg-lightgray-c {
  background-color: #f8f8f8;
}
.bg-lightgray-c2 {
  background-color: #e9edf2;
}
.bg-grad-c1 {
  background: linear-gradient(to right, #001c47 0%, #013d91 50%, #01378b 80%, #01245a 100%);
}
.bg-grad-c2 {
  background: linear-gradient(45deg, #ebf4ff 0%, #eaf7ff 100%);
}
.bg-grad-c3 {
  background: linear-gradient(180deg, #142a56, #132440);
}
.bg-grad-red {
  background: linear-gradient(180deg, #e70000 0%, #c20000 40%, #b70d0d 60%, #9c0909 100%);
}
.bg-grad-c4 {
  background: linear-gradient(148deg, #001c47 0%, #013d91 50%, #072758 80%, #01245a 100%);
  box-shadow: inset 0px -29px 35px rgba(16, 23, 40, 0.5);
}
.bg-grad-blue {
  background: linear-gradient(135deg, #001a70 0%, #0036c2 30%, #0d24b7 83%, #cbdcff 90%, #0111a5 97%);
}
.bg-grad-c5 {
  background: linear-gradient(to right, #1b1b1b 0%, #0c1536 50%, #111621 80%, #121212 100%);
}
.txt-white {
  color: #ffffff;
}
.youtube {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .slidemargin .slick-slide {
    margin-left: 12px;
  }
}
.slidemargin .slick-slide .ttl {
  margin-bottom: 12px;
  line-height: 130%;
  font-size: 20px;
  font-weight: bold;
}
.slidemargin .slick-slide .ttl a {
  color: #333333;
}
.btn-sien {
  margin: 0 auto;
  border: transparent;
  font-size: clamp(16px, 2vw, 18px);
  text-align: center;
  margin-bottom: 18px;
  color: #ffffff;
  padding: 1.6vw;
  display: block;
}
@media (min-width: 769px) {
  .btn-sien {
    min-width: 300px;
    width: 40vw;
    max-width: 500px;
    padding: 12px 16px;
    transition: 0.5s;
    cursor: pointer;
  }
  .btn-sien:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .btn-sien {
    width: 100%;
    min-width: 300px;
  }
}
.btn-sien a {
  color: #ffffff;
}
.btn-sien span {
  color: #000000;
  background-color: #ffffff;
  display: block;
  padding: 4px 8px;
  line-height: 100%;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 769px) {
  .btn-sien span {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .btn-sien span {
    font-size: 12px;
  }
}
.white-back-radius {
  width: fit-content;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #ffffff;
}
.btn-kotei-sien {
  position: fixed;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
  right: 0px;
  writing-mode: tb;
  z-index: 100;
  line-height: 100%;
}
@media (min-width: 769px) {
  .btn-kotei-sien {
    bottom: 40%;
  }
}
@media (max-width: 768px) {
  .btn-kotei-sien {
    bottom: 20%;
  }
}
.btn-kotei-sien a {
  display: flex;
  color: #ffffff;
  font-size: 13px;
  border-radius: 8px 0 0 8px;
}
@media (min-width: 769px) {
  .btn-kotei-sien a {
    padding: 16px 10px;
  }
}
@media (max-width: 768px) {
  .btn-kotei-sien a {
    padding: 14px 6px;
  }
}
.btn-kotei-sien i {
  margin-bottom: 4px;
}
.btn-hikaku, .btn-saiyo {
  margin: 0 auto;
  background-color: #666666;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 769px) {
  .btn-hikaku, .btn-saiyo {
    min-width: 300px;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .btn-hikaku, .btn-saiyo {
    width: 100%;
  }
}
.btn-hikaku a, .btn-saiyo a {
  padding: 1.5vw;
  display: block;
  color: #ffffff;
  font-weight: bold;
}
.btn-hikaku {
  background-color: #666666;
}
.btn-hikaku a {
  color: #ffffff;
}
.btn-saiyo {
  font-size: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 50px;
  background: linear-gradient(135deg, #FFFFFF 50%, #f4f4f4 60%, #ffffff 80%, #f8f8f8 100%);
}
.btn-saiyo a {
  color: #333;
}
.btn-to-top {
  display: block;
  width: fit-content;
  margin: 60px auto 40px auto;
}
.btn-to-top a {
  background-color: #444444;
  padding: 14px 32px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50px;
  margin-top: 24px;
}
.page-top li, .page-content li {
  list-style-type: none;
}
.gold-band {
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #bc9d00 10%, #c6a900 50%, #fff4b2 55%, #e4a600 80%);
}
.silver-band {
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #d4d4d4 10%, #8c8c8c 50%, #ffffff 55%, #a0a0a0 80%);
}
.c-3card-04 {
  display: grid;
  column-gap: 10px;
}
@media (min-width: 769px) {
  .c-3card-04 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .c-3card-04 {
    grid-template-columns: 1fr;
  }
  .c-3card-04 h4 {
    width: 75% !important;
  }
  .c-3card-04 figure {
    width: 25%;
  }
}
.sec-riyuu {
  background-image: url(../../../uploads/bill3-2.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 769px) {
  .sec-riyuu {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .sec-riyuu {
    background-size: inherit;
  }
}
.sec-riyuu .card {
  border-radius: 6px;
  display: grid;
  background-color: #ffffff;
  grid-template-rows: subgrid;
  /* 追加 */
  grid-row: span 2;
  /* 追加 */
}
@media (max-width: 768px) {
  .sec-riyuu .card {
    margin-bottom: 32px;
  }
}
.sec-riyuu .ttl {
  align-items: center;
  gap: 0.5em;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .sec-riyuu .ttl {
    display: flex;
    margin-bottom: 12px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) {
  .sec-riyuu h3 {
    margin-bottom: 60px;
  }
}
.sec-riyuu h4 {
  text-align: left;
  line-height: 130%;
  width: fit-content;
  color: #132440;
}
@media (min-width: 769px) {
  .sec-riyuu h4 {
    font-size: clamp(18px, 1.7vw, 24px);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .sec-riyuu h4 {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .sec-riyuu figure {
    margin: 0 auto 8px auto;
    width: clamp(20px, 7vw, 90px);
    margin-bottom: 8px;
    margin-top: -60px;
    background: #ffffff;
    border-radius: 66px;
    /* padding-top: 24px; */
    border: solid 2px #ffffff;
  }
}
.sec-riyuu p {
  border-top: 2px solid;
  border-top-color: #132440;
  padding: 24px 0px 0px 0px;
  color: #333333;
  margin-bottom: 0;
  line-height: 180%;
}
.sec-riyuu .card {
  box-shadow: 3px 3px 6px rgba(89, 100, 115, 0.3);
  padding: 32px 24px 32px 24px;
  position: relative;
}
.sec-needs {
  background-image: url(../../../uploads/need_back-black2-scaled.jpg);
  background-size: cover;
}
.sec-needs h2::after {
  background-color: #ffffff;
}
.sec-needs .card {
  border-top: 4px #c4b734 solid;
  display: grid;
  grid-template-rows: subgrid;
  /* 追加 */
  grid-row: span 5;
  /* 追加 */
}
@media (max-width: 768px) {
  .sec-needs .card {
    margin-bottom: 32px;
  }
}
.sec-needs .card .inner {
  display: grid;
  grid-template-rows: subgrid;
  /* 追加 */
  grid-row: span 4;
  /* 追加 */
  padding-bottom: 72px;
  padding-top: 24px;
}
.sec-needs .card .ttl {
  font-weight: bold;
  margin: 0 auto 0 auto;
  font-size: 20px;
  padding: 0px 24px 24px 24px;
  line-height: 160%;
}
.sec-needs .card p {
  line-height: 160%;
  padding-top: 24px;
}
.sec-needs .card p span {
  font-size: 24px;
}
.sec-needs .card .middle-wrp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 175px;
}
.sec-needs .card .middle-wrp p {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-needs .card .middle-wrp p {
    font-size: clamp(14px, 1vw, 16px);
  }
}
@media (max-width: 768px) {
  .sec-needs .card .middle-wrp p {
    font-size: 14px;
  }
}
.sec-needs .card .middle-wrp .l-cont {
  background-color: #132440;
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  /* 追加 */
  grid-row: span 2;
  /* 追加 */
  position: relative;
}
.sec-needs .card .middle-wrp .l-cont p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec-needs .card .middle-wrp .r-cont {
  background-color: #028fed;
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  /* 追加 */
  grid-row: span 2;
  /* 追加 */
}
.sec-needs .card .middle-wrp .r-cont p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .sec-needs .card .middle-wrp p.h75 {
    font-size: clamp(12px, 1vw, 16px);
    margin-bottom: 4px;
  }
}
.sec-needs .card .middle-wrp .big, .sec-needs .card .middle-wrp .big_delta {
  position: relative;
  display: block;
  padding-top: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 100%;
}
@media (min-width: 769px) {
  .sec-needs .card .middle-wrp .big, .sec-needs .card .middle-wrp .big_delta {
    font-size: clamp(16px, 2.3vw, 28px);
  }
}
@media (max-width: 768px) {
  .sec-needs .card .middle-wrp .big, .sec-needs .card .middle-wrp .big_delta {
    font-size: 28px;
  }
}
.sec-needs .card .middle-wrp .big span, .sec-needs .card .middle-wrp .big_delta span {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: normal;
  letter-spacing: 0px;
}
.sec-needs .card .middle-wrp .big_delta::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fbff5a;
  position: absolute;
}
@media (min-width: 769px) {
  .sec-needs .card .middle-wrp .big_delta::after {
    border-width: 1vw 0 1vw 2vw;
    bottom: 0.8vw;
    right: -0.8vw;
  }
}
@media (max-width: 768px) {
  .sec-needs .card .middle-wrp .big_delta::after {
    border-width: 3vw 0 3vw 5vw;
    bottom: 1.2vw;
    right: -3vw;
  }
}
.sec-needs .card .middle-wrp .top8 {
  position: relative;
  top: 8px;
}
.sec-needs .card p.head {
  padding-left: 18px;
  padding-right: 18px;
  font-weight: bold;
  margin: 0 auto 32px auto;
  width: fit-content;
  font-size: 16px;
}
.sec-needs .c-aco02 {
  margin-top: -84px;
}
.sec-needs .c-aco02 dd {
  background-color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
.sec-needs .c-aco02 dd p {
  margin-bottom: 0px;
}
.sec-graph {
  background: #f1f8ff;
}
.sec-graph .u-flx-wrp {
  gap: 3em;
}
.sec-graph .g1, .sec-graph .g2 {
  line-height: 0;
  box-shadow: 4px 4px 4px #d8e0e7;
}
.sec-graph .g1 h3, .sec-graph .g2 h3 {
  margin: 0;
  color: #ffffff;
  padding: 12px 0 8px 0;
  width: 100%;
}
.sec-graph .g1 h3 {
  background: #444444;
  font-weight: normal;
}
.sec-graph .g2 h3 {
  background: #c00000;
}
.sec-graph .g2 figure {
  outline-offset: -4px;
  outline: 4px solid #c00000;
}
.sec-graph h2 {
  padding: 0 8%;
}
@media (max-width: 768px) {
  .sec-graph .content-pd {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.c-graph-01 {
  box-shadow: 4px 4px 4px #d8e0e7;
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr 1fr;
  column-gap: 2px;
  row-gap: 2px;
}
.c-graph-01 .row-wrp1, .c-graph-01 .row-wrp2, .c-graph-01 .row-wrp3, .c-graph-01 .row-wrp4 {
  display: grid;
  grid-template-rows: subgrid;
  /* 追加 */
  grid-row: span 6;
  /* 追加 */
}
.c-graph-01 .row-wrp1 .wrp {
  background-color: #444444;
}
.c-graph-01 .row-wrp1 .wrp p {
  color: #ffffff;
}
.c-graph-01 .row-wrp1 .wrp span {
  font-size: 12px;
}
.c-graph-01 .row-wrp2 .wrp {
  background-color: #c00000;
}
@media (min-width: 769px) {
  .c-graph-01 .row-wrp2 .wrp p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-graph-01 .row-wrp2 .wrp p {
    font-size: 16px;
  }
}
.c-graph-01 .row-wrp3 .wrp, .c-graph-01 .row-wrp4 .wrp {
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .c-graph-01 .row-wrp3 .wrp p, .c-graph-01 .row-wrp4 .wrp p {
    font-size: 12px;
  }
}
.c-graph-01 .wrp-ttl {
  background-color: #444444 !important;
}
.c-graph-01 .wrp-ttl p {
  color: #ffffff;
}
.c-graph-01 .wrp {
  display: grid;
  place-items: center;
}
@media (min-width: 769px) {
  .c-graph-01 .wrp {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .c-graph-01 .wrp {
    padding: 8px;
  }
}
.c-graph-01 .white-wrp {
  background-color: #f1f8ff !important;
}
.c-graph-01 p {
  margin-bottom: 0px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .c-graph-01 p {
    font-size: 14px;
  }
}
.c-graph-01 .row-wrp2 p {
  color: #ffffff;
}
.sec-kyujin h2::after {
  background-color: #ffffff;
}
.sec-kyujin .btn-sien {
  border-radius: 50px;
  width: 300px;
  font-weight: normal;
}
.sec-kyujin .btn-sien a {
  padding: 4px 0px;
  display: block;
}
.page-content ul.accordion {
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .page-content ul.accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 24px;
  }
}
.page-content ul.accordion .ttl {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}
.page-content ul.accordion .ttl a {
  color: #333333;
}
.slider01 .slick-slide img {
  border-radius: 0px;
}
ul.topic li {
  margin-bottom: 8px;
  line-height: 140%;
}
.page-about p {
  width: fit-content;
  margin: 0 0 40px 0;
}
.page-about p span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.page-about .name {
  text-align: right !important;
  width: 100% !important;
}
.page-about dt {
  margin-bottom: 20px;
  font-weight: bold;
}
.page-about dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.page-about ol li {
  margin-bottom: 16px;
  line-height: 130%;
  margin-left: 18px;
}
.page-about ol li span {
  display: block;
  margin: 16px 0;
}
.page-about .soon img {
  filter: brightness(0.3);
}
.page-about h2.aisatu::after {
  background-color: #ffffff;
}
.c-2c12 {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .c-2c12 {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .c-2c12 {
    flex-wrap: wrap;
  }
}
.c-2c12 figure {
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
}
.c-2c12 img {
  filter: brightness(0.8);
  transform: scale(1);
  transition: 1s;
}
.c-2c12 img:hover {
  transform: scale(1.2);
}
.c-2c12 .card {
  flex-grow: 1;
}
@media (min-width: 769px) {
  .c-2c12 .card {
    flex-basis: calc(50% - 1em) !important;
  }
}
@media (max-width: 768px) {
  .c-2c12 .card {
    flex-basis: 100% !important;
  }
}
.c-2c12 i, .c-2c12 p, .c-2c12 span {
  pointer-events: none;
}
.c-2c12 i {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .c-2c12 i {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .c-2c12 i {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 769px) {
  .c-2c12 img {
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .c-2c12 img {
    border-radius: 10px;
  }
}
.c-2c12 p {
  position: absolute;
  top: 10%;
  left: 5%;
  color: #ffffff;
  color: #ffffff;
  letter-spacing: 0.2vw;
  line-height: 2.5vw;
}
@media (min-width: 769px) {
  .c-2c12 p {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .c-2c12 p {
    font-size: 8vw;
  }
}
.c-2c12 span {
  color: #ffffff;
  top: 50%;
  left: 5%;
  position: absolute;
}
@media (min-width: 769px) {
  .c-2c12 span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-2c12 span {
    font-size: 12px;
  }
}
.c-2c12 span::after {
  content: "";
  transform: translateY(-50%);
  display: block;
  width: 50px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .c-2c12 span::after {
    margin-top: 8px;
    height: 2px;
  }
}
@media (max-width: 768px) {
  .c-2c12 span::after {
    margin-top: 4px;
    height: 1px;
  }
}
.sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sns .insta {
  margin: 0 auto 80px auto;
}
@media (min-width: 769px) {
  .sns .insta {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .sns .insta {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .sns .you {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .sns .you {
    width: 100%;
  }
}
.sns i {
  margin-right: 8px;
  margin-bottom: -2px;
}
.u-flx-wrp {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .u-flx-wrp {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .u-flx-wrp {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .u-flx30 {
    flex-basis: 30% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx33 {
    flex-basis: 33% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx45 {
    flex-basis: 45% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx50 {
    flex-basis: 50% !important;
  }
}
@media (max-width: 768px) {
  .u-flx50 {
    flex-basis: 100% !important;
  }
}
@media (min-width: 769px) {
  .u-flx25 {
    flex-basis: 25% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx25-50 {
    flex-basis: 25% !important;
    flex-grow: 0 !important;
  }
}
@media (max-width: 768px) {
  .u-flx25-50 {
    flex-basis: 50% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx75 {
    flex-basis: 75% !important;
    flex-grow: 0 !important;
  }
}
.u-flex-reverse {
  flex-direction: row-reverse;
}
/* ■■■■■■■■■■■ */
/* Utility.scss */
/* ■■■■■■■■■■■ */
/*
.u-flx30{width:40%;
iframe{min-width: 100px !important;}
}*/
.Footer {
  display: none;
}
.u-flx70 {
  width: 60%;
}
@media (min-width: 769px) {
  .u-pc-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-none {
    display: none !important;
  }
}
.u-display-none {
  display: none;
}
@media (min-width: 769px) {
  .u-spbr br {
    display: none;
  }
}
@media (min-width: 769px) {
  .u-pc-none-imp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-none-imp {
    display: none !important;
  }
}
.u-max960 {
  max-width: 960px;
}
.u-max800 {
  max-width: 800px;
}
.u-m0auto {
  margin: 0 auto;
}
.u-txt-cent {
  text-align: center;
}
.u-just-cent {
  display: flex;
  justify-content: center;
}
.u-txt-right {
  text-align: right;
}
.u-txt-left {
  text-align: left;
}
.u-m0auto00 {
  margin: 0 auto 0 0;
}
.u-flex-reverse {
  flex-direction: row-reverse;
}
.u-bold {
  font-weight: bold;
}
.u-pos-relative {
  position: relative;
}
.u-border-r20 {
  border-radius: 20px;
}
.u-font20 {
  font-size: 20px;
}
@media (min-width: 769px) {
  .u-mb0 {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .u-mb0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .u-mb8 {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .u-mb8 {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .u-mb16 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .u-mb16 {
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) {
  .u-mb24 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .u-mb24 {
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .u-mb40 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .u-mt24 {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .u-mt24 {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .u-mt40 {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .u-mt40 {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .u-mb80 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .u-mr4 {
    margin-right: 4px;
  }
}
@media (max-width: 768px) {
  .u-mr4 {
    margin-right: 4px;
  }
}
.u-pd20 {
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .u-spbr br {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-pcbr br {
    display: none;
  }
}
