@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

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

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

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

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 0.7321vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
}

@media screen and (min-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #ffffff;
  color: rgb(117, 90, 73);
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.bxslider {
  margin: 0px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  width: 100%;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1146px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 50px);
    margin: 0 25px;
    padding: 0;
  }
}

/*ボタン*/
.btn {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 26.9rem;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  z-index: 0;
  border-radius: 3rem;
  background: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 18.9rem;
    height: 3.9rem;
    border-radius: 2rem;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgb(23, 83, 153);
  opacity: 0;
  transition: 0.3s all;
  border-radius: 30px;
}

.btn:hover::after {
  opacity: 1;
}

a.btn::before {
  content: "→";
  font-size: 2rem;
  margin: auto;
  position: absolute;
  transition-duration: 0.3s;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  a.btn::before {
    right: 1.1rem;
  }
}

@media (hover: hover) {
  .btn:hover {
    opacity: 1;
  }
  .btn:hover::before,
  .wp-element-button:hover::before {
    transition-duration: 0.3s;
  }
}
/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.footer-entry {
  background: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  padding-block: 7.7rem;
}
@media screen and (max-width: 768px) {
  .footer-entry {
    padding-block: 7rem 9.3rem;
  }
}

.footer-entry__copy {
  font-size: 5.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .footer-entry__copy {
    font-size: 2.6rem;
    line-height: 1.7692307692;
  }
}

.footer-entry__text {
  margin-top: 1.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer-entry__text {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.footer-entry__btn {
  margin-top: 3.9rem;
}
@media screen and (max-width: 768px) {
  .footer-entry__btn {
    margin-top: 3rem;
  }
}

.btn-entry {
  font-size: 3.1rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 49rem;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  z-index: 0;
  border-radius: 0.5rem;
  background: #ffc36a;
  height: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .btn-entry {
    width: 30.7rem;
    height: 5.2rem;
  }
}

.btn-entry::before {
  content: "→";
  margin: auto;
  position: absolute;
  transition-duration: 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media (hover: hover) {
  .btn-entry:hover {
    opacity: 1;
    background-color: #ccab18;
  }
  .btn:hover::before {
    transition-duration: 0.3s;
  }
}
/* -----------------------------------------------------------
footer-link
----------------------------------------------------------- */
.footer-link {
  padding-block: 3.5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-link {
    padding-block: 3rem;
  }
}

.footer-link__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer-link__title {
    font-size: 2.2rem;
  }
}

.footer-link__btn {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-link__btn {
    margin-top: 2rem;
    gap: 0.6rem;
  }
}

.btn-flink {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  width: 25rem;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  z-index: 0;
  border-radius: 0.5rem;
  background: rgb(117, 90, 73);
  height: 4.4rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .btn-flink {
    padding-left: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-flink {
    width: 15rem;
    height: 2.6rem;
    font-size: 1.4rem;
    border-radius: 0;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .btn-flink::before {
    content: "→";
    margin: auto;
    position: absolute;
    transition-duration: 0.3s;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}
@media (hover: hover) {
  .btn-flink:hover {
    opacity: 1;
    background-color: #e62825;
  }
  .btn-flink:hover::before {
    transition-duration: 0.3s;
  }
}
.footer-link__copy {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
@media screen and (min-width: 768px) {
  .header {
    padding-top: 6.8rem;
  }
}

/*ロゴ、電話番号のエリア*/
.header__wrap {
  height: 6.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(117, 90, 73);
}
@media screen and (max-width: 768px) {
  .header__wrap {
    height: 5rem;
  }
}

.header__logo {
  margin-left: 2.3rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin-left: 1.2rem;
  }
}

.header__logo a {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .header__logo a span {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
}

/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
}

.header__btns {
  margin-right: 6.8rem;
  display: grid;
  grid-template-columns: 17.5rem 17.5rem;
  gap: 2rem;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__btns {
    grid-template-columns: 8.2rem;
    margin-right: 5.2rem;
  }
}

.header__btn-offical {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid rgb(117, 90, 73);
  height: 3.2rem;
  border-radius: 1.6rem;
  transition: 0.3s all;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__btn-offical {
    display: none;
  }
}

.header__btn-offical:hover {
  color: #fff;
  background-color: rgb(117, 90, 73);
}

.nav-wrap__inner .header__btn-offical {
  width: 17.5rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .nav-wrap__inner .header__btn-offical {
    display: flex;
  }
}

.header__btn1 {
  display: inline-block;
  background-color: rgb(237, 246, 255);
  font-size: 2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .header__btn1 {
    font-size: 1.4rem;
  }
}

.header__btn1:hover {
  background: rgb(23, 83, 153);
  color: #fff;
}

.header__btn2 {
  background: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__btn2 {
    font-size: 1.4rem;
  }
}

.header__btn2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgb(23, 83, 153);
  opacity: 0;
  transition: 0.3s all;
}

.header__btn2:hover::after {
  opacity: 1;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  right: -37.5rem;
  top: 0;
  z-index: 2000;
  background-color: #fff;
  border: 1px solid rgb(117, 90, 73);
  border-radius: 3rem;
  width: 37.5rem;
  transition: transform 0.3s ease-in-out;
  overflow-y: auto; /* メニューのみスクロール可能 */
}
@media screen and (max-width: 768px) {
  .nav-wrap {
    width: 100vw;
    right: -100vw;
  }
}

/* 表示状態 */
.nav-wrap.open {
  transform: translateX(-100%);
}

/* 格納状態 */
.nav-wrap.close {
  transform: translateX(0);
}

.nav-wrap__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.nav-wrap__logo {
  width: 22.2rem;
}

.nav-wrap__close {
  width: 4.1rem;
}

.nav-wap__lists {
  padding: 8rem 4rem 0rem 4rem;
}
@media screen and (max-width: 768px) {
  .nav-wap__lists {
    padding: 7.2rem 2.7rem 0rem 2.7rem;
  }
}

.nav-wap__list {
  position: relative;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .nav-wap__list {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
}

.nav-wap__list:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
  border-image-source: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  border-image-slice: 1;
}

.nav-wap__list::before,
.nav-wap__sub-list::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: rgb(117, 90, 73);
  position: absolute;
  top: 1.9rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .nav-wap__list::before,
  .nav-wap__sub-list::before {
    top: 1.9rem;
  }
}

.nav-wap__list:hover::before,
.nav-wap__sub-list:hover::before {
  background: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
}

.nav-wap__sub-list::before {
  top: 0.4rem;
}

.nav-wap__list a {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .nav-wap__list a {
    font-size: 2rem;
  }
}

.nav-wap__sub-lists {
  margin-top: 1.5rem;
  margin-left: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
}

.nav-wap__sub-list {
  margin-top: 1rem;
  position: relative;
}

.nav-wrap__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3.8rem;
}

.nav-wrap__contact a {
  display: block;
  width: 100%;
  padding: 1.9rem 0;
  background-color: #999;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.07rem;
  transition: opacity 0.3s;
}

.nav-wrap__contact a:hover {
  opacity: 0.7;
}

/* 背景オーバーレイ */
.nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* 黒の半透明 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
}

/* メニューが開いた時の背景 */
.nav-bg.active {
  opacity: 1;
  visibility: visible;
}

/* 背景が表示されているとき、bodyのスクロールを無効化 */
body.no-scroll {
  overflow: hidden;
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15000;
  padding: 2.2rem;
}
@media screen and (max-width: 768px) {
  .nav-button-wrap {
    padding: 1.6rem;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 2.9rem;
  height: 2.3rem;
}
@media screen and (max-width: 768px) {
  .nav-button {
    width: 2.1rem;
    height: 1.6rem;
  }
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(117, 90, 73);
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 1.1rem;
}
@media screen and (max-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 0.7rem;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: rgb(117, 90, 73);
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(0.7rem) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(1) {
    transform: translateY(1.1rem) rotate(-45deg);
  }
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  transform: translateY(-0.7rem) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(3) {
    transform: translateY(-1rem) rotate(45deg);
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
.section-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5625;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
    line-height: 2.5625;
  }
}

.section-title::before {
  position: absolute;
  border-bottom: 2px solid rgb(117, 90, 73);
  top: 93%;
  left: 50%;
  transform: translateX(-50%);
  width: 4.1rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .section-title::before {
    width: 2.2rem;
  }
}

.top-konnatokoro {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-konnatokoro {
    right: 0;
    bottom: 0;
  }
}

.top-konnatokoro img {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .top-konnatokoro img {
    width: 14.5rem;
  }
}

/* -----------------------------------------------------------
top-mv
----------------------------------------------------------- */
.top-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/720;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .top-mv {
    aspect-ratio: 375/676;
  }
}

.top-mv video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-mv video {
    width: inherit;
    aspect-ratio: 375/676;
    object-fit: cover;
  }
}

.top-mv__copy {
  width: 108rem;
  position: absolute;
  top: 23rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-mv__copy {
    width: 36.4rem;
    top: 26rem;
  }
}

.under-top-mv {
  position: relative;
  background: url(../images/top/under-top-mv.png) no-repeat;
  background-size: 100% auto;
  background-position: top 5rem center;
}
@media screen and (max-width: 768px) {
  .under-top-mv {
    background: url(../images/top/under-top-mv_sp.png) no-repeat;
    background-size: 100% auto;
    background-position: top 0.7rem center;
  }
}

.under-top-mv__maru {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/top/bg-mv-maru.png) no-repeat;
  background-size: 150rem auto;
  background-position: top -7.7rem center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .under-top-mv__maru {
    background: url(../images/top/bg-mv-maru_sp.png) no-repeat;
    background-size: 45rem auto;
    background-position: top 1.3rem center;
  }
}

.under-top-mv__image {
  aspect-ratio: 2730/1400;
}
@media screen and (max-width: 768px) {
  .under-top-mv__image {
    aspect-ratio: 750/1222;
  }
}

/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
.top-message {
  padding-block: 11rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-message {
    padding-block: 9rem 0;
  }
}

.top-message::after {
  background: #fff;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top-message__en-title {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-message__en-title {
    font-size: 1.4rem;
  }
}

.top-message__title {
  margin-top: 3rem;
  font-size: 6.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .top-message__title {
    margin-top: 2.5rem;
    font-size: 2.6rem;
  }
}

.top-message__text {
  margin: 4rem 14.9rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4444444444;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .top-message__text {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    margin: 1.7rem 0 0;
  }
}

.top-message__logo {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-message__logo {
    margin-top: 2rem;
  }
}

.top-message__logo img {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .top-message__logo img {
    width: 24rem;
  }
}

.top-message__banner {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .top-message__banner {
    margin-top: 6rem;
  }
}

.top-message__banner a {
  display: block;
  aspect-ratio: 1106/293;
  background-image: url(../images/common/bnr-konnatokoro.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-message__banner a {
    aspect-ratio: 320/145;
    background-image: url(../images/common/bnr-konnatokoro_sp.png);
  }
}

@media screen and (hover: hover) and (min-width: 768px) {
  .top-message__banner a:hover {
    background-image: url(../images/common/bnr-konnatokoro-hover.png);
  }
}
.top-slider {
  padding-top: 13rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-slider {
    padding-top: 8rem;
  }
}

.top-slider img {
  border-radius: 1rem;
}

/* -----------------------------------------------------------
top-job
----------------------------------------------------------- */
.top-job {
  margin-top: -5rem;
  padding-block: 24rem 15rem;
  background: url(../images/top/bg-text-job.png) no-repeat top 21rem center #edf6ff;
  background-size: 132rem auto;
}
@media screen and (max-width: 768px) {
  .top-job {
    margin-top: -8rem;
    padding-block: 14rem 8rem;
    background: url(../images/top/bg-text-job.png) no-repeat top 16rem center #edf6ff;
    background-size: 95vw auto;
  }
}

.top-job__copy {
  margin-top: 5rem;
  font-size: 5.2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5769230769;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-job__copy {
    margin-top: 3rem;
    font-size: 2.3rem;
    line-height: 1.5652173913;
  }
}

.top-job__text {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.1111111111;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .top-job__text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.top-job__items {
  margin-top: 5.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.7rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-job__items {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem 1.2rem;
  }
}

.top-job__items-image {
  background: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  border-radius: 100rem;
}

a:hover .top-job__items-image img {
  opacity: 0.7;
  transition: 0.3s;
}

.top-job__items-title {
  margin-top: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .top-job__items-title {
    margin-top: 1.2rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .top-job__items-title::after {
    content: " →";
    color: #ffc36a;
  }
}

.top-job__items-more {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-job__items-more {
    display: none;
  }
}

.top-job__items-more span {
  font-size: 2rem;
  padding-left: 1rem;
}

.top-job__btn {
  margin-top: 4.7rem;
}
@media screen and (max-width: 768px) {
  .top-job__btn {
    margin-top: 2.5rem;
  }
}

/* -----------------------------------------------------------
top-career
----------------------------------------------------------- */
.top-career {
  padding-block: 15rem;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-career {
    padding-block: 8rem;
  }
}

.top-career__maru {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/top/top-career-maru.png) no-repeat;
  background-size: 147rem auto;
  background-position: top 8.3rem center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-career__maru {
    background: url(../images/top/top-career-maru_sp.png) no-repeat;
    background-size: 40.5rem auto;
    background-position: top 4.3rem center;
  }
}

.top-career__wrap {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-career__wrap {
    margin-right: calc(50% - 50vw);
    background: url(../images/top/bg-text-career.png) no-repeat;
    background-size: 63.3rem auto;
  }
}
@media screen and (max-width: 768px) {
  .top-career__wrap {
    grid-template-columns: 1fr;
  }
}

.top-career__info {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-career__info {
    order: 2;
    background: url(../images/top/bg-text-career.png) no-repeat;
    background-size: 14.6rem auto;
    background-position: top 2rem center;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .top-career__title {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .top-career__title::before {
    left: 2rem;
  }
}

.top-career__copy {
  margin-top: 4rem;
  font-size: 5rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-career__copy {
    margin-top: 2rem;
    font-size: 2.3rem;
    line-height: 1.5652173913;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .top-career__btn {
    margin-top: 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  .top-career__btn .btn {
    margin: 5.5rem 0 0;
    position: relative;
    z-index: 4;
  }
}

@media screen and (min-width: 768px) {
  .top-career__image {
    margin-left: -8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-career__image {
    order: 1;
    text-align: right;
    margin-right: -25px;
  }
}

@media screen and (max-width: 768px) {
  .top-career__image img {
    width: 31.4rem;
  }
}

/* -----------------------------------------------------------
top-intv
----------------------------------------------------------- */
.top-intv {
  position: relative;
  padding-block: 15rem;
}

.top-intv__bg {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/top/bg-intv-bottom.png) no-repeat bottom center, url(../images/top/bg-text-intv.png) no-repeat top 15rem center #edf6ff;
  background-size: 100%, 76rem auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-intv__bg {
    padding-block: 7rem;
    background: url(../images/top/bg-intv-bottom_sp.png) no-repeat bottom center, url(../images/top/bg-text-intv.png) no-repeat top 8rem center #edf6ff;
    background-size: 100%, 19.4rem auto;
  }
}

.top-intv__maru {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/top/bg-intv-maru.png) no-repeat bottom 3rem center;
  background-size: 113%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-intv__maru {
    padding-block: 7rem;
    background: url(../images/top/bg-intv-maru.png) no-repeat bottom 3rem center;
    background-size: 107%;
  }
}

.top-intv__items {
  margin-top: 6.6rem;
}
@media screen and (max-width: 768px) {
  .top-intv__items {
    width: 100vw;
    margin: 2rem calc(50% - 50vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .top-intv__items .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.top-intv__item-image-wrap {
  position: relative;
}

.top-intv__item-image img {
  border-radius: 19rem;
  border: 5px solid #edf6ff;
  transition: all 0.3s;
}

a:hover .top-intv__item-image img {
  border: 5px solid #ffc36a;
}

.top-intv__item-job {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.35;
  letter-spacing: 0.01em;
  width: 9.3rem;
  height: 9.3rem;
  border-radius: 4.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: url(../images/top/bg-intv-job.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .top-intv__item-job {
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 4.3rem;
  }
}

.top-intv__item-copy-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-intv__item-copy {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  padding: 0.8rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .top-intv__item-copy {
    font-size: 1.9rem;
  }
}

.top-intv__item-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}

.top-intv__item-more {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top-intv__item-more span {
  font-size: 2rem;
  padding-left: 1rem;
}

.top-intv__btn {
  margin-top: 5.4rem;
}
@media screen and (max-width: 768px) {
  .top-intv__btn {
    margin-top: 3rem;
  }
}

.top-intv__banner {
  margin: 12rem 10rem 0;
}
@media screen and (max-width: 768px) {
  .top-intv__banner {
    margin: 6rem 0 0;
  }
}

/* -----------------------------------------------------------
top-office
----------------------------------------------------------- */
.top-office {
  padding-block: 15rem;
  background: url(../images/top/bg-text-office.png) no-repeat top 15rem center #edf6ff;
  background-size: 98rem auto;
}
@media screen and (max-width: 768px) {
  .top-office {
    padding-block: 7rem 8rem;
    background: url(../images/top/bg-text-office.png) no-repeat top 8rem center #edf6ff;
    background-size: 25rem auto;
  }
}

.top-office__wrap {
  margin-top: 6.7rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .top-office__wrap {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.top-office__items {
  display: grid;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .top-office__items {
    gap: 1rem;
  }
}

.top-office__items--1col {
  grid-template-columns: 1fr;
}

.top-office__items--2cola {
  grid-template-columns: 74.4rem 33.2rem;
}
@media screen and (max-width: 768px) {
  .top-office__items--2cola {
    grid-template-columns: 1fr;
  }
}

.top-office__items--2colb {
  grid-template-columns: 33.2rem 74.4rem;
}
@media screen and (max-width: 768px) {
  .top-office__items--2colb {
    grid-template-columns: 1fr;
  }
}

.top-office__items--2colsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-office__items--2colsp {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.top-office__item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-office__item--sp-none {
    display: none;
  }
}

.top-office__photo img {
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .top-office__photo img {
    border-radius: 1rem;
  }
}

.top-office__name {
  position: absolute;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  top: 2.1rem;
  left: 1.5rem;
  height: 3.5rem;
  border-radius: 1.8rem;
  padding-inline: 1.8rem;
  background: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-office__name {
    font-size: 1.4rem;
    top: 0.9rem;
    left: 0.8rem;
    height: 2.8rem;
    padding-inline: 1.1rem;
  }
}

/* -----------------------------------------------------------
top-4cir
----------------------------------------------------------- */
.top-4cir {
  padding-block: 15rem 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-4cir {
    padding-block: 8rem 8rem;
  }
}

.top-4cir__bg {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/top/bg-4cir.png) no-repeat;
  background-size: 124.6rem auto;
  background-position: top 8.5rem center;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-4cir__bg {
    background: url(../images/top/bg-4cir.png) no-repeat;
    background-size: 122rem auto;
    background-position: top 14.5rem center;
    background-color: #fff;
  }
}

.top-4cir__maru {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/top/bg-4cir-maru.png) no-repeat;
  background-size: 150rem auto;
  background-position: top 8.3rem left -9rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-4cir__maru {
    background: url(../images/top/bg-4cir-maru_sp.png) no-repeat;
    background-size: 109% auto;
    background-position: top 3.3rem center;
  }
}

.top-4cir__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .top-4cir__items {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.top-4cir__item {
  background: url(../images/top/bg-circle.png) no-repeat center center;
  background-size: 100%;
  width: 53.1rem;
  height: 53.1rem;
  border-radius: 99rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-4cir__item {
    width: 32rem;
    height: 32rem;
  }
}

.top-4cir__item-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 44rem auto;
}
@media screen and (max-width: 768px) {
  .top-4cir__item-inner {
    background-position: top 7rem center;
    background-size: 16rem auto;
  }
}

.top-4cir__item-inner--benefit {
  background-image: url(../images/top/bg-benefit.png);
}

.top-4cir__item-inner--data {
  background-image: url(../images/top/bg-data.png);
}

.top-4cir__item-inner--qa {
  background-image: url(../images/top/bg-qa.png);
}

.top-4cir__item-inner--recruit {
  background-image: url(../images/top/bg-recruit.png);
}

.top-4cir__item:hover {
  background: url(../images/top/bg-circle-hover.png) no-repeat center center;
  background-size: 100%;
}

.top-4cir__icon {
  text-align: center;
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .top-4cir__icon {
    margin-top: 4rem;
  }
}

.top-4cir__icon img {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .top-4cir__icon img {
    width: 6.5rem;
  }
}

.top-4cir__title {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .top-4cir__title {
    margin-top: 1.2rem;
    font-size: 2rem;
  }
}

.top-4cir__text {
  margin-top: 0.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.0555555556;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-4cir__text {
    margin-top: 0.3rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.top-4cir__more {
  margin-top: 3.3rem;
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-4cir__more {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.top-4cir__more span {
  font-size: 2rem;
  padding-left: 1rem;
}

/* -----------------------------------------------------------
top-news
----------------------------------------------------------- */
.top-news {
  padding-block: 5rem 20rem;
  background: url(../images/top/bg-text-news.png) no-repeat top 4rem center #fff;
  background-size: 44rem auto;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-block: 0 15rem;
    background: url(../images/top/bg-text-news.png) no-repeat top 1rem center #fff;
    background-size: 10.3rem auto;
  }
}

.top-news__items {
  margin-top: 10rem;
  padding-inline: 15rem;
}
@media screen and (max-width: 768px) {
  .top-news__items {
    margin-top: 4rem;
    padding-inline: 0;
  }
}

.news-item {
  display: block;
  padding: 1rem 2.5rem 1.6rem 2.5rem;
  border-top: 1px solid rgb(117, 90, 73);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .news-item {
    background: url(../images/top/icon-news-arrow.png) no-repeat right 1.4rem center;
    background-size: 1.6rem 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news-item {
    padding: 1.2rem 1.5rem 1.1rem 1.5rem;
  }
}

.news-item:hover {
  background-color: #f8fcff;
}

.news-item:last-child {
  border-bottom: 1px solid rgb(117, 90, 73);
}

.news-item__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.8rem;
}

.news-item__date {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.news-item__category {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #edf6ff;
  width: 13.5rem;
  height: 2.5rem;
  border-radius: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.news-item__title {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .news-item__title {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.top-news__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    margin-top: 2rem;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.page-head {
  aspect-ratio: 1366/420;
  position: relative;
  background: url(../images/common/bg-page-head.png) no-repeat top -6.8rem center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .page-head {
    margin-top: 5rem;
    aspect-ratio: 375/128;
    background: url(../images/common/bg-page-head_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
}

.page-head__maru {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/common/bg-page-head-maru.png) no-repeat;
  background-size: 150rem auto;
  background-position: top -7.7rem center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page-head__maru {
    background: url(../images/common/bg-page-head-maru_sp.png) no-repeat;
    background-size: 40rem auto;
    background-position: top -2.1rem center;
  }
}

.page-head__en-title {
  padding-top: 7rem;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .page-head__en-title {
    padding-top: 3rem;
    font-size: 1.3rem;
  }
}

.page-head__title {
  margin-top: 1rem;
  font-size: 6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3666666667;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .page-head__title {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1;
  }
}

/* -----------------------------------------------------------
 テーブル
----------------------------------------------------------- */
.table_a {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0 auto 50px;
  word-break: break-all;
  word-wrap: break-all;
}
.table_a tr {
  border-bottom: 1px solid #ccc;
}
.table_a th {
  padding: 5px;
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .table_a th {
    display: table-cell;
    padding: 50px 5px;
    width: 15%;
  }
}
.table_a td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .table_a td {
    display: table-cell;
    padding: 50px 5px;
  }
}

/* -----------------------------------------------------------
 ページネーション
----------------------------------------------------------- */
/*Pagenation*/
.pagenation {
  margin: 1em 0;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
  text-align: center;
}

.pagenation li {
  display: inline-block;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/* -----------------------------------------------------------
 マップ
----------------------------------------------------------- */
div.map1,
div#map {
  width: 90%;
  height: 270px;
  margin: 0 auto;
}

div.small {
  font-size: 9pt;
  width: auto;
  height: auto;
}

div.small b {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  div.map1 {
    width: 920px;
    height: 360px;
    margin: 0 auto;
  }
  div#map {
    width: 920px;
    height: 600px;
    margin: 0 auto 40px;
  }
  div#entry {
    font-size: 16px;
    width: 200px;
    height: auto;
  }
  div#marker {
    font-size: 16px;
    margin: 10px auto;
  }
}
/* -----------------------------------------------------------
 問合せフォーム（contact form 7用）
----------------------------------------------------------- */
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
table.inquiry {
  margin: 30px 0;
}
table.inquiry textarea {
  font-size: inherit;
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  color: #444;
  padding: 20px 10px;
  width: 40%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 5px;
  vertical-align: middle;
}

/*通常欄*/
.inquiry td {
  border: solid 1px #d7d7d7;
  padding: 20px 10px;
}

.inquiry input {
  font-size: inherit;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 10px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
  cursor: pointer;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}

.screen-reader-response {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  color: red;
}
.screen-reader-response ul {
  background: #fadbdb;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .screen-reader-response {
    width: 800px;
  }
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  text-align: center;
  background: #fadbdb;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  background: #e0fee0;
  font-weight: bold;
}

.wpcf7 .sent {
  display: none;
}

@media (max-width: 500px) {
  .inquiry th,
  .inquiry td {
    display: block !important;
    width: 100% !important;
    padding: 10px 5px;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
}
/* Scss Document */
/* -----------------------------------------------------------
job-index
----------------------------------------------------------- */
.job-index {
  padding-block: 0 15rem;
}
@media screen and (max-width: 768px) {
  .job-index {
    padding-block: 5rem 20rem;
  }
}

.job-index__item {
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .job-index__item {
    margin-top: 10.5rem;
  }
}

.job-index__item:first-of-type {
  margin-top: 0;
}

.job-index__item::after {
  position: absolute;
  content: "";
  display: block;
  background: #edf6ff;
  top: 7.6rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .job-index__item::after {
    top: 12rem;
    height: 88%;
  }
}

.job-index__item-inner {
  display: grid;
  grid-template-columns: 45rem 1fr;
  gap: 10rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .job-index__item-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.job-index__item-inner--reverse {
  grid-template-columns: 1fr 45rem;
}
@media screen and (max-width: 768px) {
  .job-index__item-inner--reverse {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .job-index__image {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .job-index__image img {
    width: 23.4rem;
  }
}

@media screen and (min-width: 768px) {
  .job-index__item-inner--reverse .job-index__image {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .job-index__item-inner--reverse .job-index__info {
    order: 1;
  }
}

.job-index__title {
  text-align: left;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .job-index__title {
    text-align: center;
    font-size: 3rem;
  }
}

.job-index__title::before {
  border-color: #ffc36a;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .job-index__title::before {
    left: 0;
    transform: inherit;
  }
}
@media screen and (max-width: 768px) {
  .job-index__title::before {
    width: 2rem;
  }
}

.job-index__copy {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9166666667;
  letter-spacing: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .job-index__copy {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6666666667;
  }
}

.job-index__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .job-index__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .job-index__btn .btn {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .job-index__btn .btn {
    margin-top: 2rem;
  }
}

/* -----------------------------------------------------------
job-head
----------------------------------------------------------- */
.job-head {
  padding-block: 8.8rem;
}
@media screen and (max-width: 768px) {
  .job-head {
    padding-block: 8.8rem 3rem;
  }
}

.job-head__maru {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/common/bg-page-maru.png) no-repeat top -7rem center;
  background-size: 104% auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .job-head__maru {
    background: url(../images/common/bg-page-maru_sp.png) no-repeat top 8rem center;
    background-size: 115% auto;
  }
}

.job-head__inner {
  display: grid;
  grid-template-columns: 45rem 1fr;
  gap: 4.5rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .job-head__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .job-head__image {
    text-align: center;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .job-head__image img {
    width: 23rem;
    height: 23rem;
  }
}

.job-head__en-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .job-head__en-title {
    font-size: 1.4rem;
    text-align: center;
  }
}

.job-head__en-title.pc,
.job-head__title.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .job-head__en-title.pc,
  .job-head__title.pc {
    display: none;
  }
}

.job-head__en-title.sp,
.job-head__title.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .job-head__en-title.sp,
  .job-head__title.sp {
    display: block;
  }
}

.job-head__title {
  margin-top: -1rem;
  text-align: left;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .job-head__title {
    font-size: 2.4rem;
    text-align: center;
  }
}

.job-head__title::before {
  left: 0;
  transform: inherit;
  border-color: #ffc36a;
  width: 100%;
  top: 90%;
}
@media screen and (max-width: 768px) {
  .job-head__title::before {
    display: none;
  }
}

.job-head__copy {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9166666667;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .job-head__copy {
    margin-top: 3rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.job-head__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.3333333333;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .job-head__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* -----------------------------------------------------------
job-more
----------------------------------------------------------- */
.job-more__wrap {
  display: grid;
  grid-template-columns: 13.4rem 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .job-more__wrap {
    grid-template-columns: 1fr;
  }
}

.job-more__title-wrap {
  background-color: #edf6ff;
  border-radius: 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .job-more__title-wrap {
    border-radius: 1rem;
    height: 4.3rem;
  }
}

.job-more__title-wrap::after {
  position: absolute;
  content: "";
}
@media screen and (min-width: 768px) {
  .job-more__title-wrap::after {
    border-right: 3px solid #d8e6f5;
    top: 2rem;
    right: -1px;
    height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .job-more__title-wrap::after {
    border-bottom: 3px solid #d8e6f5;
    bottom: -1px;
    width: 95%;
  }
}

.job-more__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .job-more__title {
    writing-mode: vertical-rl;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .job-more__title {
    font-size: 1.6rem;
  }
}

.job-more__info {
  background-color: #edf6ff;
  border-radius: 2rem;
  padding: 4.4rem 3.6rem;
}
@media screen and (max-width: 768px) {
  .job-more__info {
    border-radius: 1rem;
    padding: 1.7rem 1.1rem;
  }
}

.job-more__lists {
  list-style: none;
}

.job-more__lists li {
  position: relative;
  margin-top: 2rem;
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .job-more__lists li {
    margin-top: 1.5rem;
    padding-left: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.job-more__lists li::after {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 1.7rem;
  height: 3px;
  background: #ffc36a;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .job-more__lists li::after {
    top: 1.2rem;
    width: 1.2rem;
  }
}

.job-more__lists li:first-child {
  margin-top: 0;
}

/* -----------------------------------------------------------
job-sch
----------------------------------------------------------- */
.job-sch {
  background-color: #edf6ff;
  margin-top: 18rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .job-sch {
    margin-top: 9rem;
    padding-bottom: 5rem;
  }
}

.job-sch__title-wrap {
  transform: translateY(-8rem);
}
@media screen and (max-width: 768px) {
  .job-sch__title-wrap {
    transform: translateY(-3.5rem);
  }
}

.job-sch__title {
  margin: 0 auto 0;
  width: 70.3rem;
  aspect-ratio: 703/188;
  background: url(../images/job/sch-title-bg.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .job-sch__title {
    width: 32rem;
    aspect-ratio: 320/89;
  }
}

.job-sch__title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .job-sch__title h2 {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
}

.job-sch__title span {
  display: block;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .job-sch__title span {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}

.job-sch__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .job-sch__wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.job-sch__sch {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  gap: 3.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .job-sch__sch {
    gap: 1.4rem;
  }
}

.job-sch__sch:last-of-type {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .job-sch__sch:last-of-type {
    margin-top: 1.4rem;
  }
}

.job-sch__time span {
  display: inline-block;
  background: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 0.3rem 1.5rem 0.7rem;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .job-sch__time span {
    font-size: 1.3rem;
    padding: 0.7rem 1.2rem 0.9rem;
  }
}

.job-sch__sch-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .job-sch__sch-title {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.job-sch__detail {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .job-sch__detail {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.job-sch__image img {
  border-radius: 1rem;
}

@media screen and (min-width: 768px) {
  .job-sch__image img:last-of-type {
    margin-top: 2rem;
  }
}

.job-sch__image--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .job-sch__image--sp {
    display: block;
    margin-top: 1.4rem;
  }
}

.job-sch__image-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .job-sch__image-pc {
    display: none;
  }
}

/* -----------------------------------------------------------
job-other
----------------------------------------------------------- */
.job-other {
  padding-block: 18rem 20rem;
  background: url(../images/job/bg-job-text.png) no-repeat top 11rem center;
  background-size: 95vw auto;
}
@media screen and (max-width: 768px) {
  .job-other {
    padding-block: 5rem 10rem;
    background: url(../images/job/bg-job-text.png) no-repeat top 6rem center;
    background-size: 95vw auto;
  }
}

.job-other__items {
  margin: 5.2rem 13.8rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .job-other__items {
    margin: 2.4rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 2.4rem 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .top-job__item {
    width: 15.5rem;
  }
}

/* Scss Document */
/* -----------------------------------------------------------
career-index
----------------------------------------------------------- */
.career-index {
  padding-block: 0 15rem;
}
@media screen and (max-width: 768px) {
  .career-index {
    padding-block: 5rem 20rem;
  }
}

.career-index__head-copy {
  font-size: 3.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9411764706;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .career-index__head-copy {
    font-size: 2.3rem;
    line-height: 1.5652173913;
  }
}

.career-index__head-text {
  margin-top: 2.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5555555556;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .career-index__head-text {
    text-align: left;
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.career-index__items {
  margin-top: 4.6rem;
}
@media screen and (max-width: 768px) {
  .career-index__items {
    margin-top: 5rem;
  }
}

.career-index__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .career-index__item {
    margin-top: 5rem;
  }
}

.career-index__item:first-of-type {
  margin-top: 0;
}

.career-index__item-inner {
  display: grid;
  grid-template-columns: 45rem 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .career-index__item-inner {
    grid-template-columns: 1fr;
  }
}

.career-index__item-inner--reverse {
  grid-template-columns: 1fr 45rem;
}
@media screen and (max-width: 768px) {
  .career-index__item-inner--reverse {
    grid-template-columns: 1fr;
  }
}

.career-index__image {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .career-index__item-inner--reverse .career-index__image {
    order: 2;
  }
}

.career-index__info {
  background: #edf6ff;
  border-radius: 2rem;
  padding: 4.6rem 3.7rem 4.6rem 14rem;
}
@media screen and (min-width: 768px) {
  .career-index__info {
    margin-left: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .career-index__info {
    margin-top: -16rem;
    border-radius: 1rem;
    padding: 17rem 2.3rem 2.7rem 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  .career-index__item-inner--reverse .career-index__info {
    order: 1;
    margin-left: inherit;
    margin-right: -10rem;
    padding: 4.6rem 14rem 4.6rem 3.7rem;
  }
}

.career-index__title {
  text-align: left;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .career-index__title {
    text-align: center;
    font-size: 2rem;
  }
}

.career-index__title::before {
  border-color: #ffc36a;
  border-width: 3px;
  width: 1.7rem;
}
@media screen and (min-width: 768px) {
  .career-index__title::before {
    left: 0;
    transform: inherit;
  }
}
@media screen and (max-width: 768px) {
  .career-index__title::before {
    border-width: 2px;
  }
}

.career-index__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.3333333333;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .career-index__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* Scss Document */
/* -----------------------------------------------------------
intv-index
----------------------------------------------------------- */
.intv-index {
  padding-block: 0 20rem;
  background: url(../images/intv/bg-intv-bottom.png) no-repeat bottom center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .intv-index {
    padding-block: 5rem 8rem;
    background: url(../images/top/bg-intv-maru_sp.png) no-repeat bottom 3rem center, url(../images/intv/bg-intv-bottom_sp.png) no-repeat bottom center;
    background-size: 107%, 100%;
  }
}

.top-intv__items--index {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .top-intv__items--index {
    justify-content: center;
    grid-template-columns: 24rem;
    width: inherit;
    margin: inherit;
    gap: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .top-intv__items--index a:nth-child(odd) {
    margin-left: -4.3rem;
  }
  .top-intv__items--index a:nth-child(even) {
    margin-right: -4.3rem;
  }
}
.top-intv__items--index .top-intv__item-image img {
  border: 5px solid transparent;
}

/* -----------------------------------------------------------
intv-head
----------------------------------------------------------- */
.intv-head {
  padding-block: 0 8rem;
  position: relative;
  background: url(../images/intv/bg-head.png) no-repeat;
  background-position: top left;
  background-size: 68.5rem auto;
}
@media screen and (max-width: 768px) {
  .intv-head {
    padding-block: 0 5rem;
    background: url(../images/intv/bg-head_sp.png) no-repeat;
    background-position: top left;
    background-size: 34.8rem auto;
  }
}

.intv-head__maru {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/intv/bg-head-maru.png) no-repeat;
  background-position: top -3rem center;
  background-size: 101% auto;
}
@media screen and (max-width: 768px) {
  .intv-head__maru {
    background: url(../images/intv/bg-head-maru_sp.png) no-repeat;
    background-position: bottom 2rem center;
    background-size: 110% auto;
  }
}

.intv-head__wrap {
  padding-top: 7rem;
}
@media screen and (min-width: 768px) {
  .intv-head__wrap {
    margin-right: calc(50% - 50vw);
    display: grid;
    grid-template-columns: 40rem 1fr;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .intv-head__wrap {
    padding-top: 8.5rem;
  }
}

.intv-head__info-headding {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.5rem;
  align-items: center;
  justify-content: start;
}

.intv-head .top-intv__item-job {
  position: static;
}
@media screen and (max-width: 768px) {
  .intv-head .top-intv__item-job {
    font-size: 1.3rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}

.intv-head__info-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.intv-head__info-copy {
  font-size: 3.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7352941176;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .intv-head__info-copy {
    font-size: 2.4rem;
    line-height: 1.9166666667;
  }
}

.intv-head__info-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .intv-head__info-name {
    margin-top: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}

@media screen and (max-width: 768px) {
  .intv-head__image {
    margin-top: 2rem;
    margin-right: -25px;
  }
}

/* -----------------------------------------------------------
intv-body
----------------------------------------------------------- */
.intv-body {
  padding-block: 0 5rem;
  background: url(../images/intv/bg-body-maru.png) no-repeat;
  background-position: top 14rem center;
  background-size: 114% auto;
}
@media screen and (max-width: 768px) {
  .intv-body {
    background: url(../images/intv/bg-body-maru_sp.png) no-repeat;
    background-position: top 14rem left -2rem;
    background-size: 120% auto;
  }
}

.intv-body__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .intv-body__items {
    gap: 5rem;
  }
}

.intv-body__item {
  width: 82.5rem;
}
@media screen and (max-width: 768px) {
  .intv-body__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .intv-body__item--right {
    margin-left: auto;
  }
}

.intv-body__image img {
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .intv-body__image img {
    border-radius: 1rem;
  }
}

.intv-body__q {
  font-size: 3.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3529411765;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .intv-body__q {
    font-size: 2rem;
    line-height: 1.6;
    text-indent: -6.4rem;
    padding-left: 6.4rem;
  }
}

.intv-body__q span {
  font-size: 5.4rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 0.4074074074;
  letter-spacing: 0.01em;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .intv-body__q span {
    font-size: 3.6rem;
  }
}

.intv-body__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5555555556;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .intv-body__text {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* -----------------------------------------------------------
intv-mes
----------------------------------------------------------- */
.intv-mes {
  padding-block: 10rem 20rem;
  background: url(../images/intv/bg-bottom.png) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .intv-mes {
    padding-block: 6rem 10rem;
    background: url(../images/intv/bg-bottom_sp.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}

.intv-mes__title {
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 0.6470588235;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .intv-mes__title {
    font-size: 1.6rem;
  }
}

.intv-mes__copy {
  font-size: 4.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.0454545455;
  letter-spacing: 0.05em;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .intv-mes__copy {
    font-size: 2.3rem;
    line-height: 1.5652173913;
    margin-top: 3rem;
  }
}

.intv-mes__text {
  padding-inline: 10.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.3333333333;
  letter-spacing: 0.05em;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .intv-mes__text {
    padding-inline: 0;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .intv-mes__link-title {
    font-size: 4.6rem;
  }
}

.intv-mes__link {
  margin-top: 10rem;
  padding-top: 8rem;
  border-top: 3px solid #87dcdc;
  background: url(../images/top/bg-text-intv.png) no-repeat top 10rem center #edf6ff;
  background-size: 76rem auto;
}
@media screen and (max-width: 768px) {
  .intv-mes__link {
    margin-top: 5rem;
    padding-top: 4rem;
    background: url(../images/top/bg-text-intv.png) no-repeat top 5rem center #edf6ff;
    background-size: 19.4rem auto;
  }
}

@media screen and (min-width: 768px) {
  .intv-mes__link .top-intv__items {
    margin-inline: 13.8rem;
  }
}

@media screen and (min-width: 768px) {
  .intv-mes__link .top-intv__items .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Scss Document */
/* -----------------------------------------------------------
voice
----------------------------------------------------------- */
.voice {
  padding-block: 0 15rem;
  background: url(../images/voice/bg-body-maru.png) no-repeat;
  background-position: top 5rem center;
  background-size: 107% auto;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-block: 5rem 15rem;
    background: url(../images/voice/bg-body-maru_sp.png) no-repeat;
    background-position: top 3rem center;
    background-size: 109% auto;
  }
}

.voice__head-copy {
  font-size: 3.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0.6470588235;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .voice__head-copy {
    font-size: 2.3rem;
  }
}

.voice__head-text {
  margin-top: 2.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5555555556;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .voice__head-text {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
}

.voice__items {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .voice__items {
    margin-top: 5rem;
  }
}

.voice__item {
  position: relative;
  height: 55rem;
  border-top: 3px dotted #ffc36a;
}

@media screen and (max-width: 768px) {
  .voice__item.q1 {
    height: 57rem;
  }
  .voice__item.q2 {
    height: 53rem;
  }
  .voice__item.q3 {
    height: 57rem;
  }
  .voice__item.q4 {
    height: 52.5rem;
  }
  .voice__item.q5 {
    height: 58rem;
  }
  .voice__item.q6 {
    height: 75rem;
  }
}
.voice__q {
  width: 37.5rem;
  height: 37.5rem;
  background: url(../images/voice/bg-title.png) no-repeat center center;
  background-size: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .voice__q {
    width: 24.5rem;
    height: 24.5rem;
  }
}

.voice__q-num {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 0.6875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .voice__q-num {
    font-size: 1.6rem;
  }
}

.voice__q-title {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0.03rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .voice__q-title {
    margin-top: 1.5rem;
    font-size: 2.3rem;
    line-height: 1.5652173913;
  }
}

.voice__a {
  position: absolute;
  opacity: 0;
  transform: scale(0.6);
  transform-origin: 50% 100%; /* 下から“ポコっ”と出る感じ */
  will-change: transform, opacity;
}

.voice__a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.voice__a--q1-1 {
  left: 11.2rem;
  top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q1-1 {
    width: 27.7rem;
    left: 4.7rem;
    top: 5rem;
  }
}

.voice__a--q1-2 {
  left: 0rem;
  top: 19.7rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q1-2 {
    width: 24.5rem;
    left: 0;
    top: 11.1rem;
  }
}

.voice__a--q1-3 {
  left: 12.3rem;
  top: 33.3rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q1-3 {
    width: 21.2rem;
    left: 11.2rem;
    top: 17.3rem;
  }
}

.voice__a--q1-4 {
  left: 66.3rem;
  top: 14.5rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q1-4 {
    width: 24.6rem;
    left: 0rem;
    top: 40.9rem;
  }
}

.voice__a--q1-5 {
  left: 75.1rem;
  top: 29.1rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q1-5 {
    width: 26rem;
    left: 6.4rem;
    top: 46.8rem;
  }
}

.voice__a--q2-1 {
  left: 16.1rem;
  top: 14.2rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q2-1 {
    width: 16.8rem;
    left: 0;
    top: 5rem;
  }
}

.voice__a--q2-2 {
  left: 5rem;
  top: 26.1rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q2-2 {
    width: 25rem;
    left: 7.4rem;
    top: 9rem;
  }
}

.voice__a--q2-3 {
  left: 64.4rem;
  top: 9.3rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q2-3 {
    width: 24.7rem;
    left: 0.7rem;
    top: 33.3rem;
  }
}

.voice__a--q2-4 {
  left: 71.9rem;
  top: 20.8rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q2-4 {
    width: 21.9rem;
    left: 10rem;
    top: 38.9rem;
  }
}

.voice__a--q2-5 {
  left: 67.5rem;
  top: 32.6rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q2-5 {
    width: 16.5rem;
    left: 0.5rem;
    top: 43.8rem;
  }
}

.voice__a--q3-1 {
  left: 6.9rem;
  top: 12.9rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q3-1 {
    width: 25rem;
    left: 0.6;
    top: 5rem;
  }
}

.voice__a--q3-2 {
  left: 9.7rem;
  top: 28.1rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q3-2 {
    width: 20rem;
    left: 12.3rem;
    top: 9rem;
  }
}

.voice__a--q3-3 {
  left: 65.2rem;
  top: 9rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q3-3 {
    width: 20rem;
    left: 0.3rem;
    top: 36rem;
  }
}

.voice__a--q3-4 {
  left: 70.8rem;
  top: 24.2rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q3-4 {
    width: 24.8rem;
    left: 7.3rem;
    top: 42.2rem;
  }
}

.voice__a--q3-5 {
  left: 66.5rem;
  top: 36.5rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q3-5 {
    width: 18.7rem;
    left: 3.5rem;
    top: 49.6rem;
  }
}

.voice__a--q4-1 {
  left: 20.9rem;
  top: 8.7rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q4-1 {
    width: 15rem;
    left: 16.3rem;
    top: 5rem;
  }
}

.voice__a--q4-2 {
  left: 6.3rem;
  top: 20.7rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q4-2 {
    width: 18.4rem;
    left: 0.3rem;
    top: 7.6rem;
  }
}

.voice__a--q4-3 {
  left: 19.8rem;
  top: 32.5rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q4-3 {
    width: 15rem;
    left: 13.6rem;
    top: 13.6rem;
  }
}

.voice__a--q4-4 {
  left: 70.3rem;
  top: 15.1rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q4-4 {
    width: 18.8rem;
    left: 12.4rem;
    top: 37.6rem;
  }
}

.voice__a--q4-5 {
  left: 70.7rem;
  top: 29.1rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q4-5 {
    width: 14.8rem;
    left: 0.4rem;
    top: 41rem;
  }
}

.voice__a--q5-1 {
  left: 11.2rem;
  top: 8rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q5-1 {
    width: 27.7rem;
    left: 4.5rem;
    top: 5rem;
  }
}

.voice__a--q5-2 {
  left: 0rem;
  top: 21.1rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q5-2 {
    width: 24.2rem;
    left: 0rem;
    top: 11rem;
  }
}

.voice__a--q5-3 {
  left: 8.7rem;
  top: 35.2rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q5-3 {
    width: 23rem;
    left: 9.3rem;
    top: 17.3rem;
  }
}

.voice__a--q5-4 {
  left: 65.8rem;
  top: 16.4rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q5-4 {
    width: 25rem;
    left: 0.2rem;
    top: 42.2rem;
  }
}

.voice__a--q5-5 {
  left: 74.8rem;
  top: 30.8rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q5-5 {
    width: 26rem;
    left: 6rem;
    top: 48.3rem;
  }
}

.voice__a--q6-1 {
  left: 10.5rem;
  top: 7.6rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q6-1 {
    width: 25rem;
    left: 0;
    top: 5rem;
  }
}

.voice__a--q6-2 {
  left: 7.5rem;
  top: 19.1rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q6-2 {
    width: 16.6rem;
    left: 15.7rem;
    top: 10rem;
  }
}

.voice__a--q6-3 {
  left: 0rem;
  top: 28.6rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q6-3 {
    width: 24rem;
    left: 0.4rem;
    top: 13.7rem;
  }
}

.voice__a--q6-4 {
  left: 14rem;
  top: 42.4rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q6-4 {
    width: 25rem;
    left: 7rem;
    top: 21.2rem;
  }
}

.voice__a--q6-5 {
  left: 64.7rem;
  top: 7rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q6-5 {
    width: 24rem;
    left: 8.2rem;
    top: 45.1rem;
  }
}

.voice__a--q6-6 {
  left: 79.4rem;
  top: 21.1rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q6-6 {
    width: 20rem;
    left: 0rem;
    top: 53.5rem;
  }
}

.voice__a--q6-7 {
  left: 68.1rem;
  top: 34.1rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q6-7 {
    width: 21.4rem;
    left: 7.5rem;
    top: 59.2rem;
  }
}

.voice__a--q6-8 {
  left: 59.8rem;
  top: 45.3rem;
}
@media screen and (max-width: 768px) {
  .voice__a--q6-8 {
    width: 21.4rem;
    left: 10.7rem;
    top: 67.6rem;
  }
}

/* Scss Document */
.bene {
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .bene {
    padding-block: 5rem 10rem;
  }
}

.bene__page-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.7rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bene__page-nav {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.bene__nav {
  display: block;
  padding-block: 0.5rem 3rem;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  border-image-slice: 1;
  background: url(../images/benefit/icon-arrow.png) no-repeat;
  background-size: 1.2rem auto;
  background-position: bottom 1.2rem center;
}
@media screen and (max-width: 768px) {
  .bene__nav {
    background-position: right 1.2rem center;
    display: grid;
    grid-template-areas: "img title" "img en-title";
    gap: 1rem 1.8rem;
    align-items: center;
    justify-content: start;
    padding: 1.1rem 1.5rem;
  }
}

.bene__nav-head {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bene__nav-head {
    display: contents;
  }
}

.bene__nav-head img {
  width: 2.5rem;
}
@media screen and (max-width: 768px) {
  .bene__nav-head img {
    width: 3.4rem;
    grid-area: img;
  }
}

.bene__nav-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.1666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .bene__nav-title {
    grid-area: title;
    line-height: 1;
  }
}

.bene__nav-en-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .bene__nav-en-title {
    grid-area: en-title;
    text-align: left;
  }
}

.bene__contents {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .bene__contents {
    margin-top: 10rem;
    gap: 5rem;
  }
}

.bene__content {
  padding-top: 10rem;
  margin-top: -10rem;
}

.bene__content-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
}

.bene__content-icon {
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .bene__content-icon {
    width: 3.5rem;
  }
}

.bene__content-head-title {
  font-size: 3.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.1470588235;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .bene__content-head-title {
    font-size: 1.8rem;
  }
}

.bene__content-head-en-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .bene__content-head-en-title {
    font-size: 1.1rem;
  }
}

.bene__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .bene__items {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.bene__item {
  background-color: #edf6ff;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 36.6rem 1fr;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bene__item {
    grid-template-columns: 1fr;
    border-radius: 0.5rem;
    gap: 1rem;
  }
}

.bene__item {
  padding: 4.5rem 5rem;
}
@media screen and (max-width: 768px) {
  .bene__item {
    padding: 2.3rem 2rem;
  }
}

.bene__item--text {
  padding: 2.7rem 5rem;
  grid-template-columns: 20rem 1fr;
  gap: 5.6rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .bene__item--text {
    padding: 2.3rem 2rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.bene__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .bene__item-title {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.bene__item-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.4375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .bene__item-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.bene__item-info .bene__item-text {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .bene__item-info .bene__item-text {
    margin-top: 1rem;
  }
}

/* Scss Document */
/* -----------------------------------------------------------
data
----------------------------------------------------------- */
.data {
  padding-block: 0 15rem;
  background: url(../images/voice/bg-body-maru.png) no-repeat;
  background-position: top 5rem center;
  background-size: 107% auto;
}
@media screen and (max-width: 768px) {
  .data {
    padding-block: 5rem 15rem;
    background: url(../images/voice/bg-body-maru_sp.png) no-repeat;
    background-position: top 3rem center;
    background-size: 109% auto;
  }
}

.data__head-copy {
  font-size: 3.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0.6470588235;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .data__head-copy {
    font-size: 2.3rem;
    line-height: 1.5652173913;
    text-align: center;
  }
}

.data__head-text {
  margin-top: 3.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5555555556;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .data__head-text {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .data__items {
    margin-top: 5rem;
  }
}

.data__item {
  margin-top: -13rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 4rem;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .data__item {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .data__item:first-of-type {
    margin-top: -9rem;
  }
}

.data__item--right {
  justify-content: end;
}

.data__item img {
  width: 47.4rem;
}
@media screen and (max-width: 768px) {
  .data__item img {
    width: 26rem;
  }
}

@media screen and (max-width: 768px) {
  .data__item img:last-of-type {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .data__item img:first-of-type {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .data__item img:first-of-type {
    order: 2;
    margin-left: auto;
  }
}

/* Scss Document */
/* -----------------------------------------------------------
qa
----------------------------------------------------------- */
.qa {
  padding-block: 0 20rem;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-block: 5rem 15rem;
  }
}

.qa__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .qa__items {
    gap: 1rem;
  }
}

.qa__item {
  background: #edf6ff;
  border-radius: 2rem;
  padding: 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .qa__item {
    border-radius: 1rem;
    padding: 0.8rem 1rem;
  }
}

.qa__q {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right center;
  background-size: 2.4rem;
}
.qa__q.js-ac {
  background: url(../images/icon-minus.png) no-repeat right center;
  background-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .qa__q {
    gap: 0.5rem;
    align-items: start;
    background-size: 1.2rem;
  }
  .qa__q.js-ac {
    background-size: 1.2rem;
  }
}

.qa__q-num {
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.1470588235;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .qa__q-num {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.qa__q-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .qa__q-title {
    font-size: 1.6rem;
    line-height: 1.625;
    padding-right: 2rem;
  }
}

.qa__a {
  border-top: 3px solid #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .qa__a {
    margin-top: 0;
    padding-top: 0.5rem;
    gap: 1rem;
  }
}

.qa__a-num {
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffc36a;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.1470588235;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .qa__a-num {
    font-size: 2rem;
  }
}

.qa__a-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .qa__a-text {
    font-size: 1.4rem;
    line-height: 2;
    padding-right: 2rem;
  }
}

/* Scss Document */
/* -----------------------------------------------------------
 タブ
----------------------------------------------------------- */
/*tabの形状*/
.tab {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2.3rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tab {
    margin-top: 5rem;
    gap: 1rem;
  }
}

.tab li {
  list-style: none;
}

.tab li a {
  display: block;
  width: 39.2rem;
  height: 9rem;
  border-radius: 4.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  background-image: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  opacity: 0.5;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .tab li a {
    width: 15rem;
    height: 3.5rem;
    font-size: 1.6rem;
    padding-top: 0.4rem;
  }
}

.tab li a:hover {
  opacity: 1;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  opacity: 1;
}

.tab li a span {
  display: block;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tab li a span {
    margin-top: 0.8rem;
  }
}

.tab li a span img {
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .tab li a span img {
    width: 0.8rem;
  }
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .tab1__wrap {
    width: 90rem;
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .tab1__wrap {
    margin-top: 3rem;
  }
}

.rec__table {
  border-bottom: 1px solid #87dcdc;
}

.rec__table th {
  width: 21rem;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 768px) {
  .rec__table th {
    text-align: left;
    font-size: 1.6rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .rec__table th::after {
    position: absolute;
    border-right: 1px solid #87dcdc;
    top: 0.6rem;
    right: 0;
    height: 85%;
    content: "";
  }
}
.rec__table td {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .rec__table td {
    padding-inline: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .rec__table td {
    font-size: 1.3rem;
    margin-inline: 0.8rem;
  }
}

.rec__table th,
.rec__table td {
  border-top: 1px solid #87dcdc;
  padding-block: 1.2rem;
}
@media screen and (max-width: 768px) {
  .rec__table th,
  .rec__table td {
    padding-block: 0.4rem;
    display: block;
  }
}

/* -----------------------------------------------------------
rec-fot
----------------------------------------------------------- */
.rec-fot {
  border-bottom: 1px solid #87dcdc;
  padding-bottom: 16.7rem;
}
@media screen and (max-width: 768px) {
  .rec-fot {
    padding-bottom: 10rem;
  }
}

.rec-fot__arrow {
  margin-top: 3rem;
  text-align: center;
}

.rec-fot__arrow img {
  width: 6.2rem;
}
@media screen and (max-width: 768px) {
  .rec-fot__arrow img {
    width: 4rem;
  }
}

.rec-fot__copy {
  margin-top: 3rem;
  color: rgb(117, 90, 73);
}

.rec-fot__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .rec-fot__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.rec-fot__btn {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .rec-fot__btn {
    margin-top: 2.5rem;
  }
}

.rec-fot__btn .btn {
  font-size: 3.1rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 49rem;
  border-radius: 0.5rem;
  height: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rec-fot__btn .btn {
    width: 30.7rem;
    height: 5.2rem;
  }
}

.rec-fot__btn .btn::after {
  border-radius: 0.5rem;
}

/* Scss Document */
/* -----------------------------------------------------------
news-index
----------------------------------------------------------- */
.news-index {
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .news-index {
    padding-block: 5rem 10rem;
  }
}

@media screen and (min-width: 768px) {
  .news-index__items {
    padding-inline: 15rem;
  }
}

.news-pager {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .news-pager {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .news-pager__inner {
    margin: 0 !important;
    width: 100%;
  }
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    padding-inline: 13rem 17rem;
  }
}

.previouspostslink,
.nextpostslink {
  background: linear-gradient(41.53deg, #2f84b2 0.84%, #98fff6 101.13%);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 2.2rem;
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-inline: 1rem;
}
@media screen and (max-width: 768px) {
  .previouspostslink,
  .nextpostslink {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.2rem;
  }
}

.previouspostslink::after,
.nextpostslink::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgb(23, 83, 153);
  opacity: 0;
  transition: 0.3s all;
  border-radius: 2.2rem;
}

.previouspostslink:hover::after,
.nextpostslink:hover::after {
  opacity: 1;
}

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

.page {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.02em;
  position: relative;
}

.page::after {
  content: ".";
}

.current {
  font-size: 3.2rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.0625;
  letter-spacing: 0.02em;
  position: relative;
}

.current::after {
  content: ".";
}

/* -----------------------------------------------------------
news-single
----------------------------------------------------------- */
.news-single {
  margin-top: 11.6rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .news-single {
    margin-top: 8rem;
    padding-bottom: 10rem;
  }
}

.news-single__head {
  border-top: 1px solid rgb(117, 90, 73);
  border-bottom: 1px solid rgb(117, 90, 73);
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .news-single__head {
    padding: 1.2rem 1.5rem 1.1rem 1.5rem;
  }
}

.news-single__title {
  margin-top: 3rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7777777778;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .news-single__title {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.news-single__body {
  padding-block: 4rem 10rem;
}
@media screen and (max-width: 768px) {
  .news-single__body {
    padding-block: 3rem 8rem;
  }
}

.news-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .news-single__body p {
    font-size: 1.3rem;
    line-height: 2;
  }
}

/* Scss Document */
/* -----------------------------------------------------------
contact
----------------------------------------------------------- */
.contact {
  padding-block: 0 20rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block: 5rem 15rem;
  }
}

.contact__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 2rem;
  }
}

.contact__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0;
  }
}

.hissu,
.rcf .smf-item__description {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #f53232;
  color: #fff;
  padding: 0 1rem;
  display: inline-block;
  margin-right: 0.7rem;
}
@media screen and (max-width: 768px) {
  .hissu,
  .rcf .smf-item__description {
    font-size: 1.2rem;
  }
}

.contact__body {
  background-color: #edf6ff;
  margin-top: 2.5rem;
  padding: 6rem 7rem;
}
@media screen and (max-width: 768px) {
  .contact__body {
    padding: 3rem 2rem;
    width: 100vw;
    margin: 2.5rem calc(50% - 50vw) 0;
  }
}

.rcf .smf-form--simple-table .smf-item {
  padding: 1.5rem 0;
}
.rcf .smf-form--simple-table .smf-item__col--label {
  flex: 0 0 17em;
}
@media screen and (min-width: 768px) {
  .rcf .smf-form--simple-table .smf-item__col--label {
    max-width: 17em;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 0.8rem;
    justify-content: flex-end;
  }
}
.rcf .smf-form--simple-table .smf-item__col--controls {
  flex: 1 1 calc(100% - 17em);
}
@media screen and (min-width: 768px) {
  .rcf .smf-form--simple-table .smf-item__col--controls {
    max-width: calc(100% - 17em);
  }
}
.rcf .smf-item__description {
  width: fit-content;
}
.rcf .smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control > .smf-label {
  margin-right: 3.8rem;
}
@media screen and (max-width: 768px) {
  .rcf .smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control > .smf-label {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}
.rcf .smf-form .smf-radio-button-control {
  gap: 1.1rem;
}
.rcf .smf-radio-button-control__label,
.rcf .smf-checkbox-control__label {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .rcf .smf-radio-button-control__label,
  .rcf .smf-checkbox-control__label {
    font-size: 1.3rem;
  }
}
.rcf .smf-item__label__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .rcf .smf-item__label__text {
    font-size: 1.4rem;
  }
}
.rcf .smf-complete-content {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .rcf .smf-complete-content {
    font-size: 1.3rem;
  }
}
.rcf .smf-control-description,
.rcf .smf-control-description a {
  font-size: 1.3rem;
  font-weight: 400;
  color: rgb(117, 90, 73);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .rcf .smf-control-description,
  .rcf .smf-control-description a {
    font-size: 1.2rem;
  }
}
.rcf .smf-control-description a {
  text-decoration: underline;
}
.rcf .smf-form .smf-text-control__control,
.rcf .smf-form .smf-textarea-control__control,
.rcf .smf-form .smf-select-control__control {
  padding: 1rem 1rem;
  border: 2px solid #cdcdcd;
  border-radius: 0.5rem;
  color: rgb(117, 90, 73);
}
.rcf .smf-form .full .smf-text-control__control {
  width: 100%;
  font-weight: bold;
}
.rcf .smf-form .smf-select-control__control {
  padding-right: 3rem;
}
.rcf .smf-form .smf-select-control__toggle:before {
  right: 1.5rem;
}
.rcf .smf-form .smf-checkbox-control__control,
.rcf .smf-form .smf-radio-button-control__control {
  margin: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #cdcdcd;
}
.rcf .smf-checkboxes-control {
  text-align: center;
  margin-top: 4rem;
}
.rcf .smf-checkboxes-control--horizontal {
  text-align: left;
  margin-top: inherit;
}
.rcf .smf-checkboxes-control + .smf-control-description,
.rcf .smf-checkboxes-control + .smf-control-description + .smf-error-messages {
  text-align: center;
}
.rcf .wp-block-group:has(.smf-checkboxes-control__control) {
  margin-top: 2rem;
  margin-right: 4rem;
  position: relative;
  justify-content: center;
}
.rcf .wp-block-group:has(.smf-checkboxes-control__control) .smf-checkboxes-control__control .smf-checkbox-control__label {
  position: relative;
  z-index: 1;
  color: transparent;
}
.rcf .wp-block-group:has(.smf-checkboxes-control__control) .p-contact__consentText {
  position: absolute;
  bottom: 0;
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.05em;
  padding-left: 2.9rem;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}
.rcf .wp-block-group:has(.smf-checkboxes-control__control) .p-contact__consentText a {
  text-decoration: underline;
  color: rgb(117, 90, 73);
  pointer-events: auto;
  text-underline-offset: 0.2rem;
  transition: opacity 0.3s;
}
.rcf .smf-error-messages {
  color: #f53232;
}
.rcf .wp-block-group:has(.smf-checkboxes-control__control) .smf-error-messages {
  position: absolute;
  bottom: -2rem;
}
.rcf .smf-action .smf-button-control__control {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 26.1rem;
  margin: 2rem auto 0;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  z-index: 0;
  border-radius: 3rem;
  background: #ef9c2f;
  height: 5.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .rcf .smf-action .smf-button-control__control {
    width: 19.7rem;
    height: 4.3rem;
    border-radius: 2.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.rcf .smf-action .smf-button-control__control:hover {
  background-color: #ffc36a;
}

#autozip {
  display: none !important;
}

.contact__body-sub-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  background-color: #755a49;
  height: 4.1rem;
  border-radius: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-block: 3.5rem 2.5rem;
}/*# sourceMappingURL=styles.css.map */