@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 100%;
  background-color: #fff;
  letter-spacing: 0.07rem;
  font-feature-settings: "palt";
  counter-reset: support consultation;
}

header {
  width: 100%;
  position: relative;
  z-index: 100;
  /*最前面へ*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
header.dp-on {
  display: block;
}
header.dp-off {
  display: none;
}
header.fixed {
  position: fixed;
}
header.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
header.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h1,
h2,
h3,
h4 {
  line-height: 2rem;
  font-weight: normal;
  margin: 0;
}

h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

hr {
  height: 1px;
  background-color: #dfdfdf;
  border: none;
}
hr.vr {
  width: 1px;
  height: 56px;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

address {
  font-style: normal;
}

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

section {
  position: relative;
  max-width: 1024px;
  margin: auto;
  text-align: right;
}
section .inner {
  text-align: center;
}

a:hover {
  opacity: 0.7;
}

.header__li__line {
  border-bottom: 5px solid #eee;
}

.main-content p {
  text-align: justify;
  line-height: 2rem;
}

.if-wrap {
  position: relative;
  padding-top: 400px;
  overflow: auto;
  margin-bottom: 1rem;
}
.if-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.fadein {
  opacity: 0;
  transition: 0.75s;
  transition-timing-function: ease-in;
  transform: matrix(1, 0, 0, 1, 0, 20);
}
.fadein.iv {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.zen-maru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.euro-num {
  font-family: "Century Gothic";
  font-weight: bold;
  font-size: 2rem;
}

.fx {
  display: flex;
}

.fxd--rr {
  flex-direction: row-reverse;
}

.vw-100 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.triangle {
  background: #000;
  height: 43.3012701892px;
  width: 50px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform-origin: center;
}
.triangle.up {
  transform: rotate(0deg);
}
.triangle.right {
  transform: rotate(90deg);
}
.triangle.down {
  transform: rotate(180deg);
}
.triangle.left {
  transform: rotate(270deg);
}

.link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em;
  display: block;
  font-weight: bold;
}
.link.arrow {
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.link.arrow::before, .link.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: 0.3s;
}
.link.arrow::before {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #ddd;
}
.link.arrow::after {
  top: -1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(1px) rotate(45deg);
}

.nav-pc {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.nav-pc .wrap:nth-child(1),
.nav-pc .wrap:nth-child(2) {
  width: inherit;
  border-bottom: 1px solid #f5f5f5;
}
.nav-pc .group {
  max-width: 1000px;
  height: 86px;
  margin: auto;
  padding: 1rem 1rem 0;
  display: flex;
  justify-content: space-between;
}
.nav-pc .group h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.nav-pc .group h1 img:first-child {
  margin-right: 10px;
}
.nav-pc .group > div {
  width: -moz-fit-content;
  width: fit-content;
}
.nav-pc .group .tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.nav-pc .group .tel .tag-sodan {
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  padding: 6px 6px 7px 9px;
  color: #fff;
  background-color: #7fa860;
  border-radius: 3px;
}
.nav-pc .group .hours {
  margin: 0 auto;
  text-align: center;
  font-size: 0.875rem;
}
.nav-pc .logo {
  height: 37px;
}
.nav-pc .logo img {
  height: 100%;
}
.nav-pc .wrap:nth-child(2) ul {
  width: 960px;
  height: 60px;
  margin: auto;
  padding: 0 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.nav-pc .wrap:nth-child(2) li {
  width: 25%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-pc .wrap:nth-child(2) li:nth-child(4) {
  position: relative;
  border-bottom: 5px solid #eee;
  margin: 4px 0;
  box-sizing: border-box;
  border: 1px solid #348cd0;
  border-radius: 3px;
}
.nav-pc .wrap:nth-child(2) li:nth-child(4)::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  position: absolute;
  right: 20px;
  background-size: contain;
  background-image: url(../images/icon-paper-plane.png);
}
.nav-pc .wrap:nth-child(2) li a {
  display: block;
  width: 100%;
}

.nav-sp {
  position: absolute;
  top: 0;
  /* ボタンの設定 */
}
.nav-sp a {
  text-decoration: none !important;
  display: block;
  width: 100%;
  line-height: 50px;
}
.nav-sp .btn-tgl {
  display: none;
  position: fixed;
  width: 78px;
  height: 78px;
  top: -13px;
  right: -13px;
  z-index: 200;
  transition: 0.3s ease-in 0.3s;
  background-color: #80a6c1;
  border-radius: 50%;
}
.nav-sp .btn-tgl.iv {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.nav-sp .btn-tgl__icon {
  display: block;
  position: absolute;
  top: 36px;
  right: 23px;
  width: 38px;
  height: 1px;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
  font-weight: 100;
  color: #fff;
  background: #fff;
  transition: 0.2s;
}
.nav-sp .btn-tgl__icon:before {
  margin-top: -9px;
}
.nav-sp .btn-tgl__icon:after {
  margin-top: 8px;
}
.nav-sp .btn-tgl__icon:before, .nav-sp .btn-tgl__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: inherit;
  height: inherit;
  background: #fff;
  transition: 0.3s;
}
.nav-sp .inner {
  display: none;
  visibility: hidden;
  position: fixed;
  width: 0;
  height: 100%;
  margin: auto;
  right: 0;
  opacity: 0;
  z-index: 199;
  background-color: #f4f7f9;
  overflow: scroll;
  transition: all 0.3s ease-in;
}
.nav-sp .logo {
  width: 330px;
  height: 75px;
  padding: 30px 0;
  margin: 0 auto 1rem;
}
.nav-sp .logo img {
  height: 30px;
}
.nav-sp .nav-sp_tel {
  max-width: 330px;
  margin: 0 auto 50px;
}
.nav-sp .nav-sp_tel .tel {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.nav-sp .nav-sp_tel .tel .tag-sodan {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  padding: 6px 6px 7px 9px;
  color: #fff;
  background-color: #7fa860;
  border-radius: 3px;
}
.nav-sp .nav-sp_tel .tel .euro-num {
  letter-spacing: 1px;
}
.nav-sp .nav-sp_tel .hours {
  margin: 0 auto 1em;
  text-align: center;
  font-size: 13px;
}
.nav-sp .nav-sp_tel div:nth-of-type(2) {
  height: 50px;
  line-height: 47px;
  text-align: center;
  margin: auto;
  padding: 0 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  border-bottom: 5px solid #eee;
  margin: 4px 0;
  box-sizing: border-box;
  border: 1px solid #348cd0;
  border-radius: 3px;
  background-color: #fff;
}
.nav-sp .nav-sp_tel div:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-left: 5px;
  background-size: contain;
  background-image: url(../images/icon-paper-plane.png);
  position: absolute;
  top: 15px;
  right: 73px;
}
.nav-sp .page-list {
  max-width: 330px;
  width: 100%;
  margin: auto;
}
.nav-sp li {
  width: 100%;
  height: 70px;
  padding: 1rem 20px;
  font-size: 1.125rem;
  border-bottom: 1px solid #80a6c1;
  font-weight: bold;
  display: flex;
  opacity: 0;
  transition: all 0.5s, ease-in 0.5s;
  align-items: center;
  position: relative;
}
.nav-sp .arrow::before, .nav-sp .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: 0.3s;
}
.nav-sp .arrow::before {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #80a6c1;
  right: 7px;
}
.nav-sp .arrow::after {
  right: 20px;
  top: -1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(1px) rotate(45deg);
}

.menu-open .btn-tgl__icon {
  background: transparent;
}
.menu-open .btn-tgl__icon:before, .menu-open .btn-tgl__icon:after {
  margin-top: 0;
  background: #fff;
}
.menu-open .btn-tgl__icon:before {
  transform: rotate(-25deg);
}
.menu-open .btn-tgl__icon:after {
  transform: rotate(-155deg);
}
.menu-open .inner {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.menu-open li {
  opacity: 1;
}
.menu-open li:nth-child(1) {
  transition-delay: 0.2s;
}
.menu-open li:nth-child(2) {
  transition-delay: 0.3s;
}
.menu-open li:nth-child(3) {
  transition-delay: 0.4s;
}
.menu-open li:nth-child(4) {
  transition-delay: 0.5s;
}
.menu-open li:nth-child(5) {
  transition-delay: 0.6s;
}
.menu-open li:nth-child(6) {
  transition-delay: 0.7s;
}
.menu-open .bottom {
  opacity: 1;
  transition-delay: 0.2s;
}

footer {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: #5e432f;
}

#support {
  padding: 70px 0 0;
}
#support::before {
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  content: "";
  background-color: #f0ece6;
  width: 20px;
  height: 17.3205080757px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  transform-origin: center;
}
#support .inner {
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
#support .inner::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/bg-blue-50.svg);
  border-radius: 50% 50% 0 0;
  width: 100%;
  height: 100%;
  top: 70px;
  z-index: -10;
}
#support h2 {
  margin-bottom: 47px;
}
#support .wrap {
  max-width: 900px;
  margin: auto;
  display: flex;
  position: relative;
}
#support .wrap:nth-of-type(1) {
  margin-bottom: 40px;
  padding-bottom: 70px;
  flex-direction: row;
  justify-content: space-between;
}
#support .wrap:nth-of-type(1) .link {
  position: absolute;
  padding: 12px 50px 12px 24px;
  bottom: 0;
  right: 16px;
  border-color: #80a6c1;
}
#support .wrap:nth-of-type(1) .link::before {
  background-color: #80a6c1;
  right: 8px;
}
#support .wrap:nth-of-type(1) .link::after {
  right: 21px;
}
#support .wrap:nth-of-type(2) {
  padding: 2rem 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #f5f5f5;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
#support .wrap:nth-of-type(2) p {
  text-align: center;
}
#support .wrap:nth-of-type(2) img {
  display: none;
}
#support .wrap:nth-of-type(2) h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 4px solid #ffff33;
}
#support .wrap:nth-of-type(2) .fx {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#support .wrap:nth-of-type(2) address {
  max-width: 440px;
  width: 100%;
  margin: 1rem auto;
  border-bottom: 2px solid #3c6d43;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#support .wrap:nth-of-type(2) span.euro-num {
  font-size: 2.625rem;
  margin-bottom: 8px;
}
#support .wrap:nth-of-type(2) span.euro-num::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 33px;
  height: 33px;
  background-image: url(../images/icon-tel.png);
  background-size: contain;
}
#support .wrap:nth-of-type(2) span.hours {
  font-weight: bold;
  margin-bottom: 5px;
}
#support .wrap:nth-of-type(2) .link.mail {
  padding: 22px 50px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #4c9ede;
  box-shadow: 2px 3px 0px 0px #4c9ede;
  background-color: #fff;
}
#support .wrap:nth-of-type(2) .link.mail::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 21px;
  margin-right: 22px;
  background-image: url(../images/icon-mail.png);
  background-size: contain;
}
#support .content {
  max-width: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#support .content p {
  width: 260px;
  margin: auto;
  line-height: 1.75rem;
}
#support h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 36px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
#support h3::before {
  counter-increment: support 1;
  content: counter(support) " ";
  width: 54px;
  height: 54px;
  margin-bottom: 1rem;
  letter-spacing: 0;
  font-family: "Futura", "Century Gothic";
  font-size: 32px;
  color: #fff;
  background-color: #4c9ede;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
}

#access {
  padding: 50px 0;
}
#access .inner {
  max-width: 900px;
  margin: auto;
}
#access h2 {
  margin-bottom: 2rem;
}
#access .wrap {
  max-width: 800px;
  margin: auto;
}
#access h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px 0 20px;
  font-size: 1.625rem;
  border-left: 9px solid #e12b29;
}
#access .location {
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#access .location .content {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
#access .location .content:nth-of-type(1) {
  justify-content: left;
}
#access .location .content:nth-of-type(1) .group {
  display: flex;
  margin-bottom: 10px;
}
#access .location .content:nth-of-type(1) address {
  text-align: left;
  font-weight: bold;
  line-height: 1.5em;
}
#access .location .content:nth-of-type(1) p {
  max-width: 470px;
  margin: auto;
  padding: 0px 20px 0 30px;
  line-height: 1.75em;
}
#access .location .content:nth-of-type(2) {
  max-width: 330px;
  position: relative;
  padding: 4px 1rem 2px;
  justify-content: space-between;
  align-items: center;
}
#access .location .content:nth-of-type(2) .link {
  width: 280px;
  position: relative;
  padding: 12px 50px 12px 24px;
}
#access .location .content:nth-of-type(2) .link.arrow::before {
  background-color: #80a6c1;
  right: 8px;
}
#access .location .content:nth-of-type(2) .link.arrow::after {
  right: 21px;
}
#access .location .content:nth-of-type(2) .link.map {
  margin-bottom: 1rem;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #999;
}
#access .location .content:nth-of-type(2) .link.map::after {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 14px;
  position: absolute;
  content: "";
}
#access .pics {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#access .pics ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
#access .info {
  display: flex;
  flex-direction: column;
}
#access .info p {
  text-align: center;
  font-weight: bold;
}
#access .info .fx {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#access .info address {
  max-width: 440px;
  width: 100%;
  margin: 1rem auto;
  border-bottom: 2px solid #3c6d43;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#access .info span.euro-num {
  font-size: 42px;
  margin-bottom: 8px;
}
#access .info span.euro-num::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 33px;
  height: 33px;
  background-image: url(../images/icon-tel.png);
  background-size: contain;
}
#access .info span.hours {
  font-weight: bold;
  margin-bottom: 5px;
}
#access .info .link.mail {
  padding: 22px 50px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #4c9ede;
  box-shadow: 2px 3px 0px 0px #4c9ede;
}
#access .info .link.mail::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 21px;
  margin-right: 22px;
  background-image: url(../images/icon-mail.png);
  background-size: contain;
}

#flow {
  padding: 60px 1rem 20px;
}
#flow::before {
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  content: "";
  background-color: #f2f7fb;
  width: 20px;
  height: 17.3205080757px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  transform-origin: center;
}
#flow .wrap {
  max-width: 900px;
  padding: 2rem;
  margin: auto;
  border: 3px solid #f5f5f5;
}
#flow h2 {
  margin-bottom: 33px;
}
#flow .content {
  max-width: 620px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#flow .content:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 27px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #7fa860;
  z-index: -100;
}
#flow h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 36px;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  letter-spacing: 0.1em;
}
#flow h3::before {
  counter-increment: consultation 1;
  content: counter(consultation) " ";
  margin-right: 30px;
  width: 54px;
  height: 54px;
  letter-spacing: 0;
  font-family: "Futura", "Century Gothic";
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  background-color: #7fa860;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
}
#flow p {
  max-width: 540px;
  margin: 0 0 30px 84px;
  line-height: 1.75rem;
}

#pages #kv .top-image {
  height: 350px;
  background-image: url(../images/top-office-min.jpg);
  background-size: cover;
  background-position: 50% 55%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#front-page #kv .top-image {
  height: 575px;
  background-image: url(../images/top-index-min.jpg);
  background-size: cover;
  background-position: 100% 50%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
}
#front-page #kv .top-image .logo {
  height: 195px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 80px;
}
#front-page #kv .top-image .logo img:nth-child(1) {
  width: 190px;
  height: unset;
}
#front-page #kv .top-image .logo img:nth-child(2) {
  height: 32px;
}
#front-page #kv .top-image .hd {
  writing-mode: vertical-rl;
  color: #000;
  font-size: 1.5rem;
  line-height: 2.5rem;
  position: absolute;
  right: 200px;
  top: 100px;
  text-align: left;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#front-page #kv .nav-index {
  border-bottom: 1px solid #f5f5f5;
}
#front-page #kv .nav-index ul {
  max-width: 960px;
  height: 60px;
  margin: auto;
  padding: 0 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
#front-page #kv .nav-index li {
  width: 25%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#front-page #kv .nav-index li:nth-child(4) {
  position: relative;
  border-bottom: 5px solid #eee;
  margin: 4px 0;
  box-sizing: border-box;
  border: 1px solid #348cd0;
  border-radius: 3px;
}
#front-page #kv .nav-index li:nth-child(4)::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  position: absolute;
  right: 20px;
  background-size: contain;
  background-image: url(../images/icon-paper-plane.png);
}
#front-page #kv .nav-index li a {
  display: block;
  width: 100%;
  line-height: 50px;
}
#front-page #kv .kv_tel {
  display: none;
  max-width: 330px;
  margin: auto;
}
#front-page #kv .kv_tel .tel {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
#front-page #kv .kv_tel .tel .tag-sodan {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  padding: 6px 6px 7px 9px;
  color: #fff;
  background-color: #7fa860;
  border-radius: 3px;
}
#front-page #kv .kv_tel .tel .euro-num {
  letter-spacing: 1px;
}
#front-page #kv .kv_tel .hours {
  margin: 0 auto 1em;
  text-align: center;
  font-size: 13px;
}
#front-page #kv .kv_tel div:nth-of-type(2) {
  height: 50px;
  line-height: 47px;
  margin: auto;
  padding: 0 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 5px solid #eee;
  margin: 4px 0;
  box-sizing: border-box;
  border: 1px solid #348cd0;
  border-radius: 3px;
}
#front-page #kv .kv_tel div:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-left: 5px;
  background-size: contain;
  background-image: url(../images/icon-paper-plane.png);
}
#front-page #greeting {
  padding: 60px 0;
}
#front-page #greeting .inner > p {
  margin: 1rem auto;
  max-width: 500px;
  text-align: left;
}
#front-page #greeting .fx {
  margin-bottom: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#front-page #greeting .fx img {
  height: 124px;
}
#front-page #greeting .fx p {
  margin-left: 2rem;
}
#front-page #greeting h2:nth-of-type(1) {
  font-size: 1.625rem;
}
#front-page #greeting h2:nth-of-type(2) {
  margin: 30px auto;
}
#front-page #greeting ul {
  max-width: 760px;
  margin: auto;
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#front-page #greeting li {
  max-width: 240px;
  width: 100%;
  height: 190px;
  padding-top: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6em;
  border: 3px solid #000;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
#front-page #greeting li img {
  width: 110px;
  height: 110px;
  display: block;
  margin: auto;
}
#front-page #greeting li::after {
  position: absolute;
  bottom: -45px;
  right: 0;
  content: "";
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
#front-page #greeting li:nth-child(1) {
  border-color: #f9f4c4;
}
#front-page #greeting li:nth-child(1)::after {
  background-color: #f9f4c4;
}
#front-page #greeting li:nth-child(2) {
  border-color: #d8f4d3;
}
#front-page #greeting li:nth-child(2)::after {
  background-color: #d8f4d3;
}
#front-page #greeting li:nth-child(3) {
  border-color: #d3f4ec;
}
#front-page #greeting li:nth-child(3)::after {
  background-color: #d3f4ec;
}
#front-page #greeting li:nth-child(4) {
  border-color: #d3e6f4;
}
#front-page #greeting li:nth-child(4)::after {
  background-color: #d3e6f4;
}
#front-page #greeting li:nth-child(5) {
  border-color: #e3d3f4;
}
#front-page #greeting li:nth-child(5)::after {
  background-color: #e3d3f4;
}
#front-page #greeting li:nth-child(6) {
  border-color: #fbe6e9;
}
#front-page #greeting li:nth-child(6)::after {
  background-color: #fbe6e9;
}
#front-page #service {
  max-width: 100%;
  width: 100vw;
  padding: 70px 0;
  margin-left: calc(50% - 50vw);
  background-image: url(../images/bg-beige-100-min.jpg);
  overflow: hidden;
}
#front-page #service::before {
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  content: "";
  background-color: #fff;
  width: 20px;
  height: 17.3205080757px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  transform-origin: center;
}
#front-page #service .inner {
  max-width: 1024px;
  margin: auto;
}
#front-page #service h2 {
  margin-bottom: 47px;
}
#front-page #service h3 {
  width: 200px;
  height: 34px;
  color: #fff;
  font-size: 1.375rem;
  border-radius: 3px;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
}
#front-page #service h4 {
  font-size: 1.5rem;
  text-align: left;
}
#front-page #service .content {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  padding: 0px 10px 5px 20px;
}
#front-page #service ul {
  text-align: left;
}
#front-page #service li {
  margin: 0 0 12px -12px;
}
#front-page #service li::before {
  content: "・";
}
#front-page #service .wrap {
  max-width: 900px;
  margin: auto;
  padding: 40px 30px;
  position: relative;
}
#front-page #service .wrap .group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
#front-page #service .wrap .group .content {
  margin-bottom: 30px;
}
#front-page #service .wrap .link {
  position: absolute;
  padding: 12px 70px;
  bottom: 30px;
  right: 30px;
}
#front-page #service .wrap:nth-of-type(1) {
  margin-bottom: 50px;
  border: 2px solid #7fa860;
  background-color: #fff;
}
#front-page #service .wrap:nth-of-type(1) .content {
  border-left: 1px solid #7fa860;
  width: 200px;
}
#front-page #service .wrap:nth-of-type(1) h3 {
  background-color: #7fa860;
}
#front-page #service .wrap:nth-of-type(1) .link {
  border-color: #7fa860;
}
#front-page #service .wrap:nth-of-type(1) .link::before {
  background-color: #7fa860;
  right: 7px;
}
#front-page #service .wrap:nth-of-type(1) .link::after {
  right: 20px;
}
#front-page #service .wrap:nth-of-type(2) {
  border: 2px solid #80a6c1;
  background-color: #fff;
  padding-bottom: 90px;
}
#front-page #service .wrap:nth-of-type(2) .content {
  border-left: 1px solid #80a6c1;
  width: 240px;
}
#front-page #service .wrap:nth-of-type(2) h3 {
  background-color: #80a6c1;
}
#front-page #service .wrap:nth-of-type(2) .link {
  border-color: #80a6c1;
}
#front-page #service .wrap:nth-of-type(2) .link::before {
  background-color: #80a6c1;
  right: 7px;
}
#front-page #service .wrap:nth-of-type(2) .link::after {
  right: 20px;
}

#pages dl {
  line-height: 2rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
}
#pages dt,
#pages dd {
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
#pages.page-office #kv {
  margin-bottom: 50px;
}
#pages.page-office #office {
  margin-bottom: 50px;
}
#pages.page-office #office .wrap {
  max-width: 800px;
  margin: auto;
}
#pages.page-office #office dt {
  width: 280px;
  font-weight: bold;
}
#pages.page-office #office dd {
  width: calc(100% - 280px);
  text-align: left;
}
#pages.page-office #person {
  max-width: 100%;
  width: 100vw;
  padding: 50px 0;
  margin-left: calc(50% - 50vw);
  background-image: url(../images/bg-beige-100-min.jpg);
  overflow: hidden;
}
#pages.page-office #person::before {
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  content: "";
  background-color: #fff;
  width: 20px;
  height: 17.3205080757px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  transform-origin: center;
}
#pages.page-office #person .wrap {
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: center;
}
#pages.page-office #person .group {
  max-width: 600px;
  margin: auto;
}
#pages.page-office #person .group p {
  padding: 0 60px;
}
#pages.page-office #person .group p:last-of-type {
  margin-bottom: 50px;
}
#pages.page-office #person .prof-image {
  margin: 0 auto;
}
#pages.page-office #person .prof-image img {
  width: 220px;
}
#pages.page-office #person h3 {
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
}
#pages.page-office #person dl {
  padding: 0 50px;
}
#pages.page-office #person dt,
#pages.page-office #person dd {
  padding: 5px 1rem;
}
#pages.page-office #person dt {
  width: 160px;
}
#pages.page-office #person dd {
  width: calc(100% - 160px);
  text-align: left;
}
#pages.page-office #access {
  padding: 70px 0;
}
#pages.page-office #access:before {
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  content: "";
  background-color: #f0ece6;
  width: 20px;
  height: 17.3205080757px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  transform-origin: center;
}
#pages.page-office #access h2 {
  margin-bottom: 2rem;
}
#pages.page-service header {
  margin-bottom: 1px;
}
#pages.page-service main {
  max-width: 100%;
  width: 100vw;
  padding: 65px 0;
  margin-left: calc(50% - 50vw);
  background-image: url(../images/bg-beige-100-min.jpg);
  overflow: hidden;
}
#pages.page-service #toc {
  margin-bottom: 90px;
}
#pages.page-service #toc h2 {
  margin-bottom: 30px;
}
#pages.page-service #toc .wrap {
  max-width: 770px;
  margin: auto;
  border: 2px solid #756146;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}
#pages.page-service #toc h3 {
  height: 50px;
  color: #fff;
  font-size: 1.375rem;
  line-height: 50px;
}
#pages.page-service #toc .links {
  padding: 30px;
}
#pages.page-service #toc .links ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#pages.page-service #toc .links li {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 47px;
}
#pages.page-service #toc .links .link {
  font-size: 1.125rem;
  padding: 12px 20px 13px 45px;
}
#pages.page-service #toc .links .link::before {
  width: 23px;
  height: 23px;
  border-radius: 23px;
  left: 14px;
}
#pages.page-service #toc .links .link::after {
  left: 21.5px;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(1px) rotate(135deg);
}
#pages.page-service #toc .images ul {
  display: flex;
  margin: 0;
  padding: 0px;
  font-size: 0.75rem;
  justify-content: center;
  padding: 0 10px;
}
#pages.page-service #toc .images li {
  width: 100%;
  line-height: 1.5em;
  padding: 0.5rem;
}
#pages.page-service #toc .images li img {
  width: 80px;
  margin: auto;
  display: block;
}
#pages.page-service #toc .group {
  width: 50%;
}
#pages.page-service #toc .group:nth-child(1) h3 {
  background-color: #7fa860;
}
#pages.page-service #toc .group:nth-child(1) .links {
  background-color: #f2f6ef;
}
#pages.page-service #toc .group:nth-child(1) .link {
  border-color: #7fa860;
}
#pages.page-service #toc .group:nth-child(1) .link::before {
  background-color: #7fa860;
}
#pages.page-service #toc .group:nth-child(1) div.images {
  background-color: #fff;
}
#pages.page-service #toc .group:nth-child(2) h3 {
  background-color: #80a6c1;
}
#pages.page-service #toc .group:nth-child(2) .links {
  background-color: #f5f9fb;
}
#pages.page-service #toc .group:nth-child(2) .link {
  border-color: #80a6c1;
}
#pages.page-service #toc .group:nth-child(2) .link::before {
  background-color: #80a6c1;
}
#pages.page-service #toc .group:nth-child(2) div.images {
  background-color: #fff;
}
#pages.page-service .customer .wrap {
  max-width: 900px;
  margin: auto;
  padding: 60px 0;
  position: relative;
  margin-bottom: 50px;
  background-color: #fff;
}
#pages.page-service .customer h3 {
  width: 200px;
  height: 34px;
  margin: auto;
  font-size: 1.375rem;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}
#pages.page-service .customer .group {
  margin: 0 auto 50px;
  padding: 0 20px;
}
#pages.page-service .customer h4 {
  max-width: 660px;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
#pages.page-service .customer table {
  border-spacing: 0;
  margin: 50px auto 30px;
  padding: 30px 50px;
  border: 1px solid #000;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
  text-align: left;
}
#pages.page-service .customer tr {
  line-height: 1.5em;
}
#pages.page-service .customer th {
  padding-bottom: 5px;
}
#pages.page-service .customer th.t-indent {
  text-indent: 20px;
}
#pages.page-service .customer th:first-child {
  text-indent: 33px;
}
#pages.page-service .customer th:last-child {
  text-align: center;
}
#pages.page-service .customer td {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
#pages.page-service .customer td:first-child::before {
  content: "・";
  padding-right: 5px;
}
#pages.page-service .customer td:last-child {
  text-align: right;
}
#pages.page-service .customer p {
  max-width: 660px;
  margin: auto;
}
#pages.page-service .customer p:last-child {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.75em;
}
#pages.page-service #customer-i {
  margin-bottom: 100px;
}
#pages.page-service #customer-i .wrap {
  border: 2px solid #7fa860;
}
#pages.page-service #customer-i h3 {
  background-color: #7fa860;
}
#pages.page-service #customer-i h4 {
  border-left: 6px solid #7fa860;
}
#pages.page-service #customer-i hr {
  height: 2px;
  background-color: #7fa860;
  margin-bottom: 50px;
}
#pages.page-service #customer-c .wrap {
  border: 2px solid #80a6c1;
  padding-bottom: 0;
}
#pages.page-service #customer-c .group div.fx {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 30px;
  padding: 30px 50px;
  justify-content: center;
  border: 1px solid #000;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
#pages.page-service #customer-c .group:nth-of-type(2) div.fx {
  padding: 30px 20px;
}
#pages.page-service #customer-c .group:nth-of-type(3) table {
  margin: 50px auto 30px;
  padding: 30px 50px;
  border: 1px solid #000;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}
#pages.page-service #customer-c .group table {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: unset;
}
#pages.page-service #customer-c .group table:nth-child(1) th,
#pages.page-service #customer-c .group table:nth-child(1) td {
  text-align: left;
}
#pages.page-service #customer-c .group table:nth-child(1) td.no-content::before {
  content: " ";
}
#pages.page-service #customer-c .group table:nth-child(1) td.no-line {
  border: none;
}
#pages.page-service #customer-c .group table:nth-child(2) td:first-child::before {
  content: unset;
}
#pages.page-service #customer-c h3 {
  background-color: #80a6c1;
}
#pages.page-service #customer-c h4 {
  border-left: 6px solid #80a6c1;
}
#pages.page-service #customer-c hr {
  height: 2px;
  background-color: #80a6c1;
  margin-bottom: 50px;
}
#pages.page-service #support {
  background-color: #fff;
}
#pages.page-contact header {
  margin-bottom: 1px;
}
#pages.page-contact main {
  padding: 65px 0 0;
}
#pages.page-contact #top {
  margin-bottom: 20px;
}
#pages.page-contact #top h2 {
  margin-bottom: 30px;
}
#pages.page-contact #top p.text {
  max-width: 770px;
  margin: 0 auto 40px;
}
#pages.page-contact #top .wrap {
  max-width: 900px;
  margin: auto;
  padding: 2rem 60px;
  background-color: #fff;
  background-image: url(../images/support-1-r.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #f5f5f5;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
#pages.page-contact #top .wrap h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 4px solid #ffff33;
}
#pages.page-contact #top .wrap p {
  text-align: center;
}
#pages.page-contact #top .wrap div.fx {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#pages.page-contact #top .wrap address {
  max-width: 440px;
  width: 100%;
  margin: 1rem auto;
  border-bottom: 2px solid #3c6d43;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#pages.page-contact #top .wrap .euro-num {
  font-size: 2.625rem;
  margin-bottom: 8px;
}
#pages.page-contact #top .wrap .euro-num::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 33px;
  height: 33px;
  background-image: url(../images/icon-tel.png);
  background-size: contain;
}
#pages.page-contact #top .wrap .hours {
  ont-weight: bold;
  margin-bottom: 5px;
  font-weight: bold;
  margin-bottom: 5px;
}
#pages.page-contact #top .wrap .link.mail {
  padding: 22px 50px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #4c9ede;
  box-shadow: 2px 3px 0px 0px #4c9ede;
}
#pages.page-contact #top .wrap .link.mail::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 21px;
  margin-right: 22px;
  background-image: url(../images/icon-mail.png);
  background-size: contain;
}
#pages.page-contact #flow {
  margin-bottom: 50px;
}
#pages.page-contact #flow::before {
  display: none;
}
#pages.page-contact #form {
  max-width: 100%;
  width: 100vw;
  padding: 50px 0;
  margin-left: calc(50% - 50vw);
  background-color: #f5f5f5;
}
#pages.page-contact #form .wrap {
  width: 600px;
  margin: auto;
}
#pages.page-contact #form iframe.sp {
  display: none;
}
#pages.page-contact #form h2 {
  margin-bottom: 30px;
}
#pages.page-contact .form {
  max-width: 600px;
  margin: 0 auto;
}
#pages.page-contact .form .form__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
#pages.page-contact .form .form__label,
#pages.page-contact .form .form__input {
  padding: 10px;
}
#pages.page-contact .form .form__label {
  width: 90%;
}
#pages.page-contact .form .form__input {
  width: 90%;
  font-size: 16px;
  border: solid 1px #333;
  border-radius: 4px;
}
#pages.page-contact .form .form__input:focus-visible {
  outline: green auto 1px;
}
#pages.page-contact .form .form__required {
  color: #fff;
  background-color: green;
  border-radius: 4px;
  padding: 5px 5px;
  margin: 0 0 0 18px;
}
#pages.page-contact .form textarea.form__input {
  height: 160px;
}
#pages.page-contact .form .form__submit {
  text-align: center;
}
#pages.page-contact .form .form__submit button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: green;
  border: solid 1px green;
  border-radius: 4px;
  padding: 5px 32px;
  transition: 0.4s;
  cursor: pointer;
}
#pages.page-contact .form .form__submit button:hover {
  color: green;
  background-color: transparent;
}

@media (max-width: 960px) {
  hr.vr {
    display: none;
  }
  .nav-sp {
    /* ボタンの設定 */
  }
  .nav-sp .btn-tgl {
    display: block;
  }
  .nav-sp .inner {
    display: block;
  }
  #support {
    padding: 50px 0 0;
  }
  #support .inner::after {
    border-radius: 0;
    top: 60px;
  }
  #support .wrap:nth-of-type(1) {
    flex-direction: column;
    padding-bottom: 10px;
  }
  #support .wrap:nth-of-type(1) .link {
    position: relative;
    right: unset;
    margin: auto;
  }
  #support .wrap:nth-of-type(2) {
    max-width: 760px;
    width: calc(100% - 2rem);
    margin: auto;
    padding: 0;
    background-color: unset;
    border: unset;
    box-shadow: unset;
  }
  #support .wrap:nth-of-type(2) .group {
    margin-bottom: 20px;
    padding: 2rem 60px 110px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #f5f5f5;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    background-image: url(../images/support-1-r.png);
    background-position: 94% 100%;
    background-size: 150px;
    background-repeat: no-repeat;
  }
  #support .wrap:nth-of-type(2) p {
    text-align: left;
  }
  #support .wrap:nth-of-type(2) img {
    display: block;
  }
  #support .wrap:nth-of-type(2) h2 {
    margin-bottom: 13px;
  }
  #support .wrap:nth-of-type(2) .fx {
    flex-direction: column;
  }
  #support .wrap:nth-of-type(2) p {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  #support .wrap:nth-of-type(2) p br {
    display: none;
  }
  #support .wrap:nth-of-type(2) address {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  #support .content {
    max-width: 460px;
    margin-bottom: 20px;
  }
  #support .content p {
    width: 100%;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
  }
  #access .inner {
    padding: 1rem;
  }
  #access .location {
    flex-direction: column;
    max-width: 380px;
  }
  #access .location .content:nth-of-type(1) {
    margin-bottom: 0;
  }
  #access .location .content:nth-of-type(1) p {
    max-width: 100%;
    width: 100%;
    padding: 0px 10px 0px 30px;
  }
  #access .location .content:nth-of-type(2) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  #access .location .content:nth-of-type(2) .link {
    margin-bottom: 1rem;
  }
  #access .info p {
    text-align: left;
    max-width: 540px;
    margin: auto;
  }
  #access .info .fx {
    flex-direction: column;
  }
  #access .info address {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  #pages header {
    border-bottom: 1px solid #000;
  }
  #pages header .group {
    height: 70px;
    justify-content: center;
  }
  #pages header .group > div {
    display: none;
  }
  #pages header nav {
    display: none;
  }
  #pages #kv .top-image {
    height: 315px;
  }
  #front-page .nav-pc {
    display: none;
  }
  #front-page #kv {
    margin-bottom: 30px;
  }
  #front-page #kv .top-image .hd {
    writing-mode: unset;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000;
    top: 290px;
    right: unset;
    text-align: center;
  }
  #front-page .nav-index {
    display: none;
  }
  #front-page #greeting {
    padding: 20px 0 60px;
  }
  #front-page #greeting .inner {
    padding: 0 1rem;
  }
  #front-page #greeting .inner p:last-child {
    max-width: 500px;
    margin: 1rem auto;
  }
  #front-page #greeting .inner p:last-child br {
    display: none;
  }
  #front-page #greeting .fx {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  #front-page #greeting .fx p {
    margin: 1rem auto;
    max-width: 500px;
    text-align: left;
  }
  #front-page #greeting .fx p br {
    display: none;
  }
  #front-page #service .inner {
    padding: 1rem;
  }
  #front-page #service .wrap {
    padding-bottom: 70px;
  }
  #front-page #service .wrap:nth-of-type(2) {
    padding-bottom: 70px;
  }
  #front-page #service .wrap .group {
    max-width: 560px;
    margin: auto;
  }
  #front-page #service .wrap .link {
    right: 0;
    left: 0;
    margin: auto;
  }
  #pages.page-office #office .inner {
    padding: 1rem;
  }
  #pages.page-office #office dl {
    max-width: 660px;
    margin: 1rem auto;
    padding: 0 4px;
  }
  #pages.page-office #office dt {
    width: 160px;
  }
  #pages.page-office #office dd {
    width: calc(100% - 160px);
  }
  #pages.page-office #person .wrap {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  #pages.page-office #person dt,
  #pages.page-office #person dd {
    padding: 5px 0;
  }
  #pages.page-office #person dt {
    width: 120px;
  }
  #pages.page-office #person dd {
    width: calc(100% - 120px);
    text-align: left;
  }
  #pages.page-service #toc {
    margin-bottom: 50px;
  }
  #pages.page-service #toc .inner {
    padding: 0 1rem;
  }
  #pages.page-service #toc .wrap {
    max-width: 450px;
    border: none;
    flex-direction: column;
  }
  #pages.page-service #toc .group {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #756146;
    border-radius: 30px;
    overflow: hidden;
  }
  #pages.page-service #toc .group:nth-child(2) .links li:last-child {
    display: none;
  }
  #pages.page-service .customer .inner {
    padding: 1rem;
  }
  #pages.page-service .customer .group {
    padding: 0 40px;
  }
  #pages.page-service .customer h4 {
    width: -moz-fit-content;
    width: fit-content;
  }
  #pages.page-service .customer table {
    margin: 40px auto 30px;
    padding: 1rem;
    font-size: 1rem;
  }
  #pages.page-service .customer small br {
    display: none;
  }
  #pages.page-service #customer-i {
    margin-bottom: 0;
  }
  #pages.page-service #customer-c .group {
    padding: 0 10px;
  }
  #pages.page-service #customer-c .group div.fx {
    flex-direction: column;
    padding: 1rem;
  }
  #pages.page-service #customer-c .group:nth-of-type(2) div.fx {
    padding: 1rem 0;
  }
  #pages.page-service #customer-c .group:nth-of-type(2) div.fx table:nth-child(1) {
    padding: 10px 1.5rem 1rem;
  }
  #pages.page-service #customer-c .group:nth-of-type(2) div.fx table:nth-child(2) td {
    padding: 10px 0;
  }
  #pages.page-service #customer-c .group:nth-of-type(3) table {
    padding: 1rem 0;
  }
  #pages.page-service #customer-c .group table {
    margin-bottom: 1rem;
    padding: 10px 10px 20px;
  }
  #pages.page-service #customer-c .group table:nth-child(1) {
    border-bottom: 1px solid #ddd;
  }
  #pages.page-service #customer-c .group table:nth-child(1) tbody {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  #pages.page-service #customer-c .group table:nth-child(1) tbody > tr:first-child {
    width: 100%;
  }
  #pages.page-service #customer-c .group table:nth-child(1) th:first-child {
    text-indent: 0;
  }
  #pages.page-service #customer-c .group table:nth-child(1) td {
    padding: 0;
    border: none;
  }
  #pages.page-service #customer-c .group table:nth-child(2) {
    margin-bottom: 0;
    padding: 0 10px 0;
  }
  #pages.page-service #customer-c .group table:nth-child(2) th {
    padding-bottom: 0;
  }
  #pages.page-service #customer-c .group table:nth-child(2) th.t-indent {
    text-indent: 1rem;
  }
  #pages.page-service #customer-c .group table:nth-child(2) td:first-child::before {
    content: "・";
  }
  #pages.page-service #customer-c table {
    width: 100%;
  }
  #pages.page-contact #top p.text {
    padding: 0 2rem;
  }
  #pages.page-contact #top p.text br {
    display: none;
  }
  #pages.page-contact #top .wrap {
    max-width: 760px;
    width: calc(100% - 2rem);
    margin: auto;
    padding: 0;
    background-image: none;
    border: none;
    box-shadow: none;
  }
  #pages.page-contact #top .wrap p {
    text-align: left;
  }
  #pages.page-contact #top .wrap p br {
    display: none;
  }
  #pages.page-contact #top .group {
    margin-bottom: 20px;
    padding: 2rem 60px 60px;
    border: 2px solid #f5f5f5;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    background-image: url(../images/support-1-r.png);
    background-position: 94% 100%;
    background-size: 130px;
    background-repeat: no-repeat;
  }
  #pages.page-contact #form .wrap {
    width: 480px;
  }
  #pages.page-contact .form .form__item {
    flex-wrap: nowrap;
  }
  #pages.page-contact .form .form__label {
    width: 40%;
  }
  #pages.page-contact .form .form__input {
    width: 55%;
  }
}
@media (max-width: 520px) {
  h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #support .content p {
    max-width: 320px;
  }
  #support .wrap:nth-of-type(2) .group {
    padding: 1rem 16px 90px;
  }
  #support .wrap:nth-of-type(2) span.euro-num {
    font-size: 2rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  #support .wrap:nth-of-type(2) span.euro-num::before {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  #support .wrap:nth-of-type(2) span.hours {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  #flow .wrap {
    padding: 2rem 1rem;
  }
  #flow .content:not(:last-child)::before {
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    background-color: #f2f6ef;
  }
  #flow h3 {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  #flow h3::before {
    margin: 0;
  }
  #flow p {
    margin: 0 auto 30px;
  }
  #flow p br {
    display: none;
  }
  #access h3 {
    padding: 0 10px 0 8px;
  }
  #access .pics li:last-child {
    display: none;
  }
  #access .info {
    padding: 2rem 1rem;
  }
  #access .info span.euro-num {
    font-size: 2rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  #access .info span.euro-num::before {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  #access .info span.hours {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  #pages header .logo {
    height: 28px;
  }
  #pages header .logo img:first-child {
    display: none;
  }
  #pages header .group {
    justify-content: unset;
  }
  #front-page #kv {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f5f5f5;
  }
  #front-page #kv .top-image {
    height: 500px;
    margin-bottom: 20px;
  }
  #front-page #kv .top-image .logo {
    height: 145px;
    top: 100px;
  }
  #front-page #kv .top-image .logo img:nth-child(1) {
    height: 95px;
  }
  #front-page #kv .top-image .logo img:nth-child(2) {
    height: 24px;
  }
  #front-page #kv .top-image .hd {
    writing-mode: unset;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #000;
    top: 270px;
    right: unset;
    text-align: center;
  }
  #front-page #kv .kv_tel {
    display: block;
  }
  #front-page #greeting h2:nth-of-type(1) {
    font-size: 1.4375rem;
    margin-bottom: 20px;
  }
  #front-page #greeting li {
    max-width: calc(50% - 5px);
    height: 180px;
    padding: 10px;
    font-size: 0.75rem;
    line-height: 1.75em;
  }
  #front-page #greeting li br,
  #front-page #greeting li span {
    display: none;
  }
  #front-page #greeting .fx {
    flex-direction: column;
  }
  #pages.page-office #office dt {
    width: 100%;
    padding: 0;
    border-bottom: none;
    text-align: left;
  }
  #pages.page-office #office dd {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  #pages.page-office #person h3 {
    font-size: 1.5rem;
  }
  #pages.page-office #person .group p {
    padding: 0 20px;
  }
  #pages.page-office #person dl {
    font-size: 0.875rem;
    padding: 0 20px;
  }
  #pages.page-office #person dt,
  #pages.page-office #person dd {
    padding: 0;
  }
  #pages.page-service .customer .inner {
    padding: 1rem 10px;
  }
  #pages.page-service .customer .group {
    padding: 0 10px;
  }
  #pages.page-service .customer table {
    padding: 10px;
  }
  #pages.page-service .customer td {
    padding: 10px 5px;
  }
  #pages.page-service .customer p {
    padding: 0 10px;
  }
  #pages.page-service .customer p:last-child {
    text-align: left;
  }
  #pages.page-service .customer p:last-child br {
    display: none;
  }
  #pages.page-service .customer small {
    max-width: 110px;
    text-align: left;
    display: inline-block;
  }
  #pages.page-service #customer-c .group:nth-of-type(2) div.fx {
    padding: 0;
  }
  #pages.page-service #customer-c .group:nth-of-type(2) div.fx table:nth-child(1) tbody {
    padding: 0;
  }
  #pages.page-service #customer-c .group div.fx {
    padding: 0;
    margin: 30px auto;
  }
  #pages.page-contact #top .group {
    padding: 1rem 16px 90px;
  }
  #pages.page-contact #top .wrap span.euro-num {
    font-size: 2rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  #pages.page-contact #top .wrap span.euro-num::before {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  #pages.page-contact #top .wrap span.hours {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  #pages.page-contact #form iframe.pc {
    display: none;
  }
  #pages.page-contact #form iframe.sp {
    display: inline-block;
  }
}
/* ------------------------------- *//*# sourceMappingURL=style.css.map */