@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'din1451alt';
  src: url("../font/din1451alt.ttf");
}
@font-face {
  font-family: 'din1451alt G';
  src: url("../font/din1451alt G.ttf");
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url("../font/Oswald-Medium.ttf");
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url("../font/Oswald-Regular.ttf");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  color: #272727;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  /*padding-bottom: 332px; /*フッターの高さ入力*/
}
main {
  overflow: hidden;
}
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 35px 0;
  top: 0;
  left: 0;
}
.header.change-color {
  background: #3A577E;
  transition: all .3s;
}
.page header {
  background: #3A577E;
  color: #fff;
}
.sdgs header {
  background: transparent;
}
header .inner_header {
  position: relative;
}
#switch, .sp_logo, .display_sp {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  display: block;
}
h1, h2, h3 {
  font-weight: bold;
}
/*ヘッダー------------------------------------------*/
header ul.header_menu {
  display: flex;
  justify-content: flex-end;
  color: #fff;
}
header .header_menu li {
  text-align: center;
}
header .header_menu li a {
  display: block;
  text-align: center;
  padding: 0 15px;
  font-size: clamp(1.2rem, 1.25vw, 1.5rem);
  transition: all .3s;
}
header .header_menu li a:hover {
  text-shadow: 0 0 6px rgba(255, 255, 255, .6);
}
header .header_menu li a .en {
  display: block;
  margin-bottom: 7.6px;
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.fixedmenu .header_menu li a {
  color: #333;
}
header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
}
header .logo a {
  display: block;
}
header .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*メイン------------------------------------------*/
section {
  position: relative;
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.null {
  position: relative;
  top: -200px;
}
.w1200 {
  max-width: 1200px;
  margin: auto;
  width: 96.6%;
  ;
}
.w744 {
  max-width: 744px;
  margin: auto;
  position: relative;
}
.flex_warp {
  display: flex;
  justify-content: space-between;
}
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
/*フッター------------------------------------------*/
footer {
  background: #3A577E;
  padding: 43px 0 21px;
  color: #fff;
  width: 100%;
  z-index: 4;
}
footer .flex_warp {
  align-items: center;
}
.footer_logo {
  margin-bottom: 43px;
  width: 23%;
  transform: translateX(-10%);
}
.footer_left {
  width: 40%;
}
.footer_tel {
  margin: 46px 0 37px;
  font-size: 2.2rem;
}
.footer_right {
  width: 50%;
}
.footer_right ul {
  margin-top: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer_right ul li {
  margin-right: 40px;
  margin-bottom: 35px;
}
.footer_right ul li a {
  transition: all .3s;
}
.footer_right ul li a:hover {
  text-shadow: 0 0 6px rgba(255, 255, 255, .6);
}
small {
  display: block;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 1.1rem;
}
/*フォーム内*/
.form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  color: #707070;
  font-weight: bold;
}
.form_wrap .form-group label {
  width: 26%;
}
.form-group.radio .flex_warp {
  display: block;
  width: 70%;
}
.form-group.radio label {
  display: block;
  border-bottom: none;
  margin: 0 0 16px 0;
  padding-left: 32px;
  font-weight: 400;
  width: 100%;
  position: relative;
}
/*.form-group.radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: solid 2px rgba(58,87,126,.5);
  border-radius: 3px;
}
.form-group.radio label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-bottom: solid 3px rgba(58,87,126,.5);
  border-left: solid 3px rgba(58,87,126,.5);
  transform: rotate(-45deg);
  opacity: 0;
}*/
/*.form-group.radio input {
  display: none;
}*/
.form-group.radio input:checked + label:after {
  opacity: 1;
}
.form-group .input_box {
  width: 100%;
  height: 50px;
}
.form-group .input_box input {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 2px rgba(58, 87, 126, .5);
  border-radius: 13px;
}
.form-group .input_box input:focus-visible {
  outline: none;
}
.form-group .text_box {
  width: 100%;
  box-sizing: border-box;
}
.form-group .text_box textarea {
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  padding: 10px;
  border: solid 2px rgba(58, 87, 126, .5);
  border-radius: 13px;
  min-height: 250px;
}
.form-group .text_box textarea:focus-visible {
  outline: none;
}
.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
}
.form-group.center_item label {
  width: auto;
  line-height: 1;
}
.form-group .required {
  display: inline-block;
  background: #FF0000;
  color: #fff;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 2px 5px;
  line-height: 1;
  text-align: center;
}
.form-group .required.last {
  margin-left: 50px;
  margin-bottom: 15px;
}
.required.display_sp {
  display: none;
}
.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}
.form-group.submit_btn {
  background: none;
  padding-top: 57px;
  margin-bottom: 70px;
}
.form-group.submit_btn .text-center {
  width: 42%;
  margin: 0 auto;
}
.form-group.submit_btn input {
  width: 100%;
  background: transparent;
  color: #3A577E;
  text-align: center;
  font-weight: 500;
  padding: 40px 0;
  transition: .3s;
  border: solid 3px #3A577E;
  border-radius: 60px;
  font-size: clamp(1.8rem, 2.0vw, 2.5rem);
  font-weight: bold;
}
.form-group.submit_btn input:hover {
  background: #3A577E;
  color: #fff;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: auto;
  appearance: auto;
  background: #fff;
}
input[type=submit], input[type=button] {
  -webkit-appearance: none;
}
.form-group .input_box input#age {
  width: 12%;
}
.wpcf7-spinner {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .form-group {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .form-group label {
    width: 100%;
    margin-bottom: 11px;
  }
  .form-group.radio .flex_warp {
    padding: 0;
  }
  .form-group.radio .inquiry_type {
    margin-bottom: 22px;
  }
  .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.radio .flex_warp {
    width: 100%;
  }
  .form-group.radio label {
    margin-bottom: 16px;
  }
  .form-group.radio label:last-of-type {
    margin-bottom: 8px;
  }
  .form-group .checkbox {
    width: auto;
    height: auto;
    margin-right: 10px;
  }
  .form-group.check_wrap label {
    margin-bottom: 0;
  }
  .required.display_pc {
    display: none;
  }
  .required.display_sp {
    display: inline-block;
  }
  .form_wrap .form-group label {
    width: 100%;
  }
  .form-group.submit_btn {
    padding-top: 35px;
    margin-bottom: 40px;
  }
  .form-group.submit_btn .text-center {
    width: 69%;
  }
  .form-group.submit_btn input {
    padding: 25px 0;
    border-radius: 60px;
    font-size: clamp(1.2rem, 4.2vw, 1.6rem);
  }
  
.form-group.radio label {
  padding-left: 0px;
}
}
/*フォーム内ここまで*/
@media screen and (max-width: 1200px) {
  .w1200 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .w744 {
    padding: 0 15px;
    box-sizing: border-box;
  }
  header .inner_header {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  /*ヘッダー--------------------------------------*/
  body {
    padding-bottom: 0; /*フッターの高さ入力*/
  }
  header {
    background: #3A577E;
  }
  .sdgs header {
    background: #3A577E;
  }
  header .logo {
    width: 70px;
    left: 20px;
    z-index: 999;
  }
  #switch ~ label {
    width: 48px;
    height: 48px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 999;
    background: #3A577E;
  }
  #switch ~ label span {
    display: inline-block;
    transition: all .2s; /*アニメーションの設定*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #fff;
    width: 60%;
  }
  #switch ~ label span:nth-of-type(1) {
    top: 19px;
  }
  #switch ~ label span:nth-of-type(2) {
    top: 28px;
  }
  #switch:checked ~ label span:nth-of-type(1) {
    top: 16px;
    left: 9px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }
  #switch:checked ~ label span:nth-of-type(2) {
    top: 28px;
    left: 9px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }
  #switch:checked ~ #NavWrap {
    display: block;
    top: 0;
    right: 0;
  }
  #NavWrap {
    position: fixed;
    top: 0;
    right: -200%;
    width: 100%;
    height: 100%;
    background: #3A577E;
    transition: all 0.4s;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  header ul.header_menu {
    width: 94.6%;
    max-width: 100%;
    flex-direction: column;
    margin: 70px auto 0;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  header .header_menu li {
    width: 100%;
  }
  header .header_menu li a {
    display: flex;
    align-items: flex-end;
    text-align: left;
    padding: 20px 0 20px 0;
    font-size: 1.7rem;
    border-bottom: solid .5px #fff;
    position: relative;
  }
  header .header_menu li a:before {
    content: "";
    position: absolute;
    right: 44px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(/img/icon/arrow_right_white.svg);
    background-position: center;
    background-size: contain;
  }
  header .header_menu li a .en {
    display: none;
  }
  header .header_menu li a .en_sp {
    display: block;
    font-size: 1.7rem;
  }
  header .contact_wrap {
    margin: 48px auto 0;
    width: 86.3%;
  }
  header .contact_wrap li a {
    display: block;
    margin-bottom: 34px;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    color: #3A577E;
  }
  header .contact_wrap li span {
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  header .contact_wrap li .tel_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .contact_wrap li .tel_wrap .icon_area {
    display: inline-block;
    width: 20px;
    height: auto;
  }
  header .contact_wrap li .tel_wrap .tel_num {
    display: inline-block;
    margin-left: 6px;
    font-size: 2.1rem;
    font-weight: bold;
  }
  header .contact_wrap li:last-child a {
    display: block;
    position: relative;
    margin-bottom: 48px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
  }
  header .contact_wrap li:last-child .arrow_area {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .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;
  }
  h2 {
    font-size: 1.8rem;
  }
  /*フッター--------------------------------------*/
  footer {
    padding: 42px 0 27px 0;
    position: static;
  }
  .flex_warp {
    width: 84%;
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer .footer_left {
    position: relative;
    width: 100%;
    margin-bottom: 36px;
  }
  .footer .footer_left .footer_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: 115px;
  }
  .footer .footer_left p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .footer .footer_left .footer_tel {
    margin-top: 58px;
    margin-bottom: 13px;
  }
  .footer .footer_left .footer_tel span {
    display: block;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    text-align: right;
  }
  .footer .footer_right {
    width: 100%;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    margin-bottom: 0px;
  }
  .footer .footer_right ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    flex-wrap: wrap;
    height: 178px;
    margin-top: 0;
  }
  .footer .footer_right ul li {
    margin-bottom: 26px;
    width: 47%;
  }
  .footer .contact_btn {
    display: none;
  }
  .footer .sp_policy {
    font-size: 1.4rem;
    margin-bottom: 30px;
    text-align: right;
    padding-right: 15px;
  }
  .footer small {
    width: 100%;
    text-align: center;
  }
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*WP-navigation*/
.navigation {
  width: 100%;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.navigation .pages {
  display: none;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #3A577E;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
  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;
}
.wp-pagenavi a.larger, .wp-pagenavi a.smaller {
  color: #fff;
  background-color: #3A577E;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeupTrigger, .fadeInTrigger, .blurTrigger {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.delay03 {
  animation-delay: .3s;
}
.delay06 {
  animation-delay: .6s;
}
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.thanks_page h2 {
  padding-top: 20vh;
  text-align: center;
  font-size: 43px;
  margin-bottom: 30px;
  color: #3A577E;
}
.contact_thanks footer {
  background: #3A577E;
  padding: 75px 0 15px 0;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.contact_thanks .thanks_text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.contact_back_btn a {
  width: 208px;
  color: #fff;
  background: #3A577E;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  padding: 10px;
  transition: .3s;
  margin: auto;
  margin-top: 70px;
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li {
  margin-right: 20px;
  position: relative;
}
.breadcrumb ul li:first-child::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #111111;
  border-right: solid 1px #111111;
  top: 50%;
  right: -12px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.contact .form_tel {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 2px rgba(58, 87, 126, .5);
  border-radius: 13px;
  resize: none;
  line-height: normal;
}
.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}
.contact .wpcf7-list-item {
  display: block;
}
.contact .checkbox input {
  width: 16px;
  height: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.contact .checkbox input::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: solid 2px rgba(58, 87, 126, .5);
  border-radius: 3px;
}
.contact .checkbox input::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-bottom: solid 3px rgba(58, 87, 126, .5);
  border-left: solid 3px rgba(58, 87, 126, .5);
  transform: rotate(-45deg);
  opacity: 0;
}
.contact .checkbox input:checked::before {
  opacity: 1;
}
.news .news_section {
  padding: 10%;
}
.news{
	padding-bottom: 350px;
}
.archive{
	padding-bottom: 350px;
}
.news .news_wrap ,.archive .archive_news_section {
  min-height: 50vh;
}
.news footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news .news_tittle {
  font-size: 3.4rem;
  color: #3A577E;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
.news_btn a {
  width: 208px;
  color: #fff;
  background: #3A577E;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  padding: 10px;
  transition: .3s;
  margin: auto;
  margin-top: 70px;
}
.news .day_time {
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.news .news_text p {
  font-size: 1.6rem;
  margin-bottom: 50px;
  line-height: 2;
}
.archive .archive_news_section {
  padding: 10%;
}
.archive footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.archive .archive_news_section ul {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  margin-top: 50px;
}
.archive .archive_news_section ul li {
  margin-bottom: 40px;
}
.archive .archive_news_section ul li a {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}
.archive .archive_news_section ul li a p:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul {
    font-size: 1.2rem;
  }
  .breadcrumb ul li:first-child::before {
    width: 6px;
    height: 6px;
  }
  .archive footer {
    position: static;
  }
  .news footer {
    position: static;
  }
  .news .news_wrap {
    min-height: 0;
  }
  .news .news_section,.archive .archive_news_section {
    padding: 100px 0 150px 0;
  }
	.wp-pagenavi span.current{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.wp-pagenavi a.larger, .wp-pagenavi a.smaller{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.news{
	padding-bottom: 0;
}
.archive{
	padding-bottom: 0;
}
}
.custom_404 .page_404 {
  height: 100vh;
  position: relative;
}
.custom_404 .page_404 .w1200 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.custom_404 .page_404 h2 {
  text-align: center;
  font-size: 43px;
  margin-bottom: 30px;
  color: #3A577E;
}

.custom_404 .text_404 {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}