@charset "UTF-8";
/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.6rem;
    --fs18: 1.6rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  box-sizing: border-box; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.6s; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5; }

em {
  font-style: normal; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

a:hover {
  opacity: 0.7;
  transition: all 0.6s; }

img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .pcView {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  .spView {
    display: none !important; } }
@media (min-width: 999px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/* フォーム要素のリセット */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  appearance: none; }

button {
  cursor: pointer; }

button:disabled {
  cursor: default; }

/* 
---------------------------------------
コンテンツ幅
---------------------------------------
*/
.inner18 {
  max-width: 180rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner18 {
      width: 89.33%;
      max-width: 536px; } }

.inner16 {
  max-width: 160rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner16 {
      width: 89.33%;
      max-width: 536px; } }

.inner14 {
  max-width: 140rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner14 {
      width: 89.33%;
      max-width: 536px; } }

.inner12 {
  max-width: 120rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner12 {
      width: 89.33%;
      max-width: 536px; } }

.inner10 {
  max-width: 100rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner10 {
      width: 89.33%;
      max-width: 536px; } }

.inner8 {
  max-width: 80rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner8 {
      width: 89.33%;
      max-width: 536px; } }

/* 
---------------------------------------
余白
---------------------------------------
*/
body .mb20 {
  margin-bottom: clamp(120px, 16vw, 200px); }

body .mb18 {
  margin-bottom: clamp(100px, 14vw, 180px); }

body .mb16 {
  margin-bottom: clamp(80px, 12vw, 160px); }

body .mb14 {
  margin-bottom: clamp(70px, 10vw, 140px); }

body .mb12 {
  margin-bottom: clamp(60px, 10vw, 120px); }

body .mbTen {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mbten {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb10 {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb8 {
  margin-bottom: 8rem; }
  @media (max-width: 999px) {
    body .mb8 {
      margin-bottom: 4rem; } }

body .mb6 {
  margin-bottom: 6rem; }
  @media (max-width: 999px) {
    body .mb6 {
      margin-bottom: 3rem; } }

body .mb5 {
  margin-bottom: 5rem; }
  @media (max-width: 999px) {
    body .mb5 {
      margin-bottom: 2.5rem; } }

body .mb4 {
  margin-bottom: 4rem; }
  @media (max-width: 999px) {
    body .mb4 {
      margin-bottom: 2rem; } }

body .mb3 {
  margin-bottom: 3rem; }
  @media (max-width: 999px) {
    body .mb3 {
      margin-bottom: 1.5rem; } }

body .mb2 {
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    body .mb2 {
      margin-bottom: 1rem; } }

body .mb1 {
  margin-bottom: 1rem; }
  @media (max-width: 999px) {
    body .mb1 {
      margin-bottom: .5rem; } }

html #tinymce {
  margin: auto;
  padding: 2%;
  max-width: 1200ox; }

html #tinymce div {
  border: 1px dashed rgba(0, 128, 0, 0.5); }

html #tinymce p {
  border: 1px dashed rgba(0, 0, 255, 0.5); }

html body#tinymce .is-mdOverHide,
html body#tinymce .is-mdUnderHide {
  display: inline-block; }

html body#tinymce h3, html body#tinymce h4, html body#tinymce h5 {
  display: block; }

html body#tinymce .is-mdOverHide::before {
  content: 'sp';
  font-size: 10px;
  color: red; }

html body#tinymce .is-mdUnderHide::before {
  content: 'pc';
  font-size: 10px;
  color: blue; }

body {
  font-size: var(--fs18);
  letter-spacing: 0;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #282D27;
  overflow: hidden; }

.e-Bgwhite {
  background: #fff;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgwhite {
      padding: 6rem 0; } }

.e-Bgusubeige {
  background: #FAF3D3;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgusubeige {
      padding: 6rem 0; } }

.e-Bgkoibeige {
  background: #F6EBB9;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgkoibeige {
      padding: 6rem 0; } }

.e-Bgpink {
  background: #FCDCC5;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgpink {
      padding: 6rem 0; } }

.e-Bggreen {
  background: #D2F4D1;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bggreen {
      padding: 6rem 0; } }

.e-Bgorange {
  background: #FCE2AE;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgorange {
      padding: 6rem 0; } }

.e-Bgmoyou1 {
  background-size: auto;
  background-image: url(../img/moyouBg1.png);
  background-position: top center;
  position: relative;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgmoyou1 {
      padding: 6rem 0;
      background-size: contain; } }

.e-Bgmoyou2 {
  background-size: auto;
  background-image: url(../img/moyouBg2.png);
  background-position: top center;
  position: relative;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgmoyou2 {
      padding: 6rem 0;
      background-size: contain; } }

.e-Bgmoyou3 {
  background-size: auto;
  background-image: url(../img/moyouBg3.png);
  background-position: top center;
  position: relative;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgmoyou3 {
      padding: 6rem 0;
      background-size: contain; } }

.e-Bgmoyou4 {
  background-size: auto;
  background-image: url(../img/moyouBg4.png);
  background-position: top center;
  position: relative;
  padding: 16rem 0; }
  @media (max-width: 999px) {
    .e-Bgmoyou4 {
      padding: 6rem 0;
      background-size: contain; } }

.breadcrumbs + section.e-Bgmoyou1.e-layout_section,
.breadcrumbs + section.e-Bgmoyou3.e-layout_section,
.breadcrumbs + section.e-Bgmoyou4.e-layout_section {
  padding-top: 0 !important; }

body.single .wp-content h2:not([class]) {
  font-weight: bold;
  font-size: 3.2rem;
  padding: 2rem;
  border-radius: 1rem;
  line-height: 1.5;
  background: #EFF3F1; }
  @media (max-width: 999px) {
    body.single .wp-content h2:not([class]) {
      font-size: 26px; } }

#body .wp-content {
  /* 
  ---------------------------------------
  ボタン種類 
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  見出しh2
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  リスト
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  分割レイアウト
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  カードレイアウト
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  ボックス
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  テーブル
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  幅指定
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  フォントサイズ
  ---------------------------------------
  */
  /* 
  ---------------------------------------
  フレックス
  ---------------------------------------
  */ }
  #body .wp-content .pcCenterspLeft {
    text-align: center; }
    @media (max-width: 999px) {
      #body .wp-content .pcCenterspLeft {
        text-align: left; } }
  #body .wp-content .is-mdUnderHide,
  #body .wp-content .is-mdOverHide {
    height: 0; }
  #body .wp-content img.aligncenter {
    margin: 0 auto; }
  #body .wp-content .btn {
    max-width: 37.5rem;
    margin: 2rem auto 0 2rem;
    cursor: pointer; }
    @media (max-width: 999px) {
      #body .wp-content .btn {
        margin: 0.5rem auto 0 0.5rem; } }
  #body .wp-content .btn2.center,
  #body .wp-content .btn.center {
    margin: 2rem auto; }
    @media (max-width: 999px) {
      #body .wp-content .btn2.center,
      #body .wp-content .btn.center {
        margin: 0.5rem auto; } }
  #body .wp-content .btn2 {
    text-align: center;
    justify-content: center;
    position: relative;
    height: 8rem;
    width: 100%;
    background: transparent !important;
    opacity: 1 !important;
    max-width: 37.5rem;
    margin: 2rem auto 0 2rem;
    padding: 0;
    border: 1px solid;
    cursor: pointer; }
    @media (max-width: 999px) {
      #body .wp-content .btn2 {
        height: 6rem;
        width: 100%;
        margin: 0.5rem auto 0 0.5rem; } }
  #body .wp-content .btn2 .fa-solid {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 4rem;
    font-size: 2.4rem; }
    @media (max-width: 999px) {
      #body .wp-content .btn2 .fa-solid {
        right: 2.4rem;
        font-size: 2rem; } }
  #body .wp-content .e-ttl {
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 999px) {
      #body .wp-content .e-ttl {
        font-size: 2.4rem; } }
  #body .wp-content .e-ttlBox {
    margin-bottom: 6rem; }
    @media (max-width: 999px) {
      #body .wp-content .e-ttlBox {
        margin-bottom: 3rem; } }
  #body .wp-content .e-ttlBox .underline {
    display: flex;
    justify-content: center;
    height: 4px;
    margin: 0 auto 3rem; }
  #body .wp-content .e-ttlBox .underline .line {
    height: 100%;
    width: 10rem; }
    @media (max-width: 999px) {
      #body .wp-content .e-ttlBox .underline .line {
        width: 8rem; } }
  #body .wp-content .e-ttlBox .underline .line.light {
    background-color: #DE7C7C;
    margin: 0; }
  #body .wp-content h3:not([class]) {
    font-size: 3.2rem;
    background: #7E7B7B;
    padding: 2rem;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    color: #fff;
    padding-left: 3rem;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    background: #EFAC53;
    margin-top: 4rem;
    border-radius: 2rem; }
    @media (max-width: 999px) {
      #body .wp-content h3:not([class]) {
        font-size: 2rem;
        padding: 1.6rem;
        padding-left: 2rem;
        border-radius: 1rem; } }
  #body .wp-content h4:not([class]) {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    padding-left: 3rem;
    display: flex;
    line-height: 1.5;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
    @media (max-width: 999px) {
      #body .wp-content h4:not([class]) {
        font-size: 1.8rem;
        padding-left: 3rem; } }
  #body .wp-content h4:not([class])::before {
    content: '';
    position: absolute;
    top: 36%;
    left: 0;
    transform: translateY(-50%);
    width: 2.3rem;
    height: 2.2rem;
    background-image: url(../img/h4_ico.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 999px) {
      #body .wp-content h4:not([class])::before {
        width: 2rem;
        height: 2rem; } }
  #body .wp-content h4:not([class])::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-image: repeating-linear-gradient(to right, #B2B2B2 0, #B2B2B2 8px, transparent 8px, transparent 16px); }
    @media (max-width: 999px) {
      #body .wp-content h4:not([class])::after {
        background-image: repeating-linear-gradient(to right, #B2B2B2 0, #B2B2B2 4px, transparent 4px, transparent 8px); } }
  #body .wp-content h5:not([class]) {
    font-size: 2.8rem;
    font-weight: bold;
    border-left: 0.5rem solid #FFB654;
    padding-left: 3rem;
    display: flex;
    align-items: center;
    padding: 1.6rem 3rem; }
    @media (max-width: 999px) {
      #body .wp-content h5:not([class]) {
        font-size: 1.6rem;
        padding: 0.5rem 0rem 0.5rem 2rem;
        border-left: 0.3rem solid #FFB654; } }
  #body .wp-content ul:not([class]) > li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem; }
  #body .wp-content ul:not([class]) > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #E2683A;
    border-radius: 999px; }
    @media (max-width: 999px) {
      #body .wp-content ul:not([class]) > li::before {
        top: 0.8rem; } }
  #body .wp-content .toc_list ul:not([class]) > li::before {
    background: none; }
  #body .wp-content ul.listCheckbox > li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem; }
  #body .wp-content ul.listCheckbox > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 2.14rem;
    height: 2.251rem;
    background-image: url("../img/listCheckbox_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1rem; }
    @media (max-width: 999px) {
      #body .wp-content ul.listCheckbox > li::before {
        top: 0.6rem; } }
  #body .wp-content ol:not([class]) {
    list-style: none;
    counter-reset: number;
    padding-left: 0; }
  #body .wp-content ol:not([class]) > li {
    position: relative;
    padding-left: 2.6em;
    margin-bottom: 0.8em;
    counter-increment: number; }
  #body .wp-content ol:not([class]) > li::before {
    content: counter(number);
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    background: #30884E;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    top: 0.2rem;
    left: 0; }
    @media (max-width: 999px) {
      #body .wp-content ol:not([class]) > li::before {
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem; } }
  #body .wp-content .toc_list > li {
    border-bottom: 1px solid #DDDDDD; }
  #body .wp-content .toc_list li:before {
    display: none; }
  #body .wp-content #toc_container {
    width: 80%;
    max-width: 1000px;
    margin: 8rem auto;
    padding: 4rem 3rem;
    border: none;
    border-radius: 3rem; }
    @media (max-width: 999px) {
      #body .wp-content #toc_container {
        width: 100%;
        margin: 4rem auto;
        padding: 2rem 1rem;
        border-radius: 1rem; } }
  #body .wp-content #toc_container p.toc_title {
    height: 5rem;
    background: #FAF3D3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    counter-reset: item;
    border-radius: 1rem;
    width: 90%;
    margin: 4rem auto 0; }
    @media (max-width: 999px) {
      #body .wp-content #toc_container p.toc_title {
        font-size: 1.6rem;
        height: 4rem;
        margin-bottom: 1rem;
        margin: 2rem auto 0; } }
  #body .wp-content #toc_container p.toc_title + ul.toc_list {
    width: 90%;
    margin: 0 auto 3rem; }
    @media (max-width: 999px) {
      #body .wp-content #toc_container p.toc_title + ul.toc_list {
        margin-bottom: 1rem; } }
  #body .wp-content .toc_list > li {
    padding: 2rem 3rem !important; }
    @media (max-width: 999px) {
      #body .wp-content .toc_list > li {
        padding: 1rem 1.5rem !important; } }
    #body .wp-content .toc_list > li > a::before {
      counter-increment: item;
      content: counter(item) ". "; }
  @media (max-width: 999px) {
    #body .wp-content #toc_container ul ul {
      margin-left: 0; } }
  #body .wp-content #toc_container ul > li {
    text-indent: -1em;
    padding-left: 2em !important; }
  #body .wp-content #toc_container ul > li > ul > li {
    padding-left: 1em !important; }
  #body .wp-content #toc_container ul > li > ul > li a::before {
    content: '●';
    font-size: 1rem;
    padding-right: 0.4rem; }
  #body .wp-content .toc_list > li > a {
    font-weight: bold; }
  #body .wp-content .e-listBox li {
    line-height: 1.5;
    text-indent: -1.4em;
    padding-left: 1.4em;
    margin-bottom: 0.8rem; }
  #body .wp-content .e-listBox li::before {
    content: '●';
    color: #F8C153;
    margin-right: 0.8rem; }
  #body .wp-content .marker {
    background: linear-gradient(transparent 60%, rgba(226, 104, 58, 0.2) 0%); }
  #body .wp-content .circle-list {
    list-style: none;
    counter-reset: number;
    padding-left: 0;
    margin: 0; }
  #body .wp-content .circle-list li {
    counter-increment: number;
    margin: 0 auto 2rem;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 999px) {
      #body .wp-content .circle-list li {
        margin-bottom: 1rem; } }
  #body .wp-content .circle-list li::before {
    content: counter(number);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
    border: 2px solid #333;
    border-radius: 50%;
    font-weight: bold;
    background: #fff;
    flex-shrink: 0; }
  #body .wp-content .circle-list.black li::before {
    color: #fff;
    background: #3E3A39; }
  #body .wp-content .e-item_2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 999px) {
      #body .wp-content .e-item_2 {
        flex-direction: column; } }
  @media (max-width: 999px) {
    #body .wp-content .e-item_2 > div:first-child {
      margin-bottom: 2rem; } }
  #body .wp-content .e-item_2.reverse {
    flex-direction: row-reverse; }
    @media (max-width: 999px) {
      #body .wp-content .e-item_2.reverse {
        flex-direction: column; } }
  #body .wp-content .e-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #body .wp-content .e-cards img.e-pic {
    margin-bottom: 2rem; }
  #body .wp-content .e-cards .e-card {
    margin-bottom: 4rem; }
    @media (max-width: 999px) {
      #body .wp-content .e-cards .e-card {
        margin-bottom: 2rem; } }
  #body .wp-content .e-cards .e-item span {
    display: flex;
    align-items: center; }
  #body .wp-content .e-cards .e-item h4 span img {
    margin-right: 1.6rem; }
    @media (max-width: 999px) {
      #body .wp-content .e-cards .e-item h4 span img {
        width: 8rem; } }
  @media (max-width: 999px) {
    #body .wp-content .e-cards .e-item h4 {
      font-size: 1.8rem; } }
  @media (max-width: 999px) {
    #body .wp-content .e-cards.sp2 {
      flex-direction: inherit; } }
  @media (max-width: 999px) {
    #body .wp-content .e-cards.sp2 .w47 {
      width: 48%; } }
  #body .wp-content .e-box {
    padding: 8rem;
    border-radius: 3rem; }
    @media (max-width: 999px) {
      #body .wp-content .e-box {
        padding: 2rem;
        border-radius: 1rem; } }
  #body .wp-content .e-box.whiteBox {
    background: #fff; }
  #body .wp-content .e-box.usubeigeBox {
    background: #FDFBF3; }
  #body .wp-content .e-box.beigeBox {
    background: #FAF3D3; }
  #body .wp-content .e-box.koibeigeBox {
    background: #F6EBB9; }
  #body .wp-content .e-box.pinkBox {
    background: #FDEADC;
    border: 0.3rem solid #FCDCC5; }
  #body .wp-content .e-box.greenBox {
    background: #E4F8E3;
    border: 0.3rem solid #D2F4D1; }
  #body .wp-content .e-box.orangeBox {
    background: #FDEDCE;
    border: 0.3rem solid #FCE2AE; }
  #body .wp-content .e-box.grayBox {
    background: #F7F7F7; }
  #body .wp-content .e-box.grayLine {
    border: 0.3rem solid #B2B2B2;
    background: #fff; }
  #body .wp-content .e-table tr {
    border-top: 0.1rem solid;
    border-left: 0.1rem solid;
    border-right: 0.1rem solid; }
  #body .wp-content .e-table tr:last-child {
    border-bottom: 0.1rem solid; }
  #body .wp-content .e-table th,
  #body .wp-content .e-table td {
    padding: 2rem;
    border-collapse: collapse; }
    @media (max-width: 999px) {
      #body .wp-content .e-table th,
      #body .wp-content .e-table td {
        padding: 1rem; } }
  #body .wp-content .e-table25 th {
    width: 25%;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    background: #F7ECBD;
    border-right: 0.1rem solid; }
  #body .wp-content .e-table25 td {
    width: 75%; }
    @media (max-width: 999px) {
      #body .wp-content .e-table25 td {
        width: 100%; } }
  @media (max-width: 999px) {
    #body .wp-content .e-table.sp tr {
      display: flex;
      flex-direction: column; } }
  #body .wp-content .e-table25.sp th {
    width: 25%; }
    @media (max-width: 999px) {
      #body .wp-content .e-table25.sp th {
        width: 100%;
        border-bottom: 0.1rem solid;
        border-right: none; } }
  @media (max-width: 999px) {
    #body .wp-content .e-table.sp td {
      border-left: none; } }
  #body .wp-content .e-table25.pink th {
    background: #FDEADC; }
  #body .wp-content .priceTable {
    width: 100%;
    border-collapse: collapse;
    text-align: left; }
  #body .wp-content .priceTable th,
  #body .wp-content .priceTable td {
    border: 1px solid #282D27;
    padding: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content .priceTable th,
      #body .wp-content .priceTable td {
        padding: 1rem; } }
  #body .wp-content .priceTable thead th {
    background-color: #A18C49;
    color: #fff;
    min-width: 8rem;
    text-align: center; }
  #body .wp-content .priceTable tbody th {
    background-color: #F7ECBD;
    font-weight: bold; }
  #body .wp-content .priceTable tbody tr td {
    background-color: #fff; }
  #body .wp-content .w15 {
    width: 16%; }
    @media (max-width: 999px) {
      #body .wp-content .w15 {
        width: 100%; } }
    @media (max-width: 999px) {
      #body .wp-content .w15 img {
        margin: 0 auto; } }
  #body .wp-content .w23 {
    width: 23%; }
    @media (max-width: 999px) {
      #body .wp-content .w23 {
        width: 47%; } }
  #body .wp-content .pc4sp1 .w23 {
    width: 23%; }
    @media (max-width: 999px) {
      #body .wp-content .pc4sp1 .w23 {
        width: 100%; } }
  #body .wp-content .w32 {
    width: 32%; }
    @media (max-width: 999px) {
      #body .wp-content .w32 {
        width: 100%; } }
  #body .wp-content .pc2sp2 .w32 {
    width: 32%; }
    @media (max-width: 999px) {
      #body .wp-content .pc2sp2 .w32 {
        width: 48%; } }
  #body .wp-content .pc3sp3 .w32 {
    width: 32%; }
    @media (max-width: 999px) {
      #body .wp-content .pc3sp3 .w32 {
        width: 32%; } }
  #body .wp-content .w34 {
    width: 34%; }
    @media (max-width: 999px) {
      #body .wp-content .w34 {
        width: 100%; } }
  #body .wp-content .w40 {
    width: 40%; }
    @media (max-width: 999px) {
      #body .wp-content .w40 {
        width: 100%; } }
  #body .wp-content .w44 {
    width: 44%; }
    @media (max-width: 999px) {
      #body .wp-content .w44 {
        width: 100%; } }
  #body .wp-content .w47 {
    width: 47%; }
    @media (max-width: 999px) {
      #body .wp-content .w47 {
        width: 100%; } }
  #body .wp-content .w50 {
    width: 50%; }
    @media (max-width: 999px) {
      #body .wp-content .w50 {
        width: 100%; } }
  #body .wp-content .w54 {
    width: 54%; }
    @media (max-width: 999px) {
      #body .wp-content .w54 {
        width: 100%; } }
  #body .wp-content .w60 {
    width: 60%; }
    @media (max-width: 999px) {
      #body .wp-content .w60 {
        width: 100%; } }
  #body .wp-content .w80 {
    width: 80%; }
    @media (max-width: 999px) {
      #body .wp-content .w80 {
        width: 100%; } }
  #body .wp-content .ttltxtBox > .flex.alignCenter,
  #body .wp-content .txtpicBox > .flex.alignCenter {
    padding: 4rem; }
    @media (max-width: 999px) {
      #body .wp-content .ttltxtBox > .flex.alignCenter,
      #body .wp-content .txtpicBox > .flex.alignCenter {
        padding: 2rem; } }
  @media (max-width: 999px) {
    #body .wp-content .ttltxtBox > .flex.alignCenter .e-item_2 {
      align-items: flex-start; } }
  @media (max-width: 999px) {
    #body .wp-content .ttltxtBox > .flex.alignCenter .e-item_2 h4 {
      margin-bottom: 1rem; } }
  #body .wp-content .e-depart {
    text-align: right;
    margin-top: 1rem; }
    @media (max-width: 999px) {
      #body .wp-content .e-depart {
        font-size: 14px; } }
  @media (max-width: 999px) {
    #body .wp-content .is-mdUnderHide {
      display: none; } }
  @media (min-width: 1000px) {
    #body .wp-content .is-mdOverHide {
      display: none; } }
  #body .wp-content p.fs38 {
    font-size: 3.8rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content p.fs38 {
        font-size: 2.8rem; } }
  #body .wp-content p.fs36 {
    font-size: 3.6rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content p.fs36 {
        font-size: 2.8rem; } }
  #body .wp-content p.fs32 {
    font-size: 3.2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content p.fs32 {
        font-size: 2.6rem; } }
  #body .wp-content p.fs28 {
    font-size: 2.8rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content p.fs28 {
        font-size: 2.4rem; } }
  #body .wp-content p.fs26 {
    font-size: 2.6rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content p.fs26 {
        font-size: 2.2rem; } }
  #body .wp-content p.fs24 {
    font-size: 2.4rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content p.fs24 {
        font-size: 2.0rem; } }
  #body .wp-content p.fs22 {
    font-size: 2.2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content p.fs22 {
        font-size: 1.8rem; } }
  #body .wp-content p.fs20 {
    font-size: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content p.fs20 {
        font-size: 1.6rem; } }
  #body .wp-content p.fs16 {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #body .wp-content p.fs16 {
        font-size: 1.4rem; } }
  #body .wp-content p.fs14 {
    font-size: 1.4rem; }
    @media (max-width: 999px) {
      #body .wp-content p.fs14 {
        font-size: 1.2rem; } }
  #body .wp-content p.fs12 {
    font-size: 1.2rem; }
  #body .wp-content .flex.alignCenter .e-item_2 {
    align-items: center; }
  #body .wp-content .linkBox {
    display: flex;
    gap: 6rem;
    justify-content: space-between;
    flex-wrap: nowrap; }
    @media (max-width: 999px) {
      #body .wp-content .linkBox {
        flex-direction: column;
        gap: 2rem; } }
    #body .wp-content .linkBox .box {
      background: #fff;
      border-radius: 3rem; }
      @media (max-width: 999px) {
        #body .wp-content .linkBox .box {
          border-radius: 1rem; } }
    #body .wp-content .linkBox .pic {
      border-radius: 3rem 3rem 0 0; }
      @media (max-width: 999px) {
        #body .wp-content .linkBox .pic {
          border-radius: 1rem 1rem 0 0; } }
    #body .wp-content .linkBox .ttl {
      text-align: center;
      font-size: 3rem;
      padding: 0; }
      @media (max-width: 999px) {
        #body .wp-content .linkBox .ttl {
          font-size: 2.4rem; } }
      #body .wp-content .linkBox .ttl img {
        border-radius: 2.5rem; }
        @media (max-width: 999px) {
          #body .wp-content .linkBox .ttl img {
            border-radius: 0.5rem; } }
    #body .wp-content .linkBox .btn,
    #body .wp-content .linkBox .btn2 {
      margin: 2rem auto 4rem; }
      @media (max-width: 999px) {
        #body .wp-content .linkBox .btn,
        #body .wp-content .linkBox .btn2 {
          margin: 0 auto 3rem; } }
  #body .wp-content .flowBox {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8rem 6rem;
    border-radius: 3rem;
    position: relative; }
    @media (max-width: 999px) {
      #body .wp-content .flowBox {
        padding: 4rem 3rem;
        border-radius: 1rem;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    #body .wp-content .flowBox .deco {
      width: 21.2rem;
      margin-right: 4rem; }
      @media (max-width: 999px) {
        #body .wp-content .flowBox .deco {
          margin-right: 0;
          margin-bottom: 2rem;
          width: auto;
          position: absolute;
          left: 1rem;
          max-width: 9rem;
          top: 15px;
          z-index: 1; } }
    #body .wp-content .flowBox .ttlBox {
      width: 100%; }
    #body .wp-content .flowBox .ttl {
      position: relative;
      font-size: 3rem;
      font-weight: bold;
      display: flex;
      line-height: 1.5;
      position: relative;
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
      @media (max-width: 999px) {
        #body .wp-content .flowBox .ttl {
          font-size: 2rem;
          justify-content: center; } }
    #body .wp-content .flowBox .ttl::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background-image: repeating-linear-gradient(to right, #B2B2B2 0, #B2B2B2 8px, transparent 8px, transparent 16px); }
    #body .wp-content .flowBox .txt {
      background: #FDFBF3;
      padding: 3rem;
      border-radius: 3rem; }
      @media (max-width: 999px) {
        #body .wp-content .flowBox .txt {
          border-radius: 1rem; } }
  #body .wp-content .qaBox {
    background: #fff;
    border-radius: 3rem;
    padding: 8rem 6rem; }
    @media (max-width: 999px) {
      #body .wp-content .qaBox {
        padding: 3rem 2rem; } }
  #body .wp-content .qaItem {
    display: flex;
    align-items: center; }
    @media (max-width: 999px) {
      #body .wp-content .qaItem {
        align-items: flex-start; } }
  #body .wp-content .qaItem:first-child {
    margin-bottom: 2rem; }
  #body .wp-content .qaIcon {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    margin-right: 3rem;
    flex-shrink: 0;
    font-size: 3.6rem; }
    @media (max-width: 999px) {
      #body .wp-content .qaIcon {
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
        margin-right: 2rem; } }
  #body .wp-content .qaIcon.q {
    background: #DE7C7C; }
  #body .wp-content .qaIcon.a {
    border: 3px solid #DE7C7C;
    background: #fff;
    color: #DE7C7C;
    line-height: 1; }
  #body .wp-content .qaQuestion {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #body .wp-content .qaQuestion {
        font-size: 1.8rem; } }
  #body .wp-content .interviewBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem; }
    @media (max-width: 999px) {
      #body .wp-content .interviewBox {
        flex-direction: column-reverse;
        gap: 2rem; } }
    #body .wp-content .interviewBox .ttlBox {
      flex: 1;
      width: calc(509/1400*100%); }
      @media (max-width: 999px) {
        #body .wp-content .interviewBox .ttlBox {
          width: 100%; } }
      #body .wp-content .interviewBox .ttlBox .deco {
        font-size: 6.8rem;
        color: rgba(226, 104, 58, 0.1);
        margin-bottom: 2rem; }
        @media (max-width: 999px) {
          #body .wp-content .interviewBox .ttlBox .deco {
            font-size: 4rem;
            margin-bottom: 0; } }
      #body .wp-content .interviewBox .ttlBox .ttl {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 4rem; }
        @media (max-width: 999px) {
          #body .wp-content .interviewBox .ttlBox .ttl {
            font-size: 2rem;
            margin-bottom: 2rem; } }
        #body .wp-content .interviewBox .ttlBox .ttl span {
          border: 1px solid #B2B2B2;
          color: #DE7C7C;
          padding: 1rem;
          border-radius: 1rem;
          margin-right: 2rem;
          background: #fff;
          font-size: 1.8rem; }
          @media (max-width: 999px) {
            #body .wp-content .interviewBox .ttlBox .ttl span {
              font-size: 1.4rem;
              padding: 0.5rem; } }
      #body .wp-content .interviewBox .ttlBox .txt {
        padding-top: 4rem;
        border-top: 1px dashed #B2B2B2; }
        @media (max-width: 999px) {
          #body .wp-content .interviewBox .ttlBox .txt {
            padding-top: 2rem; } }
    #body .wp-content .interviewBox .pic {
      flex: 1;
      width: calc(792/1400*100%);
      border-radius: 3rem; }
      @media (max-width: 999px) {
        #body .wp-content .interviewBox .pic {
          width: 100%;
          border-radius: 1rem; } }
    #body .wp-content .interviewBox .pic img {
      border-radius: 3rem; }
      @media (max-width: 999px) {
        #body .wp-content .interviewBox .pic img {
          border-radius: 1rem; } }
  #body .wp-content .interviewBox.green .ttlBox .ttl span {
    color: #6FA457; }
  #body .wp-content .interviewBox2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 8rem 6rem;
    border-radius: 3rem; }
    @media (max-width: 999px) {
      #body .wp-content .interviewBox2 {
        padding: 3rem 0rem;
        border-radius: 1rem;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    #body .wp-content .interviewBox2 .deco {
      color: #DE7C7C; }
    #body .wp-content .interviewBox2 .ttlBox {
      width: 16.1538461538%;
      text-align: center; }
      @media (max-width: 999px) {
        #body .wp-content .interviewBox2 .ttlBox {
          width: 100%;
          margin-bottom: 1rem; } }
    #body .wp-content .interviewBox2 .ttl {
      position: relative;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.5;
      position: relative; }
      @media (max-width: 999px) {
        #body .wp-content .interviewBox2 .ttl {
          font-size: 1.8rem; } }
    #body .wp-content .interviewBox2 .txt {
      width: 77.3076923077%; }
      @media (max-width: 999px) {
        #body .wp-content .interviewBox2 .txt {
          border-radius: 1rem; } }

@media (max-width: 999px) {
  #recruit1 .e-layout_container .fs28 span {
    font-size: 100% !important; } }

@media (max-width: 999px) {
  #aboutus1 .e-layout_container .fs28 span {
    font-size: 100% !important; } }

body #requirements1 p, body #requirements1 p.txt {
  font-size: 1.8rem; }
  @media (max-width: 999px) {
    body #requirements1 p, body #requirements1 p.txt {
      font-size: 1.6rem; } }
