@charset "UTF-8";
/*------------------------------
関数
------------------------------*/
/* ----------------------- */
/*font
/* ----------------------- */
/* ----------------------- */
/*サイトカラー
/* ----------------------- */
/* ----------------------- */
/*サイズ
/* ----------------------- */
/* ----------------------- */
/* メディアクエリ（max-width)
/* ----------------------- */
/* ----------------------- */
/* メディアクエリ（min-width)
/* ----------------------- */
/* ----------------------- */
/* メディアクエリ（min〜max)
/* ----------------------- */
/* ----------------------- */
/* プロジェクトmixin
/* ----------------------- */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
reset
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
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;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

ol {
  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;
  text-decoration: none;
}

/* 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;
}
@media (max-width: 768px) {
  html {
    font-size: 3.52vw;
  }
}
@media (min-width: 769px) and (max-width: 1220px) {
  html {
    font-size: 1.48vw;
  }
}
@media (min-width: 1221px) {
  html {
    font-size: 18px;
  }
}

body {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  color: #433032;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

section {
  padding: 5.56rem 0;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.en * {
  word-break: break-all;
}

a {
  color: inherit;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

input {
  font-size: 16px;
}

select {
  font-size: 16px;
}

textarea {
  font-size: 16px;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
共通
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ----------------------- */
/*layout
/* ----------------------- */
.l-container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 140px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 5.2083333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1220px) {
  .l-container {
    padding: 0 2.4590163934vw;
  }
}
@media (min-width: 1221px) and (max-width: 1440px) {
  .l-container {
    padding: 0 calc((100% - 1160px) / 2);
  }
}

.l-container-s {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 200px;
}
@media (max-width: 768px) {
  .l-container-s {
    padding: 0 5.2083333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1220px) {
  .l-container-s {
    padding: 0 7.3770491803vw;
  }
}
@media (min-width: 1221px) and (max-width: 1440px) {
  .l-container-s {
    padding: 0 calc((100% - 1040px) / 2);
  }
}

.l-container-xs {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 320px;
}
@media (max-width: 768px) {
  .l-container-xs {
    padding: 0 5.2083333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1220px) {
  .l-container-xs {
    padding: 0 11.4754098361vw;
  }
}
@media (min-width: 1221px) and (max-width: 1440px) {
  .l-container-xs {
    padding: 0 calc((100% - 800px) / 2);
  }
}

.l-space {
  padding: 3.33rem 0;
}

/* ----------------------- */
/*common・component
/* ----------------------- */
.c-text-xs {
  font-size: 0.83rem;
  line-height: 1.5;
}

.c-text-s {
  font-size: 0.89rem;
  line-height: 1.5;
}

.c-text {
  font-size: 1rem;
  line-height: 1.6;
}

.c-text-l {
  font-size: 1.11rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.c-text-link {
  transition: 0.3s;
}
.c-text-link:hover {
  color: #119cda;
}

.c-cloud--reverse img {
  transform: scaleY(-1);
}

.c-sec-cloud {
  padding: 2.22rem 0 4.44rem;
}

.c-title {
  width: 32.22rem;
  padding: 0.5em 0.5em;
  border-radius: 5.56rem;
  text-align: center;
  font-size: 1.22rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .c-title {
    width: 100%;
  }
}
.c-title--yellow {
  font-size: 1.33rem;
  background: #FFFD59;
}
.c-title--pink {
  background: #F9E2EC;
}
.c-title--blue {
  background: #D6ECF9;
}

.c-title-vertical {
  font-size: 1.22rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  word-break: break-all;
  letter-spacing: 0.35em;
  padding: 0 1.2em;
  height: 16.67rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-title-vertical {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    word-break: normal;
    padding: 0.5em 0.5em;
    width: 100%;
    height: auto;
    border-radius: 5.56rem;
    margin-bottom: 2.22rem;
  }
}
.c-title-vertical--s {
  height: auto;
  padding: 1.45em 1.2em;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .c-title-vertical--s {
    padding: 0.5em 0.5em;
  }
}
.c-title-vertical--blue {
  background: #D6ECF9;
}
.c-title-vertical--yellow {
  background: #FFFD59;
}

.c-sec-vertical__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .c-sec-vertical__wrap {
    flex-direction: column;
  }
}
.c-sec-vertical__main {
  width: 88%;
}
@media (max-width: 768px) {
  .c-sec-vertical__main {
    width: 100%;
  }
}

/* ----------------------- */
/*ユーティリティ
/* ----------------------- */
.hidden {
  display: none;
}

@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

.hover-opacity {
  transition: 0.3s;
}
.hover-opacity:hover {
  opacity: 0.7;
}

.d-block {
  display: block;
}

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

.bg-pink {
  background: #F9E2EC;
}

.justify-end {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .sm-justify-end {
    justify-content: flex-end;
  }
}

.justify-end-box {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .sm-justify-end-box {
    display: flex;
    justify-content: flex-end;
  }
}

.justify-between-box {
  display: flex;
  justify-content: space-between;
}

.justify-between {
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sm-justify-between {
    justify-content: space-between;
  }
}

.align-items-center {
  align-items: center;
}
@media (max-width: 768px) {
  .align-items-center {
    align-items: normal;
  }
}

.align-items-end {
  align-items: flex-end;
}

@media (max-width: 768px) {
  .sm-align-items-end {
    align-items: flex-end;
  }
}

.align-self-start {
  align-self: flex-start;
}

@media (max-width: 768px) {
  .sm-align-self-start {
    align-self: flex-start;
  }
}

.align-self-end {
  align-self: flex-end;
}

@media (max-width: 768px) {
  .sm-align-self-end {
    align-self: flex-end;
  }
}

.align-center-box {
  display: flex;
  align-items: center;
}

.overflow-right {
  margin-right: calc(50% - 50vw);
}

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

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

@media (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.color-white {
  color: #fff;
}

.color-ac {
  color: #F25B33;
}

.font-small {
  font-size: 0.85em;
}

.pt-sec {
  padding-top: 6.67rem;
}
@media (max-width: 768px) {
  .pt-sec {
    padding-top: 4.44rem;
  }
}

.pt-sec-s {
  padding-top: 4.44rem;
}
@media (max-width: 768px) {
  .pt-sec-s {
    padding-top: 4.44rem;
  }
}

.pb-sec {
  padding-bottom: 6.67rem;
}
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 0.56rem !important;
}

.mt20 {
  margin-top: 1.11rem !important;
}

.mt30 {
  margin-top: 1.67rem !important;
}

.mt40 {
  margin-top: 2.22rem !important;
}

.mt50 {
  margin-top: 2.78rem !important;
}

.mt60 {
  margin-top: 3.33rem !important;
}

.mt80 {
  margin-top: 4.44rem !important;
}

.mt100 {
  margin-top: 5.56rem !important;
}

@media (max-width: 768px) {
  .sm-mt10 {
    margin-top: 0.37rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt20 {
    margin-top: 0.74rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt30 {
    margin-top: 1.11rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt40 {
    margin-top: 1.48rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt50 {
    margin-top: 1.85rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt60 {
    margin-top: 2.22rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt80 {
    margin-top: 2.96rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mt100 {
    margin-top: 3.7rem !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 0.56rem !important;
}

.mb20 {
  margin-bottom: 1.11rem !important;
}

.mb30 {
  margin-bottom: 1.67rem !important;
}

.mb40 {
  margin-bottom: 2.22rem !important;
}

.mb50 {
  margin-bottom: 2.78rem !important;
}

.mb60 {
  margin-bottom: 3.33rem !important;
}

.mb80 {
  margin-bottom: 4.44rem !important;
}

.mb100 {
  margin-bottom: 5.56rem !important;
}

@media (max-width: 768px) {
  .sm-mb10 {
    margin-bottom: 0.37rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb20 {
    margin-bottom: 0.74rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb30 {
    margin-bottom: 1.11rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb40 {
    margin-bottom: 1.48rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb50 {
    margin-bottom: 1.85rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb60 {
    margin-bottom: 2.22rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb80 {
    margin-bottom: 2.96rem !important;
  }
}

@media (max-width: 768px) {
  .sm-mb100 {
    margin-bottom: 3.7rem !important;
  }
}

.mr10 {
  margin-right: 0.56rem !important;
}

.mr20 {
  margin-right: 1.11rem !important;
}

.mr30 {
  margin-right: 1.67rem !important;
}

.ml10 {
  margin-left: 0.56rem !important;
}

.ml20 {
  margin-left: 1.11rem !important;
}

.ml30 {
  margin-left: 1.67rem !important;
}

.mt05em {
  margin-top: 0.5em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt15em {
  margin-top: 1.5em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb15em {
  margin-bottom: 1.5em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb25em {
  margin-bottom: 2.5em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 0.56rem !important;
}

.pt20 {
  padding-top: 1.11rem !important;
}

.pt30 {
  padding-top: 1.67rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 0.56rem !important;
}

.pb20 {
  padding-bottom: 1.11rem !important;
}

.pb30 {
  padding-bottom: 1.67rem !important;
}

.pt100 {
  padding-top: 6.25rem !important;
}

.pb100 {
  padding-bottom: 6.25rem !important;
}

.pb120 {
  padding-bottom: 7.5rem !important;
}

@media (max-width: 768px) {
  .sm-pt160 {
    padding-top: 10rem !important;
  }
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
header
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
footer
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

/* ----------------------- */
/*header
/* ----------------------- */
.l-header {
  background: #FFFFF1;
  padding: 0.89rem 0;
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header-logo {
  width: 16.67rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .l-header-logo {
    width: 11.11rem;
  }
}
.l-header-nav {
  display: flex;
  align-items: center;
  font-size: 0.89rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-header-nav {
    flex-direction: column;
    background: #FFFFF1;
    font-size: 1.19rem;
    padding-top: 7.41rem;
    padding-bottom: 50px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
    z-index: 5;
    overscroll-behavior: contain;
    overflow-y: scroll;
  }
}
.l-header-nav.active {
  visibility: visible;
  opacity: 1;
}
.l-header-nav__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .l-header-nav__nav {
    flex-direction: column;
  }
}
.l-header-nav__nav li:not(:last-child) {
  margin-right: 2.78rem;
}
@media (max-width: 768px) {
  .l-header-nav__nav li:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .l-header-nav__nav li {
    margin-bottom: 1.11rem;
  }
}
.l-header-nav__link {
  transition: 0.3s;
  color: #433032 !important;
}
.l-header-nav__link:hover {
  color: #119cda !important;
}
.l-header-nav__contact {
  display: inline-block;
  margin-left: 1.67rem;
  background: #4D311F;
  padding: 0.2em 1em;
  color: #fff !important;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .l-header-nav__contact {
    margin-left: 0;
  }
}
.l-header-nav__contact:hover {
  color: #4D311F !important;
  background: #fff;
  border: 1px solid #4D311F;
}
.l-header-hm {
  display: flex;
  align-items: center;
  width: 3.7rem;
  height: 1.85rem;
  cursor: pointer;
  z-index: 20;
}
@media (min-width: 769px) {
  .l-header-hm {
    display: none;
  }
}
.l-header-hm span {
  width: 100%;
  height: max(1px, 0.15rem);
  background-color: #433032;
  border-radius: 0.37rem;
  position: relative;
  transition: all 0.5s;
}
.l-header-hm span::before, .l-header-hm span::after {
  content: "";
  display: block;
  width: 100%;
  height: max(1px, 0.15rem);
  border-radius: 0.37rem;
  background-color: #433032;
  position: absolute;
  transition: all 0.5s;
}
.l-header-hm span::before {
  transform: translateY(-0.74rem);
}
.l-header-hm span::after {
  transform: translateY(0.74rem);
}
.l-header-hm.active span {
  background-color: transparent;
}
.l-header-hm.active span::before {
  transform: rotate(45deg);
}
.l-header-hm.active span::after {
  transform: rotate(-45deg);
}

._nonScroll {
  position: absolute;
  top: 0;
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}
@media (min-width: 769px) {
  ._nonScroll {
    display: none;
  }
}

/* ----------------------- */
/*イラスト
/* ----------------------- */
.illust {
  margin-top: -2.22rem;
}
@media (max-width: 768px) {
  .illust {
    margin-top: 0.37rem;
  }
}
.illust-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .illust-list {
    padding: 0 8%;
  }
}
.illust-list__item:first-child {
  width: 16.67rem;
}
@media (max-width: 768px) {
  .illust-list__item:first-child {
    width: 40%;
  }
}
.illust-list__item:nth-child(2) {
  width: 11.11rem;
}
@media (max-width: 768px) {
  .illust-list__item:nth-child(2) {
    width: 30%;
  }
}

/* ----------------------- */
/*sec1
/* ----------------------- */
.sec1__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sec1__list {
    flex-direction: column;
  }
}
.sec1-item {
  padding: 1.67rem 1.67rem;
  background: #D6ECF9;
  border-radius: 1.67rem;
  width: 48%;
  text-align: center;
}
@media (max-width: 768px) {
  .sec1-item {
    width: 100%;
  }
  .sec1-item:not(:last-child) {
    margin-bottom: 1.48rem;
  }
}
.sec1-item__q {
  font-size: 1.33rem;
  font-weight: bold;
}
.sec1-item__a {
  background: #fff;
  font-size: 1.17rem;
  border-radius: 5.56rem;
  padding: 0.3em;
  margin: 0.7em 0;
}
.sec1__list2 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .sec1__list2 {
    margin-top: 1.48rem;
  }
}
.sec1__list2 .sec1-item {
  width: 31.5%;
}
@media (max-width: 768px) {
  .sec1__list2 .sec1-item {
    width: 100%;
  }
}
.sec1__list2 .sec1-item:nth-child(1) .sec1-item__a {
  margin-top: 2.3em;
}
@media (max-width: 768px) {
  .sec1__list2 .sec1-item:nth-child(1) .sec1-item__a {
    margin-top: 0.7em;
  }
}
.sec1__list2 .sec1-item__q {
  font-size: 1.11rem;
}
@media (max-width: 768px) {
  .sec1__list2 .sec1-item__q {
    font-size: 1.33rem;
  }
}
.sec1__list2 .sec1-item__a {
  font-size: 0.89rem;
}
@media (max-width: 768px) {
  .sec1__list2 .sec1-item__a {
    font-size: 1.17rem;
  }
}
@media (max-width: 768px) {
  .sec1__list2 .c-text-s {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* ----------------------- */
/*sec2
/* ----------------------- */
.sec2 {
  background: #F3F6E7;
}
.sec2__area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.11rem;
  margin-bottom: 3.33rem;
}
@media (max-width: 768px) {
  .sec2__area {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.11rem;
  }
}
.sec2-area {
  background: #D6ECF9;
  text-align: center;
  padding: 0.7em 0.3em;
  font-size: 1.22rem;
  font-weight: bold;
}
.sec2-desc {
  display: flex;
}
.sec2-desc:not(:last-child) {
  margin-bottom: 0.5em;
}
.sec2-desc::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: #F9E2EC;
  margin-top: 0.35em;
  margin-right: 0.6em;
}
.sec2-desc__text {
  font-size: 1.22rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sec2-desc__text .font-small {
    display: block;
  }
}

/* ----------------------- */
/*sec3
/* ----------------------- */
/* ----------------------- */
/*sec4
/* ----------------------- */
.sec4 {
  background: #D6ECF9;
}
.sec4-table__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 5.28rem;
  gap: 0.28rem;
}
@media (max-width: 768px) {
  .sec4-table__row {
    grid-auto-rows: 4.72rem;
  }
}
.sec4-table__row:not(:last-child) {
  margin-bottom: 0.56rem;
}
@media (max-width: 768px) {
  .sec4-table__row:not(:last-child) {
    margin-bottom: 1.48rem;
  }
}
.sec4-table-cell {
  border: 3px solid #a6a6a6;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec4-table-cell:nth-child(-n+3) {
  font-size: 1.11rem;
  font-weight: bold;
}
.sec4-table-cell:last-child {
  font-size: 0.89rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sec4-table-cell:last-child {
    font-size: 1.11rem;
    line-height: 1.6;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .sec4-table-cell:first-child {
    background: #a6a6a6;
    color: #fff;
    font-size: 1.28rem;
  }
}
@media (max-width: 768px) {
  .sec4-table-cell:first-child, .sec4-table-cell:last-child {
    grid-column: 1/5;
  }
}
@media (max-width: 768px) {
  .sec4-table-cell:nth-child(2) {
    grid-column: 1/3;
  }
}
@media (max-width: 768px) {
  .sec4-table-cell:nth-child(3) {
    grid-column: 3/5;
  }
}
.sec4__wrap2 {
  margin-top: 4.44rem;
}
.sec4__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.sec4__heading span {
  background: #F9E2EC;
  padding: 0.4em 1em;
  font-size: 1.11rem;
  font-weight: bold;
}
.sec4__spImage li {
  margin-left: auto;
  margin-right: auto;
}
.sec4__spImage li:nth-child(2) {
  width: 5.56rem;
  margin-top: 0.93rem;
  margin-bottom: 0.93rem;
}
.sec4__spImage li:nth-child(3) {
  width: 60%;
}

/* ----------------------- */
/*sec5
/* ----------------------- */
@media (max-width: 768px) {
  .sec5__image {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sec5__image img {
    min-width: 580px;
  }
}

/* ----------------------- */
/*sec6
/* ----------------------- */
.sec6 {
  padding-top: 3.33rem;
  background-image: url("../img/sec6_bg.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .sec6 {
    padding-top: 1.85rem;
  }
}
.sec6__title {
  text-align: center;
  border-bottom: max(1px, 0.22rem) dashed #442615;
  padding-bottom: 1.82em;
  margin-bottom: 1.67rem;
  font-size: 1.22rem;
  font-weight: bold;
  position: relative;
}
.sec6__title::before {
  content: "";
  width: 7.78rem;
  height: 5.56rem;
  background-image: url("../img/sec6_title.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: 0.44rem;
  left: 7.22rem;
}
@media (max-width: 768px) {
  .sec6__title::before {
    width: 7.22rem;
    height: 5rem;
    position: static;
    display: block;
    margin: 0 auto 0.74rem;
  }
}

/* ----------------------- */
/*sec7
/* ----------------------- */
.sec7__links {
  margin-top: 2.78rem;
}
.sec7-link {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .sec7-link {
    flex-direction: column;
    align-items: normal;
  }
}
.sec7-link:not(:last-child) {
  margin-bottom: 1.11rem;
}
@media (max-width: 768px) {
  .sec7-link:not(:last-child) {
    margin-bottom: 1.85rem;
  }
}
.sec7-link__heading {
  flex-basis: 50%;
  border-bottom: 1px dashed #433032;
  font-size: 1.22rem;
  font-weight: bold;
  padding-bottom: 0.4em;
  padding-left: 0.4em;
}
@media (max-width: 768px) {
  .sec7-link__heading {
    margin-bottom: 0.8em;
  }
}
.sec7-link__button {
  flex-basis: 50%;
  transition: 0.3s;
}
.sec7-link__button:hover {
  filter: brightness(1.07);
}

/* ----------------------- */
/*sec8
/* ----------------------- */
.sec8 {
  background: #F3F6E7;
  padding-bottom: 5.56rem;
}
.sec8__heading {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: max(1px, 0.17rem) dashed #F9E2EC;
  width: 32.22rem;
  margin: 0 auto 1em;
  padding-bottom: 0.4em;
}
@media (max-width: 768px) {
  .sec8__heading {
    width: 100%;
  }
}
.sec8-flex {
  margin-top: 2.22rem;
  display: flex;
}
.sec8-flex__content {
  background: #F3F6E7;
  border: 0.67rem solid #fff;
  padding: 2.78rem 1.39rem;
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
}
@media (max-width: 768px) {
  .sec8-flex {
    flex-direction: column-reverse;
  }
  .sec8-flex__content {
    background: #F3F6E7;
    border: 0.67rem solid #fff;
    padding: 2.78rem 1.39rem;
    filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
  }
}
.sec8-flex__basis {
  flex-basis: 18.89rem;
  margin-right: 0rem;
  margin-left: 2.78rem;
}
.sec8-flex__basis__content {
  background: #F3F6E7;
  border: 0.67rem solid #fff;
  padding: 2.78rem 1.39rem;
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
}
@media (max-width: 768px) {
  .sec8-flex__basis {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.48rem;
    flex-basis: auto;
  }
  .sec8-flex__basis__content {
    background: #F3F6E7;
    border: 0.67rem solid #fff;
    padding: 2.78rem 1.39rem;
    filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
  }
}
.sec8-flex__content {
  flex: 1;
}
.sec8-flex__content__content {
  background: #F3F6E7;
  border: 0.67rem solid #fff;
  padding: 2.78rem 1.39rem;
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
}
@media (max-width: 768px) {
  .sec8-flex__content {
    margin-bottom: 0rem;
  }
}
.sec8-flex__content__content {
  background: #F3F6E7;
  border: 0.67rem solid #fff;
  padding: 2.78rem 1.39rem;
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.8));
}
.sec8-flex__basis {
  margin-top: 2.78rem;
}
@media (max-width: 768px) {
  .sec8-flex__basis {
    margin-top: 0;
  }
}
.sec8-flex-career {
  display: flex;
}
.sec8-flex-career:not(:last-child) {
  margin-bottom: 0.5em;
}
.sec8-flex-career::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #433032;
  margin-top: 0.55em;
  margin-right: 0.6em;
}

/* ----------------------- */
/*footer
/* ----------------------- */
.l-footer {
  background: #484643;
  color: #fff;
  padding: 3.33rem 0;
}
.l-footer__wrap {
  display: flex;
}
@media (max-width: 768px) {
  .l-footer__wrap {
    flex-direction: column;
  }
}
.l-footer__left {
  flex-basis: 45%;
  display: flex;
}
.l-footer-logo {
  width: 6.94rem;
  margin-right: 1.11rem;
}
.l-footer-info__company {
  font-size: 1.33rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.l-footer-info-link {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.l-footer-info-link:not(:last-child) {
  margin-bottom: 0.5em;
}
.l-footer-info-link::before {
  content: "";
  width: 2.06rem;
  height: 2.06rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  margin-right: 0.5em;
}
.l-footer-info-link:first-child::before {
  background-image: url(../img/tel.webp);
}
.l-footer-info-link:nth-child(2)::before {
  background-image: url(../img/mail.webp);
}
.l-footer-info-link a {
  color: #fff;
}
.l-footer__right {
  flex-basis: 55%;
  padding-top: 2.78rem;
}
.l-footer__right dl {
  display: flex;
}
.l-footer__right dl:not(:last-child) {
  margin-bottom: 0.4em;
}
@media (max-width: 768px) {
  .l-footer__right dl {
    flex-direction: column;
  }
}
.l-footer__right dt {
  flex-basis: 15%;
}
.l-footer__right dd {
  flex: 1;
}

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