@charset "utf-8";

/*  BASE  */

:root {
  --max-width-inner: inherit;
  --padding-top-content: 40px;
  --padding-bottom-content: 40px;
  --padding-left-content: 20px;
  --padding-right-content: 20px;
  --width-inner: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

a[href^="tel:"] {
  cursor: pointer;
  pointer-events: auto;
}


/*  COMMON  */

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.section-header1 {
  margin-bottom: 40px;
}

.section-header2 {
  margin-bottom: 25px;
  text-align: center;
}

.section-title-icon img {
  height: auto;
  width: 27px;
}

.section-title-separator {
  margin-top: 0;
}

.section-title-separator img {
  height: auto;
  width: 60px;
}

.section-subtitle {
  font-size: 15px;
}

.section-title1 {
  font-size: 32px;
}

.section-title2 {
  font-size: 39px;
  position: relative;
  z-index: 2;
}

.voice-container .section-title2 {
  font-size: 39px;
}

.section-title-en {
  color: #e6e6e6;
  display: inline-block !important;
  font-family: var(--font-family-en1);
  font-size: 47px;
  font-weight: 700;
  line-height: .8;
  margin-top: -10px;
  position: relative;
  text-align: left;
  z-index: 1;
}


/*   HEADER   */

#header {
  background-color: #fff;
  position: static;
}

.h-logo {
  padding: 15px;
}

.h-logo img {
  height: auto;
  width: 159px;
}


/*   CONTENTS   */

.mainvisual-content {
  padding: 0 20px;
  top: 6%;
  left: 0;
}

.mainvisual-tagline1 {
  font-size: 20.8px;
  margin-bottom: 10px;
}

.mainvisual-tagline2 {
  font-size: 32px;
}

.mainvisual-title {
  font-size: 75px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.mainvisual-tagline3 {
  font-size: 21.8px;
}

#preface::before {
  content: none;
}

#preface::after {
  content: none;
}

.preface-container {
  flex-wrap: wrap;
  max-width: inherit;
  padding: 0;
  width: 100%;
}

.preface-container .preface-image:first-child {
  border-radius: 0;
}

.preface-container .preface-image:last-child {
  border-radius: 0;
}

.preface-image {
  flex: auto;
  overflow: hidden;
  width: 50%;
}

.preface-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.preface-cta {
  margin-top: -20px;
}

.preface-cta {
  padding: 0 20px;
}

.cta-box {
  padding: 20px;
  width: 100%;
}

.cta-title {
  font-size: 18px;
  margin-bottom: 1em;
}

.cta-text {
  font-size: 16px;
}

.cta-text-small {
  font-size: 14px;
}

.cta-image {
  top: auto;
  bottom: 115px;
  right: 20px;
}

.cta-image img {
  height: auto;
  width: 147px;
}

.cta-container {
  flex-wrap: wrap;
  row-gap: 15px;
  margin-top: .75em;
}

.cta-logo {
  order: 2;
  text-align: center;
  width: 100%;
}

.cta-logo img {
  height: auto;
  width: 180px;
}

.cta-tel {
  border-radius: 5px;
  font-size: 36px;
  column-gap: .5rem;
  order: 1;
  padding: 7px;
  width: 100%;
}

.cta-tel-icon {
  height: auto;
  width: 20px;
}

.cta-doc {
  border-radius: 5px;
  font-size: 28px;
  column-gap: .5rem;
  order: 1;
  padding: 7px;
  width: 100%;
}

.about-inner {
  background:
    url(../images/icon_decoration1.svg) no-repeat top 130px left 20px / 55px 55px,
    url(../images/icon_decoration2.svg) no-repeat top 20px right 20px / 55px 55px;
}

.about-row {
  clear: both;
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
}

.about-row-name {
  display: none;
}

.about-row-box {
  display: block;
  padding: 30px 20px;
  width: calc(100% - 20px);
}

.about-container .about-row:nth-of-type(odd) .about-row-box {
  border-radius: 15px 0 0 15px;
  float: right;
}

.about-container .about-row:nth-of-type(even) .about-row-box {
  border-radius: 0 15px 15px 0;
  float: left;
}

.about-row-content {
  max-width: inherit;
  width: 100%;
}

.about-row-header {
  margin-bottom: 1.5em;
}

.about-row-tagline {
  font-size: 21px;
  margin-bottom: .25em;
}

.about-row-title {
  font-size: 33px;
}

.about-row-note {
  font-size: 14px;
}

.about-row-image {
  margin-bottom: 2.25em;
  position: relative;
  width: calc(100% + 15px);
}

.about-container .about-row:nth-of-type(odd) .about-row-image {
  margin-left: -15px;
  text-align: left;
}

.about-container .about-row:nth-of-type(even) .about-row-image {
  margin-right: -15px;
  text-align: right;
}

.about-row-image-name {
  color: #e6e6e6;
  display: block;
  font-family: var(--font-family-en1);
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: -16px;
}

.about-container .about-row:nth-of-type(odd) .about-row-image-name {
  right: 0;
}

.about-container .about-row:nth-of-type(even) .about-row-image-name {
  left: 0;
}

.strengths-inner {
  padding-left: var(--padding-left-content);
  padding-right: var(--padding-right-content);
}

.strengths-row {
  display: block;
  margin-bottom: 50px;
}

.strengths-row-name {
  display: none;
}

.strengths-row-box {
  display: block;
  padding: 35px 20px;
  position: relative;
  width: 100%;
}

.strengths-container .strengths-row:nth-of-type(odd) .strengths-row-box {
  border-radius: 40px 0 0 0;
}

.strengths-container .strengths-row:nth-of-type(even) .strengths-row-box {
  border-radius: 40px 0 0 0;
}

.strengths-row-order {
  padding-top: 0;
  position: absolute;
  top: -18px;
  left: 8px;
}

.strengths-row-content {
  max-width: inherit;
  width: 100%;
}

.strengths-row-header {
  float: right;
  width: calc(100% - 50px);
}

.strengths-row-title {
  font-size: 35px;
}

#strengths-sdgs .strengths-row-title {
  font-size: 32px;
}

.strengths-row-tagline {
  font-size: 16px;
}

.strengths-row-textarea {
  clear: both;
  margin-bottom: 1.5em;
}

.strengths-container .strengths-row:nth-of-type(odd) .strengths-row-image {
  text-align: center;
}

.strengths-container .strengths-row:nth-of-type(even) .strengths-row-image {
  text-align: center;
}

.voice-content .section-header2 {
  float: none;
}

.voice-media {
  float: none;
  margin-left: auto;
}

.voice-media-image {
  margin: auto;
  width: 260px;
}

.voice-textarea {
  padding-top: 2em;
}

.voice-customer {
  margin: 0 auto 1.5em;
  padding-left: 20px;
  width: 300px;
}

.voice-text {
  margin-bottom: 1.5em;
}

.voice-media-logo {
  margin-top: 0;
  text-align: center;
}

.process-content {
  padding: 28px 16px;
}

.process-content-desc {
  font-size: 16px;
}

.process-container {
  justify-content: center;
  row-gap: 1.5em;
}

.process-box {
  max-width: 100%;
}

.process-box-title {
  font-size: 16px;
  margin-top: .5em;
}

.faq-container {
  flex-wrap: wrap;
  row-gap: 28px;
}

.faq-list {
  max-width: inherit;
  width: 100%;
}

.faq-list-item {
  margin-bottom: 28px;
}

.faq-list-item dt {
  font-size: 16px;
  padding: 15px 45px 15px 40px;
}

.faq-list-item dt::before {
  font-size: 18px;
  left: 15px;
}

.faq-list-item dt::after {
  right: 12px;
}

.faq-list-item dt.c-ls-m1 {
  letter-spacing: -.05em;
}

.faq-list dd {
  font-size: 16px;
  padding: 0 15px 15px;
}


/*   FOOTER   */

.f-inner {
  padding: 55px 55px 32px;
}

.f-text {
  margin-bottom: 1.5em;
}

.f-container {
  display: block;
}

.f-logo {
  margin-bottom: 1.5em;
}

.f-info-tel {
  flex-wrap: wrap;
}

.f-info-tel-num {
  font-size: 33.7px;
}

.f-info-time {
  padding-left: 32px;
}

.f-link {
  flex-direction: column;
  row-gap: .25em;
}

.youtube {
  margin-top: 30px;
}

#top footer {
  padding-bottom: 40px;
}
.cta-footer {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 100;
}
.cta-footer .cta-doc {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-size: 20px;
  padding: 15px;
  width: 100%;
  height: auto;
}
.cta-footer .cta-doc span {
  display: block;
  margin-top: 0;
}
table#contactform th,
table#contactform td {
  display: block;
}