@charset "UTF-8";
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// base
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/*----- フォント */
/* #### Generated By: http://www.cufonfonts.com #### */
body {
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// general 
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* --------------------------------
//////////////////////////////
///// basic 
///////////////////////////
----------------------------------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.1em;
  color: #333333;
  font-feature-settings: "palt" 1;
  font-family: "Noto Sans JP", serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.wrapper {
  display: block;
  width: min(80vw, 1536px);
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .wrapper {
    width: 93.3333333333vw;
  }
}

/* -------- UTILITY ----------- */
.sp {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* -------- 改行 ----------- */
.indent {
  display: block;
}

.pc__indent {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .pc__indent {
    display: inline;
  }
}

.sp__indent {
  display: inline;
}
@media print, screen and (max-width: 768px) {
  .sp__indent {
    display: block;
  }
}

/* -------- 太字 ----------- */
.bold {
  font-weight: 900;
}

/* --------------------------------
//////////////////////////////
///// 中央寄せ
///////////////////////////
----------------------------------- */
/* -------- 文字中央寄せ ----------- */
.txt__center {
  text-align: center;
}

/* -------- ブロック中央寄せ ----------- */
.mar__LRcenter {
  margin: 0 auto;
}

/* -------- 左右中央配置 ----------- */
.relative {
  position: relative;
}

.pos__LRcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* -------- 上下中央配置 ----------- */
.pos__TBcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* -------- 上下左右中央配置 ----------- */
.pos__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* --------------------------------
//////////////////////////////
///// flex
///////////////////////////
----------------------------------- */
.flex {
  display: flex;
}

.pc__flex {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .pc__flex {
    display: block;
  }
}

@media print, screen and (max-width: 768px) {
  .sp__flex {
    display: flex;
  }
}

.inline__flex {
  display: inline-flex;
}

.flex__reverse {
  flex-direction: row-reverse;
}

.flex__col {
  flex-direction: column;
}

@media print, screen and (max-width: 768px) {
  .sp__flex__col {
    flex-direction: column;
  }
}

@media print, screen and (max-width: 768px) {
  .sp__flex__col__reverse {
    flex-direction: column-reverse;
  }
}

/* -------- justify-content ----------- */
.jus__center {
  justify-content: center;
}

.jus__between {
  justify-content: space-between;
}

.jus__around {
  justify-content: space-around;
}

.jus__start {
  justify-content: flex-start;
}

.jus__end {
  justify-content: flex-end;
}

/* -------- align-items ----------- */
.ali__center {
  align-items: center;
}

.ali__end {
  align-items: flex-end;
}

@media print, screen and (max-width: 768px) {
  .sp__ali__center {
    align-items: center;
  }
}

@media print, screen and (max-width: 768px) {
  .sp__ali__start {
    align-items: flex-start;
  }
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// common
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// section
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.sec__wrap {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .sec__wrap {
    margin-bottom: 5.3333333333vw;
  }
}

.main.top .sec__wrap::before {
  content: "";
  display: block;
  width: min(37.3958333333vw, 718px);
  height: min(79.53125vw, 1527px);
  background: linear-gradient(167.87deg, #63B9E9 0.68%, #0A6DAD 98.56%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .main.top .sec__wrap::before {
    width: 48.5333333333vw;
    height: 203.4666666667vw;
  }
}
.main.top .sec__wrap::after {
  content: "";
  display: block;
  width: min(22.2395833333vw, 427px);
  height: min(50.46875vw, 969px);
  background: linear-gradient(110.66deg, #0B72AD 3.32%, #004EAA 98.77%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .main.top .sec__wrap::after {
    width: 34.6666666667vw;
    height: 130.4vw;
    bottom: -5.3333333333vw;
  }
}
.main.top .sec__wrap02 {
  position: relative;
  padding-top: min(8.3333333333vw, 160px);
}
@media print, screen and (max-width: 768px) {
  .main.top .sec__wrap02 {
    padding-top: 16vw;
  }
}
.main.top .sec__wrap02 .wrapper {
  background-color: #fff;
  position: relative;
  z-index: 3;
  width: min(85.4166666667vw, 1640px);
}
@media print, screen and (max-width: 768px) {
  .main.top .sec__wrap02 .wrapper {
    width: 96%;
  }
}
.main.top .sec__wrap02::before {
  content: "";
  display: block;
  width: min(37.3958333333vw, 718px);
  height: min(60.8854166667vw, 1169px);
  background: linear-gradient(205.49deg, #63B9E9 8.27%, #0A6DAD 94.55%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .main.top .sec__wrap02::before {
    width: 48.5333333333vw;
    height: 296.8vw;
  }
}

.main.under.back01 {
  background-image: url(/assetes/image/common/page-back.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 90%;
  padding-bottom: min(9.375vw, 180px);
}
@media print, screen and (max-width: 768px) {
  .main.under.back01 {
    background-size: 95%;
    padding-bottom: 16vw;
  }
}
.main.under.back02 .sec__wrap::before {
  content: "";
  display: block;
  width: min(20.78125vw, 399px);
  height: min(38.8020833333vw, 745px);
  background: linear-gradient(167.87deg, #63B9E9 0.68%, #0A6DAD 98.56%);
  position: absolute;
  top: min(16.3541666667vw, 314px);
  right: min(9.8958333333vw, 190px);
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .main.under.back02 .sec__wrap::before {
    width: 48.5333333333vw;
    height: 139.4666666667vw;
    top: 56vw;
    right: 0;
  }
}
.main.under.back02 .sec__wrap::after {
  content: "";
  display: block;
  width: min(19.21875vw, 369px);
  height: 100%;
  top: min(37.9166666667vw, 728px);
  background: linear-gradient(110.66deg, #0B72AD 3.32%, #004EAA 98.77%);
  position: absolute;
  left: 0;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .main.under.back02 .sec__wrap::after {
    width: 34.6666666667vw;
    top: 245.3333333333vw;
    padding-top: min(18.2291666667vw, 350px);
  }
}

/* -------- セクションタイトル ----------- */
.sec-h2, .sec-h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #63B9E9;
}
.sec-h2 span, .sec-h3 span {
  font-family: "Noto Sans JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.25;
  font-weight: 500;
  color: #333333;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .sec-h2 span, .sec-h3 span {
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
}

.sec-h2 {
  font-size: min(3.6458333333vw, 70px);
  line-height: 1.2857142857;
}
@media print, screen and (max-width: 768px) {
  .sec-h2 {
    font-size: 9.3333333333vw;
    line-height: 1.2857142857;
  }
}

.sec-h3 {
  font-size: min(1.8229166667vw, 35px);
  line-height: 1.6;
}
@media print, screen and (max-width: 768px) {
  .sec-h3 {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}

/* --------------------------------
//////////////////////////////
///// PAGE TOP
///////////////////////////
----------------------------------- */
.page-top {
  position: fixed;
  z-index: 10;
  right: min(5.2083333333vw, 100px);
  bottom: min(26.6145833333vw, 511px);
}
@media print, screen and (max-width: 768px) {
  .page-top {
    right: 2.6666666667vw;
    bottom: 56.2666666667vw;
  }
}
.page-top a {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  writing-mode: vertical-rl;
  font-size: min(0.7291666667vw, 14px);
  line-height: 1;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 768px) {
  .page-top a {
    font-size: 3.2vw;
    line-height: 1;
  }
}
.page-top a img {
  width: min(0.2864583333vw, 5.5px);
}
@media print, screen and (max-width: 768px) {
  .page-top a img {
    width: 1.2vw;
  }
}

/* --------------------------------
//////////////////////////////
///// アニメーション
///////////////////////////
----------------------------------- */
/* -------- 透明度 ----------- */
a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.6;
}

.gNav__item a, .fNav__item a {
  position: relative;
  display: inline-block;
}
.gNav__item a::after, .fNav__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #333333;
  bottom: min(-0.2083333333vw, -4px);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media print, screen and (max-width: 768px) {
  .gNav__item a::after, .fNav__item a::after {
    bottom: -1.0666666667vw;
  }
}
.gNav__item a:hover::after, .fNav__item a:hover::after {
  transform: scale(1, 1);
  opacity: 0.6;
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// News
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.news__list a::after,
.news .pagination .next a::after {
  content: "";
  display: block;
  background-image: url(/assetes/image/common/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(0.2604166667vw, 5px);
  height: min(0.5208333333vw, 10px);
}
@media print, screen and (max-width: 768px) {
  .news__list a::after,
  .news .pagination .next a::after {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
}
.news__list {
  padding-top: min(3.125vw, 60px);
  position: relative;
  z-index: 8;
}
@media print, screen and (max-width: 768px) {
  .news__list {
    padding-top: 8vw;
  }
}
.news__list li {
  border-bottom: 1px solid #787C86;
}
.news__list li a {
  display: flex;
  gap: min(2.0833333333vw, 40px);
  letter-spacing: 0;
  padding: min(1.0416666667vw, 20px) 0;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .news__list li a {
    flex-wrap: wrap;
    gap: 1.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.news__list li a::after {
  position: absolute;
  top: 50%;
  right: min(0.5208333333vw, 10px);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 768px) {
  .news__list li a::after {
    right: 1.3333333333vw;
  }
}
.news .date, .news .notice {
  font-size: min(0.78125vw, 15px);
  line-height: 1.8;
  color: #787C86;
}
@media print, screen and (max-width: 768px) {
  .news .date, .news .notice {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}
@media print, screen and (max-width: 768px) {
  .news .date {
    width: 95%;
  }
}
.news__title {
  font-weight: 500;
  font-size: min(0.9375vw, 18px);
  line-height: 1.8;
  width: min(22.8125vw, 438px);
}
@media print, screen and (max-width: 768px) {
  .news__title {
    font-size: 4vw;
    line-height: 1.8666666667;
    width: 95%;
  }
}
.news .notice {
  width: min(24.1666666667vw, 464px);
}
@media print, screen and (max-width: 768px) {
  .news .notice {
    width: 95%;
  }
}
.news .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(1.25vw, 24px);
  padding-top: min(1.5625vw, 30px);
  padding-bottom: min(9.375vw, 180px);
}
@media print, screen and (max-width: 768px) {
  .news .pagination {
    gap: 6.4vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 24vw;
  }
}
.news .pagination a {
  font-size: min(0.8333333333vw, 16px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #AEAEAE;
}
@media print, screen and (max-width: 768px) {
  .news .pagination a {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.news .pagination .current {
  color: #1335AE;
}
.news .pagination .next {
  padding-left: min(1.25vw, 24px);
}
@media print, screen and (max-width: 768px) {
  .news .pagination .next {
    padding-left: 6.4vw;
  }
}
.news .pagination .next a {
  display: flex;
  align-items: center;
  gap: min(1.09375vw, 21px);
}
@media print, screen and (max-width: 768px) {
  .news .pagination .next a {
    gap: 5.6vw;
  }
}
.news .pagination .next a::after {
  padding-right: min(1.0416666667vw, 20px);
}
@media print, screen and (max-width: 768px) {
  .news .pagination .next a::after {
    padding-right: 5.3333333333vw;
  }
}
.news .pagination .last::before {
  content: "…";
  padding-right: min(1.25vw, 24px);
  color: #AEAEAE;
}
@media print, screen and (max-width: 768px) {
  .news .pagination .last::before {
    padding-right: 6.4vw;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// width
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.W5 {
  width: 5%;
}

.W10 {
  width: 10%;
}

.W15 {
  width: 15%;
}

.W20 {
  width: 20%;
}

.W25 {
  width: 25%;
}

.W30 {
  width: 30%;
}

.W35 {
  width: 35%;
}

.W40 {
  width: 40%;
}

.W45 {
  width: 45%;
}

.W50 {
  width: 50%;
}

.W55 {
  width: 55%;
}

.W60 {
  width: 60%;
}

.W65 {
  width: 65%;
}

.W70 {
  width: 70%;
}

.W75 {
  width: 75%;
}

.W80 {
  width: 80%;
}

.W85 {
  width: 85%;
}

.W90 {
  width: 90%;
}

.W95 {
  width: 95%;
}

.W100 {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .W5,
  .W10,
  .W15,
  .W20,
  .W25,
  .W30,
  .W35,
  .W40,
  .W45,
  .W50,
  .W55,
  .W60,
  .W65,
  .W70,
  .W75,
  .W80,
  .W85,
  .W90,
  .W95,
  .W100 {
    width: 100%;
  }
}
/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// ヘッダー
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
----------------------------------- */
.header {
  height: min(29.5833333333vw, 568px);
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .header {
    height: 58.6666666667vw;
  }
}
.header.under {
  position: absolute;
  top: 0;
}
@media print, screen and (max-width: 768px) {
  .header.under {
    position: relative;
    height: 18.6666666667vw;
  }
}
.header__logo a {
  display: block;
  width: min(6.09375vw, 117px);
}
@media print, screen and (max-width: 768px) {
  .header__logo a {
    width: 20.8vw;
  }
}
.header__cont {
  gap: min(2.0833333333vw, 40px);
  padding-top: min(2.0833333333vw, 40px);
  padding-left: min(5.2083333333vw, 100px);
  position: relative;
  z-index: 10;
}
@media print, screen and (max-width: 768px) {
  .header__cont {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10.6666666667vw;
    padding: 0 2.6666666667vw;
    height: 21.3333333333vw;
  }
}
@media print, screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.2604166667vw, 5px);
  width: min(6.1979166667vw, 119px);
  height: min(1.8229166667vw, 35px);
  color: #fff;
  background-color: #0000AA;
}
@media print, screen and (max-width: 768px) {
  .header__contact a {
    gap: 1.3333333333vw;
    width: 31.7333333333vw;
    height: 9.3333333333vw;
  }
}
.header__contact a:hover {
  opacity: initial;
  background-color: #fff;
  color: #0000AA;
  border: 1px solid #0000AA;
}

@media print, screen and (max-width: 768px) {
  .gNav {
    width: 100%;
    height: 0;
    min-height: 0;
    justify-content: center;
    position: absolute;
    top: -100vw;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 min(9.8958333333vw, 190px);
    align-items: flex-start;
  }
  .gNav.-active {
    z-index: 50;
    height: 90vw;
    top: 21.3333333333vw;
    overflow-y: scroll;
    opacity: 1;
    z-index: 20;
  }
}
.gNav__ul {
  gap: min(2.0833333333vw, 40px);
}
@media print, screen and (max-width: 768px) {
  .gNav__ul {
    gap: 10.6666666667vw;
    height: 100%;
    justify-content: center;
  }
}
@media print, screen and (max-width: 768px) {
  .gNav__item {
    text-align: center;
  }
}
.gNav__item a {
  line-height: 1;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .gNav__item a {
    color: #fff;
  }
  .gNav__item a::after {
    background-color: #fff;
  }
}

.nav__btn__wrap {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .nav__btn__wrap {
    display: block;
  }
}
.nav__btn__wrap .nav__btn {
  position: relative;
  width: 12.5333333333vw;
  height: 12.5333333333vw;
  display: inline-block;
  z-index: 60;
  border-radius: 50%;
}
.nav__btn__wrap .nav__btn.-active span {
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.5s ease;
}
.nav__btn__wrap .nav__btn.-active span:first-child {
  transform: rotate(45deg);
  bottom: 0;
}
.nav__btn__wrap .nav__btn.-active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav__btn__wrap .nav__btn.-active span:last-child {
  transform: rotate(45deg);
  top: -70px;
  bottom: inherit;
}
.nav__btn__wrap .nav__btn span {
  position: absolute;
  right: 0;
  background-color: #63B9E9;
  display: inline-block;
  box-sizing: border-box;
  transition: transform 0.5s ease;
}
@media print, screen and (max-width: 768px) {
  .nav__btn__wrap .nav__btn span {
    width: 12.8vw;
    height: 1.0666666667vw;
  }
}
@media print, screen and (max-width: 768px) {
  .nav__btn__wrap .nav__btn span:first-child {
    bottom: 9.6vw;
  }
}
@media print, screen and (max-width: 768px) {
  .nav__btn__wrap .nav__btn span:nth-child(2) {
    bottom: 6.4vw;
  }
}
@media print, screen and (max-width: 768px) {
  .nav__btn__wrap .nav__btn span:last-child {
    bottom: 3.2vw;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// フッター
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
----------------------------------- */
.footer {
  position: relative;
  height: min(21.40625vw, 411px);
}
@media print, screen and (max-width: 768px) {
  .footer {
    height: inherit;
  }
}
.footer::after {
  content: "";
  background-image: url(/assetes/image/footer/footer_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(23.8020833333vw, 457px);
  height: min(23.6979166667vw, 455px);
  mix-blend-mode: overlay;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer__wrap {
  height: 100%;
}
.footer .logo-wrap {
  width: 29.7%;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .footer .logo-wrap {
    width: 15%;
  }
}
.footer__logo {
  display: block;
  width: min(15.625vw, 300px);
  position: absolute;
  top: 50%;
  right: -6vw;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 768px) {
  .footer__logo {
    right: -2vw;
    width: 13.3333333333vw;
  }
}
.footer__cont {
  width: 70.3%;
  -webkit-clip-path: polygon(min(20.3vw, 389.76px) 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(min(20.3vw, 389.76px) 0, 0 100%, 100% 100%, 100% 0);
  background-color: #182550;
}
@media print, screen and (max-width: 768px) {
  .footer__cont {
    width: 85%;
    -webkit-clip-path: polygon(10% 0, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(10% 0, 0 100%, 100% 100%, 100% 0);
  }
}

.fNav {
  margin-left: min(20.3vw, 389.76px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: min(26.5625vw, 510px);
}
@media print, screen and (max-width: 768px) {
  .fNav {
    margin-left: initial;
    padding: 5.8666666667vw 0;
    width: 100%;
    padding-left: 10%;
  }
}
.fNav__ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: min(3.125vw, 60px);
  row-gap: min(0.8854166667vw, 17px);
}
@media print, screen and (max-width: 768px) {
  .fNav__ul {
    gap: 1.0666666667vw;
    row-gap: 2.1333333333vw;
  }
}
.fNav__item:nth-child(3n+1) {
  width: min(5vw, 96px);
}
@media print, screen and (max-width: 768px) {
  .fNav__item:nth-child(3n+1) {
    width: 16vw;
  }
}
.fNav__item:nth-child(3n+2) {
  width: min(6.6145833333vw, 127px);
}
@media print, screen and (max-width: 768px) {
  .fNav__item:nth-child(3n+2) {
    width: 20.2666666667vw;
  }
}
.fNav__item:nth-child(3n+3) {
  width: min(8.6979166667vw, 167px);
}
@media print, screen and (max-width: 768px) {
  .fNav__item:nth-child(3n+3) {
    width: 32vw;
  }
}
.fNav__item a {
  color: #fff;
  letter-spacing: 0;
}
@media print, screen and (max-width: 768px) {
  .fNav__item a {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.fNav__item a::after {
  background-color: #fff;
}
.fNav .copy {
  color: #fff;
  padding-top: min(4.6875vw, 90px);
}
@media print, screen and (max-width: 768px) {
  .fNav .copy {
    font-size: 2.6666666667vw;
    line-height: 1.4;
    padding-top: 8vw;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// メインヴィジュアル
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.mv::before {
  content: "";
  background-image: url(/assetes/image/top/mv02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(44.375vw, 852px);
  height: min(40.9375vw, 786px);
  position: absolute;
  top: min(0.5208333333vw, 10px);
  left: min(7.96875vw, 153px);
  mix-blend-mode: color-burn;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .mv::before {
    top: 32vw;
    left: 1.6vw;
  }
}
.mv:after {
  content: "";
  background-image: url(/assetes/image/top/mv01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(51.9270833333vw, 997px);
  height: min(45.3125vw, 870px);
  position: absolute;
  top: min(3.125vw, 60px);
  right: min(3.125vw, 60px);
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .mv:after {
    width: 59.7333333333vw;
    height: 52vw;
    top: 21.3333333333vw;
    right: 2.6666666667vw;
  }
}
.mv h1 {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.6041666667vw, 50px);
  line-height: 1.44;
  font-weight: 700;
  color: #1335AE;
  position: absolute;
  top: min(17.65625vw, 339px);
  left: min(33.6458333333vw, 646px);
  z-index: 3;
}
@media print, screen and (max-width: 768px) {
  .mv h1 {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    top: 24vw;
    left: 10.6666666667vw;
  }
}
.mv h1 span {
  font-size: min(4.4270833333vw, 85px);
  line-height: 1.4352941176;
}
@media print, screen and (max-width: 768px) {
  .mv h1 span {
    font-size: 7.4666666667vw;
    line-height: 1.4285714286;
  }
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .mv::before {
  mix-blend-mode: plus-darker;
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// about
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
/// ------------------------------------------------------------------ */
.about {
  background-image: url(/assetes/image/top/about_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: min(58.9583333333vw, 1132px);
}
@media print, screen and (max-width: 768px) {
  .about {
    height: 224vw;
    background-size: cover;
  }
}
.about__h2 {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.6666666667vw, 32px);
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  padding-top: min(8.3333333333vw, 160px);
  position: relative;
  padding-bottom: min(12.5vw, 240px);
}
@media print, screen and (max-width: 768px) {
  .about__h2 {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    padding-top: 24vw;
    padding-bottom: 26.6666666667vw;
  }
}
.about__h2::after {
  content: "Always close to you";
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: min(3.125vw, 60px);
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: min(14.5833333333vw, 280px);
  left: min(8.2291666667vw, 158px);
  opacity: 0.2;
  transform: rotate(-8deg);
}
@media print, screen and (max-width: 768px) {
  .about__h2::after {
    font-size: 8vw;
    line-height: 1.6;
    top: 37.3333333333vw;
    left: 21.3333333333vw;
  }
}
.about__cont {
  gap: min(6.9791666667vw, 134px);
}
@media print, screen and (max-width: 768px) {
  .about__cont {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .about__cont {
    gap: 8vw;
  }
}
.about img {
  width: min(18.75vw, 360px);
}
@media print, screen and (max-width: 768px) {
  .about img {
    width: 60%;
    margin: 0 auto;
  }
}
.about__txt {
  gap: min(2.6041666667vw, 50px);
  font-weight: 500;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  .about__txt {
    gap: 5.3333333333vw;
  }
}
@media print, screen and (max-width: 768px) {
  .about__txt p, .about__txt dt {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
  }
}
.about__txt dl {
  gap: min(1.5625vw, 30px);
}
@media print, screen and (max-width: 768px) {
  .about__txt dl {
    gap: 2.6666666667vw;
  }
}
.about__txt dd {
  font-size: min(1.3541666667vw, 26px);
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  .about__txt dd {
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// artist
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.artist {
  padding-bottom: min(9.8958333333vw, 190px);
}
@media print, screen and (max-width: 768px) {
  .artist {
    padding-bottom: 16vw;
  }
}
.artist__cont {
  margin-top: min(4.1666666667vw, 80px);
  gap: min(1.0416666667vw, 20px);
}
@media print, screen and (max-width: 768px) {
  .artist__cont {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10.6666666667vw;
    gap: initial;
    row-gap: 5.3333333333vw;
  }
}
.artist__item {
  width: min(15.15625vw, 291px);
}
@media print, screen and (max-width: 768px) {
  .artist__item {
    width: 48%;
  }
}
.artist__item figcaption {
  letter-spacing: 0;
  padding-top: min(1.0416666667vw, 20px);
}
@media print, screen and (max-width: 768px) {
  .artist__item figcaption {
    padding-top: 2.6666666667vw;
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
}
.artist__item figcaption span {
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.3;
  padding-left: min(0.78125vw, 15px);
}
@media print, screen and (max-width: 768px) {
  .artist__item figcaption span {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    padding-left: 1.3333333333vw;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// news
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.news__link {
  width: min(11.7708333333vw, 226px);
  height: min(2.65625vw, 51px);
  margin: min(2.0833333333vw, 40px) 0;
  margin-left: auto;
  border: 1.5px solid #333333;
}
@media print, screen and (max-width: 768px) {
  .news__link {
    width: 60.2666666667vw;
    height: 13.6vw;
    margin: 10vw auto;
  }
}
.news__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// service
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.service {
  padding-top: min(9.375vw, 180px);
}
@media print, screen and (max-width: 768px) {
  .service {
    height: initial;
  }
}
.service .wrapper {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.service__wrap {
  width: min(73.75vw, 1416px);
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .service__wrap {
    width: 90%;
  }
}
.service__wrap.back::after {
  content: "";
  background-image: url(/assetes/image/top/service_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(35.2083333333vw, 676px);
  height: min(15vw, 288px);
  position: absolute;
  bottom: min(2.9166666667vw, 56px);
  left: 53.3vw;
  z-index: 11;
}
.service .sec-h2 {
  padding-bottom: min(6.7708333333vw, 130px);
}
@media print, screen and (max-width: 768px) {
  .service .sec-h2 {
    padding-bottom: 18.6666666667vw;
  }
}
.service__conts {
  gap: min(6.7708333333vw, 130px);
  padding-bottom: min(10.4166666667vw, 200px);
  position: relative;
  z-index: 12;
}
@media print, screen and (max-width: 768px) {
  .service__conts {
    gap: 18.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.service .col2 {
  display: flex;
  gap: min(3.0729166667vw, 59px);
}
@media print, screen and (max-width: 768px) {
  .service .col2 {
    flex-direction: column;
    gap: 8vw;
  }
}
.service__items {
  display: flex;
  justify-content: center;
  gap: min(1.5625vw, 30px);
  padding-top: min(2.6041666667vw, 50px);
}
@media print, screen and (max-width: 768px) {
  .service__items {
    flex-direction: column;
    gap: 8vw;
    padding-top: 13.3333333333vw;
  }
}
.service__item {
  width: min(23.5416666667vw, 452px);
  height: min(27.5520833333vw, 529px);
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .service__item {
    width: 100%;
    height: 101.3333333333vw;
  }
}
.service__item dl {
  background-color: #fff;
  width: min(21.9791666667vw, 422px);
  height: min(13.3854166667vw, 257px);
  padding: 0 min(1.9791666667vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(2.0833333333vw, 40px);
  box-shadow: 0px 0px 30px 0px rgba(99, 185, 233, 0.0784313725);
  position: absolute;
  left: 50%;
  bottom: min(1.3541666667vw, 26px);
  transform: translateX(-50%);
}
@media print, screen and (max-width: 768px) {
  .service__item dl {
    width: 90%;
    margin: 0 auto;
    height: 51.2vw;
    padding: 0 4.2666666667vw;
    gap: 3.7333333333vw;
    bottom: 3.7333333333vw;
  }
}
.service__item dt {
  font-size: min(1.25vw, 24px);
  line-height: 1.4583333333;
  font-weight: 700;
  color: #1335AE;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .service__item dt {
    font-size: 4.8vw;
    line-height: 1.3888888889;
  }
}
.service__item dd {
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.3;
}
@media print, screen and (max-width: 768px) {
  .service__item dd {
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
}
.service__item02 {
  display: flex;
  flex-direction: row-reverse;
  gap: min(0.8854166667vw, 17px);
  width: min(29.21875vw, 561px);
  padding-top: min(2.6041666667vw, 50px);
}
@media print, screen and (max-width: 768px) {
  .service__item02 {
    flex-direction: column;
    width: 100%;
    padding-top: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.service__item02 img {
  width: min(20.625vw, 396px);
}
@media print, screen and (max-width: 768px) {
  .service__item02 img {
    width: 100%;
  }
}
.service__item02 li {
  list-style: disc;
}
@media print, screen and (max-width: 768px) {
  .service__item02 li {
    list-style-position: inside;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// construction
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.construction__cont {
  width: min(63.8541666667vw, 1226px);
  margin: 0 auto;
  gap: min(2.7604166667vw, 53px);
  padding-top: min(4.1666666667vw, 80px);
  padding-bottom: min(9.375vw, 180px);
  position: relative;
  z-index: 10;
}
@media print, screen and (max-width: 768px) {
  .construction__cont {
    flex-direction: column;
    width: 100%;
    padding: 0 5%;
    gap: 6.6666666667vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
    background-color: #fff;
  }
}
.construction img {
  width: min(37.65625vw, 723px);
}
@media print, screen and (max-width: 768px) {
  .construction img {
    width: 100%;
  }
}
.construction__txt {
  gap: min(2.0833333333vw, 40px);
}
@media print, screen and (max-width: 768px) {
  .construction__txt {
    gap: 8vw;
  }
}
.construction__txt h3 {
  font-size: min(0.9375vw, 18px);
  line-height: 1.6;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .construction__txt h3 {
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}
.construction__txt p {
  width: min(20.6770833333vw, 397px);
}
@media print, screen and (max-width: 768px) {
  .construction__txt p {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
}
.construction__txt dl {
  border-top: 1px solid #C0C2CA;
  padding: min(0.8333333333vw, 16px) 0;
  padding-left: min(0.8333333333vw, 16px);
  display: flex;
  gap: min(2.0833333333vw, 40px);
}
@media print, screen and (max-width: 768px) {
  .construction__txt dl {
    padding: 2.6666666667vw 0;
    padding-left: 2.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.construction__txt dl:last-of-type {
  border-bottom: 1px solid #C0C2CA;
}
.construction .const-contact {
  width: min(9.1666666667vw, 176px);
  height: min(2.65625vw, 51px);
  border: 2px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .construction .const-contact {
    width: 24vw;
    height: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
}
.construction .const-contact:hover {
  opacity: initial;
  color: #fff;
  background: linear-gradient(110.66deg, #0B72AD 3.32%, #004EAA 98.77%);
  border: none;
}

.main.under {
  padding-top: min(9.375vw, 180px);
}
@media print, screen and (max-width: 768px) {
  .main.under {
    padding-top: 13.3333333333vw;
  }
}
.main.under .page-cont {
  width: min(69.7916666667vw, 1340px);
  padding: 0 min(4.1666666667vw, 80px);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media print, screen and (max-width: 768px) {
  .main.under .page-cont {
    width: 90%;
    padding: 0 5.3333333333vw;
  }
}
.main.under .page-cont::before {
  content: "";
  background-image: url(/assetes/image/common/back-pattern01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(24.6354166667vw, 473px);
  height: min(28.0729166667vw, 539px);
  position: absolute;
  top: min(-4.6875vw, -90px);
  right: min(-8.3333333333vw, -160px);
  transform: translate3d(0, 0, 0);
  z-index: 6;
}
@media print, screen and (max-width: 768px) {
  .main.under .page-cont::before {
    top: 26.6666666667vw;
    right: 0;
  }
}
.main.under .under-title h1 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #63B9E9;
  font-size: min(3.6458333333vw, 70px);
  line-height: 1.2857142857;
  letter-spacing: 0;
}
@media print, screen and (max-width: 768px) {
  .main.under .under-title h1 {
    font-size: 9.3333333333vw;
    line-height: 1.2857142857;
  }
}
.main.under .under-title h1 span {
  font-family: "Noto Sans JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.875;
  font-weight: 500;
  color: #333333;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .main.under .under-title h1 span {
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
}
.main.under .h2-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #1335AE;
  font-size: min(1.3541666667vw, 26px);
  line-height: 1.6;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .main.under .h2-title {
    font-size: min(3.7333333333vw, 26px);
    line-height: 1.8;
    text-align: center;
  }
}
.main.under .h2-title::before, .main.under .h2-title::after {
  content: "";
  background-image: url(/assetes/image/pages/coating-construction/title-line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(45.4166666667vw, 872px);
  height: min(0.5208333333vw, 10px);
}
@media print, screen and (max-width: 768px) {
  .main.under .h2-title::before, .main.under .h2-title::after {
    width: 83.84vw;
    height: 0.96vw;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// Coating construction
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.features__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #1335AE;
  font-size: min(1.8229166667vw, 35px);
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  padding-top: min(4.6875vw, 90px);
  padding-bottom: min(2.6041666667vw, 50px);
}
@media print, screen and (max-width: 768px) {
  .features__title {
    font-size: 6.4vw;
    line-height: 1.75;
    padding-top: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.features__cont {
  counter-reset: number 0;
  flex-wrap: wrap;
  gap: min(1.6666666667vw, 32px);
}
@media print, screen and (max-width: 768px) {
  .features__cont {
    row-gap: 4.8vw;
  }
}
.features__cont li {
  position: relative;
  z-index: 7;
  background-color: #fff;
  width: min(19.375vw, 372px);
  height: min(14.5833333333vw, 280px);
  padding: min(2.0833333333vw, 40px);
  font-size: min(0.9375vw, 18px);
  line-height: 1.7777777778;
  letter-spacing: 0;
  box-shadow: 0px 0px 1.04vw 0px rgba(99, 185, 233, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1.5625vw, 30px);
}
@media print, screen and (max-width: 768px) {
  .features__cont li {
    width: 48%;
    height: initial;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    gap: 2.6666666667vw;
    justify-content: flex-start;
  }
}
.features__cont li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "";
  font-family: "Noto Serif JP", serif;
  font-size: min(2.6041666667vw, 50px);
  line-height: 1.2;
  font-weight: 700;
  color: #5E76C8;
}
@media print, screen and (max-width: 768px) {
  .features__cont li::before {
    width: 47%;
    font-size: 6.4vw;
    line-height: 1.25;
  }
}
.features p {
  font-size: min(0.9375vw, 18px);
  line-height: 1.7777777778;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  padding-top: min(2.6041666667vw, 50px);
}
@media print, screen and (max-width: 768px) {
  .features p {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    padding-top: 5.3333333333vw;
  }
}

.construction {
  padding-top: min(9.375vw, 180px);
}
@media print, screen and (max-width: 768px) {
  .construction {
    padding-top: 21.3333333333vw;
  }
}
.construction__cont {
  width: min(69.7916666667vw, 1340px);
}
@media print, screen and (max-width: 768px) {
  .construction__cont {
    width: 90%;
  }
}
.construction__txt p {
  width: 100%;
}
.construction__txt img {
  width: min(20.8333333333vw, 400px);
  padding-top: min(1.0416666667vw, 20px);
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// About
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.main.under .page-cont:has(> .about-iwamura) {
  background-color: initial;
  padding: initial;
}

.about-iwamura {
  position: relative;
  margin: 0 min(4.1666666667vw, 80px);
  padding-top: min(2.03125vw, 39px);
}
@media print, screen and (max-width: 768px) {
  .about-iwamura {
    margin: initial;
    padding-top: 11.7333333333vw;
  }
}
.about-iwamura__mv {
  width: 100%;
}
.about-iwamura__title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: bold;
  font-size: min(1.8229166667vw, 35px);
  line-height: 1.6;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  bottom: min(8.3333333333vw, 160px);
}
@media print, screen and (max-width: 768px) {
  .about-iwamura__title {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    bottom: 10.6666666667vw;
  }
}

.interview {
  padding-left: min(12.2395833333vw, 235px);
  padding-top: min(7.2395833333vw, 139px);
  padding-bottom: min(13.0729166667vw, 251px);
}
@media print, screen and (max-width: 768px) {
  .interview {
    padding: 0 2.6666666667vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
    background-color: #fff;
  }
}
.interview__title {
  width: min(45.4166666667vw, 872px);
  padding-top: min(3.6458333333vw, 70px);
  font-size: min(1.6666666667vw, 32px);
  line-height: 1.6;
}
@media print, screen and (max-width: 768px) {
  .interview__title {
    width: 83.84vw;
    padding-top: 10.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.interview p {
  font-size: min(0.9375vw, 18px);
  line-height: 1.6;
  padding-right: min(4.1666666667vw, 80px);
}
@media print, screen and (max-width: 768px) {
  .interview p {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding-right: initial;
  }
}
.interview__h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: min(0.9375vw, 18px);
  line-height: 1.6;
  padding-top: min(2.2395833333vw, 43px);
  padding-bottom: min(1.2239583333vw, 23.5px);
}
@media print, screen and (max-width: 768px) {
  .interview__h3 {
    font-size: 3.7333333333vw;
    line-height: 1.4444444444;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;

  }
}
.interview__h3:has(.q) {
  display: flex;
  gap: min(0.78125vw, 15px);
}
@media print, screen and (max-width: 768px) {
  .interview__h3:has(.q) {
    gap: 2.6666666667vw;
  }
}
.interview__h3 .q {
  font-size: min(0.9375vw, 18px);
  line-height: 1.6;
  color: #1335AE;
  font-family: "Trocchi", serif;
}
@media print, screen and (max-width: 768px) {
  .interview__h3 .q {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.interview__box {
  padding-bottom: 0;
}
@media print, screen and (max-width: 768px) {
  .interview__box {
    padding-bottom: 0;
  }
}
.interview__box:has(.img) {
  display: flex;
  gap: min(0.5208333333vw, 10px);
}
@media print, screen and (max-width: 768px) {
  .interview__box:has(.img) {
    flex-direction: column-reverse;
    gap: 2.6666666667vw;
  }
}
.interview__box:has(.img) .txt p {
  padding-right: initial;
}
.interview__box:has(.img).imgL {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 768px) {
  .interview__box:has(.img).imgL {
    flex-direction: column-reverse;
  }
}
.interview__box .interview__box01 {
  flex: 3;
}

.interview__box .txt {
  flex: 1;
}
.interview__box .txt p {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1.6;
  letter-spacing: 0;
  padding-right: min(4.1666666667vw, 80px);
}

@media print, screen and (max-width: 768px) {
  .interview__box .txt p {
    font-size: 3.7333333333vw;
    line-height: 1.5;
	padding-right: 5px;
  }
}
.interview__box .img {
  width: min(21.71875vw, 417px);
}
@media print, screen and (max-width: 768px) {
  .interview__box .img {
    width: 100%;
  }
}






.interview p, .wp-block-list {
  font-size: min(0.9375vw, 18px);
  line-height: 1.6;
}

ol.wp-block-list li{
	list-style: decimal;
	margin-left: 2em;
}






@media print, screen and (max-width: 768px) {
	.interview p {
		font-size: 3.7333333333vw;
		line-height: 1.5;
		padding-right: initial;
	}
	.interview p, .wp-block-list {
		font-size: 3.7333333333vw;
	}


}
.wp-block-heading {
  font-weight: normal;
  font-size: min(0.9375vw, 18px);
  line-height: 1.6;
  padding-top: min(2.2395833333vw, 43px);
  padding-bottom: min(1.2239583333vw, 23.5px);
}
.wp-block-heading strong{
  font-weight: 700;
}

@media print, screen and (max-width: 768px) {
  .wp-block-heading {
    font-size: 3.7333333333vw;
    line-height: 1.4444444444;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;

  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// Contact
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.contact__form {
  padding-top: min(4.1666666667vw, 80px);
  padding-bottom: min(6.7708333333vw, 130px);
}
@media print, screen and (max-width: 768px) {
  .contact__form {
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}

.form {
  letter-spacing: 0;
}
.form dl {
  display: flex;
  gap: min(2.0833333333vw, 40px);
}
@media print, screen and (max-width: 768px) {
  .form dl {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.form dl:not(:first-child) {
  margin-top: min(1.5625vw, 30px);
}
@media print, screen and (max-width: 768px) {
  .form dl:not(:first-child) {
    margin-top: 8vw;
  }
}
.form dt, .form dd,
.form .form__text, .form .form__textarea {
  font-size: min(0.9375vw, 18px);
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  .form dt, .form dd,
  .form .form__text, .form .form__textarea {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.form dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(2.0833333333vw, 40px);
  width: min(11.25vw, 216px);
  padding-top: min(1.2239583333vw, 23.5px);
  padding-right: min(2.0833333333vw, 40px);
  flex: 1;
}
@media print, screen and (max-width: 768px) {
  .form dt {
    width: 100%;
    gap: 2.6666666667vw;
    padding: initial;
    justify-content: flex-start;
  }
}
.form dt::after {
  content: "必須";
  display: block;
  font-size: min(0.7291666667vw, 14px);
  line-height: 1.5714285714;
  font-weight: 700;
  background-color: #0000AA;
  color: #fff;
  width: min(1.875vw, 36px);
  height: min(1.1458333333vw, 22px);
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .form dt::after {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    width: 9.6vw;
    height: 5.8666666667vw;
  }
}
.form dd:has(.checkbox) .checkbox {
  display: flex;
  align-items: center;
  gap: min(4.1666666667vw, 80px);
  width: min(41.875vw, 804px);
}
@media print, screen and (max-width: 768px) {
  .form dd:has(.checkbox) .checkbox {
    width: 100%;
    gap: 5.3333333333vw;
  }
}
.form dd:has(.checkbox) .checkbox .form__checkbox {
  display: flex;
  align-items: center;
  gap: min(0.78125vw, 15px);
}
@media print, screen and (max-width: 768px) {
  .form dd:has(.checkbox) .checkbox .form__checkbox {
    gap: 1.3333333333vw;
  }
}
.form__text, .form__textarea {
  width: min(41.875vw, 804px);
  border: 1px solid #D9D9D9;
  padding: min(1.0416666667vw, 20px) 0;
  padding-left: min(2.0833333333vw, 40px);
  padding-right: min(2.0833333333vw, 40px);
}
@media print, screen and (max-width: 768px) {
  .form__text, .form__textarea {
    width: 100%;
    padding: 1.3333333333vw 0;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.form__text::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #D9D9D9;
}
.form__text::placeholder, .form__textarea::placeholder {
  color: #D9D9D9;
}
.form__text {
  height: min(3.3854166667vw, 65px);
}
@media print, screen and (max-width: 768px) {
  .form__text {
    height: 10.6666666667vw;
  }
}
.form__textarea {
  height: min(7.8125vw, 150px);
}
@media print, screen and (max-width: 768px) {
  .form__textarea {
    height: 26.6666666667vw;
  }
}
.form .policy {
  display: flex;
  align-items: center;
  gap: min(0.78125vw, 15px);
  padding-top: min(1.5625vw, 30px);
}
@media print, screen and (max-width: 768px) {
  .form .policy {
    gap: 1.3333333333vw;
    padding-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.form .policy a {
  text-decoration: underline;
}
.form__submit {
  display: block;
  cursor: pointer;
  border: none;
  width: min(10.5729166667vw, 203px);
  height: min(2.9166666667vw, 56px);
  margin: 0 auto;
  background: linear-gradient(83.22deg, #0B72AD 2.87%, #2A2BA1 99.2%);
  color: #fff;
  font-size: min(0.9375vw, 18px);
  line-height: 3.1111111111;
  font-weight: 600;
  text-align: center;
  margin-top: min(2.0833333333vw, 40px);
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .form__submit {
    width: 54.1333333333vw;
    height: 14.9333333333vw;
    font-size: 4.8vw;
    line-height: 3.1111111111;
    margin-top: 10.6666666667vw;
  }
}
.form__submit .fa-envelope {
  padding-right: min(0.78125vw, 15px);
}
@media print, screen and (max-width: 768px) {
  .form__submit .fa-envelope {
    padding-right: 4vw;
  }
}
.form__submit:hover {
  background: #fff;
  color: #0000AA;
  border: 1px solid #0000AA;
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// 投稿ページ
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.single {
  padding: 0 min(4.1666666667vw, 80px);
  padding-top: min(3.6458333333vw, 70px);
  padding-bottom: min(9.375vw, 180px);
}
@media print, screen and (max-width: 768px) {
  .single {
    padding: initial;
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
}
.single h2 {
  font-size: min(1.3541666667vw, 26px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: min(1.5625vw, 30px);
  gap: min(0.2604166667vw, 5px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 768px) {
  .single h2 {
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
    margin-bottom: 5.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.single h2::after {
  content: "";
  background-image: url(/assetes/image/pages/single/title-line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  padding-bottom: 1.5%;
}
.single h2:nth-of-type(n+2) {
  padding-top: min(3.6458333333vw, 70px);
}
@media print, screen and (max-width: 768px) {
  .single h2:nth-of-type(n+2) {
    padding-top: 13.3333333333vw;
  }
}
.single h3 {
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.8;
  color: #0000AA;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: min(1.0416666667vw, 20px);
}
@media print, screen and (max-width: 768px) {
  .single h3 {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    padding-bottom: 2.6666666667vw;
  }
}
.single p {
  padding-bottom: min(2.0833333333vw, 40px);
  line-height: 1.4;
}
@media print, screen and (max-width: 768px) {
  .single p {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    line-height: 1.4;
    padding-bottom: 2.6666666667vw;
  }
}
.single a {
  text-decoration: underline;
}
.single .col2 {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .single .col2 {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.single .col2 .img {
  padding-right: min(3.125vw, 60px);
}
@media print, screen and (max-width: 768px) {
  .single .col2 .img {
    padding-right: initial;
  }
}
.h2sub {
    text-align: center;
    margin: -20px auto 40px;
    font-weight: 700;
}
.specialty {
    font-weight: 700;
}
.single .col2:not(:has(.img)) {
  gap: min(3.6458333333vw, 70px);
}
@media print, screen and (max-width: 768px) {
  .single .col2:not(:has(.img)) {
    gap: initial;
  }
}/*# sourceMappingURL=style.css.map */