@charset "UTF-8";
/*==============================================================

	1. base

================================================================*/
html,
body,
a,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  background: white;
  line-height: 1;
  color: black;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form label,
form button {
  cursor: pointer;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

video {
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

blockquote,
q {
  quotes: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

/*==============================================================

	2. common

================================================================*/
/*--------------------------------------------------------------
	■A.文字
--------------------------------------------------------------*/
body {
  background-color: #fff;
  margin: 0px auto;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2A313C;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 811px) {
  body {
    background-image: none;
    background-size: 742.5px 720px;
    background-position: right 80px top 120px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1401px) {
  body {
    background-position: right 120px top 120px;
  }
}
body.stop {
  overflow: hidden;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*--------------------------------------------------------------
	■B.リンク
--------------------------------------------------------------*/
a {
  color: #2A313C;
  outline: none;
  border-style: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media screen and (min-width: 811px) {
  a:hover {
    color: #06AE95;
  }
}

/*--------------------------------------------------------------
	■C.共通定義
--------------------------------------------------------------*/
.container {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .container {
    padding: 0 80px;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
}
.container.-sm {
  max-width: 960px;
}

@media screen and (min-width: 811px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tb_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important;
  }
}
.serif {
  font-family: "Noto Serif JP", serif;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.fw-700 {
  font-weight: 700;
}

.color-gray {
  color: #F3F4F8;
}
.color-white {
  color: #fff;
}
.color-main {
  color: #06AE95;
}

.bg-gray {
  background-color: #F3F4F8;
}
.bg-white {
  background-color: #fff;
}
.bg-main {
  background-color: #06AE95;
}

@media screen and (min-width: 641px) {
  .section {
    padding: 130px 0 110px;
  }
}
@media screen and (max-width: 640px) {
  .section {
    padding: 80px 0 60px;
  }
}

.gmap {
  height: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 641px) {
  .gmap {
    padding-bottom: 43.5%;
  }
}
@media screen and (max-width: 640px) {
  .gmap {
    padding-bottom: 56.25%;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* タイトル */
.ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #06AE95;
}
@media screen and (min-width: 641px) {
  .ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .ttl {
    font-size: 24px;
  }
}
.ttl span {
  display: block;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #BDBDBD;
}
@media screen and (min-width: 641px) {
  .ttl span {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .ttl span {
    font-size: 16px;
  }
}

.ttl-line {
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #06AE95;
  border-bottom: 2px solid #BDBDBD;
}
@media screen and (min-width: 641px) {
  .ttl-line {
    margin-top: 45px;
    padding-left: 54px;
    padding-bottom: 10px;
    font-size: 33px;
  }
}
@media screen and (max-width: 640px) {
  .ttl-line {
    margin-top: 25px;
    padding-left: 24px;
    padding-bottom: 5px;
    font-size: 24px;
  }
}

.ttl-num {
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  color: #06AE95;
}
@media screen and (min-width: 641px) {
  .ttl-num {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .ttl-num {
    font-size: 24px;
  }
}
.ttl-num_sm {
  display: block;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .ttl-num_sm {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  .ttl-num_sm {
    font-size: 16px;
  }
}
.ttl-num_md {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 641px) {
  .ttl-num_md {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .ttl-num_md {
    font-size: 44px;
  }
}
.ttl-num_lg {
  display: inline-block;
  margin-right: 0.05em;
}
@media screen and (min-width: 641px) {
  .ttl-num_lg {
    font-size: 88px;
  }
}
@media screen and (max-width: 640px) {
  .ttl-num_lg {
    font-size: 58px;
  }
}

/* ボタン */
.btn {
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #06AE95;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #06AE95;
}
.btn .icon {
  margin-right: 9px;
}
.btn .icon.main {
  display: none;
}
.btn .icon.white {
  display: block;
}
.btn:hover {
  color: #06AE95;
  opacity: 1;
  background-color: #fff;
}
.btn:hover .icon.main {
  display: block;
}
.btn:hover .icon.white {
  display: none;
}
.btn-white {
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #06AE95;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #06AE95;
}
.btn-white:hover {
  color: #fff;
  opacity: 1;
  background-color: #06AE95;
}
.btn-border {
  display: flex;
  width: 200px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #06AE95;
  font-size: 16px;
  font-weight: 700;
  border-radius: 24px;
  border: 2px solid #06AE95;
}
.btn-border:hover {
  color: #fff;
  opacity: 1;
  background-color: #06AE95;
}
.btn-link {
  display: flex;
  align-items: center;
  position: relative;
}
.btn-link span {
  font-weight: 400;
  font-size: 16px;
  color: #06AE95;
}
.btn-link .icon {
  margin-right: 6px;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  padding: 20px 10px;
  color: #06AE95;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.btn-arrow-gray {
  background: #F3F4F8;
  border: 2px solid #F3F4F8;
}
@media screen and (min-width: 641px) {
  .btn-arrow {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .btn-arrow {
    width: 280px;
    margin: 0 auto;
    font-size: 16px;
  }
}
.btn-arrow .arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: rgba(6, 174, 149, 0.2);
  transform: translateY(-50%);
  border-radius: 5px;
}
.btn-arrow .arrow img {
  width: 16px;
  height: 15px;
}
.btn-arrow:hover {
  color: #fff;
  background: #06AE95;
  border-color: #06AE95;
}
.btn-arrow:hover .arrow {
  background: #fff;
}

/* 2カラム */
.col2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 810px) {
  .col2 {
    flex-direction: column;
    gap: 15px;
  }
}
.col2_img {
  width: 48.4%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 810px) {
  .col2_img {
    width: 100%;
  }
}
.col2_cont {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 810px) {
  .col2_cont {
    order: 2;
  }
}
.col2_num {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #06AE95;
}
@media screen and (min-width: 641px) {
  .col2_num {
    font-size: 33px;
  }
}
@media screen and (max-width: 1080px) {
  .col2_num {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .col2_num {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.col2_ttl {
  margin-bottom: 50px;
  font-weight: 700;
  color: #06AE95;
}
@media screen and (min-width: 641px) {
  .col2_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col2_ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .col2_ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.col2_txt {
  line-height: 2.2;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .col2_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .col2_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.col2_btn {
  margin-top: auto;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  .col2_btn {
    margin-top: 20px;
  }
}

/* 3カラム */
.col3 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .col3 {
    flex-wrap: wrap;
  }
}
.col3 li {
  padding: 40px 20px;
}
@media screen and (min-width: 811px) {
  .col3 li {
    width: calc((100% - 48px) / 3);
    margin: 0 12px 24px;
  }
}
@media screen and (max-width: 1080px) {
  .col3 li {
    width: 46%;
  }
}
@media screen and (max-width: 810px) {
  .col3 li {
    width: 44%;
  }
}
@media screen and (max-width: 640px) {
  .col3 li {
    width: 100%;
    padding: 20px 15px 30px;
  }
}
.col3_img {
  width: 35%;
  margin: 0 auto 10px;
}
.col3_ttl {
  font-weight: 700;
  text-align: center;
  color: #06AE95;
}
@media screen and (min-width: 641px) {
  .col3_ttl {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1080px) {
  .col3_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .col3_ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.col3_txt {
  line-height: 2.2;
}
@media screen and (min-width: 641px) {
  .col3_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .col3_txt {
    font-size: 16px;
  }
}

/* 2グリッド */
.grid2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 811px) {
  .grid2 {
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 810px) {
  .grid2 {
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
  }
}
.grid2_item {
  display: flex;
  border-radius: 10px;
}
@media screen and (min-width: 811px) {
  .grid2_item {
    width: calc(50% - 15px);
    padding: 25px 35px;
  }
}
@media screen and (max-width: 810px) {
  .grid2_item {
    width: 100%;
    padding: 20px 15px;
  }
}
.grid2_num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #06AE95;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-right: 1px solid #2A313C;
}
@media screen and (min-width: 1081px) {
  .grid2_num {
    padding-right: 30px;
    margin-right: 30px;
    font-size: 71px;
  }
}
@media screen and (max-width: 1080px) {
  .grid2_num {
    padding-right: 15px;
    margin-right: 15px;
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .grid2_num {
    font-size: 40px;
  }
}
.grid2_num span {
  display: block;
}
@media screen and (min-width: 641px) {
  .grid2_num span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .grid2_num span {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.grid2_cont {
  display: flex;
  align-items: center;
}
.grid2_txt {
  letter-spacing: 0.05em;
  line-height: 2.3;
}
@media screen and (min-width: 641px) {
  .grid2_txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  .grid2_txt {
    font-size: 15px;
  }
}

/* 2カラム（テキスト・画像横並び） */
.split {
  padding: 143px 0;
}
@media screen and (max-width: 810px) {
  .split {
    padding: 100px 0;
  }
}
@media screen and (max-width: 640px) {
  .split {
    padding: 80px 0;
  }
}
.split .ttl {
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .split .ttl {
    margin-bottom: 10px;
  }
}
.split .ttl span {
  text-align: left;
}
.split.bg-main {
  color: #fff;
}
.split.bg-main .ttl,
.split.bg-main .ttl span {
  color: #fff;
}
.split.bg-main .btn-arrow {
  border: 2px solid #fff;
}
.split.bg-main .btn-arrow:hover {
  background: #06AE95;
}

.split-sm {
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 810px) {
  .split-sm {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 640px) {
  .split-sm {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1081px) {
  .split-sm .col2 {
    gap: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .split-sm .col2 {
    gap: 60px;
  }
}
@media screen and (max-width: 810px) {
  .split-sm .col2 {
    gap: 40px;
  }
}
.split-sm .col2_txt {
  line-height: 3;
}
@media screen and (min-width: 1081px) {
  .split-sm .col2_txt {
    font-size: 23px;
  }
}
@media screen and (max-width: 1080px) {
  .split-sm .col2_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 810px) {
  .split-sm .col2_txt {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (min-width: 811px) {
  .split-sm .col2_cont {
    width: 47.6%;
    flex: none;
  }
}
@media screen and (min-width: 811px) {
  .split-sm .col2_img {
    width: 46.7%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 810px) {
  .split-sm .col2_img {
    margin-top: 0;
  }
}

/* 画像の背景色 */
.has-color {
  position: relative;
  border-radius: 0;
  overflow: unset;
  z-index: 1;
}
@media screen and (min-width: 811px) {
  .has-color {
    margin-bottom: 6.8%;
    margin-right: 6%;
  }
}
.has-color::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F3F4F8;
  border-radius: 10px;
  z-index: -1;
}
@media screen and (min-width: 811px) {
  .has-color::after {
    top: 15.8%;
    left: 17.8%;
  }
}
@media screen and (max-width: 810px) {
  .has-color::after {
    top: 20px;
    left: 20px;
  }
}
.has-color > div {
  border-radius: 10px;
  overflow: hidden;
}

/* リスト（アイコン付き） */
.icon-list {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.icon-list li {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.07em;
  border-radius: 10px;
  color: #06AE95;
}
.icon-list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1081px) {
  .icon-list li {
    padding: 30px 30px 30px 100px;
  }
}
@media screen and (min-width: 811px) {
  .icon-list li {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 1080px) {
  .icon-list li {
    padding: 30px 30px 30px 60px;
  }
}
@media screen and (max-width: 810px) {
  .icon-list li {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 811px) {
  .icon-list_img {
    width: 83px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 810px) {
  .icon-list_img {
    width: 60px;
    margin-right: 20px;
  }
}
.icon-list_txt {
  flex: 1;
}
@media screen and (min-width: 811px) {
  .icon-list_txt {
    font-size: 23px;
  }
}
@media screen and (max-width: 810px) {
  .icon-list_txt {
    font-size: 16px;
  }
}

/* よくある質問 */
@media screen and (min-width: 811px) {
  .faq {
    padding: 105px 0 160px;
  }
}
@media screen and (max-width: 810px) {
  .faq {
    padding: 85px 0 120px;
  }
}
.faq_list {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 811px) {
  .faq_list {
    margin-top: 85px;
  }
}
@media screen and (max-width: 810px) {
  .faq_list {
    margin-top: 65px;
  }
}
.faq_row:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1081px) {
  .faq_row {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1080px) {
  .faq_row {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 810px) {
  .faq_row {
    margin-bottom: 60px;
  }
}
.faq dt,
.faq dd {
  letter-spacing: 0;
}
@media screen and (min-width: 811px) {
  .faq dt,
  .faq dd {
    padding-left: 13px;
  }
}
.faq dt {
  font-weight: 500;
  border-bottom: 1px solid #06AE95;
}
@media screen and (min-width: 811px) {
  .faq dt {
    font-size: 22px;
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 810px) {
  .faq dt {
    display: flex;
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 811px) {
  .faq dt span {
    margin-right: 1em;
  }
}
@media screen and (max-width: 810px) {
  .faq dt span {
    margin-right: 0.5em;
  }
}
@media screen and (min-width: 811px) {
  .faq dd {
    font-size: 19px;
  }
}
@media screen and (max-width: 810px) {
  .faq dd {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
	■D.formパーツ補正
--------------------------------------------------------------*/
input {
  font-family: "Noto Sans JP", sans-serif;
}

input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
  width: auto;
  height: auto;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: auto;
  height: auto;
}

/*==============================================================

	3. layout

================================================================*/
/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
/* .hd */
.hd {
  position: fixed;
  z-index: 97;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 810px) {
  .hd.sticky {
    border-bottom: 1px solid #BDBDBD;
  }
}
@media screen and (min-width: 811px) {
  .hd .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .hd .container {
    padding: 0 20px;
  }
}
.hd_wrapper {
  padding: 20px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.hd_wrapper_logo {
  color: #06AE95;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .hd_wrapper_logo {
    font-size: 32px;
  }
}
@media screen and (max-width: 810px) {
  .hd_wrapper_logo {
    font-size: 24px;
  }
}
.hd_wrapper_logo a {
  color: #06AE95;
  display: block;
}
.hd_wrapper_logo a:hover {
  color: #2A313C;
}
.hd_wrapper_logo img {
  width: auto;
  display: block;
}
@media screen and (min-width: 811px) {
  .hd_wrapper_logo img {
    height: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .hd_wrapper_logo img {
    height: 40px;
  }
}
@media screen and (max-width: 810px) {
  .hd_wrapper_logo img {
    height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .hd_wrapper_logo img {
    height: 28px;
  }
}
.hd_wrapper_link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 810px) {
  .hd_wrapper_link {
    display: none;
  }
}
.hd_wrapper_lang {
  margin-right: 26px;
}
@media screen and (max-width: 1080px) {
  .hd_wrapper_lang {
    margin-right: 14px;
  }
}
.hd_wrapper_tel {
  margin-right: 6px;
}
.hd_wrapper_btn {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .hd_wrapper_btn {
    flex-direction: column;
  }
}
@media screen and (max-width: 810px) {
  .hd_wrapper_btn {
    display: none;
  }
}
.hd_wrapper_btn li {
  margin-left: 20px;
}
@media screen and (max-width: 1080px) {
  .hd_wrapper_btn li {
    margin-left: 10px;
  }
  .hd_wrapper_btn li:first-of-type {
    margin-bottom: 5px;
  }
}
.hd_wrapper_btn li .btn {
  height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 143px;
  padding: 6px 18px;
  font-size: 13px;
}
@media screen and (max-width: 1080px) {
  .hd_wrapper_btn li .btn {
    width: auto;
  }
}
.hd_nav_pc {
  background-color: #06AE95;
}
.hd_nav_pc .container {
  max-width: 805px;
}
@media screen and (max-width: 810px) {
  .hd_nav_pc {
    display: none;
  }
}
.hd_nav_pc ul {
  display: flex;
  width: 100%;
}
.hd_nav_pc ul li {
  width: 100%;
  flex-shrink: 1;
}
.hd_nav_pc ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  padding: 0 10px;
  color: #fff;
}
.hd_nav_pc ul li a:hover {
  opacity: 0.7;
}
.hd_nav_pc ul li a.active {
  background-color: #06AE95;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .hd_nav_sp {
    display: none;
  }
}
.hd_nav_sp_btn {
  position: fixed;
  z-index: 98;
  top: 22px;
}
@media screen and (min-width: 641px) {
  .hd_nav_sp_btn {
    right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .hd_nav_sp_btn {
    right: 20px;
  }
}
.hd_nav_sp_main {
  overflow: auto;
  background-color: #fff;
  width: 100%;
  height: calc(100lvh - 45px);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 45px;
}
.hd_nav_sp_main_list {
  width: 80%;
  margin: 32px auto 0;
  border-top: 1px solid #BDBDBD;
}
.hd_nav_sp_main_list > li {
  border-bottom: 1px solid #BDBDBD;
}
.hd_nav_sp_main_list > li > a {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hd_nav_sp_main_list_inner {
  padding-bottom: 16px;
}
.hd_nav_sp_main_list_inner > li a {
  display: block;
  padding: 4px 0;
}
.hd_nav_sp_main_contact {
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  width: 80%;
}
.hd_nav_sp_main_contact li {
  padding: 0 6px;
}
@media screen and (max-width: 640px) {
  .hd_nav_sp_main_contact .btn {
    font-size: 14px;
    width: 150px;
  }
  .hd_nav_sp_main_contact .btn .icon {
    margin-right: 5px;
  }
}
.hd .tel {
  font-size: 22px;
  font-weight: 700;
  color: #06AE95;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 810px) {
  .hd .tel {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 32px auto 0;
  }
}
.hd .lang {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #06AE95;
}
@media screen and (max-width: 810px) {
  .hd .lang {
    margin: 32px auto 0;
  }
}
.hd .lang a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #06AE95;
}
.hd .lang a:first-of-type {
  color: #FFF;
  background: #06AE95;
  border-right: 1px solid #06AE95;
}
.english_company_profile .lang a:first-of-type {
  color: #06AE95;
  background: #FFF;
}

.english_company_profile .lang a:last-of-type {
  color: #FFF;
  background: #06AE95;
}

/* ハンバーガーメニュー */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2A313C;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span {
  background-color: #2A313C;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.6s forwards;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

/* パンくず */
.breadcrumb {
  padding-top: 30px;
}
@media screen and (min-width: 811px) {
  .breadcrumb {
    font-size: 13px;
  }
}
@media screen and (max-width: 810px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb_list {
  display: flex;
}
.breadcrumb_list li {
  display: flex;
  align-items: center;
}
.breadcrumb_list li::before {
  content: "＞";
  display: block;
  margin: 0 1em;
}
.breadcrumb_list li:nth-child(1)::before {
  display: none;
}

/* アイキャッチ */
.eyecatch {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .eyecatch {
    height: 320px;
  }
}
@media screen and (max-width: 810px) {
  .eyecatch {
    height: 200px;
  }
}
.eyecatch img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
.ft {
  color: #2A313C;
}
@media screen and (min-width: 811px) {
  .ft {
    padding-top: 200px;
  }
}
@media screen and (max-width: 810px) {
  .ft {
    padding-top: 80px;
  }
}
@media screen and (min-width: 811px) {
  .ft_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 810px) {
  .ft_wrapper {
    padding-bottom: 70px;
  }
}
.ft_btn li {
  margin: 10px 0;
}
@media screen and (min-width: 811px) {
  .ft_btn li:nth-child(1) {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 810px) {
  .ft_btn li:nth-child(1) {
    margin: 20px 0 10px 0;
  }
}
@media screen and (min-width: 811px) {
  .ft_info {
    margin-right: 80px;
  }
}
@media screen and (max-width: 810px) {
  .ft_info {
    margin-right: 0;
  }
}
.ft_logo {
  font-weight: 700;
  color: #06AE95;
}
@media screen and (min-width: 811px) {
  .ft_logo {
    font-size: 32px;
  }
}
@media screen and (max-width: 810px) {
  .ft_logo {
    font-size: 24px;
  }
}
.ft_logo a {
  color: #06AE95;
  display: block;
}
.ft_logo a img {
  width: auto;
  display: block;
}
@media screen and (min-width: 811px) {
  .ft_logo a img {
    height: 60px;
  }
}
@media screen and (max-width: 810px) {
  .ft_logo a img {
    height: 56px;
  }
}
@media screen and (max-width: 640px) {
  .ft_logo a img {
    height: 40px;
  }
}
.ft_name, .ft_address, .ft_tel {
  padding-left: 15px;
}
@media screen and (min-width: 811px) {
  .ft_name {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 810px) {
  .ft_name {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 811px) {
  .ft_address, .ft_tel {
    margin-top: 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 810px) {
  .ft_address, .ft_tel {
    margin-top: 5px;
    font-size: 13px;
  }
}
.ft_mark {
  display: flex;
  padding-left: 15px;
}
@media screen and (min-width: 811px) {
  .ft_mark {
    margin-top: 45px;
  }
}
@media screen and (max-width: 810px) {
  .ft_mark {
    margin-top: 20px;
  }
}
.ft_mark > div {
  width: 60px;
}
.ft_mark > div:nth-of-type(2) {
  width: 65px;
  margin-top: 8px;
}
@media screen and (min-width: 811px) {
  .ft_mark > div {
    margin-right: 23px;
  }
}
@media screen and (max-width: 810px) {
  .ft_mark > div {
    margin-right: 15px;
  }
}
.ft_nav {
  display: flex;
}
@media screen and (min-width: 811px) {
  .ft_nav {
    margin-top: 70px;
  }
}
@media screen and (max-width: 810px) {
  .ft_nav {
    margin-top: 40px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 811px) {
  .ft_nav > li {
    margin-left: 90px;
  }
}
.ft_nav > li:first-of-type {
  margin-left: 0;
}
.ft_nav_inner .ttl {
  font-weight: 500;
}
@media screen and (min-width: 811px) {
  .ft_nav_inner .ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 810px) {
  .ft_nav_inner .ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.ft_nav_inner .ttl a {
  pointer-events: none;
}
.ft_nav_inner > li:not(.ttl) a {
  margin: 18px 0;
  color: #7F7F7F;
  font-size: 15px;
}
.ft_nav_inner > li a {
  display: flex;
  align-items: center;
}
.ft_nav_inner > li a img {
  margin-left: 4px;
}
.ft_nav_inner.ft_nav_right .ttl a {
  pointer-events: visible;
}
@media screen and (min-width: 811px) {
  .ft_nav_inner.ft_nav_right .ttl a {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 810px) {
  .ft_nav_inner.ft_nav_right .ttl a {
    margin-bottom: 15px;
  }
}
.ft_note {
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.ft_copy {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  color: #7F7F7F;
  border-top: 1px solid #666666;
}
@media screen and (min-width: 811px) {
  .ft_copy {
    padding: 35px 0 45px;
  }
}
@media screen and (max-width: 810px) {
  .ft_copy {
    padding: 20px 0;
  }
}


/* Live Customizer footer overrides, captured 2026-09-11. */
.ft_nav_inner .ttl a { pointer-events: auto; }
.ft_nav_inner > li:not(.ttl) { padding-left: 10px; }
@media screen and (max-width: 640px) { .ft_nav_inner > li:not(.ttl) { padding-left: 5px; } }

/* Live /contact telephone block. */
.contact-section {
  background-color: #f5f5f5;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
  width: 80%;
  margin: 40px auto;
}

    .contact-text {
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.8;
      color: #333;
    }

    .contact-phone {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .phone-number {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: clamp(1.5rem, 5vw, 2.5rem);
      font-weight: bold;
      color: #06AE95;
      letter-spacing: 0.02em;
    }

    .phone-number a{
      color: #06AE95;
    }


    .phone-number:hover{
      stroke: #06AE95;
    opacity: 0.7;

    }

    .phone-icon {
      width: 32px;
      height: 32px;
      color: #06AE95;
    }

    .business-hours {
      margin-top: 8px;
      font-size: 0.95rem;
      color: #555;
    }

/* The live contact body gives the copyright paragraph this margin. */
.ft_copy .container > p:first-of-type { margin-top: 20px; }

/* White header buttons use green icons; invert both on hover. */
.hd .btn-white .icon.main,
.hd .btn-white:hover .icon.white { display: block; }
.hd .btn-white .icon.white,
.hd .btn-white:hover .icon.main { display: none; }

/* Equal desktop header buttons; retain the existing text size. */
@media screen and (min-width: 811px) {
  .hd_wrapper_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: max-content;
  }
  .hd_wrapper_btn li .btn {
    width: 100%;
    height: 44px;
  }
}
@media screen and (min-width: 811px) and (max-width: 1080px) {
  .hd_wrapper_btn {
    grid-template-columns: 1fr;
  }
}
