@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*-----------------
category: mixins

pc    1025 ~
sp    767 ~ 1024
sp-s  375 ~ 766
min   320 ~ 374
-----------------*/
/*----- m.vw(数値) -----*/
/*----- IE10,11 -----*/
/*----- chrome -----*/
/*************************************************************
* トップページ用 *
*************************************************************/
/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
.main-visual-wrapper {
  position: relative;
  /* 新 */
  /* swiper */
  /* キービジュ変更前 */
  /* 旧サイト */
  /* メインビジュアル装飾 */
}
.main-visual-wrapper .main-visual {
  /* キービジュ変更前 */
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  z-index: 0;
}
.main-visual-wrapper .main-visual img {
  width: 100%;
}
.main-visual-wrapper .main-copy {
  position: absolute;
  width: 41.7%;
  top: 17.8%;
  left: 3.7%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-visual-wrapper .main-copy {
    max-width: 176px;
    width: 46.9%;
    top: 9.5%;
    left: 5.3%;
  }
}
.main-visual-wrapper .swiper-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-visual-wrapper .swiper-wrapper img {
  aspect-ratio: 683/280;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .main-visual-wrapper .swiper-wrapper img {
    aspect-ratio: 75/44;
  }
}
.main-visual-wrapper .swiper-button-prev,
.main-visual-wrapper .swiper-button-next {
  display: none;
}
@media screen and (max-width: 375px) {
  .main-visual-wrapper .swiper-button-prev:after,
.main-visual-wrapper .swiper-button-next:after {
    font-size: 30px;
  }
}
.main-visual-wrapper .swiper.main-visual.is-active .swiper-button-prev,
.main-visual-wrapper .swiper.main-visual.is-active .swiper-button-next {
  display: flex;
}
.main-visual-wrapper .logo-icon {
  position: absolute;
  top: 82.56%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100px;
  max-width: 200px;
  width: 14.6%;
}
.main-visual-wrapper .logo-icon.is-faded-in {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@media screen and (max-width: 767px) {
  .main-visual-wrapper .logo-icon {
    top: 86.4253393665%;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.main-visual-wrapper .hex-deco {
  position: absolute;
  pointer-events: none;
}
.main-visual-wrapper .hex-deco.main1 {
  width: 5.1976573939%;
  top: 8.3629893238%;
  left: 6.0761346999%;
}
.main-visual-wrapper .hex-deco.main1.is-faded-up {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .main-visual-wrapper .hex-deco.main1 {
    width: 16%;
    top: 0;
  }
}
@media screen and (max-width: 375px) {
  .main-visual-wrapper .hex-deco.main1 {
    left: 5.6%;
  }
}
.main-visual-wrapper .hex-deco.main2 {
  width: 28.1112737921%;
  top: 46.7971530249%;
  left: 2.9282576867%;
}
.main-visual-wrapper .hex-deco.main2.is-faded-up {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media screen and (max-width: 375px) {
  .main-visual-wrapper .hex-deco.main2 {
    width: 27.7333333333%;
    top: 39.8190045249%;
    left: 1.0666666667%;
  }
}
.main-visual-wrapper .hex-deco.main3 {
  max-width: 311px;
  width: 22.7672035139%;
  top: 2.3131672598%;
  right: 0;
}
.main-visual-wrapper .hex-deco.main3.is-faded-up {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.main-visual-wrapper .hex-deco.main4 {
  width: 7.906295754%;
  top: 50%;
  right: 3.2210834553%;
}
.main-visual-wrapper .hex-deco.main4.is-faded-up {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (max-width: 375px) {
  .main-visual-wrapper .hex-deco.main4 {
    width: 20%;
    top: 29.4117647059%;
    right: 4%;
  }
}

/*------------------------------------------------------------
	概要
------------------------------------------------------------*/
.about-wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 310px;
  color: #333333;
  background: url("../img/bgR_1366.svg") bottom center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .about-wrapper {
    padding-top: 0;
    padding-bottom: 150px;
    background: url("../img/bgR_sp.svg") bottom center no-repeat;
    background-size: contain;
  }
}

.about-selbstd2 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto 65px;
}
@media screen and (max-width: 767px) {
  .about-selbstd2 {
    max-width: 500px;
    margin: 40px auto 50px;
  }
}
.about-selbstd2 .about-selbstd2-text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about-selbstd2 .about-selbstd2-text {
    max-width: 272px;
    margin: 0 auto;
    font-size: 16px;
  }
}
.about-selbstd2 .about-selbstd-accent {
  display: inline-block;
  font-size: clamp(20px, 1.9033674963vw, 26px);
  font-weight: 500;
  color: #006ab6;
  line-height: 1;
}

.about-ttl {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-ttl {
    margin-bottom: 45px;
  }
}
.about-ttl .about-ttl-bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 18px;
  background: transparent linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 8%, #f2f2f2 92%, rgba(242, 242, 242, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-ttl .about-ttl-bg {
    position: inherit;
    top: 0;
    left: 0;
    transform: inherit;
    height: 12px;
    margin-bottom: 12px;
  }
}
.about-ttl .about-ttl-inner {
  display: inline-block;
}
.about-ttl .about-ttl-txt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  padding: 0 clamp(40px, 4.39238653vw, 60px);
  font-size: 45px;
  font-weight: 500;
  color: #196ab7;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .about-ttl .about-ttl-txt {
    margin-top: 0;
    font-size: 30px;
    padding: 0;
  }
}
.about-ttl .about-ttl-logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .about-ttl .about-ttl-logo {
    width: 135px;
    margin-right: 7px;
  }
}

.about-item {
  display: flex;
  margin-bottom: 50px;
  /* 個別 */
}
@media screen and (max-width: 767px) {
  .about-item {
    flex-direction: column;
  }
}
.about-item .about-explanation {
  width: 100%;
}
.about-item .about-explanation-ttl {
  position: relative;
  margin-bottom: 28px;
  padding: 0 0 28px 80px;
  font-size: clamp(20px, 2.4890190337vw, 34px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-ttl {
    margin-bottom: 15px;
    padding: 0 0 20px 51px;
  }
}
.about-item .about-explanation-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-ttl::before {
    width: 32px;
  }
}
.about-item .about-explanation-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: linear-gradient(90deg, #f2f2f2 0, #f2f2f2 96%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-ttl::after {
    height: 12px;
  }
}
.about-item .about-explanation-ttl > span {
  display: block;
  max-width: 704px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-ttl > span {
    max-width: inherit;
  }
}
.about-item .about-explanation-box {
  max-width: 704px;
  width: 100%;
  margin: 0 0 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-box {
    max-width: inherit;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-inner {
    display: flex;
  }
}
@media screen and (max-width: 320px) {
  .about-item .about-explanation-inner {
    display: inherit;
  }
}
@media screen and (max-width: 375px) {
  .about-item .about-explanation-inner > p {
    width: calc(100% - 150px - 20px);
  }
}
@media screen and (max-width: 320px) {
  .about-item .about-explanation-inner > p {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.about-item .about-explanation-intro {
  display: flex;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-intro {
    margin-top: 20px;
  }
}
.about-item .about-explanation-intro > figure {
  max-width: 162px;
  width: 100%;
}
.about-item .about-explanation-intro > figure .itami-kousei-image {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 162/180;
  -o-object-position: right;
     object-position: right;
}
.about-item .about-explanation-intro .introduction {
  width: 100%;
}
.about-item .about-explanation-intro .introduction .introduction-name {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-intro .introduction .introduction-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-intro .introduction .introduction-name-text {
    display: flex;
    padding-left: 0;
  }
}
.about-item .about-explanation-intro .introduction .introduction-name-text > figure {
  max-width: 81px;
  width: 100%;
}
.about-item .about-explanation-intro .introduction .introduction-name-text > figure .itami-kousei-image {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 81/90;
  -o-object-position: right;
     object-position: right;
}
.about-item .about-explanation-intro .introduction .introduction-name-text > p {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 0 5px 30px;
  line-height: 1.67;
  border-bottom: 2px solid #e5e5e5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-intro .introduction .introduction-name-text > p {
    padding-left: 21px;
  }
}
.about-item .about-explanation-intro .introduction .introduction-kana {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-intro .introduction .introduction-kana {
    display: flex;
    font-size: 16px;
    font-feature-settings: "palt";
  }
}
.about-item .about-explanation-intro .introduction .introduction-text {
  padding-left: 30px;
}
.about-item .about-explanation-intro .introduction .introduction-text p:first-child {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .about-item .about-explanation-intro .introduction .introduction-text {
    padding-left: 0;
  }
}
.about-item .about-item-visual {
  position: relative;
  max-width: 375px;
  width: 100%;
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-item .about-item-visual {
    max-width: 150px;
    margin-top: 0;
    padding-top: 13px;
  }
}
.about-item .about-item-visual .rokkaku {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-item .about-item-visual .rokkaku {
    width: 54px;
  }
}
@media screen and (max-width: 767px) {
  .about-item .about-item-visual .photo {
    width: 128px;
  }
}
.about-item.about-item:nth-child(odd) .about-explanation {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .about-item.about-item:nth-child(odd) .about-explanation {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-item.about-item:nth-child(odd) .about-item-visual {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .about-item.about-item:nth-child(odd) .about-explanation-inner > p {
    margin-right: 20px;
  }
}
.about-item.about-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .about-item.about-item:nth-child(even) {
    flex-direction: column;
  }
}
.about-item.about-item:nth-child(even) .about-explanation {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .about-item.about-item:nth-child(even) .about-explanation {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-item.about-item:nth-child(even) .about-item-visual {
    margin: 0 auto 0 0;
  }
}
.about-item.about-item:nth-child(even) .about-item-visual .rokkaku {
  left: 0;
}
.about-item.about-item:nth-child(even) .about-item-visual .photo {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .about-item.about-item:nth-child(even) .about-item-visual .photo {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .about-item.about-item:nth-child(even) .about-explanation-inner {
    flex-direction: row-reverse;
  }
  .about-item.about-item:nth-child(even) .about-explanation-inner > p {
    margin-left: 20px;
  }
}
.about-item.about-item--1 .about-explanation-ttl::before {
  background: url("../img/top/1.svg") top left no-repeat;
  background-size: contain;
}
.about-item.about-item--2 .about-explanation-ttl::before {
  background: url("../img/top/2.svg") top left no-repeat;
  background-size: contain;
}
.about-item.about-item--3 .about-explanation-ttl::before {
  background: url("../img/top/3.svg") top left no-repeat;
  background-size: contain;
}
.about-item.about-item--4 .about-explanation-ttl::before {
  background: url("../img/top/4.svg") top left no-repeat;
  background-size: contain;
}
.about-item.about-item--5 .about-explanation-ttl::before {
  background: url("../img/top/5.svg") top left no-repeat;
  background-size: contain;
}

.about-column-link {
  margin-top: 20px;
  text-align: center;
}
.about-column-link .btn-column {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 340px;
  width: 100%;
  height: 80px;
  margin: 50px auto 0;
  padding-bottom: 3px;
  font-size: 22px;
  font-weight: bold;
  color: #196ab7;
  background: #fff;
  border: 4px solid #196ab7;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .about-column-link .btn-column {
    max-width: 284px;
    height: 60px;
    margin: 10px auto 0;
    font-size: 20px;
  }
}
.about-column-link .btn-column .icon-note {
  padding-left: 61px;
}
@media screen and (max-width: 767px) {
  .about-column-link .btn-column .icon-note {
    padding-left: 47px;
  }
}
.about-column-link .btn-column .icon-note::before {
  width: 41px;
}
@media screen and (max-width: 767px) {
  .about-column-link .btn-column .icon-note::before {
    width: 32px;
  }
}
.about-column-link .btn-column:hover {
  color: #fff;
  background: #196ab7;
  border-color: #196ab7;
}
.about-column-link .btn-column:hover .icon-note::before {
  background: url("../img/icon/note.svg") center center no-repeat;
  background-size: contain;
}

.about-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 55px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-inner {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.about-inner .about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 430px;
  width: 100%;
}
.about-inner .about-text p:first-child {
  margin-bottom: 25px;
}
.about-inner .about-text p:first-child .is-faded-up {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .about-inner .about-text p:first-child {
    max-width: 180px;
  }
}
.about-inner .about-text p:nth-child(2) {
  font-size: clamp(19px, 1.6105417277vw, 22px);
  line-height: 1.863;
}
.about-inner .about-text p:nth-child(2) .is-faded-up {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 375px) {
  .about-inner .about-text p:nth-child(2) {
    font-size: clamp(16px, 5.0666666667vw, 19px);
    letter-spacing: -0.3px;
  }
}
.about-inner .about-visual {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-inner .about-visual {
    max-width: 240px;
    margin: 0 auto 32px;
  }
}
.about-inner .about-visual p:first-child {
  position: absolute;
  top: -15.35%;
  right: -9.3%;
  width: 40.7%;
  z-index: 1;
}
.about-inner .about-visual p:first-child .inner-fade-up {
  transform: translateY(100px);
}
.about-inner .about-visual p:first-child .is-faded-up {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.about-inner .about-visual p:nth-child(2).is-faded-up {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.about-link {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-link.is-faded-in {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.about-link .btn-box {
  margin-right: clamp(11px, 2.9282576867vw, 40px);
  border-radius: 100px;
}
.about-link .btn-box:last-of-type {
  margin-right: 0;
}
.about-link .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 477px;
  max-height: 180px;
  width: clamp(162px, 27.8184480234vw, 380px);
  height: clamp(86px, 10.541727672vw, 144px);
  color: #fff;
  text-align: center;
  font-size: clamp(22px, 2.3426061493vw, 32px);
  font-weight: bold;
  border-radius: 100px;
  transition: 0.3s;
}
.about-link .btn.btn-blue {
  background-color: #006ab6;
}
.about-link .btn.btn-blue--60 {
  background-color: #75a6d4;
}
.about-link .btn.btn-green {
  background-color: #47c564;
}
.about-link .btn.btn-gray {
  background-color: #707070;
}
@media screen and (max-width: 320px) {
  .about-link .btn {
    width: 128px;
    font-size: 18px;
  }
}
@media (hover: hover) {
  .about-link .btn:hover.btn-blue {
    background-color: #004a80;
  }
  .about-link .btn:hover.btn-blue--60 {
    background-color: #a3c3e2;
  }
  .about-link .btn:hover.btn-green {
    background-color: #6cd183;
  }
  .about-link .btn:hover.btn-gray {
    background-color: #999999;
  }
}

/*------------------------------------------------------------
	ニュース
------------------------------------------------------------*/
.news-wrapper {
  padding-top: 125px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .news-wrapper {
    padding-top: 96px;
    padding-bottom: 60px;
  }
}

.news-list-wrapper {
  margin: 25px 0 30px;
}
.news-list-wrapper li.news-list-item a {
  display: block;
  padding: 20px;
  font-size: 18px;
  color: #555555;
  border-bottom: 1px solid #eeeeee;
}
.news-list-wrapper li.news-list-item a:hover {
  background-color: #f2f2f2;
}
.news-list-wrapper li.news-list-item a dl.news-list-item-inner dt {
  margin-bottom: 10px;
}

/*------------------------------------------------------------
	あとで削除
------------------------------------------------------------*/
.box01 {
  color: #fff;
  background: #000066;
  border-bottom-left-radius: 800px 200px;
  border-bottom-right-radius: 800px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 200px;
}

.box02 {
  min-height: 500px;
  background: url(../img/bgR.svg) bottom center no-repeat;
  background-size: contain;
}

.box03 {
  background: #000066;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 200px;
}
/*# sourceMappingURL=index.css.map */