@charset "utf-8";
/*-----------------------------フォント*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
/*-----------------------------リセットCSS*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
/* Remove default margin */
body, h1, h2, h3, h4, h5, h6, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}
/* Set core root defaults */
html {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 100%;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin: 0;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
img {
  height: auto;
}
picture {
  display: block;
}
address, em {
  font-style: normal;
}
table {
  border-collapse: collapse;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="search"], input[type="submit"], input[type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="search"]::-webkit-search-decoration, input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  clear: both;
}
/*-----------------------------初期値CSS*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
  position: relative;
  background: #fff;
  color: #332113;
  overflow-x: hidden;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }
}
a {
  transition: .2s;
  text-decoration: none;
  color: #332113;
  display: block;
  cursor: pointer;
  -webkit-text-decoration: none;
}
a:hover {
  opacity: .7;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a[href*="tel:"] {
  display: inline;
}
/*スマホ時電話リンク*/
@media (min-width: 599px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*iPhoneで画面サイズに合わせる*/
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
/*-----------------------------共通CSS*/
main.main {
  position: relative;
  z-index: 1;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inner, ul.inner {
  max-width: 1016px;
  width: calc(100% - 96px);
  margin: 0 auto;
  box-sizing: border-box;
}
.sp {
  display: none;
}
.orange {
  color: #f39651;
}
.green {
  color: #8FB92C;
}
.blue {
  color: #5ac3d7;
}
.red {
  color: #DB5558;
}
.yellow {
  color: #F7D100;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.bold {
  font-weight: 700;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.wbr {
  word-break: keep-all;
  white-space: normal;
}
hr {
  height: 1px;
  border: none;
}
.img img, .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgFull img {
  width: auto;
  margin: auto;
  object-fit: contain;
}
/*modBtn1*/
.modBtn1 {
  position: relative;
  width: 100%;
  /*  height: 100%;
*/ max-width: 435px;
  margin-top: 20px;
}
.modBtn1.modBtn-shisei .text{
	top: 70%;
	left: 70%;
}
.modBtn1.center {
  margin-right: auto;
  margin-left: auto;
}
.modBtn1 .text {
  position: absolute;
  top: 50%;
  left: calc(50% + 27px);
  transform: translateY(-50%) translateX(calc(-50% + 27px));
  margin: auto;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  color: #fff;
  width: 100% !important;
  padding: 0 !important;
}
/*modBtn2*/
.modBtn2 {
  position: relative;
  width: 100%;
  max-width: 758px;
  margin: 0 auto;
  background: url(../img/common/button02.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: min(75px, 10vw) 0 35px min(43px, 5vw);
  column-gap: min(20px, 1.25vw);
}
a[href*="tel:"].modBtn2 {
  display: flex;
}
.modBtn2 .left {
  text-align: center;
}
.modBtn2 .left .title {
  font-size: min(30px, 4vw);
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.5;
  color: #549934;
}
.modBtn2 .left .time {
  font-size: min(17px, 2.2vw);
  letter-spacing: .06em;
  color: #549934;
}
.modBtn2 .right {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.modBtn2 .right .text {
  display: block;
  font-size: min(25px, 3vw);
}
.modBtn2 .right .num {
  display: block;
  font-size: min(32px, 4.7vw);
  line-height: 1.2;
}
/*modBtn3*/
.modBtn3 a {
  font-size: 16px;
  border: none;
  background-image:
    url(../html/img/common/icon-right-white.svg), linear-gradient(90deg, #88AAB9 0%, #2A5CAA 80%);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 20px, center;
  background-size: 15px, cover;
}
/*modBtn4*/
.modBtn4 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 220px;
  background: linear-gradient(90deg, #88AAB9 0%, #2A5CAA 80%);
  border-radius: 40px;
  padding: 1px;
}
.modBtn4 a {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: 0 45px;
  background: url(../html/img/common/icon-right-blue.svg) no-repeat center right 20px;
  background-size: 15px;
  background-color: #fff;
  color: #fff;
  padding-top: 3px;
}
.modBtn4 a .textGrd {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: .2s;
}
/*section*/
.section {
  padding: 100px 0;
}
.bg {
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position: bottom center;
}
.bg.bg1 {
  background-image: url(../img/common/bg01.jpg);
}
.bg.bg2 {
  background-image: url(../img/common/bg02.jpg);
}
.bg.bg3 {
  background-color: #fffce9;
}
.bg.bg4 {
  background-image: url(../img/top/support-bg-pc.jpg);
  background-size: cover;
}
ul.boxBg {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  background-color: #fffce9;
  margin-bottom: 20px;
}
ul.boxBg1::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 78px;
  height: 100px;
  background: url(../img/common/copy-illust.png) no-repeat center;
  background-size: 100% auto;
}
@media screen and (min-width: 1201px) {
  .bg {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 599px) {
  .section {
    padding: min(100px, 13.333333333333334vw) 0 min(135px, 18vw);
  }
  .bg {
    background-size: 100% auto;
  }
  .bg.bg1 {
    background-image: url(../img/common/bg01-sp.jpg);
  }
  .bg.bg2 {
    background-image: url(../img/common/bg02-sp.jpg);
  }
  ul.boxBg::before {
    top: -60px;
    width: 40px;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
}
/*sectionTitle*/
.sectionTitle {
  position: relative;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: .06em;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 35px;
  background: url(../img/common/leaf.png) no-repeat top center;
  background-size: 87px;
}
.sectionTitle .small {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
/*タイトル*/
.h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: .06em;
}
.h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.433333333;
}
.h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.433333333;
}
.h6 {
  font-size: 18px;
}
/*ul*/
ul.list {
  margin: 10px 0;
}
.list li {
  position: relative;
  padding-left: 1.6em;
}
.list li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
/*textLink*/
.content a, .textLink {
  display: inline;
  text-decoration: underline;
  color: #8FB92C;
}
.content a:hover, .textLink:hover {
  text-decoration: none;
  opacity: .7;
}
/*table*/
.table, .table th, .table td {
  border-collapse: collapse;
}
.table {
  width: 100%;
  border-top: 1px solid #CECECE;
  margin: 50px 0;
}
.table th, .table td {
  border-bottom: 1px solid #CECECE;
  line-height: 1.5;
  table-layout: fixed;
  text-align: left;
}
.table th {
  font-weight: 800;
}
/*table1,table2*/
.table1 {
  border-top: none;
}
.table1 th, .table1 td {
  vertical-align: top;
  padding: 18px 10px;
}
.table1 th {
  width: 155px;
}
.table2 th {
  width: 277px;
}
@media screen and (max-width: 1023px) {
  .inner, ul.inner {
    width: calc(100% - min(40px, 5.333333333333334vw));
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*sectionTitle*/
  .sectionTitle {
    font-size: min(36px, 4.8vw);
    background-size: min(87px, 11.600000000000001vw);
    padding-top: min(70px, 9.333333333333334vw);
  }
  .sectionTitle .small {
    font-size: min(26px, 3.4666666666666663vw);
    margin-top: 0;
  }
  .h3 {
    font-size: min(30px, 4vw);
  }
  .page .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 18px;
  }
  .h6 {
    font-size: 16px;
  }
  /*modBtn1*/
  .modBtn1 {
    max-width: 633.31px;
    width: 84.44133333333332vw;
    margin-top: min(85px, 11.333333333333332vw);
  }
  .modBtn1 .text {
    left: calc(50% + min(27px, 3.5999999999999996vw));
    transform: translateY(-50%) translateX(calc(-50% + min(27px, 3.5999999999999996vw)));
    font-size: min(36px, 4.8vw);
  }
  /*modBtn2*/
  .modBtn2 {
    max-width: 755px;
    width: calc(100% - min(40px, 5.333333333333334vw));
    padding: min(75px, 9.5vw) 0 min(35px, 3.8vw) min(43px, 4vw);
    column-gap: min(15px, 2vw);
  }
  .modBtn2 .left .title {
    font-size: min(30px, 3.8vw);
  }
  .modBtn2 .left .time {
    font-size: min(17px, 2.1vw);
  }
  .modBtn2 .right .text {
    font-size: min(25px, 3vw);
  }
  .modBtn2 .right .num {
    font-size: min(32px, 4.3vw);
  }
  /*table1*/
  .table1 th, .table1 td {
    border-bottom: 1px solid #CECECE;
    vertical-align: top;
    padding: 18px 3px;
    line-height: 1.5;
    font-size: 14px;
  }
  .table1 th {
    width: 80px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

ヘッダー

--------------------------------------------------------------------------------------------------------------------*/
.header {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 1;
}
/*-----------------------------左ロゴ*/
.header .logo {
  text-align: center;
  margin-bottom: 20px;
}
.header .logo .title {
  width: 213px;
  height: 66px;
  margin: 0 auto 10px;
}
.header .logo .text {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .06em;
  background: linear-gradient(0deg, #089F3D 0%, #9ACB46 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*-----------------------------メニュー*/
/*nav*/
.header .nav {
  position: relative;
  max-width: 917px;
  justify-content: space-between;
  align-items: center;
  padding: 27px 35px;
  background: url(../img/common/header.png) no-repeat center;
  background-size: auto 100%;
}
.header .nav .navInner {
  align-items: center;
}
.header .nav .navInner1 {
  align-items: flex-start;
  padding-left: 80px;
}
.header .nav .navInner2 {
  justify-content: flex-end;
  padding-right: 50px;
}
.header .nav a {
  letter-spacing: .06em;
  padding: 13px 14px;
}
@media screen and (max-width: 1023px) {
  .header {
    top: min(35px, 4.666666666666667vw);
  }
  /*-----------------------------左ロゴ*/
  .header .logo {
    margin-bottom: 0;
  }
  .header .logo .title {
    width: 40.13333333333333vw;
    max-width: 301px;
    height: 12.4vw;
    max-height: 93px;
    margin: 0 auto 15px;
  }
  .header .logo .text {
    font-size: min(30px, 4vw);
  }
  .header .nav {
    display: none;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

ハンバーガーメニュー

--------------------------------------------------------------------------------------------------------------------*/
.hamburger {
  display: none;
}
/*----------------------------------------------------------------------三本ライン*/
.hamburger .line {
  position: fixed;
  top: min(61px, 8.133333333333333vw);
  right: min(45px, 6vw);
  display: flex;
  height: min(51px, 6.800000000000001vw);
  width: min(51px, 6.800000000000001vw);
  justify-content: center;
  align-items: center;
  z-index: 999999;
  cursor: pointer;
}
.hamburger .line span, .hamburger .line span:before, .hamburger .line span:after {
  content: '';
  display: block;
  height: min(3px, 0.4vw);
  width: min(51px, 6.800000000000001vw);
  background-color: #8FB92C;
  position: absolute;
}
/*.line1*/
.hamburger .line span.line1:before {
  bottom: min(18px, 2.4vw);
  left: 0;
}
.hamburger .line span.line1:after {
  top: min(18px, 2.4vw);
  left: 0;
}
/*open*/
.hamburger .line.is-activeLine span.line1 {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
.hamburger .line.is-activeLine span.line1::before {
  bottom: 0;
  transform: rotate(45deg);
}
.hamburger .line.is-activeLine span.line1::after {
  top: 0;
  transform: rotate(-45deg);
}
/* アニメーション前のメニューの状態 */
.hamburger .line.is-activeLine span.line1 {
  pointer-events: auto;
  opacity: 1;
}
/* アニメーション後のメニューの状態 */
.hamburger .line.is-activeLine span.line1 {
  pointer-events: none;
  opacity: 0;
}
.hamburger .line.is-activeLine span.line1 {
  pointer-events: none;
  opacity: 0;
}
/* アニメーション後のメニューの状態 */
.hamburger .line.is-activeLine span.line1 {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .hamburger {
    display: block;
  }
}
/*-----------------------------------------------------------------------中のメニュー*/
.hamburger .menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box; /* 追加 */
  z-index: 9;
  background-color: rgba(166, 153, 137, .5);
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE・Edge旧対応 */
}
.hamburger .menu .menuInner {
  margin-left: auto;
  width: 75.86666666666667vw;
  padding: min(82px, 10.933333333333334vw) min(64px, 8.533333333333333vw);
  min-height: 100%;
  background: url(../img/common/hamburger-illust.png) no-repeat right min(47px, 6.266666666666667vw) bottom min(51px, 6.800000000000001vw);
  background-size: min(98px, 13.066666666666665vw);
  background-color: #FFFFF1;
}
.hamburger .menu::-webkit-scrollbar {
  display: none; /* Chrome/Safari用 */
}
/*動き*/
/* アニメーション前のメニューの状態 */
.hamburger .menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.hamburger .menu .menuInner {
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
/* アニメーション後のメニューの状態 */
.hamburger .menu.is-active {
  opacity: 1;
  pointer-events: auto;
}
.hamburger .menu.is-active .menuInner {
  transform: translateX(0);
}
/*menu*/
.hamburger .menu .navList {
  max-width: 568px;
  margin: 0 auto;
}
.hamburger .menu .navList a {
  font-size: min(30px, 4vw);
  margin-bottom: min(69px, 9.2vw);
}
.hamburger .menu .navList li {
  position: relative;
  padding-left: 20px;
}
.hamburger .menu .navList li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
/*--------------------------------------------------------------------------------------------------------------------

バナー

--------------------------------------------------------------------------------------------------------------------*/
.fixedBanner {
  position: absolute;
  top: 42.916666666666664vw;
  right: 0;
  width: 267px;
  height: 195px;
  z-index: 2;
  padding-top: 55px;
  background: url(../img/common/banner.png) no-repeat top right 25px;
  background-size: 87px;
}
.page .fixedBanner {
  top: 340px;
}
.fixedBanner .fixedBannerInner {
  background-color: #8fb92c;
  border-radius: 20px 0 0 20px;
  padding: 12px;
  text-align: center;
}
.fixedBanner .title {
  font-size: 16.97px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #fff;
}
.fixedBanner .time {
  letter-spacing: .06em;
  color: #fff;
  margin: 0 0 5px 0;
}
.fixedBanner .bgWhite {
  background-color: #fff;
  padding: 0 10px;
  border-radius: 50px;
  width: 204.75px;
  height: 34.8px;
  margin: 0 auto;
}
.fixedBanner .bgWhite .num {
  display: inline-block;
  font-size: 21.22px;
  font-weight: 700;
  letter-spacing: .02em;
}
.fixedBanner .bgWhite .open {
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
  width: 100%;
  font-weight: 900;
  letter-spacing: .06em;
  color: #8fb92c;
}
@media screen and (max-width: 1023px) {
  .page .fixedBanner {
    top: 300px;
  }
}
@media screen and (max-width: 899px) {
  .fixedBanner, .page .fixedBanner {
    position: fixed;
    top: auto;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 92.53333333333333vw;
    max-width: 694px;
    height: 40.53333333333333vw;
    max-height: 304px;
    padding-top: min(70px, 10.266666666666667vw);
    background-position: top center;
    background-size: min(119px, 15.866666666666667vw);
  }
  .fixedBanner .fixedBannerInner {
    background-color: #8fb92c;
    border-radius: min(20px, 2.666666666666667vw);
    padding: min(22px, 2.933333333333333vw);
    text-align: center;
    box-shadow: 3.02px 2.62px 7px 0px rgba(64, 76, 57, 0.44);
  }
  .fixedBanner .title {
    font-size: min(50px, 6.666666666666667vw);
    line-height: 1.2;
  }
  .fixedBanner .time {
    font-size: min(24px, 3.2vw);
    margin: 0 0 5px 0;
  }
  .fixedBanner .bgWhite {
    background-color: #fff;
    padding: 0 10px;
    border-radius: min(17.4px, 2.32vw);
    width: 100%;
    height: 8.934666666666667vw;
    margin: 0 auto;
  }
  .fixedBanner .bgWhite .num {
    line-height: 8.934666666666667vw;
    font-size: min(36px, 4.8vw);
    margin-right: 10px;
  }
  .fixedBanner .bgWhite .open {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 8.934666666666667vw;
    bottom: auto;
    left: auto;
    width: auto;
    font-size: min(24px, 3.2vw);
    font-weight: 700;
    color: #8fb92c;
    -webkit-text-stroke: 0 #fff;
    margin-top: 1px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

フッター

--------------------------------------------------------------------------------------------------------------------*/
.footer {
  position: relative;
  padding-bottom: 0;
}
.footer .footerTop.inner {
  position: relative;
  max-width: 1042px;
  padding-bottom: 95px;
}
.footer .ab {
  position: absolute;
  width: 118px;
  height: 107px;
  background: url(../img/common/footer-illust.png) no-repeat center;
  background-size: auto 100%;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  font-size: 14.11px;
  font-weight: 700;
}
.footer .ab1 {
  top: 0;
  left: 0;
}
.footer .ab2 {
  top: 55px;
  left: 122px;
}
.footer .ab .l {
  display: inline-block;
  font-size: 28.21px;
  line-height: 1.2;
}
.footer .ab .m {
  display: inline-block;
  font-size: 18.81px;
  line-height: 1.2;
}
.footer .logo {
  position: relative;
  text-align: center;
  z-index: 1;
}
.footer .logo img {
  max-width: 193px;
  margin: 0 auto 30px;
}
.footer .logo .text {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .06em;
}
.footer .modBtn2 {
  margin: -35px auto 25px;
}
.footer .info {
  justify-content: center;
  column-gap: 18px;
  row-gap: min(50px, 6.666666666666667vw);
}
.footer .info .left {
  width: 641px;
  background-color: #A09792;
  border-radius: 20px;
  padding: 19px 30px;
  color: #fff;
  text-align: center;
}
.footer .info .left table {
  width: 100%;
}
.footer .info .left table th, .footer .info .left table td {
  font-size: 20px;
  padding: 10px 5px;
  border-bottom: 1px solid #fff;
}
.footer .info .left .text {
  margin-top: 15px;
  font-size: 20px;
}
.footer .info .right {
  max-width: 383px;
}
.footer .info .right a:first-child {
  margin-bottom: 19px;
}
/*copy*/
.footer .copy {
  color: #fff;
  font-size: 20px;
  font-size: 700;
  line-height: 1.6;
  background-color: #433325;
  text-align: center;
}
.footer .copy .inner {
  max-width: 1110px;
  background: url(../img/common/copy-illust.png) no-repeat bottom right;
  background-size: 98px;
  padding: 40px 0;
}
@media screen and (max-width: 899px) {
  .footer .copy .inner {
    background: none;
    padding-bottom: 45vw;
  }
}
@media screen and (max-width: 799px) {
  .footer .footerTop.inner {
    padding-bottom: min(45px, 6vw);
  }
  .footer .ab {
    width: 23.2vw;
    max-width: 144px;
    height: 18.266667vw;
    max-height: 107px;
    padding-top: min(25px, 5.333333vw);
    font-size: min(18px, 2.7vw);
    line-height: 1.2;
  }
  .footer .ab1 {
    top: 0;
    left: min(25px, 3.3333333333333335vw);
  }
  .footer .ab2 {
    top: 0;
    left: auto;
    right: min(25px, 3.3333333333333335vw);
  }
  .footer .ab .l {
    font-size: min(34.38px, 4.5840000000000005vw);
  }
  .footer .ab .m {
    font-size: min(22.92px, 3.0560000000000005vw);
  }
  .footer .logo img {
    width: 46.400000000000006vw;
    max-width: 348px;
    margin: 0 auto min(20px, 2.666666666666667vw);
  }
  .footer .logo .text {
    font-size: min(24px, 3.2vw);
  }
  .footer .modBtn2 {
    width: 100%;
    margin: 0 auto min(45px, 6vw);
  }
  .footer .info {
    padding: 0 min(20px, 2.666666666666667vw);
    ;
  }
  .footer .info .right a:first-child {
    margin-bottom: min(45px, 6vw);
  }
  /*copy*/
  .footer .copy {
    font-size: min(20px, 2.666666666666667vw);
  }
  .footer .copy .inner {
    padding: min(50px, 6.666666666666667vw) 0;
    padding-bottom: 45vw;
  }
}
@media screen and (max-width: 599px) {
  .footer .copy .inner {
    padding-bottom: 45vw;
  }
  .footer .info .left {
    padding: min(10px, 2.5vw) 10px;
    border-radius: min(20px, 4vw);
  }
  .footer .info .left table th, .footer .info .left table td {
    font-size: min(20px, 3.2vw);
    padding: min(10px, 1vw) 5px;
  }
  .footer .info .left .text {
    margin-top: min(10px, 2.5vw);
    font-size: min(20px, 3.2vw);
  }
}
/*--------------------------------------------------------------------------------------------------------------------

トップ・下層

--------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------MV*/
.mv {
  position: relative;
}
.mv .ab {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 100%;
  text-align: center;
}
.mv .ab1 {
  top: 280px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: .140em;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(64, 76, 57, 0.75);
}
.mv .ab2 {
  bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .06em;
}
@media screen and (max-width: 1023px) {
  .mv .ab1 {
    top: min(230px, 30.666666666666664vw);
  }
}
@media screen and (max-width: 599px) {
  .mv .inner {
    width: calc(100% - 32px);
  }
  .mv .text {
    padding: 47px 0;
    background-size: 308px;
  }
  .mv .text .title {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .mv .text .title .sub {
    font-size: 20px;
  }
  .mv .ab1 {
    padding-left: min(55px, 7.333333333333333vw);
    font-size: min(30px, 4vw);
    line-height: 2.127;
    text-align: left;
  }
  .mv .ab2 {
    bottom: min(20px, 2.666666666666667vw);
    font-size: min(24px, 3.2vw);
  }
}
/*pageMv*/
.pageMv {
  padding-top: 320px;
  padding-bottom: 70px;
}
.pageMv .inner {
  max-width: 50vw;
}
.pageMv .sectionTitle {
  padding-top: 0;
  background: none;
  margin-bottom: 0;
}
.pageMv .text {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .pageMv {
    padding-top: min(35vw, 250px);
    padding-bottom: min(8vw, 30px);
  }
}
@media screen and (max-width: 899px) {
  .pageMv .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .pageMv .sectionTitle {
    font-size: 28px;
  }
}
/*aboutTop*/
.aboutTop {
  position: relative;
}
.aboutTop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 1200px;
  height: 100%;
  background: url(../img/top/about-bg.png) no-repeat center;
  background-size: 1200px;
}
.aboutTop .text {
  max-width: 735px;
}
@media screen and (min-width: 600px) {
  .aboutTop .sectionTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .aboutTop .sectionTitle .sub {
    color: #EC891F;
    text-align: left;
    display: block;
  }
  .aboutTop .sectionTitle img {
    width: 100%;
    padding: min(50px, 6.666666666666667vw);
  }
  .aboutTop .sectionTitle, .aboutTop .text {
    width: calc(100% - min(80px, 10.666666666666668vw));
  }
}
/*worriesTop*/
.worriesTop {
  position: relative;
}
.worriesTop::before {
  content: "";
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 1122.32px;
  height: 245px;
  background: url(../img/top/worries-bg.png) no-repeat center left;
  background-size: auto 100%;
}
.worriesTop .inner {
  width: 100%;
  max-width: 1097px;
  text-align: center;
}
.worriesTop .sectionTitle {
  background: none;
  padding-top: 0;
  margin-bottom: 0;
}
.worriesTop .img {
  margin: -95px 0 18px;
}
@media screen and (max-width: 599px) {
  .worriesTop::before {
    display: none;
  }
  .worriesTop .img {
    margin: 20px 0 10px;
  }
}
/*supportTop*/
.supportTop {
  position: relative;
}
.supportTop::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 1200px;
  height: 100%;
  background: url(../img/top/wave.png) no-repeat top center;
  background-size: 1200px;
}
.supportTop.bg.bg2 {
  background-image: url(../img/common/bg02.jpg), url(../img/top/support-bg-pc.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: 1200px, cover;
  background-position: bottom center, top left;
}
.supportTop .inner {
  max-width: 1100px;
}
.supportTop .sectionTitle {
  padding-left: 70px;
  padding-right: 70px;
}
.supportTop .supportList {
  position: relative;
  column-gap: 30px;
  background: url(../img/top/age-illust02.png) no-repeat center left min(357px, 29.75vw);
  background-size: 115px;
}
.supportTop .supportList::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 100%;
  max-width: 1120px;
  height: 162px;
  background: url(../img/top/age-illust01.png) no-repeat center right;
  background-size: auto 100%;
}
.supportTop .supportList .box {
  position: relative;
  text-align: center;
  width: calc(100% / 3 - 67px);
  height: 100%;
}
.supportTop .supportList .box2 {
  width: 110px;
  margin-top: 180px;
}
.supportTop .supportList .box3 {
  margin-top: 108px;
}
.supportTop .supportList .box4 {
  margin-top: 360px;
}
.supportTop .supportList .box6 {
  width: 110px;
}
.supportTop .supportList .box7 {
  margin-top: -100px;
}
.supportTop .supportList .box .ab {
  position: absolute;
  font-size: min(24px, 2vw);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .06em;
  color: #fff;
  text-align: center;
}
.supportTop .supportList .box1 .ab {
  top: min(21px, 1.6vw);
  left: min(50px, 3.8vw);
}
.supportTop .supportList .box3 .ab, .supportTop .supportList .box4 .ab {
  top: min(19px, 1.4vw);
  left: min(90px, 7vw);
}
.supportTop .supportList .box5 .ab {
  top: min(20px, 1.5vw);
  left: min(50px, 3.5vw);
}
.supportTop .supportList .box7 .ab {
  top: min(26px, 2.1vw);
  left: min(70px, 5.2vw);
}
.supportTop .supportList .box .ab .small {
  display: block;
  font-size: min(16px, 1.2vw);
  font-weight: 500;
}
.supportTop .supportList .box .text .title {
  font-size: 20px;
  margin: 20px 0 10px;
}
.supportTop .btnList {
  justify-content: center;
  column-gap: 55px;
  row-gap: 30px;
  padding-top: 140px;
  background-image: url(../img/top/age-illust03.png), url(../img/top/age-illust04.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 147px, 174px;
  background-position: top 20px left 40px, top right;
  max-width: 980px;
  margin: 40px auto 0;
}
.supportTop .btnList .modBtn1 {
  margin-top: 0;
}
@media screen and (min-width: 1201px) {
  .supportTop.bg.bg2 {
    background-size: 100% auto, cover;
  }
}
@media screen and (max-width: 956px) {
  .supportTop .btnList {
    background: url(../img/top/age-illust03.png) no-repeat top right 25px;
    background-size: min(147px, 19.6vw);
    max-width: 435px;
    padding-top: min(135px, 17vw);
  }
}
@media screen and (max-width: 799px) {
  .supportTop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: min(789px, 105.2vw);
    height: 100%;
    background: url(../img/top/wave-sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  .supportTop .inner {
    max-width: min(640px, 85.33333333333334vw);
  }
  .supportTop .sectionTitle {
    padding-left: 0;
    padding-right: 0;
  }
  .supportTop .supportList {
    column-gap: 0;
    row-gap: min(55px, 12.333333vw);
    background: none;
  }
  .supportTop .supportList::before {
    display: none;
  }
  .supportTop .supportList .box {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
  }
  .supportTop .supportList .box1 {
    order: 1;
  }
  .supportTop .supportList .box2 {
    position: absolute;
    top: 38vw;
    left: calc(50% - 20px);
    width: 110px;
    margin-top: 0;
  }
  .supportTop .supportList .box3 {
    margin-top: 0;
    order: 2;
    background: url(../img/top/age-illust02.png) no-repeat bottom min(75px, 10vw) left min(220px, 29.333333333333332vw);
    background-size: min(80px, 10.666666666666668vw);
  }
  .supportTop .supportList .box4 {
    margin-top: 0;
    order: 3;
    background: url(../img/top/age-illust04.png) no-repeat bottom right;
    background-size: min(137px, 18.266666666666666vw);
    padding-bottom: min(50px, 6.666666666666667vw);
  }
  .supportTop .supportList .box6 {
    display: none;
  }
  .supportTop .supportList .box5 {
    order: 5;
  }
  .supportTop .supportList .box7 {
    margin-top: 0;
    order: 4;
    background: url(../img/top/age-illust01.png) no-repeat bottom left min(190px, 25.333333333333336vw);
    background-size: min(94px, 12.533333333333333vw);
  }
  .supportTop .supportList .box .ab {
    position: absolute;
    font-size: min(24px, 3vw);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .06em;
    color: #fff;
    text-align: center;
  }
  .supportTop .supportList .box1 .ab {
    top: min(23px, 2.8vw);
    left: min(50px, 6.2vw);
  }
  .supportTop .supportList .box3 .ab {
    top: min(19px, 2.2vw);
    left: auto;
    right: min(90px, 10vw);
  }
  .supportTop .supportList .box4 .ab {
    top: min(19px, 2.1vw);
    left: min(90px, 11.5vw);
  }
  .supportTop .supportList .box5 .ab {
    top: min(20px, 2.5vw);
    left: min(50px, 6.4vw);
  }
  .supportTop .supportList .box7 .ab {
    top: min(25px, 3.3vw);
    left: auto;
    right: min(130px, 16.3vw);
  }
  .supportTop .supportList .box .ab .small {
    font-size: min(16px, 2vw);
  }
  .supportTop .supportList .box img {
    width: 50%;
  }
  .supportTop .supportList .box .text {
    width: 50%;
  }
  .supportTop .supportList .box1 img, .supportTop .supportList .box4 img, .supportTop .supportList .box5 img {
    padding-right: 20px;
  }
  .supportTop .supportList .box3 img, .supportTop .supportList .box7 img {
    order: 2;
    padding-left: 20px;
  }
  .supportTop .supportList .box3 .text, .supportTop .supportList .box7 .text {
    order: 1;
  }
  .supportTop .supportList .box .text .title {
    font-size: min(30px, 4vw);
    margin: 0 0 min(10px, 1.3333333333333335vw);
  }
  .supportTop .supportList .box .text .cm {
    font-size: min(18px, 2.4vw);
  }
  .supportTop .btnList {
    margin-top: 0;
    row-gap: min(30px, 4vw);
  }
}
/*featuresTop*/
.featuresTop {
  padding-bottom: 145px;
}
.featuresTop .featuresList {
  position: relative;
}
.featuresTop .featuresList::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -60px;
  width: 163px;
  height: 176px;
  background: url(../img/top/features-illust01.png) no-repeat center;
  background-size: cover;
}
.featuresTop .featuresList::after {
  content: "";
  position: absolute;
  bottom: -125px;
  left: -65px;
  width: 148px;
  height: 158px;
  background: url(../img/top/features-illust02.png) no-repeat center;
  background-size: cover;
}
.featuresList .box {
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 25px;
}
.featuresList .box:last-child {
  margin-bottom: 0;
}
.featuresList .box .img {
  border-radius: 15px;
  width: 260px;
  height: 190px;
  overflow: hidden;
}
.featuresList .box .text {
  width: calc(100% - 260px);
  padding: 20px 0 0 35px;
}
.featuresList .box:nth-child(even) .img {
  order: 2;
}
.featuresList .box:nth-child(even) .text {
  order: 1;
  padding: 20px 35px 0 0;
}
.featuresList .box:nth-child(even) .img1 {
  order: 1;
}
.featuresList .box:nth-child(even) .text2 {
  order: 2;
  padding: 20px 0 0 35px;
}
.featuresList .box:nth-child(even) .text3 {
  padding: 20px 0 0 0;
}
.featuresList .box:nth-child(even) .text4, .featuresList .box .text4 {
  padding: 50px 0 0 0;
  width: 100%;
}
.featuresList .box2 {
  justify-content: center;
  column-gap: 20px;
}
.featuresList .box2 .img {
  width: calc(50% - 140px);
  margin-top: 20px;
}
.featuresList .box2:nth-child(even) .text {
  padding: 20px 0 0 0;
}
.featuresList .box .img2 {
  order: 2;
}
.featuresList .box .text1 {
  order: 1;
  padding: 20px 35px 0 0;
}
.featuresList .box .text .h3 {
  font-size: 23px;
  margin-bottom: 15px;
}
.featuresList .box .text .cm {
  font-size: 18px;
  line-height: 2;
  letter-spacing: .06em;
}
@media screen and (max-width: 799px) {
  .featuresTop {
    padding-bottom: min(75px, 10vw);
  }
  .featuresTop .featuresList::before, .featuresTop .featuresList::after {
    display: none;
  }
  .featuresList .box {
    position: relative;
    padding: min(30px, 4vw) min(30px, 4vw) min(45px, 6vw) min(30px, 4vw);
    margin-bottom: min(153px, 20.4vw);
    border-radius: 15px;
  }
  .featuresList .box::before {
    content: "";
    position: absolute;
    top: min(-50px, -14.799999999999999vw);
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .featuresList .box:nth-child(2)::before {
    width: min(84px, 11.200000000000001vw);
    height: min(89px, 11.866666666666667vw);
    background-image: url(../img/top/features-illust01.png);
  }
  .featuresList .box:nth-child(3)::before {
    width: min(79px, 10.533333333333333vw);
    height: min(77px, 10.266666666666667vw);
    background-image: url(../img/top/age-illust02.png);
  }
  .featuresList .box:nth-child(4)::before {
    width: min(76px, 10.133333333333333vw);
    height: min(88px, 11.733333333333333vw);
    background-image: url(../img/top/features-illust03.png);
  }
  .featuresListPage .box::before {
    display: none;
  }
  .featuresList .box:last-child {
    margin-bottom: 0;
  }
  .featuresList .box .img {
    height: 54.40133333333333vw;
    width: 100%;
    border-radius: 10px;
  }
  .featuresList .box .text {
    width: 100%;
    padding: min(35px, 4.666666666666667vw) 0 0 0;
  }
  .featuresList .box:nth-child(even) .img {
    order: 1;
  }
  .featuresList .box:nth-child(even) .text {
    order: 2;
    padding: min(35px, 4.666666666666667vw) 0 0 0;
  }
  .featuresList .box .img2, .featuresList .box2:nth-child(even) .text {
    order: 1;
  }
  .featuresList .box .text1, .featuresList .box2:nth-child(even) .img {
    order: 2;
  }
  .featuresList .box2:nth-child(even) .text {
    padding: 0;
  }
  .featuresList .box2 {
    column-gap: 10px;
  }
  .featuresList .box2 .img {
    width: calc(50% - 5px);
    height: 28vw;
  }
  .featuresList .box .text .h3 {
    font-size: min(36px, 4.8vw);
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .featuresList .box .text .cm {
    font-size: min(24px, 3.2vw);
    line-height: 1.5;
    font-weight: 400;
  }
}
/*attemptTop*/
.attemptTop.bg {
  background: url(../img/top/support-bg-pc.jpg) no-repeat top center;
  background-size: cover;
}
.attemptTop .attemptList {
  justify-content: space-between;
  row-gap: min(80px, 10vw);
}
.attemptTop .attemptList .box {
  position: relative;
  height: 100%;
}
.attemptTop .attemptList .box1 {
  width: 282px;
  margin-top: 195px;
}
.attemptTop .attemptList .box2 {
  width: 238px;
}
.attemptTop .attemptList .box3 {
  width: 305px;
  margin-top: 140px;
}
.attemptTop .attemptList .box4 {
  width: 270px;
  display: block;
  margin: 0 auto;
}
/*.attemptTop .attemptList .box .ab {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #fff;
  text-align: center;
  width: 100%;
}
.attemptTop .attemptList .box1 .ab {
  padding-right: 29px;
  bottom: 12px;
}
.attemptTop .attemptList .box2 .ab {
  padding-right: 10px;
  bottom: 9px;
}
.attemptTop .attemptList .box3 .ab {
  padding-left: 60px;
  bottom: 9px;
}
.attemptTop .attemptList .box4 .ab {
  padding-left: 0;
  bottom: 10px;
  left: 45%;
}*/
.attemptTop .attemptList .box .ab {
  background-color: #8fb92c;
  border-radius: 30px;
  min-height: 50px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 10px 20px;
  margin-top: 10px;
  color: #fff;
  position: relative;
  z-index: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .06em;
}
.attemptTop .attemptList .box .ab::before, .attemptTop .attemptList .box .ab::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.attemptTop .attemptList .box .ab::before {
  content: '\e5df';
  color: #8fb92c;
  font-family: "Material Symbols Outlined";
  right: 8px;
  z-index: 9;
  font-size: 30px;
}
.attemptTop .attemptList .box .ab::after {
  background-color: #fff;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 5px;
  z-index: 1;
}
.attemptTop .inner {
  position: relative;
}
.attemptTop .attemptList .box2 .ab {
  background-color: #f9df4c !important;
}
.attemptTop .attemptList .box2 .ab::before {
  color: #f9df4c !important;
}
.attemptTop .attemptList .box3 .ab {
  background-color: #db5558 !important;
  width: 200px;
  margin: 10px 0 0 80px;
}
.attemptTop .attemptList .box3 .ab::before {
  color: #db5558 !important;
}
.attemptTop .attemptList .box4 .ab {
  background-color: #0fa33c !important;
}
.attemptTop .attemptList .box4 .ab::before {
  color: #0fa33c !important;
}
.attemptTop .inner::before {
  content: '';
  background-image: url("../img/top/attempt-bg.png");
  width: 700px;
  height: 700px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 864px) {
  .attemptTop .attemptList:first-of-type {
    /* justify-content: center;
    flex-direction: column;*/
    margin-top: 100px;
  }
  .attemptTop .attemptList .box {
    width: 30vw;
    max-width: 200px;
    margin: 0 auto;
  }
  .attemptTop .attemptList .box1 {
    margin-top: 0;
  }
  .attemptTop .attemptList .box2 {
    margin-top: -80px;
  }
  .attemptTop .attemptList .box3 {
    margin-top: 0;
  }
  .attemptTop .attemptList .box .ab {
    font-size: 2.6vw;
    min-height: inherit;
    padding: 5px 15px 5px 5px;
    width: 110%;
  }
  .attemptTop .attemptList .box .ab::after {
    width: 10px;
    height: 10px;
  }
  .attemptTop .attemptList .box .ab::before {
    font-size: 12px;
    right: 3px;
  }
  .attemptTop .attemptList .box2 .ab {
    width: 80% !important;
    margin: 10px auto;
  }
  .attemptTop .attemptList .box3 .ab {
    width: 80% !important;
    margin: 10px auto;
  }
  .attemptTop .inner::before {
    width: 80%;
    height: 100%;
    top: 80%;
  }
}
/*about2Top*/
.about2Top {
  background: url(../img/top/about-bg.jpg) no-repeat top center;
  background-size: cover;
}
.about2Top .inner {
  width: 100%;
  max-width: 1440px;
  background: url(../img/top/about-img-pc.png) no-repeat top left min(700px, 50vw);
  background-size: 716px;
  padding: 20px 0 40px 80px;
}
.about2Top .h2 {
  font-size: min(36px, 3vw);
}
.about2Top .text {
  margin: 40px 0;
  padding-right: min(755px, 53vw);
}
.about2Top .orange {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .about2Top {
    padding: min(120px, 16vw) 0 min(65px, 8.6666666666666686vw);
  }
  .about2Top .inner {
    background: none;
    padding: 0 min(50px, 7.333333333333333vw);
  }
  .about2Top .h2 {
    font-size: min(36px, 4.8vw);
  }
  .about2Top .ab {
    display: block;
    margin: -55px auto 0;
  }
  .about2Top .text {
    font-size: min(24px, 3.2vw);
    margin: min(40px, 5.333333333333334vw) 0;
    padding-right: 0;
  }
  .about2Top .orange {
    font-size: min(24px, 3.2vw);
    font-weight: 700;
  }
}
/*staffList*/
.index .staffTop .sectionTitle {
  margin-bottom: 80px;
}
.staffList {
  column-gap: 127px;
  row-gap: min(145px, 19.333333333333332vw);
}
.staffList .box {
  position: relative;
  width: calc(50% - 64px);
  padding: 52px 15px 0 0;
}
.page .staffList .box {
  padding-right: 0;
}
.staffList .box .img {
  position: relative;
  aspect-ratio: 4 / 3;
  margin-bottom: 80px;
}
.page .staffList .box .img {
  margin-bottom: 30px;
}
.staffList .box .img img {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.staffList .box:nth-child(odd) .img img {
  -webkit-mask-image: url(../img/top/frame01.png);
  mask-image: url(../img/top/frame01.png);
}
.staffList .box:nth-child(even) .img img {
  -webkit-mask-image: url(../img/top/frame02.png);
  mask-image: url(../img/top/frame02.png);
}
.staffList .box .h3 {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 1;
}
.staffList .box .text {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 799px) {
  .staffTop {
    width: calc(100% - min(50px, 7.333333333333333vw) * 2);
  }
  .index .staffTop .sectionTitle {
    margin-bottom: min(140px, 18.666666666666668vw);
  }
  .staffList .box {
    width: 100%;
    padding: 0;
  }
  .staffList .box .img {
    margin-bottom: min(50px, 7.333333333333333vw);
    aspect-ratio: 4.5 / 3;
  }
  .staffList .box .h3 {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.3;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
    padding-right: 10px;
  }
  .staffList .box .text {
    font-size: min(24px, 3.2vw);
  }
}

.w120 {
  width: 120px !important;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w200 {
  width: 200px !important;
}
.w240 {
  width: 240px !important;
}
.w280 {
  width: 280px !important;
}
.w300 {
  width: 300px !important;
}
.w320 {
  width: 320px !important;
}
.w400 {
  width: 400px !important;
}
.w640 {
  width: 640px !important;
}
.w840 {
  width: 840px !important;
  max-width: 100%;
}
@media (max-width: 767px) {
  .w20p {
    width: 20% !important;
  }
  .w25p {
    width: 25% !important;
  }
  .w30p {
    width: 30% !important;
  }
  .w35p {
    width: 35% !important;
  }
  .w40p {
    width: 40% !important;
  }
  .w50p {
    width: 50% !important;
  }
  .w60p {
    width: 60% !important;
  }
  .w70p {
    width: 70% !important;
  }
  .w80p {
    width: 80% !important;
  }
  .w100p {
    width: 100% !important;
  }
}
/* margin-bottom */
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
/* margin-top */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
/* padding-top */
.pt00 {
  padding-top: 0px !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
/* padding-bottom */
.pb00 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}