@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: 'FOT-TsukuGoPro-R';
  src: url("../font/FOT-TsukuGoPro-R.otf");
}

@font-face {
  font-family: 'FOT-TsukuGoPro-M';
  src: url("../font/FOT-TsukuGoPro-M.otf");
}

@font-face {
  font-family: 'FOT-TsukuGoPro-B';
  src: url("../font/FOT-TsukuGoPro-B.otf");
}

@font-face {
  font-family: 'FOT-TsukuGoPro-H';
  src: url("../font/FOT-TsukuGoPro-H.otf");
}

@font-face {
  font-family: 'logotypejp_mp_b_1.1';
  src: url("../font/logotypejp_mp_b_1.1.ttf");
}

@font-face {
  font-family: 'MPLUSRounded1c-Bold';
  src: url("../font/MPLUSRounded1c-Bold.ttf");
}

@font-face {
  font-family: 'DINPro-Bold';
  src: url("../font/DINPro-Bold.otf");
}

html {
  font-size: 62.5%;
}

body {
  font-family: "FOT-TsukuGoPro-M", sans-seri;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  color: #333333;
  background: #fff;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  padding-bottom: 310.3px;
  /*フッターの高さ入力*/
}

body,
html {
  height: 100%;
  margin: 0 auto;
}

main {
  overflow: hidden;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  
}

header {
  position: relative;
  width: 100%;
  z-index: 99;
  margin-top: 15px background-color: #eee;
}

header .inner_header {
  position: relative;
  max-width: 1200px;
  width: 97.2%;
  margin: auto;
}

header .logo {
  position: absolute;
  left: 1.4%;
  max-width: 182px;
  padding-top: 15px;
}

header .btn_wrapper {
  position: absolute;
  right: 1.4%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 15px;
}

header .btn_wrapper .btn {
  width: 16.5%;
  min-width: 190px;
  background: #F8AE00;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #FFFFFF;
  text-align: center;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .btn_wrapper .btn a {
  padding: 9px 15px;
  font-weight: 600;
}

header .btn_wrapper .right_btn {
  background: #06C755;
  margin-left: 15px;
}

.btn.left_btn a {
  margin-top: -2px;
}

header .btn_wrapper .btn .font_small {
  font-size: clamp(7px, .75vw, 9px);
  display: block;
}

#switch,
.sp_logo,
.display_sp {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: block;
}

/*メイン------------------------------------------*/
section {
  position: relative;
}

.relative {
  position: relative;
}

.null {
  position: relative;
  top: -200px;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.w898 {
  width: 100%;
  max-width: 898px;
  margin: auto;
  position: relative;
}

.flex_warp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

h2 {
  font-size: 2.4rem;
  position: relative;
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.vertical {
  writing-mode: vertical-rl;
  text-align: center;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInTrigger {
  opacity: 0;
}

.delay03 {
  animation-delay: .3s;
}

.delay06 {
  animation-delay: .6s;
}

/*フッター------------------------------------------*/
footer {
  background: #333;
  padding: 30px 0 21px;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: center;
}

footer .w1200 {
  position: relative;
  z-index: 4;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

footer .logo_area {
  width: 18%;
  margin: 0 auto 12px;
}

footer p {
  margin-bottom: 69px;
  font-family: 'MPLUSRounded1c-Bold';
  font-size: clamp(14px, 1.6vw, 20px);
  color: #F8AE00;
}

small {
  font-size: 1.6rem;
}

.form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: left;
}

.form-group label,
.form-group p {
  width: 32%;
  display: block;
  font-size: clamp(14px, 1.5vw, 18px);
  font-family: 'FOT-TsukuGoPro-H';
}

.form-group.radio {
  margin-bottom: 55px;
}

.form-group.radio .flex_warp p span span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  width: 67%;
}

.form-group.radio .flex_warp label {
  flex-basis: auto;
  width: auto;
  margin-right: 30px;
}

.form-group.radio label {
  border-bottom: none;
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: 400;
  font-family: 'FOT-TsukuGoPro-M';
}

.form-group .input_box {
  height: 60px;
  width: 67%;
}

.form-group .input_box input {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #CDD6DD
}

.form-group .input_box input:focus-visible {
  outline: none;
}

.form-group .text_box {
  width: 67%;
  box-sizing: border-box;
}

.form-group .text_box textarea {
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  padding: 10px;
  border: solid 1px #CDD6DD
}

.form-group .text_box textarea:focus-visible {
  outline: none;
}

.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  padding: 30px 0 80px;
}

.form-group.center_item label {
  width: auto;
  line-height: 1;
}

div#wpcf7-f6-o1 .required {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 10px;
  color: #fff;
  background: #00A0E9;
  border-radius: 10px;
  font-family: 'FOT-TsukuGoPro-M';
  font-size: clamp(10px, 1vw, 12px);
}

.form-group .note {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}

.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}

.form-group .address_wrap {
  width: 67%;
}

.form-group .address_wrap .input_box {
  width: 100%;
  margin-bottom: 10px;
}

.form-group .address_wrap label {
  margin-bottom: 10px;
  font-family: 'FOT-TsukuGoPro-M';
  font-size: 1.4rem;
}

.wpcf7 p {
  display: inline;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.form-group .flex_wrap {
  width: 68%;
}

.form-group .flex_wrap label {
  width: auto;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .w1200 {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {

  /*ヘッダー--------------------------------------*/
  body {
    padding-bottom: 0;
    /*フッターの高さ入力*/
  }

  #switch~label {
    width: 60px;
    height: 60px;
    position: absolute;
    box-sizing: border-box;
    top: 30px;
    transform: translateY(-50%);
    right: 10px;
    z-index: 999;
  }

  #switch~label span {
    display: inline-block;
    transition: all .2s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    background: #333;
    width: 60%;
  }

  #switch~label span:nth-of-type(1) {
    top: 15px;
  }

  #switch~label span:nth-of-type(2) {
    top: 23px;
  }

  #switch~label span:nth-of-type(3) {
    top: 31px;
  }

  #switch:checked~label span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-30deg);
    width: 60%;
    background: #fff !important;
  }

  #switch:checked~label span:nth-of-type(2) {
    opacity: 0;
    background: #fff !important;
  }

  #switch:checked~label span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(30deg);
    width: 60%;
    background: #fff !important;
  }

  #switch:checked~#NavWrap {
    display: block;
    right: 0;
  }

  #NavWrap {
    padding-top: 0;
    position: fixed;
    top: 0;
    right: -200%;
    width: 83%;
    height: 100%;
    background: rgba(15, 17, 29, 0.9);
    transition: all 0.4s;
    box-sizing: border-box;
  }

  header ul.header_menu {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  header .rogo {
    display: none;
  }

  header .sp_logo {
    position: absolute;
    top: 15px;
    left: 20px;
    max-width: 108px;
    z-index: 99;
  }

  header .header_menu li {
    width: 100%;
    border-bottom: solid 0.5px #fff;
  }

  header .header_menu li a {
    display: flex;
    align-items: flex-end;
    text-align: left;
    padding: 20px 0 20px 0;
    color: #fff;
  }

  header .header_menu li a span {
    font-size: 2.0rem;
  }

  .fix_menu,
  .fixedmenu {
    background: none;
  }

  .fixedmenu .header_menu li a {
    color: #fff;
  }

  #fixed-text,
  .midnightInner {
    height: 100%;
  }

  body .black .midnightInner .bar {
    background: #333 !important;
  }

  /*メイン--------------------------------------*/
  header .inner_header {
    width: 100%;
  }

  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }

  .null {
    position: relative;
    top: -150px;
  }

  .flex_warp {
    flex-direction: column;
  }

  h2 {
    font-size: 1.8rem;
  }

  #pageTop {
    position: fixed;
    bottom: 80px;
    right: 5%;
    z-index: 500;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #04A0E9;
    border-radius: 50%;
    text-align: center;
  }

  #pageTop span {
    position: absolute;
    top: 40%;
    display: inline-block;
    color: #000;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.3em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    margin: auto;
  }

  /*フッター--------------------------------------*/
  footer {
    position: relative;
    padding: 16px 0 40px 0;
    margin-top: -3px
  }

  footer .logo_area {
    width: 35%;
  }

  small {
    box-sizing: border-box;
  }

  footer p {
    font-size: 16px;
    margin-bottom: 27px;
  }

  .form-group {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .form-group label,
  .form-group p {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-group.radio .flex_warp {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    flex-direction: row;
  }

  .form-group.radio label {
    border-bottom: none;
    margin: 0 0 0 10px;
    padding: 0;
  }

  .form-group .text_box {
    width: 100%;
  }

  .form-group .input_box {
    width: 100%;
    height: 40px;
  }

  .form-group.check_wrap {
    flex-direction: row;
    padding: 15px 0;
  }

  .form-group .checkbox {
    width: auto;
    height: auto;
    margin-right: 10px;
  }

  .form-group.check_wrap label {
    margin-bottom: 0;
  }

  .form-group .flex_wrap {
    width: 100%;
  }
}

@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.wpcf7-spinner {
  display: none !important;
}