@charset "UTF-8";
/*********************************************
*
* 共通パーツ、初期設定
*
*********************************************/
/************************
**ブレイクポイント
************************/
/*min-widthベース、基本*/
/*max-widthベース、特定のクラスを途中まで、の場合*/
/*min-width,max-width混合、特定のクラスを途中から途中まで、の場合*/
/************************
**safari用
************************/
/************************
**全体
************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  /*↑googlefont使用時*/
  font-weight: 500;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-size: 3.75vw;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}

p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
p::before, p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
p {
  display: inline-block;
}

/*画像サイズを要素のwidthに合わせる*/
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
img.himg {
  width: auto;
  height: 100%;
}

/*リストのデザインを削除*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/*ボタン化(aタグ、buttonタグを親要素に全体化)*/
.ab-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab-b {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*テキストを一塊にし、途中で改行させない*/
.txtb {
  display: inline-block;
}

/************************
**サイズ別br 使わないものはコメントアウト
************************/
.smartbr {
  display: block;
}
@media screen and (min-width: 576px) {
  .smartbr {
    display: none;
  }
}

/*スマホ(768px未満)*/
.spbr {
  display: block;
}
@media screen and (min-width: 768px) {
  .spbr {
    display: none;
  }
}

.smbr {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .smbr {
    display: block;
  }
}

.mdbr {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mdbr {
    display: block;
  }
}

.lgbr {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .lgbr {
    display: block;
  }
}

.xlbr {
  display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .xlbr {
    display: block;
  }
}

.xxlbr {
  display: none;
}
@media screen and (min-width: 1400px) {
  .xxlbr {
    display: block;
  }
}

.sm-flbr {
  display: none;
}
@media screen and (min-width: 576px) {
  .sm-flbr {
    display: block;
  }
}

.md-flbr,
.pcbr {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-flbr,
  .pcbr {
    display: block;
  }
}

.lg-flbr {
  display: none;
}
@media screen and (min-width: 992px) {
  .lg-flbr {
    display: block;
  }
}

.xl-flbr {
  display: none;
}
@media screen and (min-width: 1200px) {
  .xl-flbr {
    display: block;
  }
}

.xxl-flbr {
  display: none;
}
@media screen and (min-width: 1400px) {
  .xxl-flbr {
    display: block;
  }
}

/************************
**container 使わないものはコメントアウト
************************/
.container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

/************************
**image pc/sp切り替え
************************/
.image-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .image-sp {
    display: none;
  }
}

.image-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .image-pc {
    display: block;
  }
}

/*********************************************
*
*共通
*
*********************************************/
.wrapper {
  min-height: 100dvh;
  background-image: url(../img/2026/base_evessa.png);
  background-size: 100%;
  background-repeat: repeat-y;
}

.section-wrapper {
  width: 95%;
  margin-inline: auto;
  text-align: center;
  padding-block: 1.5em;
}
@media screen and (min-width: 768px) {
  .section-wrapper {
    width: 100%;
    padding-block: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-wrapper {
    padding-block: 50px;
  }
}
.section-wrapper .section-title {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #6fc9f3;
}
@media screen and (min-width: 768px) {
  .section-wrapper .section-title {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 992px) {
  .section-wrapper .section-title {
    font-size: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .section-wrapper .section-title {
    font-size: 3.4em;
  }
}
.section-wrapper .section-sentence {
  font-size: 1em;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .section-wrapper .section-sentence {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .section-wrapper .section-sentence {
    font-size: 1.8em;
  }
}
.section-wrapper .section-sentence span {
  font-weight: 800;
}
.section-wrapper .section-image {
  margin-top: 1.5em;
}
@media screen and (min-width: 1200px) {
  .section-wrapper .section-image {
    margin-top: 30px;
  }
}

/*********************************************
*
*footer
*
*********************************************/
footer #footer .inner {
  padding: 0;
  width: 100% !important;
}
@media screen and (min-width: 992px) {
  footer #footer .inner {
    width: min(95%, 1140px) !important;
    margin-inline: auto;
  }
}
footer #footer .logo_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  footer #footer .logo_wrap {
    flex-direction: row;
    align-items: center;
  }
}
footer #footer .logo_wrap .logo {
  width: min(50%, 240px);
  margin-inline: auto;
  float: none !important;
}
@media screen and (min-width: 992px) {
  footer #footer .logo_wrap .logo {
    margin-inline: 0px;
  }
}
footer #footer .logo_wrap .name {
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 992px) {
  footer #footer .logo_wrap .name {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer #footer .logo_wrap .name p:nth-child(2) {
    display: block;
  }
}
footer #footer .logo_wrap .sns {
  float: none !important;
  text-align: center !important;
}
@media screen and (min-width: 992px) {
  footer #footer .logo_wrap .sns {
    margin-left: auto;
  }
}
footer #footer .copyright {
  width: 100%;
  text-align: center;
}

/*********************************************
*
*#kb-section01
*
*********************************************/
#kb-section01 .section01-wrapper {
  width: 95%;
  margin-inline: auto;
  text-align: center;
  padding-block: 0 1.5em;
}
@media screen and (min-width: 768px) {
  #kb-section01 .section01-wrapper {
    width: 100%;
    padding-block: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section01 .section01-wrapper {
    padding-block: 50px;
  }
}
#kb-section01 .section01-wrapper .section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-block: 1.5em;
}
@media screen and (min-width: 768px) {
  #kb-section01 .section01-wrapper .section-title {
    flex-direction: row;
  }
}
#kb-section01 .section01-wrapper .section-title .title-left {
  width: 120px;
}
@media screen and (min-width: 768px) {
  #kb-section01 .section01-wrapper .section-title .title-left {
    width: 15%;
  }
}
#kb-section01 .section01-wrapper .section-title .title-center {
  flex: 1 0 0;
}
#kb-section01 .section01-wrapper .section-title .title-center .title-main {
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #6fc9f3;
}
@media screen and (min-width: 768px) {
  #kb-section01 .section01-wrapper .section-title .title-center .title-main {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  #kb-section01 .section01-wrapper .section-title .title-center .title-main {
    font-size: 3.4em;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section01 .section01-wrapper .section-title .title-center .title-main {
    font-size: 4.2em;
  }
}
#kb-section01 .section01-wrapper .section-title .title-center .title-main span {
  position: relative;
}
#kb-section01 .section01-wrapper .section-title .title-center .title-main span::after {
  content: "・";
  font-size: 0.75em;
  position: absolute;
  top: -0.6em;
  left: 50%;
  transform: translateX(-50%);
}
#kb-section01 .section01-wrapper .section-title .title-center .title-sub {
  font-size: 1.2em;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #kb-section01 .section01-wrapper .section-title .title-center .title-sub {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section01 .section01-wrapper .section-title .title-center .title-sub {
    font-size: 1.8em;
  }
}
#kb-section01 .section01-wrapper .section-title .title-right {
  width: 100px;
}
@media screen and (min-width: 768px) {
  #kb-section01 .section01-wrapper .section-title .title-right {
    width: 15%;
  }
}

/*********************************************
*
*#kb-section02
*
*********************************************/
#kb-section02 .section02-wrapper {
  width: 95%;
  margin-inline: auto;
  text-align: center;
  padding-block: 1.5em;
}
@media screen and (min-width: 768px) {
  #kb-section02 .section02-wrapper {
    width: 100%;
    padding-block: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section02 .section02-wrapper {
    padding-block: 50px;
  }
}
#kb-section02 .section02-wrapper .section-title {
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #6fc9f3;
}
@media screen and (min-width: 768px) {
  #kb-section02 .section02-wrapper .section-title {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  #kb-section02 .section02-wrapper .section-title {
    font-size: 3.4em;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section02 .section02-wrapper .section-title {
    font-size: 4.2em;
  }
}
#kb-section02 .section02-wrapper .section-title span {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  #kb-section02 .section02-wrapper .section-title span {
    margin-left: 0.5em;
  }
}
#kb-section02 .section02-wrapper .section-sentence {
  font-size: 1.2em;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #kb-section02 .section02-wrapper .section-sentence {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section02 .section02-wrapper .section-sentence {
    font-size: 1.8em;
  }
}
#kb-section02 .section02-wrapper .section-image {
  margin-top: 1.5em;
}
@media screen and (min-width: 1200px) {
  #kb-section02 .section02-wrapper .section-image {
    margin-top: 30px;
  }
}

/*********************************************
*
*#kb-section03
*
*********************************************/
#kb-section03 .section03-wrapper {
  width: 95%;
  margin-inline: auto;
  text-align: center;
  padding-block: 1.5em;
}
@media screen and (min-width: 768px) {
  #kb-section03 .section03-wrapper {
    width: 100%;
    padding-block: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section03 .section03-wrapper {
    padding-block: 50px;
  }
}
#kb-section03 .section03-wrapper .section-title {
  width: 100%;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  #kb-section03 .section03-wrapper .section-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section03 .section03-wrapper .section-title {
    margin-bottom: 30px;
  }
}
#kb-section03 .section03-wrapper .section-sentence {
  font-size: 1em;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #kb-section03 .section03-wrapper .section-sentence {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section03 .section03-wrapper .section-sentence {
    font-size: 1.8em;
  }
}
#kb-section03 .section03-wrapper .section-sentence span {
  font-weight: 800;
}
#kb-section03 .section03-wrapper .section-image {
  margin-top: 1.5em;
}
@media screen and (min-width: 1200px) {
  #kb-section03 .section03-wrapper .section-image {
    margin-top: 30px;
  }
}

/*********************************************
*
*#kb-section09
*
*********************************************/
#kb-section09 .section-wrapper {
  border-bottom: 10px solid #e50012;
}
@media screen and (min-width: 768px) {
  #kb-section09 .section-wrapper {
    border-bottom: 20px solid #e50012;
  }
}
@media screen and (min-width: 1200px) {
  #kb-section09 .section-wrapper {
    border-bottom: 30px solid #e50012;
  }
}/*# sourceMappingURL=style.css.map */