@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
body, html {
  overflow-x: hidden;
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  color: #251E1C;
}
body p {
  font-size: 1rem;
  line-height: 1.8;
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
  margin-top: 94px;
}
.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-section {
  padding: 100px 0;
}
.l-section2 {
  padding-top: 100px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .l-main {
    margin-top: 58px;
  }
  .l-section {
    padding: 60px 0;
  }
  .l-section2 {
    padding-top: 60px;
  }
}
/* =================================
  Object
================================= */
/*
component
————————————————————————————————————————— */
.c-mv {
  padding: 100px 0;
  background: url(../img/common/mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.c-mv h1 {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 2px #E0A256;
  width: 90%;
  margin-inline: auto;
}
.c-mv h1 span {
  font-size: 1.875rem;
  font-weight: 500;
  display: block;
  -webkit-text-stroke: initial;
  margin-top: 30px;
  position: relative;
}
.c-mv h1 span:before {
  content: "";
  display: inline-block;
  background: #E0A256;
  width: 100px;
  height: 8px;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.c-title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.c-title:after {
  content: "";
  display: inline-block;
  background: #0BA3D1;
  width: 100px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.c-link {
  display: block;
  margin-inline: auto;
  border-radius: 100vmax;
  background: #fff;
  text-align: center;
  color: #0BA3D1;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 2px;
  width: 300px;
  padding: 15px 5%;
  border: solid 1px #0BA3D1;
  transition: all 0.3s ease 0s;
}
.c-link:hover {
  background: #0BA3D1;
  color: #fff;
}
.c-link02 {
  display: block;
  width: fit-content;
  position: relative;
  color: #0BA3D1;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
  padding-bottom: 8px;
}
.c-link02:after {
  content: "";
  display: inline-block;
  background: #9E9E9F;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-link02 .sub {
  display: block;
  font-size: 0.75rem;
  color: #9E9E9F;
  margin-bottom: 6px;
}
.c-link02 .arrow {
  font-size: 0.75rem;
  color: #9E9E9F;
}
.c-cta {
  padding: 40px 0;
  text-align: center;
}
.c-cta h2 {
  color: #0BA3D1;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-cta a {
  display: inline-block;
  border-radius: 100vmax;
  background: #0BA3D1;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 2px;
  width: 300px;
  padding: 15px 5%;
  border: solid 1px #0BA3D1;
  transition: all 0.3s ease 0s;
  transform: rotate(-0.05deg);
}
.c-cta a:hover {
  background: #fff;
  color: #0BA3D1;
}
.c-banner {
  background: #F4F4F4;
  padding: 60px 0;
}
.c-banner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px 40px;
}
.c-banner02 {
  background: #F4F4F4;
  padding: 60px 0;
}
.c-banner02 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  background: #CF672B;
  z-index: 50;
  width: 58px;
  height: 58px;
  margin: auto;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	component(991)
	=========================*/
  .c-mv {
    padding: 60px 0;
  }
  .c-mv h1 {
    font-size: 2.25rem;
    word-break: break-word;
  }
  .c-mv h1 span {
    font-size: 1.375rem;
    margin-top: 25px;
  }
  .c-mv h1 span:before {
    width: 60px;
    height: 6px;
    top: -15px;
  }
  .c-link02 {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    font-size: 1rem;
  }
  .c-title {
    font-size: 1.75rem;
    padding-bottom: 8px;
    margin-bottom: 40px;
  }
  .c-title:after {
    width: 70px;
    height: 6px;
  }
  .c-cta {
    padding: 30px 0;
  }
  .c-cta h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .c-banner {
    padding: 40px 0;
  }
  .c-banner ul {
    width: 90%;
    max-width: 500px;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-banner02 {
    padding: 40px 0;
  }
  .c-banner02 ul {
    width: 90%;
    max-width: 500px;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
  padding: 60px 0;
  display: flex;
  gap: 50px;
}
.p-footer .left .p-footer__logo {
  width: 100%;
  max-width: 240px;
  display: block;
  margin-bottom: 20px;
}
.p-footer .left address {
  font-size: 1rem;
  line-height: 1.6;
}
.p-footer .right {
  display: flex;
  gap: 50px;
}
.p-footer ul a {
  color: #251E1C;
  line-height: 1.4;
  transform: rotate(-0.05deg);
}
.p-footer ul li {
  transform: rotate(-0.05deg);
}
.p-footer .parent {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-footer .parent a {
  font-weight: 500;
  transform: rotate(-0.05deg);
}
.p-footer .child {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}
.p-footer .child a {
  font-weight: 400;
  position: relative;
  padding-left: 16px;
  display: block;
}
.p-footer .child a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: solid 1px #251E1C;
  border-right: solid 1px #251E1C;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.copyright {
  display: block;
  text-align: center;
  background: #251E1C;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 10px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-footer {
    padding: 40px 0;
    flex-direction: column;
    gap: 30px;
  }
  .p-footer .left .p-footer__logo {
    max-width: 200px;
    margin-inline: auto;
  }
  .p-footer .left address {
    text-align: center;
  }
  .p-footer .right {
    width: fit-content;
    margin-inline: auto;
    flex-direction: column;
    gap: 16px;
  }
  .copyright {
    font-size: 0.625rem;
  }
}
/*
  header
————————————————————————————————————————— */
.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 170px 0 5%;
  position: relative;
  gap: 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  /* メニューをhoverした時のスタイル */
}
.p-header .p-header__logo {
  width: 100%;
  max-width: 400px;
}
.p-header .p-header__nav {
  display: flex;
  align-items: center;
}
.p-header .p-header__list {
  display: flex;
  gap: 30px;
}
.p-header .p-header__item {
  position: relative;
}
.p-header .p-header__item > a {
  font-weight: 500;
  color: #251E1C;
  padding: 40px 0;
  display: block;
  white-space: nowrap;
  transform: rotate(0.05deg);
}
.p-header .p-header__contact {
  font-weight: 500;
  color: #fff;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #CF672B;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-0.05deg);
}
.p-header .p-header__contact img {
  display: block;
  width: 36px;
  margin-inline: auto;
}
.p-header .megaMenu {
  background: #fff;
  top: 100%;
  right: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 250%;
}
.p-header .megaMenu-list {
  background: #fff;
}
.p-header .megaMenu-item {
  display: inline-block;
  width: 100%;
}
.p-header .megaMenu-item a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #251E1C;
  padding: 15px 5%;
  display: block;
  transform: rotate(0.05deg);
}
.p-header .megaMenu-item a:hover {
  background: #F4F4F4;
}
.p-header .p-header__item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: white;
  position: fixed;
  top: -120%;
  left: 0;
  z-index: -10;
  padding-top: 104px;
  padding-bottom: 40px;
  transition: all 0.6s;
  overflow: auto;
}
#p-globalMenuSp.is-active {
  top: 0;
  z-index: 8;
}
.p-globalMenuSp__list {
  width: 90%;
  margin-inline: auto;
  text-align: left;
  margin-bottom: 24px;
}
.p-globalMenuSp__list .child {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-left: 5%;
}
.p-globalMenuSp__list .child a {
  font-weight: 500;
  font-size: 0.875rem;
  color: #251E1C;
  position: relative;
  padding-left: 20px;
  transform: rotate(0.05deg);
}
.p-globalMenuSp__list .child a:before {
  content: "";
  display: inline-block;
  background: #E9E9E9;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-globalMenuSp__item:last-child {
  margin-bottom: 0;
}
.p-globalMenuSp__item > a {
  font-weight: 500;
  font-size: 1rem;
  color: #251E1C;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
  transform: rotate(0.05deg);
}
.p-globalMenuSp__item > span {
  font-weight: 500;
  font-size: 1rem;
  color: #251E1C;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
  transform: rotate(0.05deg);
}
.p-globalMenuSp__item > span a {
  color: #251E1C;
}
.p-globalMenuSp__item.contact {
  margin-top: 20px;
}
.p-globalMenuSp__item.contact a {
  background: #CF672B;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  color: #fff;
}
.p-globalMenuSp__item.contact a img {
  width: 22px;
}
#p-globalMenuSp .click-menu > span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}
#p-globalMenuSp .click-menu > span.open:after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 5px);
}
#p-globalMenuSp .click-menu .p-menu-content {
  display: none;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-header {
    padding: 0 120px 0 5%;
    gap: 20px;
  }
  .p-header .p-header__logo {
    width: 100%;
    max-width: 300px;
  }
  .p-header .p-header__list {
    gap: 20px;
  }
  .p-header .p-header__item {
    position: relative;
  }
  .p-header .p-header__item > a {
    font-size: 0.875rem;
  }
  .p-header .p-header__contact {
    width: 100px;
    font-size: 0.875rem;
  }
  .p-header .p-header__contact img {
    width: 28px;
  }
  .p-header .megaMenu-item a {
    font-size: 0.8125rem;
    line-height: 1.3;
    padding: 12px 5%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-header {
    height: 58px;
    padding: 20px 100px 20px 5%;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
  }
  .p-header .p-header__logo {
    max-width: 200px;
    position: relative;
    z-index: 15;
  }
  .p-header .p-header__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
}
/*
top
————————————————————————————————————————— */
.p-top__mainvisual .swiper-slide {
  overflow: hidden;
}
.p-top__mainvisual .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-top__news {
  padding: 70px 0;
}
.p-top__news h1 {
  text-align: center;
  margin-bottom: 50px;
}
.p-top__news h1 .en {
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
  position: relative;
  display: block;
  line-height: 1.2;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0BA3D1;
}
.p-top__news h1 .en:after {
  content: "";
  display: inline-block;
  background: #0BA3D1;
  width: 100px;
  height: 8px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.p-top__news h1 .ja {
  font-weight: 500;
  font-size: 2.375rem;
  display: block;
  margin-top: 30px;
}
.p-top__news ul {
  margin-bottom: 60px;
}
.p-top__news li a {
  padding: 24px 40px 24px 0;
  position: relative;
  border-bottom: 1px solid #008DB7;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-top__news li a:after {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-top__news .cateBox {
  width: 30%;
}
.p-top__news .cate {
  background: #0BA3D1;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 10px 20px;
  white-space: nowrap;
}
.p-top__news .date {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0BA3D1;
  display: inline-block;
  margin-right: 30px;
}
.p-top__news .title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #595858;
}
.p-top__banner {
  background: #C6DBE9;
  padding: 60px 0;
}
.p-top__banner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px 40px;
}
.p-top__service {
  background: #0BA3D1;
  padding: 70px 0;
}
.p-top__service h1 {
  text-align: center;
  margin-bottom: 50px;
}
.p-top__service h1 .en {
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
  position: relative;
  display: block;
  line-height: 1.2;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E0A256;
}
.p-top__service h1 .en:after {
  content: "";
  display: inline-block;
  background: #E0A256;
  width: 100px;
  height: 8px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.p-top__service h1 .ja {
  font-weight: 500;
  font-size: 2.375rem;
  color: #fff;
  display: block;
  margin-top: 30px;
}
.p-top__service h2 {
  text-align: center;
  color: #0BA3D1;
  font-size: 1.5rem;
  line-height: 1.4;
  height: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.p-top__service ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
  margin-bottom: 60px;
}
.p-top__service ul li {
  background: #fff;
  border: solid 2px #005E9C;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.p-top__service ul li .c-link {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  border: solid 2px #0BA3D1;
  background: #0BA3D1;
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}
.p-top__service ul li .c-link:hover {
  background: #fff;
  color: #0BA3D1;
}
.p-top__service ul .icon {
  text-align: center;
  border-bottom: 1px solid #0BA3D1;
  padding-bottom: 10px;
  width: 100%;
}
.p-top__service ul .icon img {
  max-width: 140px;
}
.p-top__service ul .text {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.p-top__service ul p {
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
}
.p-top__service .c-link {
  background: unset;
  color: #fff;
  border: solid 2px #fff;
}
.p-top__service .c-link:hover {
  background: #fff;
  color: #0BA3D1;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-top__news {
    padding: 50px 0;
  }
  .p-top__news h1 {
    margin-bottom: 30px;
  }
  .p-top__news h1 .en {
    font-size: 3.125rem;
    -webkit-text-stroke-width: 1px;
  }
  .p-top__news h1 .en:after {
    width: 60px;
    height: 4px;
    bottom: -10px;
  }
  .p-top__news h1 .ja {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .p-top__news ul {
    margin-bottom: 40px;
  }
  .p-top__news li a {
    padding: 18px 34px 18px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .p-top__news .cateBox {
    width: auto;
    display: contents;
  }
  .p-top__news .cate {
    padding: 6px 18px;
  }
  .p-top__banner {
    padding: 40px 0;
  }
  .p-top__banner ul {
    width: 90%;
    max-width: 500px;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top__service {
    padding: 50px 0;
  }
  .p-top__service h1 {
    margin-bottom: 30px;
  }
  .p-top__service h1 .en {
    font-size: 3.125rem;
    -webkit-text-stroke-width: 1px;
  }
  .p-top__service h1 .en:after {
    width: 60px;
    height: 4px;
    bottom: -10px;
  }
  .p-top__service h1 .ja {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .p-top__service h2 {
    height: unset;
    display: block;
  }
  .p-top__service ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  .p-top__service ul p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
/*
  about
————————————————————————————————————————— */
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
}
/*
  guide
————————————————————————————————————————— */
.p-guide .flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.p-guide .flex a {
  display: block;
  width: 100%;
  max-width: 400px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
}
/*
  generalmember
————————————————————————————————————————— */
.p-generalmember .list {
  padding-left: 20px;
  list-style-type: disc;
}
.p-generalmember .list li {
  font-size: 1rem;
  line-height: 1.8;
}
.p-generalmember a {
  color: #0BA3D1;
}
.p-generalmember .banner {
  width: 110px;
  display: block;
}
.p-generalmember .btnFlex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-generalmember .btnFlex .c-link {
  margin: 0;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
}
/*
  supportingmember
————————————————————————————————————————— */
.p-supportingmember .list {
  padding-left: 20px;
  list-style-type: disc;
}
.p-supportingmember .list li {
  font-size: 1rem;
  line-height: 1.8;
}
.p-supportingmember a {
  color: #0BA3D1;
}
.p-supportingmember .banner {
  width: 110px;
  display: block;
}
.p-supportingmember .btnFlex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-supportingmember .btnFlex .c-link {
  margin: 0;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
}
/*
information
————————————————————————————————————————— */
.p-information .aoi .wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-information .aoi h3 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.p-information td a {
  color: #0BA3D1;
  display: block;
  width: fit-content;
  margin-right: 10px;
}
.p-information td a:last-child {
  margin-right: 0;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-information .aoi h3 {
    font-size: 1.125rem;
  }
}
/*
  access
————————————————————————————————————————— */
.p-access .map01 {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.p-access .map02 {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 30px;
}
.p-access .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 30px;
}
.p-access address {
  font-size: 1rem;
  line-height: 1.8;
}
.p-access h3 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.p-access .list {
  padding-left: 20px;
  list-style-type: disc;
}
.p-access .list li {
  font-size: 1rem;
  line-height: 1.8;
}
.p-access .list .maplink {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-access .list .windowIcon {
  display: inline-block;
  width: 14px;
}
.p-access a {
  color: #0BA3D1;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
}
/*
  service
————————————————————————————————————————— */
.p-service ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.p-service ul li {
  max-width: 300px;
}
.p-service ul li a {
  display: block;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
}
/*
  kufuten
————————————————————————————————————————— */
.p-kufuten h2 {
  display: block;
  width: fit-content;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #fff;
  background: #CF672B;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  position: relative;
  margin-inline: auto;
}
.p-kufuten h2:after {
  content: "";
  display: inline-block;
  background: #CF672B;
  width: 30px;
  height: 24px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-kufuten .about {
  background: url(../img/common/bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-kufuten .about .wrap {
  background: #F8EFD0;
  border-radius: 25px;
  padding: 30px;
}
.p-kufuten .about p {
  font-size: 1.5rem;
}
.p-kufuten .event {
  background: url(../img/common/bg02.jpg) no-repeat;
  background-size: 1920px 910px;
  background-repeat: repeat-y;
  background-position: center;
}
.p-kufuten .event td a {
  color: #0BA3D1;
}
.p-kufuten .news {
  background: #C6DBE9;
}
.p-kufuten .news .wrap {
  position: relative;
  padding-bottom: 70px;
  z-index: 2;
}
.p-kufuten .news .wrap:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 110%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 25px;
  z-index: -1;
}
.p-kufuten .news .c-link {
  margin-top: 40px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-kufuten h2 {
    font-size: 1.25rem;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .p-kufuten h2:after {
    width: 24px;
    height: 18px;
    bottom: -17px;
  }
  .p-kufuten .about .wrap {
    padding: 25px;
  }
  .p-kufuten .about p {
    font-size: 1.125rem;
  }
  .p-kufuten .news .wrap {
    padding-bottom: 0;
  }
  .p-kufuten .news .wrap:after {
    display: none;
  }
  .p-kufuten .news .c-link {
    margin-top: 30px;
  }
}
/*
kufuten
————————————————————————————————————————— */
.p-kyoushitsu h2 {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #fff;
  background: #CF672B;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  position: relative;
}
.p-kyoushitsu h2:after {
  content: "";
  display: inline-block;
  background: #CF672B;
  width: 30px;
  height: 24px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-kyoushitsu .about {
  background: url(../img/common/bg01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-kyoushitsu .about .wrap {
  background: #F8EFD0;
  border-radius: 25px;
  padding: 30px;
}
.p-kyoushitsu .about p {
  font-size: 1.5rem;
}
.p-kyoushitsu .kyoushitsuBg {
  background: url(../img/common/bg02.jpg);
  background-size: 1920px 910px;
  background-repeat: repeat-y;
  background-position: center;
}
.p-kyoushitsu .outline table.color01 caption {
  background: #f7931d;
}
.p-kyoushitsu .outline table.color02 caption {
  background: #f15a40;
}
.p-kyoushitsu .outline table.color03 caption {
  background: #f172ac;
}
.p-kyoushitsu .outline table.color04 caption {
  background: #b27ab4;
}
.p-kyoushitsu .outline table.color05 caption {
  background: #2484c6;
}
.p-kyoushitsu .outline table.color06 caption {
  background: #00b5ad;
}
.p-kyoushitsu .outline table.color07 caption {
  background: #a65549;
}
.p-kyoushitsu .outline table.color08 caption {
  background: #ff6347;
}
.p-kyoushitsu table td a {
  color: #0BA3D1;
}
.p-kyoushitsu table .nowrap {
  white-space: nowrap;
}
.p-kyoushitsu .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px;
  margin-top: 25px;
}
.p-kyoushitsu .accordion_one .accordion_header {
  background: #f7f7f7;
  color: #0BA3D1;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.4;
  border-bottom: dashed 1px #0BA3D1;
  padding: 20px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.p-kyoushitsu .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.p-kyoushitsu .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.p-kyoushitsu .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.p-kyoushitsu .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.p-kyoushitsu .accordion_one .accordion_header .i_box .one_i:before, .p-kyoushitsu .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #0BA3D1;
  border-radius: 10px;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.p-kyoushitsu .accordion_one .accordion_header .i_box .one_i:before {
  width: 1px;
  height: 18px;
  top: 0;
  left: 8px;
}
.p-kyoushitsu .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.p-kyoushitsu .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-kyoushitsu .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  box-sizing: border-box;
}
.p-kyoushitsu .accordion_one .accordion_inner .box_one {
  height: 100%;
}
.p-kyoushitsu .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-kyoushitsu h2 {
    font-size: 1.25rem;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .p-kyoushitsu h2:after {
    width: 24px;
    height: 18px;
    bottom: -17px;
  }
  .p-kyoushitsu .about .wrap {
    padding: 25px;
  }
  .p-kyoushitsu .about p {
    font-size: 1.125rem;
  }
  .p-kyoushitsu .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-kyoushitsu .accordion_one .accordion_header {
    font-size: 1.25rem;
  }
  .p-kyoushitsu .accordion_one .accordion_inner {
    padding: 30px 10px;
  }
}
/*
hatsumeiclub
————————————————————————————————————————— */
.p-hatsumeiclub h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-hatsumeiclub table a {
  word-break: break-all;
}
.p-hatsumeiclub .about .wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.p-hatsumeiclub .about a {
  color: #0BA3D1;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-hatsumeiclub h3 {
    font-size: 1rem;
  }
  .p-hatsumeiclub .about .wrap {
    gap: 50px;
  }
}
/*
  ikusei
————————————————————————————————————————— */
.p-ikusei .linkFlex {
  display: flex;
  justify-content: center;
  gap: 25px 40px;
  flex-wrap: wrap;
}
.p-ikusei .banner-list {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.p-ikusei .banner-list li {
  max-width: 400px;
}
.p-ikusei .bg01 {
  background: url(../img/common/bg02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-ikusei .bg02 {
  background: #fff;
}
.p-ikusei .news .c-link {
  margin-top: 40px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-ikusei .linkFlex {
    gap: 20px 20px;
  }
}
/*
  hatsumeisyorei
————————————————————————————————————————— */
.p-hatsumeisyorei .banner-list {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.p-hatsumeisyorei .banner-list li {
  max-width: 400px;
}
.p-hatsumeisyorei .news .p-news__list {
  margin-top: 40px;
}
.p-hatsumeisyorei .news .c-link {
  margin-top: 40px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
}
/*
chitekizaisanken
————————————————————————————————————————— */
.p-chitekizaisanken .bg01 {
  background: #fff;
}
.p-chitekizaisanken .bg02 {
  background: #fff;
}
.p-chitekizaisanken .linkFlex {
  display: flex;
  justify-content: center;
  gap: 25px 40px;
  flex-wrap: wrap;
}
.p-chitekizaisanken ul.list {
  padding-left: 20px;
}
.p-chitekizaisanken ul.list li {
  position: relative;
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.8;
}
.p-chitekizaisanken .news .c-link {
  margin-top: 40px;
}
.p-chitekizaisanken .wrap {
  background: #F8EFD0;
  border-radius: 25px;
  padding: 30px;
}
.p-chitekizaisanken .wrap h2 {
  display: block;
  width: fit-content;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #fff;
  background: #CF672B;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  position: relative;
  margin-inline: auto;
}
.p-chitekizaisanken .wrap h2:after {
  content: "";
  display: inline-block;
  background: #CF672B;
  width: 30px;
  height: 24px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-chitekizaisanken .wrap p {
  font-size: 1.5rem;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-chitekizaisanken .linkFlex {
    gap: 20px 20px;
  }
  .p-chitekizaisanken .news .c-link {
    margin-top: 30px;
  }
  .p-chitekizaisanken .wrap {
    padding: 25px;
  }
  .p-chitekizaisanken .wrap h2 {
    font-size: 1.25rem;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .p-chitekizaisanken .wrap h2:after {
    width: 24px;
    height: 18px;
    bottom: -17px;
  }
  .p-chitekizaisanken .wrap p {
    font-size: 1.125rem;
  }
}
/*
other
————————————————————————————————————————— */
.p-other .wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-other .wrap h3 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.p-other .linkBox {
  margin-top: 40px;
}
.p-other .linkBox p {
  font-size: 1.125rem;
}
.p-other .linkBox p span {
  color: #0BA3D1;
}
.p-other .linkBox .c-link {
  margin-left: 0;
  margin-top: 30px;
}
.p-other .pdf-link {
  color: #0BA3D1;
  display: inline-block;
  margin-bottom: 10px;
}
.p-other .accordion_one .accordion_header {
  background: #f7f7f7;
  color: #0BA3D1;
  font-weight: 500;
  font-size: 1.875rem;
  border-bottom: dashed 1px #0BA3D1;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.p-other .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.p-other .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.p-other .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.p-other .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.p-other .accordion_one .accordion_header .i_box .one_i:before, .p-other .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #0BA3D1;
  border-radius: 10px;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.p-other .accordion_one .accordion_header .i_box .one_i:before {
  width: 1px;
  height: 18px;
  top: 0;
  left: 8px;
}
.p-other .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.p-other .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-other .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  box-sizing: border-box;
}
.p-other .accordion_one .accordion_inner .box_one {
  height: 100%;
}
.p-other .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
	project(991)
	=========================*/
  .p-other h3 {
    font-size: 1rem;
  }
  .p-other .linkBox {
    margin-top: 30px;
  }
  .p-other .linkBox .c-link {
    margin-inline: auto;
  }
  .p-other .accordion_one .accordion_header {
    font-size: 1.25rem;
  }
  .p-other .accordion_one .accordion_inner {
    padding: 30px 10px;
  }
}
/*
  news
————————————————————————————————————————— */
.p-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 50px 30px;
}
.p-news__tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 80px;
}
.p-news__tag img {
  border-radius: 0 10px 0 0;
}
.p-news_cateBox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
.p-news_cate {
  display: block;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 5px;
  background: #0BA3D1;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
}
.p-news__date {
  font-weight: 500;
  font-size: 0.875rem;
  color: #0BA3D1;
  display: block;
  margin-bottom: 10px;
}
.p-news__title {
  font-weight: 500;
  font-size: 1rem;
  color: #595858;
  line-height: 1.6;
}
.p-news__thumbnail {
  position: relative;
}
.p-news__thumbnail > img {
  border: solid 1px #ccc;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.p-pagenation {
  margin-top: 80px;
}
.p-pagenation ul {
  display: flex;
  justify-content: center;
}
.p-pagenation li {
  margin-right: 18px;
}
.p-pagenation li:last-child {
  margin: 0;
}
.p-pagenation li .current {
  border-bottom: 1px solid #251E1C;
}
.p-pagenation a, .p-pagenation span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #251E1C;
}
.p-single .p-single__date {
  font-weight: 500;
  font-size: 1rem;
  color: #0BA3D1;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.p-single .p-single__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.p-single .p-single__content {
  margin-top: 80px;
}
.p-single .p-single__content img {
  width: auto;
}
.p-single .p-single__content p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2;
}
.p-single .p-single__content table {
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 1px #ccc;
}
.p-single .p-single__content table th, .p-single .p-single__content table td {
  padding: 15px;
  border: solid 1px #ccc;
}
.p-single .c-link {
  margin-inline: auto;
  margin-top: 80px;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-news__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .p-pagenation {
    margin-top: 32px;
  }
  .p-single .p-single__content {
    margin-top: 40px;
  }
}
/*
  contact
————————————————————————————————————————— */
.p-contact .read-text {
  line-height: 1.8;
  margin-bottom: 40px;
}
.p-contact .p-contact__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.p-contact .p-contact__table th {
  font-weight: 700;
  font-size: 1rem;
  color: #0BA3D1;
  letter-spacing: 1.4px;
  width: 25%;
  padding: 0 0 40px;
  vertical-align: top;
}
.p-contact .p-contact__table th span {
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: super;
}
.p-contact .p-contact__table td {
  font-size: 1rem;
  width: 75%;
  padding: 0 0 40px 47px;
  vertical-align: middle;
}
.p-contact .p-contact__table .form_style01 {
  font-size: 0.9375rem;
  width: 100%;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #f1f1f1;
}
.p-contact .p-contact__table .form_style02 {
  font-size: 0.9375rem;
  width: 140px;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #f1f1f1;
  resize: none;
}
.p-contact .p-contact__table .form_style03 {
  font-size: 0.9375rem;
  width: 100%;
  height: 220px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #f1f1f1;
  resize: none;
}
.p-contact .p-contact__table .form_style04 {
  font-size: 0.9375rem;
  width: 140px;
  height: 45px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #C6DBE9;
  resize: none;
  text-align: center;
}
.p-contact .p-contact__table .wpcf7-list-item {
  display: block;
  margin: 0 0 0.75rem;
}
.p-contact input[type=submit] {
  border-radius: 80px;
  border: solid 1px #0BA3D1;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-contact .p-contact__table th {
    letter-spacing: 1px;
    width: 100%;
    padding: 0 0 10px;
    display: block;
  }
  .p-contact .p-contact__table td {
    width: 100%;
    padding: 0 0 20px;
    display: block;
  }
}
/*
  privacypolicy
————————————————————————————————————————— */
.p-privacypolicy .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-privacypolicy .box p {
  font-size: 1rem;
  line-height: 1.8;
}
.p-privacypolicy .box ul {
  margin-top: 10px;
  padding-left: 20px;
}
.p-privacypolicy .box ul li {
  position: relative;
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.8;
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-privacypolicy .content {
    gap: 40px;
  }
}
/*
utility
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.u-sp-none992, .u-sp-none768, .u-sp-none576 {
  display: none;
}
.u-m-auto {
  margin: 0 auto;
}
.u-display-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.u-fade {
  opacity: 0;
  transition: all 1s ease;
}
.u-fade.is-active {
  opacity: 1;
  transform: none;
}
.u-fade-up {
  transform: translate(0, 50px);
}
.u-fade-lr {
  transform: translate(-100px, 0);
}
.u-fade-rl {
  transform: translate(100px, 0);
}
/* テーブル */
table.type03 {
  width: 100%;
  text-align: left;
  line-height: 1.6;
  border: 1px solid #fff;
}
table.type03 caption {
  background: #CF672B;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-size: 1.25rem;
}
table.type03 th, table.type03 td {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: middle;
}
table.type03 th {
  width: 30%;
  font-weight: 700;
  border: 1px solid #fff !important;
  background: #0BA3D1;
  color: #fff;
}
table.type03 td {
  width: 70%;
  border: 1px solid #fff !important;
  background: #C6DBE9;
}
table.type03 .remark {
  font-size: 0.75rem;
  display: block;
  background: #fff;
  width: fit-content;
  padding: 4px 12px;
  margin-top: 5px;
  border-radius: 5px;
  color: #ff0000;
}
table.type04 {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
table.type04 tr {
  border-bottom: 1px solid #005E9C;
}
table.type04 th, table.type04 td {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
}
table.type04 th {
  width: 30%;
}
table.type04 td {
  width: 70%;
}
table.type05 {
  width: 100%;
  text-align: left;
  border: 1px solid #fff;
}
table.type05 th, table.type05 td {
  width: auto;
  vertical-align: middle;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  min-width: 8rem;
}
table.type05 th {
  font-weight: 700;
  border: 1px solid #fff !important;
  background: #0BA3D1;
  color: #fff;
}
table.type05 td {
  border: 1px solid #fff !important;
  background: #C6DBE9;
}
table.type05 td.left {
  text-align: left;
}
table.type06 {
  width: 100%;
  text-align: left;
  line-height: 1.6;
  border: 1px solid #fff;
}
table.type06 th, table.type06 td {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: middle;
}
table.type06 th {
  width: 30%;
  font-weight: 700;
  border: 1px solid #fff !important;
  background: #0BA3D1;
  text-align: center;
  color: #fff;
}
table.type06 td {
  width: 70%;
  border: 1px solid #fff !important;
  background: #C6DBE9;
}
table.type06 td.center {
  text-align: center;
}
table.type06 th.type06cell2 {
  color: #fff;
}
table.type06 th.t06c2-1 {
  background: #f7931d;
}
table.type06 th.t06c2-2 {
  background: #f15a40;
}
table.type06 th.t06c2-3 {
  background: #f172ac;
}
table.type06 th.t06c2-4 {
  background: #b27ab4;
}
table.type06 th.t06c2-5 {
  background: #2484c6;
}
table.type06 th.t06c2-6 {
  background: #00b5ad;
}
table.type06 th.t06c2-7 {
  background: #a65549;
}
table.type06 th.t06c2-8 {
  background: #ff6347;
}
table.type07 {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #ccc;
}
table.type07 th {
  width: 20%;
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #efefef;
  text-align: center;
  color: #333;
}
table.type07 td {
  width: 60%;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #efefef;
}
.widget-title {
  position: relative;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.4;
  padding-left: 36px;
  padding-bottom: 8px;
  margin-bottom: 32px;
}
.widget-title::after {
  content: "";
  display: inline-block;
  background: #E0A256;
  border-radius: 5px;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-title:before {
  content: "";
  display: inline-block;
  background: url(../img/common/title-icon.png) no-repeat;
  background-size: cover;
  width: 25px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}
.u-read-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 32px;
}
.u-remark-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 16px;
}
/*
// アニメーション前
.u-fade-type-up {
transform: translateY(50px);
opacity: 0;
}

// トリガー発火でis-activeを付与
.is-active .u-fade-type-up {
transition: 0.6s;
transform: translateY(0);
opacity: 1;
}

.is-active .u-fade-type-up:nth-child(2) {
transition-delay: 0.4s;
}
.is-active .u-fade-type-up:nth-child(3) {
transition-delay: 0.8s;
}
.is-active .u-fade-type-up:nth-child(4) {
transition-delay: 1.2s;
}
*/
a[href^="tel:"] {
  color: #251E1C;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
}
b, strong {
  font-weight: 700;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* utility(992) */
  .u-sp-none992 {
    display: block;
  }
  .u-pc-none992 {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* utility(768) */
  .u-sp-none768 {
    display: block;
  }
  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* utility(576) */
  .u-sp-none576 {
    display: block;
  }
  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .widget-title {
    font-size: 1.25rem;
    padding-left: 28px;
  }
  .widget-title:before {
    width: 20px;
    height: 30px;
  }
  .table-scroll {
    overflow-x: scroll;
  }
  .table-scroll table {
    min-width: 800px;
  }
  table.type03 caption {
    padding: 10px;
    font-size: 1.125rem;
  }
  table.type03 th, table.type03 td {
    padding: 14px;
    font-size: 0.875rem;
  }
  table.type03 th {
    width: 100%;
    display: block;
  }
  table.type03 td {
    width: 100%;
    display: block;
  }
  table.type04 th, table.type04 td {
    padding: 14px;
    font-size: 0.875rem;
  }
  table.type05 th, table.type05 td {
    padding: 14px;
    font-size: 0.875rem;
    min-width: 3rem;
  }
  table.type06 th, table.type06 td {
    padding: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
}
