@charset "UTF-8";
/* print.scss */
/* -----------------------------------------------------------------------------------------------------------------------
印刷用
----------------------------------------------------------------------------------------------------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
figcaption,
blockquote,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  width: 100%;
  display: block;
  border: 0;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

@page {
  margin: 8mm;
  margin: 10mm 8mm 10mm 8mm;
}
* {
  -webkit-print-color-adjust: exact !important;
  background-attachment: initial !important;
  overflow-y: visible !important;
  margin: 0;
  padding: 0;
}

html {
  overflow: visible !important;
  zoom: 0.7 !important;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: none;
  background: #ffffff;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.page-container {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1036px;
  margin: 0 auto;
}

a {
  color: #222222;
}

a:hover {
  opacity: 0.7;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.inline-block {
  display: inline-block;
}

.btn__wrapper {
  text-align: center;
}

.btn {
  display: inline-block;
  color: #ffffff;
  max-width: 100%;
  background: #222222;
  text-align: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: 0.25s;
  width: 306px;
  padding: 19px 19px 20px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

.btn:hover {
  opacity: 1;
  background: #ffd633;
  color: #222222;
}

.btn--small {
  border-radius: 33px;
  width: 230px;
  padding: 21px 20px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.btn--small:hover {
  opacity: 0.7;
  background: #222222;
}

.btn--large {
  width: 384px;
  padding: 20px;
  font-size: 2rem;
  line-height: 1.45;
}

.btn--large:hover {
  opacity: 0.7;
  background: #222222;
}

.btn--arrow {
  position: relative;
}

.btn--arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 6px;
  height: 12px;
  background: url(../images/common/icon_arrow.svg) center center/cover no-repeat;
}

.btn.btn--arrow:hover::after {
  background: url(../images/common/icon_arrow_222.svg) center center/cover no-repeat;
}

.btn--arrow-large {
  position: relative;
}

.btn--arrow-large::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/icon_arrow.svg) center center/contain no-repeat;
  right: 50px;
  width: 17px;
  height: 36px;
}

.btn-caution.btn--arrow-large::after {
  background: url(../images/common/icon_arrow_222.svg) center center/contain no-repeat;
}

.btn-caution__wrapper {
  text-align: center;
}

.btn-caution {
  display: inline-block;
  padding: 21px;
  font-weight: 500;
  color: #222222;
  max-width: 100%;
  background: #ffd633;
  text-align: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.25s;
  width: 538px;
  padding: 17px 19px 19px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}

.btn-caution:hover {
  opacity: 0.7;
}

.btn-caution--contact {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  border-radius: 0;
}

.btn-caution--large {
  font-weight: bold;
  border-radius: 69px;
  width: 996px;
  padding: 47px;
  font-size: 3rem;
  line-height: 1.4666666667;
}

.btn-caution--large:hover {
  transform: scale(1.1);
  opacity: 1;
}

.btn--icon-mail::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  background: url(../images/common/icon_mail.svg) center center/contain no-repeat;
  left: 132px;
  width: 26px;
  height: 19px;
}

.btn-contact.btn--icon-mail::after {
  background-image: url(../images/common/icon_mail_222.svg);
}

.btn-contact__wrapper {
  text-align: center;
}

.btn-contact {
  display: inline-block;
  padding: 21px;
  color: #222222;
  max-width: 100%;
  background: #ffd633;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  width: 580px;
  padding: 26px 28px 28px 178px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

.btn-contact:hover {
  transform: scale(1.1);
  opacity: 1;
}

.btn-back {
  color: #222222;
  background: #ffffff;
  border: 1px solid #222222;
  width: 228px;
  padding: 20px;
  font-size: 2rem;
  line-height: 1.45;
}

.btn-back:hover {
  background: #ffffff;
  opacity: 0.7;
}

.btn-back--large {
  border: 1px solid #222222;
  font-weight: bold;
  width: 260px;
  padding: 30px 30px 31px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.color-orange {
  color: #ffd633;
}

.mr_1em {
  margin-right: 1em;
}

.bg-white {
  background: #ffffff;
}

.mb_0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pl20 {
  padding-left: 20px;
}

/*===============================
 ヘッダー
 ===============================*/
.header {
  width: 100%;
  height: auto;
}

.header__inner {
  width: 100%;
  background: #ffffff;
  z-index: 999;
  position: static;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #dbdbdb;
  max-height: 86.5px;
  padding: 0;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  align-self: center;
}

.logo__link {
  display: block;
  max-width: 240px;
}

.menu-btn {
  display: none;
}

.menu-btn__inner {
  width: 50px;
  height: 50px;
  background: #ffd633;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.menu-btn__bar {
  width: 34px;
  height: 3px;
  background: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-btn__bar--top {
  transform: translate(-50%, -13px);
}

.menu-btn__bar--bottom {
  transform: translate(-50%, 10px);
}

.menu-btn.active {
  opacity: 0;
  visibility: hidden;
}

/* hamburgerメニュー */
.global-menu {
  display: none;
}

.close-btn {
  position: absolute;
  width: 28px;
  height: 24px;
  top: 21px;
  right: 27px;
  cursor: pointer;
}

.close-btn__bar {
  display: block;
  width: 35px;
  height: 2.5px;
  background: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
}

.close-btn__bar--top {
  transform: translate(-50%, -50%) rotate(40deg);
}

.close-btn__bar--bottom {
  transform: translate(-50%, -50%) rotate(-40deg);
}

.close-btn:hover {
  opacity: 0.7;
}

.menu {
  width: 100%;
  height: auto;
}

.menu__lists {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  margin-bottom: 20px;
}

.menu__link {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding: 13px 0 10px;
  color: #222222;
  font-weight: 500;
  font-family: "Murecho", sans-serif;
  display: block;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  position: relative;
}

.menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 6px;
  height: 12px;
  background: url(../images/common/icon_arrow_222.svg) center center/cover no-repeat;
}

.contact-btn__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: 30px;
}

.contact-btn {
  display: inline-block;
  color: #ffffff;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  background: #222222;
  border: none;
  padding: 8px 0px;
  font-weight: normal;
  width: 124px;
}

.sns-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.sns-menu__list {
  width: 30px;
  margin-right: 40px;
}

.sns-menu__list:last-child {
  margin-right: 0;
}

.sns-menu__link {
  display: block;
  width: 100%;
}

.menu-sub-lists .menu__link {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

/* PCメニュー */
.pc-menu {
  display: flex;
  justify-content: flex-end;
}

.pc-menu__lists {
  display: flex;
  margin-top: 35px;
  margin-right: 0;
}

.pc-menu__list {
  margin-right: 30px;
}

.pc-menu__list:last-child {
  margin-right: 0;
}

.pc-menu__link {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.shop-btn__wrapper {
  text-align: center;
}

.shop-btn {
  display: inline-block;
  padding: 20px 0 18px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  background: #ffd633;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  color: #222222;
  width: 130px;
  transition: 0.25s;
}

/*===============================
 トップページ
 ===============================*/
.fv {
  margin-top: 136px;
  margin-bottom: 326px;
}

.fv__inner {
  margin-right: auto;
  margin-left: auto;
  width: 85.7142857143%;
  max-width: 1200px;
  height: 530px;
  background: url(../images/top/img_fv01.jpg) center center/contain no-repeat;
}

.fv-slider {
  display: none;
}

.fv-slider.slick-initialized {
  opacity: 1;
}

.slick-dots {
  bottom: -52px;
  text-align: right;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 15px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  background: #ffd633;
  border: 2px solid #ffd633;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #ffd633;
  content: "";
  text-align: center;
  opacity: 1;
  color: transparent;
  -webkit-font-smoothing: antialiased;
}

.top-main-section {
  margin-bottom: 200px;
}

.copper {
  width: 100%;
  position: relative;
  background-color: #f1f1f1;
}

.copper__inner {
  position: relative;
  z-index: 2;
  max-width: calc(100% - (50% - 611px));
  width: 87.2857142857%;
  margin-left: 0;
  margin-right: auto;
  padding: 150px 0 100px;
}

.copper__media {
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: row-reverse;
  align-items: center;
  gap: 56px;
  width: 98.1996726678%;
  max-width: 1200px;
  margin-right: -78px;
  margin-left: auto;
  padding-top: 0;
}

.copper__body {
  width: 45%;
  max-width: 540px;
  margin-right: 0;
}

.copper-heading {
  font-weight: bold;
  width: 100%;
  position: static;
  transform: none;
  text-align: left;
  margin-bottom: 44px;
}

.copper-heading__lead {
  display: block;
  font-size: 3rem;
  line-height: 1.4;
}

.copper__text {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 100%;
  max-width: 540px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 52px;
}

.copper__text.mb_0 {
  margin-bottom: 0;
}

.copper__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 538px;
}
.copper__cta .btn-caution__wrapper {
  width: 100%;
  text-align: center;
}

.copper__cta .copper__caution {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}

.copper-heading-main__wrapper {
  display: block;
  margin-right: auto;
  margin-left: 0;
  margin-top: 14px;
  width: 100%;
  max-width: 480px;
}

.copper-img__wrapper {
  flex: 1;
  width: auto;
  max-width: none;
  margin: 0;
}

.copper-bg {
  position: absolute;
  right: 0;
  left: auto;
  z-index: 1;
  width: 65.6428571429%;
  max-width: 100%;
  top: -154px;
}

.copper-bg__img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: right bottom;
  height: 275px;
}

.services {
  margin-top: 120px;
  margin-bottom: 120px;
}

.services__heading {
  color: #222222;
  font-size: 5.4rem;
  line-height: 1.462962963;
  font-weight: 500;
  font-family: "Murecho", sans-serif;
  margin-bottom: 72px;
  text-align: left;
}

.services__item {
  position: relative;
  margin-bottom: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.services__item:last-child {
  margin-bottom: 0;
}

.services__deco {
  position: absolute;
  z-index: 0;
  background-color: #f9f9f9;
  width: calc(100% + 40px);
  height: calc(100% + 56px);
  pointer-events: none;
}
.services__item:nth-child(odd) .services__deco {
  top: -24px;
  left: -20px;
}
.services__item:nth-child(even) .services__deco {
  bottom: -24px;
  right: -20px;
  top: auto;
  left: auto;
}

.services__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}

.services__item--reverse .services__inner {
  flex-direction: row-reverse;
}

.services__body {
  flex: 0 0 47%;
  max-width: 564px;
}

.services__title {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-weight: 500;
  text-align: left;
  margin-bottom: 28px;
}

.services__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 36px;
}

.services__btn.btn-caution__wrapper {
  text-align: left;
}

.services__figure {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.services__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.introduction {
  text-align: center;
}

.introduction__heading {
  font-weight: bold;
  font-size: 7.6rem;
  line-height: 1.4473684211;
  margin-bottom: 14px;
}

.introduction__sub-heading {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.4666666667;
  margin-bottom: 40px;
}

.section__heading {
  color: #222222;
  font-weight: 500;
  font-family: "Murecho", sans-serif;
  font-size: 5.4rem;
  line-height: 1.462962963;
  margin-bottom: 60px;
}

.section {
  margin-top: 160px;
  margin-bottom: 160px;
}

.section-type01 {
  padding-top: 0;
  position: static;
}
.section-type01 .section__heading {
  position: static;
  transform: none;
  margin-bottom: 80px;
  text-align: center;
}

.section__innner {
  display: flex;
  flex-direction: row;
}

.section__innner.row-reverse {
  flex-direction: row-reverse;
}
.section__innner.row-reverse .section__body {
  margin-left: 13%;
  margin-right: 0;
}

.section__body {
  width: 47%;
  flex-basis: 47%;
  margin-right: 13%;
}

.section-img__wrapper {
  width: auto;
  max-width: auto;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  flex: 1;
}

.section-content {
  margin-bottom: 60px;
}

.section-content.mb_0 {
  margin-bottom: 0;
}

.section-content__heading {
  font-weight: 500;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  margin-bottom: 30px;
}

.section-content__text {
  width: 92%;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 0;
  margin-left: auto;
}

.section-content-notes {
  width: 100%;
  background: #f9f9f9;
  padding: 26px 50px;
}

.section-content-notes__heading {
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 20px;
}

.section-content-notes__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.about .section-content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.about .section-content__heading {
  font-weight: 500;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  margin-bottom: 40px;
}

.section__list {
  display: flex;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

.section__list.mb-size-l {
  margin-bottom: 20px;
}

.section__list.mb_0 {
  margin-bottom: 0;
}

.section__term {
  flex-basis: 140px;
  margin-right: 3.5460992908%;
}

.section__description {
  flex: 1;
}

.top-works {
  background: #fffbea;
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-works .section__heading {
  font-size: 7.6rem;
  line-height: 1.4473684211;
}

.top-works-lists__wrapper {
  margin-bottom: 60px;
}

.top-works-lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -30px;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.top-works-list {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.top-works-link {
  display: block;
  cursor: pointer;
}

.top-works-list:nth-child(2n) {
  margin-right: 2%;
}

.top-works-list:nth-child(4n) {
  margin-right: 0;
}

.top-works-link::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.top-works-list__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.top-works-list__heading {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.4444444444;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  min-height: 41px;
  padding: 10px 39px 8px 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.arrow__wrapper {
  background: #333333;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
}

.arrow {
  width: 6px;
  height: 13px;
  object-fit: contain;
}

.news .section__heading {
  text-align: center;
}
.news .slick-track {
  display: flex;
}
.news .slick-slide {
  height: auto !important;
}
.news .slick-prev {
  left: -20px;
}
.news .slick-prev,
.news .slick-next {
  width: 33px;
  height: 40px;
  background: #ffd633;
  z-index: 1;
}
.news .slick-next {
  right: -20px;
}
.news .slick-prev:before {
  content: "";
}
.news .slick-prev:before,
.news .slick-next:before {
  font-size: 0;
  display: inline-block;
  width: 4.5px;
  height: 9px;
  background: url(../images/common/icon_arrow_222.svg) center center/cover no-repeat;
}
.news .slick-prev:before {
  transform: rotate(180deg);
}

.card__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.card {
  border: 1px solid #c3c3c3;
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  margin-left: 0;
  padding: 15px 15px 49px;
}

.card__img-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 51.5873015873%;
  margin-bottom: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.card__img-wrapper::-webkit-scrollbar {
  display: none;
}

.card__img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.card-time {
  line-height: 1.1111111111;
  font-family: "Arial", "メイリオ", sans-serif;
  font-size: 1.2rem;
  line-height: 1.1666666667;
}

.label {
  background: #ffd633;
  word-break: break-all;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 8px 2px;
}

.label__inner {
  display: inline-block;
  text-align: left;
  font-size: 1.3rem;
  color: #222222;
  line-height: 1.3076923077;
}

.card__text {
  font-size: 1.6rem;
  line-height: 1.3125;
}

.more__wrapper {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.more {
  margin-right: 29px;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}

.more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -29px;
  background: url(../images/top/icon_arrow-more.svg) center center/contain no-repeat;
  width: 6px;
  height: 12px;
}

.ceo-greeting {
  background-color: #f6f6f6;
  padding: 40px 0;
}

.ceo-greeting__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}

.ceo-greeting__figure {
  margin: 0;
  flex-shrink: 0;
  width: 33.3333333333%;
  max-width: 400px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.ceo-greeting__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ceo-greeting__body {
  flex: 1;
  min-width: 0;
}

.ceo-greeting__heading {
  color: #222222;
  font-size: 5.4rem;
  line-height: 1.462962963;
  font-weight: 500;
  font-family: "Murecho", sans-serif;
  margin-bottom: 40px;
  text-align: left;
}

.ceo-greeting__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 1.5em;
}
.ceo-greeting__text:last-of-type {
  margin-bottom: 0;
}

.recruit-area {
  width: 100%;
  background: url(../images/top/bg_recruit.jpg) center center/cover no-repeat;
  padding: 40px 0;
}
.recruit-area .section__heading {
  text-align: center;
}

.recruit-area__inner {
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  width: 48.1666666667%;
  max-width: 578px;
  padding: 40px 83px;
}

.recruit-area__catch {
  font-weight: bold;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  margin-bottom: 20px;
}

.recruit-area__text {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.contact-area {
  margin-bottom: 100px;
}
.contact-area .section__heading {
  text-align: center;
}

.contact-area__inner {
  border: 2px solid #c3c3c3;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 60px 60px;
  width: 100%;
  max-width: 83%;
}

.contact-area__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin-bottom: 40px;
}

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

.icon-tel__wrapper {
  width: 35px;
  height: 60px;
  margin-right: 26px;
}

.icon-tel {
  height: 100%;
  object-fit: contain;
}

.tel-link {
  font-family: "Arial", "メイリオ", sans-serif;
  font-size: 7rem;
  line-height: 1.1428571429;
}

.contact-area__time {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}

.sns {
  background: #f1f1f1;
  margin-bottom: 0;
  padding: 80px 0 100px;
  margin-top: 100px;
}

.sns__inner {
  display: flex;
  justify-content: center;
}

.sns__section {
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 40px 0;
  width: 40.5%;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0;
}

.sns__section:last-child {
  margin-bottom: 0;
}

.sns__heading {
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4444444444;
  margin-bottom: 6px;
}

.sns__text {
  text-align: center;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 40px;
}

.sns__img-wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 33.950617284%;
  max-width: 165px;
  margin-bottom: 40px;
}

/*===============================
 フッター
 ===============================*/
.footer {
  background: #222222;
  color: #ffffff;
  padding: 40px 100px 21px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 76px;
}

.footer-logo {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.footer-logo__link {
  max-width: 250px;
}

.footer__lists {
  margin-bottom: 0;
}

.footer__list {
  display: flex;
  margin-bottom: 6px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.footer__term {
  margin-right: 1em;
}

.footer-tel-area {
  display: block;
}
.footer-tel-area .footer__list {
  margin-right: 0;
}
.footer-tel-area .footer__list:last-child {
  margin-right: 0;
}

.footer-menu {
  display: block;
  margin-bottom: 30px;
}
.footer-menu > *:last-child {
  margin-bottom: 0;
}

.footer-menu__lists {
  display: flex;
  margin-bottom: 27px;
}

.footer-menu__list {
  margin-right: 70px;
}

.footer-menu__list:last-child {
  margin-right: 0;
}

.footer-menu__link {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.sns-menu {
  display: flex;
  justify-content: flex-end;
}

.sns-menu__list {
  margin-right: 40px;
}

.sns-menu__list:last-child {
  margin-right: 0;
}

.copy-right {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Arial", "メイリオ", sans-serif;
  text-align: center;
}

/*# sourceMappingURL=print.css.map */
