@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: "NotoSerifJP-Light.ttf";
  src: url("../font/NotoSerifJP-Light.ttf");
}

@font-face {
  font-family: "NotoSerifJP-Regular.ttf";
  src: url("../font/NotoSerifJP-Regular.ttf");
}

@font-face {
  font-family: "NotoSerifJP-Bold.ttf";
  src: url("../font/NotoSerifJP-Bold.ttf");
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans",
    sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  /*padding-bottom: 418.8px;*/
  /*フッターの高さにより変更*/
}

main {
  overflow: hidden;
}

#switch,
.sp_logo,
.display_sp {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: block;
}

h1,
h2,
h3 {
  font-weight: bold;
}

/*ヘッダー------------------------------------------*/

#fixed-text {
  width: 60px;
  height: 60px !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
}

header .inner_header .header_nav {
  display: block;
}

header .inner_header {
  border: none;
}

header .inner_header .header_nav .header_menu {
  flex-direction: column;
  width: 95%;
  margin: 10% auto 0;
}

header .inner_header .header_nav .heeder_logo {
  margin: 50% auto 0;
  max-width: 200px;
}

header .inner_header .header_nav .header_menu ul {
  width: 100%;
  flex-direction: column;
}

header .inner_header .header_nav .header_menu ul li {
  width: 100%;
}

header .inner_header .header_nav .header_menu ul li a {
  color: #333;
}

header .inner_header .header_nav .header_contact_btn {
  width: 100%;
  margin-top: 15%;
}

header .inner_header .header_nav .header_contact_btn a {
  max-width: 180px;
  color: #fff;
  background: #333;
  margin: auto;
}

/*メイン------------------------------------------*/
section {
  position: relative;
  display: block;
}

.relative {
  position: relative;
}

.null {
  position: relative;
  top: -200px;
}

.w772 {
  max-width: 772px;
  width: 64.3%;
  margin: auto;
  position: relative;
}

.w900 {
  max-width: 900px;
  width: 87.2%;
  margin: auto;
  position: relative;
}

.w1200 {
  max-width: 1200px;
  width: 87.2%;
  margin: auto;
  position: relative;
}

.w1320 {
  max-width: 1320px;
  margin: auto;
  position: relative;
}

.flex_wrap {
  display: flex;
}

@media screen and (max-width: 1320px) {
  .w1320 {
    padding: 0 15px;
  }
}
.section_payment {
  text-align: center;
  padding-bottom: 150px;
  padding-top: 120px;
}
.section_payment h2 {
  display: inline-block;
  margin-bottom: 24px;
  font-size: clamp(2.4rem, 2.6vw, 3.2rem);
  color: #0285c0;
  line-height: 1.7;
  position: relative;
}
.section_payment h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0285c0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
}
.section_payment p {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1.7;
  margin-bottom: 16px;
}
.section_payment .payment_image {
  max-width: 633px;
  width: 53%;
  margin: auto;
}
@media screen and (max-width: 785px) {
  .section_payment {
    padding-bottom: 120px;
  }
  .section_payment .payment_image {
    max-width: 100%;
    width: 100%;
  }
}
/*フッター------------------------------------------*/
footer {
  padding: 43px 0 12px;
  width: 100%;
  background: #f8f9f9;
  color: #333;
  position: relative;
}

footer .logo-area {
  display: flex;
  align-items: flex-end;
  padding-bottom: 22px;
  margin-bottom: 40px;
  font-size: clamp(2.4rem, 2.6vw, 3.2rem);
  color: #595758;
  position: relative;
}

footer .logo-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 97vw;
  height: 1px;
  background-color: #0099e2;
}

footer .logo-area img {
  width: 120px;
}

footer .logo-area .company-name {
  padding-left: 20px;
  padding-bottom: 10px;
}

footer .menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}

footer .menu-wrap .address-area {
  color: #595758;
  width: 38%;
}

footer .menu-wrap .address-area .content {
  margin-bottom: 10px;
  line-height: 1.6;
  display: flex;
}
footer .menu-wrap .address-area .content span {
  margin-right: 20px;
}
footer .menu-wrap .address-area .content span:first-child {
	min-width: 50px;
}
footer .menu-wrap .address-area .content span:last-child {
  margin-right: 0;
}
footer .menu-wrap .menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 14%;
}

footer .menu-wrap .menu-container li {
  width: 100%;
}

footer .menu-wrap .menu-container li:last-child {
  margin-bottom: 0;
}

footer .menu-wrap .contact-area {
  width: 25%;
}

footer .menu-wrap .contact-area .contact-btn h3,
footer .menu-wrap .contact-area .line-btn h3 {
  margin-bottom: 15px;
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
}

footer .menu-wrap .contact-area .contact-btn .btn-area,
footer .menu-wrap .contact-area .line-btn .btn-area {
  display: block;
  margin-bottom: 53px;
  padding: 10px;
  width: 67%;
  background-color: #ff9124;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

footer .menu-wrap .contact-area .line-btn .btn-area {
  background-color: #06b401;
}

footer small {
  display: block;
  margin-top: 53px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  color: #707070;
}

@media screen and (max-width: 785px) {
  body {
    padding-bottom: 0;
  }

  /*ヘッダー--------------------------------------*/

  #switch ~ label {
    width: 40px;
    height: 40px;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    z-index: 999;
  }

  #switch ~ label span {
    display: block;
    width: 22px;
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #333333;
    position: absolute;
    transition: 0.4s transform;
  }

  #switch ~ label span:before,
  #switch ~ label span:after {
    content: "";
    display: block;
    background: #333333;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s transform;
  }

  #switch ~ label span:before {
    top: -9px;
  }

  #switch ~ label span:after {
    top: 9px;
  }

  #switch:checked ~ label span {
    /* transform: rotate(-45deg); */
    transition: 0.4s;
    background-color: #c0e4f9;
  }

  #switch:checked ~ label span:before {
    top: 0;
    transform: rotate(-45deg);
  }

  #switch:checked ~ label span:after {
    transform: rotate(45deg);
    top: 0;
    margin-top: 0;
  }

  #switch:checked ~ #NavWrap {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  #NavWrap {
    padding: 30% 15%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background-color: #c0e4f9;
    color: #333;
  }

  /*メイン--------------------------------------*/
  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }

  .null {
    position: relative;
    top: -150px;
  }

  /*フッター--------------------------------------*/
  footer .logo-area {
    font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  }

  footer .logo-area img {
    width: 80px;
  }

  footer .logo-area .company-name {
    padding-left: 20px;
  }

  footer .menu-wrap {
    flex-wrap: wrap;
  }

  footer .menu-wrap .address-area {
    width: 100%;
    margin-bottom: 40px;
  }

  footer .menu-wrap .menu-container {
    width: 100%;
    align-items: flex-start;
  }

  footer .menu-wrap .menu-container li {
    width: 33%;
    margin-bottom: 24px;
  }

  footer .menu-wrap .contact-area {
    width: 100%;
    text-align: center;
    margin-top: 26px;
  }

  footer .menu-wrap .contact-area .contact-btn .btn-area,
  footer .menu-wrap .contact-area .line-btn .btn-area {
    margin: 0 auto 53px;
  }

  footer small {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  color: #707070;
  font-weight: bold;
}

.form-group label {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
}

.form-group .input_box,
.form-group .select_box {
  height: 40px;
}

.form-group .select_box {
  display: flex;
  align-items: center;
}

.form-group .input_box input,
.form-group .select_box {
  width: 100%;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #bbbbbb;
}

.form-group .input_box input:focus-visible {
  outline: none;
}

.form-group .text_box {
  box-sizing: border-box;
}

.form-group .text_box textarea {
  width: 100%;
  height: 140px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #bbbbbb;
}

.form-group .text_box textarea:focus-visible {
  outline: none;
}

.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #eeeeee;
  padding: 30px 0;
}

.form-group.center_item label {
  width: auto;
  line-height: 1;
}

.form-group .required {
  display: inline-block;
  color: #ff0000;
  font-size: 1.2rem;
  transform: translateY(-5px);
  line-height: 1;
}

.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}

.form-group.submit_btn {
  background: none;
  padding-top: 49px;
}

.form-group.submit_btn input {
  width: 288px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #3b4043;
  transition: 0.3s;
}

.form-group.submit_btn input:hover {
  background: #0099e2;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
}
.wpcf7-spinner {
  display: none !important;
}
@media screen and (max-width: 785px) {
  .form-group {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .form-group label {
    width: 100%;
    margin-bottom: 10px;
  }

  .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 .input_box input,
  .form-group .select_box {
    height: 40px;
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.upAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger,
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*WP-navigation*/
.navigation {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 785px) {
  .navigation {
    margin-bottom: 0;
  }
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: auto;
}

.navigation .pages {
  display: none;
}

.navigation .page {
  margin-right: 10px;
}

.navigation .page.smaller {
  color: #005dad;
  background-color: #c0e4f9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
}

.navigation .page.larger {
  color: #005dad;
  background-color: #c0e4f9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #0099e2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #005dad;
}

.previouspostslink {
  margin-right: 10px;
}
