@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  background-color: #81CDE4;
  color: #231815;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.5;
  width: 100%;
  -webkit-text-size-adjust: 100%; /* sp 横表示対応 */
  word-wrap: break-word; /* 英文自動折り返し */
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
.c-wrap {
  overflow: hidden;
}
*, *:before, *:after {
  box-sizing: border-box;
}
main {
  display: block;
}
fieldset {
  display: contents;
}
label {
  display: inline-block;
}
a[href^="tel:"]:hover {
  cursor: default;
  opacity: 1.0;
}
a {
  opacity: 1;
  text-decoration: none;
  color: #000;
}
a:not(#pageTop) {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
img, video, iframe {
  max-width: 100%;
  vertical-align: bottom;
}
img {
  height: auto;
}
table th, table td {
  word-break: break-all;
}
figure a {
  display: inline-block;
}
input, textarea, button {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", 'Noto Sans JP', Meiryo, sans-serif;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.c-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 5px;
  background-color: #0068B7;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-btn {
  display: inline-block;
  padding: 0 1.5em;
  background-color: #FFEF00;
  border-radius: .625em;
  color: #0068B7;
  line-height: 1.25;
}
.c-btn:hover {
  background-color: #0068B7;
  color: #FFEF00;
  opacity: 1;
}
.c-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pc-none {
    display: block;
  }
  .c-sp-none {
    display: none;
  }
}
/* container
------------------------------------------------------------ */
.c-container, .c-container__small, .c-container__middle {
  width: 100%;
  max-width: 1120px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
.c-container__small {
  max-width: 780px;
}
.c-container__middle {
  max-width: 900px;
}
/* header
------------------------------------------------------------ */
.c-header {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/common/header_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}
.c-header__logo {
  text-align: center;
}
.c-header__logo a {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .c-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-header__logo {
    padding-right: 60px;
  }
}
/* nav
------------------------------------------------------------ */
.c-nav__group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -2.5px;
}
.c-nav__group-item {
  width: calc(100% / 7);
  padding: 2.5px;
}
.c-nav__link {
  display: block;
  padding: 5px;
  background-color: #FFFF00;
  border-radius: 10px;
  text-align: center;
  color: #0068B7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-nav__link:hover {
  background-color: #0068B7;
  color: #FFFF00;
  animation: nav 1s;
  opacity: 1;
}
@keyframes nav {
  0% {transform: scale(1, 1)}
  50% {transform: scale(.9, 1.1)}
  100% {transform: scale(1, 1)}
}
/* sp nav */
.c-global-nav-btn {
  display: none;
  width: 55px;
  height: 55px;
  background-color: #0068B7;
  border: none;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.c-global-nav-btn-bar__group {
  width: 50%;
  height: 40%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-global-nav-btn-bar__item {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FFF;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.c-global-nav-btn-bar__item-top {
  bottom: auto;
}
.c-global-nav-btn-bar__item-bottom {
  top: auto;
}
.c-global-nav-btn.is-active .c-global-nav-btn-bar__item-top, .c-global-nav-btn.is-active .c-global-nav-btn-bar__item-bottom {
  top: 0;
  bottom: 0;
}
.c-global-nav-btn.is-active .c-global-nav-btn-bar__item-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-global-nav-btn.is-active .c-global-nav-btn-bar__item-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-global-nav-btn.is-active .c-global-nav-btn-bar__item-middle {
  width: 0%;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .c-global-nav-btn {
    display: block;
  }
  .c-nav-menu {
    display: none;
    width: 100%;
    padding-top: 75px;
    background-color: #FFFF00;
    border-bottom: 2px solid #0068B7;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
  }
  .c-nav__group {
    margin: 0;
  }
  .c-nav__group-item {
    width: 100%;
    padding: 0;
    border-top: 1px solid #0068B7;
  }
  .c-nav__link {
    padding: 10px 20px;
    border-radius: 0;
  }
  .c-global-nav__group-item {
    width: 100%;
    border-bottom: 1px solid #CCC;
  }
  .c-global-nav__group-item + .c-global-nav__group-item {
    border-left: none;
  }
  .c-global-nav__group-item a {
    padding: 10px 3%;
  }
}
@media screen and (max-width: 767px) {
  .c-global-nav-btn {
    width: 40px;
    height: 40px;
  }
  .c-global-nav-btn-bar__item {
    height: 2px;
  }
}
/* footer
------------------------------------------------------------ */
.c-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FFF;
  color: #0068B7;
}
.c-footer__row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: -20px;
}
.c-footer-info, .c-footer-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-footer-info {
  margin-right: auto;
  margin-left: auto;
}
.c-footer-info__logo {
  margin-bottom: 25px;
}
.c-footer-info__logo a {
  display: inline-block;
}
.c-footer-info__address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
.c-footer-info__address-post {
  display: inline-block;
  margin-right: 1em;
  font-size: 11px;
  font-size: 1.1rem;
}
.c-footer-info__contact, .c-footer-info__mail {
  color: #0068B7;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
.c-footer-info__mail img {
  vertical-align: baseline;
}
.c-footer-nav__group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-footer-nav__group-item {
  display: flex;
  flex-direction: column;
}
.c-footer-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0068B7;
}
.c-footer-nav__thumb {
  margin: auto;
}
.c-footer-nav__name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-footer-copyright {
  padding: 5px;
  background-color: #0068B7;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-footer-nav {
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* main
------------------------------------------------------------ */
.c-main {
  padding-top: 30px;
  padding-bottom: 100px;
}
.c-main-title {
  max-width: 1080px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.c-main-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("../img/common/title_deco.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1.85%;
}
.c-main-title__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #0068B7;
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 600;
  letter-spacing: .2em;
}
.c-main-title__heading span {
  display: block;
  min-width: 180px;
  padding: 7px 20px;
  background-color: #FFFF00;
  
}
.c-main-contents {
  padding-top: 110px;
}
@media screen and (max-width: 1023px) {
  .c-main {
    padding-top: 0;
  }
  .c-main-contents {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-main {
    padding-bottom: 50px;
  }
  .c-main-title__heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* pankuzu
------------------------------------------------------------ */
.c-pankuzu {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.7;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 2;
}
.c-pankuzu a {
  text-decoration: underline;
}
@media screen and (max-width: 1080px) {
  .c-pankuzu {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-pankuzu {
    top: calc(100% + 5px);
  }
}

/* form
------------------------------------------------------------ */
.c-form__input-area dl {
  padding: 0 8.6em;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .075em;
}
.c-form__input-area dl:not(:last-child) {
  margin-bottom: 60px;
}
.c-form__input-area dl dt {
  width: 7.525em;
  padding: 4px 0;
  position: absolute;
  left: 0;
  text-align: right;
}
.c-form__input-area dl dd {
  position: relative;
}
.c-form__input[type="text"], .c-form__input[type="email"], .c-form__input[type="tel"], .c-form__textarea {
  width: 100%;
  padding: 3px 15px;
  border: 1px solid #000;
  font-size: 17px;
  font-size: 1.7rem;
}
.c-form__textarea {
  height: 450px;
  vertical-align: bottom;
}
.c-form__required {
  display: none;
  padding: 0 .5em;
  background-color: #FF0000;
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .075em;
}
[required] + .c-form__required {
  display: block;
}
.c-form-privacy {
  margin-top: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .075em;
}
.c-form-privacy__heading {
  font-weight: 600;
}
.c-form__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.c-form__btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  background-color: #0068B7;
  border: none;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
}
.c-form__btn-submit:hover {
  background-color: #FFFF00;
  color: #0068B7;
}
@media screen and (max-width: 767px) {
  .c-form__input-area dl {
    padding: 0;
  }
  .c-form__input-area dl:not(:last-child) {
    margin-bottom: 30px;
  }
  .c-form__input-area dl dt {
    position: relative;
    text-align: left;
  }
  .c-form__textarea {
    height: 300px;
  }
  .c-form-privacy {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-form__btn-wrap {
    margin-top: 30px;
  }
}
/* wp pagenav
------------------------------------------------------------ */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 12px;
  color: #0068B7;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi a:hover {
  color: #FFFF00;
  opacity: 1;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 15px;
  height: 15px;
  border-top: 3px solid #0068B7;
  border-right: 3px solid #0068B7;
  text-indent: -9999px;
  overflow: hidden;
}
.wp-pagenavi .previouspostslink {
  transform: rotate(-135deg);
}
.wp-pagenavi .nextpostslink {
  transform: rotate(45deg);
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  border-top-color: #FFFF00;
  border-right-color: #FFFF00;
}