@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #ffffff;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
.header__wrap {
  height: 5.856vw;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  padding-inline: 2.196vw 0;
}
@media screen and (max-width: 768px) {
  .header__wrap {
    height: 50px;
    padding-inline: 20px;
  }
}

.header__logo {
  color: #4d4d4d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__logo .header__logo-main {
  text-align: left;
  font-size: 2.196vw;
  font-weight: 400;
  color: #4d4d4d;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .header__logo .header__logo-main {
    font-size: 20px;
  }
}

.header__nav {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.header__nav .btn--head {
  width: 16.398vw;
  height: 100%;
  font-size: 1.171vw;
}

@media (hover: hover) {
  .header__nav .btn--head:hover {
    background-position: right 0.732vw center;
  }
}
.header__contact {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}

/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1500ms;
}

.fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.bxslider {
  margin: 0px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  width: 100%;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
main {
  overflow: hidden;
}

.section-title {
  text-align: center;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-title {
    padding-top: 20px;
  }
}

.section-title::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 2px solid #00a080;
  top: 0;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-title::after {
    width: 40px;
  }
}

.section-title h2 {
  font-size: 40px;
  font-weight: 100;
  color: #4d4d4d;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 26px;
  }
}

.section-title span {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  font-weight: 200;
  color: #666666;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-title span {
    font-size: 14px;
    margin-top: 10px;
  }
}

.text-p, .section-table dd, .section-table dt {
  font-size: 18px;
  font-weight: 400;
  color: #4d4d4d;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2222222222;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .text-p, .section-table dd, .section-table dt {
    font-size: 14px;
  }
}

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1106px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/*ボタン*/
.btn,
.wp-element-button,
.wpcf7-submit {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  width: 340px;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  background-color: #00a080;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn,
  .wp-element-button,
  .wpcf7-submit {
    height: 40px;
    font-size: 13px;
    width: 90%;
    letter-spacing: 0.05em;
  }
}

a.btn::before,
.wp-element-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  a.btn::before,
  .wp-element-button::before {
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.btn:hover::before {
  opacity: 1;
  right: 30px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn:hover::before {
    right: 15px;
  }
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #00a080;
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #00a080;
}

a.btn--head::before {
  right: 20px;
}

a.btn--head:hover::before {
  right: 15px !important;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.footer {
  background-color: #00a080;
  padding-block: 30px 30px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 30px 20px;
  }
}

.footer__nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer__nav li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border-right: 1px solid #fff;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .footer__nav li a {
    font-size: 14px;
    padding-inline: 15px;
    line-height: 2;
  }
}

.footer__nav li:last-child a {
  border-right: none;
}

.footer__name {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer__name {
    font-size: 24px;
  }
}

.footer__address {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__address {
    margin-top: 20px;
    font-size: 12px;
  }
}

.fotter__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
}

.fotter__tel span img {
  width: 15px;
}

.fotter__tel a {
  font-size: min(2.712477396vw, 30px);
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fotter__tel a {
    font-size: 18px;
  }
}

.footer__copy {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 10px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.nav-pc {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .nav-pc {
    display: none;
  }
}

.nav-pc__lists {
  margin: 0 auto;
  display: flex;
}

.nav-pc__lists li {
  list-style-type: none;
}

.nav-pc__lists > li > a {
  color: #4d4d4d;
  padding-inline: 2.562vw;
  border-right: 1px solid #4d4d4d;
  font-size: 1.171vw;
}

.nav-pc__lists li:last-child a {
  border-right: none;
}

.nav-pc__lists .gnavi__list > a {
  background: url(../images/arrow.svg) no-repeat right 1.098vw top 0.8vw;
  background-size: 12px auto;
  padding-right: 3.294vw;
  font-size: 1.171vw;
}

.gnavi__list {
  position: relative;
}

.dropdown__lists {
  padding-top: 20px;
  display: none; /*デフォルトでは非表示の状態にしておく*/
  width: 21.96vw;
  position: absolute;
  left: 0;
}

.gnavi__list:hover .dropdown__lists {
  display: block; /*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
  background-color: #ecebe7;
  height: 40px;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
}

.dropdown__list:hover {
  background-color: #dad9d1;
}

.dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dad9d1;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown__list a {
  text-decoration: none;
  position: relative;
  border: none;
  color: #4d4d4d;
  padding-left: 1.098vw;
  font-size: 1.171vw;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: rgba(0, 160, 128, 0.7);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .nav-wrap .nav {
    width: 1106px;
    margin: 200px auto 0;
  }
}
.nav-wrap li {
  display: block;
  margin: 0 0 1em 15px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .nav-wrap li {
    margin: 0 0 2em 100px;
  }
}
.nav-wrap li a {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .nav-wrap li a {
    font-size: 40px;
  }
}
.nav-wrap .nav ul {
  margin-top: 15px;
}
.nav-wrap .nav ul a {
  font-size: 16px;
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 15000;
  background: #00a080;
  padding: 8px 8px 8px 8px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
    right: 50px;
    top: 50px;
    padding: 10px 10px 10px 10px;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 34px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .nav-button {
    width: 40px;
    height: 35px;
  }
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .nav-button span {
    height: 4px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 12px;
}
@media screen and (min-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 15px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
.top-mv {
  position: relative;
}

.top-mv__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(4.52079566vw, 50px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.74;
  letter-spacing: 0.1em;
}

/* -----------------------------------------------------------
top-message
----------------------------------------------------------- */
.top-message {
  padding-block: min(13.5623869801vw, 150px) min(9.0415913201vw, 100px);
}
@media screen and (max-width: 768px) {
  .top-message {
    padding-block: 50px 30px;
  }
}

.top-message__text {
  margin-top: min(7.2332730561vw, 80px);
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .top-message__text {
    text-align: left !important;
  }
}

/* -----------------------------------------------------------
top-services
----------------------------------------------------------- */
.top-services {
  padding-block: min(13.5623869801vw, 150px) min(13.5623869801vw, 150px);
  background-color: #e5f5f2;
}
@media screen and (max-width: 768px) {
  .top-services {
    padding-block: 50px 30px;
  }
}

.top-services__image {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-services__image {
    margin-top: 30px;
  }
}

.top-services__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-services__wrap {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
top-case
----------------------------------------------------------- */
.top-case {
  padding-block: min(13.5623869801vw, 150px) min(9.0415913201vw, 100px);
}
@media screen and (max-width: 768px) {
  .top-case {
    padding-block: 50px 30px;
  }
}

.top-case__items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(4.52079566vw, 50px);
}
@media screen and (max-width: 768px) {
  .top-case__items {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.top-case__name {
  text-align: center !important;
  margin-top: 10px;
}

/* -----------------------------------------------------------
top-about
----------------------------------------------------------- */
.top-about {
  padding-block: min(13.5623869801vw, 150px) min(16.2748643761vw, 180px);
  background-color: #e5f5f2;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-block: 50px 30px;
  }
}

.about__table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about__table {
    margin-top: 20px;
  }
}

.section-table {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 0 30px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .section-table {
    grid-template-columns: 1fr;
  }
}

.section-table dt {
  border-top: 2px solid #00a080;
  padding-block: 30px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section-table dt {
    padding-block: 15px;
  }
}

.section-table dt:last-of-type {
  border-bottom: 2px solid #00a080;
}
@media screen and (max-width: 768px) {
  .section-table dt:last-of-type {
    border-bottom: none;
  }
}

.section-table dd {
  border-top: 2px solid #99d9cc;
  padding-block: 30px;
}
@media screen and (max-width: 768px) {
  .section-table dd {
    padding-block: 15px;
  }
}

.section-table dd:last-of-type {
  border-bottom: 2px solid #99d9cc;
}
@media screen and (max-width: 768px) {
  .section-table dd:last-of-type {
    border-bottom: 2px solid #00a080;
  }
}

.section-table__wrap {
  display: grid;
  grid-template-columns: 1fr 60rem;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .section-table__wrap {
    grid-template-columns: 1fr;
  }
}

.top-about__map {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-about__map {
    margin-top: 40px;
  }
}

.top-about__map iframe {
  width: 100%;
  height: 445px;
}

/* -----------------------------------------------------------
contact
----------------------------------------------------------- */
.contact {
  padding-block: min(9.0415913201vw, 100px) min(9.0415913201vw, 100px);
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block: 50px 30px;
  }
}

.contact__title-sub {
  font-size: 24px;
  font-weight: 700;
  color: #4d4d4d;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact__title-sub {
    font-size: 18px;
    margin-top: 30px;
  }
}

.contact__text {
  margin-top: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
}

.contact-item dt {
  width: 20%;
  font-size: 16px;
  font-weight: 400;
}

.contact-item dd {
  width: 80%;
  font-size: 16px;
}

.contact-item dd input[type=radio] {
  appearance: none;
}

.contact-item dd input[type=text],
.contact-item dd input[type=email],
.contact-item dd input[type=tel],
.contact-item dd input[type=textarea],
textarea {
  border-top: 1px solid #474952;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #474952;
  background-color: #f2f2f2;
  width: calc(100% - 40px);
  padding: 30px 20px;
}

.contact-item dd input:checked + label::after {
  opacity: 1;
}

.contact-item dd label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  margin-right: 17px;
}

.contact-item dd label::before,
.contact-item dd label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.contact-item dd label::before {
  background-color: rgba(81, 83, 91, 0.1);
  border: 1px solid #51535b;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: 5px;
}

.contact-item dd label::after {
  background-color: #51535b;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 14px;
}

.contact-item dd select {
  width: 226px;
  height: 80px;
  background-color: #00a080;
  color: #fff;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px 22px;
  border: none;
  outline: none;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

.contact-item dd .select {
  position: relative;
  width: 226px;
}

.contact-item dd .select::before {
  position: absolute;
  top: 28px;
  right: 15px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.contact-item dd .select::after {
  position: absolute;
  bottom: 28px;
  right: 15px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}

.contact-item .radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.contact-item + .contact-item {
  margin-top: 50px;
}

.contact-item:first-child {
  margin-top: 85px;
}

.p-contact-form__button {
  margin-top: 100px;
  text-align: center;
}

.p-contact-form__button a {
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-item dt {
    font-size: 13px;
    width: 100%;
  }
  .contact-item dd input[type=text],
  .contact-item dd input[type=email],
  .contact-item dd input[type=tel],
  .contact-item dd input[type=textarea],
  textarea {
    padding: 20px 10px;
  }
  .contact-item dd label {
    padding-left: 23px;
    margin-right: 10px;
  }
  .contact-item dd label::before {
    width: 18px;
    height: 18px;
    left: 0;
  }
  .contact-item dd label::after {
    left: 5px;
  }
  .contact-item dd select {
    height: 50px;
  }
  .contact-item dd .select::before {
    top: 15px;
  }
  .contact-item dd .select::after {
    bottom: 15px;
  }
  .contact-item dd {
    font-size: 13px;
    width: 100%;
    margin-top: 5px;
  }
  .contact-item + .contact-item {
    margin-top: 25px;
  }
  .contact-item:first-child {
    margin-top: 40px;
  }
  .p-contact-form__button {
    margin-top: 50px;
  }
  .contact-item .radio {
    display: block;
  }
  .contact-item .radio > div {
    margin-top: 20px;
  }
}
.contact__sub-text {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact__sub-text {
    font-size: 12px;
    text-align: left;
  }
}

/* -----------------------------------------------------------
確認画面用テーブル
----------------------------------------------------------- */
.error_messe {
  color: red;
  line-height: 1.5;
}

.formTable {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0 auto 25px;
  word-break: break-all;
  word-wrap: break-all;
}
.formTable tr {
  border-bottom: 1px solid #ccc;
}
.formTable th {
  padding: 5px;
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .formTable th {
    display: table-cell;
    padding: 25px 5px;
    width: 15%;
  }
}
.formTable td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .formTable td {
    display: table-cell;
    padding: 25px 5px;
  }
}/*# sourceMappingURL=styles.css.map */