@charset "UTF-8";
/* ---------------
  ★共通
--------------- */
html {
  font-size: 62.5%;
}

body {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 3.6vw;
  background: #fff;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

object {
  pointer-events: none;
}

.pc {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #000;
}

.no_link {
  pointer-events: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner {
  max-width: 1200px;
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.color_bk22 {
  color: #222222;
}

.bdr_ra {
  border-radius: 20px;
  overflow: hidden;
}

.bshadow {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.bder_solids {
  border: solid 1px;
}

.f40 {
  font-size: 4rem;
}

.max_none {
  max-width: unset;
}

/* ---------------
  ★フォントファミリー
--------------- */
.Df_mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    serif;
}

.Df_YuGothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.Df_Hiragino {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.Df_Helvetica {
  font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_Roboto {
  font-family: "Roboto", sans-serif;
}

.Gf_NSJ {
  font-family: "Noto Sans JP", sans-serif;
}

.Gf_NSeJ {
  font-family: "Noto Serif JP", serif;
}

.Gf_Jost {
  font-family: "Jost", sans-serif;
}

/* ---------------
  ★背景
--------------- */
.bk_gry {
  background-color: #f4f4f4;
}

.bk_gry02 {
  background-color: #f7f8f8;
}

.bk_gry03 {
  background-color: #f7f7f7;
}

.bk_gry04 {
  background-color: #efefef;
}

.bk_black01 {
  background-color: #231815;
}

.bk_blue {
  background-color: #005eae;
}

.bk_blue02 {
  background-color: #f5fbfe;
}

.bk_blue03 {
  background-color: #f5f9fa;
}

.bk_white {
  background-color: #fff;
}

.bk_white_op03 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bk_white_op065 {
  background-color: rgba(255, 255, 255, 0.65);
}

.bk_black {
  background-color: rgb(0, 0, 0);
}

.bk_black_op20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bk_black_op85 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bk_op_af {
  position: relative;
}
.bk_op_af:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bk_op_af.opb020:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.bk_op_af.opb030:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.bk_op_af.opb040:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.bk_op_af.opb085:before {
  background-color: rgba(0, 0, 0, 0.85);
}
.bk_op_af.opgry060:before {
  background-color: #bebebe;
  background-color: rgba(190, 190, 190, 0.6);
}
.bk_op_af.opgreen040:before {
  background-color: rgba(154, 204, 153, 0.7);
}

/* ---------------
  ★カラー
--------------- */
.cr_black {
  color: black !important;
}

.cr_red {
  color: red !important;
}

.cr_white {
  color: white;
}

.cr_green {
  color: #2e9568;
}

.cr_green2 {
  color: #4ab034;
}

.cr_green3 {
  color: #5894b0;
}

.cr_blue {
  color: #005eae;
}

.cr_gry {
  color: #999999;
}

/* ---------------
  ★LIST
--------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}
.disc > li {
  list-style-type: disc;
  line-height: 1.1;
}
.disc > li:not(:last-child) {
  padding-bottom: 10px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}
.decimal > li {
  list-style-type: decimal;
}
.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

.note {
  font-size: 1.4rem;
}
.note > li {
  padding-left: 17px;
  position: relative;
}
.note > li:not(:last-child) {
  margin-bottom: 5px;
}
.note > li::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

/* ---------------
  ★BASE
--------------- */
.small {
  font-size: 85%;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

#wb_wrap {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
  padding: 0 0 56.6%;
  width: 100%;
}
.movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.yt_wrap {
  padding: 0 0 66.6%;
  width: 100%;
}

.gmap_wrap {
  padding: 0 0 55%;
  width: 100%;
}

.iframe_wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 0px;
}

.sToggle dl > dd {
  display: none;
}

.plus_wrap {
  position: absolute;
  right: 30px;
  width: 20px;
  content: "";
  display: block;
  height: 20px;
  top: -5px;
  bottom: 0;
  margin: auto;
}
.plus_wrap span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.max-wid1010 {
  max-width: 1010px;
  margin: 0 auto;
}

/* ---------------
  ★タイトル
--------------- */
.tit01_wp {
  width: 100%;
  position: absolute;
  top: calc(50% + 0px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  line-height: 1.3;
}
.tit01_wp .tit01 {
  max-width: 1800px;
  margin: 0 auto;
  width: 92%;
  color: #000;
  position: relative;
  text-align: center;
}
.tit01_wp .tit01 > b {
  z-index: 2;
  font-size: 6.5vw;
  position: relative;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  display: inline-block;
}

.tit02 {
  margin-bottom: 6%;
  position: relative;
}
.tit02 > b {
  display: inline-block;
  font-size: 5.5vw;
  position: relative;
  font-weight: 500;
  line-height: 1.8;
}

.tit02_2 {
  margin-bottom: 3%;
}
.tit02_2 > b {
  display: block;
  font-size: 7vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 8px;
  position: relative;
  font-family: "Jost", sans-serif;
}

.tit03 {
  position: relative;
}
.tit03 b {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

/* ---------------
  ★ボタン
--------------- */
.c_btn01 {
  color: #fff;
  background: #000;
  position: relative;
  font-size: 3.6vw;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 4vw 5px;
  border-radius: 5px;
  border: solid 1px #000;
  min-width: 280px;
}

.c_btn02 {
  color: #fff;
  background: #231815;
  position: relative;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 9px 5px;
}
.c_btn02::before {
  display: block;
  color: #fff;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  top: 50%;
  right: 15px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.c_btn03 {
  color: #fff;
  background: rgba(35, 24, 21, 0.9);
  position: relative;
  font-size: 2.5rem;
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 9px 5px;
}
.c_btn03::before {
  display: block;
  color: #fff;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: relative;
  top: 50%;
  right: 25px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

@-webkit-keyframes frameIn {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  52% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes frameIn {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  52% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c_btn04 {
  color: #fff;
  background: #e8383d;
  position: relative;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 8px 5px;
  max-width: 315px;
}
.c_btn04::before {
  display: block;
  color: #fff;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 15px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.c_btn05 {
  color: #fff;
  background: #231815;
  position: relative;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 9px 25px;
  max-width: 400px;
  margin: auto;
}
.c_btn05::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../img/icon_gaibu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.c_btn_bk {
  color: #005eae;
  background: #fff;
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 9px 5px;
  border: solid 1px #005eae;
  min-width: 260px;
}
.c_btn_bk::before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #005eae;
  border-left: 2px solid #005eae;
  position: relative;
  top: 50%;
  left: 15px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.slide-arrowx {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  top: 50%;
  background: #f1b31c;
  border-radius: 50%;
  border: solid 0px;
  z-index: 3;
}

.c_btn_aw {
  display: block;
  position: relative;
  padding-right: 80px;
  color: #585858;
}
.c_btn_aw .yy_box {
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  border: solid 1px #bdbdbd;
  position: absolute;
  border-radius: 50%;
}
.c_btn_aw .yy_box::before,
.c_btn_aw .yy_box::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_btn_aw .yy_box::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #bdbdbd;
}
.c_btn_aw .yy_box::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #bdbdbd;
  margin: auto;
  position: absolute;
}

.gaibu_link > span {
  position: relative;
  padding-right: 20px;
}
.gaibu_link > span::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/gaibu_link.png) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-filter: drop-shadow(0 0px 2px rgba(1, 1, 0, 0.7));
  filter: drop-shadow(0 0px 2px rgba(1, 1, 0, 0.7));
}

.gaibu_link2 > span {
  position: relative;
  padding-right: 20px;
}
.gaibu_link2 > span::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/gaibu_link2.png) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 2px;
  right: 0;
}

.gaibu_link3 > span {
  position: relative;
  padding-right: 20px;
  color: #2e9568;
  text-decoration: underline;
}
.gaibu_link3 > span::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/gaibu_link3.png) no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 2px;
  right: 0;
}

.btn_suku_l {
  position: relative;
  padding-left: 14px;
  display: inline-block;
  line-height: 1;
}
.btn_suku_l::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #234572;
  position: absolute;
  left: 2px;
  top: 2px;
}

.y_btn {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.y_btn::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.y_btn.col_blue {
  color: #005bbd;
}
.y_btn.col_blue::before {
  border-top: 2px solid #005bbd;
  border-right: 2px solid #005bbd;
}

.y_btn_u {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #005bbd;
}
.y_btn_u::before {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #005bbd;
  border-right: 2px solid #005bbd;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.y_btn_l > span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 1.3;
}
.y_btn_l > span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #4bc4ee;
  border-right: 2px solid #4bc4ee;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.y_btn_2 span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.y_btn_2 span::before {
  content: "";
  display: block;
  width: 20px;
  padding-bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  z-index: 3;
}
.y_btn_2 span::after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #006297;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  z-index: 3;
}

.g_link > span {
  padding-right: 20px;
}
.g_link > span::after {
  content: "";
  display: block;
  background: url(../img/g_link03.png) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.c_btn_ct {
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  background-color: #0ba580;
  overflow: hidden;
  padding: 6px 60px 6px 20px;
  line-height: 1.1;
}
.c_btn_ct.cr_blue {
  background: #3d83f0;
  border: solid 1ox #3d83f0;
}
.c_btn_ct.cr_blue2 {
  background: #2f5080;
  border: solid 1ox #2f5080;
}
.c_btn_ct span {
  position: relative;
}
.c_btn_ct span em {
  display: block;
}
.c_btn_ct::before {
  content: "";
  display: block;
  background: url(../img/onlines.png) no-repeat;
  background-size: 100%;
  width: 23px;
  height: 19px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_btn_ct::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  position: absolute;
}
.c_btn_ct.cr_whi {
  color: #0ba580;
  background-color: #fff;
}
.c_btn_ct.cr_whi span {
  font-weight: 500;
}
.c_btn_ct.cr_whi::before {
  background-color: #0ba580;
}
.c_btn_ct.cr_whi::after {
  border-top: 2px solid #0ba580;
  border-right: 2px solid #0ba580;
}

/* ---------------
  ★アニメーション
--------------- */
.whi_sli {
  overflow: hidden;
  position: relative;
}
.whi_sli::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.whi_sli.isShow::before {
  right: -100%;
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInyoko {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInyoko {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInyoko {
  -webkit-animation-name: fadeInyoko;
  animation-name: fadeInyoko;
}

@-webkit-keyframes fadeInyoko2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInyoko2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInyoko2 {
  -webkit-animation-name: fadeInyoko2;
  animation-name: fadeInyoko2;
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDown;
  animation-name: fadeDown;
}

@-webkit-keyframes fadesin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadesin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fadein {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  position: relative;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.fadein.on {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  position: relative;
}
.fade.on {
  visibility: visible;
  opacity: 1;
}

.delay_03 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay_05 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay_07 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.delay_1 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.delay_13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.delay_2 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.bounceIn2 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn2;
  animation-name: bounceIn2;
}

@-webkit-keyframes bounceIn2 {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn2 {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadeIns {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIns {
  -webkit-animation-name: fadeIns;
  animation-name: fadeIns;
}

@-webkit-keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}

@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: -webkit-transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19),
    -webkit-transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes imageBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
/* ---------------
  ★ヘッダー
--------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background: #fff;
}
.header .h_logo_wp {
  font-size: 16px;
}
.header .h_logo_wp > a {
  display: inline-block;
  max-width: 150px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.header .hnav_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto;
  padding: 27px 0;
  width: 92%;
}
.header .hnavi01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header .hnavi01 > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .hnavi01 > dl > dt {
  padding: 0 30px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .hnavi01 > dl > dt a {
  display: block;
  font-size: 1.6rem;
  color: #000;
  font-weight: 800;
  font-family: brandon-grotesque, sans-serif;
}
.header .hnavi01 .saiyou {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .hnavi01 .saiyou > a {
  font-weight: 500;
  color: #fff;
  background-color: #005eae;
  display: block;
  font-size: 1.6rem;
  padding: 32px 39px;
}

.hnavi01 > dl > dd {
  display: none;
  position: absolute;
  top: 93px;
  right: 0;
}
.hnavi01 > dl > dd > div > a {
  display: block;
  font-size: 1.5rem;
}
.hnavi01 > dl:not(.gengo_dl)#onid > dt {
  background-color: #efefef;
}
.hnavi01 > dl:not(.gengo_dl) > dd {
  width: 100%;
}
.hnavi01 > dl:not(.gengo_dl) > dd > div {
  border-bottom: solid 1px #005eae;
}
.hnavi01 > dl:not(.gengo_dl) > dd > div > a {
  padding: 18px;
  background-color: rgba(0, 94, 174, 0.8);
  color: #fff;
}
.hnavi01 > dl.gengo_dl > dt .ons {
  display: block;
}
.hnavi01 > dl.gengo_dl > dt .nos {
  display: none;
  padding: 1.5px 2px;
}
.hnavi01 > dl.gengo_dl#onid > dt .ons {
  display: none;
}
.hnavi01 > dl.gengo_dl#onid > dt .nos {
  display: block;
}
.hnavi01 > dl.gengo_dl > dd {
  width: 100%;
  max-width: 232px;
}
.hnavi01 > dl.gengo_dl > dd > div {
  border-bottom: solid 1px #005eae;
}
.hnavi01 > dl.gengo_dl > dd > div > a {
  padding: 18px;
  background-color: #fff;
  color: #231815;
}

.mbtn_wp {
  position: fixed;
  top: 27px;
  right: 15px;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  overflow: hidden;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 15;
}
.mbtn_wp.changed {
}
.mbtn_wp.active {
}
.mbtn_wp.active .menu-trigger span {
  background-color: #000;
}
.mbtn_wp.active .menu-trigger em {
  color: #fff;
}

@-webkit-keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.mega {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #005bbd;
  opacity: 0;
  z-index: -1;
}
.mega.on {
  opacity: 1;
  z-index: 2;
  bottom: -75px;
}
.mega .mega_inner > dl {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  display: none;
  padding: 20px 0;
}
.mega .mega_inner > dl.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mega .mega_inner > dl dt {
  width: 150px;
  border-right: solid 2px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-right: 50px;
}
.mega .mega_inner > dl dt a {
  color: #fff;
}
.mega .mega_inner > dl dd {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mega .mega_inner > dl dd > a {
  position: relative;
  color: #fff;
  margin-right: 30px;
  line-height: 1.3;
}
.mega .mega_inner > dl dd > a .img_wp {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
.mega .mega_inner > dl dd > a .img_wp img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.mega .mega_inner > dl dd > a .txt_wp {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 2% 5%;
  font-size: 1.2rem;
  position: relative;
}
.mega .mega_inner > dl dd > a .txt_wp::after {
  transition: 0.3s;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.close {
  width: 43px;
  height: 43px;
  background-color: #231815;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 50%;
}
.close::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: 10;
}
.close::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

/* ---------------
  ★フッター
--------------- */
footer {
  position: relative;
}
footer .f_front {
  padding: 40px 0 65px;
}

.f_front_inner {
  position: relative;
  max-width: 1090px;
  width: 92%;
  margin: 0 auto;
}
.f_front_inner > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.f_front_inner > dl > dd {
  margin: 0 45px;
}
.f_front_inner > dl > dd .sd_iso_wp h3 {
  font-size: 2rem;
  margin-left: 15px;
}
.f_front_inner > dl > dd .sd_iso_wp .box a {
  margin: 5px 15px;
  display: inline-block;
}
.f_front_inner .flinks_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f_front_inner .flinks_ul > li {
  padding: 0 45px 30px;
  border-right: solid 1px #fff;
}
.f_front_inner .flinks_ul > li a {
  display: inline-block;
  color: #fff;
}
.f_front_inner .flinks_ul > li > dl > dt {
  font-size: 2rem;
}
.f_front_inner .flinks_ul > li > dl > dd {
  padding-top: 5px;
}
.f_front_inner .flinks_ul > li > dl > dd > div a {
  font-size: 1.3rem;
}

.f_under .f_under_inner {
  padding: 20px 0;
  font-size: 1.5rem;
  text-align: center;
}
/* ---------------
  ★ハンバーガーメニーュ
--------------- */
.menu-trigger {
  position: relative;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 35px;
  height: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-trigger em {
  color: #4eaf88;
  margin: 0 auto;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
  position: absolute;
  font-size: 1.1rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
  width: 80%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
}

/*=============================
#btn05
=============================*/
.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.active .menu-trigger span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
  animation: active-btn05-bar02 0.8s forwards;
}
@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
/* ---------------
  ★グローバルナビゲーション
--------------- */
.spnaviwrap {
  position: fixed;
  left: 0%;
  top: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 120px 15px 30px 15px;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
}
.spnaviwrap .nav_site .hnav_inner {
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp {
  margin-bottom: 70px;
  color: #fff;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .n_logo {
  font-family: "Sawarabi Gothic", sans-serif;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .n_logo span {
  display: block;
  font-size: 65%;
}

.spnaviwrap .nav_site .hnav_inner .box01 {
  text-align: center;
}
.spnaviwrap .nav_site .hnav_inner .box01 dl {
  line-height: 1.3;
  margin-bottom: 40px;
}
.spnaviwrap .nav_site .hnav_inner .box01 dl dt {
  color: #000;
}
.spnaviwrap .nav_site .hnav_inner .box01 dl dt a {
  color: #000;
  font-family: brandon-grotesque, sans-serif;
  font-size: 6.4vw;
  font-weight: 600;
  letter-spacing: 2px;
}

.spnaviwrap.active {
  opacity: 1;
  left: 0;
  pointer-events: all;
  z-index: 11;
}

/* ---------------
  ★TOTOP
--------------- */
#totop {
  width: 60px;
  height: 60px;
  display: block;
  background: rgba(0, 0, 0, 0.8);
}
#totop span {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  letter-spacing: 2.5px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 4px 0;
  color: #fff;
  line-height: 1.1;
  top: 27px;
  display: none;
}
#totop .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}
#totop .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 7;
  display: none;
}

.con_box_fex {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 7;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.9rem;
  background: #e8383d;
  font-weight: 600;
  padding: 36px 17px;
  line-height: 1.3;
}

/* ---------------
  ★side_links
--------------- */
.side_links {
  position: fixed;
  top: 160px;
  right: 20px;
  z-index: 6;
}
.side_links .side_link_in a {
  color: #000;
  display: block;
  text-align: center;
  position: relative;
  line-height: 1.3;
  margin-bottom: 20px;
}
.side_links .side_link_in a::before {
  content: "";
  display: inline-block;
  background-color: #eee;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.side_links .side_link_in a p {
  font-size: 1.1rem;
  font-weight: bold;
}
.side_links .side_link_in a.side_con::before {
  background-image: url(../img/icon_mail.png);
  background-repeat: no-repeat;
  background-color: #01fff6;
  background-position: center center;
  background-size: auto;
}
.side_links .side_link_in a.side_recr::before {
  background-image: url(../img/icon_recu.png);
  background-repeat: no-repeat;
  background-color: #00a8bb;
  background-position: center center;
  background-size: auto;
}
.side_links .side_link_in a.side_order::before {
  background-image: url(../img/icon_chu.png);
  background-color: #0a7a76;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

/* =======================================
  ★パンくず
========================================== */
.pankuzu_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  color: #000;
  background-color: #f7f8f8;
}

.pankuzu {
  max-width: 1900px;
  width: 97%;
  margin: 0px auto;
  font-size: 1.2rem;
}
.pankuzu > li {
  display: inline-block;
  position: relative;
  word-break: break-all;
  color: #231815;
}
.pankuzu > li::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  top: 3px;
  margin: 0 10px 0 14px;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.pankuzu > li:last-child:after {
  display: none;
}

.pankuzu a {
  color: #231815;
}

/* =======================================
	★ページャー
========================================== */
.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}

.wp-pagenavi {
  clear: both;
  font-size: 1.4rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 8px 12px;
  word-break: keep-all;
  line-height: 1;
  border: 1px solid #000000;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 1.6rem;
  margin: 5px;
  vertical-align: top;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
}

.wp-pagenavi span.pages {
  border: 0px;
  border-radius: 0;
  border-bottom: solid 1px #b3b3b3;
  margin-right: 10px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
}

/* =======================================
	★TABLE
========================================== */
.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border: 1px solid #9fa0a0;
}
.c_table_01 table tbody tr {
  border-bottom: 1px solid #9fa0a0;
}
.c_table_01 table tbody tr th {
  vertical-align: middle;
  padding: 20px 15px;
  color: #000000;
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
  background: #efefef;
}
.c_table_01 table tbody tr td {
  vertical-align: middle;
  padding: 20px 15px;
  word-break: break-all;
  background: #fff;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_table_02 table tbody tr {
  border-bottom: 1px solid #9fa0a0;
}
.c_table_02 table tbody tr th {
  vertical-align: middle;
  padding: 20px 15px;
  color: #000000;
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
  font-size: 1.5rem;
}
.c_table_02 table tbody tr td {
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 20px 15px;
  word-break: break-all;
}

.c_table_03 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_table_03 table th,
.c_table_03 table td {
  border: 1px solid #727171;
}
.c_table_03 table thead th {
  font-size: 1.7rem;
  text-align: center;
  background-color: #dcdddd;
}
.c_table_03 table thead th.th01 {
  width: 160px;
}
.c_table_03 table thead th.th03,
.c_table_03 table thead th.th04,
.c_table_03 table thead th.th05,
.c_table_03 table thead th.th06,
.c_table_03 table thead th.th07 {
  width: 118px;
}
.c_table_03 table tbody tr td {
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 10px;
  word-break: break-all;
  line-height: 1.5;
}
.c_table_03 table tbody tr td:not(.td02):not(.td03) {
  text-align: center;
}
.c_table_03 table tbody tr td a {
  display: inline-block;
}
.c_table_03 table tbody tr td a img {
  margin: 0 auto;
}
.c_table_03 table tbody tr td .no_bou {
  width: 30px;
  height: 3px;
  background-color: #727171;
  margin: auto;
}

.seach_box #searchForm {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.seach_box #searchForm #Free_Word {
  border: solid 1px #231815;
  background-color: #fff;
  padding: 7px 12px;
  width: 264px;
}
.seach_box #searchForm #Free_Word:focus-visible {
  outline: none;
  background: #edf7ff;
}
.seach_box #searchForm #searchsubmit {
  cursor: pointer;
  background-color: #231815;
  width: 63px;
  background-image: url(../img/icon_seach.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

#modal_box {
  display: none;
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal_cont {
  max-width: 1056px;
  width: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: solid 5px #231815;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  font-size: 1.7rem;
}
.modal_cont a {
  display: inline-block;
  color: #005eae;
  text-decoration: underline;
}
.modal_cont .list_style01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal_cont .list_style01 ul > li {
  width: 48%;
  margin-bottom: 2%;
}
.modal_cont .list_style01 ul > li:nth-child(even) {
  margin-right: 4%;
}
.modal_cont .list_style02 .hojyo_txt {
  margin-bottom: 10px;
}
.modal_cont .tit_wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.modal_cont .tit_wp b {
  padding: 0 13px;
  display: block;
  background-color: #231815;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 10px;
}
.modal_cont .tit_wp p {
  font-size: 2.2rem;
  font-weight: bold;
}
.modal_cont .close {
  top: -22px;
  right: -22px;
}

/* =======================================
	★TOP
========================================== */
.home_w {
  padding-top: 75px;
}

.hcover {
  width: 100%;
  position: relative;
  z-index: 1;
}
.hcover .hcover_inner {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.hcover .hcover_inner .img_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  overflow: hidden;
  width: 96%;
  padding-bottom: 65%;
  background-image: url(../img/hcover_img.jpg);
  background-repeat: repeat;
  background-size: auto;
  -webkit-animation: bgiLoop 60s linear infinite;
  animation: bgiLoop 60s linear infinite;
}

@-webkit-keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
#canvas-container {
  position: absolute;
  top: -28%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.h_txt_box {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  max-width: 1800px;
  width: 92%;
  z-index: 2;
}
.h_txt_box .hh1 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.h_txt_box .hh1 b {
  display: block;
  font-size: 9vw;
  line-height: 1.3;
  letter-spacing: 12px;
}

.top_sec01 dl {
}
.top_sec01 dl dt {
  width: 100%;
}
.top_sec01 dl dd {
  width: 100%;
  line-height: 2;
}

.top_sec03 p {
  line-height: 2;
  margin-bottom: 5%;
}

.top_sec04 {
  padding-bottom: 12%;
}
.top_sec04 .btn_wp {
  padding-top: 20px;
}

/* =======================================
	★下層共通
========================================== */
.under_l {
  padding-top: 90px;
}

.u_cover_wp {
  position: relative;
}
.u_cover_wp .u_cover {
  padding-bottom: 23%;
  position: relative;
  overflow: hidden;
}
.u_cover_wp .u_cover .tit01_wp {
  width: 100%;
  position: absolute;
  top: calc(50% + 0px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  line-height: 1.3;
}

.alink {
  color: #0068b7;
  text-decoration: underline;
}

/* =======================================
	★分割
========================================== */
.lr_xBox {
  position: relative;
  z-index: 3;
}
.lr_xBox .main_xBox {
  float: left;
  width: 75%;
}
.lr_xBox .aside_xBox {
  float: right;
  width: 20%;
}

/* =======================================
	★お知らせ
========================================== */
.news .news_list {
  margin-bottom: 60px;
}

.news_list li {
  padding: 15px 10px;
  margin: 5px 0;
  border-bottom: solid 1px #898989;
}
.news_list li a {
  color: #231815;
  display: block;
}
.news_list li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news_list li dl dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news_list li dl dt .date {
  color: #231815;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 35px;
  font-weight: bold;
}
.news_list li dl dt .tagx {
  margin-right: 35px;
}
.news_list li dl dd {
  width: calc(100% - 220px);
  position: relative;
  font-size: 1.4rem;
}
.news_list li dl dd .ntxt {
  font-weight: bold;
}

.archive_box {
  margin-bottom: 55px;
}
.archive_box .archive_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive_box .archive_links > li {
  width: 16.6666666667%;
}
.archive_box .archive_links > li > a {
  padding: 4px;
  width: 100%;
  display: block;
  background-color: #005eae;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  border: solid 1px #898989;
}

/* =======================================
	★お知らせ＿詳細
========================================== */
.cate_date_wp {
  background-color: #f7f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0 40px;
}
.cate_date_wp .cate_wp .tagx {
  font-size: 2rem;
  font-weight: 400;
  padding: 1px 60px;
}
.cate_date_wp .date {
  font-weight: 400;
  font-size: 2rem;
  margin-right: 20px;
}

.ndete_wp {
  margin: auto;
}
.ndete_wp .tit_wp h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.ndete_wp .detaile_box {
  margin-bottom: 80px;
}

.detaile_box {
  word-break: break-all;
  font-size: 1.5rem;
}
.detaile_box * {
  word-break: break-all;
}
.detaile_box h1,
.detaile_box h2,
.detaile_box h3,
.detaile_box h4,
.detaile_box h5,
.detaile_box h6,
.detaile_box b,
.detaile_box strong {
  font-weight: bold;
}
.detaile_box h1 {
  font-size: 200%;
}
.detaile_box h2 {
  font-size: 180%;
}
.detaile_box h3 {
  font-size: 160%;
}
.detaile_box h4 {
  font-size: 140%;
}
.detaile_box h5 {
  font-size: 120%;
}
.detaile_box h6 {
  font-size: 110%;
}
.detaile_box em {
  font-style: italic;
}
.detaile_box a {
  color: #6ac8ff;
  text-decoration: underline;
}
.detaile_box img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.detaile_box iframe {
  max-width: 100%;
}
.detaile_box .alignleft {
  float: left;
  margin-bottom: 3%;
  margin-right: 3%;
}
.detaile_box .alignright {
  float: right;
  margin-bottom: 3%;
  margin-left: 3%;
}
.detaile_box .aligncenter {
  margin: 0 auto !important;
}

.gall_list > li {
  width: 32%;
  margin-bottom: 2%;
}
.gall_list > li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.gall_list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.gall_list a .btit {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.75);
}

/* =======================================
	★Contact
========================================== */
.a_links {
  color: #005eae;
  display: inline-block;
  text-decoration: underline;
}

.contact_sec01 .txt_wwp {
  padding: 14px 5px;
  background-color: #f7f8f8;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 80px;
}

/* =======================================
	★フォーム
========================================== */
.form_wp .c_formdl label {
  margin-right: 10px;
}
.form_wp .c_formdl .c_formdl_ff > dl {
  font-size: 2rem;
  margin-bottom: 50px;
}
.form_wp .c_formdl .c_formdl_ff > dl > dt {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.form_wp .c_formdl .c_formdl_ff > dl > dd {
  width: 100%;
  border: none;
  padding: 0;
}
.form_wp .c_formdl .c_formdl_ff > dl > dd.inpx50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_wp .c_formdl .c_formdl_ff > dl > dd.inpx50 label {
  display: block;
  width: 48%;
}
.form_wp .c_formdl .c_formdl_ff > dl > dd.inpx50 label .middle02 {
  width: 100%;
}
.form_wp .c_formdl .inp01,
.form_wp .c_formdl .inp02 {
  padding: 5% 6%;
  font-size: 4vw;
  border-radius: 3px;
  border: 1px solid #727171;
}
.form_wp .c_formdl .inp01 input[type="text"],
.form_wp .c_formdl .inp02 input[type="text"] {
  font-size: 2rem;
}
.form_wp .c_formdl .inp_txtarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100% !important;
  height: 200px !important;
  border: 1px solid #727171;
  border-radius: 3px;
}
.form_wp .c_formdl input:-ms-input-placeholder {
  color: #a9a9a9;
}
.form_wp .c_formdl input::-ms-input-placeholder {
  color: #a9a9a9;
}
.form_wp .c_formdl .submit_wrap {
  margin-bottom: 5%;
  text-align: center;
}

.submit_wrap .submit_label {
  max-width: 312px;
  width: 96%;
  display: block !important;
  margin: 0 auto !important;
  position: relative !important;
}
.submit_wrap .submit_label::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.submit_wrap .submit_btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 45px;
  text-align: center;
  margin: auto;
  font-size: 1.7rem;
  cursor: pointer;
  background: #231815 !important;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  overflow: hidden;
  border: solid 0px;
  position: relative;
  top: 0;
  left: 0;
}

input::-webkit-input-placeholder {
  color: #a9a9a9;
}

input:-ms-input-placeholder {
  color: #a9a9a9;
}

input::-ms-input-placeholder {
  color: #a9a9a9;
}

input::-moz-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.middle {
  width: 90%;
}

input.long {
  width: 100%;
}

.hissu {
  padding: 4px 7px;
  background: #e60012;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 1.3rem;
  word-break: keep-all;
  color: #fff;
  margin-right: 15px;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

.inp_checkbox > li {
  display: inline-block;
  margin: 0 20px 10px 0;
}

.tenp_l {
  display: block !important;
  margin-bottom: 7px !important;
}
.tenp_l span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.c_formdl .yubin_wp {
  margin-bottom: 10px;
}
.c_formdl .yubin_wp > em {
  display: inline-block;
  margin-right: 5px;
}
.c_formdl .adre_wp > input {
  margin-bottom: 10px;
}
.c_formdl .kojin_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c_formdl .kojin_wrap > strong {
  margin-bottom: 5px;
  display: block;
  font-size: 1.8rem;
}
.c_formdl .kojin_wrap > p {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.c_formdl .kojin_wrap .privacy_box {
  border: solid 1px #727171;
  padding: 10px;
  font-size: 1.5rem;
  max-height: 255px;
  overflow-x: hidden;
  overflow-y: auto;
}
.c_formdl .kojin_wrap .txt_link {
  color: #6ac8ff;
  text-decoration: underline;
}
.c_formdl .kojin_wrap .kojin_checkwp {
  text-align: center;
  font-size: 1.8rem;
  padding: 50px 0;
}
.c_formdl .note {
  font-weight: normal;
}

/* =======================================
	★THANKS
========================================== */
.thanks_sec01 .box {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 80px;
}
.thanks_sec01 .box2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 80px;
  border: solid 1px #231815;
  padding: 40px;
}

/* =======================================
	★個人情報保護方針
========================================== */
.privacy .inner_cont {
  padding-bottom: 10px;
}
.privacy .inner_cont .pp_txt {
  margin-bottom: 40px;
}
.privacy .privacy_tit {
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
  font-size: 2.4rem;
}
.privacy .vacy_box {
  margin: 0 0 70px;
}
.privacy .vacy_box p {
  margin: 0 0 30px;
}
.privacy .vacy_box b {
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
  font-size: 2.4rem;
}

/*20230414*/

.f_front {
  text-align: center;
}
.f_front a {
  color: #000;
  display: inline-block;
  text-decoration: underline;
}

/* ---------------
  ★media Screen
--------------- */
/* ---------------
  ★IE
--------------- */
/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .hissu {
    vertical-align: middle;
    padding: 7px 5px 2px;
  }
}
