@charset "UTF-8";
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// base
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/*----- フォント */
/* #### Generated By: http://www.cufonfonts.com #### */
body {
  font-size: min(1.25vw, 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;
  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(84.375vw, 1080px);
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .wrapper {
    width: 91.4666666667vw;
  }
}

@media print, screen and (max-width: 768px) {
  .sp__wrapper {
    margin: 0 auto;
    width: 91.4666666667vw;
  }
}

.inner {
  display: block;
  width: min(76.25vw, 976px);
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

/* -------- 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
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// contact
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.contact {
  background-color: #4594FF;
}
.contact__h2 {
  display: block;
  color: #fff;
  font-size: min(2.5vw, 32px);
  line-height: 1.1875;
  font-weight: 700;
  text-align: center;
  padding-top: min(4.609375vw, 59px);
  letter-spacing: 0;
}
@media print, screen and (max-width: 768px) {
  .contact__h2 {
    font-size: 5.8666666667vw;
    line-height: 1.8181818182;
    padding-top: 12.5333333333vw;
  }
}
.contact__cont {
  gap: min(4.6875vw, 60px);
  padding-top: min(2.34375vw, 30px);
  padding-bottom: min(4.6875vw, 60px);
}
@media print, screen and (max-width: 768px) {
  .contact__cont {
    flex-direction: column;
    gap: min(1.875vw, 24px);
    padding-top: 5.6vw;
    padding-bottom: 16vw;
  }
}
@media print, screen and (max-width: 768px) {
  .contact__btn {
    width: 100%;
  }
}
.contact__btn a {
  display: block;
  width: min(35.78125vw, 458px);
}
@media print, screen and (max-width: 768px) {
  .contact__btn a {
    width: 100%;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// section
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.sec {
  padding-top: min(3.90625vw, 50px);
  padding-bottom: min(6.25vw, 80px);
}
@media print, screen and (max-width: 768px) {
  .sec {
    padding-top: 12.2666666667vw;
    padding-bottom: 16vw;
  }
}

/* -------- セクションタイトル ----------- */
.sec-title {
  font-size: min(2.5vw, 32px);
  line-height: 1.1875;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  margin-bottom: min(3.0859375vw, 39.5px);
  color: #237CF5;
}
.sec-title::after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: min(1.640625vw, 21px);
  width: min(4.6875vw, 60px);
  height: min(0.3125vw, 4px);
  background-color: #237CF5;
  border-radius: 2vw;
}
@media print, screen and (max-width: 768px) {
  .sec-title::after {
    margin-top: 5.0666666667vw;
    width: 10.6666666667vw;
    height: 1.0666666667vw;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-title {
    font-size: 5.8666666667vw;
    line-height: 1.1818181818;
    width: 81.6vw;
    margin: 0 auto;
    padding-bottom: 5.0666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}

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

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// ヘッダー
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
----------------------------------- */
.header {
  background-color: #237CF5;
  position: sticky;
  top: 0;
  z-index: 60;
}
.header__cont {
  height: min(6.40625vw, 82px);
  padding: 0 min(3.125vw, 40px);
}
@media print, screen and (max-width: 768px) {
  .header__cont {
    height: 17.6vw;
    padding: initial;
  }
}
.header__logo {
  font-size: min(2.03125vw, 26px);
  line-height: 1.4230769231;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .header__logo {
    font-size: 4.8vw;
    line-height: 2.0555555556;
  }
}
.header__logo .small {
  font-size: min(1.25vw, 16px);
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  .header__logo .small {
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
  }
}
.header__contact {
  gap: min(1.875vw, 24px);
  height: 100%;
}
@media print, screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__contact .mail a {
  display: block;
  width: min(11.71875vw, 150px);
}
.header__contact .tell {
  font-weight: 700;
}
.header__contact .tell p {
  font-size: min(0.9375vw, 12px);
  line-height: 1.4166666667;
  color: #fff;
}
.header__contact .tell a {
  font-size: min(1.5625vw, 20px);
  line-height: 1.45;
  color: #fff;
  font-weight: bold;
}
.header .contact__modal__btn {
  width: 12vw;
  cursor: pointer;
}

.modal {
  width: 100%;
  border-radius: initial;
  height: 0;
  min-height: 0;
  position: absolute;
  top: -83.7333333333vw;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  padding: 10.6666666667vw 0;
}
.modal__cont {
  gap: 6.4vw;
}
.modal__btn {
  width: 100%;
}
.modal__btn a {
  display: block;
  width: 100%;
}

.modal.-active {
  z-index: 61;
  height: 83.7333333333vw;
  top: 17.6vw;
  overflow-y: scroll;
  opacity: 1;
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// フッター
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
----------------------------------- */
.footer {
  background: #333333;
}
.footer .copyright {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: min(0.9375vw, 12px);
  line-height: 1.4166666667;
  padding: min(0.9375vw, 12px) 0;
}
@media print, screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    padding: 3.2vw 0;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// メインヴィジュアル
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// fqa
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
/// ------------------------------------------------------------------ */
.fqa {
  background-color: #E6F1FF;
  padding-top: min(3.125vw, 40px);
  padding-bottom: min(3.90625vw, 50px);
}
@media print, screen and (max-width: 768px) {
  .fqa {
    padding: 10.6666666667vw 0;
  }
}
.fqa__cont {
  flex-wrap: wrap;
  row-gap: min(5.9375vw, 76px);
}
@media print, screen and (max-width: 768px) {
  .fqa__cont {
    flex-direction: column;
    gap: 11.2vw;
  }
}
.fqa__item {
  width: min(40.625vw, 520px);
}
@media print, screen and (max-width: 768px) {
  .fqa__item {
    width: 100%;
  }
}
.fqa__item .fq {
  background-image: linear-gradient(180deg, rgb(94, 147, 219), rgb(59, 125, 215));
  border-radius: 1vw;
  display: flex;
  justify-content: space-around;
  height: min(11.71875vw, 150px);
}
@media print, screen and (max-width: 768px) {
  .fqa__item .fq {
    height: 32.8vw;
    border-radius: 2.4vw;
  }
}
.fqa__item .fq p {
  color: #fff;
  font-size: min(1.875vw, 24px);
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .fqa__item .fq p {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
.fqa__item .fq .img {
  width: min(9.375vw, 120px);
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .fqa__item .fq .img {
    width: 24vw;
  }
}
.fqa__item .fq .img img {
  position: absolute;
  bottom: 0;
}
.fqa__item .fa {
  font-size: min(1.40625vw, 18px);
  line-height: 1.6666666667;
  padding-top: min(1.875vw, 24px);
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .fqa__item .fa {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    padding-top: 4.2666666667vw;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// detail
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
/// ------------------------------------------------------------------ */
.detail {
  padding: min(3.75vw, 48px) 0;
}
@media print, screen and (max-width: 768px) {
  .detail {
    background-color: #237CF5;
    padding: 13.3333333333vw 0;
  }
}
.detail__cont {
  background-color: #237CF5;
  border-radius: 2vw;
  box-shadow: 6px 6px 0 rgba(35, 124, 245, 0.2);
  text-align: center;
  padding: min(1.875vw, 24px);
}
@media print, screen and (max-width: 768px) {
  .detail__cont {
    box-shadow: initial;
    padding: initial;
    border-radius: initial;
  }
}
.detail__title {
  color: #FFCF03;
  font-size: min(2.8125vw, 36px);
  line-height: 1.4444444444;
  font-weight: 700;
  margin-bottom: min(1.25vw, 16px);
}
@media print, screen and (max-width: 768px) {
  .detail__title {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
    margin-bottom: 6.4vw;
  }
}
.detail p {
  color: #fff;
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// solution
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.solution {
  background-color: #E6F1FF;
}
@media print, screen and (max-width: 768px) {
  .solution__cont {
    flex-direction: column;
    align-items: center;
    gap: 8.5333333333vw;
  }
}
.solution__item {
  width: min(21.171875vw, 271px);
}
@media print, screen and (max-width: 768px) {
  .solution__item {
    width: 72.2666666667vw;
  }
}
.solution__item .img {
  margin: 0 auto;
  width: min(17.1875vw, 220px);
  margin-bottom: min(1.25vw, 16px);
}
@media print, screen and (max-width: 768px) {
  .solution__item .img {
    width: 58.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.solution__item .txt {
  font-size: min(1.5625vw, 20px);
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: min(0.390625vw, 5px);
}
@media print, screen and (max-width: 768px) {
  .solution__item .txt {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    gap: 1.3333333333vw;
  }
}
.solution__item .txt::before {
  content: "";
  background: url(assetes/image/top/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: min(2.1875vw, 28px);
  height: min(2.078125vw, 26.6px);
}
@media print, screen and (max-width: 768px) {
  .solution__item .txt::before {
    width: 7.4666666667vw;
    height: 7.0933333333vw;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// features
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.features__cont {
  align-items: flex-end;
  gap: min(4.6875vw, 60px);
}
@media print, screen and (max-width: 768px) {
  .features__cont {
    gap: 14.1333333333vw;
  }
}
.features__item {
  width: min(62.5vw, 800px);
  padding: min(1.875vw, 24px) 0;
  border: 1px solid #9F9F9F;
  border-radius: 1vw;
  position: relative;
  margin-right: 4.7%;
}
@media print, screen and (max-width: 768px) {
  .features__item {
    width: 100%;
    padding: 0 3.4666666667vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 6.4vw;
    gap: 4.3733333333vw;
    margin-right: initial;
    border-radius: 3vw;
    flex-direction: column-reverse;
  }
}
.features__item .txt {
  width: min(32.421875vw, 415px);
  font-size: min(1.5625vw, 20px);
  line-height: 1.45;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .features__item .txt {
    width: 100%;
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.features__item .img {
  padding-right: min(1.953125vw, 25px);
}
@media print, screen and (max-width: 768px) {
  .features__item .img {
    padding-right: initial;
  }
}
.features__item .img img {
  width: min(28.125vw, 360px);
  height: 100%;
}
@media print, screen and (max-width: 768px) {
  .features__item .img img {
    display: block;
    width: 74.6666666667vw;
    margin: 0 auto;
    vertical-align: bottom;
  }
}
@media print, screen and (min-width: 768px) {
  .features__item:nth-child(odd) {
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: 4.7%;
  }
}
.features__item:nth-child(odd) .img {
  padding-left: min(1.953125vw, 25px);
}
@media print, screen and (max-width: 768px) {
  .features__item:nth-child(odd) .img {
    padding-left: initial;
  }
}
@media print, screen and (min-width: 768px) {
  .features__item:nth-child(odd) .features__num {
    right: initial;
    left: -4.7%;
  }
}
.features__num {
  display: block;
  width: min(5.546875vw, 71px);
  margin: 0 auto;
  font-size: min(4.6875vw, 60px);
  line-height: 1.45;
  color: #237CF5;
  position: absolute;
  top: -19%;
  right: -4.7%;
}
@media print, screen and (max-width: 768px) {
  .features__num {
    width: 100%;
    font-size: 11.2vw;
    line-height: 1.4523809524;
    top: -11%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// Service-table
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.service__table {
  padding-top: min(3.75vw, 48px);
}
@media print, screen and (max-width: 768px) {
  .service__table {
    padding-top: 14.9333333333vw;
  }
}

.table {
  width: min(62.5vw, 800px);
}
@media print, screen and (max-width: 768px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }
}
.table__basic {
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .table__basic {
    white-space: nowrap;
  }
}
.table__basic thead tr:first-child .blue {
  background-color: #237CF5;
  outline: 3px solid #237CF5;
  outline-offset: -1.5px;
  border-radius: 1vw 1vw 0 0;
  font-size: min(1.40625vw, 18px);
  line-height: 1.4444444444;
  height: min(5.3125vw, 68px);
}
@media print, screen and (max-width: 768px) {
  .table__basic thead tr:first-child .blue {
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    line-height: 1.5;
    height: 68px;
  }
}
.table__basic thead tr:first-child :not(.blue) {
  background-color: #fff;
  border: none;
}
.table__basic thead tr:last-child {
  border: 1px solid #9F9F9F;
}
.table__basic thead tr:last-child th:not(:first-child) {
  border-left: 1px solid #fff;
}
.table__basic tbody {
  border: 1px solid #9F9F9F;
  border-top: none;
}
.table__basic tbody tr:nth-child(even) {
  background-color: #E6F1FF;
}
@media print, screen and (max-width: 768px) {
  .table__basic tbody tr td:first-child {
    padding: 0 28px;
  }
}
.table__basic tbody tr :not(:first-child) {
  font-size: min(1.875vw, 24px);
  line-height: 1.6666666667;
  font-weight: 900;
  color: #707070;
  border-left: 1px solid #9F9F9F;
  width: min(10.15625vw, 130px);
}
@media print, screen and (max-width: 768px) {
  .table__basic tbody tr :not(:first-child) {
    width: 130px;
    font-size: 24px;
    line-height: 1.5;
    padding: 0 50px;
  }
}
.table__basic tbody tr:last-child .blue {
  border-bottom: 3px solid #237CF5 !important;
}
.table__basic tbody tr .orange {
  color: #FF0000;
}
.table__basic .blue-left {
  border-left: 3px solid #237CF5 !important;
}
.table__basic .blue-right {
  border-right: 3px solid #237CF5 !important;
}
.table__basic th, .table__basic td {
  font-weight: 700;
  text-align: center;
  height: min(3.75vw, 48px);
  vertical-align: middle;
}
@media print, screen and (max-width: 768px) {
  .table__basic th, .table__basic td {
    height: 48px;
  }
}
.table__basic th {
  background: #7AB2FD;
  color: #fff;
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// voice
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.voice {
  background-color: #E6F1FF;
}
.voice__cont {
  gap: min(2.34375vw, 30px);
}
@media print, screen and (max-width: 768px) {
  .voice__cont {
    gap: 8.5333333333vw;
  }
}
.voice__item {
  background-color: #fff;
  padding: min(3.125vw, 40px) 0;
  padding-left: min(6.875vw, 88px);
  padding-right: min(6.875vw, 88px);
  border-top: solid 4px #237CF5;
}
@media print, screen and (max-width: 768px) {
  .voice__item {
    padding: 0 4.2666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
.voice__fig {
  padding-bottom: min(2.1875vw, 28px);
  gap: min(8.4375vw, 108px);
}
@media print, screen and (max-width: 768px) {
  .voice__fig {
    flex-direction: column-reverse;
    gap: 4.2666666667vw;
    padding-bottom: 6.4vw;
  }
}
.voice__fig .fig__cont {
  text-align: center;
}
.voice__fig .voice__h3 {
  color: #237CF5;
  font-weight: 700;
  font-size: min(1.875vw, 24px);
  line-height: 1.4583333333;
  margin-bottom: min(1.25vw, 16px);
}
@media print, screen and (max-width: 768px) {
  .voice__fig .voice__h3 {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    margin-bottom: 2.1333333333vw;
  }
}
.voice__fig img {
  width: min(11.71875vw, 150px);
}
@media print, screen and (max-width: 768px) {
  .voice__fig img {
    width: 40vw;
    margin: 0 auto;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// message
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.message {
  background-image: url(assetes/image/top/message-back.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {
  .message {
    background-image: initial;
    background-color: #fff;
    padding-bottom: 4.2666666667vw;
  }
}
.message__cont {
  width: min(51.328125vw, 657px);
  margin-left: auto;
  margin-bottom: min(6.640625vw, 85px);
}
@media print, screen and (max-width: 768px) {
  .message__cont {
    width: 100%;
    margin-bottom: initial;
  }
}
@media print, screen and (max-width: 768px) {
  .message__cont p {
    margin-top: 6.4vw;
  }
}

/* ---------------------------------------------------------------
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//// about
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.about__item {
  width: min(62.5vw, 800px);
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .about__item {
    width: 100%;
  }
}
.about__item dl {
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #B7B7B7;
}
@media print, screen and (max-width: 768px) {
  .about__item dl {
    flex-direction: column;
    gap: 1.6vw;
  }
}
.about__item dl:first-child {
  border-top: solid 1px #B7B7B7;
}
.about__item dt, .about__item dd {
  padding: min(1.9140625vw, 24.5px) 0;
  letter-spacing: 0;
}
@media print, screen and (max-width: 768px) {
  .about__item dt, .about__item dd {
    padding: initial;
  }
}
.about__item dt {
  width: min(18.75vw, 240px);
  font-size: min(1.40625vw, 18px);
  line-height: 1.4444444444;
  position: relative;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .about__item dt {
    width: 100%;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    padding-top: 4.2666666667vw;
  }
}
.about__item dt p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 768px) {
  .about__item dt p {
    position: static;
    transform: initial;
  }
}
.about__item dd {
  flex: 1;
  font-size: min(1.09375vw, 14px);
  line-height: 1.4285714286;
}
@media print, screen and (max-width: 768px) {
  .about__item dd {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    padding-bottom: 4.2666666667vw;
    letter-spacing: 0.1em;
  }
}
.about__item .map dt a {
  display: flex;
  align-items: center;
  gap: min(0.546875vw, 7px);
  text-decoration: underline;
  color: #237CF5;
  font-size: min(1.25vw, 16px);
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  .about__item .map dt a {
    gap: 1.6vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.about__item .map dt a::after {
  content: "";
  background: url(assetes/image/top/link-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.2890625vw, 16.5px);
  height: min(1.2890625vw, 16.5px);
}
@media print, screen and (max-width: 768px) {
  .about__item .map dt a::after {
    width: 4.4vw;
    height: 4.4vw;
  }
}
.about__item .map dd {
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .about__item .map dd {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.about__item .map dd iframe {
  width: min(42.109375vw, 539px);
  height: min(20.859375vw, 267px);
}
@media print, screen and (max-width: 768px) {
  .about__item .map dd iframe {
    width: 100%;
    height: 96vw;
  }
}
.about__item .map dd p {
  font-size: min(1.25vw, 16px);
  line-height: 1.5;
  margin-top: min(0.9375vw, 12px);
}
@media print, screen and (max-width: 768px) {
  .about__item .map dd p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-top: 4.2666666667vw;
  }
}/*# sourceMappingURL=style.css.map */