@charset "UTF-8";
/*====================================================
 前ページ共通
  ・header
  ・footer
  ・listタグ関連
  ・h,a,span,p タグ等
 ====================================================*/
* {
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}

/*フォントのギザギザを修正*/
.wf {
  transform: rotate(0.05deg);
}

ul,
li {
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  margin: 0;
}

img {
  width: 100%;
}

/* 共通の円 */
.circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
}

body {
  margin: 0;
  position: relative;
  background-color: rgba(153, 204, 255, 0.1411764706);
}

main {
  padding-bottom: 100px;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  justify-content: center;
}

header {
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 1;
  position: absolute;
  inset: 0;
  -moz-column-gap: min(470px, 20vw);
       column-gap: min(470px, 20vw);
  height: min(200px, 30vw);
  font-weight: 700;
}
header .tel_box {
  margin-top: 1em;
}

.title_logo {
  transition: all 0.5s;
}
.title_logo a {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  justify-content: center;
  align-items: center;
  color: #6699cc;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-self: center;
}
.title_logo p {
  color: #ff6600;
  margin-top: 0.5em;
  font-size: 1em;
}
.title_logo img {
  max-width: 120px;
  width: 100%;
}

.title_logo:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

.site_title h1 {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.title {
  text-align: center;
  vertical-align: middle;
  color: white;
}
.title h2 {
  font-size: min(5em, 20vw);
}

.tel_box,
.address_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  flex-wrap: wrap;
}
.tel_box .fa-phone,
.tel_box .fa-location-pin,
.address_box .fa-phone,
.address_box .fa-location-pin {
  color: white;
  font-size: 0.7em;
  position: relative;
  background-color: #286491;
  padding: 0.2em;
  border-radius: 0.5em;
}
.tel_box span,
.address_box span {
  display: inline-block;
}
.tel_box a,
.address_box a {
  color: #286491;
  transition: all 0.5s;
}
.tel_box .active,
.address_box .active {
  color: #ff6600;
  transition: all 0.5s;
}
.tel_box .tel_span,
.address_box .tel_span {
  display: block;
  width: 100%;
  color: #286491;
  font-size: 0.8em;
  text-align: right;
}

.tel_box {
  justify-content: flex-end;
}

.heading .mobile {
  display: none;
}
.heading img {
  max-width: 1200px;
}

.c_box {
  margin-bottom: 2em;
}
.c_box .c_title {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-bottom: 4em;
}
.c_box .c_title h2 {
  padding: 0 2em;
}
.c_box .c_title span {
  display: inline-block;
  background-color: #ff7372;
  border-radius: 50%;
}
.c_box .c_title span:nth-of-type(1),
.c_box .c_title span:nth-of-type(10) {
  width: 1em;
  height: 1em;
}
.c_box .c_title span:nth-of-type(2),
.c_box .c_title span:nth-of-type(9) {
  width: 0.8em;
  height: 0.8em;
}
.c_box .c_title span:nth-of-type(3),
.c_box .c_title span:nth-of-type(8) {
  width: 0.6em;
  height: 0.6em;
}
.c_box .c_title span:nth-of-type(4),
.c_box .c_title span:nth-of-type(7) {
  width: 0.4em;
  height: 0.4em;
}
.c_box .c_title span:nth-of-type(5),
.c_box .c_title span:nth-of-type(6) {
  width: 0.2em;
  height: 0.2em;
}

/*====================================================
 top_nav
 ====================================================*/
#top_nav {
  position: relative;
  z-index: 3;
}
#top_nav nav {
  background-color: #6699cc;
  text-align: center;
  position: relative;
}
#top_nav nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  max-width: 1400px;
  margin: auto;
}
#top_nav nav ul li {
  font-size: 1.2em;
  width: 16.6666666667%;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  justify-content: center;
}
#top_nav nav ul li.active a,
#top_nav nav ul li.active i {
  color: rgb(255, 237, 79);
  transition: all 0.5s;
}
#top_nav nav ul a,
#top_nav nav ul i {
  color: white;
  transition: all 0.5s;
}
#top_nav nav ul i {
  font-size: 0.8em;
}
#top_nav nav:before {
  content: "";
  max-width: 830px;
  width: 100%;
  height: 16px;
  position: absolute;
  top: -16px;
  right: 0;
  background-image: url("../img/bottom_line.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#top_nav nav:after {
  content: "";
  max-width: 830px;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 0;
  background-image: url("../img/top_line.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

/*====================================================
 footer
 ====================================================*/
footer {
  background-image: url("../img/footer.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1920px;
  width: 100%;
  height: 430px;
  margin: 0 auto;
  font-weight: 700;
}
footer .footer_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  bottom: 20px;
  margin-bottom: 20px;
}
footer .footer_inner .f_title_logo {
  width: calc(50% - 10px);
}
footer .footer_inner .f_nav {
  display: flex;
  width: calc(50% - 10px);
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  align-self: end;
  margin-bottom: 1em;
}
footer .footer_inner .f_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
  width: 100%;
}
footer .footer_inner .f_nav ul li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
}
footer .footer_inner .f_nav ul a {
  color: #6699cc;
  transition: all 0.5s;
}
footer .footer_inner .f_nav ul .active {
  color: #ff6600;
}
footer .footer_inner .f_info {
  width: 100%;
  display: flex;
  justify-content: right;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding: 1em 2em;
  margin-bottom: 1em;
}
footer .footer_inner .f_info span {
  color: #286491;
}
footer .footer_inner .fa-location-pin {
  color: #336699;
  font-size: 1.2em;
  position: relative;
  background-color: transparent;
}
footer .footer_inner .fa-phone {
  font-size: 1em;
  background-color: #336699;
  padding: 0.25em;
}
footer .copyright {
  position: absolute;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #6699cc;
  width: 100%;
}
footer .copyright span {
  color: white;
}
footer .copyright:before {
  content: "";
  max-width: 830px;
  width: 100%;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 0;
  background-image: url("../img/bottom_line.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}

/*====================================================
 ページトップに戻る
 ====================================================*/
.pagetop {
  position: fixed;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: rgb(102, 153, 204);
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  border: none;
  z-index: 9999;
  transition: all 0.5s;
}
.pagetop span {
  display: block;
  color: white;
  position: absolute;
  inset: 0;
  top: 50px;
  font-size: 0.8em;
}

.fa-angle-up {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 4em;
  position: relative;
  bottom: 7px;
  height: 1em;
  transition: color 0.5s, font-size 0.5s;
}

/*====================================================
 loader-wrap
 ====================================================*/
.loader-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #6699cc;
  animation: load 1s linear;
  left: 0;
  top: 0;
  z-index: 99999;
  transition: all 0.5s;
}

.loader {
  color: #ffffff;
  font-size: 100px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  animation: load4 1s linear;
  transform: translateZ(0);
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@media screen and (max-width: 1024px) {
  .loader {
    font-size: 50px;
  }
}
/*==================================
 ハンバーガーメニュー
 ==================================*/
.humburger_menu {
  display: none;
  /*PCでは非表示*/
  overflow: hidden;
}

.menu_btn {
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99999;
  background-color: rgb(43, 78, 113);
  border-radius: 20px;
  transition: all 1.5s;
}

.menu_btn:hover {
  cursor: pointer;
}

/*三本線*/
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
  content: "";
  display: block;
  height: 5px;
  width: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu_btn span {
  top: 30px;
  left: 20px;
}

.menu_btn p {
  color: white;
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 0.9em;
}

.menu_btn span:before {
  bottom: 14px;
  transform: rotate(0);
  /*アニメーション*/
  transition: all 0.5s;
}

.menu_btn span:after {
  top: 14px;
  transform: rotate(0);
  /*アニメーション*/
  transition: all 0.5s;
}

/*チェックボックスを非表示にする*/
#menu_btn_check {
  display: none;
}

/*元に戻る*/
.menu_btn span {
  background-color: rgb(255, 255, 255);
  transition: all 0.1s;
}

/*開いているときはボタンが×になる*/
.menu_btn.active span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.menu_btn.active span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.5s;
}

/*===============
  メニュー部分
  ===============*/
.menu_content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  /*メニューの初期配置*/
  left: 100%;
  z-index: 9998;
  background-color: rgba(43, 78, 113, 0.8);
  transition: all 0.5s;
  padding-top: 100px;
  overflow: scroll;
}

.sub_menu {
  font-size: 1.2em;
  line-height: 2.5em;
  margin: 2% 5%;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}
.sub_menu a {
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 1s;
  pointer-events: none;
}
.sub_menu ul {
  margin: 0;
}
.sub_menu li {
  position: relative;
  font-size: 1.2em;
  padding-bottom: 0.2em;
  transition: all 1s;
}

.fa-house,
.fa-building,
.fa-file,
.fa-map-location-dot,
.fa-user-tie {
  width: 30px;
  text-align: center;
}

/*===================================================
 scroll fadein
 ===================================================*/
.fdinBlock {
  visibility: hidden;
  opacity: 0;
  transform: translateY(650px);
  transition: all 1.5s;
}

.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s;
}/*# sourceMappingURL=style.css.map */