@charset "UTF-8";
/*
theme Name: walife
Author: walife
Description: 自作テーマ
version： 1.0.0
*/
@font-face {
  font-family: "TTNorms";
  src: url("../font/TTNorms-Medium.otf") format("opentype");
}
@font-face {
  font-family: "midashiGpPro";
  src: url("../font/A-OTF-MidashiGoPro-MB31.otf") format("opentype");
}
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  width: 100%;
  font-family: "midashiGpPro", sans-serif;
  line-height: 1.75;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (max-width: 767px) {
  body {
    line-height: 1.5625;
  }
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
    box-sizing: content-box !important;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

p {
  margin-bottom: 30px;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
main {
  overflow: hidden;
  flex: 1;
  padding-top: 100px;
  margin-top: -100px;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.9;
}

a {
  color: #000;
}

.section {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .section {
    margin-bottom: 100px;
  }
}
.section .section-title {
  margin-bottom: 50px;
  word-break: break-all;
}
.section h1 + p,
.section h2 + p,
.section h3 + p,
.section h4 + p,
.section h5 + p,
.section h6 + p {
  margin-top: 0;
}
.section h1 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7391304348;
}
@media (max-width: 767px) {
  .section h1 {
    font-size: 19px;
    margin-bottom: 5px;
  }
}
.section h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.section h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.section h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.section h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section h5 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.section h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.section p {
  line-height: 2.1052631579;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section p {
    font-size: 19px;
  }
}
.section ul {
  margin-bottom: 1em;
  padding-left: 20px;
}
.section ul li {
  list-style-type: disc !important;
}
.section ol {
  margin-bottom: 1em;
  padding-left: 20px;
}
.section ol li {
  list-style-type: decimal !important;
}
.section li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.section blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .section blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.section blockquote > :first-child {
  margin-top: 0;
}
.section blockquote > :last-child {
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
.section-title .en {
  font-family: "TTNorms", sans-serif;
  font-size: 32px;
  letter-spacing: 0.2em;
/*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
	/*color: rgb(251,193,23);*/
	color: yellow;
/*2024/04/15変更ここまで*/
	font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.section-title .jp {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-shadow: rgba(35, 24, 21, 0.4) 0 0 2px;
}
@media (max-width: 767px) {
  .section-title .jp {
    font-size: 20px;
  }
}

.section-title2 {
  font-family: "TTNorms", sans-serif;
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/* header
--------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 20px;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .header .inner {
    padding: 0 30px;
  }
}
@media (min-width:1200px) {
  .header .inner {
    padding: 0 40px;
  }
}
.header .header-title a {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.075em;
  text-shadow: rgba(35, 24, 21, 0.4) 0 0 4px;
}
@media (min-width:1200px) {
  .header .header-title a {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .header .header-title a {
    font-size: 18px;
  }
}
.header .header-title a img {
  width: 32px;
  vertical-align: middle;
  margin-right: 8px;
}
@media (min-width:1200px) {
  .header .header-title a img {
    width: 37px;
  }
}
@media (max-width: 767px) {
  .header .header-title a img {
    width: 28px;
  }
}
.header .header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-nav nav ul li {
  text-align: center;
}
@media (min-width: 768px) {
  .header .header-nav nav ul li {
    margin-right: 15px;
  }
}
@media (min-width:1200px) {
  .header .header-nav nav ul li {
    margin-right: 30px;
  }
}
.header .header-nav nav ul li:last-child {
  margin-right: 0;
}
.header .header-nav nav ul li a {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .header .header-nav nav ul li a {
    margin-right: 16px;
    font-size: 15px;
  }
}
@media (min-width:1500px) {
  .header .header-nav nav ul li a {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .navToggle {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navToggle {
    position: fixed;
	 /*2024/04/15変更ここから*/
	/*配色変更*/
   /* background: #00a0e9;*/
	/* background: rgb(251,193,23);*/
	   background: yellow;
	 /*2024/04/15変更ここまで*/
    display: block;
    right: 5px;
    top: 7px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 601;
    text-align: center;
  }
}

.navToggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 2px #fff;
  transition: 0.35s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  z-index: 602;
}

.navToggle span:nth-child(1) {
  top: 21.5px;
}

.navToggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.navToggle span:nth-child(3) {
  top: 41.5px;
}

.navToggle.is-checked span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navToggle.is-checked span:nth-of-type(2) {
  border: transparent;
}
.navToggle.is-checked span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 600;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 30px;
  background: #fff;
  transition: all 0.5s ease 0s;
  overflow-y: auto;
  display: none;
}
.drawer-nav.is-checked {
  display: block;
}
.drawer-nav ul {
  padding: 0 40px;
  margin: 0 auto;
}
.drawer-nav ul li a {
  display: block;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}

/* page-heading
------------------------*/
.page-heading {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 652px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .page-heading {
    height: 45vh;
  }
}
.page-heading.page-heading01 {
  height: auto;
}
.page-heading.page-heading01 img {
  height: 652px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .page-heading.page-heading01 img {
    height: 45vh;
  }
}
.page-heading .page-title {
  color: #fff;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.4;
  word-break: break-all;
}
.page-heading .page-title .en {
  display: block;
  font-weight: 500;
  font-family: "TTNorms", sans-serif;
  font-size: 83px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-heading .page-title .en {
    font-size: 10.101010101vw;
  }
}
.page-heading .page-title .jp {
  font-size: 36px;
  letter-spacing: 0.1em;
  text-shadow: rgba(35, 24, 21, 0.4) 0 0 4px;
}
@media (max-width: 767px) {
  .page-heading .page-title .jp {
    font-size: 20px;
  }
}
.page-heading .page-heading-nav {
  position: absolute;
 /*2024/04/15変更ここから*/
/*配色変更*/
/*background: #00a0e9;*/
background: rgb(251,193,23);
/*2024/04/15変更ここまで*/
	
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 775px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-heading .page-heading-nav {
    width: calc(100% - 40px);
  }
}
.page-heading .page-heading-nav li {
  width: 50%;
  text-align: center;
  position: relative;
  border-bottom: 5px rgba(255, 255, 255, 0.3) solid;
}
.page-heading .page-heading-nav li:hover {
  border-color: #000;
}
.page-heading .page-heading-nav li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  padding: 20px 20px 15px;
}
@media (max-width: 767px) {
  .page-heading .page-heading-nav li a {
    font-size: 16px;
    padding: 15px 15px 10px;
  }
}

/* fv
------------------------*/
.fv {
  position: relative;
  margin-bottom: 145px;
}
@media (max-width: 767px) {
  .fv {
    margin-bottom: 100px;
  }
}
.fv::after {
  position: absolute;
  content: "";
  background: rgba(61, 85, 97, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.fv img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .fv img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .fv img {
    height: 90vh;
  }
}
.fv .fv-txt {
  position: absolute;
  text-shadow: rgba(35, 24, 21, 0.4) 0 0 4px;
  font-size: 74px;
  line-height: 1.472972973;
  letter-spacing: 0.075em;
  color: #fff;
  top: 22%;
  left: 5%;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv .fv-txt {
    font-size: 68px;
  }
}
@media (min-width:1200px) {
  .fv .fv-txt {
    font-size: 74px;
  }
}
@media (max-width: 1024px) {
  .fv .fv-txt {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .fv .fv-txt {
    font-size: 10.101010101vw;
  }
}
.fv .fv-link {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv .fv-link {
    width: 50%;
    margin-left: auto;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .fv .fv-link {
    bottom: 2%;
  }
}
@media (max-width: 767px) {
  .fv .fv-link {
    left: 5%;
  }
}
.fv .fv-link .fv-link-list li {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .fv .fv-link .fv-link-list li {
    font-size: 3.5353535354vw;
    margin-bottom: 3.7878787879vw;
  }
}
.fv .fv-link .fv-link-list li h3 {
  padding: 15px;
  border-right: 2px solid #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fv .fv-link .fv-link-list li h3 {
    padding: 3.7878787879vw;
  }
}
.fv .fv-link .fv-link-list li a {
  color: #fff;
  display: block;
  padding: 15px 50px 15px 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .fv .fv-link .fv-link-list li a {
    padding: 3.7878787879vw 12.6262626263vw 3.7878787879vw 3.7878787879vw;
  }
}
.fv .fv-link .fv-link-list li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_wh.png) no-repeat center center/contain;
  width: 9px;
  height: 16px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .fv .fv-link .fv-link-list li a::after {
    width: 2.2727272727vw;
    height: 4.0404040404vw;
    right: 5.0505050505vw;
  }
}

/* vision
---------------------------*/
.vision {
  text-align: center;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .vision {
    margin-bottom: 100px;
  }
}
.vision .vision-txt p {
  font-size: 24px;
  line-height: 1.6666666667;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .vision .vision-txt p {
    font-size: 16px;
  }
}

/* service
---------------------------*/
.service {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .service {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .service .inner {
    padding: 0;
  }
}
.service .service-bg {
  background: #fff;
  margin-top: -170px;
  position: relative;
  padding: 70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .service .service-bg {
    margin-top: -30px;
    padding: 30px 15px 0;
  }
}
.service .service-syoku {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .service .service-syoku {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .service .service-zyusyoku .service-heading {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .service .service-zyusyoku .service-content {
    flex-direction: row-reverse;
  }
}
.service .service-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service .service-heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.service .service-heading .service-title {
  font-size: 48px;
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
/*color: rgb(251,193,23);*/
	color: yellow;
/*2024/04/15変更ここまで*/
	
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: rgba(35, 24, 21, 0.4) 0 0 1px;
}
@media (min-width: 768px) {
  .service .service-heading .service-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1024px) {
  .service .service-heading .service-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .service .service-heading .service-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.service .service-heading .service-icon img {
  height: 109px;
  width: auto;
}
@media (max-width: 767px) {
  .service .service-heading .service-icon img {
    height: 50px;
  }
}
.service .service-content {
  display: flex;
}
@media (min-width: 768px) {
  .service .service-content {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service .service-content {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .service .service-content .service-txt {
    width: 50%;
  }
}
.service .service-content .service-txt p {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .service .service-content .service-txt p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .service .service-content .service-img {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .service .service-content .service-img {
    margin-bottom: 30px;
  }
}

/* NEWS
---------------------------*/
.news {
  background: #efefef;
}
@media (min-width: 768px) {
  .news {
    padding-top: 130px;
    padding-bottom: 190px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
  }
}
.news .inner {
  max-width: 988px;
}
.news .news-btn {
  font-family: "TTNorms", sans-serif;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.2em;
  padding: 24px 130px 24px 120px;
  /*2024/04/15変更ここから*/
/*配色変更*/
/*background: #00a0e9;*/
background: rgb(251,193,23);
/*2024/04/15変更ここまで*/
	
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .news .news-btn {
    font-size: 16px;
    padding: 15px 60px 15px 50px;
  }
}
.news .news-btn::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_blue.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .news .news-btn::after {
    right: 15px;
  }
}

.news-list {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .news-list {
    margin-bottom: 50px;
  }
}
.news-list li {
  border-bottom: 1px solid #bfbfbf;
}
.news-list li a {
  display: flex;
  align-items: center;
  padding: 30px 60px 30px 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 767px) {
  .news-list li a {
    display: block;
    padding: 15px 35px 15px 0;
    font-size: 16px;
  }
}
.news-list li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_blue02.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-list li a .news-article-info {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news-list li a .news-article-info {
    margin-bottom: 10px;
  }
}
.news-list li a .news-article-date {
  margin-right: 30px;
  font-weight: 500;
  white-space: nowrap;
  font-family: "TTNorms", sans-serif;
}
@media (max-width: 767px) {
  .news-list li a .news-article-date {
    margin-right: 15px;
  }
}
.news-list li a .news-article-category {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  white-space: nowrap;
  border: 1px solid #000;
  padding: 0 30px;
  font-family: "TTNorms", sans-serif;
}
@media (max-width: 767px) {
  .news-list li a .news-article-category {
    font-size: 14px;
    margin-right: 0;
    padding: 0 15px;
  }
}

/* SNS
---------------------------*/
@media (min-width: 768px) {
  .sns {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .sns {
    margin-bottom: 100px;
  }
}
.sns .sns-title {
  margin-bottom: 10px;
}
.sns .sns-subtitle {
  font-family: "TTNorms", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sns .sns-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .sns .sns-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .sns .sns-inner {
    flex-direction: column;
  }
}
.sns .sns-inner .youtube {
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .sns .sns-inner .youtube {
    width: 58%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .sns .sns-inner .youtube {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sns .sns-inner .youtube {
    margin-bottom: 30px;
  }
}
.sns .sns-inner .youtube-inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.sns .sns-inner .youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .sns .sns-inner .twitter {
    width: 35%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .sns .sns-inner .twitter {
    width: 100%;
  }
}

/* 会社概要
----------------------------*/
.overview {
  margin-top: 170px;
  margin-bottom: 145px;
}
@media (max-width: 767px) {
  .overview {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.overview .inner {
  max-width: 697px;
}
.overview .overview-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
}
.overview .overview-table table td {
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 1.5625;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .overview .overview-table table td {
    padding: 10px 15px;
  }
}
.overview .overview-table table td span {
  font-size: 13px;
  display: block;
  margin-top: -2px;
  font-feature-settings: "palt";
}
.overview .overview-table table td ul li {
  position: relative;
  padding-left: 1em;
}
.overview .overview-table table td ul li:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}
.overview .overview-table table td:nth-child(1) {
  white-space: nowrap;
  width: 15%;
}
.overview .overview-table table td:nth-child(2) {
  width: 85%;
}
@media (min-width: 768px) {
  .overview .overview-table table td:nth-child(2) .overview-table-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .overview .overview-table table td:nth-child(2) .overview-table-inner ul {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
.overview .overview-table table td:nth-child(2) .overview-table-inner ul:nth-child(2n) {
  margin-right: 0;
}

/* map
----------------------------*/
.map {
  margin-bottom: 315px;
}
@media (max-width: 767px) {
  .map {
    margin-bottom: 100px;
  }
}
.map .map-title {
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
	 /*color: rgb(251,193,23);*/
	color: yellow;
/*2024/04/15変更ここまで*/
	
}
.map .map-content {
  position: relative;
}
.map .map-info {
  /*2024/04/15変更ここから*/
/*配色変更*/
/*background: #00a0e9;*/
background: rgb(251,193,23);
/*2024/04/15変更ここまで*/
  color: #fff;
}
@media (min-width: 768px) {
  .map .map-info {
    width: 60%;
    padding: 50px 15% 90px 50px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .map .map-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .map .map-info {
    padding: 30px 15px;
    margin-bottom: 15px;
  }
}
.map .map-info .map-subtitle {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .map .map-info .map-subtitle {
    font-size: 20px;
  }
}
.map .map-info .map-txt {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.map .map-info .map-txt a {
  color: #fff;
}
.map .map-info .map-txt a.map-link {
  text-decoration: underline;
}
.map .map-info .map-btn {
  background: #fff;
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
/*color: rgb(251,193,23);*/
	color: yellow;
/*2024/04/15変更ここまで*/
	
  font-size: 23px;
  font-weight: 500;
  font-family: "TTNorms", sans-serif;
  display: block;
  padding: 10px 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .map .map-info .map-btn {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .map .gmap {
    position: absolute;
    right: 0;
    top: 20%;
    width: 60%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .map .gmap {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.map .gmap .gmap-inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 79.7246558198%;
  position: relative;
}
.map .gmap .gmap-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* history
----------------------------*/
.history {
  padding-top: 120px;
  padding-bottom: 175px;
  background: #efefef;
}
@media (max-width: 767px) {
  .history {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.history .inner {
  max-width: 720px;
}
.history .history-table {
  position: relative;
}
.history .history-table::before {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% - 80px);
  /*2024/04/15変更ここから*/
/*配色変更*/
/*background: #00a0e9;*/
background: rgb(251,193,23);
/*2024/04/15変更ここまで*/
	
  left: 12px;
  top: 30px;
}
@media (max-width: 767px) {
  .history .history-table::before {
    width: 2px;
    left: 5px;
    top: 35px;
    height: calc(100% - 70px);
  }
}
.history .history-table table {
  width: 100%;
}
.history .history-table table tr td {
  vertical-align: middle;
}
.history .history-table table tr td:nth-child(1) {
  white-space: nowrap;
  font-family: "TTNorms", sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 20px 0 20px 38px;
  position: relative;
}
@media (max-width: 767px) {
  .history .history-table table tr td:nth-child(1) {
    font-size: 16px;
    padding: 15px 10px 15px 15px;
  }
}
.history .history-table table tr td:nth-child(1)::before {
  width: 17px;
  height: 17px;
  background: #fff;
	/*2024/04/15変更ここから*/
/*配色変更*/
  /*border: 7px solid #00a0e9;*/
	border: 7px solid rgb(251,193,23);
	/*2024/04/15変更ここまで*/
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .history .history-table table tr td:nth-child(1)::before {
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
}
.history .history-table table tr td:nth-child(2) {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.75;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .history .history-table table tr td:nth-child(2) {
    font-size: 14px;
    padding: 15px 0;
  }
}

/* message
----------------------------*/
.message {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .message {
    margin-bottom: 100px;
  }
}
.message .inner {
  max-width: 840px;
}
.message .message-content {
  display: flex;
}
@media (min-width: 768px) {
  .message .message-content {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .message .message-content {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .message .message-content .message-txt {
   /* width: 50%;*/
	  width: 70%;
  }
}
.message .message-content .message-txt .message-subtitle {
 /* font-size: 26px;*/
	font-size: 24px;
  letter-spacing: 0.1em;
	
 /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
	 /*color: rgb(251,193,23);*/
	color:yellow;
/*2024/04/15変更ここまで*/
  text-shadow: rgba(35, 24, 21, 0.4) 0 0 1px;
/*  margin-bottom: 15px;*/
	margin-bottom: 15px;
}
@media (max-width: 767px) {
  .message .message-content .message-txt .message-subtitle {
    font-size: 18px;
  }
}
.message .message-content .message-txt p {
  font-size: 19px;
  line-height: 2.8947368421;
}
@media (max-width: 767px) {
  .message .message-content .message-txt p {
    font-size: 16px;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .message .message-content .message-img {
    /*width: 40%;*/
	  width: 30%;
  }
}
@media (max-width: 767px) {
  .message .message-content .message-img {
    margin-bottom: 15px;
  }
}

/* faq
----------------------------*/
@media (max-width: 767px) {
  .faq {
    margin-bottom: 100px;
  }
}
.faq .inner {
  max-width: 840px;
}
.faq .faq-contents {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .faq .faq-contents {
    margin-bottom: 50px;
  }
}
.faq .faq-contents:last-child .faq-content {
  border-bottom: none;
}
.faq .faq-contents .faq-title {
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
/*color: rgb(251,193,23);*/
	color:yellow;
/*2024/04/15変更ここまで*/
  font-size: 23px;
  letter-spacing: 0.075em;
	/*2024/04/15変更ここから*/
/*配色変更*/
  /*border: 4px solid #00a0e9;*/
	border: 4px solid rgb(251,193,23);
	/*2024/04/15変更ここまで*/

  max-width: 430px;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq .faq-contents .faq-title {
    font-size: 18px;
    padding: 5px 15px;
    border-width: 2px;
    margin-bottom: 30px;
  }
}
.faq .faq-contents .faq-title span {
  font-size: 26px;
  letter-spacing: 0.2em;
  font-family: "TTNorms", sans-serif;
  font-weight: 500;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .faq .faq-contents .faq-title span {
    font-size: 20px;
  }
}
.faq .faq-contents .faq-content {
  border-bottom: 1px solid #000;
  padding-bottom: 65px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .faq .faq-contents .faq-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.faq .faq-contents .faq-content:last-child {
  margin-bottom: 0;
}
.faq .faq-contents .faq-content .faq-subtitle {
  font-size: 26px;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .faq .faq-contents .faq-content .faq-subtitle {
    font-size: 20px;
  }
}
.faq .faq-contents .faq-content .faq-txt {
  font-size: 19px;
  line-height: 2.1578947368;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faq .faq-contents .faq-content .faq-txt {
    font-size: 16px;
  }
}
.faq .faq-contents .faq-content .faq-txt span {
  background: #fff800;
}
.faq .faq-contents .faq-content .faq-subtxt {
  font-size: 16px;
  text-align: right;
  font-weight: 400;
}
@media (max-width: 767px) {
  .faq .faq-contents .faq-content .faq-subtxt {
    font-size: 14px;
  }
}

/* dormitory
----------------------------*/
.dormitory {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .dormitory {
    margin-bottom: 100px;
  }
}
.dormitory .inner {
  max-width: 874px;
}
.dormitory .dormitory-nav {
  max-width: 735px;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .dormitory .dormitory-nav {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .dormitory .dormitory-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.dormitory .dormitory-nav ul li {
  text-align: center;
  /*2024/04/15変更ここから*/
/*配色変更*/
/*background: #00a0e9;*/
background:  rgb(251,193,23);
/*2024/04/15変更ここまで*/
	
  position: relative;
}
@media (min-width: 768px) {
  .dormitory .dormitory-nav ul li {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .dormitory .dormitory-nav ul li {
    margin-bottom: 15px;
  }
}
.dormitory .dormitory-nav ul li:nth-child(3n) {
  margin-right: 0;
}
.dormitory .dormitory-nav ul li::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_wh02.png) no-repeat center center/contain;
  width: 17px;
  height: 8px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dormitory .dormitory-nav ul li a {
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.075em;
  display: block;
  padding: 20px 10px 25px;
}
@media (max-width: 767px) {
  .dormitory .dormitory-nav ul li a {
    font-size: 16px;
    padding: 20px 10px 25px;
  }
}
.dormitory .dormitory-description {
  text-align: center;
  font-size: 21px;
}
@media (max-width: 767px) {
  .dormitory .dormitory-description {
    font-size: 16px;
  }
}
.dormitory .dormitory-contents .dormitory-contents-title {
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
	color:yellow;
/*color: rgb(251,193,23);*/
/*2024/04/15変更ここまで*/
  font-size: 40px;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
  border-top: 1px solid #000;
  padding-top: 75px;
}
@media (max-width: 767px) {
  .dormitory .dormitory-contents .dormitory-contents-title {
    font-size: 24px;
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .dormitory .dormitory-contents .dormitory-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.dormitory .dormitory-contents .dormitory-inner .dormitory-content {
  cursor: pointer;
}
@media (min-width: 768px) {
  .dormitory .dormitory-contents .dormitory-inner .dormitory-content {
    width: calc(33.3333% - 23.3333333333px);
    margin-right: 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .dormitory .dormitory-contents .dormitory-inner .dormitory-content {
    margin-bottom: 50px;
  }
}
.dormitory .dormitory-contents .dormitory-inner .dormitory-content:nth-child(3n) {
  margin-right: 0;
}
.dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-content-title {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 5px 15px 10px;
  max-width: 65%;
}
@media (max-width: 767px) {
  .dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-content-title {
    font-size: 16px;
  }
}
.dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-content-img {
  border: #f2f2f2 10px solid;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-content-img::before {
  content: "";
  display: block;
  padding-top: 92.7480916031%;
}
@media (max-width: 767px) {
  .dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-content-img {
    margin-bottom: 10px;
  }
}
.dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-content-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-btn {
  font-size: 18px;
  letter-spacing: 0.075em;
  text-align: right;
  padding-right: 10px;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 1;
}
@media (max-width: 767px) {
  .dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-btn {
    font-size: 16px;
  }
}
.dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-btn::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_black.png) no-repeat center center/contain;
  top: 6px;
  right: 0;
  width: 7.5px;
  height: 10.5px;
}
@media (max-width: 767px) {
  .dormitory .dormitory-contents .dormitory-inner .dormitory-content .dormitory-btn::after {
    top: 4px;
  }
}
.dormitory .overlay {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  top: 0;
  z-index: 1000;
  opacity: 0;
  left: 0;
  transition: all 0.3s ease-in;
}
.dormitory .overlay.click {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
}
.dormitory .modal-window {
  position: relative;
  display: none;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  overflow-y: auto;
  cursor: auto;
}
.dormitory .modal-window.click {
  position: fixed;
  display: block;
  opacity: 1;
}
.dormitory .modal-window .modal-inner {
  position: fixed;
  max-width: 875px;
  width: 100%;
  height: 90vh;
  left: 50%;
  top: 5vh;
  transform: translateX(-50%);
  background: #fff;
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-inner {
    width: 90%;
    top: 5%;
  }
}
.dormitory .modal-window .modal-inner .modal-scroll {
  overflow-y: auto;
  height: 90vh;
}
.dormitory .modal-window .modal-inner .modal-scroll::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 20px;
}
.dormitory .modal-window .modal-inner .modal-scroll::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .dormitory .modal-window .modal-inner .modal-top {
    padding: 74px 50px 20px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-inner .modal-top {
    padding: 30px 15px;
  }
}
@media (min-width: 768px) {
  .dormitory .modal-window .modal-inner .modal-top .modal-top-left {
    width: 45%;
  }
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-left .address-title {
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
/*color: rgb(251,193,23);*/
	color:yellow;
/*2024/04/15変更ここまで*/
  font-size: 35px;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-inner .modal-top .modal-top-left .address-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-left .address-txt {
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-inner .modal-top .modal-top-left .address-txt {
    font-size: 16px;
  }
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-left .facility {
	/*2024/04/15変更ここから*/
/*配色変更*/
 /* border: 4px solid #00a0e9;*/
	border: 4px solid rgb(251,193,23);
/*2024/04/15変更ここまで*/
	
  border-radius: 14px;
  letter-spacing: 0.075em;
  min-height: 150px;
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-inner .modal-top .modal-top-left .facility {
    border-radius: 10px;
    border-width: 2px;
    margin-bottom: 30px;
    min-height: 100px;
  }
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-left .facility .facility-title {
  text-align: center;
	/*2024/04/15変更ここから*/
/*配色変更*/
/*background: #00a0e9;*/
background: rgb(251,193,23);
/*2024/04/15変更ここまで*/
  color: #fff;
  font-size: 27px;
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-inner .modal-top .modal-top-left .facility .facility-title {
    font-size: 18px;
    padding: 0 5px 5px;
  }
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-left .facility .facility-txt {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px;
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-inner .modal-top .modal-top-left .facility .facility-txt {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .dormitory .modal-window .modal-inner .modal-top .modal-top-right {
    width: 52%;
  }
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-right img {
  height: auto;
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-right .modal-mainimg {
  margin-bottom: 20px;
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-right .modal-subimgs {
  display: flex;
  flex-wrap: wrap;
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-right .modal-subimgs .subimg {
  width: calc(33.3333% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-right .modal-subimgs .subimg:nth-child(3n) {
  margin-right: 0;
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-right .modal-subimgs .subimg::before {
  content: "";
  display: block;
  padding-top: 120.1388888889%;
}
.dormitory .modal-window .modal-inner .modal-top .modal-top-right .modal-subimgs .subimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dormitory .modal-window .modal-inner .modal-bottom .dormitory-map-title {
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
/*color: rgb(251,193,23);*/
	color:yellow;
/*2024/04/15変更ここまで*/
	
  font-size: 36px;
  letter-spacing: 0.2em;
  font-family: "TTNorms", sans-serif;
  font-weight: 500;
  margin-left: 25px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-inner .modal-bottom .dormitory-map-title {
    font-size: 18px;
  }
}
.dormitory .modal-window .modal-inner .modal-bottom .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 38.5929648241%;
  position: relative;
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-inner .modal-bottom .gmap {
    padding-bottom: 75%;
  }
}
.dormitory .modal-window .modal-inner .modal-bottom .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.dormitory .modal-window .modal-close {
  position: fixed;
  width: 24px;
  height: 24px;
  top: 5px;
  right: 15px;
  cursor: pointer;
  background: transparent url(../img/close.png) no-repeat center center/contain;
  z-index: 2000;
}
@media (max-width: 767px) {
  .dormitory .modal-window .modal-close {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

/* partners
----------------------------*/
.partners {
  background: linear-gradient(to bottom, transparent 500px, #eaf1f4 500px);
  padding-bottom: 220px;
}
@media (max-width: 767px) {
  .partners {
    background: linear-gradient(to bottom, transparent 270px, #eaf1f4 270px);
    padding-bottom: 100px;
  }
}
.partners .inner {
  max-width: 994px;
}
.partners .partners-img {
  max-width: 487px;
  margin: 0 auto 85px;
}
@media (max-width: 767px) {
  .partners .partners-img {
    width: 80%;
    margin-bottom: 30px;
  }
}
.partners .partners-content {
  background: #fff;
  padding: 80px 90px;
}
@media (max-width: 767px) {
  .partners .partners-content {
    padding: 30px;
  }
}
.partners .partners-content .partners-subtitle {
  font-size: 32px;
  letter-spacing: 0.075em;
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
/*color: rgb(251,193,23);*/
	color:yellow;
/*2024/04/15変更ここまで*/
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .partners .partners-content .partners-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.partners .partners-content p {
  font-size: 24px;
  line-height: 2.0833333333;
}
@media (max-width: 767px) {
  .partners .partners-content p {
    font-size: 16px;
  }
}

/* info
----------------------------*/
.info {
  /*2024/04/15変更ここから*/
/*配色変更*/
/*background: #00a0e9;*/
background: rgb(251,193,23);
/*2024/04/15変更ここまで*/
	
  color: #fff;
  padding-top: 80px;
  padding-bottom: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.info .info-title {
  margin-bottom: 10px;
}
.info .info-subtitle {
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .info .info-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .info .info-contents {
    display: flex;
    justify-content: space-between;
  }
}
.info .info-contents .info-content {
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;

}

}
@media (min-width: 768px) {
  .info .info-contents .info-content {
    width: calc(50% - 15px);
    margin-right: 30px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .info .info-contents .info-content {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.info .info-contents .info-content:nth-child(2n) {
  margin-right: 0;
}
.info .info-contents .info-content .info-content-title {
  font-family: "TTNorms", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .info .info-contents .info-content .info-content-title {
    font-size: 48px;
  }
}
@media (min-width:1200px) {
  .info .info-contents .info-content .info-content-title {
    font-size: 53px;
  }
}
@media (max-width: 1024px) {
  .info .info-contents .info-content .info-content-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .info .info-contents .info-content .info-content-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.info .info-contents .info-content .info-content-title span {
  font-size: 36px;
  letter-spacing: 0;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .info .info-contents .info-content .info-content-title span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .info .info-contents .info-content .info-content-title span {
    font-size: 16px;
    margin-right: 10px;
  }
}
.info .info-contents .info-content p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .info .info-contents .info-content p {
    font-size: 16px;
  }
}
.info .info-contents .info-content img {
  width: 33px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .info .info-contents .info-content img {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .info .info-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .info .info-content .info-img {
    width: 63%;
  }
}
@media (max-width: 767px) {
  .info .info-content .info-img {
    margin: 0 -20px 78px;
  }
}
.info .info-content .info-txt-sp {
  margin-top: -120px;
  background: #688D52;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 8px 20px;
  margin-left: -30px;
  border-radius: 0 20px 20px 0;
}
.info .info-content .info-txt-sp table {
  width: 100%;
  border-collapse: separate;
}
.info .info-content .info-txt-sp table tr td {
  letter-spacing: 0.02em;
}
.info .info-content .info-txt-sp table tr td:nth-child(1) {
  padding-top: 12px;
  font-size: 16px;
  font-weight: bold;
}
.info .info-content .info-txt-sp table tr td:nth-child(2) {
  font-size: 14px;
  padding-bottom: 10px;
}
.info .info-content .info-txt-sp table, .info .info-content .info-txt-sp tbody, .info .info-content .info-txt-sp tr, .info .info-content .info-txt-sp td {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .info .info-content .info-txt {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .info .info-content .info-txt {
    margin-bottom: 40px;
  }
}
.info .info-content .info-txt table {
  width: 100%;
  border-collapse: separate;
}
@media (max-width: 767px) {
  .info .info-content .info-txt table {
    border-top: 1px solid #fff;
  }
}
.info .info-content .info-txt table tr:nth-child(1) td:nth-child(1) {
  padding-top: 0;
}
.info .info-content .info-txt table tr td {
  letter-spacing: 0.02em;
}
.info .info-content .info-txt table tr td:nth-child(1) {
  padding-top: 12px;
  font-size: 16px;
  font-weight: bold;
}
.info .info-content .info-txt table tr td:nth-child(2) {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .info .info-content .info-txt table tr td:nth-child(2) {
    padding-bottom: 10px;
  }
}
.info .info-content .info-txt table, .info .info-content .info-txt tbody, .info .info-content .info-txt tr, .info .info-content .info-txt td {
  display: block;
  width: 100%;
}

/* contact
-----------------------*/
.contact {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 100px;
  }
}
.contact .inner {
  max-width: 995px;
}
.contact .contact-heading {
  padding-bottom: 115px;
  margin-bottom: 100px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .contact .contact-heading {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.contact .contact-heading .contact-title {
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
color: rgb(251,193,23);
	/*color:yellow;*/
/*2024/04/15変更ここまで*/
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact .contact-heading .contact-title {
    font-size: 24px;
  }
}
.contact .contact-inner {
  max-width: 719px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mw_wp_form {
    font-size: 16px;
  }
}
.mw_wp_form form .form-row {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row {
    margin-bottom: 24px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(1) {
  display: flex;
  align-items: center;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .mw_wp_form form .form-row .form-col:nth-child(1) {
    margin-bottom: 10px;
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(1) {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(1) .required {
  color: #fff;
  background: #fe2d2d;
  font-size: 17px;
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin-right: 10px;
  padding: 3px 15px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(1) .required {
    font-size: 14px;
    padding: 2px 8px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(1) .nini {
  color: #fff;
  background: #000;
  font-size: 17px;
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin-right: 10px;
  padding: 3px 15px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(1) .nini {
    font-size: 14px;
    padding: 2px 8px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) {
  word-break: break-all;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) {
    padding-bottom: pxtovw(58);
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) .mwform-checkbox-field {
  margin-right: 28px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  font-size: 14px;
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
  display: block;
  background: transparent;
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox] ~ span::after {
  position: absolute;
  content: "";
  left: 3px;
  top: 7.5px;
  opacity: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fe2d2d;
  border-bottom: 2px solid #fe2d2d;
  transform: rotate(-45deg);
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=text], .mw_wp_form form .form-row .form-col:nth-child(2) input[type=email], .mw_wp_form form .form-row .form-col:nth-child(2) input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: none;
  border: 1px solid #efefef;
  font-family: "midashiGpPro", sans-serif;
  color: #000;
  background: #efefef;
  width: 100%;
  height: 63px;
  padding: 0 28px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) input[type=text], .mw_wp_form form .form-row .form-col:nth-child(2) input[type=email], .mw_wp_form form .form-row .form-col:nth-child(2) input[type=tel] {
    padding: 0 13px;
    font-size: 16px;
    height: 40px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=text]:hover, .mw_wp_form form .form-row .form-col:nth-child(2) input[type=email]:hover, .mw_wp_form form .form-row .form-col:nth-child(2) input[type=tel]:hover {
  border: 1px solid #000;
  cursor: pointer;
}
.mw_wp_form form .form-row .form-col:nth-child(2) input[type=text]:focus, .mw_wp_form form .form-row .form-col:nth-child(2) input[type=email]:focus, .mw_wp_form form .form-row .form-col:nth-child(2) input[type=tel]:focus {
  outline: none;
  border: 1px solid #000;
}
.mw_wp_form form .form-row .form-col:nth-child(2) textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: none;
  border: 1px solid #efefef;
  font-family: "midashiGpPro", sans-serif;
  color: #000;
  background: #efefef;
  width: 100%;
  min-height: 387px;
  padding: 0 28px;
  font-size: 20px;
  resize: vertical;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-row .form-col:nth-child(2) textarea {
    min-height: 200px;
    padding: 0 13px;
    font-size: 16px;
  }
}
.mw_wp_form form .form-row .form-col:nth-child(2) textarea:hover {
  border: 1px solid #000;
  cursor: pointer;
}
.mw_wp_form form .form-row .form-col:nth-child(2) textarea:focus {
  outline: none;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .mw_wp_form form .error {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .mw_wp_form form .form-box {
    margin-top: -20px;
  }
}
.mw_wp_form form .form-box .js-mw-checkbox {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-box .js-mw-checkbox {
    margin-bottom: 50px;
  }
}
.mw_wp_form form .form-box .js-mw-checkbox .mwform-checkbox-field-text {
  font-size: 17px;
}
@media (min-width: 768px) {
  .mw_wp_form form .form-box .js-mw-checkbox .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
.mw_wp_form form .form-box .js-mw-checkbox input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mw_wp_form form .form-box .js-mw-checkbox input[type=checkbox] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-box .js-mw-checkbox input[type=checkbox] ~ span {
    font-size: 16px;
  }
}
.mw_wp_form form .form-box .js-mw-checkbox input[type=checkbox] ~ span::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 0;
  left: 0;
  top: 2px;
  border: 2px solid #000;
  display: block;
  background: transparent;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-box .js-mw-checkbox input[type=checkbox] ~ span::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
.mw_wp_form form .form-box .js-mw-checkbox input[type=checkbox] ~ span::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 8px;
  opacity: 0;
  width: 15px;
  height: 7px;
	/*2024/04/15変更ここから*/
/*配色変更*/
/*  border-left: 3px solid #00a0e9;*/
 /* border-bottom: 3px solid #00a0e9;*/
	 border-left: 3px solid rgb(251,193,23);
  border-bottom: 3px solid rgb(251,193,23);
/*2024/04/15変更ここまで*/

  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .mw_wp_form form .form-box .js-mw-checkbox input[type=checkbox] ~ span::after {
    width: 12px;
    height: 5px;
  }
}
.mw_wp_form form .form-box .js-mw-checkbox input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}
.mw_wp_form form .form-btn-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-btn-submit {
    width: 100%;
  }
}
.mw_wp_form form .form-btn-submit:hover {
  opacity: 0.7;
}
.mw_wp_form form .form-btn-submit:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_blue02.png) no-repeat center center/contain;
  width: 17px;
  height: 17px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mw_wp_form form .form-btn-submit:after {
    right: 15px;
  }
}
.mw_wp_form form .form-btn-submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: "midashiGpPro", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  display: block;
  background: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: #fff;
	/*2024/04/15変更ここから*/
/*配色変更*/
 /* color: #00a0e9;*/
 /* border: 2px solid #00a0e9;*/
	color:yellow;
	/*color: rgb(251,193,23);*/
  border: 2px solid rgb(251,193,23);
/*2024/04/15変更ここまで*/
  padding: 11.5px 160px;
  border-radius: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mw_wp_form form .form-btn-submit input[type=submit] {
    width: 100%;
    padding: 11.5px 70px;
    font-size: 16px;
  }
}

.thanks-txt {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .thanks-txt {
    font-size: 24px;
  }
}

/* 記事一覧
----------------------------*/
.news-page-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-shadow: rgba(35, 24, 21, 0.4) 0 0 1px;
  margin-bottom: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-page-title {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

.entries .inner {
  max-width: 988px;
}

.news-single {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .news-single {
    margin-bottom: 100px;
  }
}
.news-single .inner {
  max-width: 752px;
}
@media (min-width: 768px) {
  .news-single .inner .news-single-info {
    display: flex;
    align-items: center;
  }
}
.news-single .inner .news-single-info .date {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "TTNorms", sans-serif;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-info .date {
    font-size: 16px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .news-single .inner .news-single-info .news-single-category {
    margin-top: 10px;
  }
}
.news-single .inner .news-single-info .news-single-category ul {
  display: flex;
  align-items: center;
}
.news-single .inner .news-single-info .news-single-category ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-single .inner .news-single-info .news-single-category ul li a {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "TTNorms", sans-serif;
  border: 1px solid #000;
  display: block;
  padding: 0 30px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-info .news-single-category ul li a {
    font-size: 14px;
  }
}
.news-single .inner .news-single-title {
  font-size: 24px;
  letter-spacing: 0;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #b3b3b3;
  margin-bottom: 50px;
  line-height: 1.1666666667;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-title {
    font-size: 18px;
  }
}
.news-single .inner img {
  height: auto;
}
.news-single .inner figure {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-single .inner figure {
    margin-bottom: 10px;
  }
}
.news-single .inner .news-single-inner {
  margin-bottom: 100px;
}
.news-single .inner .news-single-inner h1 + p,
.news-single .inner .news-single-inner h2 + p,
.news-single .inner .news-single-inner h3 + p,
.news-single .inner .news-single-inner h4 + p,
.news-single .inner .news-single-inner h5 + p,
.news-single .inner .news-single-inner h6 + p {
  margin-top: 0;
}
.news-single .inner .news-single-inner h1 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7391304348;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-inner h1 {
    font-size: 19px;
    margin-bottom: 5px;
  }
}
.news-single .inner .news-single-inner h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-inner h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.news-single .inner .news-single-inner h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-inner h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.news-single .inner .news-single-inner h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-inner h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.news-single .inner .news-single-inner h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-inner h5 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.news-single .inner .news-single-inner h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-inner h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.news-single .inner .news-single-inner p {
  line-height: 2.1052631579;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-single .inner .news-single-inner p {
    font-size: 19px;
  }
}
.news-single .inner .news-single-inner ul {
  margin-bottom: 1em;
  padding-left: 20px;
}
.news-single .inner .news-single-inner ul li {
  list-style-type: disc !important;
}
.news-single .inner .news-single-inner ol {
  margin-bottom: 1em;
  padding-left: 20px;
}
.news-single .inner .news-single-inner ol li {
  list-style-type: decimal !important;
}
.news-single .inner .news-single-inner li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.news-single .inner .news-single-inner blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .news-single .inner .news-single-inner blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-single .inner .news-single-inner blockquote > :first-child {
  margin-top: 0;
}
.news-single .inner .news-single-inner blockquote > :last-child {
  margin-bottom: 0;
}
.news-single .inner .back-btn {
  /*2024/04/15変更ここから*/
/*配色変更*/
  /*color: #00a0e9;*/
/*color: rgb(251,193,23);*/
	color:yellow;
/*2024/04/15変更ここまで*/
  font-size: 16px;
  letter-spacing: 0.1em;
	 /*2024/04/15変更ここから*/
/*配色変更*/
 /* border: 2px solid #00a0e9;*/
	border: 2px solid rgb(251,193,23);
	/*2024/04/15変更ここまで*/
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 60px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .news-single .inner .back-btn {
    padding: 10px 50px;
  }
}
.news-single .inner .back-btn::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow_blue02.png) no-repeat center center/contain;
  width: 17px;
  height: 17px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.pagenation {
  text-align: center;
  margin-bottom: 175px;
}
@media (max-width: 767px) {
  .pagenation {
    margin-bottom: 100px;
  }
}
.pagenation .wp-pagenavi a, .pagenation .wp-pagenavi span {
  border: none;
  margin: 0 12px;
  font-size: 16px;
  color: #000;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 27px;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .pagenation .wp-pagenavi a, .pagenation .wp-pagenavi span {
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    margin: 0 5px;
  }
}
.pagenation .wp-pagenavi .current {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.pagenation .wp-pagenavi .nextpostslink, .pagenation .wp-pagenavi .prevpostslink, .pagenation .wp-pagenavi .previouspostslink, .pagenation .wp-pagenavi .last {
  padding: 0;
  border: 1px solid #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .pagenation .wp-pagenavi .nextpostslink, .pagenation .wp-pagenavi .prevpostslink, .pagenation .wp-pagenavi .previouspostslink, .pagenation .wp-pagenavi .last {
    width: 30px;
    height: 30px;
    line-height: 25px;
  }
}

/* singleページ
----------------------------*/
.news-single-inner {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .news-single-inner {
    margin-top: 30px;
  }
}
.news-single-inner .main img {
  height: auto;
}
.news-single-inner .post_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #040000;
  margin-top: 80px;
  padding: 10px 10px 0;
}
@media (max-width: 767px) {
  .news-single-inner .post_links {
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.news-single-inner .post_links .post_link {
  width: 30%;
  line-height: 1.25;
  font-size: 13px;
}
@media (max-width: 767px) {
  .news-single-inner .post_links .post_link {
    width: 45%;
    font-size: 12px;
  }
}
.news-single-inner .post_links .post_link.postlink_prev {
  position: relative;
  padding-left: 20px;
}
.news-single-inner .post_links .post_link.postlink_prev:before {
  content: "<";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.news-single-inner .post_links .post_link.postlink_next {
  position: relative;
  padding-right: 20px;
}
.news-single-inner .post_links .post_link.postlink_next:before {
  content: ">";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.news-single-inner .post_links .post_link.postlink_next div {
  text-align: right;
}

/* single ブログ
----------------------------*/
.single-blog {
  margin-top: 50px;
}
.single-blog .inner {
  max-width: 1280px;
}
.single-blog .single-blog-img {
  text-align: center;
}
.single-blog img {
  height: auto;
  margin-bottom: 30px;
}
.single-blog figure {
  text-align: center;
}
.single-blog h1 + p,
.single-blog h2 + p,
.single-blog h3 + p,
.single-blog h4 + p,
.single-blog h5 + p,
.single-blog h6 + p {
  margin-top: 0;
}
.single-blog h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
}
.single-blog h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 40px;
}
.single-blog h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 40px;
}
.single-blog h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
}
.single-blog h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
}
.single-blog h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
}
.single-blog p {
  line-height: 1.875;
  margin-top: 20px;
}
.single-blog ul {
  margin-bottom: 1em;
  padding-left: 20px;
}
.single-blog ul li {
  list-style-type: disc !important;
}
.single-blog ol {
  margin-bottom: 1em;
  padding-left: 20px;
}
.single-blog ol li {
  list-style-type: decimal !important;
}
.single-blog li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.single-blog blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .single-blog blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-blog blockquote > :first-child {
  margin-top: 0;
}
.single-blog blockquote > :last-child {
  margin-bottom: 0;
}

/* to top
----------------------------*/
.page-top {
  padding: 0;
  margin: 0;
  display: none;
}

.page-top p {
  position: fixed;
  right: 50px;
  bottom: 50px;
  text-align: center;
  z-index: 500;
}
@media (max-width: 767px) {
  .page-top p {
    right: 15px;
    bottom: 15px;
  }
}

.move-page-top {
  display: block;
  width: 105px;
  height: 105px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .move-page-top {
    width: 50px;
    height: 50px;
  }
}

/* footer
----------------------------*/
footer {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background: #293337;
  color: #fff;
  padding: 60px 0 85px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
    font-size: 16px;
  }
}
footer a {
  color: #fff;
}
@media (min-width: 768px) {
  footer .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  footer .inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  footer .footer-left {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  footer .footer-left {
    margin-bottom: 30px;
  }
}
footer .footer-left .footer-title {
  width: 288px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footer-left .footer-info li span {
    margin-left: 3.2em;
  }
}
@media (min-width: 768px) {
  footer .footer-right {
    width: 60%;
  }
}
footer .footer-right .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width:768px) and (max-width: 1024px) {
  footer .footer-right .footer-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .footer-right .footer-nav {
    display: block;
  }
}
footer .footer-right .footer-nav li {
  margin-left: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  footer .footer-right .footer-nav li {
    margin-left: 0;
  }
}
footer .footer-right .footer-nav li:first-child {
  margin-left: 0;
}

/* 404 */
.entry-404 {
  text-align: center;
  margin-bottom: 100px;
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
  margin-bottom: 0;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

/* privacy
----------------*/
.privacy {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.6315789474;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .privacy {
    font-size: 16px;
  }
}
.privacy.company-privacy {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .privacy.company-privacy {
    padding-top: 50px;
  }
}
.privacy.company-privacy::before {
  position: absolute;
  content: "";
  max-width: 995px;
  width: 90%;
  background: #000;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.privacy .inner {
  max-width: 930px;
}
.privacy .inner .privacy-subtitle {
  text-decoration: underline;
}
.privacy .inner .privacy-subtitle2 {
  margin-bottom: 20px;
}
.privacy .inner .text-right {
  text-align: right;
}
.privacy .inner ul {
  margin-bottom: 30px;
}
.privacy .inner table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .privacy .inner table {
    margin-bottom: 30px;
  }
}
.privacy .inner table th, .privacy .inner table td {
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 15px;
  text-align: left;
  border: 1.5px solid #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .privacy .inner table th, .privacy .inner table td {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .privacy .inner table th:nth-child(1), .privacy .inner table td:nth-child(1) {
    width: 40%;
  }
}
.privacy .inner table th {
  background: #b2dff7;
}
.privacy .inner table td {
  background: #eeeeef;
}
.privacy .inner .privacy-data {
  margin-top: 45px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .privacy .inner .privacy-data {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.privacy .inner .privacy-contact {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .privacy .inner .privacy-contact {
    margin-top: 50px;
  }
}
/* contactfooter
----------------------------*/
/*contactfooter {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background: #293337;
  color: #fff;
  padding: 60px 0 85px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
contactfooter .contactinfo
{
background: #00a0e9;
	background: #293337;
 color: #fff;
  padding-top: 80px;
  padding-bottom: 90px;
  text-align: center;
}

@media (max-width: 767px) {
  contactfooter {
    padding: 30px 0;
    font-size: 16px;
  }
}
contactfooter a {
  color: #fff;
}
@media (min-width: 768px) {
  contactfooter .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  contactfooter .inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  contactfooter .contactfooter-left {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  contactfooter .contactfooter-left {
    margin-bottom: 30px;
	 
  }
}
contactfooter .contactfooter-left .contactfooter-title {
  width: 288px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  contactfooter .contactfooter-left .contactfooter-info li span {
    margin-left: 3.2em;
  }
}
@media (min-width: 768px) {
  contactfooter .contactfooter-right {
    width: 60%;
  }
}
contactfooter .contactfooter-right .contactfooter-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width:768px) and (max-width: 1024px) {
  contactfooter .contactfooter-right .contactfooter-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  contactfooter .contactfooter-right .contactfooter-nav {
    display: block;
  }
}
contactfooter .contactfooter-right .contactfooter-nav li {
  margin-left: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  contactfooter .contactfooter-right .contactfooter-nav li {
    margin-left: 0;
  }
}
contactfooter .contactfooter-right .contactfooter-nav li:first-child {
  margin-left: 0;
}
contactfooter .contactfooter-left
{
	  background: #0fff0f;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
	border-right: solid 3px #fff;
	border-left:solid 3px #fff;
	border-radius: 14px;
}
contactfooter .contactfooter-right
{
	 background: blue;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
	border-right: solid 3px #fff;
	border-left:solid 3px #fff;
	border-radius: 14px;
}
*/
contactfooter
{
	/*2024/04/15変更ここから*/
/*配色変更*/
/*background: #00a0e9;*/
background: rgb(251,193,23);
/*2024/04/15変更ここまで*/
	
  color: #fff;
  padding-top: 80px;
  padding-bottom: 90px;
  text-align: center;
}