@charset "UTF-8";
/* ---------------
  ★共通
--------------- */
html {
  font-size: 62.5%;
}

body {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  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;
}

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: 980px;
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.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_NSerJ {
  font-family: "Noto Serif JP", serif;
}

/* ---------------
  ★背景
--------------- */
.bk_green {
  background-color: #f08b25;
}

.bk_blue {
  background-color: #14478d;
}

.bk_blue02 {
  background-color: #3a5498;
}

.bk_white {
  background-color: #fff;
}

.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.opbl07:before {
  background-color: #faeacd;
}

.bk_yellow_deco {
  background-color: #fcf1d7;
}

/* ---------------
  ★カラー
--------------- */
.cr_black {
  color: black !important;
}

.cr_white {
  color: white;
}

.cr_blue {
  color: #14478d;
}

.cr_blue2 {
  color: #00baff;
}

.cr_red {
  color: #d50a0a;
}

.under_txt {
  text-decoration: underline;
}

/* ---------------
  ★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 500px;
  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;
}

/* ---------------
  ★タイトル
--------------- */
.tit02 {
  margin-bottom: 30px;
  position: relative;
}
.tit02 > b {
  display: inline-block;
  font-size: 3.6rem;
  position: relative;
  font-weight: 600;
  line-height: 1.5;
}

.tit02_01 {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
}
.tit02_01 b {
  font-weight: 600;
}

.tit02_02 {
  position: relative;
  text-align: center;
  font-size: 2.6rem;
}
.tit02_02 b {
  font-weight: 600;
}

.img2h_box img {
  margin: 0 auto;
}

.tit03 {
  margin-bottom: 30px;
  position: relative;
  color: #f08b25;
  border-top: solid 3px;
  border-bottom: solid 3px;
  text-align: center;
  padding: 10px 0;
}
.tit03 b {
  font-weight: 600;
  font-size: 2.6rem;
  position: relative;
}

.tit03_02 {
  position: relative;
  color: #000;
  background-color: #d6d6d6;
  padding: 10px 20px;
}
.tit03_02 b {
  font-weight: 600;
  font-size: 2rem;
  position: relative;
}

.tit05 {
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.tit05 b {
  font-weight: 600;
  font-size: 2.6rem;
  position: relative;
}

/* ---------------
  ★ボタン
--------------- */
.c_btn01 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  display: block;
  border-radius: 10px;
  padding: 15px 30px;
  margin: 0 auto;
  max-width: 470px;
  font-weight: 600;
  background-color: #f08b25;
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
}
.c_btn01 > span {
  position: relative;
}
.c_btn01::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.c_btn01.not_on {
  background-color: #cccccc;
  pointer-events: none;
  cursor: default;
}

.c_btn02 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  display: inline-block;
  border-radius: 10px;
  padding: 15px 30px;
  min-width: 270px;
  font-weight: 600;
  background-color: #f08b25;
  overflow: hidden;
}
.c_btn02 > span {
  position: relative;
}
.c_btn02::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.c_btn_bk {
  border-radius: 55px;
  min-width: 200px;
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  text-align: center;
  background-color: #29a8b6;
  overflow: hidden;
  font-weight: 500;
  padding: 12px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
.c_btn_bk span {
  position: relative;
}
.c_btn_bk em {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_btn_bk em::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #29a8b6;
  border-left: 2px solid #29a8b6;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(18%) rotate(45deg);
  transform: translateX(18%) rotate(45deg);
}

.gaibu_link {
  color: #0076ff;
  text-decoration: underline;
}

/* ---------------
  ★アニメーション
--------------- */
.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: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  background-position: center center;
}
.header.changed {
  position: fixed;
  -webkit-animation: slideInDown 0.3s forwards ease-in-out;
  animation: slideInDown 0.3s forwards ease-in-out;
}
.header .hnav_area {
  width: 100%;
  margin: 0 auto;
  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;
}
.header .h_logo_wp {
  margin-left: 2%;
}
.header .h_logo_wp a {
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
.header .hnavi01 {
  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;
}
.header .hnavi01 dl a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.header .hnavi01 dl a span {
  display: block;
  font-weight: 500;
  position: relative;
}
.header .hnavi01 dl a small {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
.header .hnavi01 dl a em {
  position: relative;
  font-weight: 500;
  display: block;
}
.header .hnavi01 dl:not(.con_box) {
  padding: 10px 15px;
  border-left: solid 1px #fff;
}
.header .hnavi01 dl:not(.con_box) a {
  padding: 0 30px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}
.header .hnavi01 dl.con_box a {
  overflow: hidden;
  padding: 25px 30px;
  background: #14478d;
  position: relative;
}
.header .hnavi01 dl.con_box a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 90px 0 90px;
  border-color: #2a60ab transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pitari_wrap {
  position: fixed;
  top: 175px;
  right: 0;
  background-color: #14478d;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 7;
  padding: 9.2px;
}
.pitari_wrap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #09387a transparent transparent;
  position: absolute;
  top: 5px;
  right: 5px;
}
.pitari_wrap span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 3px;
  position: relative;
  padding-top: 47px;
  padding-bottom: 10px;
}
.pitari_wrap span::after {
  content: "";
  display: block;
  background: url(../img/icon_seach.png) no-repeat;
  width: 38px;
  height: 38px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 47px;
}

.home .pitari_wrap {
  right: -100%;
}
.home .pitari_wrap.changed {
  right: 0;
}

.mbtn_wp {
  display: none !important;
  position: fixed;
  top: 20px;
  right: -75px;
  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;
  border: solid 1px #4eaf88;
  padding: 10px 10px 27px;
}
.mbtn_wp.changed {
  right: 25px;
}
.mbtn_wp.active {
  border: solid 1px #fff;
}
.mbtn_wp.active .menu-trigger span {
  background-color: #fff;
}
.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);
}
.mega .close {
  top: 0px;
}

.close {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.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);
}

/* ---------------
  ★フッター
--------------- */
.f_contact {
  background: url(../img/f_contact_bk.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.f_contact .gaps {
  overflow: hidden;
  position: relative;
}
.f_contact .tit02_02 {
  margin-bottom: 20px;
}
.f_contact .fcon_di {
  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;
  text-align: center;
}
.f_contact .fcon_di h3 {
  margin-bottom: 5px;
}
.f_contact .fcon_di h3 b {
  display: inline-block;
  font-size: 2.4rem;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-top: 120px;
}
.f_contact .fcon_di h3 b::before {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.f_contact .fcon_di .txt_wp {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.f_contact .fcon_di > dt {
  width: 48%;
}
.f_contact .fcon_di > dt .box {
  max-width: 490px;
  margin: 0 auto;
}
.f_contact .fcon_di > dt h3 b::before {
  background-image: url(../img/icon_en_mail.png);
}
.f_contact .fcon_di > dt .btn_wp {
  padding-top: 10px;
}
.f_contact .fcon_di > dd {
  width: 48%;
}
.f_contact .fcon_di > dd h3 b::before {
  background-image: url(../img/icon_en_tel.png);
}
.f_contact .fcon_di > dd .tel_wp .tel_link {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 3px;
}
.f_contact .fcon_di > dd .tel_wp .tel_link span {
  font-size: 3.2rem;
}
.f_contact .fcon_di > dd .eigyo_wp {
  margin-bottom: 30px;
}

footer {
  font-weight: 600;
  position: relative;
}
footer .f_front_inner .c_ftit {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
footer .f_front_inner > dl {
  margin-bottom: 40px;
}
footer .f_front_inner .c_ftxt_02 {
  padding: 40px 0 60px;
  text-align: center;
}

.f_front_inner {
  position: relative;
}
.f_front_inner a {
  display: inline-block;
}

.flog_wp {
  padding-bottom: 40px;
  text-align: center;
}
.flog_wp h3 {
  margin-bottom: 0px m !important;
}
.flog_wp a {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.f_under {
  text-align: center;
}
.f_under .copyright {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0 30px;
  color: #767676;
}

/* ---------------
  ★ハンバーガーメニーュ
--------------- */
.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: #4eaf88;
  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;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 100%;
}

#menu07 span:nth-of-type(1) {
  -webkit-animation: menu07-bar01 0.75s forwards;
  animation: menu07-bar01 0.75s forwards;
}

@-webkit-keyframes menu07-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu07-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
#menu07 span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#menu07 span:nth-of-type(3) {
  -webkit-animation: menu07-bar03 0.75s forwards;
  animation: menu07-bar03 0.75s forwards;
}

@-webkit-keyframes menu07-bar03 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu07-bar03 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.active #menu07 span:nth-of-type(1) {
  -webkit-animation: active-menu07-bar01 0.75s forwards;
  animation: active-menu07-bar01 0.75s forwards;
  top: -6px;
}

@-webkit-keyframes active-menu07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
}

@keyframes active-menu07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
}
.active #menu07 span:nth-of-type(2) {
  opacity: 0;
}

.active #menu07 span:nth-of-type(3) {
  -webkit-animation: active-menu07-bar03 0.75s forwards;
  animation: active-menu07-bar03 0.75s forwards;
  bottom: -10px;
}

@-webkit-keyframes active-menu07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
}

@keyframes active-menu07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
}
/* ---------------
  ★グローバルナビゲーション
--------------- */
.spnaviwrap {
  display: none !important;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 60px 70px 30px 40px;
  background: rgba(26, 111, 77, 0.95);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -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-y: auto;
  width: 100%;
  opacity: 0;
  overflow-x: hidden;
  max-width: 400px;
}
.spnaviwrap .nav_site .hnav_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 92%;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp {
  margin-bottom: 40px;
  color: #fff;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .n_logo {
  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 .nlogo_wp .jyosyo_wp {
  margin-bottom: 10px;
  font-size: 90%;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .tel_wp {
  position: relative;
  margin-bottom: 10px;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .tel_wp .tel_link {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding-left: 25px;
}
.spnaviwrap .nav_site .hnav_inner .nlogo_wp .eigyo_wp {
  font-size: 90%;
}
.spnaviwrap .nav_site .hnav_inner .box01 {
  margin-bottom: 40px;
}
.spnaviwrap .nav_site .hnav_inner .box01 > dl {
  line-height: 1.3;
  margin-bottom: 15px;
}
.spnaviwrap .nav_site .hnav_inner .box01 > dl dt {
  color: #fff;
}
.spnaviwrap .nav_site .hnav_inner .box01 > dl dt a {
  color: #fff;
}
.spnaviwrap .nav_site .hnav_inner .box02 .kojin_wp {
  margin-bottom: 30px;
}
.spnaviwrap .nav_site .hnav_inner .box02 .kojin_wp a {
  color: #fff;
  position: relative;
  font-size: 70%;
  display: inline-block;
}
.spnaviwrap.active.changed {
  display: block;
  right: 0;
  opacity: 1;
}

#nasv_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.nav_site {
  position: relative;
}

/* ---------------
  ★TOTOP
--------------- */
#totop {
  width: 60px;
  height: 60px;
  display: block;
  background: #f08b25;
  border-radius: 50%;
}
#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: 13px;
  height: 13px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.totop_wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 7;
  display: none;
}

/* =======================================
  ★パンくず
========================================== */
.pankuzu_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 20px 0;
  position: relative;
  z-index: 3;
  color: #000;
}

.pankuzu {
  max-width: 1600px;
  margin: 0px auto;
  width: 96%;
  font-size: 1.4rem;
}
.pankuzu > li {
  display: inline-block;
  position: relative;
  word-break: break-all;
}
.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: #6ac8ff;
}

/* =======================================
	★ページャー
========================================== */
.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%;
}
.c_table_01 table tbody tr th {
  border-bottom: 1px solid #ffffff;
  vertical-align: top;
  padding: 15px;
  color: #000000;
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
  background: #e9f5ff;
}
.c_table_01 table tbody tr td {
  border-bottom: 1px solid #e9e9e9;
  vertical-align: top;
  padding: 15px;
  word-break: break-all;
  background: #fdfdfd;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_table_02 table tbody tr th {
  vertical-align: top;
  width: 24.5%;
  word-break: break-all;
}
.c_table_02 table tbody tr td {
  vertical-align: top;
  word-break: break-all;
}

/* =======================================
	★TOP
========================================== */
.hcover_wp {
  background-image: url(../img/main_bk.jpg);
  background-position: center;
  background-repeat: unset;
}

.hcover {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.hcover .hcover_inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 500px;
}

.hh1 {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 92%;
  max-width: 1128px;
}
.hh1 img {
  margin: 0 auto;
}

.obiwan .txt_inner {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 10.3px 0;
}
.obiwan .txt_inner strong {
  font-size: 2.2rem;
  margin-right: 25px;
}
.obiwan .txt_inner h2 {
  position: relative;
  top: -5px;
  font-size: 4.8rem;
  font-weight: 600;
}
.obiwan .txt_inner h2 b {
  font-weight: 700;
}

.top_sec01 {
  color: #1a1311;
}
.top_sec01 .img_box img {
  margin: 0 auto 20px;
  max-width: 432px;
  width: 96%;
}
.top_sec01 .content_box > .box {
  margin-bottom: 30px;
}
.top_sec01 .content_box > .box h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5px;
}
.top_sec01 .content_box > .box .shimekiri_box {
  max-width: 460px;
  margin: 0 auto;
}
.top_sec01 .content_box > .box .shimekiri_box > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_sec01 .content_box > .box .shimekiri_box > li b {
  font-size: 1.8rem;
  width: 145px;
  font-weight: 600;
}
.top_sec01 .content_box > .box .shimekiri_box > li strong {
  font-size: 3.6rem;
  font-weight: 600;
  width: 170px;
}
.top_sec01 .content_box > .box .shimekiri_box > li em {
  font-weight: 600;
  font-size: 1.8rem;
}

.reshiukou {
  max-width: 540px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-top: 4px dotted #f08b25;
  border-bottom: 4px dotted #f08b25;
  line-height: 1.3;
  padding: 7px 0 13px;
}
.reshiukou > p {
  font-size: 2rem;
  margin-right: 20px;
}
.reshiukou > strong {
  font-size: 3.6rem;
  position: relative;
  top: -3px;
  color: #f08b25;
}
.reshiukou > strong b {
  font-weight: 600;
}
.reshiukou > strong b small {
  font-size: 80%;
}

.r_box {
  border-radius: 20px;
}

.top_sec02 .content_box {
  margin-bottom: 20px;
  border: solid 6px #f08b25;
}
.top_sec02 .content_box .top_sec02_txt {
  margin: -160px auto 10px;
}
.top_sec02 .content_box .top_sec02_txt img {
  margin: 0 auto;
}

.c_exp_award_part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c_exp_award_part > li {
  width: 48%;
}
.c_exp_award_part > li .tsvg_box {
  min-height: 72px;
  margin-bottom: 10px;
}
.c_exp_award_part > li .tsvg_box img {
  margin: 0 auto;
}
.c_exp_award_part > li .c_exp_text {
  text-align: right;
  padding-top: 5px;
}

.c_exp_award_part_w {
  margin-top: 20px;
}

.top_sec03 .top_sec03_ul {
  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;
  max-width: 860px;
  margin: 0 auto;
}
.top_sec03 .top_sec03_ul > li {
  padding: 20px 5px;
  text-align: center;
  width: 23%;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}
.top_sec03 .top_sec03_ul > li .img_box {
  margin-bottom: 10px;
}
.top_sec03 .top_sec03_ul > li .img_box img {
  margin: 0 auto;
}
.top_sec03 .top_sec03_ul > li p {
  font-weight: 600;
}

.top_sec04 .anka_linkbox {
  margin-bottom: 10px;
}
.top_sec04 .yellow_box > div {
  margin-bottom: 60px;
}
.top_sec04 .yellow_box > div > .inbox .txt_wp {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.step_ul > li {
  margin-bottom: 40px;
}
.step_ul > li > .box {
  text-align: center;
}
.step_ul > li > .box h4 {
  color: #f08b25;
  text-align: center;
  font-size: 2.6rem;
}
.step_ul > li > .box h4 b {
  font-weight: 600;
}
.step_ul > li > .box > .img_box img {
  margin: 0 auto;
}
.step_ul > li > .box > .txt_wp {
  margin-bottom: 30px;
  font-weight: 500;
}

.yellow_box {
  background-color: rgba(253, 215, 55, 0.15);
}

.satuei_cyui .cl33 > li {
  margin-bottom: 2%;
  float: left;
  width: 32.4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.satuei_cyui .cl33 > li:not(:nth-child(3n)) {
  margin-right: 1.4%;
}
.satuei_cyui .cl33 p {
  padding-top: 5px;
  text-align: center;
  font-weight: 500;
}

.fukusu_oubo .pptxt {
  font-weight: 500;
}
.fukusu_oubo .white_ftbox {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
.fukusu_oubo .white_ftbox .img_box img {
  margin: 0 auto;
}
.fukusu_oubo .papu_txt {
  margin-bottom: 15px;
  color: #4a5a8d;
  font-size: 1.2rem;
  font-weight: 500;
}

.cl33_2 {
  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;
}
.cl33_2 > li {
  width: 30%;
}

.c_appli_web_aj {
  font-weight: 600;
  text-align: center;
  color: #f08b25;
  line-height: 1.4;
}
.c_appli_web_aj .c_appli_web_aj82 {
  font-size: 2rem;
}
.c_appli_web_aj > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.c_appli_web_aj > div .c_appli_web_aj83 {
  margin-right: 10px;
  font-size: 3.6rem;
  position: relative;
  top: -3px;
}
.c_appli_web_aj > div .c_appli_web_aj83 b {
  font-weight: 600;
}
.c_appli_web_aj > div .c_appli_web_aj84 {
  font-size: 2.6rem;
}
.c_appli_web_aj > div .c_appli_web_aj85 {
  font-size: 2.6rem;
}

.c_appli_terms_wp {
  height: 30em;
  overflow-y: scroll;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  padding: 20px 14px;
}

.c_appli_terms {
  text-align: left;
}
.c_appli_terms .c_appli_terms_text {
  margin: 20px 0;
  font-weight: 500;
}

.c_appli_aj13 {
  margin-bottom: 60px;
}

.c_thanks_aj {
  font-size: 2rem;
  line-height: 1.5em;
  padding: 20px 20px;
  color: #e50012;
  margin: 30px auto 30px auto;
  background-color: #fde5e7;
  border-radius: 16px;
  text-align: center;
  font-weight: 900;
}

.kojin_checkwp {
  margin-bottom: 20px;
}
.kojin_checkwp label {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.8rem;
}

.atesaki {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.yuhaga_img {
  text-align: center;
  margin-bottom: 10px;
}
.yuhaga_img img {
  margin: 0 auto 30px;
}
.yuhaga_img p {
  color: #d50a0a;
  font-size: 2rem;
  font-weight: bold;
}

.yuhaga .txt_wp2 {
  font-weight: 500;
}

/* =======================================
	★UNDER 共通
========================================== */
.u_cover .u_cover_inner {
  width: 100%;
  position: relative;
  padding-bottom: 110px;
  margin-top: 100px;
}
.u_cover .u_cover_inner .uh1_tit {
  width: 92%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
}
.u_cover .u_cover_inner .uh1_tit img {
  margin: 0 auto;
}
.u_cover .u_cover_inner .uh1_tit b {
  display: inline-block;
  font-weight: 600;
}
.u_cover .u_cover_inner .uh1_tit span {
  display: block;
  font-weight: 600;
}

/* =======================================
	★terms
========================================== */
.terms_sec01 .btn_wp {
  padding: 40px 0 60px;
  text-align: center;
}

.modoru_link {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  color: #0076ff;
  text-decoration: underline;
}

/* =======================================
	★フォーム
========================================== */
.form_wp {
  max-width: 900px;
  margin: 0 auto;
}
.form_wp .c_form01_wp {
  font-size: 1.6rem;
}
.form_wp .c_form01_wp .dl_wp {
  padding: 20px;
}
.form_wp .c_form01_wp .dl_wp > dl {
  margin-bottom: 20px;
}
.form_wp .c_form01_wp .dl_wp > dl > dt {
  margin-bottom: 15px;
}
.form_wp .c_form01_wp .dl_wp > dl > dt > p {
  font-weight: 600;
  font-size: 1.8rem;
}
.form_wp .c_form01_wp .inp01 {
  background-color: #f9fafc;
  border: solid 1px #cccccc;
  padding: 10px;
}

.input_box01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.input_box01 label {
  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;
  width: 48%;
  margin-right: 2%;
}
.input_box01 label span {
  margin: 0 10px;
  display: block;
  width: 45px;
  text-align: center;
  word-break: keep-all;
}
.input_box01 label input {
  width: calc(100% - 55px);
}

.input_box03 select {
  background-color: #f9fafc;
  border: solid 1px #cccccc;
  padding: 10px;
  width: 100%;
  max-width: 400px;
}

.input_box04 {
  padding-bottom: 10px;
}
.input_box04 dl > dt {
  margin-bottom: 10px;
  font-weight: 600;
}
.input_box04 dl > dd {
  margin-bottom: 15px;
}
.input_box04 label {
  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;
  width: 48%;
  margin-right: 2%;
}
.input_box04 label span {
  margin: 0 10px;
  display: block;
  width: 45px;
  text-align: center;
  word-break: keep-all;
}
.input_box04 label input {
  width: 80px;
}

.tenpo_box_in {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tenpo_box_in > label {
  width: 46%;
  margin-right: 4%;
}
.tenpo_box_in > label input {
  width: 100%;
}

input.short0 {
  width: 25%;
}

input.short {
  width: 200px;
}

input.short2 {
  width: 350px;
}

input.middle {
  width: 50%;
}

input.middle2 {
  width: 70%;
}

input.long {
  width: 100%;
}

.hissu {
  padding: 4px 5px;
  background: #bc6c63;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 1.4rem;
  word-break: keep-all;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
}

.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;
}

.submit_wrap {
  margin-bottom: 30px;
}
.submit_wrap .submit_btn {
  max-width: 470px;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background: #f08b25 !important;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.submit_wrap .submit_btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.submit_wrap .submit_btn input {
  cursor: pointer;
  width: 100%;
  text-shadow: unset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  font-size: 1.8rem;
  background: unset;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 0px;
  position: relative;
  top: 0;
  left: 0;
}

.addbel_btn_wrap2 {
  margin-bottom: 60px;
}

a.pluralBtn2 {
  text-decoration: underline;
  color: #0076ff;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin: 20px;
  line-height: 1;
  font-size: 0;
}
a.pluralBtn2 span {
  font-size: 1.6rem;
}
a.pluralBtn2::before {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #0076ff;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-family: emoji;
}
a.pluralBtn2.add2::before {
  content: "+";
  font-size: 14px;
}
a.pluralBtn2.del2::before {
  content: "-";
  font-size: 18px;
}

.upfile_dd .upfile_wp_in {
  position: relative;
  margin-bottom: 15px;
}
.upfile_dd .upfile_wp_in .bin_in {
  border: solid 1px #cccccc;
  background-image: url(../img/upfile_wp_in_bk.svg);
  background-repeat: no-repeat;
  background-position: center 16px;
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.upfile_dd .upfile_wp_in .filelabel {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 75px;
  cursor: pointer;
}
.upfile_dd .upfile_wp_in .fileinput {
  width: 100%;
  padding: 216px 355px 29px;
  font-size: 16px;
}
.upfile_dd .upfile_wp_in .fileinput::-webkit-file-upload-button {
  position: absolute;
  background: red;
  top: 0;
  left: 0;
  border: 0;
  z-index: -1;
  opacity: 0;
}
.upfile_dd .upfile_wp_in .fileinput::file-selector-button {
  position: absolute;
  background: red;
  top: 0;
  left: 0;
  border: 0;
  z-index: -1;
  opacity: 0;
}
.upfile_dd .upfile_wp_in .fnames {
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  opacity: 0;
  z-index: -3;
}

.files_hosoku {
  text-align: right;
}

a.pluralBtn {
  text-decoration: underline;
  color: #0076ff;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin: 20px;
  line-height: 1;
  font-size: 0;
}
a.pluralBtn span {
  font-size: 1.6rem;
}
a.pluralBtn::before {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #0076ff;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-family: emoji;
}
a.pluralBtn.add::before {
  content: "+";
  font-size: 14px;
}
a.pluralBtn.del::before {
  content: "-";
  font-size: 18px;
}

/* ---------------
  ★media Screen
--------------- */
@media screen and (max-width: 1200px) {
  .hcover .hcover_inner {
    padding-bottom: 42.3%;
  }
}
@media screen and (max-width: 975px) {
  .upfile_dd .upfile_wp_in .fileinput {
    width: 100%;
    padding: 216px 39% 29px;
    font-size: 16px;
  }
}
/* ---------------
  ★IE
--------------- */
/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .hissu {
    vertical-align: middle;
    padding: 7px 5px 2px;
  }
}
.coming_soon .hh1 {
  top: 45%;
}
.coming_soon .kamusun_txt2 {
  position: absolute;
  left: 50%;
  top: 83%;
  width: 100%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #dc000c;
  z-index: 3;
  font-weight: bold;
  font-size: 65px;
  text-align: center;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff,
    3px -3px 0 #fff, 0px 4px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 4px 0 0 #fff;
}
.coming_soon .kamusun_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #dc000c;
  z-index: 3;
  font-weight: bold;
  font-size: 46px;
}
.coming_soon .coming_soon_box {
  position: relative;
}
.coming_soon .coming_soon_box::after {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  height: 105%;
  content: "";
  display: block;
  background-color: rgba(215, 215, 215, 0.95);
  z-index: 2;
  padding: 0;
}
.coming_soon #doui_ck,
.coming_soon .c_btn01 {
  pointer-events: none;
}

.kamusun_txt2 {
  display: none;
}

.kamusun_txt {
  display: none;
}

.input_box05 input[type="radio"] {
  display: none;
}
.input_box05 li {
  margin-bottom: 10px;
}
.input_box05 label {
  position: relative;
  cursor: pointer;
}
.input_box05 label::before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid #cecece;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.input_box05 input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 4px;
  margin: auto;
  background: #E73556;
  border-radius: 100px;
  width: 14px;
  height: 14px;
}
.form_sec01 {
  padding: 100px 0;
}