/*
* 基本スタイル
* ┗共通スタイル
* ヘッダー
* ┗グローバルナビゲーション
* フッター
* 汎用
* パーツ
*/
/* LESS Document */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 779px) {
  html {
    min-width: 320px;
  }
}
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.8rem;
  background: #F8F8F8;
  padding-top: 48px;
}
@media screen and (max-width: 779px) {
  body {
    font-size: 3.6vw;
    padding-top: 20px;
  }
}
p {
  margin-bottom: 1em;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  border-top: #999 1px dotted;
  margin: 30px 0;
}
/* -------------------------------- テーブル */
@media screen and (max-width: 779px) {
  .tableWrap {
    overflow: auto;
    white-space: nowrap;
  }
  .tableWrap::-webkit-scrollbar {
    background: #CCC;
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    background: #005FCE;
    border-radius: 15px;
  }
  table.tableResponsive thead {
    display: none;
  }
  table.tableResponsive th {
    display: block;
  }
  table.tableResponsive tr {
    display: block;
    margin-top: 10px;
  }
  table.tableResponsive td {
    display: block;
    border-top: none;
  }
  table.tableResponsive td::before {
    content: attr(aria-label);
    display: inline-block;
    width: 50px;
  }
}
/* -------------------------------- リスト */
.listDisc_01 {
  padding: 0 0 0 2rem;
  list-style: disc;
}
.listDisc_01 li::marker {
  color: #DDD;
}
.listDisc_01 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 {
  padding: 0 0 0 2rem;
}
.listDisc_02 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 li::marker {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.listDisc_03 {
  padding: 0 0 0 1.5rem;
}
.listDisc_03 li:not(:last-child) {
  margin: 0 0 0;
}
.listDisc_03 li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #005FCE;
  margin-right: -8px;
  font-size: 1rem;
  text-align: center;
  vertical-align: 2px;
  position: relative;
  left: -12px;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding: 0 0 0 2.5rem;
}
.listDecimal_02 > li {
  counter-increment: number;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  display: inline-block;
  width: 2.5rem;
  margin: 0 0 0 -2.5rem;
}
/* -------------------------------- 定義リスト */
.dlList {
  border-top: #707070 1px solid;
}
.dlList > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
}
.dlList > div dt {
  min-width: 0;
}
.dlList > div dd {
  flex: 1;
}
.dlList .dlItem {
  gap: 8px;
  align-items: center;
  padding: 19px 8px 19px;
  border-bottom: #707070 1px solid;
  font-weight: 500;
}
@media screen and (max-width: 779px) {
  .dlList .dlItem {
    gap: 0;
    padding: 12px 0 12px 4px;
  }
}
.dlList .dlItem dt {
  width: 200px;
}
@media screen and (max-width: 779px) {
  .dlList .dlItem dt {
    width: 25vw;
  }
}
.dlList.dlBorder > div {
  border-bottom: #666 1px dotted;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	共通スタイル
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .inner {
    width: auto;
    padding: 0 25px;
  }
}
@media screen and (max-width: 779px) {
  .inner {
    width: auto;
    padding: 0 25px;
  }
}
main {
  overflow: hidden;
}
hgroup {
  margin: 0 0 30px;
}
@media screen and (max-width: 779px) {
  hgroup {
    margin-bottom: 15px;
  }
}
hgroup h2 {
  color: #005FCE;
}
hgroup p {
  font-size: 5rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 779px) {
  hgroup p {
    font-size: 10vw;
  }
}
.ttl h4 {
  padding-top: 80px;
  color: #00886F;
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 779px) {
  .ttl h4 {
    font-size: 4.4vw;
  }
}
.ttl h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00886F;
}
.orange {
  color: #FF6D03;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  border: 6px solid #00886F;
  border-radius: 10px;
  text-align: center;
  margin: 0 70px;
  background: #FFFFFF;
}
@media screen and (min-width: 1600px) {
  .mv {
    margin: 0 150px;
  }
}
@media screen and (max-width: 1023px) {
  .mv {
    margin: 0 30px;
  }
}
.mv h1 {
  padding: min(74px, 7%) min(118px, 8%) min(105px, 9%) min(185px, 15%);
}
@media screen and (max-width: 779px) {
  .mv h1 {
    padding: min(74px, 6%) min(118px, 1%) min(105px, 4%) min(185px, 5%);
  }
}
.mv h2 {
  font-size: 4.5rem;
  color: #0F1419;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .mv h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 779px) {
  .mv h2 {
    font-size: 4.5vw;
  }
}
.mv p {
  margin-top: min(9.7%, 97px);
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #00886F;
  position: relative;
}
@media screen and (max-width: 779px) {
  .mv p {
    font-size: 6vw;
  }
}
.mv p:last-child {
  font-size: 1.5rem;
  margin-top: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .mv p:last-child {
    font-size: 3vw;
  }
}
.mv p:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 15.5px);
  width: 31px;
  height: 19px;
  background: url(../img/scroll.png) no-repeat center center;
  padding-bottom: 18px;
}
.bg_blue {
  margin: 0 calc(50% - 50vw);
  padding: 50px 0;
  background: #E5EFFA;
}
@media screen and (max-width: 779px) {
  .bg_blue {
    margin: 0 -25px;
    padding: 25px 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	intro
+++++++++++++++++++++++++++++++++++++++++++ */
.intro {
  padding-top: 81px;
}
@media screen and (max-width: 779px) {
  .intro {
    padding-top: 50px;
  }
}
.intro h3 {
  font-size: 2.4rem;
  line-height: 2;
  color: #0F1419;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .intro h3 {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 1023px) {
  .intro h3 .br {
    display: none;
  }
}
.intro .box {
  max-width: 916px;
  margin: 0 auto;
  padding: 0;
  background: #F8F8F8;
}
.intro .box .flex {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 46px 0 10px 0;
}
.intro .box .flex p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF;
  background: #00886F;
  padding: 7px 20px;
  border-radius: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 779px) {
  .intro .box .flex p {
    font-size: 3.6vw;
  }
}
.intro .box .text {
  text-align: right;
  margin-right: 10px;
  font-size: 2rem;
  font-weight: 500;
  color: #00886F;
}
@media screen and (max-width: 779px) {
  .intro .box .text {
    font-size: 4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	message
+++++++++++++++++++++++++++++++++++++++++++ */
.message {
  margin-bottom: 63px;
}
.message .box {
  margin: 87px 0 47px 0;
  padding: 0;
  position: relative;
  overflow: visible;
  background: #F8F8F8;
}
@media screen and (max-width: 779px) {
  .message .box {
    font-size: 6.4vw;
    background-size: cover;
    margin: 100px 0 47px 0;
  }
}
.message .box .box_text p {
  font-size: 3rem;
  font-weight: 400;
  color: #0F1419;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 0;
  border-bottom: 2px dashed #0F1419;
  max-width: 575px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 779px) {
  .message .box .box_text p {
    font-size: 6vw;
  }
}
.message .box .box_text p .br {
  display: none;
}
@media screen and (max-width: 779px) {
  .message .box .box_text p .br {
    display: block;
  }
}
.message .box .box_text .text2 {
  padding: 30px 0;
}
.message .box .box_text:nth-child(1) {
  position: relative;
  margin-bottom: 0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	formArea
+++++++++++++++++++++++++++++++++++++++++++ */
.formArea {
  margin-bottom: 89px;
}
.formArea p {
  padding: 26px 0 85px 0;
  font-size: 2.4rem;
  color: #0F1419;
}
@media screen and (max-width: 779px) {
  .formArea p {
    font-size: 4.8vw;
    padding: 26px 0 20px 0;
  }
}
.formArea p span {
  color: #00886F;
}
.formArea p span .orange {
  color: #FF6D03;
}
@media screen and (max-width: 779px) {
  .formArea form table tr {
    display: block;
    width: 100%;
  }
}
.formArea form table tr th,
.formArea form table tr td {
  padding-bottom: 54px;
}
@media screen and (max-width: 779px) {
  .formArea form table tr th,
  .formArea form table tr td {
    padding-bottom: 20px;
  }
}
.formArea form table tr:last-child td {
  padding-bottom: 0;
}
.formArea form table tr th {
  font-weight: 400;
  position: relative;
  padding-right: 45px;
  vertical-align: top;
  font-size: 2.8rem;
  color: #00886F;
}
@media screen and (max-width: 779px) {
  .formArea form table tr th {
    display: block;
    width: auto;
    padding-bottom: 0;
    font-size: 5.6vw;
  }
}
.formArea form table tr th label {
  margin-bottom: 50px;
  width: 237px;
  position: relative;
  font-size: 2.8rem;
}
@media screen and (max-width: 779px) {
  .formArea form table tr th label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 5.6vw;
  }
}
.formArea form table tr th .orange {
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  top: 11%;
}
.formArea form table tr td {
  font-size: 2.8rem;
  vertical-align: top;
}
@media screen and (max-width: 779px) {
  .formArea form table tr td {
    font-size: 5.6vw;
    display: block;
    width: 100%;
  }
}
.formArea form table tr td input {
  max-width: 612px;
  width: 100%;
  height: 54px;
  padding: 10px;
  border: 2px solid #00886F;
  font-weight: 500;
  font-size: 2.8rem;
}
@media screen and (max-width: 1023px) {
  .formArea form table tr td input {
    max-width: 480px;
  }
}
@media screen and (max-width: 779px) {
  .formArea form table tr td input {
    font-size: 5.6vw;
    height: auto;
  }
}
.formArea form p {
  color: #FF0000;
  text-align: center;
  font-weight: 500;
  padding-bottom: 0;
  padding-top: 10px;
  margin-bottom: 0;
}
.formArea form .submit a {
  cursor: pointer;
  max-width: 611px;
  margin: 0 auto;
  width: 100%;
  background: #00886F;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 400;
  border: none;
  border-radius: 15px;
  margin-top: 54px;
  padding: 7px 40px 5px 40px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 779px) {
  .formArea form .submit a {
    font-size: 4.6vw;
    height: auto;
    margin-top: 20px;
  }
}
.formArea form .complete {
  padding-top: 126px;
}
.formArea form .complete h4 {
  color: #00886F;
  font-size: 4.5rem;
  font-weight: 400;
}
@media screen and (max-width: 779px) {
  .formArea form .complete h4 {
    font-size: 9vw;
  }
}
.formArea form .complete p {
  color: #000;
  font-size: 2.4rem;
  padding: 5px 0 25px 0;
}
@media screen and (max-width: 779px) {
  .formArea form .complete p {
    font-size: 4.8vw;
  }
}
.formArea form .submit {
  text-align: center;
}
.formArea form .submit input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  max-width: 611px;
  margin: 0 auto;
  width: 100%;
  background: #00886F;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 400;
  border: none;
  border-radius: 15px;
  margin-top: 44px;
  padding: 7px 0 5px 0;
}
@media screen and (max-width: 779px) {
  .formArea form .submit input[type="submit"] {
    font-size: 4.6vw;
    height: auto;
    margin-top: 20px;
  }
}
.formArea form .submit input[type="submit"]:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.formArea form select {
  position: relative;
  background-color: #FFFFFF;
  background-image: url('../img/form.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 82.5%;
  height: 50px;
  padding: 5px 10px;
  border: 2px solid #00886F;
  font-size: 2.7rem;
  font-weight: 500;
  color: #0f0f0f;
}
@media screen and (max-width: 1023px) {
  .formArea form select {
    max-width: 480px;
    width: 100%;
  }
}
@media screen and (max-width: 779px) {
  .formArea form select {
    font-size: 5.4vw;
    width: 100%;
  }
}
.formArea form textarea {
  width: calc(100% + 35px);
  height: 347px;
  padding: 10px;
  border: 2px solid #00886F;
  font-size: 2.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .formArea form textarea {
    max-width: 480px;
    width: 100%;
  }
}
@media screen and (max-width: 779px) {
  .formArea form textarea {
    width: 100%;
    font-size: 5.4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
.footer p {
  font-size: 1.8rem;
  color: #00886F;
  margin-bottom: 18px;
  letter-spacing: 1.8px;
}
.footer p .MEDIA {
  font-size: 3.6vw;
}
.footer .footer_logo {
  margin-bottom: 39px;
}
.footer small {
  color: #0F1419;
  font-size: 1.8rem;
  padding-bottom: 11px;
  letter-spacing: 1.8px;
}
.footer small .MEDIA {
  font-size: 3.6vw;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #000;
  text-underline-offset: 3px;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:hover img.noOpacity {
  opacity: 1;
}
a.link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7.5px;
  border-color: transparent transparent transparent #2DA7E0;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: inherit;
}
@media screen and (max-width: 779px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.error {
  color: #F00;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
@media screen and (max-width: 779px) {
  .texCenter_sp {
    text-align: center!important;
  }
  .texLeft_sp {
    text-align: left!important;
  }
  .texRight_sp {
    text-align: right!important;
  }
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.borderNone {
  border: none!important;
}
.overflowHidden {
  overflow: hidden;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.9;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.colorRed {
  color: #D90000;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
.fs10 {
  font-size: 1rem!important;
}
.fs11 {
  font-size: 1.1rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs15 {
  font-size: 1.5rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs17 {
  font-size: 1.7rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs19 {
  font-size: 1.9rem !important;
}
.fs20 {
  font-size: 2rem!important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs22 {
  font-size: 2.2rem !important;
}
.fs23 {
  font-size: 2.3rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs25 {
  font-size: 2.5rem !important;
}
.fs26 {
  font-size: 2.6rem !important;
}
.fs27 {
  font-size: 2.7rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs29 {
  font-size: 2.9rem !important;
}
.fs30 {
  font-size: 3rem!important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs34 {
  font-size: 3.4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs38 {
  font-size: 3.8rem !important;
}
.fs40 {
  font-size: 4rem!important;
}
.fs42 {
  font-size: 4.2rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs46 {
  font-size: 4.6rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
@media screen and (max-width: 779px) {
  .fs10 {
    font-size: 2vw!important;
  }
  .fs11 {
    font-size: 2.2vw !important;
  }
  .fs12 {
    font-size: 2.4vw !important;
  }
  .fs13 {
    font-size: 2.6vw !important;
  }
  .fs14 {
    font-size: 2.8vw !important;
  }
  .fs15 {
    font-size: 3vw!important;
  }
  .fs16 {
    font-size: 3.2vw !important;
  }
  .fs17 {
    font-size: 3.4vw !important;
  }
  .fs18 {
    font-size: 3.6vw !important;
  }
  .fs19 {
    font-size: 3.8vw !important;
  }
  .fs20 {
    font-size: 4vw!important;
  }
  .fs21 {
    font-size: 4.2vw !important;
  }
  .fs22 {
    font-size: 4.4vw !important;
  }
  .fs23 {
    font-size: 4.6vw !important;
  }
  .fs24 {
    font-size: 4.8vw !important;
  }
  .fs25 {
    font-size: 5vw!important;
  }
  .fs26 {
    font-size: 5.2vw !important;
  }
  .fs27 {
    font-size: 5.4vw !important;
  }
  .fs28 {
    font-size: 5.6vw !important;
  }
  .fs29 {
    font-size: 5.8vw !important;
  }
  .fs30 {
    font-size: 6vw!important;
  }
  .fs32 {
    font-size: 6.4vw !important;
  }
  .fs34 {
    font-size: 6.8vw !important;
  }
  .fs36 {
    font-size: 7.2vw !important;
  }
  .fs38 {
    font-size: 7.6vw !important;
  }
  .fs40 {
    font-size: 8vw!important;
  }
  .fs42 {
    font-size: 8.4vw !important;
  }
  .fs44 {
    font-size: 8.8vw !important;
  }
  .fs46 {
    font-size: 9.2vw !important;
  }
  .fs48 {
    font-size: 9.6vw !important;
  }
  .fs10_sp {
    font-size: 2vw!important;
  }
  .fs11_sp {
    font-size: 2.2vw !important;
  }
  .fs12_sp {
    font-size: 2.4vw !important;
  }
  .fs13_sp {
    font-size: 2.6vw !important;
  }
  .fs14_sp {
    font-size: 2.8vw !important;
  }
  .fs15_sp {
    font-size: 3vw!important;
  }
  .fs16_sp {
    font-size: 3.2vw !important;
  }
  .fs17_sp {
    font-size: 3.4vw !important;
  }
  .fs18_sp {
    font-size: 3.6vw !important;
  }
  .fs19_sp {
    font-size: 3.8vw !important;
  }
  .fs20_sp {
    font-size: 4vw!important;
  }
  .fs21_sp {
    font-size: 4.2vw !important;
  }
  .fs22_sp {
    font-size: 4.4vw !important;
  }
  .fs23_sp {
    font-size: 4.6vw !important;
  }
  .fs24_sp {
    font-size: 4.8vw !important;
  }
  .fs25_sp {
    font-size: 5vw!important;
  }
  .fs26_sp {
    font-size: 5.2vw !important;
  }
  .fs27_sp {
    font-size: 5.4vw !important;
  }
  .fs28_sp {
    font-size: 5.6vw !important;
  }
  .fs29_sp {
    font-size: 5.8vw !important;
  }
  .fs30_sp {
    font-size: 6vw!important;
  }
  .fs32_sp {
    font-size: 6.4vw !important;
  }
  .fs34_sp {
    font-size: 6.8vw !important;
  }
  .fs36_sp {
    font-size: 7.2vw !important;
  }
  .fs38_sp {
    font-size: 7.6vw !important;
  }
  .fs40_sp {
    font-size: 8vw!important;
  }
  .fs42_sp {
    font-size: 8.4vw !important;
  }
  .fs44_sp {
    font-size: 8.8vw !important;
  }
  .fs46_sp {
    font-size: 9.2vw !important;
  }
  .fs48_sp {
    font-size: 9.6vw !important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	margin
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}
@media screen and (max-width: 779px) {
  .mt0_sp {
    margin-top: 0px!important;
  }
  .mt5_sp {
    margin-top: 5px!important;
  }
  .mt10_sp {
    margin-top: 10px!important;
  }
  .mt15_sp {
    margin-top: 15px!important;
  }
  .mt20_sp {
    margin-top: 20px!important;
  }
  .mt25_sp {
    margin-top: 25px!important;
  }
  .mt30_sp {
    margin-top: 30px!important;
  }
  .mt35_sp {
    margin-top: 35px!important;
  }
  .mt40_sp {
    margin-top: 40px!important;
  }
  .mt45_sp {
    margin-top: 45px!important;
  }
  .mt50_sp {
    margin-top: 50px!important;
  }
  .mb0_sp {
    margin-bottom: 0px!important;
  }
  .mb5_sp {
    margin-bottom: 5px!important;
  }
  .mb10_sp {
    margin-bottom: 10px!important;
  }
  .mb15_sp {
    margin-bottom: 15px!important;
  }
  .mb20_sp {
    margin-bottom: 20px!important;
  }
  .mb25_sp {
    margin-bottom: 25px!important;
  }
  .mb30_sp {
    margin-bottom: 30px!important;
  }
  .mb35_sp {
    margin-bottom: 35px!important;
  }
  .mb40_sp {
    margin-bottom: 40px!important;
  }
  .mb45_sp {
    margin-bottom: 45px!important;
  }
  .mb50_sp {
    margin-bottom: 50px!important;
  }
  .mr0_sp {
    margin-right: 0px!important;
  }
  .mr5_sp {
    margin-right: 5px!important;
  }
  .mr10_sp {
    margin-right: 10px!important;
  }
  .mr15_sp {
    margin-right: 15px!important;
  }
  .mr20_sp {
    margin-right: 20px!important;
  }
  .mr25_sp {
    margin-right: 25px!important;
  }
  .mr30_sp {
    margin-right: 30px!important;
  }
  .mr35_sp {
    margin-right: 35px!important;
  }
  .mr40_sp {
    margin-right: 40px!important;
  }
  .mr45_sp {
    margin-right: 45px!important;
  }
  .mr50_sp {
    margin-right: 50px!important;
  }
  .ml0_sp {
    margin-left: 0px!important;
  }
  .ml5_sp {
    margin-left: 5px!important;
  }
  .ml10_sp {
    margin-left: 10px!important;
  }
  .ml15_sp {
    margin-left: 15px!important;
  }
  .ml20_sp {
    margin-left: 20px!important;
  }
  .ml25_sp {
    margin-left: 25px!important;
  }
  .ml30_sp {
    margin-left: 30px!important;
  }
  .ml35_sp {
    margin-left: 35px!important;
  }
  .ml40_sp {
    margin-left: 40px!important;
  }
  .ml45_sp {
    margin-left: 45px!important;
  }
  .ml50_sp {
    margin-left: 50px!important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	TB用、SP用
+++++++++++++++++++++++++++++++++++++++++++ */
.tb_show,
.sp_show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tb_hide {
    display: none;
  }
  .tb_show {
    display: block;
  }
}
@media screen and (max-width: 779px) {
  .sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（色々なページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.box {
  background: #FFF;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 779px) {
  .box {
    padding: 20px;
  }
}
.photoFrame {
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
ul.iBlock {
  display: block;
}
ul.iBlock li {
  display: inline-block;
  margin: 0 15px 5px 0;
}
.btn {
  background: #005FCE;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  position: relative;
  max-width: max-content;
  width: 100%;
  height: 50px;
  padding: 5px 20px;
}
.btn .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn:hover {
  opacity: 0.7;
}
.columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox > * {
  display: block;
  width: 49%;
}
.columnBox::before,
.columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 49%;
}
.columnBox.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox.col3 > * {
  display: block;
  width: 32%;
}
.columnBox.col3::before,
.columnBox.col3::after {
  content: '';
  order: 1;
  display: block;
  width: 32%;
}
.columnBox.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.columnBox.col4 > * {
  display: block;
  width: 24%;
}
.columnBox.col4::before,
.columnBox.col4::after {
  content: '';
  order: 1;
  display: block;
  width: 24%;
}
@media screen and (max-width: 779px) {
  .columnBox.col1_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .columnBox.col1_sp > * {
    display: block;
    width: 100%;
  }
  .columnBox.col1_sp::before,
  .columnBox.col1_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
  .columnBox.col2_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .columnBox.col2_sp > * {
    display: block;
    width: 49%;
  }
  .columnBox.col2_sp::before,
  .columnBox.col2_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 49%;
  }
  .columnBox.col3_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .columnBox.col3_sp > * {
    display: block;
    width: 32%;
  }
  .columnBox.col3_sp::before,
  .columnBox.col3_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 32%;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
}
.flex.ai_fs {
  align-items: flex-start;
}
.flex.ai_c {
  align-items: center;
}
.flex.ai_fe {
  align-items: flex-end;
}
.flex.jc_fs {
  justify-content: flex-start;
}
.flex.jc_c {
  justify-content: center;
}
.flex .flexText {
  flex: 1;
}
.flex .flexImg {
  text-align: center;
}
.flex .flexRight {
  order: 1;
}
@media screen and (max-width: 779px) {
  .flex.sp_column {
    flex-direction: column;
  }
  .flex.sp_column .flexText {
    display: contents;
  }
  .flex.sp_block {
    display: block;
  }
}
