@charset "UTF-8";
/* 三愛友好交流協同組合 フォーマット-文字基本サイズ 16px */

/* @group web-font */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* @end */

/* @group CSS変数を定義 */

:root {
  --main: #1E4D9D;
  --main-rgb: 30, 77, 157;
  --main-on: #194685;
  --sub: #F7F4E2;
  --normal: #413C3C;
  --orn: #F5B83C;
  --orn-on: #ECB342;
  --intern: #FCD475;
  --specific: #C2DCE3;
  --internship: #BDD7A4;
  --support: #D4AFD0;
  --red: #EC3F06;
  --gothic: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3",  'メイリオ','Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --en: "Roboto", sans-serif;
  --fw-normal: 400;
  --fw-mid: 500;
  --fw-bold: 700;
  --fz-pc: 16px;
  --fz-sp: 15px;
  --inner: 1200px;

  --form-box-bg: #f2f2f2;
  --form-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1) inset;
}

/* @end */

/* @group reset css */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  letter-spacing: inherit;
}

body {
  letter-spacing: 0;
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* @end */

/* @group symbol-icon */

@font-face {
  font-family: 'font-library';
  src: url('../fonts/font-library.ttf?iftez1') format('truetype'), url('../fonts/font-library.woff?iftez1') format('woff'), url('../fonts/font-library.svg?iftez1#font-library') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ai {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font-library' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 7px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ai-out {
  display: inline-block;
  width: 0.785em;
  position: relative;
}

.ai-out::after {
  aspect-ratio: 1 / 1;
  background-color: currentColor;
  mask-image: url("../images/icon_out.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  transition: .4s;
}

.ai-out2 {
  position: relative;
}

.ai-out2::after {
  aspect-ratio: 17 / 13;
  background-color: currentColor;
  mask-image: url("../images/icon_out2.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  content: "";
  display: inline-block;
  width: 1.06em;
  transition: .4s;
}

.ai-list {
  position: relative;
}

.ai-list::after {
  aspect-ratio: 1 / 1;
  background-color: currentColor;
  mask-image: url("../images/icon_list.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  content: "";
  display: inline-block;
  width: 0.75em;
  transition: .4s;
}

.ai-pdf::after {
  background: #fff;
  color: #CD1C02;
  content: "\e901";
  font-size: 0.875em;
}

.ai-word::after {
  background: #fff;
  color: #4063BA;
  content: "\e902";
  font-size: 0.875em;
}

.ai-excel::after {
  background: #fff;
  color: #629B4A;
  content: "\e903";
  font-size: 0.875em;
}

.ai-mail {
  display: inline-block;
  width: 0.9375em;
  position: relative;
}

.ai-mail::after {
  aspect-ratio: 5 / 4;
  background-color: currentColor;
  mask-image: url("../images/icon_mail.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
}

i.arrow {
  line-height: 1;
  position: relative;
}

i.arrow span {
  aspect-ratio: 1 / 1;
  margin: auto;
  width: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

i.arrow span::before,
i.arrow span::after {
  aspect-ratio: 5 / 3;
  background-color: currentColor;
  mask-image: url("../images/icon_arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  content: "";
  margin: auto;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .3s cubic-bezier(.4,.4,0,1);
}

i.arrow span::after {
  transition-timing-function: cubic-bezier(0.15, 0.75, 0.8 , 1.2);
  transform: translateX(-50px);
}

a:hover i.arrow span::before {
  transform: translateX(50px);
}

a:hover i.arrow span::after {
  transform: translateX(0);
}

/* @end */

/* @group 初期設定 */

html {
  overflow: auto;
  color: var(--normal);
}

body {
  background-color: var(--sub);
  color: var(--normal);
  font-family: var(--gothic);
  font-size: var(--fz-pc);
  font-weight: var(--fw-mid);
  line-height: 1.875;
  min-height: 100vh;
  min-width: calc(var(--inner) + 100px);
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

ul ol, ol ul {
  font-size: 100% !important;
}

ul, ol, li ul, li ol {
  list-style: none;
}

sup {
  vertical-align: top;
  font-size: 0.77em;
}

h2 sup {
  font-size: .5em !important;
  display: inline-block;
  padding-top: 5px;
}

sub {
  vertical-align: baseline;
  font-size: 0.77em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

a {
  text-decoration: underline;
  color: var(--normal);
  transition: all .4s;
}

a:visited {
  color: var(--normal);
}

a:hover {
  text-decoration-color: transparent;
}

a[href^="tel:"] {
  text-decoration: underline;
  cursor: default;
}

button {
  margin: 0;
  padding: 0;
}

a img, button, input[type="submit"] {
  transition: all .4s;
}

figure {
  margin-bottom: 1.5em;
}

figure img {
  vertical-align: middle;
}

figcaption {
  font-size: 93%;
  line-height: 1.5;
  margin: .5em 0 2em;
  position: relative;
}

strong {
  font-weight: bold;
  color: var(--main);
}

address {
  font-style: normal;
  line-height: 1.85;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

/* @end */

/* @group header */

#header-area {
  padding: 20px 20px 0;
  width: 100%;
  position: sticky;
  top: 0;
  transform: translateY(0);
  transition: .6s;
  z-index: 80;
}

#header {
  background-color: #FFF;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 87px;
  width: 100%;
  padding: 0 clamp(25px, 2.4vw, 40px);
  position: relative;
}

#header-area.scroll.-down {
  transform: translateY(-200px);
  opacity: 0;
}

#header::before {
  background-color: #EDEADF;
  border-radius: 20px;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(10px);
  mix-blend-mode: multiply;
  opacity: .8;
}

.header-logo {
  flex-shrink: 0;
  line-height: 1;
  width: 200px;
}

.header-logo a {
  display: block;
  width: 100%;
}

#toggle-nav {
  display: none;
}

.gnav-wrap {
  height: 100%;
  width: 100%;
}

/* @end of header */

/* @group gnav */

.gnav {
  height: 100%;
  width: 100%;
}

/* 1階層目 */

#header .gnav-lv1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

#header .gnav-lv1 > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  height: 100%;
  margin-right: clamp(1.2em, 1.8vw, 2em);
}

@media screen and (max-width: 1330px) {

  #header .gnav-lv1 > li {
    margin-right: clamp(1.2em, 1.4vw, 2em);
  }

}

#header .gnav-lv1 > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
}

#header .gnav-lv1 > li > a::after {
  background-color: var(--main);
  content: "";
  height: 1.5px;
  width: 100%;
  position: absolute;
  top: calc(50% + 1.5em);
  left: 0;
  transition: transform .4s ease;
  transform: scaleX(0);
  transform-origin: right;
}

#header .gnav-lv1 > li.current > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

#header .gnav-lv1 > li.gnav-recruit a {
  color: #FFF;
  height: 40px;
  padding: 0 20px;
  width: clamp(130px, 10.27vw, 150px);
  z-index: 0;
}

#header .gnav-lv1 > li.gnav-recruit a::before {
  background-color: var(--main);
  border-radius: 20px;
  content: "";
  height: 100%;
  width: 100%;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {

  .gnav-lv1 a .arrow {
    display: none;
  }

  #header .gnav-lv1 > li.gnav-recruit a:hover::before {
    background-color: var(--main-on);
  }

  #header .gnav-lv1 > li.gnav-recruit a::after {
    display: none;
  }

  #header .gnav-lv1 > li.gnav-recruit .nav-text {
    display: flex;
    justify-content: space-between;
  }

  #header .gnav-lv1 > li.gnav-recruit .nav-text span {
    justify-content: flex-start;
  }

  #header .gnav-lv1 > li.gnav-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: .4em;
    margin: 0;
    padding-bottom: 5px;
  }

  #header .gnav-contact .tel {
    color: var(--main);
    font-weight: var(--fw-bold);
    white-space: nowrap;
  }

  #header .gnav-contact .tel span {
    font-size: 24px;
  }

  #header .gnav-contact .time {
    color: #808080;
  }

  [class*="gnav-lv"] .nav-text {
    display: inline-block;
    height: 1.3em;
    overflow: hidden;
  }

  [class*="gnav-lv"] .nav-text > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
    white-space: nowrap;
    transition: .4s;
  }

  [class*="gnav-lv"] .nav-text > span::after {
    content: attr(data-text);
  }

  [class*="gnav-lv"] a:hover .nav-text > span {
    transform: translateY(-1.3em);
  }

}

/* 2階層目 */

@media screen and (min-width: 769px) {

  #header .gnav-lv2 {
    padding-top: 20px;
    width: fit-content;
    position: absolute;
    top: 80px;
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    transform: translateY(30px);
  }

  #header .gnav-lv2.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  #header .gnav-lv2-inner {
    background-color: #FFF;
    border-radius: 20px;
    padding: 30px;
    position: relative;
  }

  #header .gnav-lv2-inner::before {
    background-color: #EDEADF;
    border-radius: 20px;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(10px);
    mix-blend-mode: multiply;
    opacity: .8;
  }

}

#header .gnav-lv2 p {
  margin-bottom: 1em;
}

#header .gnav-lv2 ul {
  display: flex;
  flex-direction: column;
  row-gap: 1em
}

#header .gnav-lv2 a {
  text-decoration-color: transparent;
}

#header .gnav-lv2 a:hover {
  color: var(--main);
}

#header .gnav-lv2 .nav-text > span::after {
  display: none;
}

#header .gnav-lv2 a:hover .nav-text > span {
  transform: none;
}

/* @end of gnav */

/* @group h1-area */

#h1-area {
  width: 100%;
  position: sticky;
  top: 107px;
  z-index: -1;
}

#h1-area h1 {
  color: var(--main);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 46px;
  line-height: 1.5;
  margin: 0 auto;
  min-height: 256px;
  padding: .5em 0 60px;
  max-width: var(--inner);
}

#h1-area h1 .js-splittext span {
  opacity: 0;
  transition: .6s;
  transition-delay: calc(var(--delay) * 0.06s);
}

#h1-area h1 .js-splittext.is-show span {
  opacity: 1;
}

/* @end of h1-area */

/* @group content-area */

#content-area {
  width: 100%;
  position: relative;
}

#content-area::before {
  background-color: rgba(255, 255, 255, 1);
  border-radius: clamp(40px, 6.66vw, 100px) clamp(40px, 6.66vw, 100px) 0 0;
  content: "";
  height: calc(100% + 100px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* @group breadcrumb */

#breadcrumb {
  display: flex;
  align-items: flex-start;
  height: 100px;
  padding-top: 28px;
}

#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
}

#breadcrumb li + li {
  color: #969191;
  padding-left: 1.5em;
  position: relative;
}

#breadcrumb li + li::before {
  content: ">";
  height: 1.4em;
  width: 1em;
  position: absolute;
  top: -2px;
  left: .5em;
}

#breadcrumb ul a {
  color: #2D2323;
}

#breadcrumb ul a:hover {
  color: var(--main);
  text-decoration-color: transparent;
}

/* @end of breadcrumb */

/* @group main-content */

#main-content {
  padding-top: 60px;
  padding-bottom: 120px;
  width: 100%;
  position: relative;
}

/* @group local-nav */

@media screen and (min-width: 769px) {

.contents-2col:has(.local-nav) {
  display: flex;
  justify-content: space-between;
}

  .local-nav {
    width: 180px;
  }

  .local-nav li a {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    padding: .3em 0;
    text-decoration-color: transparent;
  }

  .localnav-lv1,
  .local-nav > .localnav-lv2 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 60px;
    position: sticky;
    top: 160px;
  }

  .localnav-lv1 > li > a {
    color: var(--main);
    font-weight: var(--fw-bold);
  }

  .localnav-lv2 {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 12px;
  }

  .localnav-lv2 li a {
    color: #808080;
    position: relative;
    transition: .4s;
  }

  .localnav-lv2 li a::before {
    background-color: #f5cd6a;
    border-radius: 100%;
    content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    top: calc((1.85em - 5px) / 2);
    left: 0;
    opacity: 0;
    transition: .4s;
  }

  .localnav-lv2 li a.current {
    color: #413c3c;
    padding-left: 15px;
  }

  .localnav-lv2 li a.current::before {
    opacity: 1;
  }

  .local-nav li a .arrow {
    display: none;
  }

  .local-nav + .contents {
    width: 930px;
  }

}

.contents-2col:not(:has(#LINK-04)) .localnav-lv2 li:has(a[href="#LINK-04"]) {
  display: none;
}

/* @end of local-nav */

section, .section {
  margin-bottom: 160px;
  position: relative;
}

.outer {
  padding-left: 50px;
  padding-right: 50px;
}

.outer-pc {
  padding-left: 50px;
  padding-right: 50px;
}

.outer-sp {
  padding-left: inherit;
  padding-right: inherit;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--inner);
}

.contents .inner-bg {
  padding: 170px 0 90px;
  position: relative;
}

.contents .inner-bg::before {
  background-color: var(--sub);
  border-radius: 80px 0 0 0;
  content: "";
  height: 100%;
  width: calc(100vw - 50px);
  min-width: calc(var(--inner) + 80px);
  position: absolute;
  top: 0;
  right: calc((100vw - var(--inner)) / -2);
  z-index: -1;
}

@media screen and (max-width: 1300px) {
  .contents .inner-bg::before {
    right: -50px;
  }
}

p {
  margin-bottom: 2em;
}

.img-dummy {
  position: relative;
}

.img-dummy::after {
  background-color: #ff00ff;
  content: "ダミー";
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  padding: .25em .8em;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
}

#main-content > *:last-child,
.contents > *:last-child,
#main-content section > *:last-child,
#main-content .section > *:last-child,
.inner-bg > *:last-child {
  margin-bottom: 0;
}

/* @group heading */

.heading-h2 {
  color: var(--main);
  display: flex;
  flex-direction: column;
  font-size: 30px;
  letter-spacing: .04em;
  line-height: 1.6;
  margin-bottom: 1.2em;
}

.heading-h3 {
  color: var(--main);
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: .8em;
  padding-top: 20px;
  position: relative;
}

.heading-h3::before {
  background-color: #fff;
  background-image: radial-gradient(circle, var(--orn) 2px, transparent 2px);
  background-position: 0 0;
  background-size: 8px 8px;
  content: "";
  height: 8px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

*:not(.heading-h2) + .heading-h3 {
  margin-top: 70px;
}

.heading-h4 {
  color: var(--main);
  font-size: 20px;
  letter-spacing: .04em;
  margin-bottom: .6em;
}

*:not(.heading-h2):not(.heading-h3) + .heading-h4 {
  margin-top: 50px;
}

/* @end */

/* @group lead */

.lead {
  color: var(--main);
  font-size: 30px;
  font-weight: var(--fw-bold);
  line-height: 1.66;
  text-align: center;
}

.lead-s {
  color: var(--main);
  font-size: 20px;
  font-weight: var(--fw-bold);
  line-height: 1.76;
}

/* @end */

/* @group pattern */

.caption {
  line-height: 1.5 !important;
  font-size: .9em;
}

figure + .caption {
  margin-top: -.7em;
}

[class*="pattern"] figure {
  margin-bottom: 1.2em;
  text-align: center;
}

[class*="pattern1-"],
[class*="pattern2-"],
[class*="pattern3-"],
[class*="pattern4-"] {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 2em;
}

[class*="pattern1-1-"] {
  gap: 40px;
}

[class*="pattern1-"].reverse,
[class*="pattern2-"].reverse,
[class*="pattern3-"].reverse,
[class*="pattern4-"].reverse {
  flex-direction: row-reverse;
}

/* pattern1-1 */

.pattern1-1 [class*="col"] {
  flex-shrink: 0;
  width: calc((100% - 60px) / 2);
}

/* pattern1-2(2-1) */

.pattern1-2 [class*="col"]:nth-child(2n+1) {
  flex-shrink: 0;
  width: calc((100% - 60px) / 3);
}

.pattern1-2 [class*="col"]:nth-child(2n) {
  flex-shrink: 0;
  width: calc(((100% - 60px) / 3) * 2);
}

/* pattern2-3(3-2) */

.pattern2-3 [class*="col"]:nth-child(2n+1) {
  flex-shrink: 0;
  width: calc(((100% - 60px) / 5) * 2);
}

.pattern2-3 [class*="col"]:nth-child(2n) {
  flex-shrink: 0;
  width: calc(((100% - 60px) / 5) * 3);
}

/* pattern1-3(3-1) */

.pattern1-3 [class*="col"]:nth-child(2n+1) {
  flex-shrink: 0;
  width: calc((100% - 60px) / 4);
}

.pattern1-3 [class*="col"]:nth-child(2n) {
  flex-shrink: 0;
  width: calc(((100% - 60px) / 4) * 3);
}

/* pattern1-1-1 */

.pattern1-1-1 .col {
  flex-shrink: 0;
  width: calc((100% - (40px * 2)) / 3);
}

/* patterm1-1-1-1 */

.pattern1-1-1-1 .col {
  flex-shrink: 0;
  width: calc((100% - (40px * 3)) / 4);
}

[class*="pattern"] .col .head-s {
  font-size: 18px;
  font-weight: var(--fw-mid);
  line-height: 1.66;
}

/* 子要素の余白調整 */

#main-content [class*="pattern"] [class*="col"]:last-of-type,
#main-content [class*="pattern"] [class*="col"] > :last-child {
  margin-bottom: 0;
}

/* @end */

/* @group caution */

.caution {
  font-size: 14px;
  line-height: 1.9;
}

ul.caution {
  display: flex;
  flex-direction: column;
  grid-row: 10px;
}

.caution-box {
  background-color: var(--sub);
  border-radius: 20px;
  padding: 1.4em 1.8em 2em;
  margin-top: 1.3em;
}

.caution-box * {
  color: var(--main);
  font-weight: var(--fw-normal);
}

.caution-box .head {
  font-weight: var(--fw-bold);
  margin-bottom: .2em;
}

.caution-box > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group ul */

ul.list {
  display: flex;
  flex-direction: column;
  row-gap: .6em;
  margin-bottom: 2em;
}

ul.list.icon {
  row-gap: .35em;
}

ul.list > li {
  color: var(--main);
}

li ul.list {
  row-gap: 0;
}

ul.list ul > li,
ol ul.list > li,
ul.list.icon > li {
  padding-left: 16px;
  position: relative;
}

ul.list ul > li::after,
ol ul.list > li::after,
ul.list.icon > li::after {
  background-color: var(--orn);
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  top: calc(1.875em / 2);
  left: 3px;
  border-radius: 100%;
}

ul.list > li > div,
li ul.list li {
  color: var(--normal);
  font-weight: var(--fw-mid);
}

ul li > *:last-child,
ul li > div > *:last-child {
  margin-bottom: 0;
}

.list.col-3 {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 10px;
}

.list.col-3 li {
	width: calc((100% / 3) - 10px);
}

/* @end */

/* @group ol */

ol {
  counter-reset: li;
  display: flex;
  flex-direction: column;
  row-gap: .6em;
  margin: 0 0 2em 0;
}

ol > li {
  color: var(--main);
  list-style: none;
  padding-left: 1em;
  position: relative;
}

ol > li::before {
  color: var(--main);
  content: counter(li, decimal) ". ";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
}

li ol {
  row-gap: 0;
}

li ol > li::before {
  color: currentColor;
  left: 2px;
}

ol > li > div,
li ol li {
  color: var(--normal);
  font-weight: var(--fw-mid);
}

ol li > *:last-child,
ol li > div > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group dl */

dl {
  margin-bottom: 2em;
}

dl dt {
  color: var(--main);
  font-weight: var(--fw-bold);
  margin: 0 0 .5em;
  position: relative;
}

dl dd + dt {
  margin-top: 1em;
}

dl dd {}

dl dd > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group link */

p.link, span.link, ul.link-list li {
  line-height: 1.6;
  position: relative;
}

span.link, .center-position .link {
  display: inline-block;
}

.link a, ul.link-list li a {
  text-decoration: underline;
  color: var(--main);
  transition: all .4s;
}

.link a:hover, ul.link-list li a:hover {
  text-decoration-color: transparent;
}

a.t-link {
  color: var(--main);
}

a.link-url {
  width: 100%;
  word-wrap: break-word;
}

.link a .arrow, ul.link-list li a .arrow {
  margin-left: 5px;
}

.link a .arrow span, ul.link-list li a .arrow span {
  height: 1em;
}

/* @end */

/* @group link-list */

ul.link-list li {
  list-style: none;
  margin-bottom: 1.3em;
}

ul.link-list ul {
  margin: 1em 0 0;
}

ul.link-list li:last-child, ul.link-list li > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group link-btn */

.link-btn {
  background-color: var(--orn);
  border-radius: 9999px;
  display: inline-block;
  overflow: hidden;
}

.link-btn a,
a .link-btn span {
  color: var(--main);
  display: flex;
  align-items: center;
  line-height: 1.7;
  min-height: 65px;
  min-width: 320px;
  padding: 15px 60px 15PX 30PX;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

.link-btn a::before,
a .link-btn span::before {
  background-color: var(--orn-on);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: .4s;
}

.link-btn a:hover::before,
a:hover .link-btn span::before {
  opacity: 1;
}

.link-btn .arrow {
  position: absolute;
  right: 40px;
}

.link-btn .ai {
  position: absolute;
  right: 30px;
}

.link-btn.btn-main {
  background-color: var(--main);
}

.link-btn.btn-main a {
  color: #FFF;
}

.link-btn.btn-main a::before {
  background-color: var(--main-on);
}

.link-btn.btn-white {
  background-color: #FFF;
  border: 1px solid var(--main);
}

.link-btn.btn-white a::before {
  background-color: var(--main);
}

.link-btn.btn-white a:hover {
  color: #FFF;
}

.link-btn.btn-white a:hover .ai-list::after {
  background-color: #FFF;
}

/* @end */

/* @group link-anchor */

.link-anchor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
  position: relative;
  z-index: 0;
}

/* @end of link-anchor */

/* @group table */

:root {
  --outline-space: 34px;
}

table td > *:last-child {
  margin-bottom: 0 !important;
}

table td > p {
  margin-bottom: .8em;
}

table.tbl-outline {
  line-height: 1.7;
  margin-bottom: 2em;
  width: 100%;
}

.tbl-outline th, .tbl-outline td {
  background-color: #FFF;
  border-color: #E6E6DC;
  border-style: solid;
  border-width: 0 0 1px;
  padding-top: var(--outline-space);
  padding-bottom: var(--outline-space);
}

.tbl-outline tr:first-child th, .tbl-outline tr:first-child td {
  border-top-width: 1px;
}

.tbl-outline th {
  font-weight: var(--fw-mid);
  padding-right: var(--outline-space);
  text-align: left;
}

.tbl-history {
  padding-left: 40px;
  position: relative;
}

.tbl-history::before {
  background-color: var(--main);
  content: "";
  height: calc(100% - (var(--outline-space) + .5em));
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 5px;
}

.tbl-history table {
  width: 100%;
}

.tbl-history table tr {
  background-color: #FFF;
  border-color: #E6E6DC;
  border-style: solid;
  border-width: 0 0 1px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin-top: 30px;
}

.tbl-history table th, .tbl-history table td {
  display: block;
  vertical-align: middle;
}

.tbl-history table th {
  font-weight: var(--fw-bold);
  text-align: left;
  position: relative;
}

.tbl-history table th::after {
  background-color: var(--main);
  border-radius: 100%;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: calc((100% - 10px) / 2);
  left: -39px;
}

.tbl-history table td {
  padding-bottom: 30px;
}

.scroll-box {
  margin-bottom: 1.5em;
}

.scroll-box table {
  margin-bottom: 15px;
}

.scroll-box.scroll-hint table {
  white-space: nowrap;
}

/* @group テーブルスクロール用 */

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* @end of scroll-hint */

/* @end of table */

/* @group .info-list */

.info-list li {
  border-color: #E7E7DD;
  border-style: solid;
  border-width: 0 0 1px;
  position: relative;
}

.info-list li.is-hide {
  visibility: hidden;
  opacity: 0;
  transform: scale(0, 1);
}

.info-list li.is-show {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: .4s;
}

.info-list li a {
  background-color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
}

.info-list li a, .info-list li.no-link {
  padding: 20px 100px 20px 0;
}

.info-list .date-cate {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.date-cate .date {
  color: #999;
  font-size: 14px;
  margin-right: 20px;
}

.info-list .date-cate .cate {
  background-color: var(--main);
  border-radius: 9999px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: var(--fw-normal);
  line-height: 1;
  min-height: 32px;
  min-width: 140px;
  padding: .5em 30px;
  position: relative;
}

.date-cate .cate::after {
  background-color: #FFF;
  border-radius: 100%;
  content: "";
  aspect-ratio: 1 / 1;
  width: 4px;
  height: 4px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
}

.info-list .title {
  display: block;
  line-height: 2;
  width: 100%;
}

.info-list li .arrow {
  background-color: #F3F1E6;
  aspect-ratio: 32 / 17;
  border-radius: 17px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .4s;
}

.info-list li a:has(.ai-out) .arrow {
  display: none;
}

@media screen and (min-width: 769px) {

  .info-list li .ai-out {
    background-color: #F3F1E6;
    aspect-ratio: 32 / 17;
    border-radius: 17px;
    width: 64px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .4s;
  }

  .info-list li .ai-out::after {
    mask-size: 0.785em auto;
    width: 100%;
  }

}

.info-list li a:hover .ai-out,
.info-list li a:hover .arrow {
  background-color: var(--main);
}

.info-list li a:hover .ai-out::after,
.info-list li a:hover .arrow span::before,
.info-list li a:hover .arrow span::after {
  background-color: #FFF;
}

/* @end */

/* @group index-pattern */

[class*="index-pattern"] .img-dummy::after {
  top: 0;
  bottom: auto;
  left: 25px;
}

.index-pattern {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.index-pattern .col {
  width: calc((100% - (60px * 2)) / 3);
}

.index-pattern a {
  display: block;
  text-decoration: none;
}

.index-pattern figure {
  aspect-ratio: 30 / 19;
  border-radius: 50px;
  overflow: hidden;
}

.index-pattern a figure img {
  transition: .4s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.index-pattern a:hover figure img {
  transform: scale(1.1);
}

.index-pattern .date-cate {
  margin-bottom: 10px;
}

.index-pattern .date-cate .date {
  color: currentColor;
  font-size: 14px;
  line-height: 1;
}

.date-cate .blog-cate {
  font-size: 14px;
  line-height: 1;
  padding-left: 1em;
  position: relative;
  display: inline-block;
}

.date-cate .blog-cate {
  margin-right: 12px;
}

.date-cate .blog-cate:last-of-type {
  margin-right: 0px;
}

.date-cate .blog-cate::before {
  background-color: var(--main);
  content: "";
  aspect-ratio: 1 / 1;
  width: 6px;
  height: 6px;
margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
}

.index-pattern .col p {
  color: var(--main);
  line-height: 2;
  margin-bottom: 0;
}

.index-pattern .col .head {
  font-weight: var(--fw-bold);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index-pattern .col p:not(.head) {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 4em;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
}

/* @end */

/* @group index-pattern-faq */

.index-faq {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.index-faq .col {
  background-color: #FFE178;
  border-radius: 20px;
  position: relative;
}

.index-faq .col::before {
  content: "Q";
  color: var(--main);
  font-family: var(--en);
  font-size: 30px;
  font-weight: var(--fw-bold);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 1em;
  position: absolute;
  top: 0;
  left: 20px;
}

.index-faq .col a {
  display: block;
  padding: 30px 128px 30px 68px;
  text-decoration-color: transparent;
}

.index-faq .col p {
  line-height: 1.75;
  margin-bottom: 0;
}

.index-faq .col .arrow {
  background-color: #F3F1E6;
  aspect-ratio: 29 / 18;
  border-radius: 18px;
  height: 36px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transition: .4s;
}

.index-faq .col a:hover .arrow {
  background-color: var(--main);
}

.index-faq .col a:hover .arrow span::before,
.index-faq .col a:hover .arrow span::after {
  background-color: #FFF;
}

/* @end */

/* @group faq詳細ページ */

.faq-area {
}

.faq-area .q-area {
	font-size: 20px;
	font-weight: var(--fw-bold);
	color: var(--main);
	position: relative;
	padding: 50px 0 100px;
}

.faq-area .q-area::before {
	position: absolute;
	content: "Q";
	font-size: 30px;
	font-family: var(--en);
	top: 0;
	left: 0;
}

.faq-area .q-area::after {
	position: absolute;
	content: "A";
	font-size: 30px;
	font-family: var(--en);
	bottom: 0;
	left: 0;
}

/* @end */

/* @group form */

.form-area div.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
}

.form-area div.cell1, .form-area div.cell2 {
  line-height: 1.5;
}

.form-area div.cell1 {
  display: flex;
  column-gap: 1.5em;
  padding: .2em 0 0;
  width: 22.5%;
  position: relative;
}

.form-area div.cell1:has(+ .cell2 input[type="text"]),
.form-area div.cell1:has(+ .cell2 select) {
  padding: 1.1em 0 0;
}

.form-area div.cell2 {
  width: 69.16%;
  position: relative;
}

.form-area div.cell1 .required {
  background-color: var(--main);
  border-radius: 9999px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375em;
  line-height: 1;
  height: 26px;
  width: 60px;
}

.form-area div.cell2 p {
  margin-bottom: 0;
}

.form-area .caution {
  font-size: 15px;
  margin-top: .5em;
}

.form-area .caution::first-letter {
  color: var(--red);
}

.form-area input, .form-area select, .form-area textarea {
  font-family: var(--gothic);
  font-size: var(--fz-pc);
}

.form-area input[type="text"], .form-area input[type="email"], .form-area input[type="tel"] {
  -webkit-appearance: none;
  background-color: var(--form-box-bg);
  border-radius: 20px;
  border: none;
  box-shadow: var(--form-box-shadow);
  height: 60px;
  padding: 0 1.5em;
  width: 100%;
}

.form-area input::placeholder {
  color: #999;
}

.form-area input.text-s {
  width: 230px;
}

.form-area input.text-s {
  width: 230px;
}

.form-area textarea {
  -webkit-appearance: none;
  background-color: var(--form-box-bg);
  border: none;
  border-radius: 30px;
  box-shadow: var(--form-box-shadow);
  line-height: 1.8;
  height: auto;
  min-height: 180px;
  padding: 1em 1.5em;
  resize: vertical;
  width: 100%;
  margin: 0;
}

.form-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--form-box-bg);
  background-image: url(../images/icon_select.svg);
  background-position: right 3.5% center;
  background-repeat: no-repeat;
  background-size: auto 75%;
  border: none;
  border-radius: 20px;
  box-shadow: var(--form-box-shadow);
  color: var(--normal);
  height: 60px;
  min-width: 420px;
  max-width: 95%;
  padding: 0 60px 0 1.5em;
}

.form-area select::-ms-expand {
  display: none;
}

.form-area ul.form-checkbox, .form-area ul.form-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 1em;
  row-gap: 2em;
}

.form-area ul.form-checkbox li, .form-area ul.form-list li {
  min-width: calc((100% - (1em * 3)) / 4);
}

.form-area input[type="radio"], .form-area input[type="checkbox"] {
  display: inline-block;
  margin-right: .5em;
}

.form-area input[type="radio"] ~ label, .form-area input[type="checkbox"] + label, .form-area input[type="checkbox"] ~ [class*="label"] {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 1px) {
  /* 〜IE8は適用外*/

  .form-area input[type="radio"], .form-area input[type="checkbox"] {
    display: none;
    margin: 0;
  }

  .form-area input[type="radio"] ~ label, .form-area input[type="checkbox"] + label, .form-area input[type="checkbox"] ~ [class*="label"] {
    padding: 0 0 0 calc(25px + 1.2em);
  }

  .form-area input[type="radio"] ~ label::before, .form-area input[type="checkbox"] + label::before, .form-area input[type="checkbox"] ~ [class*="label"]::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .form-area input[type="radio"] ~ label::before {
    aspect-ratio: 1 / 1;
    background-color: var(--form-box-bg);
    border: none;
    box-shadow: var(--form-box-shadow);
    border-radius: 100%;
    width: 25px;
    top: calc((1.4em - 25px) / 2);
    bottom: auto;
  }

  .form-area input[type="checkbox"] + label::before, .form-area input[type="checkbox"] ~ [class*="label"]::before {
    aspect-ratio: 1 / 1;
    background-color: var(--form-box-bg);
    border: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1) inset;
    width: 25px;
  }

  .form-area input[type="checkbox"]:checked + label::before, .form-area input[type="checkbox"]:checked ~ [class*="label"]::before {
    background-color: var(--main);
    box-shadow: none;
  }

  .form-area input[type="radio"] ~ label::after, .form-area input[type="checkbox"]:checked + label::after, .form-area input[type="checkbox"]:checked ~ [class*="label"]::after {
    content: "";
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
  }

  .form-area input[type="radio"] ~ label::after {
    aspect-ratio: 1 / 1;
    background-color: transparent;
    border-radius: 100%;
    width: 13px;
	min-width: 0;
    top: calc((1.4em - 13px) / 2);
    bottom: 0;
    left: 6px;
  }

  .form-area input[type="radio"]:checked ~ label::after {
    background-color: var(--main);
  }

  .form-area input[type="checkbox"]:checked + label::after, .form-area input[type="checkbox"]:checked ~ [class*="label"]::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 7px;
    width: 12px;
    margin-top: -8px;
    top: calc(50% + 3px);
    left: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.form-area.error input, .form-area.error textarea, .form-area.error select, .form-area input.inputError, .form-area textarea.inputError, .form-area select.inputError {
  border: 2px solid var(--red);
}

.form-area div.error-msg {
  background-image: url('../images/icon_error.svg');
  background-position: left .35em;
  background-repeat: no-repeat;
  background-size: 0.875em auto;
  color: var(--red);
  font-weight: var(--fw-mid);
  line-height: 1.5;
  padding-left: 1.2em;
  position: absolute;
  top: -1.8em;
}

.form-area div.error-msg ~ input,
.form-area div.error-msg ~ textarea,
.form-area div.error-msg ~ select,
.form-area div.error-msg ~ .form-checkbox input:not(:checked) ~ label::before,
.form-area div.error-msg ~ .form-list input:not(:checked) ~ label::before {
  border: 1px solid var(--red);
}

.form-btn-area {
  display: flex;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
  margin-top: 100px;
}

.form-area .form-btn {
  overflow: hidden;
  position: relative;
}

.form-btn button {
  background-color: var(--orn);
  border: none;
  border-radius: 9999px;
  color: var(--main);
  cursor: pointer;
  font-family: var(--gothic);
  font-size: var(--fz-pc);
  font-weight: var(--fw-mid);
  line-height: 1.625;
  height: 65px;
  width: 200px;
  padding-left: 30px;
  overflow: hidden;
  text-align: left;
  position: relative;
  z-index: 0;
}

.form-btn button:not(:disabled):hover {
  background-color: var(--orn-on);
}

.form-btn button .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
}

.form-btn button:hover .arrow span::before {
  transform: translateX(50px);
}

.form-btn button:hover .arrow span::after {
  transform: translateX(0);
}

.form-btn.btn-confirm button {
  height: 90px;
  width: 320px;
}

.form-btn.btn-back button {
  background-color: transparent;
  border: 1px solid var(--main);
  padding: 0 30px 0 0;
  text-align: right;
}

.form-btn.btn-back button .arrow {
  left: 20px;
  right: auto;
}

.form-btn.btn-back button .arrow span {
  transform: scaleX(-1);
}

.form-btn.btn-back button:hover {
  background-color: var(--main);
  color: #fff;
}

.form-area .error-box p {
  border: 2px solid var(--red);
  font-size: 20px;
  font-weight: var(--fw-bold);
  padding: 25px 25px;
  text-align: center;
}

.form-area .error-box {
  color: #BF001C;
}

/* @end */

/* @group related-link */

#main-content .section:last-child:has(.related-link) {
  margin-bottom: -60px;
}

.section:has(.related-link) {
  margin-top: 90px;
}

.related-link .img-dummy::after {
  top: 0;
  bottom: auto;
  left: 25px;
}

.related-link {
  gap: 30px;
}

.related-link.pattern1-1 .col {
  width: calc((100% - 30px) / 2);
}

.related-link.pattern1-1-1 .col {
  width: calc((100% - (30px * 2)) / 3);
}

.related-link a {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

.related-link figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.related-link.pattern1-1 figure {
  aspect-ratio: 13 / 4;
}

.related-link.pattern1-1-1 figure {
  aspect-ratio: 19 / 7;
}

.related-link figure img {
  height: 100%;
  width: 100%;
  max-width: inherit;
  object-fit: cover;
  object-position: center;
  transition: .5s;
}

.related-link figure::after {
  background: linear-gradient(180deg,rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0.7) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  mix-blend-mode: multiply;
}

.related-link a:hover figure img {
  transform: scale(1.1);
}

.related-link a:hover figure::after {
  opacity: 1;
}

.related-link .head {
  color: #FFF;
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  position: absolute;
  bottom: 20px;
  left: 40px;
}

.related-link .arrow {
  aspect-ratio: 32 / 17;
  background-color: var(--orn);
  border-radius: 17px;
  height: 34px;
  position: absolute;
  bottom: 20px;
  right: 40px;
  transition: .4s;
}

.related-link a:hover .arrow {
  background-color: var(--main);
}

.related-link a:hover .arrow span::before,
.related-link a:hover .arrow span::after {
  background-color: #FFF;
}

/* @end */

/* @group modal */

.modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.modal-body {
  background-color: #FFF;
  margin: 0 auto;
  padding: 45px 50px 80px;
  overflow: auto;
  max-width: 80%;
  max-height: 80%;
  width: 860px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

button.modalClose {
  background: no-repeat;
  border: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 40px;
  right: 40px;
}

button.modalClose::before, button.modalClose::after {
  background-color: var(--main);
  content: "";
  height: 1px;
  width: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
   transform: rotate(45deg); 
  right: 0;
}

button.modalClose::after {
  transform: rotate(-45deg);
}

.modal-content {
  display: none;
}

.modal-bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal-body h3 {
  font-size: 26px;
  padding-top: 0;
}

.modal-body h3::before {
  display: none;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group contact-banner */

.contact-banner {
  width: 100%;
  position: relative;
  z-index: 0;
}

.contact-banner::before {
  background-color: #F8F8F8;
  content: "";
  height: calc(100% + 100px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-banner .inner {
  color: var(--main);
  display: flex;
  font-size: 28px;
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: .04em;
  padding: 20px 0;
  position: relative;
}

.contact-banner .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 240px;
  width: 50%;
}

.contact-banner .banner-tel {
  border-color: var(--main);
  border-style: solid;
  border-width: 0 1px 0 0;
}

.contact-banner .banner-tel-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}

.contact-banner .tel {
  margin-bottom: 0;
}

.contact-banner p:not(.tel) {
  font-size: 16px;
  font-weight: var(--fw-mid);
  margin-bottom: 0;
}

.contact-banner .banner-form a {
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  text-decoration-color: transparent;
  padding-left: 16.66%;
}

.contact-banner .banner-form .arrow {
  aspect-ratio: 32 / 17;
  background-color: var(--main);
  border-radius: 17px;
  height: 34px;
}

.contact-banner .banner-form .arrow span::before, .contact-banner .banner-form .arrow span::after {
  background-color: #FFF;
  width: 12px;
}

.contact-banner .banner-form a:hover .arrow {
  background-color: var(--main-on);
}

/* @end */

/* @group post-slider */

.post-slider {
  width: calc(100% + ((100vw - var(--inner)) / 2) );
  min-width: calc(100% + 50px);
  overflow: hidden;
}

.post-slider .post-list {
  display: block;
  max-width: 930px;
}

.post-slider .slick-list {
  margin-left: -40px;
  overflow: visible;
}

@media screen and (min-width: 769px) {
  .post-slider .slick-track {
    min-width: 100%;
  }
}

.post-slider .col {
  margin-left: 40px;
  flex-shrink: 0;
}

.post-slider-wrap .slick-nav {
  display: flex;
  align-items: center;
  margin-top: 55px;
}

@media screen and (min-width: 768px) {
  .post-slider-wrap:not(:has(.slick-slide:nth-child(3))) .slick-nav {
    display: none;
  }
}

.post-slider-wrap .arrow_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 34px;
}

.post-slider-wrap .slide-arrow {
  aspect-ratio: 32 / 17;
  border-radius: 9999px;
  cursor: pointer;
  height: 100%;
  width: 64px;
  overflow: hidden;
  position: relative;
}

.post-slider-wrap .slide-arrow + .slide-arrow {
  margin-left: 16px;
}

.post-slider-wrap .prev-arrow {
  transform: scaleX(-1);
}

.post-slider-wrap .slide-arrow .arrow {
  background-color: var(--main);
  display: block;
  height: 100%;
  width: 100%;
}

.post-slider-wrap .slide-arrow .arrow span::before,
.post-slider-wrap .slide-arrow .arrow span::after {
  background-color: #FFF;
}

.slide-arrow:hover .arrow span::before {
  transform: translateX(50px);
}

.slide-arrow:hover .arrow span::after {
  transform: translateX(0);
}

.slide-arrow.slick-disabled {
  pointer-events: none;
}

.slide-arrow.slick-disabled .arrow {
  background-color: #9dafd4;
}

.progress-container {
  background-color: #FFF;
  border-radius: 9999px;
  margin-left: 46px;
  height: 4px;
  width: calc(100% - 190px);
  position: relative;
}

.progress-bar {
  background-color: var(--main);
  border-radius: 9999px;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.5s ease;
}

/* @end */

/* @end of main-content */

/* @end of content-area */

/* @group page-top */

#to-top {
  display: none;
  position: fixed;
  bottom: 85px;
  right: 30px;
  z-index: 5;
}

#to-top a {
  aspect-ratio: 1 / 1;
  background-color: #FFF;
  border-radius: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  display: block;
  width: 50px;
  overflow: hidden;
  position: relative;
}

#to-top a::before,
#to-top a::after {
  background-color: var(--main);
  mask-image: url("../images/icon_totop.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 16px auto;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s cubic-bezier(.4,.4,0,1);
}

#to-top a::after {
  transition-timing-function: cubic-bezier(0.15, 0.75, 0.8 , 1.2);
  transform: translateY(100%);
}

#to-top a:hover::before {
  transform: translateY(-100%);
}

#to-top a:hover::after {
  transform: translateY(0);
}

#to-top a:hover {
}

/* @end of page-top */

/* @group footer */

#footer-area {
  padding: 75px 0 0;
  position: relative;
  z-index: 0;
}

#footer-area::before {
  background-color: var(--main);
  border-radius: clamp(40px, 6.66vw, 100px) clamp(40px, 6.66vw, 100px) 0 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#footer {
}

#footer a {
  color: #FFF;
  text-decoration-color: transparent;
}

.fnav-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 70px;
}

#footer .left-col {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  width: fit-content;
}

#footer .right-col {
  width: fit-content;
}

.footer-logo {
  margin-bottom: 22px;
}

.footer-address {
  color: #fff;
}

.ft-sns {
  margin-top: 15px;
}

.ft-sns a:hover {
  opacity: 0.8;
}

.fnav > ul {
  display: grid;
  grid-template-areas:
    "A E"
    "B F"
    "B G"
    "C H"
    "D H";
  justify-content: space-between;
  column-gap: 150px;
  row-gap: 23px;
}

.fnav > ul > li:nth-child(1) {
  grid-area: A;
}

.fnav > ul > li:nth-child(2) {
  grid-area: B;
}

.fnav > ul > li:nth-child(3) {
  grid-area: C;
}

.fnav > ul > li:nth-child(4) {
  grid-area: D;
}

.fnav > ul > li:nth-child(5) {
  grid-area: E;
}

.fnav > ul > li:nth-child(6) {
  grid-area: F;
}

.fnav > ul > li:nth-child(7) {
  grid-area: G;
}

.fnav > ul > li:nth-child(8) {
  grid-area: H;
}

.fnav > ul > li:nth-child(9) {
  grid-area: I;
}

.fnav .gnav-lv1 > li > a {
  line-height: 2;
}

#footer a[href="/news/column/blog/"] {
	pointer-events: none;
}

.fnav .gnav-lv2 {
  padding: 0;
}

.fnav .gnav-lv2 ul {
  display: flex;
  flex-direction: column;
}

#footer .gnav-lv2 li a {
  color: #B0C1DD;
  font-size: 14px;
  line-height: 2.28;
}

.fnav .gnav-lv2 p,
.fnav .gnav-contact {
  display: none;
}

.footer-menu {
  position: relative;
  z-index: 0;
}

.footer-menu::before {
  background-color: #A5B8D8;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.footer-menu .inner {
  display: flex;
  align-items: center;
  column-gap: 28.33%;
  font-size: 14px;
  height: 54px;
  width: 100%;
  position: relative;
  z-index: 0;
}

.copyright {
  color: #B0C1DD;
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-menu li + li {
  margin-left: 3em;
}

#footer .footer-menu a {
  color: #B0C1DD;
  text-decoration: none;
  position: relative;
}

.footer-menu .nav-text {
  display: inline-block;
  height: 1.3em;
  overflow: hidden;
}

.footer-menu .nav-text > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  white-space: nowrap;
  transition: .4s;
}

.footer-menu .nav-text > span::after {
  content: attr(data-text);
}

.footer-menu  a:hover .nav-text > span {
  transform: translateY(-1.3em);
}

/* @end of footer */

/* @group home */

#home-voice {}

#home-voice .inner,
#home-column .inner {
  display: flex;
  justify-content: space-between;
}

#home .post-slider-wrap,
#home .post-slider .post-list {
  display: block;
  max-width: 770px;
  width: 100%;
}

/* @end of home */

/* @group strengths */

body#strengths {}

body#strengths #content-area::before {
  background-color: var(--main);
}

body#strengths #breadcrumb * {
  color: #9dafd4;
}

body#strengths #breadcrumb a {
  color: #FFF;
}

body#strengths #main-content {
  background-color: #FFF;
}

.strengths-firstview {
  margin-bottom: 30px;
  padding-bottom: 120px;
  position: relative;
  z-index: 0;
}

.strengths-firstview::before {
  background-color: var(--main);
  content: "";
  height: calc(100% + 60px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.strengths-firstview .outer {
	overflow: hidden;
	width: 100%;
}

.strengths-firstview * {
  color: #FFF;
  text-align: center;
}

.strengths-firstview p:not(.lead) {
  font-weight: var(--fw-normal);
  line-height: 2.25;
}

.strengths-slider {
	margin: 110px auto 0;
	width: 100%;
}

.strengths-slider .slick-list {
	overflow: visible;
}

.strengths-slider li {
  margin: 0 30px;
  width: 440px;
}

.strengths-slider li:nth-of-type(2n) {
	margin-top: 60px;
}

.strengths-contents {
  padding: 110px 0 0;
  position: relative;
  z-index: 0;
}

.strengths-contents::before {
  background-color: var(--sub);
  border-radius: clamp(40px, 6.66vw, 100px) clamp(40px, 6.66vw, 100px) 0 0;
  content: "";
  height: calc(100% + 100px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

[class*="strengths-box"] {
  background-color: #FFF;
  border-radius: 40px;
  padding: 85px 60px 60px;
}

[class*="strengths-box"] + [class*="strengths-box"] {
  margin-top: 40px;
}

[class*="strengths-box"] h3 .en {
  font-family: var(--en);
  font-size: 20px;
  font-weight: var(--fw-mid);
  line-height: 1;
  position: absolute;
  top: -25px;
}

[class*="strengths-box"] .box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[class*="strengths-box"] .box {
  background-color: #F8F8F8;
  border-radius: 20px;
  font-size: 14px;
  line-height: 2;
  padding: 30px 40px;
  width: calc((100% - 10px) / 2);
}

.strengths-box02 .box {
  background-color: var(--sub);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fz-pc);
  overflow: hidden;
  padding: 20px 40px 40px;
  text-align: center;
  position: relative;
}

.strengths-box02 [class*="bg-"] {
  color: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.strengths-box02 [class*="bg-"]::after {
  border-color: #f7f4e2 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  height: 0;
  width: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.strengths-box02 .bg-intern {
  background-color: var(--intern);
}

.strengths-box02 .bg-specific {
  background-color: var(--specific);
}

.strengths-box02 .bg-internship {
  background-color: var(--internship);
}

.strengths-box02 .bg-other {
  background-color: #c4caea;
}

.strong-point {
	display: flex;
	column-gap: 15px;
	margin-bottom:25px;
}

.strong-point [class*="point"] {
	border-radius: 20px;
	padding: 8px 20px;
	line-height: 1;
}

.strong-point .point1 {
	background: var(--orn);
	color: var(--main);
}

.strong-point .point2 {
	background: var(--main);
	color: #fff;
}

.strengths-box03 .box {
	padding: 25px 40px 30px;
}

[class*="strengths-box"] h4:not:first-child {
	margin-top: 35px !important;
}

/* @group nums */

.nums-box [class*="num0"] {
	position: relative;
	z-index: 1;
}

.nums-box [class*="num0"]::before {
	position: absolute;
	content: "";
	background-size: 118px auto;
	background-repeat: no-repeat;
	width: 118px;
	height: 104px;
	right: 30px;
	top: 20px;
	z-index: -1;
}

.strengths-box01 .num01::before {
	background: url('/our-strengths/images/reason01.svg');
}

.strengths-box01 .num02::before {
	background: url('/our-strengths/images/reason02.svg');
}

.strengths-box01 .num03::before {
	background: url('/our-strengths/images/reason03.svg');
}

.strengths-box01 .num04::before {
	background: url('/our-strengths/images/reason04.svg');
}


.strengths-box03 [class*="num0"]::before {
	background-size: 118px auto;
	width: 118px;
	height: 104px;
	right: auto;
	left: 20px;
	top: 20px;
	height: 80px;
}

.strengths-box03 .num01::before {
	background: url('/our-strengths/images/reason05.svg');
}

.strengths-box03 .num02::before {
	background: url('/our-strengths/images/reason06.svg');
}

.nums-wrap {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
  width: fit-content;
}

.nums-box .nums {
  color: transparent;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: .04em;
  overflow: hidden;
  line-height: 1;
}

.num01 .nums {
	line-height: 1.2;
}

.nums-box .nums span {
  text-shadow: 0 2em 0 var(--main), 0 0 0 var(--main);
  transition: text-shadow .6s;
}

.nums-box.is-active .nums span {
  text-shadow: 0 0 0 var(--main), 0 -2em 0 var(--main);
}

.nums-box .unit {
  color: var(--main);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-left: 3px;
}

.nums-box .unit span {
  color: var(--normal);
  font-size: 18px;
  letter-spacing: 0;
  padding-left: 5px;
}

.nums-box p {
	font-size: 18px;
	margin-bottom: 0 !important;
	font-weight: var(--fw-bold);
}

.strengths-box03 [class*="num0"] p {
	font-size: 14px;
	font-weight: var(--fw-mid);
}

.strengths-box03 .nums-wrap {
	margin: 0 auto 15px;
	align-items: center;
}

.strengths-box03 .nums-box .nums {
	font-size: 70px;
}

.strengths-box03 .nums-box .unit span {
	color: inherit;
	padding-left: 0;
	padding-right: 15px;
}

.strengths-box03 .nums-box .unit:last-of-type {
	padding-top: 10px;
}

.strengths-box03 .nums-box .unit span {
  font-size: 18px;
}

/* @end */

/* @end of strengths */

/* @group service */

.tbl-service {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.tbl-service tr:not(:first-child) {
  border-color: #FFF;
  border-style: solid;
  border-width: 2px 0 0 0;
}

.tbl-service th, .tbl-service td {
  padding: 20px 10px 24px;
}

.tbl-service th {
  background-color: rgba(var(--main-rgb), .1);
  font-weight: var(--fw-mid);
  line-height: 1.75;
}

.tbl-service tr:first-child th {
  height: 95px;
  vertical-align: middle;
}

.tbl-service tr:first-child th + th {
  border-color: #FFF;
  border-style: solid;
  border-width: 0 0 0 2px;
}

.tbl-service th.th01 {
  background-color: var(--intern);
  color: var(--main);
}

.tbl-service th.th02 {
  background-color: var(--specific);
  color: var(--main);
}

.tbl-service th.th03 {
  background-color: #D4AFD0;
  color: var(--main);
}

.tbl-service th.th04 {
  background-color: var(--internship);
  color: var(--main);
}

.tbl-service td {
  background-color: #FAFAFA;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 0 0 2px;
  font-size: 15px;
  font-weight: var(--fw-normal);
}

.tbl-service tr:nth-child(odd) td {
  background-color: #EEE;
}

/* @end */

/* @group service 下層 */

.service-box {
  background-color: #FFF;
  border-radius: 30px;
}

.service-box p:last-child {
  margin-bottom: 0 !important;
}

.service-box .head {
  color: var(--main);
  font-size: 20px;
  font-weight: var(--fw-bold);
  line-height: 1.4;
}

body#intern {
  background-color: var(--intern);
}

body#specific {
  background-color: var(--specific);
}

body#internship {
  background-color: var(--internship);
}

body#support {
  background-color: var(--support);
}

.service-dtl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-dtl .col {
  width: calc((100% - (20px * 3)) / 4);
  padding: 30px 20px;
}

.service-box .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}

.service-dtl figure {
  margin: 0 auto 15px;
  max-width: 158px;
}

.service-dtl .head {
  margin-bottom: .5em;
  text-align: center;
}

.service-flow {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

.service-flow .col {
  line-height: 2;
  padding: 30px 40px 35px;
}

.service-flow .col > * {
  margin-bottom: 0;
}

.service-flow .head {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 5px;
}

.service-flow .head .icon {
  color: var(--main);
  font-family: var(--en);
  font-size: 24px;
  font-weight: var(--fw-mid);
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body#intern .service-box .icon {
  background-image: url(/service/intern/images/bg_dtl.webp);
  aspect-ratio: 79 / 85;
}

body#specific .service-box .icon {
  background-image: url(/service/specific/images/bg_dtl.webp);
}

body#internship .service-box .icon {
  background-image: url(/service/internship/images/bg_dtl.webp);
}

/* @end */

/* @group voices */

.voice .date-cate .blog-cate::before,
.date-cate.detail .cate.voice::after {
  background-color: var(--orn);
}

/* @end */

/* @group aboutus */

/* @end */

/* @group sustainability */

.sdgs-icon-area {
	background: #f2f2f2;
	padding: 75px 0;
}

.sdgs-icon-area ul {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.sdgs-icon-area li {
	width: 110px;
	height: 110px;
}

/* @end of sustainability */

/* @group 記事一覧 */

@media screen and (min-width: 769px) {

  .post-sort ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
  }

  .post-sort li a {
    background-color: transparent;
    border: 1px solid var(--main);
    border-radius: 9999px;
    color: var(--main);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: var(--fw-normal);
    line-height: 1;
    min-height: 32px;
    min-width: 140px;
    padding: .5em 30px;
    text-decoration: none;
    position: relative;
  }

  .post-sort li a::after {
    background-color: var(--main);
    border-radius: 100%;
    content: "";
    aspect-ratio: 1 / 1;
    width: 4px;
	min-width: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    transition: .4s;
  }

  .post-sort li a:hover,
  .post-sort li.current a {
    background-color: var(--main);
    color: #FFF;
  }

  .post-sort li a:hover::after,
  .post-sort li.current a::after {
    background-color: #FFF;
  }
    
  /* @group コラム＆ブログ絞り込み */
  
  .post-sort.column-sort ul {
      column-gap: 15px;
  	row-gap: 12px;
      margin-bottom: 60px;
  	background: #ffe178;
  	padding: 38px 45px;
  	border-radius: 50px;
    }
  
  .post-sort.column-sort li a {
      border: none;
      border-radius: 0;
      color: var(--main);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: var(--fw-mid);
      min-height: auto;
      min-width: auto;
      padding: .5em 25px;
    }
  
  .post-sort.column-sort li a::after {
      background-color: #fff;
      border-radius: 100%;
      content: "";
      aspect-ratio: 1 / 1;
      width: 14px;
	  min-width: 0;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
    }
    
  .post-sort.column-sort li a::before {
      background-color: var(--main);
      border-radius: 100%;
      content: "";
      aspect-ratio: 1 / 1;
      width: 6px;
	  min-width: 0;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 4px;
  	z-index: 1;
  	opacity: 0;
  	 transition: .4s;
    }
    
  .post-sort.column-sort li a:hover::before,
  .post-sort.column-sort li.current a::before {
  	opacity: 1;
    }
  
    .post-sort.column-sort li a:hover,
    .post-sort.column-sort li.current a {
    	background-color: transparent;
    }
  
    .post-sort.column-sort li a:hover::after,
    .post-sort.column-sort li.current a::after {
      background-color: #FFF;
    }
  
  /* @end */
  
  /* @group 皆さまの声絞り込み */

  .post-sort.column-sort.voice {
	background: var(--main);
	border-radius: 40px;
	padding: 30px 40px 28px;
	margin-bottom: 60px;
  }
  
  .post-sort.column-sort.voice .wrap {
	display: flex;
  }

  .post-sort.column-sort.voice ul {
      background: var(--main);
      margin-bottom: 10px;
      padding: 0;
	  margin-left: 20px;
    }

  .post-sort.column-sort.voice .voice-selact2 {
    }

  .post-sort.column-sort.voice ul > div {
    display: flex;
    width: 100%;
    }

  .post-sort.column-sort.voice a {
      color: #fff;
  }

  .column-sort.voice .head {
    color: #fff;
    margin-bottom: 0px !important;
	position: relative;
	padding: 3px 0 0 0;
	font-size: 14px;
	width: 4.5em;
  }
  
  .column-sort.voice .head::before {
    position: absolute;
	content: ":";
	right: 0;
	top: 0px;
	width: 2px;
	height: 12px;
  }
  
  /* @end */
}

.post-list + div:has(.btn-more:not([style="display: none;"])) {
  line-height: 1;
  margin-top: 80px;
}

.link-btn.btn-more .arrow {
  right: 50px;
}

.link-btn.btn-more .arrow span {
  transform: rotate(90deg);
}

/* @end */

/* @group 記事詳細 */

.post-detail-area {
  line-height: 2;
}

.post-detail-area h2 {
  margin-bottom: 20px;
}

.date-cate.detail {
  line-height: 1;
  margin-bottom: 40px;
}

.date-cate.detail .cate {
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  padding-left: 1em;
  position: relative;
}

.date-cate.detail .cate::after {
  background-color: var(--main);
  width: 6px;
  left: 0;
}

.date-cate.detail .date {
  color: #4D4D4D;
  font-size: var(--fz-pc);
  margin: 0 0 0 18px;
}

.detail-h3 {
  color: var(--main);
  font-size: 20px;
  font-weight: var(--fw-bold);
  line-height: 1.6;
  margin-bottom: .7em;
}

*:not(.date-cate.detail) + .detail-h3 {
  margin-top: 50px;
}

.detail-h4 {
  font-size: 18px;
  font-weight: var(--fw-bold);
  line-height: 1.77;
  margin-bottom: .7em;
}

*:not(.detail-h3) + .detail-h4 {
  margin-top: 50px;
}

.post-detail-area + div:has(.link-btn) {
  margin-top: 70px;
}

/* @end */

/* @group news */

.info-sort {}

/* @end */

/* @group contact */

.form-step {
  margin-bottom: 60px;
}

.form-step ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 60px;
}

.form-step li {
  aspect-ratio: 1 / 1;
  background-color: var(--form-box-bg);
  border-radius: 100%;
  color: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 90px;
  position: relative;
}

.form-step li.active {
  background-color: var(--orn);
}

.form-step li:has(+ li.active), .form-step li:has(+ li + li.active) {
  background-color: #f9d48a;
}

.form-step li + li::before {
  aspect-ratio: 5 / 3;
  background-color: currentColor;
  mask-image: url("../images/icon_arrow.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  content: "";
  margin: auto 0;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -37px;
}

.form-area .caution-box {
  background-color: #FFF;
  border: 1px solid var(--red);
  border-radius: 15px;
  line-height: 2;
  margin: -30px 0 60px;
  padding: .5em 1em;
  text-align: center;
}

.form-area .caution-box * {
  color: var(--red);
}

ul.form-list.contact-category {
  flex-direction: column;
  gap: .7em;
}

.form-area.confirm .row {
  align-items: center;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0 0 1px;
  min-height: 100px;
  margin: 0;
  padding: 25px 0;
}

.form-area.confirm p + .row {
  border-width: 1px 0;
}

/* @end */

/* @group sitemap */

ul.sitemap {
	column-count:2;
	display: inherit;
}

ul.sitemap > li {
	margin-bottom: 20px;
}

ul.sitemap > li > ul {
	margin-top: 10px;
}

ul.sitemap > li > ul li {
	margin-bottom: 10px;
}

/* @end */

/* @group error404 */

body.error404 {
  width: 100%;
  min-width: auto;
}

body.error404 #header {
  min-width: inherit;
  margin: 0 auto;
  max-width: calc(1200px + 40px);
  position: relative;
}

#error404-content {
  margin: 0 auto;
  max-width: 840px;
  padding: 50px 20px 90px;
}

/* @end of error404 */

/* @group common */

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

.tel-link {

}

/* font-family */
html .ff-normal { font-family: var(--gothic) !important; }
html .ff-en { font-family: var(--en) !important; }

/* font color */
html .fc-main { color: var(--main) !important; }
html .fc-normal { color: var(--normal) !important; }
html .fc-gray1 { color: var(--gray1) !important; }
html .fc-gray2 { color: var(--gray2) !important; }
html .fc-red { color: var(--red); }
.fc-white { color: #FFF !important; }

/* font weight */
html .fw-normal { font-weight: var(--fw-normal) !important; }
html .fw-mid { font-weight: var(--fw-mid) !important; }
html .fw-bold { font-weight: var(--fw-bold) !important; }

/* fontsize */
.fz-sss {font-size: 50% !important; }
.fz-ss {font-size: 69% !important; }
.fz-s {font-size: 85% !important; }
.fz-m { font-size: 100% !important; }
.fz-l { font-size: 115% !important; }
.fz-ll { font-size: 130% !important; }
.fz-lll { font-size: 146% !important; }
.fz-llll { font-size: 176% !important; }
html .fz-pc { font-size: var(--fz-pc) !important; }
html .fz-sp { font-size: var(--fz-sp) !important; }

.lineheight-2 { line-height: 2; }

/* backgroun-color */
.bgc-main { background-color: var(--main); }
.bgc-sub { background-color: var(--sub); }
.bgc-normal { background-color: var(--normal); }
.bgc-black { background-color: #000; }
.bgc-white { background-color: #fff; }

/* position */
.left-position,
tr.left-position th,
tr.left-position td,
table.left-position th,
table.left-position td {
  text-align: left !important;
}

.right-position,
tr.right-position th,
tr.right-position td,
table.right-position th,
table.right-position td {
  text-align: right !important;
}

.center-position,
tr.center-position th,
tr.center-position td,
table.center-position th,
table.center-position td,
table.center-position-th th {
  text-align: center !important;
}

.middle-position,
tr.middle-position th,
tr.middle-position td,
table.middle-position th,
table.middle-position td {
  vertical-align: middle !important;
}

.nowrap,
.nowrap-th th {
  white-space: nowrap;
}

.word-wrap {
  word-wrap: break-word;
}

/* display */
.inline { display: inline !important; }
.inline-block { display: inline-block; }
.block { display: block !important; }
.disp-none { display: none !important; }

/* flex */
.flex { display: flex !important; }
.flex-column {
  display: flex !important;
  flex-direction: column !important;
}
.flex-row {
  display: flex !important;
  flex-direction: row !important;
}
.flex-justify-center { justify-content: center !important; }
.flex-justify-start { justify-content: flex-start !important; }
.flex-justify-end { justify-content: flex-end !important; }
.flex-justify-between { justify-content: space-between!important; }
.flex-align-center { align-items: center !important; }
.flex-align-start { align-items: flex-start !important; }
.flex-align-end { align-items: flex-end !important; }

/* margin */
.m-auto { margin: 0 auto !important;}

.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-85 { margin-bottom: 85px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mb-100 { margin-bottom: 100px !important; }

.mb05em { margin-bottom: 0.5em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb1hem { margin-bottom: 1.5em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb2hem { margin-bottom: 2.5em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb4hem { margin-bottom: 4.5em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb5hem { margin-bottom: 5.5em !important; }

.last-para { margin-bottom: 70px !important; }
.last-para2 { margin-bottom: 160px !important; }

.ml-auto { margin-left: auto !important; }
.ml-0 { margin-left: 0px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-55 { margin-left: 55px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-65 { margin-left: 65px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-75 { margin-left: 75px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-85 { margin-left: 85px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-95 { margin-left: 95px !important; }
.ml-100 { margin-left: 100px !important; }

.mr-auto { margin-right: auto !important; }
.mr-0 { margin-right: 0px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-55 { margin-right: 55px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-65 { margin-right: 65px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-75 { margin-right: 75px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-85 { margin-right: 85px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-95 { margin-right: 95px !important; }
.mr-100 { margin-right: 100px !important; }

.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important;}
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-55 { margin-top: 55px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-65 { margin-top: 65px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-75 { margin-top: 75px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-85 { margin-top: 85px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-95 { margin-top: 95px !important; }
.mt-100 { margin-top: 100px !important; }

/* padding */
.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-55 { padding-bottom: 55px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-65 { padding-bottom: 65px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-75 { padding-bottom: 75px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-85 { padding-bottom: 85px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-95 { padding-bottom: 95px !important; }
.pb-100 { padding-bottom: 100px !important; }

.pl-0 { padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-35 { padding-left: 35px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-45 { padding-left: 45px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-55 { padding-left: 55px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-65 { padding-left: 65px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-75 { padding-left: 75px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-85 { padding-left: 85px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-95 { padding-left: 95px !important; }
.pl-100 { padding-left: 100px !important; }

.pr-0 { padding-right: 0px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-35 { padding-right: 35px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-45 { padding-right: 45px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-55 { padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-65 { padding-right: 65px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-75 { padding-right: 75px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-85 { padding-right: 85px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-95 { padding-right: 95px !important; }
.pr-100 { padding-right: 100px !important; }

.pt-0 { padding-top: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-55 { padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65 { padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-85 { padding-top: 85px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-95 { padding-top: 95px !important; }
.pt-100 { padding-top: 100px !important; }

/* width */
.wd-100p { width: 100% !important; }
.wd-90p { width: 90% !important; }
.wd-85p { width: 85% !important; }
.wd-80p { width: 80% !important; }
.wd-75p { width: 75% !important; }
.wd-70p { width: 70% !important; }
.wd-65p { width: 65% !important; }
.wd-60p { width: 60% !important; }
.wd-55p { width: 55% !important; }
.wd-50p { width: 50% !important; }
.wd-45p { width: 45% !important; }
.wd-40p { width: 40% !important; }
.wd-35p { width: 35% !important; }
.wd-30p { width: 30% !important; }
.wd-25p { width: 25% !important; }
.wd-20p { width: 20% !important; }
.wd-15p { width: 15% !important; }

.wd-auto { width: auto !important; }

.wd-max100p { 	max-width: 100% !important; }

.indent-1em {
  padding-left: 1em !important;
  text-indent: -1em;
}

.indent-1hem {
  padding-left: 1.5em !important;
  text-indent: -1.5em;
}

.indent-2em {
  padding-left: 2em !important;
  text-indent: -2em;
}

.indent-2hem {
  padding-left: 2.5em !important;
  text-indent: -2.5em;
}

.indent-3em {
  padding-left: 3em !important;
  text-indent: -3em;
}

.indent-3hem {
  padding-left: 3.5em !important;
  text-indent: -3.5em;
}

.indent-4em {
  padding-left: 4em !important;
  text-indent: -4em;
}

.indent-5em {
  padding-left: 5em !important;
  text-indent: -5em;
}

.indent-6em {
  padding-left: 6em !important;
  text-indent: -6em;
}

.indent-7em {
  padding-left: 7em !important;
  text-indent: -7em;
}

/* @end */

/* @group clearfix */

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* @end of clearfix */



/**************************** 
 SP
**************************** */

@media screen and (max-width: 768px) {

html.gnav-open {
  overflow: hidden;
}

body {
  font-size: var(--fz-sp);
  line-height: 2;
  min-width: inherit;
}

a:hover {
  opacity: 1;
}

.sp-none {
  display: none !important;
}

/* @group header */

#header-area {
  padding: 0;
  top: 0;
}

html.gnav-open #header-area {
  background-color: #FFF;
}

#header {
  background-color: transparent;
  border-radius: 0;
  height: 90px;
  padding: 20px 0;
  transition: background .4s;
}

#header-area.scroll:not(.-down) #header {
  background-color: #FFF;
}

#header-area:not(.scroll) #header::before {
  transition: .4s;
  opacity: 0;
}

.header-logo {
  margin-left: 20px;
  width: 142px;
}

#toggle-nav {
  background-color: #FFF;
  border-radius: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 49px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

#toggle-nav span,
#toggle-nav span::before,
#toggle-nav span::after {
  background-color: var(--main);
  height: 2px;
  width: 20px;
}

#toggle-nav span {
  display: block;
  position: relative;
  transition: .4s;
}

#toggle-nav span::before,
#toggle-nav span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s;
  transform-origin: center;
}

#toggle-nav span::before {
  margin-top: -5px;
}

#toggle-nav span::after {
  margin-top: 5px;
}

#toggle-nav.close {
  background-color: transparent;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0);
}

#toggle-nav.close span {
  background-color: transparent;
  width: 20px;
}

#toggle-nav.close span::before,
#toggle-nav.close span::after {
  margin-top: 0;
}

#toggle-nav.close span::before {
  transform: rotate(40deg);
}

#toggle-nav.close span::after {
  transform: rotate(-40deg);
}

/* @end */

/* @group gnav */

.gnav-wrap {
  display: none;
  position: fixed;
  top: 90px;
}

.gnav {
  background-color: #FFF;
  height: calc(100vh - 90px);
  overflow-y: auto;
}

#header .gnav-lv1 {
  flex-direction: column;
  row-gap: 23px;
  height: auto;
  padding-top: 20px;
}

#header .gnav-lv1 > li {
  width: 100%;
  margin: 0;
  position: relative;
}

#header .gnav-lv1 > li > a {
  color: var(--main);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: var(--fw-mid);
  padding: 10px 20px;
}

#header .gnav-lv1 > li > a::after {
  display: none;
}

#header .gnav-lv1 > li > a .arrow span {
  background-color: var(--orn);
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin-left: .8em;
}

.gnav-lv2 {
  padding: 10px 20px 5px;
}

#header .gnav-lv2 p {
  font-size: 15px;
  margin-bottom: 1em;
}

#header .gnav-lv2 ul {
  row-gap: .7em;
}

#header .gnav-lv2 li {
  width: 100%;
}

#header .gnav-lv2 li a {
  font-size: 15px;
  font-weight: var(--fw-mid);
  line-height: 1.7;
}

#header .gnav-lv2 .arrow {
  margin-left: 5px;
}

#header .gnav-lv2 .arrow span::before,
#header .gnav-lv2 .arrow span::after {
  background-color: var(--main);
}

#header .gnav-recruit {
  padding: 15px 20px 0;
}

#header .gnav-lv1 > li.gnav-recruit a {
  height: 50px;
  padding: 0 1.5em;
  width: 172px;
  margin-bottom: 2em;
}

#header .gnav-lv1 > li.gnav-recruit a::before {
  border-radius: 50px;
}

#header .gnav-lv1 > li.gnav-recruit .ai-out {
  margin-left: 1em;
  width: 0.88em;
}

/* @end */

/* @group content-area */

#content-area {
  width: 100%;
}

/* @group h1-area */

#h1-area h1 {
  justify-content: center;
  row-gap: 5px;
  font-size: 26px;
  min-height: 112px;
  padding: 0 0 30px;
}

/* @end */

/* @group breadcrumb */

#breadcrumb {
  height: auto;
  padding: 28px 20px 0;
}

#breadcrumb ul {
  font-size: 10px;
}

#breadcrumb li + li {
  padding-left: 1.2em;
}

#breadcrumb li + li::before {
  top: -.15em;
  left: .3em;
}

/* @end */

/* @group main-content */

#main-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* @group local-nav */

.contents-2col:has(.local-nav) {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.local-nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.localnav-lv1 > li > a {
  display: none;
}

.localnav-lv2 li a {
  background-color: var(--main);
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 14px;
  min-height: 55px;
  padding: .5em 1.2em;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
}

.localnav-lv2 li a .arrow {
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: 25px;
  transform: rotate(90deg);
}

/* @end of local-nav */

section, .section {
  margin-bottom: 100px;
}

.outer {
  padding-left: 20px;
  padding-right: 20px;
}

.outer-pc {
  padding-left: inherit;
  padding-right: inherit;
}

.outer-sp {
  padding-left: 20px;
  padding-right: 20px;
}

.contents .inner-bg {
  padding: 80px 0;
}

.contents .inner-bg::before {
  border-radius: 40px 40px 0 0;
  width: 100vw;
  min-width: inherit;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

/* @group heading */

.heading-h2 {
  font-size: 23px;
  line-height: 1.73;
}

.heading-h3 {
  font-size: 20px;
  margin-bottom: 1em;
  padding-top: 17px;
}

.heading-h3::before {
  width: 24px;
}

.heading-h4 {
  font-size: 17px;
  margin-bottom: 1em;
}

:not(.heading-h2):not(.heading-h3) + .heading-h4 {
  margin-top: 45px;
}

/* @end */

/* @group lead */

.lead {
  font-size: 20px;
  line-height: 1.75;
}

.lead-s {
  font-size: 17px;
}

/* @end */

/* @group pattern */

[class*="pattern1-"], [class*="pattern2-"], [class*="pattern3-"], [class*="pattern4-"] {
  flex-direction: column;
  row-gap: 3em;
  margin-bottom: 3.5em;
}

[class*="pattern"]:not([class*="slick"]) [class*="col"] {
  width: 100% !important;
}

[class*="col"] figure {
  text-align: center;
}

[class*="pattern"] img {
  width: 100%;
}

/* @end */

/* @group caution */

.caution-box {
  border-radius: 10px;
  padding: 1.4em 2em;
}

.caution-box .head {
  font-weight: var(--fw-bold);
}

.caution-box .caution {
  line-height: 2;
}

/* @end */

/* @group ul */
/* @end */

/* @group ol */
/* @end */

/* @group dl */

dl dt {}

/* @end */

/* @group link */
/* @end */

/* @group link-btn */

.link-btn {
  max-width: 340px;
  width: 100%;
}

.link-btn a {
  min-height: 65px;
  min-width: inherit;
  width: 100%;
}

.link-btn a:has(.ai-pdf),
.link-btn a:has(.ai-word)
.link-btn a:has(.ai-excel) {
  padding-right: 90px;
}

/* @end */

/* @group link-anchor */

.link-anchor {
  border-color: var(--gray2);
  border-style: solid;
  border-width: 1px;
  flex-direction: column;
}

/* @end of link-anchor */

/* @group table */

.tbl-outline th, .tbl-outline td {
  padding-top: 20px;
  padding-bottom: 24px;
}

.tbl-outline td {
  line-height: 2;
}

.tbl-history {
  padding-left: 30px;
}

.tbl-history table th {
  white-space: nowrap;
}

.tbl-history table th::after {
  left: -30px;
}

.tbl-history table td {
  line-height: 1.9;
}

/* @end */

/* @group scroll-box */

.scroll-box {
  overflow: auto;
}

.scroll-box img {
  max-width: 1300px;
}

/* @end */

/* @group .info-list */

.info-list li:first-child {
  border-width: 1px 0;
}

.info-list li a, .info-list li.no-link {
  padding: 17px 0 15px;
}

.info-list li a::after {
  right: 20px;
  transform: scale(1.1, 0.8);
}

.info-list .date-cate {
  margin-bottom: 14px;
}

.info-list .date-cate .date {
  font-size: var(--fz-sp);
}

.info-list .date-cate .cate {
  font-size: 14px;
  min-height: 28px;
  min-width: 123px;
}

.info-list li .arrow {
  display: none;
}

.info-list li .ai-out::after {
  aspect-ratio: 17 / 13;
  mask-image: url("../images/icon_out2.svg");
  width: 17px;
}

/* @end */

/* @group index-pattern */

.index-pattern {
  row-gap: 35px;
}

.index-pattern figure {
  aspect-ratio: 67 / 36;
  border-radius: 25px;
  margin-bottom: .8em;
}

.index-pattern .date-cate {
  margin-bottom: 3px;
}

.index-pattern .date-cate .date {
  margin-right: 1em;
}

.date-cate .blog-cate {
  padding-left: .7em;
}

.date-cate .blog-cate::before {
  width: 5px;
}

/* @end */

/* @group index-pattern-faq */

.index-faq .col {
  border-radius: 10px;
}

.index-faq .col::before {
  height: 1em;
  top: 18px;
  left: 15px;
}

.index-faq .col a {
  padding: 55px 20px 75px;
}

.index-faq .col p {
  line-height: 2;
}

.index-faq .col .arrow {
  aspect-ratio: 32 / 17;
  height: 34px;
  top: auto;
  bottom: 30px;
  right: 20px;
}

/* @end */

/* @group faq詳細 */

.faq-area .q-area {
	font-size: 17px;
	padding: 45px 0 65px;
}

.faq-area .q-area::before,
.faq-area .q-area::after {
	font-size: 24px;
}

/* @end */

/* @group form */

.form-area div.row {
  flex-direction: column;
  margin-bottom: 40px;
  row-gap: 1.3em;
}

.form-area div.cell1, .form-area div.cell2 {
  width: 100%;
}

.form-area div.cell1 {
  column-gap: 1em;
}

.form-area div.cell1 .required {
  font-size: 14px;
  line-height: 1.6;
  height: auto;
  width: 45px;
}

.form-area div.cell1:has(+ .cell2 input[type="text"]), .form-area div.cell1:has(+ .cell2 textarea), .form-area div.cell1:has(+ .cell2 select) {
   padding: 0; 
}

.form-area input[type="text"], .form-area input[type="email"], .form-area input[type="tel"] {
  border-radius: 10px;
  height: 45px;
}

.form-area textarea {
  border-radius: 10px;
}

.form-area select {
  background-position: right 5px center;
  background-size: 35px auto;
  border-radius: 10px;
  height: 45px;
  padding-right: 50px;
  min-width: inherit;
  width: 100%;
}

.form-area input[type="checkbox"] + label::before, .form-area input[type="checkbox"] ~ [class*="label"]::before {
  width: 20px;
}

.form-area input[type="radio"] ~ label, .form-area input[type="checkbox"] + label, .form-area input[type="checkbox"] ~ [class*="label"] {
  padding: 0 0 0 calc(20px + 1em);
}

.form-area input[type="checkbox"]:checked + label::after, .form-area input[type="checkbox"]:checked ~ [class*="label"]::after {
  left: 5px;
}

.form-area input[type="radio"] ~ label::before {
  width: 20px;
  top: calc((1.4em - 20px) / 2);
}

.form-area input[type="radio"] ~ label::after {
  width: 11px;
  top: calc((1.4em - 11px) / 2);
}

.form-area div.error-msg {
  position: relative;
  top: -.5em;
}

.form-btn-area {
  flex-wrap: wrap;
  align-items: center;
  row-gap: 30px;
  margin-top: 60px;
}

.form-area .form-btn:not(.btn-confirm) {
  width: 210px;
  text-align: center;
}

.form-btn button {
  font-size: var(--fz-sp);
  height: 65px;
  width: 100%;
}

/* @end */

/* @group related-link */

.section:has(.related-link) {
  margin-top: 50px;
}
  
#main-content .section:last-child:has(.related-link) {
	margin-bottom: 0;
}

.related-link {
  gap: 20px;
}

.related-link a {
  border-radius: 10px;
}

.related-link .head {
  font-size: 19px;
  left: 20px;
}

.related-link .arrow {
  right: 20px;
}

/* @end */

/* @group modal */

.modal-body {
  padding: 40px 20px 25px;
}

.modal-body h3 {
  font-size: 16px;
}

button.modalClose {
  top: 20px;
  right: 20px;
}

/* @end */

/* @group contact-banner */

.contact-banner .inner {
  flex-direction: column;
  font-size: clamp(19px, 5.93vw, 24px);
  padding: 0;
}

.contact-banner .inner::before {
  display: none;
}

.contact-banner .col {
  --bnr_arrow_w: clamp(58px, 18.125vw, 64px);
  align-items: center;
  height: 190px;
  width: 100%;
}

.contact-banner .banner-tel {
  border-width: 0 0 1px;
}

.contact-banner .banner-form a {
  justify-content: center;
  column-gap: 15px;
  padding: 0;
  width: 100%;
}

.contact-banner .banner-tel-inner {
  padding-right: var(--bnr_arrow_w);
}

.contact-banner .banner-form i.arrow {
  display: block;
  width: var(--bnr_arrow_w);
}

.contact-banner .banner-form i.arrow span {
  width: var(--bnr_arrow_w);
}

/* @end */

/* @group post-slider */

.post-slider {
  margin-left: -20px;
  padding: 0 20px;
  min-width: inherit;
  width: 100vw;
}

.post-slider .slick-list {
  margin-left: -30px;
}

.post-slider .col {
  margin-left: 30px;
}
  
.post-slider .col figure {
	aspect-ratio: 30 / 19;
}

.post-slider-wrap .slick-nav {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .post-slider-wrap:not(:has(.slick-slide:nth-child(2))) .slick-nav {
    display: none;
  }
}

.progress-container {
  margin-left: 0;
  height: 2px;
  width: 100%;
}

/* @end */

/* @end of main-content */

/* @end of content-area */

/* @group page-top */

#to-top {
  right: 15px;
}

#to-top a {
  height: 50px;
  width: 50px;
}

#to-top a:hover {
  opacity: 1;
}

/* @end */

/* @group footer */

#footer-area {
  padding-top: 65px;
}

.fnav-wrap {
  padding: 0 20px 50px;
}

#footer .left-col {
  padding: 0;
  width: 100%;
}

.footer-logo {
  width: 142px;
}

.footer-menu .inner {
  flex-direction: column-reverse;
  height: auto;
  padding: 0 20px 15px;
}

.copyright {
  font-size: 13px;
}

.footer-menu ul {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  margin: 30px 0 35px;
  width: 100%;
}

.footer-menu ul li {
  width: 100%;
  margin: 0;
}

/* @end of footer */

/* @group home */

/* @end of home */

/* @group strengths */

.strengths-firstview::before {
	height: calc(100% + 50px);
}
  
.strengths-slider {
	margin-top: 60px;
}
  
.strengths-slider li {
	margin: 0 18px;
	width: 264px;
}
  
.strengths-slider li:nth-of-type(2n) {
	margin-top: 36px;
}

[class*="strengths-box"] {
	padding: 85px 20px 60px;
}

.strengths-firstview {
	margin-bottom: 0;
}

.strengths-contents {
	padding: 60px 0 0;
}

.strengths-contents::before {
	border-radius: 0;
}

.strong-point {
	display: block;
	gap: 10px;
}

.strong-point [class*="point"] {
	display: inline-block;
	margin-right: 10px;
}

.strong-point [class*="point"] + [class*="point"] {
	margin-top: 13px;
}

[class*="strengths-box"] .box-wrap {
	flex-direction: column;
	gap: 15px;
}

[class*="strengths-box"] .box {
	width: 100%;
}

[class*="strengths-box"] .box > p {
	font-size: 15px;
	line-height: 1.5;
	padding-bottom: 0;
}

.nums-box .nums {
	font-size: 50px;
}

.nums-box p {
	font-size: 15px;
}

.nums-box .unit {
	font-size: 27px;
	line-height: 1;
}

.nums-box .unit span {
	font-size: 15px;
	display: inline-block;
}

.nums-box [class*="num0"]::before {
	width: 95px;
	height: 65px;
	top: 17%;
	background-repeat: no-repeat;
	right: 0;
}

.strengths-box03 .nums-box .nums {
	font-size: 50px;
}

.strengths-box03 .nums-box .unit span {
	padding-right: 8px;
}

.strengths-box03 .box > p {
	padding-bottom: 0;
}

[class*="strengths-box"] h4 {
  margin-top: 25px !important;
}

[class*="strengths-box"] .pattern1-1 h4 {
  margin-top: 0 !important;
}

/* @end */

/* @group service */

/* @end */

/* @group service 下層 */

.service-box {
  border-radius: 15px;
}

.service-box p:last-child {
}

.service-dtl .col {
  width: calc((100% - 20px) / 2);
  padding: 20px 15px;
}

.service-dtl figure {
  width: 73.65%;
  min-width: 116px;
}

.service-dtl .head {
  font-size: 17px;
}

.service-flow {
  row-gap: 25px;
}

.service-flow .col {
  padding: 22px 20px;
}

.service-flow .head {
  font-size: 18px;
  margin-bottom: 7px;
}

.service-flow .head .icon {
  width: 26px;
  font-size: 20px;
}

/* @end */

/* @group voices */

/* @end */

/* @group aboutus */

/* @end */

/* @group sustainability */

.sdgs-icon-area {
	padding: 10.5vw 10px;
}

.sdgs-icon-area ul {
	gap: 10px;
}

.sdgs-icon-area li {
	width: 21vw;
	height: auto;
}

/* @end */

/* @group 記事一覧 */

.js-current-txt {
  background-color: var(--form-box-bg);
  background-image: url(../images/icon_select.svg);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  border-radius: 10px;
  box-shadow: var(--form-box-shadow);
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 50px 0 1.5em;
  width: 100%;
  line-height: 1.1;
}

.post-sort {
  margin-bottom: 60px;
  position: relative;
}

.post-sort ul {
  background-color: var(--form-box-bg);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  border-radius: 10px;
  height: fit-content;
  margin: 0 auto;
  padding: 10px 0;
  width: calc(100% - 4px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  transition: .4s;
  z-index: 1;
}

.post-sort ul.active {
  opacity: 1;
  visibility: visible;
}

.post-sort li a {
  display: block;
  padding: 12px 1.5em;
  text-decoration: none;
  line-height: 1.3;
}

.post-sort li.current a {
  background-color: var(--main);
  color: #FFF;
}

.post-list + div:has(.btn-more) {
  margin-top: 50px;
}

/* @group 皆さまの声絞り込み*/

.js-current-txt.voice {
	margin-top: 10px;
}

.post-sort.voice ul {
	top: 35px;
}

.column-sort.voice .head {
	margin-bottom: 3px !important;
	font-weight: var(--fw-bold);
}

.column-sort.voice ul + .head {
	margin-top: 20px;
}

.post-sort.column-sort.voice .wrap {
	position: relative;
  }

.post-sort.column-sort.voice .wrap + .wrap {
	margin-top: 10px;
  }

/* @end */

/* @end */

/* @group 記事詳細 */

.date-cate.detail .date {
  font-size: 14px;
}

.detail-h3 {
  font-size: 19px;
}

.detail-h4 {
  font-size: 17px;
  line-height: 1.47;
}

*:not(.detail-h3) + .detail-h4 {
  margin-top: 40px;
}

/* @end */

/* @group news */

/* @end */

/* @group contact */

.form-step {
  margin-bottom: 40px;
}

.form-step ul {
  column-gap: 30px;
  margin: 0 auto;
  max-width: 335px;
}

.form-step li {
  font-size: var(--fz-sp);
  width: 77px;
}

.form-step li + li::before {
  width: 12px;
  left: calc((-30px - 12px) / 2);
}

.form-area .caution-box {
  border-radius: 8px;
  margin: -10px 0 35px;
  padding: .8em 1.5em;
  text-align: left;
}

.form-area.confirm .cell1 {
  font-weight: var(--fw-bold);
}

.form-area.confirm .cell2 {
  font-weight: var(--fw-normal);
}

/* @end */

/* @group sitemap */

ul.sitemap {
	column-count: 1;
}

ul.sitemap a {
	display: block;
}

ul.sitemap > li {
	margin-bottom: 15px;
}


/* @end */

/* @group error404 */
/* @end of error404 */

/* @group common */

.tel-link a {
  color: inherit;
  text-decoration: underline;
}

/* fontsize */
.fz-ss-sp { font-size: 69% !important; }
.fz-s-sp { font-size: 85% !important; }
.fz-m-sp { font-size: 100% !important; }
.fz-l-sp { font-size: 115% !important; }
.fz-ll-sp { font-size: 130% !important; }
.fz-lll-sp { font-size: 146% !important; }
.fz-llll-sp { font-size: 176% !important; }

/* position */
.left-position-sp,
tr.left-position-sp th,
tr.left-position-sp td,
table.left-position-sp th,
table.left-position-sp td {
  text-align: left !important;
}

.right-position-sp,
tr.right-position-sp th,
tr.right-position-sp td,
table.right-position-sp th,
table.right-position-sp td {
  text-align: right !important;
}

.center-position-sp,
tr.center-position-sp th,
tr.center-position-sp td,
table.center-position-sp th,
table.center-position-sp td,
table.center-position-sp-th th {
  text-align: center !important;
}

.middle-position-sp,
tr.middle-position-sp th,
tr.middle-position-sp td,
table.middle-position-sp th,
table.middle-position-sp td {
  vertical-align: middle !important;
}

.nowrap-sp,
.nowrap-th-sp th {
  white-space: nowrap;
}

/* flex */
.flex-sp { display: flex !important; }

.flex-column-sp {
  display: flex !important;
  flex-direction: column !important;
}

.flex-row-sp {
  display: flex !important;
  flex-direction: row !important;
}

.flex-justify-center-sp { justify-content: center !important; }
.flex-justify-start-sp { justify-content: flex-start !important; }
.flex-justify-end-sp { justify-content: flex-end !important; }
.flex-align-center-sp { align-items: center !important; }
.flex-align-start-sp { align-items: flex-start !important; }
.flex-align-end-sp { align-items: flex-end !important; }

/* margin */
.m-auto-sp { margin: 0 auto !important;}

.mb-0-sp { margin-bottom: 0px !important; }
.mb-5-sp { margin-bottom: 5px !important; }
.mb-10-sp { margin-bottom: 10px !important; }
.mb-15-sp { margin-bottom: 15px !important; }
.mb-20-sp { margin-bottom: 20px !important; }
.mb-25-sp { margin-bottom: 25px !important; }
.mb-30-sp { margin-bottom: 30px !important; }
.mb-35-sp { margin-bottom: 35px !important; }
.mb-40-sp { margin-bottom: 40px !important; }
.mb-45-sp { margin-bottom: 45px !important; }
.mb-50-sp { margin-bottom: 50px !important; }
.mb-55-sp { margin-bottom: 55px !important; }
.mb-60-sp { margin-bottom: 60px !important; }
.mb-65-sp { margin-bottom: 65px !important; }
.mb-70-sp { margin-bottom: 70px !important; }
.mb-75-sp { margin-bottom: 75px !important; }
.mb-80-sp { margin-bottom: 80px !important; }
.mb-85-sp { margin-bottom: 85px !important; }
.mb-90-sp { margin-bottom: 90px !important; }
.mb-95-sp { margin-bottom: 95px !important; }
.mb-100-sp { margin-bottom: 100px !important; }

.mb05em-sp { margin-bottom: 0.5em !important; }
.mb1em-sp { margin-bottom: 1em !important; }
.mb1hem-sp { margin-bottom: 1.5em !important; }
.mb2em-sp { margin-bottom: 2em !important; }
.mb2hem-sp { margin-bottom: 2.5em !important; }
.mb3em-sp { margin-bottom: 3em !important; }

.last-para { margin-bottom: 50px !important; }
.last-para2 { margin-bottom: 100px !important; }

.ml-auto-sp { margin-left: auto !important; }
.ml-0-sp { margin-left: 0px !important; }
.ml-5-sp { margin-left: 5px !important; }
.ml-10-sp { margin-left: 10px !important; }
.ml-15-sp { margin-left: 15px !important; }
.ml-20-sp { margin-left: 20px !important; }
.ml-25-sp { margin-left: 25px !important; }
.ml-30-sp { margin-left: 30px !important; }
.ml-35-sp { margin-left: 35px !important; }
.ml-40-sp { margin-left: 40px !important; }
.ml-45-sp { margin-left: 45px !important; }
.ml-50-sp { margin-left: 50px !important; }
.ml-55-sp { margin-left: 55px !important; }
.ml-60-sp { margin-left: 60px !important; }
.ml-65-sp { margin-left: 65px !important; }
.ml-70-sp { margin-left: 70px !important; }
.ml-75-sp { margin-left: 75px !important; }
.ml-80-sp { margin-left: 80px !important; }
.ml-85-sp { margin-left: 85px !important; }
.ml-90-sp { margin-left: 90px !important; }
.ml-95-sp { margin-left: 95px !important; }
.ml-100-sp { margin-left: 100px !important; }

.mr-auto-sp { margin-right: auto !important; }
.mr-0-sp { margin-right: 0px !important; }
.mr-5-sp { margin-right: 5px !important; }
.mr-10-sp { margin-right: 10px !important; }
.mr-15-sp { margin-right: 15px !important; }
.mr-20-sp { margin-right: 20px !important; }
.mr-25-sp { margin-right: 25px !important; }
.mr-30-sp { margin-right: 30px !important; }
.mr-35-sp { margin-right: 35px !important; }
.mr-40-sp { margin-right: 40px !important; }
.mr-45-sp { margin-right: 45px !important; }
.mr-50-sp { margin-right: 50px !important; }
.mr-55-sp { margin-right: 55px !important; }
.mr-60-sp { margin-right: 60px !important; }
.mr-65-sp { margin-right: 65px !important; }
.mr-70-sp { margin-right: 70px !important; }
.mr-75-sp { margin-right: 75px !important; }
.mr-80-sp { margin-right: 80px !important; }
.mr-85-sp { margin-right: 85px !important; }
.mr-90-sp { margin-right: 90px !important; }
.mr-95-sp { margin-right: 95px !important; }
.mr-100-sp { margin-right: 100px !important; }

.mt-0-sp { margin-top: 0 !important; }
.mt-5-sp { margin-top: 5px !important;}
.mt-10-sp { margin-top: 10px !important; }
.mt-15-sp { margin-top: 15px !important; }
.mt-20-sp { margin-top: 20px !important; }
.mt-25-sp { margin-top: 25px !important; }
.mt-30-sp { margin-top: 30px !important; }
.mt-35-sp { margin-top: 35px !important; }
.mt-40-sp { margin-top: 40px !important; }
.mt-45-sp { margin-top: 45px !important; }
.mt-50-sp { margin-top: 50px !important; }
.mt-55-sp { margin-top: 55px !important; }
.mt-60-sp { margin-top: 60px !important; }
.mt-65-sp { margin-top: 65px !important; }
.mt-70-sp { margin-top: 70px !important; }
.mt-75-sp { margin-top: 75px !important; }
.mt-80-sp { margin-top: 80px !important; }
.mt-85-sp { margin-top: 85px !important; }
.mt-90-sp { margin-top: 90px !important; }
.mt-95-sp { margin-top: 95px !important; }
.mt-100-sp { margin-top: 100px !important; }

/* padding */
.pb-0-sp { padding-bottom: 0px !important; }
.pb-5-sp { padding-bottom: 5px !important; }
.pb-10-sp { padding-bottom: 10px !important; }
.pb-15-sp { padding-bottom: 15px !important; }
.pb-20-sp { padding-bottom: 20px !important; }
.pb-25-sp { padding-bottom: 25px !important; }
.pb-30-sp { padding-bottom: 30px !important; }
.pb-35-sp { padding-bottom: 35px !important; }
.pb-40-sp { padding-bottom: 40px !important; }
.pb-45-sp { padding-bottom: 45px !important; }
.pb-50-sp { padding-bottom: 50px !important; }
.pb-55-sp { padding-bottom: 55px !important; }
.pb-60-sp { padding-bottom: 60px !important; }
.pb-65-sp { padding-bottom: 65px !important; }
.pb-70-sp { padding-bottom: 70px !important; }
.pb-75-sp { padding-bottom: 75px !important; }
.pb-80-sp { padding-bottom: 80px !important; }
.pb-85-sp { padding-bottom: 85px !important; }
.pb-90-sp { padding-bottom: 90px !important; }
.pb-95-sp { padding-bottom: 95px !important; }
.pb-100-sp { padding-bottom: 100px !important; }

.pl-0-sp { padding-left: 0px !important; }
.pl-5-sp { padding-left: 5px !important; }
.pl-10-sp { padding-left: 10px !important; }
.pl-15-sp { padding-left: 15px !important; }
.pl-20-sp { padding-left: 20px !important; }
.pl-25-sp { padding-left: 25px !important; }
.pl-30-sp { padding-left: 30px !important; }
.pl-35-sp { padding-left: 35px !important; }
.pl-40-sp { padding-left: 40px !important; }
.pl-45-sp { padding-left: 45px !important; }
.pl-50-sp { padding-left: 50px !important; }
.pl-55-sp { padding-left: 55px !important; }
.pl-60-sp { padding-left: 60px !important; }
.pl-65-sp { padding-left: 65px !important; }
.pl-70-sp { padding-left: 70px !important; }
.pl-75-sp { padding-left: 75px !important; }
.pl-80-sp { padding-left: 80px !important; }
.pl-85-sp { padding-left: 85px !important; }
.pl-90-sp { padding-left: 90px !important; }
.pl-95-sp { padding-left: 95px !important; }
.pl-100-sp { padding-left: 100px !important; }

.pr-0-sp { padding-left: 0px !important; }
.pr-5-sp { padding-left: 5px !important; }
.pr-10-sp { padding-left: 10px !important; }
.pr-15-sp { padding-left: 15px !important; }
.pr-20-sp { padding-left: 20px !important; }
.pr-25-sp { padding-left: 25px !important; }
.pr-30-sp { padding-left: 30px !important; }
.pr-35-sp { padding-left: 35px !important; }
.pr-40-sp { padding-left: 40px !important; }
.pr-45-sp { padding-left: 45px !important; }
.pr-50-sp { padding-left: 50px !important; }
.pr-55-sp { padding-left: 55px !important; }
.pr-60-sp { padding-left: 60px !important; }
.pr-65-sp { padding-left: 65px !important; }
.pr-70-sp { padding-left: 70px !important; }
.pr-75-sp { padding-left: 75px !important; }
.pr-80-sp { padding-left: 80px !important; }
.pr-85-sp { padding-left: 85px !important; }
.pr-90-sp { padding-left: 90px !important; }
.pr-95-sp { padding-left: 95px !important; }
.pr-100-sp { padding-left: 100px !important; }

.pt-0-sp { padding-top: 0px !important; }
.pt-5-sp { padding-top: 5px !important; }
.pt-10-sp { padding-top: 10px !important; }
.pt-15-sp { padding-top: 15px !important; }
.pt-20-sp { padding-top: 20px !important; }
.pt-25-sp { padding-top: 25px !important; }
.pt-30-sp { padding-top: 30px !important; }
.pt-35-sp { padding-top: 35px !important; }
.pt-40-sp { padding-top: 40px !important; }
.pt-45-sp { padding-top: 45px !important; }
.pt-50-sp { padding-top: 50px !important; }
.pt-55-sp { padding-top: 55px !important; }
.pt-60-sp { padding-top: 60px !important; }
.pt-65-sp { padding-top: 65px !important; }
.pt-70-sp { padding-top: 70px !important; }
.pt-75-sp { padding-top: 75px !important; }
.pt-80-sp { padding-top: 80px !important; }
.pt-85-sp { padding-top: 85px !important; }
.pt-90-sp { padding-top: 90px !important; }
.pt-95-sp { padding-top: 95px !important; }
.pt-100-sp { padding-top: 100px !important; }

/* width */
.wd-100p-sp { width: 100% !important; }
.wd-95p-sp { width: 95% !important; }
.wd-90p-sp { width: 90% !important; }
.wd-85p-sp { width: 85% !important; }
.wd-80p-sp { width: 80% !important; }
.wd-75p-sp { width: 75% !important; }
.wd-70p-sp { width: 70% !important; }
.wd-65p-sp { width: 65% !important; }
.wd-60p-sp { width: 60% !important; }
.wd-55p-sp { width: 55% !important; }
.wd-50p-sp { width: 50% !important; }
.wd-45p-sp { width: 45% !important; }
.wd-40p-sp { width: 40% !important; }
.wd-35p-sp { width: 35% !important; }
.wd-30p-sp { width: 30% !important; }
.wd-25p-sp { width: 25% !important; }
.wd-20p-sp { width: 20% !important; }
.wd-15p-sp { width: 15% !important; }
.wd-auto-sp { width: auto !important; }

/* @end */
}

@media screen and (max-width: 376px) {
	
	[class*="strengths-box"] .box {
		padding: 30px 30px 35px;
	}
}
