@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*----------------------------------------
	base
----------------------------------------*/
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .br_sp {
    display: block;
  }
}

/*----------------------------------------
	header
----------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  padding-left: 100px;
}

.header__logo-link {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.875rem;
}

.header__logo-link img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.header__contact {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header__contact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.header__contact-tel img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

.header__contact-telWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header__contact-telWrap a {
  font-size: 1.875rem;
  color: #000;
  font-weight: bold;
}

.header__contact-mail {
  background-color: #f02970;
}

.header__contact-mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
}

.header__contact-mail img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

.header .hamburger {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header__logo {
    padding-left: 20px;
  }
}

@media screen and (max-width: 992px) {
  .header {
    height: 50px;
  }

  .header__logo {
    padding-left: 10px;
  }

  .header__logo-link {
    font-size: 1.5rem;
  }

  .header__logo-link img {
    width: 30px;
    height: 30px;
  }

  .header__contact {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 300px;
    height: 200px;
    background: #fff;
    transition: all 0.6s;
    padding: 60px 10px 50px;
    box-sizing: border-box;
    box-shadow: -10px 10px 15px -10px #777777;
    border-radius: 10px;
  }

  .header__contact.active {
    right: 0;
  }

  .header__contact-tel {
    margin: auto;
    margin-bottom: 20px;
  }

  .header__contact-tel img {
    width: 30px;
    height: 30px;
  }

  .header__contact-telWrap a {
    font-size: 1.375rem;
  }

  .header__contact-telWrap span {
    font-size: 0.875rem;
  }

  .header__contact-mail {
    width: 90%;
    margin: auto;
  }

  .header .hamburger {
    z-index: 9999;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    box-sizing: border-box;
  }

  .header .hamburger span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    width: 45%;
    background-color: #333;
  }

  .header .hamburger span:nth-of-type(1) {
    top: 15px;
  }

  .header .hamburger span:nth-of-type(2) {
    top: 23px;
  }

  .header .hamburger span:nth-of-type(3) {
    top: 31px;
  }

  .header .hamburger:last-child {
    margin-bottom: 0;
  }

  .header .hamburger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .header .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .header .hamburger.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

/*----------------------------------------
	layout
----------------------------------------*/
.section {
  background-image: url(img/bg.jpg);
  background-position: center;
  background-size: contain;
  width: 100%;
  padding-bottom: 150px;
}

.section.contact {
  padding-bottom: 100px;
}

.section__ttl {
  background-color: #124747;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 150px;
}

.section__ttl._add {
  margin-bottom: 50px;
}

.section__ttl._contact {
  margin-bottom: 100px;
}

.contact__lead {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.contact__phone {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 576px) {
  .contact__lead {
    font-size: 1.25rem;
    padding: 0 20px;
    line-height: 1.5;
  }

  .contact__phone {
    font-size: 1.5rem;
  }
}

.section__ttl::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 50px solid #124747;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

@media screen and (max-width: 992px) {
  .section {
    padding-bottom: 100px;
  }

  .section__ttl {
    font-size: 1.875rem;
    position: relative;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 576px) {
  .section__ttl {
    font-size: 1.625rem;
  }
}

/*----------------------------------------
	fv
----------------------------------------*/
.fv {
  background-image: url(img/fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.fv__img {
  max-width: 700px;
  max-height: 500px;
  margin-right: 50px;
  z-index: 1;
}

.fv__img img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv__txt {
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 2.375rem;
  z-index: 1;
}

.fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .fv__txt {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 576px) {
  .fv__img {
    margin: auto;
    margin-bottom: 50px;
  }

  .fv__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fv__txt {
    font-size: 1.375rem;
  }
}

/*----------------------------------------
	reason
----------------------------------------*/
.reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 80px;
  position: relative;
  padding: 0 20px;
}

.reason__list::after {
  content: "";
  background-image: url(img/illustration-rough3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reason__item {
  background-color: #124747;
  padding: 80px 20px 30px 40px;
  box-sizing: border-box;
  width: 500px;
  height: 300px;
  position: relative;
}

.reason__item-ttl {
  color: #fff;
  font-size: 1.875rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.reason__item p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}

.reason__item::before {
  content: "“";
  font-size: 11.25rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .reason__list {
    gap: 60px;
  }

  .reason__list::after {
    content: "";
    background-image: url(img/dummy.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .reason__item {
    width: 400px;
    height: 300px;
  }
}

@media screen and (max-width: 992px) {
  .reason__list {
    flex-direction: column;
  }

  .reason__list::after {
    content: none;
  }

  .reason__item {
    padding: 60px 30px 30px;
    width: 90%;
    height: auto;
    position: relative;
    margin: auto;
  }

  .reason__item-ttl {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }

  .reason__item p {
    font-size: 1.125rem;
  }

  .reason__item p br {
    display: none;
  }

  .reason__item::before {
    content: "“";
    font-size: 8.75rem;
  }
}

/*----------------------------------------
	flow
----------------------------------------*/
.flow__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 100px;
  gap: 50px;
  padding: 0 20px;
}

.flow__list._pc {
  display: flex;
}

.flow__list._sp {
  display: none;
}

.flow__item {
  max-width: 350px;
  height: 200px;
  width: calc((100% - 100px) / 3);
  background-color: #124747;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.875rem;
  line-height: 2;
  font-weight: bold;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.flow__item._01::after,
.flow__item._02::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #124747;
}

.flow__item._03::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #124747 transparent transparent transparent;
}

.flow__item._05::after,
.flow__item._06::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 30px 0;
  border-color: transparent #124747 transparent transparent;
}

.flow__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.flow__wrap-img {
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  max-height: 450px;
  width: 50%;
  height: auto;
  margin-right: 50px;
}

.flow__wrap-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.flow__wrap-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
}

.flow__wrap-body-txt {
  font-size: 1.75rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.flow__wrap-body-tel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow__wrap-body-tel img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.flow__wrap-body-telWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flow__wrap-body-telWrap a {
  color: #000;
  font-size: 1.875rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .flow__item {
    font-size: 1.5rem;
  }

  .flow__wrap-body {
    padding: 20px;
    width: 50%;
  }

  .flow__wrap-body-txt {
    font-size: 1.5rem;
  }

  .flow__wrap-body-txt br {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .flow__list {
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .flow__list._pc {
    display: none;
  }

  .flow__list._sp {
    display: flex;
  }

  .flow__item {
    width: 100%;
    height: 150px;
  }

  .flow__item._01::after,
  .flow__item._02::after,
  .flow__item._03::after,
  .flow__item._04::after,
  .flow__item._05::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 98%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #124747 transparent transparent transparent;
  }

  .flow__item._06::after {
    content: none;
  }

  .flow__wrap {
    flex-direction: column;
  }

  .flow__wrap-img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
  }

  .flow__wrap-body {
    padding: 20px;
    width: 100%;
  }

  .flow__wrap-body-txt {
    font-size: 1.375rem;
  }

  .flow__wrap-body-txt br {
    display: none;
  }

  .flow__wrap-body-tel img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .flow__wrap-body-telWrap a {
    font-size: 1.25rem;
  }

  .flow__wrap-body-telWrap span {
    font-size: 0.875rem;
  }
}

/*----------------------------------------
	service
----------------------------------------*/
.service__box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  padding: 0 20px;
}

.service__box._single {
  margin-bottom: 50px;
}

.service__box-img {
  max-width: 400px;
  max-height: 400px;
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}

.service__box-img img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.service__box-img._add {
  background-color: #fff;
  border-radius: 50%;
}

.service__box-img._add img {
  border-radius: 0;
  width: 80%;
  height: 80%;
}

.service__box-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.service__box-body._add {
  min-width: 500px;
}

.service__box-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: solid 10px #124747;
  margin-bottom: 20px;
  padding-bottom: 0.25em;
}

.service__box-bodyWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px 50px;
  box-sizing: border-box;
}

.service__box-bodyWrap._add p {
  text-indent: -1em;
}

.service__box-bodyWrap h4 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.service__box-bodyWrap p {
  font-size: 1rem;
  line-height: 2;
}

.service__case {
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  padding: 0 20px;
}

.service__case-ttl {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.service__case-wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  background-color: #124747;
  padding: 40px;
  box-sizing: border-box;
}

.service__case-wrap ul li {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
}

.service__case-wrap ul li img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.service__quote {
  margin-top: 100px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.service__quote-ttl {
  text-align: center;
  font-size: 1.875rem;
  margin-bottom: 30px;
}

.service__quote-body {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 100px;
}

.service__quote-body._add {
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.service__quote-body p {
  font-size: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  line-height: 2;
  text-align: left;
}

.service__quote-body p._add {
  text-align: center;
}

.service__quote-body p._txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: normal;
}

.service__quote-body p span {
  font-size: 2rem;
  font-weight: bold;
}

.service__reformWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  padding: 0 20px;
}

.service__reform h5 {
  font-size: 1.75rem;
  margin-bottom: 10px;
  text-align: center;
}

.service__reformImg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.service__reformImg img {
  width: 200px;
  border-radius: 50px;
}

.service__relocation h5 {
  font-size: 1.75rem;
  margin-bottom: 10px;
  text-align: center;
}

.service__relocationImg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 50px;
}

.service__relocationImg img {
  width: 200px;
  border-radius: 50px;
}

.service__other-reform {
  max-width: 1200px;
  margin: auto;
  margin-top: 50px;
}

.service__other-reform h5 {
  font-size: 1.75rem;
  margin-bottom: 10px;
  text-align: center;
}

.service__other-reformImg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.service__other-reformImg img {
  width: 200px;
  border-radius: 50px;
}

@media screen and (max-width: 1200px) {
  .service__reformWrap {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .service__reform h5 {
    font-size: 1.75rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .service__reformImg {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service__reformImg img {
    width: 200px;
  }

  .service__relocation h5 {
    font-size: 1.75rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .service__relocationImg img {
    width: calc((100% - 40px) / 3);
  }

  .service__other-reform {
    padding: 0 20px;
  }

  .service__other-reform h5 {
    font-size: 1.75rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .service__other-reformImg img {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 769px) {
  .service__box {
    margin-top: 100px;
    flex-direction: column-reverse;
  }

  .service__box-img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 50px;
  }

  .service__box-ttl {
    font-size: 1.75rem;
    font-weight: bold;
    border-bottom: solid 10px #124747;
    margin-bottom: 20px;
    padding-bottom: 0.25em;
  }

  .service__box-body {
    width: 100%;
  }

  .service__box-body._add {
    min-width: auto;
  }

  .service__box-bodyWrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px 40px;
    box-sizing: border-box;
  }

  .service__box-bodyWrap h4 {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .service__box-bodyWrap p {
    font-size: 1rem;
    line-height: 2;
  }

  .service__case-ttl {
    text-align: center;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .service__case-wrap ul {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
    background-color: #124747;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
  }

  .service__case-wrap ul li {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .service__quote-ttl {
    font-size: 1.625rem;
    line-height: 1.5;
  }

  .service__quote-body {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .service__quote-body p {
    font-size: 1.25rem;
  }

  .service__quote-body p._txt {
    font-size: 1rem;
  }

  .service__quote-body p span {
    font-size: 1.5rem;
  }

  .service__reform h5 {
    font-size: 1.5rem;
  }

  .service__reformImg {
    flex-direction: column;
  }

  .service__reformImg img {
    width: 100%;
  }

  .service__relocation h5 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .service__relocationImg {
    flex-direction: column;
  }

  .service__relocationImg img {
    width: 100%;
  }

  .service__reformWrap {
    width: 80%;
  }

  .service__other-reform {
    padding: 0 20px;
    width: 80%;
  }

  .service__other-reform h5 {
    font-size: 1.5rem;
  }

  .service__other-reformImg {
    flex-direction: column;
  }

  .service__other-reformImg img {
    width: 100%;
  }
}

/*----------------------------------------
	contact
----------------------------------------*/
.contact__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.contact__tel img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.contact__telWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact__telWrap a {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.contact__link {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 2.5rem;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 992px) {
  .contact__tel {
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .contact__tel img {
    margin-right: 10px;
  }

  .contact__link {
    font-size: 1.5rem;
    padding: 0 20px;
    line-height: 1.5;
  }
}

/*----------------------------------------
	company
----------------------------------------*/
.company dl {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.875rem;
  font-weight: bold;
  color: #000;
  row-gap: 30px;
}

.company dl dt {
  width: 30%;
  text-align: center;
}

.company dl dd {
  width: 70%;
}

.company dl .company__span {
  font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
  .company dl {
    padding: 0 20px;
    font-size: 1.25rem;
  }

  .company dl dt {
    width: 30%;
    text-align: left;
    line-height: 1.5;
  }

  .company dl dd {
    width: 70%;
    line-height: 1.5;
  }

  .company dl .company__span {
    font-size: 1rem;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
.footer {
  background-color: #124747;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 50px;
}

.footer__inner {
  max-width: 1200px;
  margin: auto;
}

.footer__nav {
  margin-bottom: 150px;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__menu-item {
  border-right: 1px solid #fff;
  flex-grow: 1;
  text-align: center;
}

.footer__menu-item:last-child {
  border-right: none;
}

.footer__menu-link {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.footer__copyright {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer__inner {
    padding: 20px;
  }

  .footer__nav {
    margin-bottom: 50px;
  }

  .footer__menu {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer__menu-item {
    border-right: none;
    flex-grow: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer__menu-link {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }

  .footer__copyright {
    font-size: 0.875rem;
  }
}

/* 全体のコンテナスタイル */
.contact__wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
  box-sizing: border-box;
}

/* フォームタイトルと必須マーク */
.contact__wrap dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.contact__wrap dl dt .must {
  font-size: 14px;
  color: #d9534f;
  margin-left: 5px;
}

/* 入力フィールドとテキストエリアのスタイル */
.contact__wrap dl dd {
  margin-bottom: 20px;
  position: relative;
  /* 矢印アイコン用 */
}

.contact__wrap dl dd input,
.contact__wrap dl dd textarea,
.contact__wrap dl dd select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  background-color: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.contact__wrap dl dd textarea {
  resize: vertical;
  height: 120px;
}

/* フォーカス時のスタイル */
.contact__wrap dl dd input:focus,
.contact__wrap dl dd textarea:focus,
.contact__wrap dl dd select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}

/* select ボックスのスタイル */
.contact__wrap dl dd select {
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* その他ブラウザ */
  cursor: pointer;
  background-color: #fff;
}

/* select の矢印アイコン */
.contact__wrap dl dd select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #007bff;
}

/* エラーメッセージ */
.contact__wrap dl dd .error {
  color: #d9534f;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

/* 送信ボタン */
.contact__wrap .button_area {
  text-align: center;
}

.contact__wrap .button_area button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact__wrap .button_area button:hover {
  background-color: #0056b3;
}

.contact__wrap .button_area button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* 追加のテキストスタイル */
.contact__wrap-text {
  text-align: center;
  margin-top: 20px;
  word-break: keep-all;
  line-height: 1.5;
}

.contact__submit-text {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}