@charset "UTF-8";
/* · · • • • ✤ • • • · · · • • • ✤
Site Name: MINTERIOR LP
Site URL: https://minterior.jp/
Last update: 20250410
ヾ(☆´･ω･)ゞ+｡'*.ﾟ:｡Wёιсοмё+｡ • • ‥*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@700&display=swap");
section, article, main, figure, picture, header, footer, .wrapper {
  zoom: 1;
}
section:after, article:after, main:after, figure:after, picture:after, header:after, footer:after, .wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  section:after, article:after, main:after, figure:after, picture:after, header:after, footer:after, .wrapper:after {
    content: '';color: #fff;}
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/*----------------------------------------
	mediaquery
----------------------------------------*/
@media only screen and (max-width: 1372px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1364px) {
  .sp-only, .sptab-only, .tab-only {
    display: none !important;
  }
}
/*----------------------------------------
	reboot
----------------------------------------*/
* {
  position: relative;
  margin: 0;
  padding: 0;
  zoom: 1;
  line-height: 1;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video, main, picture {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-size: 100%;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
input, button, select, optgroup, textarea {
  font-family: initial;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeLeft02 {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeRight02 {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeRight03 {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeRight04 {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger, .fadeUpTrigger, .fadeLeftTrigger02, .fadeRightTrigger02, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
.blur {
  animation-name: blurAnime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
/*----------------------------------------
	base
----------------------------------------*/
html {
  /* scroll-behavior: smooth;
  overscroll-behavior: none; */
  font-size: 62.5%;
}
body {
  width: 100%;
  min-width: 768px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, 'Noto Sans', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #3D4044;
  letter-spacing: 0.03em;
  text-align: left;
}
@media only screen and (max-width: 1372px) {
  body {
    min-width: 300px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
b, strong, .bold {
  font-family: "Noto Sans JP", sans-serif, 'Noto Sans', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
a, button {
  color: #3D4044;
  transition: 0.1s ease-in;
}
a:hover, button:hover {
  color: #1C8F96;
  text-decoration: none;
}
a img, button img {
  transition: 0.1s ease-in;
}
a img:hover, button img:hover {
  opacity: 0.7;
}
section, article, main, figure, picture, header, footer {
  display: block;
}
input {
  line-height: 1;
}
i {
  font-style: normal;
}
p, li, a {
  line-height: 1.6;
}
.sp_only {
  display: none;
}
@media only screen and (max-width: 1372px) {
  .sp_only {
    display: block;
  }
}
@media only screen and (max-width: 1372px) {
  .pc_only {
    display: none;
  }
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.responsiveImg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 100%;
  min-width: 1290px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1372px) {
  .wrapper {
    min-width: 300px;
  }
}
.inner {
  width: 100%;
  max-width: 1290px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 1372px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
/*----------------------------------------
	guidelink
----------------------------------------*/
.btn_black a {
  min-width: 200px;
  display: block;
  position: relative;
  padding: 10px;
  background: #3D4044;
  border: 2px solid #3D4044;
  border-radius: 9999px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  outline: none;
  transition: ease .4s;
  box-sizing: border-box;
}
.btn_black a:hover, .btn_black a:focus {
  background: linear-gradient(95deg, #B9D08B 0%, #1C8F96 100%);
  border: 2px solid #EAF5F2;
  letter-spacing: 0.1em;
  transform: scale(1.1, 1.1);
}
.btn_white a {
  min-width: 200px;
  display: block;
  position: relative;
  padding: 10px;
  background: #fff;
  border: 2px solid #3D4044;
  border-radius: 9999px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3D4044;
  outline: none;
  transition: ease .4s;
  box-sizing: border-box;
}
.btn_white a:hover, .btn_white a:focus {
  background: linear-gradient(95deg, #B9D08B 0%, #1C8F96 100%);
  border: 2px solid #EAF5F2;
  letter-spacing: 0.1em;
  color: #fff;
  transform: scale(1.1, 1.1);
}
.underlink a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #1C8F96;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
.underlink a:hover:before {
  transform: scale(1);
}
/*----------------------------------------
	column
----------------------------------------*/
.column {
  width: 100%;
}
.column img {
  vertical-align: bottom;
}
.column--02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.column--02 .column__inner {
  width: 48%;
}
/*----------------------------------------
	helper
  --text
  --margin
  --padding
----------------------------------------*/
.text--center {
  text-align: center !important;
}
.text--left {
  text-align: left !important;
}
.d-block {
  display: block !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pt120 {
  padding-top: 120px !important;
}
.pt180 {
  padding-top: 180px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pb150 {
  padding-bottom: 150px !important;
}
@media only screen and (max-width: 1372px) {
  .mt10 {
    margin-top: 10px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mb50 {
    margin-bottom: 30px !important;
  }
  .pt100 {
    padding-top: 30px !important;
  }
  .pt120 {
    padding-top: 50px !important;
  }
  .pt180 {
    padding-top: 60px !important;
  }
  .pb100 {
    padding-bottom: 30px !important;
  }
  .pb150 {
    padding-bottom: 60px !important;
  }
}
/*----------------------------------------
	header
----------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 69px 50px 20px;
  transition: all .5s;
  box-sizing: border-box;
}
@media only screen and (max-width: 1372px) {
  .header {
    position: relative;
    align-items: flex-start;
    height: 90px;
    padding: 20px;
  }
}
.header .header__logo {
  width: 220px;
  transition: all .5s;
}
@media only screen and (max-width: 1372px) {
  .header .header__logo {
    width: 140px;
  }
}
.header .header__logo img {
  width: 100%;
  height: auto;
}
.header nav {
  margin-left: auto;
}
.header.active {
  background: rgba(255, 255, 255, 0.8);
  padding: 63px 50px 15px;
}
@media only screen and (max-width: 1372px) {
  .header.active {
    padding: 20px;
  }
}
.header.active .header__logo {
  width: 162px;
}
@media only screen and (max-width: 1372px) {
  .header.active .header__logo {
    width: 140px;
  }
}
.contact .header, .completion .header {
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1372px) {
  .contact .header.active, .completion .header.active {
    background: rgba(255, 255, 255, 0.8);
    padding: 21px 20px 20px;
  }
}
.contact .header.active .header__logo, .completion .header.active .header__logo {
  width: 162px;
}
@media only screen and (max-width: 1372px) {
  .contact .header.active .header__logo, .completion .header.active .header__logo {
    width: 37.3333333333333%;
    max-width: 162px;
  }
}
/*----------------------------------------
   footer
----------------------------------------*/
.footer {
  background: #fff;
  margin-top: auto;
  padding: 40px 100px 40px 50px;
  clear: both;
}
@media only screen and (max-width: 1372px) {
  .footer {
    padding: 30px 20px;
  }
}
.footer .column--02 {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1372px) {
  .footer .column--02 {
    display: block;
  }
}
@media only screen and (max-width: 1372px) {
  .footer .column--02 .column__inner {
    width: 100%;
    text-align: center;
  }
}
.footer .column--02 .column__inner .copyright {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 3px;
  font-weight: bold;
  font-family: 'メイリオ', Meiryo;
  color: #435B67;
}
.footer .column--02 .column__inner .copyright span {
  position: relative;
  top: -2px;
  padding-left: 10px;
}
.footer .column--02 .column__inner .copyright span a {
  color: #435B67;
}
.footer .column--02 .column__inner .copyright span a:hover {
  color: #435B67;
  text-decoration: underline;
}
@media only screen and (max-width: 1372px) {
  .footer .column--02 .column__inner .copyright {
    clear: both;
  }
}
.footer .column--02 .column__inner .footer-nav {
  display: inline-block;
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1372px) {
  .footer .column--02 .column__inner .footer-nav {
    float: none;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer .column--02 .column__inner .footer-nav a {
  position: relative;
  padding-left: 16px;
  transition: all .5s;
}
.footer .column--02 .column__inner .footer-nav a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #F5E56B;
  border-radius: 50%;
}
.footer .column--02 .column__inner .footer-nav a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #3D4044;
}
@media only screen and (max-width: 1372px) {
  .footer .column--02 .column__inner .footer-nav a::after {
    position: absolute;
    top: 8px;
    left: 4px;
  }
}
.footer .column--02 .column__inner .footer-nav a:hover {
  font-weight: bold;
}
.footer .column--02 .column__inner .footer-nav_privacy {
  display: inline-block;
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 24px 100px 0 0;
}
@media only screen and (max-width: 1372px) {
  .footer .column--02 .column__inner .footer-nav_privacy {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer .column--02 .column__inner .footer-nav_privacy a {
  position: relative;
  padding-left: 16px;
  transition: all .5s;
}
.footer .column--02 .column__inner .footer-nav_privacy a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #F5E56B;
  border-radius: 50%;
}
.footer .column--02 .column__inner .footer-nav_privacy a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #3D4044;
}
@media only screen and (max-width: 1372px) {
  .footer .column--02 .column__inner .footer-nav_privacy a::after {
    position: absolute;
    top: 8px;
    left: 4px;
  }
}
.footer .column--02 .column__inner .footer-nav_privacy a:hover {
  font-weight: bold;
}
.footer .foot_navi {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  transition: all .8s;
}
@media only screen and (max-width: 1372px) {
  .footer .foot_navi {
    padding: 0 0 50px;
  }
}
.footer .foot_navi--list {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1372px) {
  .footer .foot_navi--list .foot_navi__item {
    width: 47.8813559322034%;
  }
}
@media only screen and (max-width: 1372px) {
  .footer .foot_navi--list .foot_navi__item:first-child {
    width: 41.7910447761194%;
  }
}
@media only screen and (max-width: 1372px) {
  .footer .foot_navi--list .foot_navi__item:nth-child(2) {
    width: 53.7313432835821%;
  }
}
@media only screen and (max-width: 1372px) {
  .footer .foot_navi--list .foot_navi__item.btn_white a {
    width: 100%;
    min-width: 140px;
  }
}
@media only screen and (max-width: 1372px) {
  .footer .foot_navi--list .foot_navi__item.btn_black a {
    width: 100%;
    min-width: 140px;
  }
}
.fix_navi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  transition: all .8s;
}
@media only screen and (max-width: 1372px) {
  .fix_navi {
    padding: 20px;
  }
}
.fix_navi .fix_navi--list {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1372px) {
  .fix_navi .fix_navi--list .fix_navi-nav__item:first-child {
    width: 41.7910447761194%;
  }
}
@media only screen and (max-width: 1372px) {
  .fix_navi .fix_navi--list .fix_navi-nav__item:nth-child(2) {
    width: 53.7313432835821%;
  }
}
@media only screen and (max-width: 1372px) {
  .fix_navi .fix_navi--list .fix_navi-nav__item.btn_white a {
    width: 100%;
    min-width: 140px;
  }
}
@media only screen and (max-width: 1372px) {
  .fix_navi .fix_navi--list .fix_navi-nav__item.btn_black a {
    width: 100%;
    min-width: 180px;
  }
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.global-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.global-nav .global-nav__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 30px;
}
.global-nav .global-nav__item.btn_white {
  margin-left: 62px;
}
.global-nav .global-nav__item.btn_black {
  margin-left: 20px;
}
.header_menu {
  margin-top: 10px;
  cursor: pointer;
}
.drawer_close {
  display: none;
  margin-top: 8px;
  margin-left: 4px;
  cursor: pointer;
}
/*----------------------------------------
	form
  -- input[type="text"]
  -- input[type="file"]
  -- textarea
----------------------------------------*/
.form {
  max-width: 630px;
  margin: 0 auto;
}
.form .form_fieldset dt {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1372px) {
  .form .form_fieldset dt {
    margin-bottom: 8px;
  }
}
.form .form_fieldset dt label {
  display: inline-block;
}
.form .form_fieldset dd {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1372px) {
  .form .form_fieldset dd {
    margin-bottom: 15px;
  }
}
.form .form_fieldset .select {
  background: #fff;
  height: 58px;
  width: 300px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.form .form_fieldset .select.category {
  width: 100%;
}
@media only screen and (max-width: 1372px) {
  .form .form_fieldset .select {
    height: 43px;
    width: 100%;
    padding: 10px;
  }
}
.form .form_fieldset .select::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #1C8F96;
  border-right: 2px solid #1C8F96;
  z-index: -1;
}
.form .form_fieldset .select select, .form .form_fieldset .select category {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 15px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1372px) {
  .form .form_fieldset .select select, .form .form_fieldset .select category {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form .form_fieldset .address__error {
  padding-bottom: -10px;
}
.form .form_fieldset .address__error .error {
  margin: 0 0 -20px;
  padding-bottom: 20px;
}
.form .form_fieldset .select__error {
  padding-bottom: -10px;
}
.form .form_fieldset .select__error .error {
  margin: 0 0 -20px;
  padding-bottom: 20px;
}
.form .input-length {
  width: 100% !important;
}
.form input[type="text"], .form input[type="number"], .form input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  padding: 16px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.6;
  border: none;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media only screen and (max-width: 1372px) {
  .form input[type="text"], .form input[type="number"], .form input[type="email"] {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form input::-webkit-input-placeholder {
  color: #ADADB9;
}
.form input:-ms-input-placeholder {
  color: #ADADB9;
}
.form input::placeholder {
  color: #ADADB9;
}
.form textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100% !important;
  min-height: 140px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.8;
  background: #fff;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.form input[type="text"]:focus, .form textarea:focus, .form select:focus {
  outline: 0;
  box-shadow: 0 0 2px 2px #7FC5C5 inset;
}
.form input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
.form label {
  display: block;
  position: relative;
  outline: none;
  padding-right: 10px;
}
.form .required {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #FFA0A0;
}
.form .form__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 50px auto 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 1372px) {
  .form .form__btn {
    margin: 30px auto 0;
    text-align: center;
  }
}
.form .form__btn input {
  width: 380px;
  padding: 24px;
  background: #3D4044;
  border: 2px solid #3D4044;
  border-radius: 9999px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  transition: ease .4s;
}
@media only screen and (max-width: 1372px) {
  .form .form__btn input {
    width: 240px;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form .form__btn input:hover, .form .form__btn input:focus {
  background: linear-gradient(95deg, #B9D08B 0%, #1C8F96 100%);
  border: 2px solid #EAF5F2;
  letter-spacing: 0.1em;
}
.form label.error {
  display: block;
  margin-top: 10px;
  color: #FFA0A0;
  font-weight: bold;
  clear: both;
}
.form .agree_privacyLink {
  line-height: 1;
}
@media only screen and (max-width: 1372px) {
  .form .agree_privacyLink {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form .agree_privacyLink a {
  color: #1C8F96;
  text-decoration: underline;
}
.form .agree_privacyLink a:hover {
  font-weight: bold;
}
@media only screen and (max-width: 1372px) {
  .form .agree_privacyLink label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form .agree_privacyLink input[type="checkbox"] {
  opacity: 0;
  height: 0px;
}
.form .agree_privacyLink input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media only screen and (max-width: 1372px) {
  .form .agree_privacyLink input[type="checkbox"] + label {
    padding-left: 30px;
  }
}
.form .agree_privacyLink input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
.form .agree_privacyLink input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #1C8F96;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
@media only screen and (max-width: 1372px) {
  .form .agree_privacyLink input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
}
.form .agree_privacyLink input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  background: #EAF5F2;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*----------------------------------------
	head  --section  head__title
----------------------------------------*/
.wrapper .inner .heading-primary {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1372px) {
  .wrapper .inner .heading-primary {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.wrapper .inner .heading-primary span:nth-child(2) {
  margin-left: -6px;
}
.wrapper .inner .heading-primary span:nth-child(3) {
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 38.4px;
  margin-top: 15px;
}
@media only screen and (max-width: 1372px) {
  .wrapper .inner .heading-primary span:nth-child(2) {
    margin-left: -6px;
  }
  .wrapper .inner .heading-primary span:nth-child(3) {
    font-size: 15px;
    line-height: 25.6px;
    margin-top: 10px;
  }
}
.wrapper .inner .heading-primary ruby {
  font-size: 36px;
}
.wrapper .inner .heading-primary ruby rt {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 1372px) {
  .wrapper .inner .heading-primary ruby {
    font-size: 24px;
  }
  .wrapper .inner .heading-primary ruby rt {
    font-size: 12px;
  }
}

.text--center {
  text-align: center;
}
.text--bold {
  font-weight: bold;
}

.proposal_balloon {
  width: 342px;
  height: 65px;
  margin: 0 auto 19px;
}
.proposal_list {
  width: 100%;
  margin-bottom: 75px;
}
.proposal_list > ul {
  width: 100%;
}
.proposal_list > ul > li {
  border: 1px solid #ccc;
  width: 643px;
  height: 455px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.30);
}
.proposal_list > ul > li img {
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 1372px) {
  .proposal_balloon {
    width: 238px;
    height: 45px;
    margin: 0 auto 12px;
  }
  .proposal_balloon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .proposal_list {
    margin-bottom: 30px;
  }
  .proposal_list > ul > li {
    width: 256px;
    height: 182px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.30);
  }
}

/*----------------------------------------
	service 終了ページ用に改修
----------------------------------------*/
.service .contents {
  text-align: center;
  padding: 0 24px;
}
.service .footer {padding: 30px 40px;}
.service h1 img {
  width: 100%;
}
.service .footer_privacy {
  font-size: 1.2rem;
}
.service h2 {
  line-height: 160%;
}
@media only screen and (max-width: 1372px) {
  .service .column--02 {text-align: center;}
  .service .footer .column--02 .column__inner p.copyright {margin-top: 25px;}
}
@media only screen and (min-width: 1373px) {
  .service .pc_d-block {display: block;}
  .service .column--02 {align-items: end;}
}

/*可変要素 ここからーーーー*/
.service h1 {
  margin: 160px auto;
  width: 385px;
}
.service h2 {
  font-size: 2.8rem;
  margin-bottom: 48px;
}
.service section p {
  font-size: 2.2rem;
  margin-bottom: 1.5em;
}
.service section p span {
  line-height: 1.6;
}
@media only screen and (max-width: 1372px) and (min-width: 376px) {
  .service h1 {
    margin-top: calc(80px + ((100vw - 376px) * 80 / 996));
    margin-bottom: calc(80px + ((100vw - 376px) * 80 / 996));
    width: calc(240px + ((100vw - 376px) * 145 / 996));
  }
  .service h2 {
    font-size: calc(2.4rem + ((100vw - 376px) * 0.4 / 996));
    margin-bottom: calc(32px + ((100vw - 376px) * 16 / 996));
  }
  .service section p {
    font-size: calc(1.6rem + ((100vw - 376px) * 0.6 / 996));
  }
}

@media only screen and (max-width: 375px) {
  .service h1 {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 240px;
  }
  .service h2 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .service section p {
    font-size: 1.6rem;
  }
}
/*可変要素 ここまでーーーー*/
/*----------------------------------------
	contact
----------------------------------------*/
.contact .wrapper {
  background: #EAF5F2;
}
/*----------------------------------------
	thanks&completion
----------------------------------------*/
.thanks .wrapper, .completion .wrapper {
  background: #EAF5F2;
}
.thanks .wrapper .btn_back, .completion .wrapper .btn_back {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 50px auto;
}
@media only screen and (max-width: 1372px) {
  .thanks .wrapper .btn_back, .completion .wrapper .btn_back {
    margin: 30px auto 0;
    text-align: center;
  }
}
.thanks .wrapper .btn_back a, .completion .wrapper .btn_back a {
  width: 380px;
  padding: 16px;
  background: #3D4044;
  border: 2px solid #3D4044;
  border-radius: 9999px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  transition: ease .4s;
}
@media only screen and (max-width: 1372px) {
  .thanks .wrapper .btn_back a, .completion .wrapper .btn_back a {
    width: 240px;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.thanks .wrapper .btn_back a:hover, .thanks .wrapper .btn_back a:focus, .completion .wrapper .btn_back a:hover, .completion .wrapper .btn_back a:focus {
  background: linear-gradient(95deg, #B9D08B 0%, #1C8F96 100%);
  border: 2px solid #EAF5F2;
  letter-spacing: 0.1em;
}

.function {
  background: #EAF5F2;
  padding: 120px 0 100px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.function h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.function h3 {
  text-align: center;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: bold;
  margin-bottom: 20px;
}
.function > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  width: 1290px;
  margin: 0 auto 50px;
}
.function > ul:last-child {
  margin-bottom: 0;
}
.function > ul > li {
  position: relative;
  width: 25%;
  height: 287px;
  padding: 24px 0 0 0;
}
.function > ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  background: url("../img/index/function/dot.svg") 50% 50% no-repeat;
  width: 10px;
  height: 100%;
}
.function > ul > li:last-child:after {
  content: none;
}
.function > ul > li > p:nth-child(1) {
  color: #666;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.function > ul > li > p:nth-child(2) {
  text-align: center;
}
.function > ul > li .f1_1 { margin-top: 47px; }
.function > ul > li .f1_2 { margin-top: 49px; }
.function > ul > li .f1_3 { margin-top: 37px; }
.function > ul > li .f1_4 { margin-top: 44px; }
.function > ul > li .f2_1 { margin-top: 48px; }
.function > ul > li .f2_2 { margin-top: 45px; }
.function > ul > li .f2_3 { margin-top: 20px; }
.function > ul > li .f2_4 { margin-top: 55px; }
.function > ul > li .f3_1 { margin-top: 15px; }
.function > ul > li .f3_2 { margin-top: 52px; }
.function > ul > li .f3_3 { margin-top: 31px; }
.function > ul > li .f3_4 { margin-top: 58px; }
@media only screen and (max-width: 1372px) {
  .function {
    padding: 60px 0 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .function h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .function h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .function > ul {
    flex-direction: column;
    width: 335px;
  }
  .function > ul:last-child {
    margin-bottom: 0;
  }
  .function > ul > li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 0 0 0;
  }
  .function > ul > li:first-child {
    padding-top: 20px;
  }
  .function > ul > li:after {
    background-image: url("../img/index/function/dot_sp.svg");
    top: auto;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 10px;
  }
  .function > ul > li:last-child:after {
    content: none;
  }
  .function > ul > li > p:nth-child(1) {
    color: #666;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .function > ul > li > p:nth-child(2) {
    text-align: center;
  }
  .function > ul > li > p:nth-child(2) img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .function > ul > li .f1_1 { margin-top: 19px; margin-bottom: 23px; height: 72px; }
  .function > ul > li .f1_2 { margin-top: 21px; margin-bottom: 25px; height: 68px; }
  .function > ul > li .f1_3 { margin-top: 15px; margin-bottom: 19px; height: 80px; }
  .function > ul > li .f1_4 { margin-top: 18px; margin-bottom: 18px; height: 73px; }
  .function > ul > li .f2_1 { margin-top: 15px; margin-bottom: 19px; height: 52px; }
  .function > ul > li .f2_2 { margin-top: 16px; margin-bottom: 20px; height: 78px; }
  .function > ul > li .f2_3 { margin-top: 5px; margin-bottom: 11px; height: 70px; }
  .function > ul > li .f2_4 { margin-top: 31px; margin-bottom: 32px; height: 46px; }
  .function > ul > li .f3_1 { margin-top: 3px; margin-bottom: 7px; height: 78px; }
  .function > ul > li .f3_2 { margin-top: 19px; margin-bottom: 24px; height: 43px; }
  .function > ul > li .f3_3 { margin-top: 16px; margin-bottom: 21px; height: 77px; }
  .function > ul > li .f3_4 { margin-top: 28px; margin-bottom: 27px; height: 54px; }
}


.support {
  background: #ECF3E2;
  padding: 100px 0;
  margin-top: 60px;
}
.support > div {
  background: #FFF;
  border-radius: 20px;
  border: 3px solid #3D4044;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.30);
  width: 640px;
  height: 422px;
  padding-top: 45px;
  margin: 0 auto;
}
.support h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 52px;
}
.support ul > li {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 33.6px;
  margin-left: 104px;
  margin-top: 20px;
}
.support ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -38px;
  background: #47A1A1;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1372px) {
  .support {
    padding: 60px 0 50px;
    margin-top: 30px;
  }
  .support > div {
    width: 335px;
    padding-top: 30px;
  }
  .support h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px;
  }
  .support ul > li {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    margin-left: 82px;
    margin-top: 26px;
  }
  .support ul > li:first-child {
    margin-top: 0;
  }
  .support ul > li::before {
    top: 6px;
    left: -25px;
    width: 20px;
    height: 20px;
    transform: none;
  }
}

.inquiry {
  background: #fff;
}
.inquiry > h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}
.inquiry > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.inquiry > div > p {
  width: 380px;
  height: 68px;
}
.inquiry > div > p > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.6px;
  height: 68px;
}
@media only screen and (max-width: 1372px) {
  .inquiry > h2 {
    font-size: 15px;
    line-height: 25.6px;
    margin-bottom: 20px;
  }
  .inquiry > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .inquiry > div > p {
    width: 240px;
    height: 42px;
  }
  .inquiry > div > p > a {
    font-size: 16px;
    line-height: 12.316px;
    letter-spacing: 0.48px;
    height: 42px;
  }
}

.drawerMenu {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 0;
  padding: 0;
  transition: height .5s ease;
  z-index: 101;
  overflow: hidden;
}

.drawerMenu.is_show {
  display: block;
}

.drawerMenu.is_open {
  height: calc(100vh - 90px);
}

.drawerMenu .drawer-nav {
  margin-top: 58px;
  margin-bottom: 53px;
}

.drawerMenu .drawer-nav li {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.drawerMenu .drawer-button {
  text-align: center;
}
.drawerMenu .drawer-button > p {
  width: 240px;
  height: 42px;
  margin: 16px auto 0;
}
.drawerMenu .drawer-button > p > a {
  font-size: 16px;
  line-height: 12.316px;
  letter-spacing: 0.48px;
  height: 42px;
}

@media only screen and (max-width: 1372px) {
  .service.is_drawer {
    overflow: hidden;
  }
  .service.is_drawer .header {
    background: #fff;
    transition: background .3s ease;
    z-index: 102;
  }
  .service.is_drawer .header_menu {
    display: none;
  }
  .service.is_drawer .drawer_close {
    display: block;
  }
}

.dotLine {
  background-image: linear-gradient(to right, #3D4044, #3D4044 2px, transparent 2px, transparent 6px);
  background-size: 8px 2px;
  background-position: left center;
  background-repeat: repeat-x;
  flex-grow: 1;
  height: 6px;
}

/**
 top case_study
 */
.case_study {
  display: none;
  background: #ECF3E2;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
  margin: -60px auto 60px;
}
.case_study.show {
  display: block;
}
.case_study .case_study_title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.case_study .case_study_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.case_study .case_study_list > li {
  position: relative;
  border-radius: 30px;
  background: #FFF;
  width: 410px;
  padding: 24px 30px calc(30px + 196.875px);
}
.case_study .case_study_list_title {
  font-size: 20px; /* 調整 他の要素に合わせて 24px→20px */
  font-weight: bold;
  line-height: 1.6;/* 調整 上記の比率に合わせて　28px→1.6 */
  margin-bottom: 15px;
}
.case_study .case_study_list_title a {
  color: #1C8F96;
  text-decoration-line: underline;
}
.case_study .case_study_list_title a:hover {
  text-decoration-line: none;
}

.case_study .case_study_list_text {
  font-size: 18px;
  line-height: 28.8px;
  margin-bottom: 20px;
}

.case_study .case_study_list_image {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 196.875px;
}
.case_study .case_study_list_image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 1372px) {
  .case_study {
    padding-top: 60px;
    padding-bottom: 50px;
    margin: -30px auto 30px;
  }
  .case_study .case_study_title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 28.8px;
  }
  .case_study .case_study_list {
    flex-direction: column;
    align-items: center;
  }
  .case_study .case_study_list > li {
    width: 335px;
    padding: 20px;
  }
  .case_study .case_study_list_text {
    margin-bottom: 15px;
  }

  .case_study .case_study_list_image {
    position: relative;
    bottom: auto;
    width: 295px;
    height: 165.938px;
  }
}

/**
 top news
 */
.news {
  display: none;
  width: 1290px;
  padding-top: 60px;
  margin: -60px auto 60px;
}
.news.show {
  display: block;
}
.news .news_title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}
.news .news_list {
  padding: 0 30px 30px;
}
.news .news_list > li {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.news .news_list > li > p {
  font-size: 20px;
  line-height: 32px;
}
.news .news_list > li a {
  color: #1C8F96;
  text-decoration-line: underline;
}
.news .news_list > li a:hover {
  text-decoration: none;
}
.news .news_list > li > p:nth-child(1) {
  width: 100px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1372px) {
  .news {
    width: 338px;
    padding-top: 60px;
    margin: -30px auto 30px;
  }
  .news .news_title {
    font-size: 24px;
    line-height: 28.8px;
  }
  .news .news_list {
    padding: 0 0 30px;
  }
  .news .news_list > li {
    gap: 15px;
    margin-top: 15px;
  }
  .news .news_list > li > p {
    font-size: 15px; /* 調整 他の最小フォントサイズに合わせて 12px→15px */
    line-height: 17.6px;
  }
  .news .news_list > li > p:nth-child(1) {
    width: 65px; /* 調整 フォントサイズ拡大に合わせて 60px→65px */
    flex-shrink: 0;
  }
}

/**
 * case_study, news
 */
.service.page .contents a {
  color: #1C8F96;
  text-decoration: underline;
}
.service.page .contents a:hover {
  text-decoration: none;
}

.service.page .contents {
  position: relative;
  width: 1200px;
  padding-top: 160px;
  margin: 0 auto;
}

.service.page .return {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 25px;
  border: 2px solid #3D4044;
  width: 200px;
  height: 50px;
  margin-left: -115px;
  cursor: pointer;
  transition: opacity .3s ease;
}
.service.page .return:hover {
  opacity: .7;
}
.service.page .return a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 25px;
  color: #3D4044;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

.service.page .tag {
  position: absolute;
  top: 178px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.service.page .tag li {
  border-radius: 5px;
  border: 1px solid #47A1A1;
  background: #ECF3E2;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 9px 18px;
}

.service.page h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 57.6px;
}

.service.page h2 {	/* 調整 他のフォントサイズに合わせて 30px→32px / 行間38.4	→	51.2*/
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}

.service.page h3 {	/* 調整 他のフォントサイズに合わせて 24px→26px / 行間38.4	→	42.24*/
  font-size: 26px;
  font-weight: bold;
  line-height: 41.6px;
}

.service.page h4 {	/* 調整 他のフォントサイズに合わせて 20px→22px / 行間38.4	→	42.24*/
  font-size: 22px;
  font-weight: bold;
  line-height: 35.2px;
}

.service.page .text_m {/* PC用のclassを追加*/
  font-size: 20px;
  line-height: 32px;
}

.service.page .text_b {
  font-size: 30px;
  line-height: 48px;
}

.service.page .text_s {
  font-size: 30px;
  line-height: 48px;
}

.service.page .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.service.page .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.service.page .image_caption {	/* 調整 他のフォントサイズに合わせて 12px→15px / 行間16.8	→	21*/
  font-size: 15px;
  line-height: 21px;
}

.service.page .button_primary a {
  background: #3D4044;
  border: 1px solid #3D4044;
  color: #FFF;
}

.service.page .button a {
  background: #FFF;
  border: 1px solid #3D4044;
  color: #3D4044;
}

.service.page .button_primary, .service.page .button {
  text-align: center;
}

.service.page .button_primary a, .service.page .button a {
  display: inline-block;
  border-radius: 34px;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.6px;
  padding: 18px 90px;
  cursor: pointer;
  transition: opacity .3s ease;
  text-decoration: none;
}

.service.page .button_primary a:hover, .service.page .button a:hover {
  opacity: .7;
}

.service.page .item {
  padding: 60px 0 60px 30px;
}

.service.page .item_name {
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 20px;
}

.service.page .item > div {
  display: flex;
  gap: 87px; /*調整 プロフィール欄の幅調整 107 → 87*/
}

.service.page .item_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 208px;
  height: 208px;
  flex-shrink: 0;
}

.service.page .item_image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.service.page .item > div > ul > li {
  display: flex;
  margin-top: 20px;
}
.service.page .item > div > ul > li:first-child {
  margin-top: 0;
}

.service.page .item > div > ul > li > p {
  font-size: 20px;
  line-height: 28px;
}

.service.page .item > div > ul > li > p:nth-child(1) {
  position: relative;
  font-weight: bold;
  width: 160px; /*調整 プロフィール欄の幅調整 140 → 160*/
  padding-right: 30px;
  flex-shrink: 0;
}

.service.page .item > div > ul > li > p:nth-child(1):after {
  content: "：";
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 28px;
}

.service.page .item > div > ul > li > p:nth-child(2) {
  font-weight: normal;
}

.service.page .page_inquiry {
  margin: 60px auto;
}

.service.page .page_inquiry .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 30px;
}

.service.page .page_inquiry .actions {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.service.page .page_inquiry .actions .button a, .service.page .page_inquiry .actions .button_primary a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 68px;
  padding: 0;
  transition: ease .4s;
}

.service.page .page_inquiry .actions .button a:hover, .service.page .page_inquiry .actions .button_primary a:hover {
  background: linear-gradient(95deg, #B9D08B 0%, #1C8F96 100%);
  border: 2px solid #EAF5F2;
  letter-spacing: 0.1em;
  color: #fff;
  transform: scale(1.1, 1.1);
  opacity: 1;
}

@media only screen and (min-width: 1373px) {
  .pc_mb5 { margin-bottom: 5px !important; }
  .pc_mb10 { margin-bottom: 10px !important; }
  .pc_mb15 { margin-bottom: 15px !important; }
  .pc_mb20 { margin-bottom: 20px !important; }
  .pc_mb30 { margin-bottom: 30px !important; }
  .pc_mb40 { margin-bottom: 40px !important; }
  .pc_mb50 { margin-bottom: 50px !important; }
  .pc_mb60 { margin-bottom: 60px !important; }
  .pc_mb70 { margin-bottom: 70px !important; }
  .pc_mb80 { margin-bottom: 80px !important; }
  .pc_mb90 { margin-bottom: 90px !important; }
  .pc_mb100 { margin-bottom: 100px !important; }
  .pc_mb110 { margin-bottom: 110px !important; }
  .pc_mb120 { margin-bottom: 120px !important; }
  .pc_mb130 { margin-bottom: 130px !important; }
  .pc_mb140 { margin-bottom: 140px !important; }
  .pc_mb150 { margin-bottom: 150px !important; }
}

@media only screen and (max-width: 1372px) {
  .sp_mb5 { margin-bottom: 5px !important; }
  .sp_mb10 { margin-bottom: 10px !important; }
  .sp_mb15 { margin-bottom: 15px !important; }
  .sp_mb20 { margin-bottom: 20px !important; }
  .sp_mb30 { margin-bottom: 30px !important; }
  .sp_mb40 { margin-bottom: 40px !important; }
  .sp_mb50 { margin-bottom: 50px !important; }
  .sp_mb60 { margin-bottom: 60px !important; }
  .sp_mb70 { margin-bottom: 70px !important; }
  .sp_mb80 { margin-bottom: 80px !important; }
  .sp_mb90 { margin-bottom: 90px !important; }
  .sp_mb100 { margin-bottom: 100px !important; }
  .sp_mb110 { margin-bottom: 110px !important; }
  .sp_mb120 { margin-bottom: 120px !important; }
  .sp_mb130 { margin-bottom: 130px !important; }
  .sp_mb140 { margin-bottom: 140px !important; }
  .sp_mb150 { margin-bottom: 150px !important; }
}

@media only screen and (max-width: 1372px) {
  .service.page .contents {
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service.page .return {
    border: 1px solid #3D4044;
    width: 83px;
    height: 29px;
    margin-left: 0;
  }
  .service.page .return a {
    font-size: 11px;
    line-height: 12.316px;
    letter-spacing: 0.33px;
  }

  .service.page .tag {
    position: relative;
    top: auto;
    right: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .service.page .tag li {
    font-size: 11px;
    line-height: 11px;
    padding: 5px 15px;
  }

  .service.page h1 {	/* 調整 他の最小フォントサイズに合わせて 20px→ 24px / 行間32→38.4 */
    font-size: 24px;
    line-height: 38.4px;
  }

  .service.page h2 {	/* 調整 他の最小フォントサイズに合わせて 18px→ 22px / 行間28.8→35.2 */
    font-size: 22px;
    line-height: 35.2px;
  }

  .service.page h3 {	/* 調整 他の最小フォントサイズに合わせて 16px→20px / 行間25.6→32*/
    font-size: 20px;
    line-height: 32px;
  }

  .service.page h4 {
    font-size: 18px;	/* 調整 他の最小フォントサイズに合わせて 14px→18px / 行間22.4→28.8 */
    line-height: 28.8px;
  }

  .service.page .text_b {	/* 調整 他の最小フォントサイズに合わせて 16px→20px / 行間25.6→32*/
    font-size: 20px;
    line-height: 32px;
  }

  .service.page .text_m {
    font-size: 15px;	/* 調整 他の最小フォントサイズに合わせて 12px→15px / 行間19.2→24  */
    line-height: 24px;
  }

  .service.page .image_caption {	/* 調整 他の最小フォントサイズに合わせて 12px→15px / 行間21  */
    font-size: 15px;
    line-height: 16.8px;
  }

  .service.page .button_primary a {
    background: #3D4044;
    border: 1px solid #3D4044;
    color: #FFF;
  }

  .service.page .button a {
    background: #FFF;
    border: 1px solid #3D4044;
    color: #3D4044;
  }

  .service.page .button_primary, .service.page .button {
    text-align: center;
  }

  .service.page .button_primary a, .service.page .button a {
    display: inline-block;
    border-radius: 34px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.6px;
    padding: 18px 90px;
    cursor: pointer;
    transition: opacity .3s ease;
    text-decoration: none;
  }

  .service.page .button_primary a:hover, .service.page .button a:hover {
    opacity: .7;
  }

  .service.page .dotLine {
    background-image: linear-gradient(to right, #3D4044, #3D4044 2px, transparent 2px, transparent 6px);
    background-size: 8px 2px;
    background-position: left center;
    background-repeat: repeat-x;
    flex-grow: 1;
    height: 6px;
  }

  .service.page .item {
    padding: 60px 0 60px;
  }

  .service.page .item_name {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 11px;
  }

  .service.page .item > div {
    display: block;
  }

  .service.page .item_image {
    width: 178px;
    height: 178px;
    margin: 0 auto 20px;
  }

  .service.page .item > div > ul > li {
    margin-top: 5px;
  }

  .service.page .item > div > ul > li > p {
    font-size: 14px;
    line-height: 22.4px;
  }

  .service.page .item > div > ul > li > p:nth-child(1) {
    width: 94px;
    padding-right: 24px;
  }

  .service.page .item > div > ul > li > p:nth-child(1):after {
    right: 5px;
    width: 14px;
    height: 23px;
  }

  .service.page .page_inquiry {
    margin: 60px auto;
  }

  .service.page .page_inquiry .title {
    font-size: 14px;
    line-height: 25.6px;
    margin-bottom: 20px;
  }

  .service.page .page_inquiry .actions {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .service.page .page_inquiry .actions .button a, .service.page .page_inquiry .actions .button_primary a {
    font-size: 16px;
    line-height: 12.316px;
    letter-spacing: 0.48px;
    width: 240px;
    height: 42px;
    padding: 0;
  }
}

.notice {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5E56B;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
  z-index: 1000;
}

.notice.pc-only {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
}

.notice.sp-only {
  position: sticky;
  top: 0;
  left: 0;
  text-align: center;
  height: 58px;
}

.minterior_info {
  position: relative;
  border-radius: 20px;
  border: 3px solid #3D4044;
  background: #ECF3E2;
  width: 920px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
  margin: 0 auto;
  padding: 50px 85px 60px;
  z-index: 1;
}

.minterior_info > h2{
  color: #3D4044;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px; /* 140% */
  margin-bottom: 16px;
}

.minterior_info > div {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

@media only screen and (max-width: 1372px) {
  .minterior_info {
    border-width: 2px;
    width: auto;
    max-width: 335px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.30);
    padding: 30px 15px 30px;
    margin-bottom: 30px !important;
  }

  .minterior_info > h2 {
    font-size: 18px;
    line-height: 28.8px; /* 160% */
    margin-bottom: 10px;
  }

  .minterior_info > div {
    font-size: 14px;
  }
}