/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap);
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss (1) ***!
  \******************************************************************************************************************/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss (2) ***!
  \******************************************************************************************************************/
@charset "UTF-8";
:root {
  --blue: #5877BA;
  --pink: #E4007F;
  --lightblue: #EBF6FF;
  --paleblue: #EBF1FF;
  --neolightblue: #D4EBFF;
  --green: #00934B;
  --green-dark: #00763C;
  --green-light: #85CF3B;
  --green-weak: #DAF1C4;
  --green-white: #F0FAF7;
  --red: #EF4444;
  --orange: #F06E47;
  --orange-white: #FAF3DE;
  --yellow: #FFFF02;
  --offwhite: #FBFAF4;
  --ltlh: 2; /*long text line-height*/
}

/* ❌ UNUSED: .c-black */
/*.c-black{
    color: #000 !important;
}*/
.c-blue {
  color: var(--blue) !important;
}

.c-pink {
  color: var(--pink) !important;
}

/* ❌ UNUSED: .c-green */
/*.c-green{
    color: var(--green) !important;
}*/
/* ❌ UNUSED: .c-green-light */
/*.c-green-light{
    color: var(--green-light);
}*/
/* ❌ UNUSED: .c-red */
/*.c-red{
    color: var(--red);
}*/
/* ❌ UNUSED: .c-orange */
/*.c-orange{
    color: var(--orange);
}*/
/* ❌ UNUSED: .c-yellow */
/*.c-yellow{
    color: yellow;
}*/
.c-white {
  color: #fff;
}

/* ❌ UNUSED: .c-offwhite */
/*.c-offwhite{
    color: #FBFAF4;
}*/
.bg-lightblue {
  background-color: var(--lightblue) !important;
}

.bg-neolightblue {
  background-color: var(--neolightblue) !important;
}

/* ❌ UNUSED: .bg-green */
/*.bg-green{
    background-color: var(--green) !important;
}*/
/* ❌ UNUSED: .bg-green-dark */
/*.bg-green-dark{
    background-color: var(--green-dark) !important;
}*/
/* ❌ UNUSED: .bg-pink */
/*.bg-pink{
    background-color: var(--pink) !important;
}*/
/* ❌ UNUSED: .bg-white */
/*.bg-white{
    background-color: #fff !important;
}*/
/* ❌ UNUSED: .bg-offwhite */
/*.bg-offwhite{
    background-color: #FBFAF4 !important;
}*/
/* ❌ UNUSED: .bg-green-white */
/*.bg-green-white{
    background-color: var(--green-white) !important;
}*/
/* ❌ UNUSED: .bg-orange-white */
/*.bg-orange-white{
    background-color: var(--orange-white) !important;
}*/
.f-bold {
  font-weight: bold;
}

.t-a-left {
  text-align: left;
}

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

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

.t-a-center-and-left {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .t-a-center-and-left {
    text-align: left;
  }
}
/* ❌ UNUSED: .p-absolute */
/*.p-absolute{
    position: absolute;
}*/
/* ❌ UNUSED: .underbar */
/*.underbar{
    background: linear-gradient(transparent 70%, #f8ff0057 0%);
    // display: inline-block;
    line-height: 1.3em;
}*/
@media screen and (min-width: 1200px) {
  :root {
    --site-width: 1250px;
    --site-width-wrap: 1200px;
    --site-width-wrap-min: 1100px;
    --content-width: 900px;
    --content-width-700: 760px;
  }
  .media-pc {
    display: block !important;
  }
  .media-pc-inline {
    display: inline !important;
  }
  /* ❌ UNUSED: .media-pc-flex */
  /*.media-pc-flex{
      display: flex !important;
  }*/
  .media-sp {
    display: none !important;
  }
  /* ❌ UNUSED: .media-sp-inline */
  /*.media-sp-inline {
      display: none !important;
  }*/
  /* ❌ UNUSED: .media-sp-flex */
  /*.media-sp-flex {
      display: none !important;
  }*/
  .media-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  :root {
    --site-width: 1000px;
    --site-width-wrap: 95%;
    --site-width-wrap-min: 90%;
    --content-width: 90%;
    --content-width-700: 90%;
  }
  .media-pc {
    display: none !important;
  }
  .media-pc-inline {
    display: none !important;
  }
  /* ❌ UNUSED: .media-pc-flex */
  /*.media-pc-flex{
      display: flex !important;
  }*/
  .media-sp {
    display: none !important;
  }
  /* ❌ UNUSED: .media-sp-inline */
  /*.media-sp-inline {
      display: none !important;
  }*/
  /* ❌ UNUSED: .media-sp-flex */
  /*.media-sp-flex {
      display: none !important;
  }*/
  .media-tab {
    display: block !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  :root {
    --site-width: 100%;
    --site-width-wrap: 100%;
    --site-width-wrap-min: 100%;
    --content-width: 100%;
    --content-width-700: 100%;
  }
  .media-pc {
    display: none !important;
  }
  .media-pc-inline {
    display: none !important;
  }
  /* ❌ UNUSED: .media-pc-flex */
  /*.media-pc-flex{
      display: none !important;
  }*/
  .media-sp {
    display: none !important;
  }
  /* ❌ UNUSED: .media-sp-inline */
  /*.media-sp-inline {
      display: none !important;
  }*/
  /* ❌ UNUSED: .media-sp-flex */
  /*.media-sp-flex {
      display: none !important;
  }*/
  .media-tab {
    display: block !important;
  }
  /* ❌ UNUSED: .media-tab-del */
  /*.media-tab-del{
      display: none;
  }*/
}
@media screen and (max-width: 767px) {
  :root {
    --site-width: 100%;
    --site-width-wrap: 100%;
    --site-width-wrap-min: 100%;
    --content-width: 100%;
    --content-width-700: 100%;
    --fs-h1: 34px;
    --lh-h1: 1.5;
    --fs-h2: 30px;
    --lh-h2: 1.5;
    --fs-h3: 21px;
    --lh-h3: 1.5;
    --fs-h4: 18px;
    --lh-h4: 1.5;
    --fs-h5: 15px;
    --lh-h5: 1.7;
  }
  .media-pc {
    display: none !important;
  }
  .media-pc-inline {
    display: none !important;
  }
  /* ❌ UNUSED: .media-pc-flex */
  /*.media-pc-flex{
      display: none !important;
  }*/
  .media-sp {
    display: block !important;
  }
  /* ❌ UNUSED: .media-sp-inline */
  /*.media-sp-inline {
      display: inline !important;
  }*/
  /* ❌ UNUSED: .media-sp-flex */
  /*.media-sp-flex {
      display: flex !important;
  }*/
  .media-tab {
    display: none !important;
  }
}
/* ❌ UNUSED: .media-pc-1200, .media-sp-1200 */
/*@media screen and (min-width: 1200px) {
    .media-pc-1200 {
        display: block;
    }
    .media-sp-1200 {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .media-pc-1200 {
        display: none;
    }
    .media-sp-1200 {
        display: block;
    }
}*/
#wpadminbar {
  opacity: 0.2;
}

/* ❌ UNUSED: .pc-del */
/*.pc-del{
    display: none !important;
}*/
/* ❌ UNUSED: .ta-center */
/*.ta-center{
    text-align: center !important;
}*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #ffffff;
  background-color: rgb(255, 255, 255);
  color: #333333;
  font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0;
  min-height: 100%;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
  html {
    /*margin: 0 !important;*/
  }
}
* {
  box-sizing: border-box;
}

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

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s ease;
}

a:hover, a:focus {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

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

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: var(--fs-h2);
  }
  h3 {
    font-size: var(--fs-h3);
  }
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 2.5s ease-in-out infinite alternate;
  -moz-animation: blink 2.5s ease-in-out infinite alternate;
  animation: blink 2.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ❌ UNUSED: .pt0 */
/*.pt0{
    padding-top: 0px !important;
}*/
.pt10 {
  padding-top: 10px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt80 {
  padding-top: 80px !important;
}

/* ❌ UNUSED: .pt160 */
/*.pt160{
    padding-top: 160px !important;
}*/
/* ❌ UNUSED: .pb10 */
/*.pb10{
    padding-bottom: 10px !important;
}*/
.pb20 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

/* ❌ UNUSED: .pb50 */
/*.pb50{
    padding-bottom: 50px !important;
}*/
.pb60 {
  padding-bottom: 60px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

/* ❌ UNUSED: .pb100 */
/*.pb100{
    padding-bottom: 100px !important;
}*/
/* ❌ UNUSED: .pb160 */
/*.pb160{
    padding-bottom: 160px !important;
}*/
/* ❌ UNUSED: .mt-100 */
/*.mt-100{
    margin-top: -100px !important;
}*/
/* ❌ UNUSED: .mb0 */
/*.mb0{
    margin-bottom: 0px !important;
}*/
/* ❌ UNUSED: .mb160 */
/*.mb160{
    margin-bottom: 160px !important;
}*/
.alert {
  border: 4px solid #391a20;
  padding: 20px;
  position: relative;
}

/* 投稿装飾 */
.single-post {
  line-height: var(--ltlh);
  font-size: 1.05em;
}

.single-post, .single-post h3, .single-post h4, .single-post h5 {
  text-align: left;
}

.h2-center {
  padding: 0 0 10px 0;
  font-size: 36px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .single--main-content h2, .page-h2, .page-h2-long {
    padding: 10px 0 10px 24px;
    font-size: 28px;
  }
  .single--main-content h2:before, .page-h2:before {
    top: 14px;
  }
  .page-h2-long:before {
    top: 14px;
  }
  .page--firm .page-h2, .page--firm .page-h2-long {
    font-size: 22px;
    /* ❌ UNUSED: .span-small */
    /*.span-small{
        font-size: 18px;
    }*/
  }
}
.single-post h3 {
  margin: 40px 0 20px 0;
  padding: 15px 30px;
  font-size: 24px;
  line-height: 1.4;
  color: var(--green);
  background: var(--green-white);
}

.single-post h4 {
  position: relative;
  margin: 40px 0 20px 0;
  padding: 3px 24px 3px 34px;
  font-size: 18px;
  line-height: 24px;
  color: var(--green);
}

.single-post h4:before {
  position: absolute;
  width: 14px;
  left: 0px;
  top: 9px;
  content: "　";
  color: var(--green);
}

.single-post h5 {
  margin: 30px 0 20px 0;
  font-size: 15px;
  color: var(--green-dark);
}

.single-post img {
  display: block;
  margin: 0 auto;
}

.single-post a {
  color: #2563EB;
  text-decoration: underline;
}

/* ❌ UNUSED: .color-green */
/*.color-green{
    color: var(--green);
}*/
/* ❌ UNUSED: .color-red */
/*.color-red{
    color: var(--red);
}*/
.single-post p {
  padding: 0 0 2em 0;
}

.single-post .p-backcolor {
  background: linear-gradient(transparent 50%, #fff6b2 0%);
  display: inline-block;
  line-height: 20px;
}

.single-post .p-kakoi {
  margin: 20px 0;
  padding: 30px 40px;
  border: 1px solid var(--green);
  border-radius: 10px;
  display: block;
}
.single-post .p-kakoi p {
  padding: 0;
}
.single-post .p-kakoicolor {
  margin: 20px 0;
  padding: 30px 40px;
  background: var(--offwhite);
  border-radius: 10px;
  display: block;
}
.single-post .p-kakoicolor p {
  padding: 0;
}
.single-post blockquote {
  position: relative;
  /*display: inline-block;*/
  margin: 20px 0;
  padding: 30px;
  background: var(--offwhite);
}
.single-post blockquote p {
  padding: 0;
}
.single-post blockquote:before {
  position: absolute;
  font-size: 8em;
  line-height: 1.2em;
  /* opacity: 0.2; */
  color: var(--green);
  top: -30px;
  left: 20px;
  content: "“";
  height: 50px;
  width: 50px;
  font-family: serif;
}
.single-post .p-sankou, .single-post .p-point {
  padding: 20px 0;
}
.single-post .p-sankou div:nth-child(1) {
  position: relative;
  background: var(--green);
  color: #fff;
  display: inline-block;
  padding: 2px 18px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 0 0 40px;
}
.single-post .p-sankou div:nth-child(1) img {
  display: inline;
  vertical-align: middle;
  padding: 0 0 3px 0;
  margin: 0 5px 0 0;
  width: 13px;
}
.single-post .p-sankou div:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--green) transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.single-post .p-sankou div:nth-child(2) {
  background: #fff;
  padding: 30px 40px;
  margin: -10px 0 0 0;
  background: var(--green-white);
}
.single-post .p-point div:nth-child(1) {
  position: relative;
  background: var(--red);
  color: #fff;
  display: inline-block;
  padding: 2px 18px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 0 0 40px;
}
.single-post .p-point div:nth-child(1) img {
  display: inline;
  vertical-align: middle;
  padding: 0 0 3px 0;
  margin: 0 5px 0 0;
  width: 13px;
}
.single-post .p-point div:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--red) transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.single-post .p-point div:nth-child(2) {
  background: #fff;
  padding: 30px 40px;
  margin: -10px 0 0 0;
  background: #FEF1ED;
}
.single-post .p-youtube {
  max-width: 600px;
  margin: 0 auto;
}
.single-post .p-youtube iframe {
  width: 100%;
  height: 350px;
}

.single-post table {
  margin: 30px 0;
  background: #fff;
  border: 1px solid #9b9b9b;
}

.single-post table tr {
  border-collapse: collapse;
  border: 1px solid #9b9b9b;
}

.single-post table td {
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid #9b9b9b;
}

.single-post ul {
  padding: 20px;
}

.single-post ul li {
  padding: 5px 0 5px 25px;
  position: relative;
}

.single-post ul li:before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--green);
  border-radius: 50%;
}

/* ❌ UNUSED: .toc_list */
/*.toc_list li:before{
    content: none !important;
}*/
.single-post .p-bnr-soudan {
  padding: 10px 0;
}

.single-post .p-commnet {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  margin: 20px 0;
  border-radius: 10px;
}

.single-post .p-commnet div:nth-child(1) {
  flex-basis: 12%;
  text-align: center;
  line-height: 1.5em;
}
.single-post .p-commnet div:nth-child(1) img {
  width: 80px;
  border-radius: 100px;
}
.single-post .p-commnet div:nth-child(1) span:nth-child(2) {
  display: block;
  text-align: center;
  padding: 8px 0 2px 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.single-post .p-commnet div:nth-child(1) span:nth-child(3) {
  display: block;
  text-align: center;
  padding: 5px 0 0 0;
  color: var(--green);
  font-size: 12px;
  font-weight: bold;
}

.single-post .p-commnet div:nth-child(2) {
  position: relative;
  flex-basis: 88%;
  background: var(--green-white);
  padding: 30px 40px;
}

.single-post .p-commnet div:nth-child(2):before {
  content: "";
  position: absolute;
  top: 40px;
  left: 100%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid var(--green-white);
}

@media screen and (max-width: 767px) {
  .single--main-content h2 {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }
  .single--main-content h2:before {
    width: 16%;
  }
  .single-post h3 {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
  }
  .single-post .p-commnet {
    gap: 18px;
  }
  .single-post .p-commnet div:nth-child(1) {
    flex-basis: 15%;
  }
  .single-post .p-commnet div:nth-child(1) span:nth-child(4) {
    display: block;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.9em;
  }
  .single-post .p-commnet div:nth-child(2) {
    flex-basis: 85%;
    padding: 30px;
  }
  .single-post .p-commnet div:nth-child(2) span:nth-child(1) {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
  .single-post .p-sankou div:nth-child(1) {
    margin: 0 0 0 20px;
  }
  .single-post .p-sankou div:nth-child(2) {
    padding: 30px;
  }
  .single-post .p-point div:nth-child(1) {
    margin: 0 0 0 20px;
  }
  .single-post .p-point div:nth-child(2) {
    padding: 30px;
  }
  .single-post .p-kakoi {
    padding: 30px 30px;
  }
  .single-post .p-youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .single-post .p-youtube iframe {
    width: 100%;
    height: 100%;
  }
}
/* --------------------
 Utils
-------------------- */
/* ❌ UNUSED: .visible */
/*.visible {
    display: block;
}
.visible--xxs, .visible--xs, .visible--sm, .visible--md, .visible--lg {
    display: none;
}

@media (max-width: 640px) {
    .visible--xxs {
        display: block !important;
    }
}

@media (min-width: 641px) {
    .visible--xs {
        display: block !important;
    }
}*/
/* ❌ UNUSED: .visible-inline */
/*.visible-inline {
    display: inline;
}
.visible-inline--xxs, .visible-inline--xs, .visible-inline--sm, .visible-inline--md, .visible-inline--lg {
    display: none;
}

@media (max-width: 640px) {
    .visible-inline--xxs {
        display: inline !important;
    }
}

@media (min-width: 641px) {
    .visible-inline--xs {
        display: inline !important;
    }
}*/
/* ❌ UNUSED: .hidden */
/*.hidden {
    display: none;
}

@media (max-width: 640px) {
    .hidden--xxs {
        display: none !important;
    }
}

@media (min-width: 641px) {
    .hidden--xs {
        display: none !important;
    }
}*/
/* ❌ UNUSED: .row */
/*.row:after {
    clear: both;
    content: '';
    display: block;
}*/
/* ===== pagetop ===== */
.pagetop {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 60px;
  text-align: center;
  z-index: 10;
}

.pagetop a {
  display: block;
  color: #fff;
  font-size: 15px;
  height: 70px;
  width: 70px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 30px;
  }
  .pagetop a {
    height: 45px;
    width: 45px;
  }
}
.alert__title {
  color: #391a20;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 90px;
}

.alert__description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 0;
}

.alert__description a {
  color: #333332;
  color: rgb(51, 51, 50);
  text-decoration: underline;
  transition: color 0.3s linear;
}

.alert__description a:hover {
  color: #333332;
  color: rgba(51, 51, 50, 0.75);
}

.alert__list {
  margin: 0;
  padding: 0;
}

.alert__list__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0 0 5px 1em;
  padding: 0 0 0.5rem 1em;
  position: relative;
}

.alert__list__item:before {
  content: "・";
  font-size: inherit;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
}

.alert__list__item a {
  color: #333332;
  color: rgb(51, 51, 50);
  text-decoration: underline;
  transition: color 0.3s linear;
}

.alert__list__item a:hover {
  color: #333332;
  color: rgba(51, 51, 50, 0.75);
}

/* ❌ UNUSED: .pull-left */
/*.pull-left {
    float: left;
}*/
/* ❌ UNUSED: .pull-right */
/*.pull-right {
    float: right;
}*/
/* ❌ UNUSED: .lead-block */
/*.lead-block {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.11111;
    margin: 80px 0 120px;
    text-align: left;
}*/
/* ❌ UNUSED: .text-left */
/*.text-left {
    text-align: left;
}*/
/* ❌ UNUSED: .text-right */
/*.text-right {
    text-align: right;
}*/
/* ❌ UNUSED: .text-center */
/*.text-center {
    text-align: center;
}*/
/* ❌ UNUSED: .bold, .b, .thick */
/*.bold, .b, .thick {
    font-weight: 600;
}*/
/* ❌ UNUSED: .demibold */
/*.demibold {
    font-weight: 600;
}*/
/* ❌ UNUSED: .thin */
/*.thin {
    font-weight: 200;
}*/
/* ❌ UNUSED: .red */
/*.red {
    color: #b81c1c;
    color: rgba(184, 28, 28, 1);
}
a.red {
    color: #b81c1c;
    color: rgba(184, 28, 28, 1);
}
a.red:hover, a.red:focus {
    color: #b81c1c;
    color: rgba(184, 28, 28, 1);
}*/
/* --------------------
 Table
-------------------- */
/* ❌ UNUSED: .table */
/*.table {
    background-color: transparent;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    color: #2a2a2a;
    color: rgba(42, 42, 42, 1);
    font-family: '-apple-system', BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', WinYuGothic, Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
}
.table .hidden--xs, .table .hidden--xxs {
    display: table-cell;
}
.table caption {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    text-align: left;
}
.table th {
    padding-right: 40px;
    text-align: left;
    white-space: nowrap;
}
.table th, .table td {
    border: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-collapse: collapse;
    padding: 15px 0;
    vertical-align: top;
}*/
/* ❌ UNUSED: .table--about */
/*.table--about tr th:first-child, .table--about tr td:first-child {
    padding-right: 40px;
    padding-right: 4rem;
    white-space: nowrap;
}
.table--about tr th:last-of-type, .table--about tr td:last-of-type {
    font-weight: 600;
}*/
/* --------------------
 Layout
-------------------- */
.layout {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .layout {
    padding: 50px 0 0 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .layout {
    padding: 50px 0 0 0;
  }
}
/* ❌ UNUSED: .layout--about */
/*.layout--about {
    padding-bottom: 50px;
}*/
/* ❌ UNUSED: .container */
/*.container {
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}*/
/* ❌ UNUSED: .bar-title */
/*.bar-title{
    border-bottom: 2px solid var(--green);
    width: 40px;
    margin: 16px auto;
}*/
/* ❌ UNUSED: .bar-title-left */
/*.bar-title-left{
    border-bottom: 2px solid var(--green);
    width: 40px;
    margin: 16px 0;
}*/
.btn-red-l {
  display: inline-block;
  width: 290px;
  padding: 18px 60px 20px 40px;
  line-height: 24px;
  background: #fff;
  background-size: 8px;
  background-image: url(054294a15794ddbde556.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  border-radius: 50px;
  border: 2px solid var(--blue);
  color: var(--blue);
  text-align: center;
  transition: all 0.3s ease;
}
.btn-red-l span {
  font-size: 15px;
  font-weight: bold;
}
.btn-red-l span span {
  font-size: 10px;
}

.btn-red-l:hover {
  color: #fff;
  opacity: 1;
  background-image: url(f8be05d8791a9fc46b05.png);
  background-color: var(--pink);
  border-color: var(--pink);
}

@media screen and (max-width: 767px) {
  .btn-red-l {
    width: 100%;
  }
  .btn-red-l span {
    letter-spacing: 0.4px;
  }
  /* ❌ UNUSED: .btn-white-l */
  /*.btn-white-l{
      width: 100%;
  }*/
}
.bg-border img {
  display: block;
  width: 100%;
}

/* --------------------
 Form
-------------------- */
.form {
  color: #2a2a2a;
  color: rgb(42, 42, 42);
}

.form__group {
  margin: 0 0 20px;
}

.form__group:after {
  clear: both;
  content: "";
  display: block;
}

.form__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  padding-right: 30px;
  padding-top: 7px;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 641px) {
  .form__label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.form__control {
  -webkit-appearance: none;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: 1px solid #d2d1d0;
  border: 1px solid rgb(210, 209, 208);
  border-radius: 4px;
  box-shadow: none;
  display: block;
  font-size: 1.6rem;
  font-size: 16px;
  height: 34px;
  line-height: 1;
  margin: 0;
  padding: 6px 12px;
  transition: all ease-in-out 0.15s;
  width: 100%;
}

@media (min-width: 641px) {
  .form__control {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.form__control:focus {
  background-color: #ffffff;
  background-color: rgb(255, 255, 255);
  border-color: #d1ceb2;
  border-color: rgb(209, 206, 178);
  box-shadow: inset 0 1px 1px rgba(210, 209, 208, 0.75), 0 0 8px rgba(209, 206, 178, 0.6);
  outline: 0;
}

textarea.form__control {
  height: auto;
}

/* --------------------
 Navigation
-------------------- */
nav {
  width: 100%;
  box-shadow: 0 0 5px 1px #ededed;
}
nav .nav__area2 {
  display: flex;
  max-width: var(--site-width);
  margin: 0 auto;
  position: relative;
}

nav.fixed_nav {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
}

.nav__logo {
  margin: 0 0 0 100px;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 0 0 25px 25px;
  box-shadow: 0 0 4px 1px #ededed;
  padding: 9.4px 18px 15px 15px;
}
.nav__logo a {
  display: block;
}
.nav__logo a img {
  height: 87px;
}

.nav__menu_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 220px;
}
.nav__menu_left a {
  padding: 20px 0;
  color: var(--blue);
  font-weight: bold;
}

.nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 3px 0 3px 8%;
}

.nav__menu:after {
  clear: both;
  content: "";
  display: block;
}

.nav__menu__item {
  position: relative;
  display: table;
  height: 47px;
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
}
.nav__menu__item a {
  display: table-cell;
  vertical-align: middle;
  padding: 33px 0;
}
.nav__menu__item a span {
  display: block;
  line-height: 15px;
  padding: 0 22px;
}
.nav__menu__item a span img {
  vertical-align: middle;
  padding: 0 0 2px 4px;
  width: 16px;
}
.nav__menu__item a span img.img-hamburger {
  width: 25px;
}

.nav__menu__item:last-child a span {
  border-right: none;
}

/* 全画面ドロップダウン */
.nav__menu_drop {
  opacity: 0;
  transform: translateY(-10px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 40px 40px 80px 40px;
  margin: 0;
  list-style: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  pointer-events: none; /* 非表示時はクリックできない */
}

.nav__menu_drop_head {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px 0;
}
.nav__menu_drop_head .nav__menu_drop_logo {
  flex-basis: 20%;
}
.nav__menu_drop_head .nav__menu_drop_close {
  text-align: right;
  padding: 0 140px 60px 0;
}
.nav__menu_drop_head .nav__menu_drop_close img {
  vertical-align: middle;
  padding: 0 0 0 10px;
  width: 34px;
}

.nav__menu_drop_wrap {
  display: flex;
  width: var(--site-width-wrap);
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
}
.nav__menu_drop_wrap section {
  flex-basis: 25%;
}
.nav__menu_drop_wrap section p a {
  color: var(--blue);
  font-weight: bold;
}
.nav__menu_drop_wrap section ul li a {
  font-size: 14px;
  line-height: 32px;
  color: #333;
}

/* 全画面ドロップダウン内のアイテム */
.nav__menu_drop .dropdown_title {
  width: 120px;
  margin: 0 auto;
}

.nav__menu_drop .dropdown {
  margin: 0 auto;
}

/* 部分的ドロップダウン */
.nav__menu_drop_company {
  opacity: 0;
  transform: translateY(-10px);
  position: absolute;
  top: 86px;
  left: 0;
  width: 300px;
  background-color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1001;
  pointer-events: none; /* 非表示時はクリックできない */
}
.nav__menu_drop_company a {
  padding: 14px 40px;
  width: 100%;
  display: block;
  text-align: left;
}
.nav__menu_drop_company a img {
  vertical-align: middle;
  padding: 0 0 2px 10px;
  width: 18px;
}

/* フェードイン */
.nav__menu_drop.fade-in, .nav__menu_drop_company.fade-in {
  animation: dropdownFadeIn 0.5s forwards;
  pointer-events: auto;
}

/* フェードアウト */
.nav__menu_drop.fade-out, .nav__menu_drop_company.fade-out {
  animation: dropdownFadeOut 0.5s forwards;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dropdownFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 767px) {
  .nav__menu_drop {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto; /* メニュー内だけはスクロール可能にする */
    -webkit-overflow-scrolling: touch; /* iOS用スムーズスクロール */
    z-index: 9999;
  }
  .nav__menu_drop .nav__menu_drop_close {
    padding: 0 0 30px 0;
  }
  .nav__menu_drop .nav__menu_drop_wrap {
    display: block;
    width: 100%;
  }
  .nav__menu_drop .nav__menu_drop_wrap section:nth-child(1) {
    display: none;
  }
  .nav__menu_drop .nav__menu_drop_wrap section {
    padding: 0 0 40px 0;
  }
  .nav__menu_drop .nav__menu_drop_wrap section ul li {
    border-bottom: 1px solid #ccc;
  }
  .nav__menu_drop .nav__menu_drop_wrap section ul li a {
    display: block;
    padding: 10px;
    background-size: 8px;
    background-image: url(6ae144c9e992b5bbf9ec.png);
    background-repeat: no-repeat;
    background-position: right 22px center;
  }
  .nav__menu_drop .nav__menu_drop_wrap section p a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--blue);
    background-size: 8px;
    background-image: url(054294a15794ddbde556.png);
    background-repeat: no-repeat;
    background-position: right 22px center;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  nav .nav__area2 {
    padding: 8px;
  }
  .nav__menu {
    padding: 0;
  }
  .nav__menu__item {
    font-size: 12px;
  }
  .nav__menu__item a {
    padding: 5px;
  }
}
.sp-header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 9;
  box-shadow: 0 0 5px 1px #ededed;
}

.sp-header-wrap {
  display: flex;
  justify-content: space-around;
  line-height: 14px;
  align-items: center;
}

.sp-header-left {
  flex-basis: 74%;
  flex-basis: 64%;
}

.sp-header-logo .nav__logo {
  margin: 0;
  padding: 8px;
  border-radius: 0 0 12px 12px;
}
.sp-header-logo .nav__menu_left {
  padding: 0 0 0 70px;
}
.sp-header-logo a {
  display: block;
  color: var(--blue);
  font-weight: bold;
  font-size: clamp(14px, 2.5vw, 16px);
}
.sp-header-logo a img {
  width: 38px;
  vertical-align: middle;
  height: auto;
}

.sp-header-right {
  flex-basis: 20%;
  text-align: right;
}
.sp-header-right a {
  display: block;
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
  .nav__logo {
    margin: 0;
  }
}
.sp-header-right a span img {
  width: 20px;
}

.sp-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: var(--green);
  border-top: 2px solid var(--green);
}

.sp-footer-wrap {
  display: flex;
  justify-content: space-between;
}

.sp-footer-left {
  flex-basis: 40%;
  padding: 7px 0px 9px 10px;
}
.sp-footer-left img {
  width: 100%;
}

.sp-footer-right {
  flex-basis: 40%;
  padding: 7px 10px 9px 0px;
}

.menu-t {
  width: 100%;
  white-space: nowrap;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  color: var(--green);
  margin-top: 2px;
  letter-spacing: 0;
}

.menu-line {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--green);
  color: var(--green);
  transition: all 0.5s;
}

.menu-line:nth-child(1) {
  top: 0;
}

.menu-line:nth-child(2) {
  top: 10px;
  left: 0;
}

.menu-line:nth-child(3) {
  bottom: 0;
}

.MenuBtn.Style01 {
  bottom: 5px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9999;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid var(--green);
}

.MenuBtn.Style01 .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 24px;
  height: 20px;
  margin: 5px 0 0 0;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
  position: absolute;
  display: block;
  width: 100%;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
  transform: translateY(7px) rotate(-45deg);
  width: 100%;
  top: 2px;
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
  opacity: 0;
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
  transform: translateY(-10px) rotate(45deg);
  width: 100%;
  bottom: 0;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  transition: opacity 0.5s;
}

.nav-open .overlay {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

/* --------------------
 fixed
-------------------- */
.fixed_contact {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  width: 320px;
}

.fixed_contact_close {
  position: absolute;
  padding: 10px;
  top: -10px;
  left: -30px;
}

.fixed_contact a:hover {
  opacity: 1;
}

.fixed_contact_close:hover {
  opacity: 0.6;
}

/* ❌ UNUSED: .bnr_contact */
/*.bnr_contact{
    display: none;
}*/
/* --------------------
 footer - global
-------------------- */
.footer--info {
  background: #F5F8FF;
}

.footer--info-wrap {
  display: flex;
  justify-content: space-between;
  width: var(--site-width-wrap-min);
  margin: 0 auto;
  padding: 30px;
  font-size: 14px;
}

.footer--info-top-left {
  padding: 20px 0 0 0px;
}
.footer--info-top-left div a img {
  width: 280px;
}

.footer--info-address {
  padding: 20px 0;
  color: #fff;
}
.footer--info-address a {
  text-decoration: underline;
  color: #fff;
}

.footer--info-top-right {
  flex-basis: 60%;
  display: flex;
  justify-content: space-between;
}
.footer--info-top-right ul {
  flex-basis: 50%;
  padding-left: 30px;
  padding-right: 10px;
}
.footer--info-top-right ul li {
  list-style: none;
  padding: 0 0 3px;
}
.footer--info-top-right .footer--link-b {
  padding: 0 0 10px 0;
  font-weight: bold;
}
.footer--info-top-right .footer--link-b a {
  color: var(--blue);
}

.footer--copy {
  padding: 26px 0;
  background: var(--blue);
  font-size: 14px;
  color: #fff;
}
.footer--copy .c-wrap {
  display: flex;
  justify-content: space-between;
}
.footer--copy .c-wrap section a {
  font-size: 14px;
  color: #fff;
  padding: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .footer--info {
    /*padding: 0 5%;*/
  }
  .footer--info-wrap {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .footer--info-top {
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer--info-top-right {
    flex-direction: column;
  }
  .footer--info-top-right ul {
    margin: 0;
    padding: 0;
  }
  .footer--info-top-right ul li {
    padding: 20px 5%;
    padding: 0;
    border-top: 1px solid #ddd;
    background-size: 8px;
    background-image: url(6ae144c9e992b5bbf9ec.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
  }
  .footer--info-top-right ul li a {
    display: block;
    padding: 20px 5% 20px 8%;
  }
  .footer--info-top-right ul .footer--link-b {
    padding: 0;
  }
  .footer--info-top-right ul .footer--link-b a {
    padding: 20px 5% 20px 5%;
  }
  .footer--info-top-right ul.footer-accordion .footer--link-b {
    background-image: none;
    position: relative;
  }
  .footer--info-top-right ul.footer-accordion .footer--link-b::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    color: #585858;
  }
  .footer--info-top-right ul.footer-accordion.is-open .footer--link-b::after {
    content: "−";
  }
  .footer--info-top-left {
    padding: 50px 30px;
    text-align: center;
  }
  .footer--info-top-left span {
    margin: 0 0 20px 0;
  }
  .footer--info-dantai {
    flex-direction: column;
  }
  .footer--info-dantai div:first-child b {
    padding: 20px 0 10px 0;
    text-align: center;
    font-size: 22px;
  }
  .footer--info-dantai .footer--info-dantai-wrap {
    flex-direction: column;
    padding: 30px 0 0 0;
  }
  .footer--info-dantai .footer--info-dantai-wrap div {
    padding: 0 0 20px 0;
  }
  .footer--info-dantai .footer--info-dantai-wrap div img {
    width: 250px;
  }
  .footer--copy {
    padding: 20px 0 20px 0;
  }
  .footer--copy .c-wrap {
    flex-direction: column;
  }
  .footer--copy .c-wrap section:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  .footer--copy .c-wrap section:nth-child(1) a {
    padding: 0 0 20px 0;
  }
  .footer--copy .c-wrap section:nth-child(2) {
    font-size: 11px;
    text-align: center;
  }
  .footer--firm {
    padding: 30px 20px;
    font-size: 14px;
  }
  .footer--firm img {
    vertical-align: middle;
  }
}
/* --------------------
 page - arrow
-------------------- */
.pfooter--arrow-head {
  position: absolute;
  margin-top: -2px;
  background: var(--offwhite);
  height: 80px;
  width: 100%;
  z-index: 5;
  clip-path: polygon(100% 0, 0% 0%, 50% 100%);
}

/* --------------------
 Animation
-------------------- */
.animate {
  opacity: 0;
}

.animate.fadeIn {
  -ms-transform: translateX(0);
  -ms-transform: translateY(0);
  transform: translateX(0);
  transform: translateY(0);
}

.animate.fadeInUp {
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.animate.fadeInDown {
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.animate.fadeInToLeft {
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.animate.fadeInToRight {
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.animated {
  opacity: 1;
  -ms-transform: translateY(0);
  -ms-transform: translateX(0);
  transform: translateY(0);
  transform: translateX(0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.animated.delay {
  transition-delay: 1s;
}

/* --------------------
h1-5
-------------------- */
.h1-title-en-page {
  font-weight: bold;
  font-size: 38px;
}

.h1-title-page {
  line-height: 70px;
  font-size: 70px;
  letter-spacing: 3px;
}

.h1-title-desc-page {
  padding: 40px 0;
}

.h2-title {
  padding: 0 0 10px 0;
  font-size: min(48px, 4.5vw);
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 2px;
}
.h2-title .h2-title-small {
  display: block;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
.h2-title .h2-title-middle {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.h2-title .h2-title-middle-2 {
  display: block;
  font-size: 30px;
  line-height: 56px;
  font-weight: bold;
}

.h2-title-en span {
  display: inline-block;
  width: 50px;
}

.h2-desc {
  line-height: 28px;
  font-weight: bold;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
  .h2-title {
    font-size: var(--fs-h2);
    padding: 10px 0;
  }
  .h2-title .h2-title-small {
    font-size: 20px;
    letter-spacing: 0.9px;
  }
  .h2-desc {
    text-align: left;
  }
}
/*ベース*/
.page--head {
  padding: 10px 0 10px 0;
  width: 100%;
  position: relative;
  background: var(--green);
}
.page--head .page--head-breadcrumb {
  margin: 0 30px;
  padding: 10px 0px 10px 0px;
  text-align: left;
  color: #fff;
}
.page--head .page--head-breadcrumb span {
  font-size: 13px;
}
.page--head .page--head-breadcrumb span a {
  color: #fff;
  text-decoration: underline;
}
.page--head .page--head-wrap {
  margin: 0 auto;
  padding: 70px 30px 0px 30px;
  width: var(--site-width-wrap-min);
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .page--head .page--head-breadcrumb {
    margin: 0 20px;
    padding: 40px 0px 10px 0px;
  }
  .page--head .page--head-wrap {
    padding: 50px 20px 0px 20px;
  }
  .page--body-wrap {
    padding: 80px 20px;
  }
  .page--menu-wrap {
    flex-direction: column;
  }
  .page--menu-item {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page--head {
    padding: 40px 0 10px 0;
  }
  .page--head-breadcrumb {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .page--head-breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .page--head-breadcrumb-wrap {
    white-space: nowrap;
  }
  .h1-title-page {
    font-size: var(--fs-h1);
    line-height: var(--lh-h1);
    letter-spacing: 1px;
  }
  .h1-title-desc-page {
    text-align: left;
  }
  .h2-title-page {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }
  .h1-title-en-page {
    font-size: 26px;
  }
  .page--back-link {
    padding: 80px 5%;
  }
  .page--menu-item a {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
  }
  .page--wrap {
    padding: 60px 0;
  }
}
.c-wrap {
  margin: 0 auto;
  padding: 0 20px;
  width: var(--site-width-wrap-min);
}

.c-wrap-inner {
  margin: 0 auto;
  width: var(--content-width);
}

.c-wrap-700 {
  margin: 0 auto;
  width: var(--content-width-700);
}

.page-bread {
  padding: 40px 0;
  font-size: 13px;
}
.page-bread a {
  text-decoration: underline;
  color: var(--blue);
}

.toggle {
  display: none;
}

.Label { /*タイトル*/
  padding: 1em;
  display: block;
}

.Label::before { /*タイトル横の矢印*/
  font-size: 16px;
  font-weight: 200;
  box-sizing: border-box;
  content: url(9b06b08c4ba7e983ca82.png);
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  padding: 10px 10px;
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  margin: auto;
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content { /*本文*/
  height: 0;
  overflow: hidden;
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px 0;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  content: url(73275f038a0e44bee043.png);
}

@media screen and (max-width: 767px) {
  .page-bread {
    padding: 30px 0 20px 0;
  }
}
.top--faq {
  padding: 80px 0 80px 0;
}

.top--faq-items {
  width: var(--content-width);
  margin: 0 auto;
  padding: 60px 0;
}
.top--faq-items .top--faq-item {
  border-top: 1px solid #333;
}
.top--faq-items .top--faq-item .top--faq-q {
  display: flex;
  gap: 2%;
  padding: 20px 0;
}
.top--faq-items .top--faq-item .top--faq-q .top--faq-q-left {
  flex-basis: 11%;
  color: var(--blue);
  font-weight: bold;
}
.top--faq-items .top--faq-item .top--faq-q .top--faq-q-center {
  flex-basis: 16%;
}
.top--faq-items .top--faq-item .top--faq-q .top--faq-q-right {
  flex-basis: 64%;
}
.top--faq-items .top--faq-item .top--faq-a-txt div a {
  color: var(--blue);
  text-decoration: underline;
}
.top--faq-items .top--faq-item:last-child {
  border-bottom: 1px solid #333;
}
.top--faq-items .faq_flex {
  display: flex;
  gap: 10px;
  width: 100%;
}
.top--faq-items .faq_flex section:nth-child(1) {
  width: 32px;
}
.top--faq-items .faq_flex section:nth-child(2) {
  max-width: 90%;
}

.cat-name {
  font-weight: bold;
}

.cat-name-1 {
  color: var(--pink);
}

.cat-name-2 {
  color: var(--blue);
}

@media screen and (max-width: 767px) {
  .top--faq-items .faq_flex section:nth-child(2) {
    max-width: 75%;
  }
  .Label::before {
    top: 20px;
    bottom: auto;
  }
  .top--faq {
    padding: 80px 0 80px 0;
  }
  .top--faq-items .top--faq-item {
    padding: 20px 0;
  }
  .top--faq-items .top--faq-item .top--faq-q {
    gap: 3%;
    flex-wrap: wrap;
  }
  .top--faq-items .top--faq-item .top--faq-q .top--faq-q-left {
    flex-basis: 25%;
  }
  .top--faq-items .top--faq-item .top--faq-q .top--faq-q-center {
    flex-basis: 60%;
  }
  .top--faq-items .top--faq-item .top--faq-q .top--faq-q-right {
    flex-basis: 90%;
    padding: 10px 0 0 0;
  }
  .top--faq-items .top--faq-item .top--faq-q-txt {
    flex-basis: 83%;
    gap: 5px;
  }
  .top--faq-items .top--faq-item .top--faq-q-txt:after {
    left: -30px;
    top: 40px;
  }
  .top--faq-items .top--faq-item .top--faq-a-txt {
    flex-basis: 83%;
    gap: 10px;
    justify-content: space-between;
  }
  .top--faq-items .top--faq-item .top--faq-a-txt:after {
    right: -30px;
    top: 40px;
  }
  .top--faq-items .top--faq-item .Label::before {
    content: url(9b06b08c4ba7e983ca82.png);
  }
  .top--faq-items .top--faq-item .toggle:checked + .Label::before {
    content: url(73275f038a0e44bee043.png);
  }
  .top--faq-items .top--faq-item .top--faq-a {
    justify-content: space-between;
    gap: 3%;
  }
}
/* --------------------
page - top
-------------------- */
.top--mv {
  background-image: url(f27d50a56a49bf9209bc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: clamp(400px, 54vw, 780px);
}
.top--mv .top--mv-container {
  position: relative;
}
.top--mv .top--mv-container .top-image {
  width: 100%;
}
.top--mv .top--mv-container h1 {
  position: absolute;
  padding: clamp(130px, 18vw, 260px) 10% 0 0;
  width: 52%;
  max-width: 900px;
  text-align: center;
  right: 0;
}
.top--mv .top--mv-container h1 img {
  width: 100%;
}

.top--btm-link {
  text-align: center;
}

@media screen and (min-width: 1360px) {
  .top--mv .top--mv-container h1 {
    margin-right: calc((100vw - 1400px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top--mv {
    background-image: url(f73aaf46e6e1dc44de9d.png);
    height: clamp(300px, 94vw, 700px);
  }
  .top--mv .top--mv-container h1 {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 70vw 0 0 0;
    width: 70%;
  }
}
/* --------------------
 pages - common
-------------------- */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* --------------------
 page - contact
-------------------- */
.page--contact-desc {
  padding: 60px 0 0 0;
  width: var(--content-width-700);
  margin: 0 auto;
}
.page--contact-desc a {
  text-decoration: underline;
}

.page--contact-email {
  padding: 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page--contact-desc {
    padding: 60px 0px 0 0;
    text-align: left;
  }
  .page--contact-email {
    padding: 0 20px 0px 20px;
  }
}
/* --------------------
 page - contact
-------------------- */
.page--contact-menu-item {
  flex-basis: 50%;
  line-height: 30px;
}

.page--contact-menu-item a {
  color: var(--blue);
  font-weight: bold;
}

.page--contact-menu-item a div span {
  line-height: 22px;
  border-bottom: 1px solid var(--blue);
}

.page--contact-menu-item a div img {
  padding: 5px;
}

.page--contact-top-title {
  font-size: 28px;
  line-height: 44px;
  font-weight: bold;
  letter-spacing: 3px;
}

.page--contact-top-title span {
  font-size: 22px;
}

.page--contact-top-desc {
  text-align: left;
  padding: 20px 0 0 0;
}

.page--contact-top-desc a {
  color: var(--blue);
  text-decoration: underline;
}

.page--contact-text {
  margin: 30px 0 60px 0;
}

.page--contact-underbar {
  display: inline-block;
  margin: 10px 0 0 0;
  background: linear-gradient(transparent 60%, #fff6b2 0%);
}

.page--contact-underbar a {
  color: var(--blue);
  text-decoration: underline;
}

.page--contact-survey {
  margin: 40px 0;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  color: var(--blue);
  background: #D7F2E8;
}

.page--contact-privacy {
  text-align: left;
}

.page--contact-privacy div:nth-child(1) {
  padding: 20px 0;
  font-weight: bold;
}

.page--contact-privacy div:nth-child(2) {
  font-size: 13px;
  padding: 30px 50px 50px 50px;
  border: 1px solid #ddd;
  height: 200px;
  overflow-y: scroll;
}

.page--contact-privacy div:nth-child(2) span {
  color: var(--blue);
  padding: 20px 0 5px 0;
  display: inline-block;
}

.page--contact-form {
  text-align: left;
  margin: 60px auto;
}

.form-contact-item {
  display: flex;
  border-bottom: 1px solid var(--blue);
}

/* ❌ UNUSED: .nb */
/*.form-contact-item.nb{
    border: none;
}*/
.form-contact-item-left {
  flex-basis: 25%;
  padding: 30px 0;
  font-weight: bold;
}

.form-contact-item-left p {
  display: flex;
  justify-content: space-between;
}

.form-contact-item-left .req-1 {
  color: #fff;
  background: var(--blue);
  padding: 3px 6px;
  height: 26px;
  font-weight: normal;
  font-size: 11px;
}

.form-contact-item-left .req-2 {
  color: #fff;
  background: #6B7280;
  padding: 3px 6px;
  height: 26px;
  font-weight: normal;
  font-size: 11px;
}

.form-contact-item-right {
  flex-basis: 75%;
  padding: 30px 0 30px 30px;
}

.form-contact-item-right.type-gyousyu p .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.form-contact-item-right.type-gyousyu p .wpcf7-checkbox .wpcf7-list-item {
  flex-basis: 50%;
}

.wpcf7-checkbox .wpcf7-list-item {
  line-height: 33px;
}

.form-contact-date-title {
  display: inline-block;
  margin: 20px 0 10px 0;
  padding: 0 10px;
  border-left: 3px solid var(--blue);
}

.form-contact-bottom {
  background: var(--lightblue);
  padding: 40px 50px;
  line-height: var(--ltlh);
  margin: 20px 0;
  border-radius: 8px;
}

.form-contact-bottom a {
  color: blue;
  text-decoration: underline;
}

.form-contact-last-check {
  text-align: center;
  padding: 40px 0 0 0;
}

.form-contact-gyousyu-kaigo {
  margin: 0 0 15px 0;
  padding: 10px;
  text-align: center;
  background: var(--blue);
  color: #fff;
  font-weight: bold;
}

.form-contact-gyousyu-syougai {
  margin: 20px 0 15px 0;
  padding: 10px;
  text-align: center;
  background: var(--blue);
  color: #fff;
  font-weight: bold;
}

.wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}

::placeholder {
  color: #aaa;
}

input[type=text], input[type=email], input[type=tel] {
  border: none;
  padding: 20px;
  width: 100%;
  letter-spacing: 1px;
  font-size: 1em;
  border-radius: 5px 0 0 5px;
  background: #F3F4F6;
}

input[type=date] {
  width: 250px;
  border: none;
  padding: 15px;
  letter-spacing: 1px;
  font-size: 1em;
}

select {
  width: 250px;
  border: none;
  padding: 15px;
  letter-spacing: 1px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #F3F4F6;
}

textarea {
  border: none;
  padding: 15px;
  width: 100%;
  letter-spacing: 1px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #F3F4F6;
}

.custom-datepicker {
  width: 250px !important;
}

.form-contact-submit input[type=submit] {
  display: block;
  margin: 60px auto 0 auto;
  padding: 25px 25px;
  width: 520px;
  border: 1px solid var(--blue);
  background: #fff;
  background-size: 8px;
  color: var(--blue);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  background-image: url(054294a15794ddbde556.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  transition: all 0.3s ease;
}

.form-contact-submit input[type=submit]:hover {
  color: #fff;
  opacity: 1;
  background-image: url(f8be05d8791a9fc46b05.png);
  background-color: var(--pink);
  border-color: var(--pink);
}

.form-contact-note {
  display: block;
  padding: 15px 0 0 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .page--contact-menu-item a {
    display: flex;
  }
  .page--contact-menu-item a div span {
    border: none;
    padding: 0 10px 0 0;
  }
  .page--contact-menu-item a div:nth-child(2) {
    text-decoration: underline;
  }
  .page--contact-menu-item a div img {
    display: none;
  }
  .page--contact-call {
    padding: 0 0 10px 0;
    color: var(--red);
  }
  .page--contact-underbar {
    display: inline;
    background: linear-gradient(transparent 70%, #fff6b2 0%);
  }
  .page--contact-top-title {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 1px;
  }
  .page--contact-form {
    width: 100%;
  }
  .form-contact-item {
    flex-direction: column;
  }
  .form-contact-item-left {
    padding: 30px 0 5px 0;
  }
  .form-contact-item-right {
    padding: 10px 0 30px 0;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
  }
  .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
  }
  .form-contact-item-right.type-gyousyu p .wpcf7-checkbox {
    flex-direction: column;
  }
  input[type=date] {
    width: 100%;
  }
  select {
    width: 100%;
  }
  .custom-datepicker {
    width: 100% !important;
  }
  .wpcf7-select, .wpcf7-date {
    padding: 15px !important;
    box-sizing: border-box;
    background-color: #fff !important;
    color: #000;
  }
  .page--contact-privacy div:nth-child(2) {
    padding: 30px;
  }
  .form-contact-submit input[type=submit] {
    width: 100%;
    line-height: 1.5em;
    padding: 12px 25px;
    font-size: 15px;
  }
  .form-contact-bottom {
    padding: 30px;
    text-align: left;
  }
}
/* --------------------
 page - thanks
-------------------- */
.thanks-text {
  padding: 60px 20px 20px 20px;
  line-height: var(--ltlh);
  text-align: center;
}

.thanks-text div:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
}

.thanks-text div:nth-child(2) {
  padding: 50px 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--pink);
}

.thanks-text div:nth-child(4) {
  padding: 30px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 767px) {
  .thanks-text div:nth-child(3) {
    text-align: left;
  }
}
/* --------------------
 pagination
-------------------- */
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active {
  color: #333;
}

a.page-numbers, .pager .current {
  display: inline-block;
  margin: 10px 2px 0 2px;
  /* padding: 10px 16px; */
  background: #fff;
  color: var(--blue) !important;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.pager .current {
  background: var(--blue);
  color: #fff !important;
  border: 0;
}

/* --------------------
 single
-------------------- */
#toc_container {
  margin: 40px 0 !important;
  padding: 30px !important;
  width: 100% !important;
}

#toc_title {
  text-align: left !important;
}

#toc_container a {
  line-height: 26px;
}

.single--title {
  margin: 0 auto;
  padding: 100px 0px 0px 0px;
  width: var(--site-width-wrap-min);
}
.single--title .single--title-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.single--title .single--tag1 {
  background: var(--blue);
  padding: 4px 20px 6px;
  color: #fff;
  border-radius: 20px;
}
.single--title .single--tag1 span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  line-height: 12px;
  border-right: 1px solid #ddd;
}
.single--title .single--tag2 {
  background: #fff;
  padding: 4px 20px 6px;
  border-radius: 20px;
}
.single--title .single--tag2 span {
  font-size: 12px;
  color: #333;
}
.single--title .single--tag2 span.bar {
  padding: 0 3px 0 3px;
  color: #ccc;
}
.single--title .single--title-h1 {
  margin: 30px 0 20px 0;
  font-size: 40px;
  line-height: 58px;
  color: #fff;
  font-weight: normal;
}
.single--title .single--title-date {
  font-size: 12px;
  padding: 10px 0 0 0;
  color: #fff;
}

.single--wrapper {
  background: var(--offwhite);
}

.single--main {
  position: relative;
  margin: -90px auto 0 auto;
  max-width: var(--site-width-wrap);
  background: #fff;
  padding: 100px 120px;
}

/* ❌ UNUSED: .custom */
/*.single--main.custom{
    padding-top: 0px;
}*/
.single--main-author {
  position: relative;
  align-items: center;
  margin: 60px 0 80px 0;
  padding: 40px;
  background: var(--blue);
}
.single--main-author .single--main-author-head {
  position: absolute;
  top: -13px;
  left: 16%;
  transform: translateX(-50%);
  background: var(--blue);
  color: #fff;
  padding: 3px 24px;
  border-radius: 30px;
}
.single--main-author .single--main-author-head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--blue) transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}
.single--main-author .single--main-author-face {
  display: flex;
}
.single--main-author .single--main-author-face .single--main-author-img {
  border-radius: 100px;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.single--main-author .single--main-author-face .single--main-author-name {
  flex-basis: 80%;
  padding: 0px 0 0 30px;
}
.single--main-author .single--main-author-face .single--main-author-name div:nth-child(1) {
  font-weight: bold;
  color: var(--blue);
}
.single--main-author .single--main-author-face .single--main-author-name div:nth-child(1) span {
  font-size: 24px;
}
.single--main-author .single--main-author-face .single--main-author-name div:nth-child(2) {
  font-weight: bold;
  padding: 3px 0 2px 0;
}
.single--main-author .single--main-author-text {
  flex-basis: 80%;
  padding: 20px 0 0 0;
  text-align: right;
}
.single--main-author .single--main-author-text div:nth-child(1) {
  font-size: 13px;
}
.single--main-author .single--main-author-text div:nth-child(2) {
  padding: 14px 0 0 0;
}
.single--main-author .single--main-author-text div:nth-child(2) img {
  vertical-align: middle;
  padding: 0 6px 3px 0;
  width: 30px;
}
.single--main-thumb img {
  width: 100%;
  height: auto;
}

.single--main-content {
  padding: 20px 0 120px 0;
}

.single--main-sns {
  display: flex;
  gap: 10px;
}

.single--recent-entry {
  background: var(--offwhite);
}

.single--recent-entry-wrap {
  max-width: var(--site-width-wrap);
  margin: 0 auto;
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .single--title {
    padding: 40px 20px 0px 20px;
  }
  .single--title .single--title-top {
    font-size: 20px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .single--title .single--title-top div img {
    width: 65px;
  }
  .single--title .single--title-h1 {
    font-size: 24px;
    line-height: 1.6em;
  }
  .single--title .single--tag1 {
    display: inline-block;
  }
  .single--title .single--tag2 {
    display: inline-block;
    margin: 10px 0 0 0;
  }
  .single--main {
    margin: 0px auto 0 auto;
    padding: 60px 20px;
  }
  /* ❌ UNUSED: .custom */
  /*.single--main.custom{
      padding-top: 40px;
  }*/
  .single--main-thumb {
    margin: 0px 0 0 0;
  }
  .single--main-top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .single--main-top-date {
    padding: 0 0 5px 0;
  }
  /* ❌ UNUSED: .singel--main-title */
  /*.singel--main-title h1{
      font-size: var(--fs-h1);
      line-height: var(--lh-h1);
  }*/
  .single--main-copy {
    font-size: 16px;
  }
  .single--main-content {
    padding: 20px 0 40px 0;
  }
  .single--main-sns {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .single--main-company-top {
    flex-direction: column;
  }
  .single--main-company-body div span {
    padding: 10px;
  }
  .single--main-company-body div span:nth-child(1) {
    flex-basis: 30%;
  }
  .single--main-company-body div span:nth-child(2) {
    flex-basis: 70%;
  }
  .single--main-company-logo {
    margin: 0 auto;
  }
  .single--main-author {
    flex-direction: column-reverse;
    gap: 30px;
    margin: 80px 0 60px 0;
    padding: 40px 30px;
    letter-spacing: 1px;
  }
  .single--main-author .single--main-author-head {
    text-align: center;
    width: 75%;
    left: 50%;
  }
  .single--main-author .single--main-author-face {
    flex-direction: column;
  }
  .single--main-author .single--main-author-face .single--main-author-img {
    margin: 10px auto;
  }
  .single--main-author .single--main-author-face .single--main-author-name {
    padding: 0 0 20px 0;
  }
  .single--main-author .single--main-author-text {
    padding: 0;
    text-align: center;
    /* ❌ UNUSED: .btn-red-l-2 */
    /*.btn-red-l-2{
        width: 100%;
    }*/
  }
  .single--main-author .single--main-author-text div:nth-child(2) a {
    font-size: 13px;
  }
  .single--main-author-img {
    width: 50%;
  }
  .single--recent-entry {
    margin: 0px 0 0 0;
    padding: 20px 0px 20px 0px;
  }
  .single--recent-entry-wrap {
    padding: 20px 20px;
    /* ❌ UNUSED: .achievement-items-recent */
    /*.achievement-items-recent{
        flex-direction: column;
    }*/
  }
  .single--recent-entry-title {
    font-size: 26px;
    letter-spacing: 1px;
  }
}
/* --------------------
 404
-------------------- */
.layout-404 {
  text-align: center;
  padding: 100px 0;
  background: #eee;
}

.layout-404 h1 {
  padding: 0 0 20px 0;
}

/* top */
.top--company {
  position: relative;
}
.top--company .bg-img-01 {
  position: absolute;
  top: -55px;
  right: 12%;
}
.top--company .top--company-body div:nth-child(1) {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  color: var(--pink);
  padding: 30px 0 50px 0;
}
.top--company .top--company-body div:nth-child(2) {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .top--company {
    position: relative;
  }
  .top--company .bg-img-01 {
    right: 3%;
    top: -35px;
    width: 30%;
  }
  .top--company .top--company-body div:nth-child(1) {
    font-size: clamp(24px, 3.5vw, 26px);
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    color: var(--pink);
    padding: 30px 0 50px 0;
  }
}
.top--service {
  background: url(4f329c9e702ca39695c8.png) no-repeat;
  background-size: cover;
}
.top--service .top--service-body section:nth-child(1) {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.top--service .top--service-body section:nth-child(2) {
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 0 0 60px 0;
}
.top--service .top--service-body section:nth-child(2) .top--service-item {
  flex-basis: 50%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
.top--service .top--service-body section:nth-child(2) .top--service-item div:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 20px 0;
}
.top--service .top--service-body section:nth-child(2) .top--service-item div:nth-child(1) a {
  color: var(--pink);
}
.top--service .top--service-body section:nth-child(2) .top--service-item div:nth-child(1) img {
  width: 40px;
  padding: 0 0 4px 10px;
  vertical-align: middle;
}
.top--service .top--service-body section:nth-child(2) .top--service-item div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top--service .top--service-body section:nth-child(2) .top--service-item div:nth-child(2) p:nth-child(1) {
  flex-basis: 40%;
  text-align: center;
}
.top--service .top--service-body section:nth-child(2) .top--service-item div:nth-child(2) p:nth-child(1) img {
  width: 140px;
}
.top--service .top--service-body section:nth-child(2) .top--service-item div:nth-child(2) p:nth-child(2) {
  flex-basis: 55%;
  line-height: 1.6em;
  letter-spacing: 1px;
}

.top--recruit {
  background: url(ef568552ef1d76cf3139.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F5F8FF;
}
.top--recruit .top--recruit-body div:nth-child(1) {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 30px 0 50px 0;
}
.top--recruit .top--recruit-body div:nth-child(2) {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 0 40px 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top--service .top--service-body section:nth-child(2) {
    flex-direction: column;
  }
  .top--service .top--service-body section:nth-child(2) .top--service-item {
    padding: 30px;
  }
  .top--service .top--service-body section:nth-child(2) .top--service-item div:nth-child(1) a {
    font-size: clamp(19px, 5vw, 22px);
  }
  .top--service .top--service-body section:nth-child(2) .top--service-item div:nth-child(2) {
    flex-direction: column;
    gap: 30px;
  }
  .top--recruit .top--recruit-body div:nth-child(1) {
    font-size: 30px;
    letter-spacing: 0px;
  }
}
.top--h2-title {
  color: var(--blue);
}
.top--h2-title div {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.top--h2-title h2 {
  font-size: 44px;
  line-height: 52px;
  padding: 0 0 20px 0;
}

.page-title-h1 {
  color: var(--blue);
}
.page-title-h1 div {
  font-weight: bold;
  font-size: 20px;
  font-family: helvetica;
  letter-spacing: 0.6px;
  line-height: 1.2;
}
.page-title-h1 h1 {
  font-size: 38px;
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .top--h2-title div {
    font-size: 20px;
  }
  .top--h2-title h2 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .page-title-h1 h1 {
    font-size: clamp(26px, 8.5vw, 30px);
    letter-spacing: 1px;
  }
}
.page-bg-1 {
  background-image: url(0e71358b51628826bec9.png), url(bd7f8a35d796836f6663.png);
  background-position: top -50px left 130px, top 180px right 70px;
  background-repeat: no-repeat;
}

.page-bg-2 {
  background-image: url(0e71358b51628826bec9.png), url(bd7f8a35d796836f6663.png);
  background-position: top -50px left 130px, bottom 100px right 70px;
  background-repeat: no-repeat;
}

.bg-overlay {
  margin-top: -330px;
  padding-top: 350px;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .page-bg-1 {
    background-position: top -100px left -50px, top 250px right -90px;
  }
  .page-bg-2 {
    background-position: top -100px left -50px, bottom 100px right -90px;
  }
}
@media screen and (max-width: 767px) {
  .page-bg-1 {
    background-position: top -100px left -150px, top 250px right -60px;
  }
  .page-bg-2 {
    background-position: top -100px left -150px, bottom 100px right -90px;
  }
  .bg-overlay {
    margin-top: -130px;
    padding-top: 150px;
  }
}
.mv-company {
  background-image: url(ec4077af897d23c3c48c.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: clamp(200px, 40vw, 700px);
}

.page-company .page-company-h2 {
  padding: 60px 0;
  text-align: center;
}
.page-company .page-company-h2 div {
  padding: 30px 0 30px 0;
  width: var(--content-width-700);
  margin: 0 auto;
}
.page-company .page-company-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.page-company .page-company-items section {
  flex-basis: 45%;
}
.page-company .page-company-items section p:nth-child(2) {
  padding: 10px 0 0 0;
  font-weight: bold;
  color: var(--blue);
  font-size: 24px;
}
.page-company .page-company-items section p:nth-child(2) img {
  vertical-align: middle;
  width: 40px;
  padding: 0 0 3px 10px;
}

.page-company-links .c-wrap h3 {
  font-size: 26px;
  color: var(--pink);
  text-align: center;
}
.page-company-links .c-wrap .page-company-links-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px;
}
.page-company-links .c-wrap .page-company-links-body section a {
  display: inline-block;
  width: 280px;
  padding: 22px 60px 24px 40px;
  font-weight: bold;
  line-height: 24px;
  color: var(--blue);
  background-size: 30px;
  background-color: var(--paleblue);
  background-image: url(5c5f03ba4ee1060610b8.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  border-radius: 15px;
}
.page-company-links .c-wrap .page-company-links-body section:nth-child(6) {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .page-company .page-company-items {
    flex-direction: column;
  }
  .page-company-links .c-wrap .page-company-links-body {
    flex-direction: column;
    gap: 16px;
    padding: 40px 0;
  }
  .page-company-links .c-wrap .page-company-links-body section a {
    width: 100%;
  }
}
.page-message .page-message-body {
  position: relative;
}
.page-message .page-message-body .bg-img-01 {
  position: absolute;
  bottom: -50px;
  left: 100px;
}
.page-message .page-message-body .bg-img-02 {
  position: absolute;
  top: -100px;
  right: 100px;
}
.page-message .page-message-body .page-message-text {
  margin: 0 auto;
  width: var(--content-width);
}

@media screen and (max-width: 767px) {
  .page-message .page-message-body .bg-img-01 {
    width: 40%;
    left: -10%;
  }
  .page-message .page-message-body .bg-img-02 {
    width: 30%;
    top: -70px;
    right: 3%;
  }
}
.page-philosophy {
  position: relative;
}
.page-philosophy .bg-img-01 {
  position: absolute;
  bottom: -50px;
  right: 100px;
}
.page-philosophy .bg-img-02 {
  position: absolute;
  top: -100px;
  right: 100px;
}
.page-philosophy .bg-img-03 {
  position: absolute;
  top: 65px;
  right: 250px;
}

.page-philosophy-body .page-philosophy-body-bg {
  background-image: url(247047298330a08ab01a.png);
  background-position: calc(50% - 450px) 0px;
  background-repeat: no-repeat;
  padding-top: 30px;
  margin-top: -30px;
}
.page-philosophy-body .c-wrap div {
  text-align: center;
}

.page-profile-gaiyou ul {
  width: var(--content-width-700);
  margin: 0 auto;
  padding: 40px 0;
}
.page-profile-gaiyou ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
.page-profile-gaiyou ul li div:nth-child(1) {
  flex-basis: 20%;
  font-size: 18px;
  font-weight: bold;
  color: var(--blue);
}
.page-profile-gaiyou ul li div:nth-child(2) {
  flex-basis: 80%;
}

@media screen and (max-width: 767px) {
  .page-philosophy-body .page-philosophy-body-bg {
    background-position: top 0px left -80px;
  }
  .page-philosophy-body .c-wrap div {
    text-align: left;
  }
  .page-profile-gaiyou ul li div:nth-child(1) {
    font-size: 14px;
  }
  .page-profile-gaiyou ul li div:nth-child(2) {
    font-size: 14px;
  }
  .page-profile-num .c-wrap div.t-a-center h3 {
    padding: 0 0 20px 0;
  }
  .page-profile-num .c-wrap div.t-a-center div {
    padding: 0 0 40px 0;
  }
}
.page-history .page-history-body {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 20px;
}
.page-history .page-history-body .p-history__box {
  display: grid;
  grid-template-columns: 10% 1.7% 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4%;
  position: relative;
}
.page-history .page-history-body .p-history__box::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
  position: absolute;
  top: 0;
  left: 14.75%;
}
.page-history .page-history-body .p-history__box:last-child::before {
  height: 2rem;
}
.page-history .page-history-body .p-history__year {
  margin: -4px 0 0 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: auto;
  font-feature-settings: auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  color: #155aa8;
  display: block;
  min-width: 4.0625rem;
}
.page-history .page-history-body .p-history__circle {
  display: block;
  width: 100%;
  height: 1.8125rem;
  background: url(dfac4aee0c5a94bd5f14.png) no-repeat center center/contain;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.page-history .page-history-body .p-history__list {
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
  margin: -17px 0 37px 0;
}
.page-history .page-history-body .p-history__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  padding: 10px 0;
}
.page-history .page-history-body .p-history__item .p-history__month {
  width: 50px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-history .page-history-body .p-history__box {
    grid-template-columns: 16% 3% 1fr;
    gap: 7.5%;
  }
  .page-history .page-history-body .p-history__box::before {
    left: 24.9%;
  }
  .page-history .page-history-body .p-history__item {
    display: block;
    gap: 0;
  }
  .page-history .page-history-body .p-history__list {
    font-size: 14px;
    margin: -15px 0 35px 0;
  }
}
.page-access .page-access-body {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 20px;
}
.page-access .page-access-body section {
  padding: 0 0 50px 0;
}
.page-access .page-access-body section div:nth-child(1) {
  padding: 0 0 10px 0;
}
.page-access .page-access-body section div:nth-child(1) h2 {
  font-size: 22px;
  font-weight: bold;
}
.page-access .page-access-body section div:nth-child(3) {
  padding: 20px 0 0 0;
}
.page-access .page-access-kobe-title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.page-access .page-access-kobe-title span {
  font-size: 0.8em;
  padding: 0 0 2px 0;
}

@media screen and (max-width: 767px) {
  .page-access .page-access-kobe-title {
    flex-wrap: wrap;
  }
  .page-access .page-access-body section div:nth-child(3) iframe {
    height: 400px;
  }
}
.page-environment-body {
  background: var(--lightblue);
}
.page-environment-body div section {
  padding: 30px 0 0 0;
}
.page-environment-body div section h3 {
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}

.mv-service {
  background-image: url(350a4fa2fa8190459c59.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* ウィンドウ幅に応じて高さを可変にする（最小200px〜最大400px） */
  height: clamp(200px, 40vw, 700px);
}

.page-service-h2 {
  padding: 60px 0;
  text-align: center;
}
.page-service-h2 h2 {
  font-size: 32px;
  line-height: 46px;
  color: var(--pink);
}
.page-service-h2 div {
  padding: 30px 0 30px 0;
  width: var(--content-width-700);
  margin: 0 auto;
}

.page-service-items section {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 0 50px 0;
}
.page-service-items section div:nth-child(1) {
  flex-basis: 36%;
}
.page-service-items section div:nth-child(2) {
  flex-basis: 64%;
}
.page-service-items section div:nth-child(2) p:nth-child(1) {
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
}
.page-service-items section div:nth-child(2) p:nth-child(1) a {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
}

@media screen and (max-width: 767px) {
  .page-service-h2 h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .page-service-h2 div {
    text-align: left;
  }
  .page-service-items section {
    flex-direction: column;
    gap: 20px;
  }
  .page-service-items section div:nth-child(2) p:nth-child(1) a img {
    vertical-align: middle;
    width: 40px;
    padding: 0 0 3px 10px;
  }
}
h2.h2-center {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: var(--blue);
}

.bg-baloon {
  background-image: url(0e71358b51628826bec9.png), url(247047298330a08ab01a.png);
  background-position: calc(50% + 450px) 50px, calc(50% - 500px) 640px;
  background-repeat: no-repeat;
}

.bg-baloon2 {
  background-image: url(0e71358b51628826bec9.png);
  background-position: calc(50% + 450px) 50px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .bg-baloon {
    background-position: top 50px right -130px, top 480px left -30px;
    background-size: 300px, 200px;
  }
  .bg-baloon2 {
    background-position: top 50px right -130px;
    background-size: 300px, 200px;
  }
}
@media screen and (max-width: 767px) {
  h2.h2-center {
    font-size: clamp(16px, 6.5vw, 24px);
    font-weight: bold;
    text-align: center;
    color: var(--blue);
  }
  .bg-baloon {
    background-position: top 50px right -130px, top 240px left -40px;
    background-size: 300px, 200px;
  }
  .bg-baloon2 {
    background-position: top 50px right -130px;
    background-size: 300px;
  }
}
.page-development-top {
  padding: 60px 0;
  text-align: center;
}
.page-development-top div:nth-child(2) {
  padding: 60px 0 60px 0;
}

.page-development-tsuyomi div section {
  padding: 30px 0;
}
.page-development-tsuyomi div section h3 {
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}

.page-development-layer {
  padding: 60px 0;
  text-align: center;
}
.page-development-layer .page-development-layer-img {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .page-development-top {
    text-align: left;
    padding: 30px 0 30px;
  }
  .page-development-top div:nth-child(2) {
    padding: 30px 0 30px 0;
  }
  .page-development-layer {
    text-align: left;
  }
}
.mv-recruit {
  background-image: url(acd22c23d3efbb26aaf2.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: clamp(400px, 54vw, 700px);
}
.mv-recruit .mv-recruit-text {
  position: absolute;
  padding: clamp(130px, 18vw, 260px) 3% 0 0;
  width: 60%;
  max-width: 1000px;
  text-align: center;
  right: 0;
  bottom: 8%;
}

.page-recruit-bg {
  background-image: url(0e71358b51628826bec9.png), url(3c90c468aba221e9c1c0.png), url(652f2f72b314bc4e3f10.png);
  background-position: calc(50% + 450px) 50px, calc(50% - 500px) 640px;
  background-repeat: no-repeat;
}

.page-recruit-menu {
  position: fixed;
  top: 100px;
  right: 30px;
  z-index: 100;
}
.page-recruit-menu ul {
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  flex-wrap: wrap;
  font-size: 14px;
  width: 500px;
  border: 1px solid #eee;
}
.page-recruit-menu ul li {
  list-style: none;
  flex-basis: 25%;
}
.page-recruit-menu ul li a {
  display: block;
  padding: 0 0 0 10px;
  color: var(--blue);
  font-weight: bold;
}
.page-recruit-menu ul li a.is-active {
  color: var(--pink);
}

.page-recruit .page-recruit-body {
  width: var(--content-width-700);
  margin: 0 auto;
}
.page-recruit h3 {
  margin: 10px 0 30px 0;
  font-size: 24px;
  color: var(--blue);
}
.page-recruit h3.page-recruit-border {
  border-bottom: 1px solid #ccc;
}
.page-recruit h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--pink);
}
.page-recruit .page-recruit-growth .page-recruit-growth-item {
  display: flex;
  gap: 40px;
  padding: 0 0 60px 0;
}
.page-recruit .page-recruit-growth .page-recruit-growth-item section:nth-child(1) {
  flex-basis: 54%;
}
.page-recruit .page-recruit-growth .page-recruit-growth-item section:nth-child(1) h4 {
  padding: 0 0 10px 0;
}
.page-recruit .page-recruit-growth .page-recruit-growth-item section:nth-child(2) {
  flex-basis: 46%;
}
.page-recruit .page-recruit-kenshu .page-recruit-shinsotsu {
  background: var(--lightblue);
  padding: 40px 30px;
  border-radius: 15px;
}
.page-recruit .page-recruit-kenshu .page-recruit-shinsotsu .page-recruit-shinsotsu-wrap {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.page-recruit .page-recruit-kenshu .page-recruit-shinsotsu .page-recruit-shinsotsu-wrap .page-recruit-shinsotsu-left {
  flex-basis: 15%;
}
.page-recruit .page-recruit-kenshu .page-recruit-shinsotsu .page-recruit-shinsotsu-wrap .page-recruit-shinsotsu-right {
  flex-basis: 84%;
}
.page-recruit .page-recruit-kenshu .page-recruit-shinsotsu .page-recruit-shinsotsu-wrap .page-recruit-shinsotsu-right section {
  padding: 0 0 30px 0;
}
.page-recruit .page-recruit-kenshu .page-recruit-shinsotsu .page-recruit-shinsotsu-wrap .page-recruit-shinsotsu-right section div:nth-child(1) {
  font-weight: bold;
}
.page-recruit .page-recruit-kenshu .page-recruit-shinsotsu .page-recruit-shinsotsu-wrap .page-recruit-shinsotsu-right section div:nth-child(2) {
  font-weight: bold;
  color: var(--blue);
  padding: 0 0 10px 0;
}
.page-recruit .page-recruit-kenshu .page-recruit-syagai {
  background: var(--paleblue);
  padding: 30px;
  border-radius: 15px;
}
.page-recruit .page-recruit-kenshu .page-recruit-syanai {
  background: var(--neolightblue);
  padding: 30px;
  border-radius: 15px;
}
.page-recruit .page-recruit-style img {
  width: 539px;
}
.page-recruit .page-recruit-rishyoku img {
  width: 462px;
}

@media screen and (min-width: 1360px) {
  .mv-recruit .mv-recruit-text {
    margin-right: calc((100vw - 1400px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .mv-recruit {
    background-image: url(ba9933c3e143972643dc.png);
  }
  .mv-recruit .mv-recruit-text {
    width: 90%;
  }
  .page-recruit-bg {
    background-position: top 50px right -130px, top 470px left -70px, top 650px left 40px;
  }
  .page-recruit h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .page-recruit .page-recruit-kenshu .page-recruit-shinsotsu {
    padding: 40px 20px;
  }
  .page-recruit .page-recruit-kenshu .page-recruit-shinsotsu .page-recruit-shinsotsu-wrap {
    gap: 8px;
  }
  .page-recruit .page-recruit-growth .page-recruit-growth-item {
    flex-direction: column;
  }
  .page-recruit .page-recruit-style img {
    width: 80%;
  }
  .page-recruit .page-recruit-rishyoku img {
    width: 80%;
  }
}
.page-privacy div b, .page-security div b {
  font-size: 20px;
}
.page-privacy h2, .page-security h2 {
  padding: 0 0 60px 0;
  font-size: 26px;
  text-align: center;
}

.page-sitemap .page-sitemap-body {
  display: flex;
  justify-content: space-around;
}
.page-sitemap .page-sitemap-body section {
  flex-basis: 30%;
}
.page-sitemap .page-sitemap-body section div {
  margin: 0 0 20px 0;
  border-bottom: 1px solid var(--blue);
}
.page-sitemap .page-sitemap-body section div a {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
}
.page-sitemap .page-sitemap-body section ul li {
  padding: 0 0 10px 0;
}
.page-sitemap .page-sitemap-body section ul li img {
  width: 29px;
  padding: 0 10px 0 10px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .page-sitemap .page-sitemap-body {
    flex-direction: column;
  }
}
.page-news .archive-cats-items {
  display: flex;
  justify-content: flex-end;
}
.page-news .archive-cats-items div {
  padding: 0 0 0 30px;
}
.page-news .archive-cats-items div a {
  padding: 0 0 3px 0;
}
.page-news .archive-cats-items div .is-active {
  color: var(--blue);
  font-weight: bold;
  border-bottom: 2px solid var(--blue);
}
.page-news .archive-achievements {
  padding: 60px 0 0 0;
}
.page-news .archive-achievements .archive-achievement {
  padding: 30px 0;
  border-bottom: 1px solid #666;
}
.page-news .archive-achievements .archive-achievement .archive-achievement-cat {
  font-size: 14px;
  font-weight: bold;
}
.page-news .archive-achievements .archive-achievement .archive-achievement-wrap .archive-achievement-title {
  padding: 0 0 10px 0;
}
.page-news .archive-achievements .archive-achievement .archive-achievement-wrap div a {
  color: var(--blue);
  text-decoration: underline;
}
.page-news .archive-pagination {
  padding: 60px 0 80px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-news .archive-cats-items {
    flex-direction: column;
    margin: 60px 0 0 0;
    padding: 20px;
    background: var(--lightblue);
    line-height: 1.5em;
    border-radius: 10px;
  }
  .page-news .archive-cats-items div {
    padding: 5px 0 10px 10px;
  }
}
/* アニメーション前の状態 */
.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.js-fade2 {
  opacity: 0;
  transform: translateX(-50px); /* 左側に配置 */
  transition: opacity 1.2s ease-out, transform 1.2s ease-out; /* 少し長めにすると「さーっ」と感が出ます */
}

/* 画面内に入った時に付与するクラス */
.js-fade.is-visible,
.js-fade2.is-visible {
  opacity: 1;
  transform: translate(0, 0); /* XもYも0に戻す */
}
