@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 110px;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0 60px;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  border-radius: 40% 59% 53% 47% / 58% 53% 45% 42%;
}
.reverse .rounded img {
  border-radius: 64% 39% 53% 47% / 62% 53% 45% 42%;
}
.rounded {
  position: relative;
}
.rounded::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 64% 39% 53% 47% / 62% 53% 45% 42%;
  z-index: -1;
  background: #e0f9ff;
}
.reverse .rounded::after {
  left: 53%;
  border-radius: 58% 39% 51% 32% / 37% 51% 43% 57%;
}
.green .rounded::after {
  background: #eaf4d4;
}
.orange .rounded::after {
  background: #fcf1e3;
}
.bg_blue .rounded::after {
  background: #fff;
  opacity: 0.6;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1;
  position: relative;
  font-size: clamp(1.9rem, 1.54rem + 1.28vw, 2.5rem);
  font-weight: 700;
}
.maintitle .mf {
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: 0.17em;
  font-size: 72%;
  display: inline-block;
  margin-bottom: 7px;
  color: #02a2cb;
}
.maintitle .mf:first-letter {
  color: #77d9f2;
}
.green .maintitle .mf {
  color: #74bf11;
}
.green .maintitle .mf:first-letter {
  color: #98e35b;
}
.orange .maintitle .mf {
  color: #ff7c3b;
}
.orange .maintitle .mf:first-letter {
  color: #ffa763;
}
.maintitle .sf {
  line-height: 1.35;
}
/**/
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 30px !important;
}
/**/
.white p, .white.maintitle span, .white .maintitle span, .white.maintitle .mf:first-letter, .white .maintitle span:first-letter {
  color: #fff;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 37px;
  }
}
/*02*/
.mtitle {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.52rem + 0.64vw, 2rem);
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.white .mtitle, .white.mtitle {
  color: #fff;
}
.mtitle::before, .mtitle::after {
  content: '';
  border-top: 3px dotted #ddd;
  width: 100%;
}
.bg_blue .mtitle::before, .bg_blue .mtitle::after {
  border-top: 3px dotted #fff;
}
.mtitle::before {
  margin-right: .7em;
}
.mtitle::after {
  margin-left: .7em;
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.35rem, 1.23rem + 0.4267vw, 1.55rem);
  padding-left: 2px;
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
}
.stitle .en {
  display: block;
  font-size: 70%;
  text-transform: uppercase;
  color: #02a2cb;
}
.stitle .en:first-letter {
  color: #77d9f2;
}
.green .stitle .en {
  color: #74bf11;
}
.green .stitle .en:first-letter {
  color: #98e35b;
}
.orange .stitle .en {
  color: #ff7c3b;
}
.orange .stitle .en:first-letter {
  color: #ffa763;
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
  background: #02a2cb;
}
.green .stitle::after {
  background: #98e35b;
}
.orange .stitle::after {
  background: #ffa763;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 22px 7px;
  display: inline-block;
  width: fit-content;
  min-width: 280px;
  text-align: center;
  z-index: 1;
  color: #fff;
  background: #02a2cb;
  border: 2px solid #fff;
  border-radius: 100px;
}
.mainbtn a:hover {
  border: 2px solid #02a2cb;
  color: #02a2cb;
  background: #fff;
}
section .mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(1.3, 1);
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  line-height: 1;
  font-size: 120%;
  z-index: 2;
}
/**/
a.white {
  border: 2px solid #02a2cb;
  color: #02a2cb;
  background: #fff;
}
a.white:hover {
  color: #fff;
  background: #02a2cb;
}
/**/
.bg_blue .mainbtn a {
  border: 2px solid #fff;
}
/*orange*/
.orange .mainbtn a {
  color: #fff;
  background: #ffa763;
  border: 2px solid #fff;
}
.orange .mainbtn a:hover {
  border: 2px solid #ffa763;
  color: #ffa763;
  background: #fff;
}
.orange a.white {
  border: 2px solid #ffa763;
  color: #ffa763;
  background: #fff;
}
.orange a.white:hover {
  color: #fff;
  background: #ffa763;
}
/*green*/
.green .mainbtn a {
  color: #fff;
  background: #98e35b;
  border: 2px solid #fff;
}
.green .mainbtn a:hover {
  border: 2px solid #98e35b;
  color: #98e35b;
  background: #fff;
}
.green a.white {
  border: 2px solid #98e35b;
  color: #98e35b;
  background: #fff;
}
.green a.white:hover {
  color: #fff;
  background: #98e35b;
}
/**/
.tbtn {
  margin-top: 35px;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 5px;
    min-width: auto;
    max-width: 240px;
    width: 100%;
  }
  .btnflex a {
    margin: 9px auto;
    display: block;
  }
  .tbtn {
    margin-top: 33px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb.rounded {
    margin-bottom: 25px;
  }
  .spmgb {
    margin-bottom: 45px;
  }
  .spmgb02 {
    margin-bottom: 12px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 64.5%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 31.5%;
}
/* background */
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: -100;
}
.bg_blue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top right, #02a2cb, #a7e2fa);
  background-size: 200% 200%;
  animation: bggradient 18s ease infinite;
  z-index: -100;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bg_box::before {
  content: '';
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  border: 5px double #fff;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 550px) {
  .bg_box::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
/* illust */
.bg01::before, .bg02::before, .bg03::before, .bg04::before, .bg05::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.45;
}
.bg_blue.bg01::before, .bg_blue.bg02::before, .bg_blue.bg03::before, .bg_blue.bg04::before, .bg_blue.bg05::before, .bg_blue .bg01::before, .bg_blue .bg02::before, .bg_blue .bg03::before, .bg_blue .bg04::before, .bg_blue .bg05::before {
  filter: brightness(0) invert(1);
  opacity: 0.23;
}
.bg01::before {
  background: url(../img/_bg/01.png) no-repeat !important;
  background-size: 44% !important;
  background-position: top -1px right -1px !important;
}
.bg02::before {
  background: url(../img/_bg/02.png) no-repeat !important;
  background-size: 101% !important;
  background-position: top -1px center !important;
  opacity: 0.1 !important;
}
.bg03::before {
  background: url(../img/_bg/03.png) no-repeat !important;
  background-size: 40% !important;
  background-position: bottom 1% right 1% !important;
}
.bg03.orange::before {
  background: url(../img/_bg/03_orange.png) no-repeat !important;
  background-size: 40% !important;
  background-position: bottom 5px right 1% !important;
}
.bg04::before {
  background: url(../img/_bg/04.png) no-repeat !important;
  background-size: 101% !important;
  background-position: center !important;
  opacity: 0.17;
}
.bg05::before {
  background: url(../img/_bg/05.png) no-repeat !important;
  background-size: 340px !important;
  background-position: top 5px right 5px !important;
}
@media (max-width: 750px) {
  .bg01::before {
    background-size: 60% !important;
  }
  .bg02::before {
    background-size: 180% !important;
  }
  .bg03::before, .bg03.orange::before {
    background-size: 65% !important;
  }
  .bg04::before {
    background-size: 155% !important;
    background-position: center bottom 5px !important;
  }
  .bg05::before {
    background-size: 170px !important;
  }
}
/*反転*/
.bgx::before {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* popup */
.popup {
  opacity: 0;
}
.popup.inview {
  opacity: 1;
  animation: flowUp 0.6s cubic-bezier(0.35, 0, 0.05, 1) 0.6s 1 normal backwards;
}
@keyframes flowUp {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: scale(1.02);
  }
  100% {
    top: 0;
    opacity: 1;
    transform: scale(1.0);
  }
}
/**/
.jumping {
  animation: jumping 5s ease-out infinite;
  position: relative;
}
@keyframes jumping {
  0% {
    transform: rotate(9deg) scale(1.0, 1.0);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  15% {
    transform: scale(0.9, 1.2);
  }
  20% {
    transform: scale(1.15, 0.9);
  }
  25% {
    transform: scale(1.0, 1.0);
  }
  50% {
    transform: rotate(-9deg) scale(1.0, 1.0);
  }
  100% {
    transform: rotate(9deg) scale(1.0, 1.0);
  }
}
/* illust ====================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: 180px !important;
}
.wide {
  width: 220px !important;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
/*位置*/
.tl, .tr {
  top: -85px !important;
}
.bl, .br {
  bottom: -85px !important;
}
.tr, .br {
  right: 10px !important;
}
.tl, .bl {
  left: 10px !important;
}
@media (max-width: 550px) {
  .tl, .tr {
    top: -50px !important;
  }
  .bl, .br {
    bottom: -40px !important;
  }
  .tl, .tr, .bl, .br {
    width: 95px !important;
  }
  .wide {
    width: 140px !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 15px 17px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 4%) 0px 2px 8px 0px;
}
/*logo*/
.header_title h1 {
  line-height: 1;
}
.header_title a {
  display: block;
  width: 260px;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: 15px;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  line-height: 1.6;
  font-size: 1.06rem;
  border-right: 2px dotted #ddd;
}
.hnav ul li:last-of-type {
  border-right: none;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 2px 22px;
  display: block;
  position: relative;
  top: 0;
  color: #333;
  line-height: 1.5;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 0;
}
.hnav ul li a span {
  text-transform: uppercase;
  display: block;
  color: #02a2cb;
  font-size: 85%;
}
.hnav ul li a span:first-letter {
  color: #77d9f2;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/**/
.header_item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.header_item .mainbtn {
  font-size: 0.83rem;
  margin-bottom: 10px;
}
.header_item .mainbtn a {
  min-width: auto;
  width: 190px;
  padding: 12px 0;
}
.header_item .btnflex a {
  margin: 0 3px;
}
.header_item .btnflex a:first-of-type {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
/**/
.gror.mainbtn a:nth-child(2n) {
  color: #fff;
  background: #ffa763;
  border: 2px solid #fff;
}
.gror.mainbtn a:nth-child(2n):hover {
  border: 2px solid #ffa763;
  color: #ffa763;
  background: #fff;
}
.gror.mainbtn a:nth-child(2n+1) {
  color: #fff;
  background: #98e35b;
  border: 2px solid #fff;
}
.gror.mainbtn a:nth-child(2n+1):hover {
  border: 2px solid #98e35b;
  color: #98e35b;
  background: #fff;
}
/* ドロップダウンメニュー =================*/
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: bold;
  font-size: 95%;
  color: #02a2cb;
  display: block;
  margin: -5px auto -17px;
}
.sub-menu a::after {
  content: none;
}
.sub-menu {
  position: absolute;
  top: 65px; /*位置調整*/
  left: 50%;
  transform: translateX(-50%);
  width: 188px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 4;
  flex-direction: column;
}
.sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu li {
  border: none !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
  width: 100% !important;
  position: relative;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: #02a2cb;
  z-index: -100;
  transition: .3s all;
  border-radius: 100px;
}
.sub-menu li:hover::after {
  filter: brightness(115%);
}
.sub-menu a {
  display: block;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 82% !important;
  padding: 17px 0 !important;
}
/* ホバー＆フォーカスで子メニュー表示 */
.menu-item-has-children ul {
  transition: .4s all;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: top;
}
.menu-item-has-children:hover ul, .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
/* hamburger =================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 70px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger::before {
  content: "";
  background: #02a2cb;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger__line {
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  border-radius: 10px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  border-radius: 10px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #fff;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line:before {
  top: -9.5px;
}
.hamburger__line:after {
  top: 9.5px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 588px;
  padding: 65px 0 120px;
}
.global-navigation__list {
  margin-bottom: 35px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 2px dotted #ddd;
  font-size: 1.2rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.5;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  text-transform: uppercase;
  display: block;
  color: #02a2cb;
  font-size: 85%;
}
.global-navigation__list > li a span:first-letter, .global-navigation__list li button span:first-letter {
  color: #77d9f2;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list {
  line-height: 1.6;
}
.accordion__list li a {
  font-size: 88%;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 85%;
  transform: translateY(-2px);
  color: #02a2cb;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 13px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .global-navigation__link.-accordion {
  vertical-align: bottom;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #02a2cb;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.header__nav-area .btnflex a:first-of-type {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 1105px) {
  .header_sticky {
    padding: 15px;
  }
  .header_title a {
    width: 235px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 8px 8px 8px 5px;
  }
  .header_title a {
    width: 210px;
  }
  .hamburger {
    width: 63px;
  }
  .global-navigation__list > li {
    padding: 10px 5px 12px;
    font-size: 1.1rem;
  }
  .header__nav-area .mainbtn a {
    font-size: 0.98rem;
    max-width: 220px;
  }
  .header__nav-area .btnflex a {
    margin: 7px auto;
  }
}
/* footer ================================================*/
.footer_contact {
  position: relative;
  padding: 85px 0;
  color: #fff;
}
/*btn*/
.footer_contact .btn_wrap {
  text-align: center;
  font-size: 1.15rem;
}
.footer_contact .btn_wrap a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 22px 5px;
  margin: 10px 7px;
  white-space: nowrap;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  border-radius: 100px;
}
.btn_wrap a:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
a.fax {
  pointer-events: none;
}
.footer_contact .btn_wrap a:first-of-type {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
/*text*/
.footer_contact .maintitle {
  margin-bottom: 17px;
}
.footer_contact p.center {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: clamp(1rem, 0.9375rem + 0.2vw, 1.05rem);
}
.date {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(0.9rem, 0.775rem + 0.4vw, 1rem);
}
.ib {
  display: inline-block;
}
@media (max-width: 750px) {
  .footer_contact {
    padding: 60px 0;
  }
  .footer_contact .btn_wrap a {
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 47px 0 45px;
  }
  .footer_contact .btn_wrap {
    font-size: 1.03rem;
  }
  .footer_contact .btn_wrap a {
    padding: 19px 5px;
  }
  .footer_contact .maintitle {
    margin-bottom: 25px !important;
  }
}
/* ロゴ・アドレス ========*/
.footerbg {
  background: #fff;
}
.footer_bottom {
  padding: 45px 0;
  text-align: center;
}
.footer_bottom p {
  margin-bottom: 0;
}
.footer_bottom .inner {
  width: 95%;
}
/*logo*/
.flogo {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 11px;
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 15px 0 17px;
  border-top: 2px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 550px) {
  .footer_bottom {
    padding: 37px 0 35px;
    font-size: 90%;
  }
  .flogo {
    max-width: 220px;
  }
  .copyright {
    font-size: 0.9rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 73px;
  height: 73px;
  background: #fff;
  border: 2px solid #02a2cb;
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #02a2cb;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 8px;
  }
}
/* スライド ====================================================*/
.topslide {
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.slide_items {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 145px);
  min-height: 620px;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2.8rem;
  text-align: center;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.catchcopy::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/leaf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  opacity: 0.7;
}
.catchcopy p:first-of-type {
  color: #02a2cb;
  margin-bottom: 0;
}
.catchcopy p:last-of-type {
  font-size: 88%;
}
.catchcopy span {
  font-size: 145%;
}
.lightblue {
  color: #77d9f2;
}
.catchcopy .lightblue::before {
  content: "「";
  margin-left: -0.6em;
}
.catchcopy .lightblue::after {
  content: "」";
  margin-right: -0.4em;
}
@media (max-width: 1105px) {
  .slide_items img {
    min-height: auto;
    height: calc(100vh - 130px);
  }
}
@media (max-width: 1000px) {
  .catchcopy {
    font-size: 2.4rem;
  }
}
@media (max-width: 750px) {
  .catchcopy {
    font-size: 6.07vw;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: calc(100vh - 135px);
  }
}
/* 事業内容 ====================================================*/
.services .inner {
  max-width: 1545px;
  width: 94%;
}
.serflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serflex > .flowup {
  width: 30.5%;
  display: flex;
  flex-direction: column;
}
.serflex > .flowup div.rounded {
  margin-bottom: 20px;
}
.serflex > .flowup .mtitle {
  text-align: center;
}
.serflex > .flowup .mainbtn {
  margin-top: auto;
}
.sercontents {
  display: contents;
}
.sercontents > div:not(.mainbtn) {
  margin-bottom: 20px;
}
@media (max-width: 1305px) {
  .serflex {
    display: block;
  }
  .services .inner {
    width: 88%;
  }
  .serflex > .flowup {
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .serflex > .flowup:last-of-type {
    margin-bottom: 0 !important;
  }
  .serflex > .flowup div.rounded {
    width: 32%;
    margin-bottom: 0;
  }
  .sercontents {
    display: block;
    width: 64%;
  }
  .sercontents > div:not(.mainbtn) {
    margin-bottom: 27px;
  }
}
@media (max-width: 950px) {
  .serflex > .flowup div.rounded {
    width: 39%;
  }
  .sercontents {
    width: 55%;
  }
}
@media (max-width: 750px) {
  .serflex > .flowup {
    display: block;
  }
  .serflex > .flowup div.rounded, .sercontents {
    width: 100%;
  }
  .serflex > .flowup div.rounded {
    margin-bottom: 20px;
  }
}
/* ご依頼をお考えの方へ ========================================*/
.guide .inner {
  max-width: 1150px;
}
/* 施工実績 ====================================================*/
.works p {
  text-align: center;
  font-size: 110%;
  margin-bottom: 0;
}
.works a.white:hover {
  border: 2px solid #fff;
}
.works .bg_box::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/leaf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
  z-index: -1;
  opacity: 0.15;
  filter: brightness(0) invert(1);
}
.works::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/works.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -3;
}
.works::after {
  opacity: 0.87;
  z-index: -2;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .works::before {
  background-attachment: scroll;
}
@media (max-width: 750px) {
  .works p .ib {
    display: block;
  }
}
@media (max-width: 550px) {
  .works::before {
    background-attachment: scroll;
  }
  .works .bg_box::after {
    background-size: 60%;
  }
  .works p {
    font-size: 100%;
  }
}
/* バナー ======================================================*/
.bannerarea {
  padding: 30px 0 80px;
}
.bannerarea .inner {
  max-width: 720px;
  width: 93%;
}
.banner a {
  overflow: hidden;
  display: block;
  border: 4px solid #ff9b87;
  border-radius: 10px;
}
.banner a:hover {
  opacity: 0.6;
}
@media (max-width: 550px) {
  .bannerarea {
    padding-bottom: 55px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 110px 0 90px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  clip-path: ellipse(130% 100% at top);
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 60%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top right, #02a2cb, #a7e2fa);
  opacity: 0.85;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.7rem, 1.16rem + 1.92vw, 2.6rem);
  line-height: 1.35;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1105px) {
  .fv {
    padding: 90px 0 70px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 43px 0 35px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* こだわりページ ===========================================================================================================*/
.features .inner {
  max-width: 1100px;
}
.titleflex {
  display: flex;
  margin-bottom: 25px;
}
.titleflex h2 {
  width: 590px;
  margin-right: 55px;
  text-align: left;
  font-size: clamp(1.7rem, 1.46rem + 0.8533vw, 2.1rem);
}
.titleflex > div {
  width: 100%;
}
.feaflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feaflex > div {
  width: 48%;
}
.feaflex > div:last-of-type img {
  border-radius: 64% 39% 53% 47% / 62% 53% 45% 42%;
}
.feaflex > div:last-of-type::after {
  border-radius: 58% 39% 51% 32% / 37% 51% 43% 57%;
}
@media(max-width:1060px) {
  .titleflex {
    display: block;
    margin-bottom: 45px;
  }
  .titleflex h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
}
@media(max-width:550px) {
  .titleflex {
    margin-bottom: 35px;
  }
  .feaflex {
    display: block;
  }
  .feaflex > div {
    width: 100%;
  }
  .feaflex > div:last-of-type {
    margin-top: 20px;
  }
}
/* footer */
.footer_gray .footer_contact::after {
  background: #f7f7f7;
  animation: none;
}
.footer_gray .footer_contact::before {
  filter: none;
  opacity: 0.3 !important;
}
.footer_gray .maintitle .sf {
  color: #333;
}
.footer_gray .maintitle .mf {
  color: #02a2cb;
}
.footer_gray .maintitle .mf:first-letter {
  color: #77d9f2;
}
.footer_contact .btn_wrap a:first-of-type {
  color: #fff;
  background: #02a2cb;
  border: 2px solid #fff;
}
.footer_contact .btn_wrap a:nth-child(2n+1):hover {
  border: 2px solid #02a2cb;
  color: #02a2cb;
  background: #fff;
}
.footer_contact .btn_wrap a:last-of-type {
  border: 2px solid #02a2cb;
  color: #02a2cb;
  background: #fff;
}
.footer_contact .btn_wrap a:last-of-type:hover {
  color: #fff;
  background: #02a2cb;
}
/* 事業内容／新築住宅ページ =================================================================================================*/
/* 家づくり */
.house .inner {
  max-width: 1161px;
}
/* こんな家も建てられます */
.cases .inner {
  max-width: 1150px;
}
.cases .flexbox {
  margin-bottom: 55px;
}
.cases .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
/* 事業内容／外構工事・リフォームページ =====================================================================================*/
.hrb_item {
  margin-top: 55px;
}
.hrb_item .mtitle {
  margin-bottom: 35px;
}
.hrb_item .mtitle::before, .hrb_item .mtitle::after {
  border-top: 3px dotted #98e35b;
}
.hrb_item .flexbox {
  margin-bottom: 45px;
}
.hrb_item .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 750px) {
  .hrb_item .flexbox {
    margin-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .hrb_item {
    margin-top: 45px;
  }
}
.renbox {
  border-radius: 10px;
  background: #fff;
  padding: 22px 15px;
}
.renbox .acheck {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.renbox .acheck li {
  width: 48%;
}
@media (max-width: 750px) {
  .renbox {
    margin-bottom: 20px;
  }
  .renbox:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* 施工実績ページ ===========================================================================================================*/
/* ビフォーアフター */
.worksbox {
  margin-bottom: 65px;
}
.worksbox:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 550px) {
  .worksbox {
    margin-bottom: 45px;
  }
}
.wflex {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 99%;
  margin: auto;
}
.wflex::before {
  font-family: "Font Awesome 6 Free";
  content: "\f35a";
  font-weight: bold;
  font-size: clamp(0.8rem, 0.02rem + 2.7733vw, 2.1rem);
  color: #77d9f2;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wflex div {
  width: 47%;
  position: relative;
}
.wflex img {
  border-radius: 40% 59% 53% 47% / 58% 53% 45% 42%;
}
/**/
.wbefore, .wafter {
  position: relative;
}
.wbefore::before, .wafter::before {
  content: '';
  display: block;
  padding-top: 65%; /*高さの比率*/
}
.wbefore img, .wafter img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* BEFORE&AFTER */
.wafter::after, .wbefore::after {
  position: absolute;
  top: 1%;
  left: 3%;
  z-index: 1;
  pointer-events: none;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  font-size: clamp(1.5rem, 1.14rem + 1.28vw, 2.1rem);
  color: #02a2cb;
}
.wbefore::after {
  content: "Before";
}
.wafter::after {
  content: "After";
}
@media (max-width: 750px) {
  .wflex {
    display: block;
  }
  .wflex::before {
    content: "\f358";
    font-size: 1.6rem;
  }
  .wflex div, .wflex div img {
    width: 100%;
  }
  .wflex div:last-of-type {
    margin-top: 45px;
  }
}
/* ご依頼をお考えの方へページ ===============================================================================================*/
/* 家ができるまでの流れ */
.flow .inner {
  max-width: 1095px;
}
.flow .maintitle {
  margin-bottom: 35px;
}
.flows {
  position: relative;
  counter-reset: number 0;
}
.flows::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #f5f5f5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  margin-left: 60px;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 30px 27px;
  margin-bottom: 20px;
  position: relative;
  counter-increment: number 1;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flows > div::before {
  width: 15px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: #ffa763;
  border-radius: 50%;
  top: 57px;
  left: -65px;
}
.flows > div::after {
  width: 45px;
  border-bottom: 2px dotted #ffa763;
  position: absolute;
  top: 59px;
  left: -47px;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
.flows .flexbox .stitle::before {
  content: "step0"counter(number);
  margin-right: 10px;
  color: #ffa763;
  text-transform: uppercase;
}
.flows .flexbox .rounded::after {
  content: none;
}
@media (max-width:955px) {
  .flows > div {
    padding: 25px;
  }
}
@media (max-width:750px) {
  .flows > div {
    margin-left: 30px;
    padding: 15px;
  }
  .flows > div::before {
    width: 14px;
    left: -34px;
    margin-top: -4px;
  }
  .flows > div::after {
    width: 19px;
    left: -20px;
  }
}
@media (max-width: 550px) {
  .flow .maintitle {
    margin-bottom: 25px;
  }
  .flows > div {
    margin-left: 0;
    margin-bottom: 17px;
  }
  .flows::before, .flows > div::before, .flows > div::after {
    content: none;
  }
  .flows .flexbox .stitle::before {
    display: block;
    font-size: 80%;
  }
}
/* よくある質問 */
.faqs .inner {
  max-width: 1180px;
}
.faqs .maintitle {
  margin-bottom: 45px;
}
.faq div:not(.answer) {
  width: 49%;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.faq div:not(.answer) h2 {
  font-weight: 700;
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px dotted #ddd;
}
.faq div:not(.answer) h2, .answer {
  position: relative;
  padding-left: 30px;
}
.faq div:not(.answer) h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.15rem, 1.09rem + 0.2133vw, 1.25rem);
  font-weight: 700;
}
.faq div:not(.answer) h2::before {
  content: "Q.";
  top: -0.05em;
  left: 0;
  opacity: 0.6;
}
.answer::before {
  content: "A.";
  top: -0.25em;
  left: 0.5px;
  color: #02a2cb;
}
@media(max-width:1050px) {
  .faq {
    display: block;
  }
  .faq div:not(.answer) {
    width: 100%;
  }
  .faq div:not(.answer):last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .faqs .maintitle {
    margin-bottom: 33px;
  }
  .faq div:not(.answer) {
    width: 100%;
    padding: 15px 11px;
  }
}
/* 対応エリア */
.area .inner {
  max-width: 950px;
}
.areatext p:not(:last-of-type) {
  font-size: clamp(1.4rem, 1.28rem + 0.4267vw, 1.6rem);
  border-bottom: 2px dotted #ddd;
  padding-bottom: 5px;
}
.areatext i {
  color: #98e35b;
}
@media(max-width:750px) {
  .area .maintitle {
    margin-bottom: 23px !important;
  }
  .areatext {
    width: fit-content !important;
    margin: 0 auto 33px;
  }
  .areatext p {
    margin-bottom: 5px;
  }
  .areatext p:last-of-type {
    font-size: 93%;
  }
  .areaimg {
    width: 86% !important;
    margin: auto;
  }
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  border-bottom: 2px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #02a2cb;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
.green .acheck li::before {
  color: #98e35b;
}
.orange .acheck li::before {
  color: #ffa763;
}
/* 会社概要ページ ===========================================================================================================*/
/* 代表あいさつ */
.greeting .inner {
  max-width: 1223px;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
.psr {
  position: relative;
}
.gillust {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 28% !important;
  max-width: 140px;
}
.gillust img {
  border-radius: 0 !important;
}
/* 会社概要 */
.overview .maintitle, .map .maintitle {
  margin-bottom: 35px;
}
.overview .inner, .map .inner {
  max-width: 1050px;
}
@media (max-width: 550px) {
  .overview .maintitle, .map .maintitle {
    margin-bottom: 25px;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px;
}
.info_table th {
  background: #02a2cb;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/* アクセス */
.map iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}
@media (max-width: 550px) {
  .map iframe {
    height: 260px;
  }
}
/* お問い合わせページ =======================================================================================================*/
#email {
  position: relative;
  top: -50px;
}
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 935px;
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 33px;
  }
}
/* 電話・FAX */
/*box*/
.telbox {
  border-radius: 10px;
  background: #f7f7f7;
  padding: 30px 27px;
}
@media (max-width: 1055px) {
  .telbox {
    padding: 22px 25px 25px;
  }
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 15px 13px 17px;
  }
}
/* 番号 */
.telbox a {
  white-space: nowrap;
  font-size: clamp(1.65rem, 1.5rem + 0.5333vw, 1.9rem);
  color: #333;
}
.green .telbox a i, .green .telbox i {
  color: #98e35b;
}
.orange .telbox a i, .orange .telbox i {
  color: #ffa763;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #ffa763;
  font-size: .9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 1055px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    font-size: 90%;
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    font-size: 90%;
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 874px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    font-size: 93%;
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #02a2cb;
  padding: 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #333;
  background: #ededed;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  border-radius: 50px;
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #02a2cb;
  color: #fff;
  border: 2px solid #02a2cb;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #02a2cb;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #02a2cb;
  border-bottom: 3px solid #02a2cb;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/**/
.mails {
  padding-bottom: 45px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 20px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.76rem + 0.8533vw, 1.4rem);
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 700;
  padding: 13px 11px;
  padding-left: 15px;
  background: #02a2cb;
  color: #fff;
  border-radius: 5px;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -2px;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 3px;
  background: #fff;
  top: 46%;
  right: 2.3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: translateY(0.5px) rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #02a2cb;
}
@media (max-width: 550px) {
  .privacy {
    padding-bottom: 65px;
  }
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 14px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 93%;
  }
}