@charset "UTF-8";
/*** The new CSS Reset - version 1.0.0 (last updated 8.7.2021) ***/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

/* box-sizingの優先値 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* リストのスタイル（箇条書き・番号）を削除します */
ol,
ul {
  list-style: none;
}

/* 画像がコンテナを超えないようにするため */
video,
img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* テーブルのセル間のスペースを削除します */
table {
  border-collapse: collapse;
}

button,
a {
  cursor: pointer;
}

figure {
  margin: 0;
}

:root {
  --key: #65ba8c;
  --key-dark: #2d724c;
  --key-light: #FCFAE8;
  --y-scroll: 30px;
  --ease-out-quint: cubic-bezier(0.165, 0.84, 0.44, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  word-wrap: break-word;
  color: #102A3B;
  background-color: var(--key-light);
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

main {
  position: relative;
  z-index: 15;
}

picture {
  display: block;
}
picture img {
  width: 100%;
}

img.is--pc,
br.is--pc {
  display: inline;
}
@media screen and (max-width: 834px) {
  img.is--pc,
  br.is--pc {
    display: none;
  }
}
img.is--sp,
br.is--sp {
  display: none;
}
@media screen and (max-width: 834px) {
  img.is--sp,
  br.is--sp {
    display: inline;
  }
}
img.is--mob,
br.is--mob {
  display: none;
}
@media screen and (max-width: 414px) {
  img.is--mob,
  br.is--mob {
    display: inline;
  }
}

.setbutton {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 842px) {
  .setbutton {
    display: block;
    margin: 0 auto;
    max-width: 280px;
  }
}
.setbutton.white a::before {
  background-color: #fff;
}
.setbutton.white a .text {
  color: #007741;
}
.setbutton.white a svg path {
  fill: #007741;
}
.setbutton.green a::before {
  background-color: #028652;
}
.setbutton.green a .text {
  color: #fff;
}
.setbutton.green a svg path {
  fill: #fff;
}
.setbutton.yellow {
  width: 100%;
  max-width: 438px;
}
.setbutton.yellow a {
  padding: 38px 70px 36px 50px;
}
.setbutton.yellow a::before {
  background-color: #F3D95C;
}
.setbutton.yellow a .text {
  color: #102A3B;
}
.setbutton.yellow a svg path {
  fill: #102A3B;
}
@media (hover: hover) {
  .setbutton:hover a::before {
    width: calc(100% + 12px);
    height: calc(100% + 8px);
  }
}
.setbutton a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 28px 52px 26px 40px;
  text-align: center;
}
@media screen and (max-width: 842px) {
  .setbutton a {
    padding: 21px 33px 19px 36px;
  }
}
.setbutton a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 5;
}
.setbutton a[href$=".pdf"]::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 22px;
  width: 25px;
  height: 32px;
  background-image: url("../../common/img/ico_pdf_cream.svg");
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 15;
}
@media screen and (max-width: 842px) {
  .setbutton a[href$=".pdf"]::after {
    right: 16px;
    width: 21px;
    height: 27px;
  }
}
.setbutton a .text {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.06px;
  letter-spacing: 0.1em;
  z-index: 15;
}
@media screen and (max-width: 842px) {
  .setbutton a .text {
    font-size: 16px;
  }
}
.setbutton a .text ruby rt, .setbutton a .text ruby rp {
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media screen and (max-width: 842px) {
  .setbutton a .text ruby rt, .setbutton a .text ruby rp {
    font-size: 10px;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.setbutton a svg {
  position: absolute;
  top: 50%;
  right: 33px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 15;
}
@media screen and (max-width: 842px) {
  .setbutton a svg {
    right: 16px;
    width: 8px;
    height: 11px;
  }
}

.fvarea {
  position: relative;
  z-index: 5;
}
.fvarea::before {
  position: absolute;
  content: "";
  top: -136px;
  left: 0;
  width: 643px;
  height: 304px;
  background-image: url("../../common/img/bg_layer_fv_circle01.png");
  background-size: cover;
  z-index: 5;
}
@media screen and (max-width: 842px) {
  .fvarea::before {
    width: 335px;
    height: 221px;
    background-image: url("../../common/img/bg_layer_fv_circle01_sp.png");
  }
}
.fvarea::after {
  position: absolute;
  content: "";
  top: calc(100% - 189px);
  left: calc(100% - 641px);
  width: 528px;
  height: 528px;
  background-image: url("../../common/img/bg_layer_fv_circle02.png");
  background-size: cover;
  z-index: 5;
}
@media screen and (max-width: 842px) {
  .fvarea::after {
    top: calc(100% + 48px);
    left: calc(50% + 7px);
    width: 319px;
    height: 319px;
    background-image: url("../../common/img/bg_layer_fv_circle02_sp.png");
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fvarea_content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1266px;
  margin: 0 auto;
  padding: 105px 0 0;
  z-index: 15;
}
@media screen and (max-width: 842px) {
  .fvarea_content {
    padding: 61px 0 0;
  }
}
.fvarea_content-head h1 {
  font-size: 44px;
  color: #028652;
  font-weight: 700;
  line-height: 63.71px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 842px) {
  .fvarea_content-head h1 {
    font-size: 26px;
    line-height: 52px;
  }
}
.fvarea_content-head h1 ruby rt, .fvarea_content-head h1 ruby rp {
  font-size: 14px;
}
.fvarea .breadcrumb {
  width: calc(100% - 40px);
  max-width: 1266px;
  margin: 11px auto 0;
  -webkit-transform: translateY(11px);
      -ms-transform: translateY(11px);
          transform: translateY(11px);
}
.fvarea .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fvarea .breadcrumb_list .listitem {
  position: relative;
}
.fvarea .breadcrumb_list .listitem:not(:first-child) {
  margin-left: 36px;
}
@media screen and (max-width: 842px) {
  .fvarea .breadcrumb_list .listitem:not(:first-child) {
    margin-left: 33px;
  }
}
.fvarea .breadcrumb_list .listitem:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: calc(100% + 16px);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #D4D700;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fvarea .breadcrumb_list .listitem span {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 842px) {
  .fvarea .breadcrumb_list .listitem span {
    font-size: 10px;
  }
}
.fvarea .breadcrumb_list .listitem span a {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .fvarea .breadcrumb_list .listitem span a:hover {
    color: #028652;
    text-decoration: underline;
  }
}

.leadbox {
  position: relative;
  z-index: 15;
}
.leadbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../common/img/bg_layer_fv.png");
  background-size: cover;
  background-position: top center;
  z-index: 5;
}
@media screen and (max-width: 842px) {
  .leadbox::before {
    top: 117px;
    height: calc(100% - 117px);
    background-image: url("../../common/img/bg_layer_fv_sp.png");
    background-size: 100% 100%;
  }
}
.leadbox.bottomradius::after {
  position: absolute;
  content: "";
  top: calc(100% - 70px);
  left: 0;
  width: 100%;
  height: 71px;
  border-radius: 70px 70px 0 0;
  background-color: #FCFAE8;
  z-index: 10;
}
@media screen and (max-width: 842px) {
  .leadbox.bottomradius::after {
    top: calc(100% - 40px);
    height: 41px;
    border-radius: 40px 40px 0 0;
  }
}
.leadbox_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 244px 0 170px;
  z-index: 15;
}
@media screen and (max-width: 842px) {
  .leadbox_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 40px 20px 266px;
  }
}
.leadbox_content-head {
  width: 737px;
}
@media screen and (max-width: 842px) {
  .leadbox_content-head {
    width: 100%;
    margin-top: 50px;
  }
}
.leadbox_content-head.fullwdh {
  width: 100%;
}
.leadbox_content-head h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 842px) {
  .leadbox_content-head h2 {
    font-size: 23px;
    line-height: 46px;
  }
}
.leadbox_content-head h2 ruby rt, .leadbox_content-head h2 ruby rp {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media screen and (max-width: 842px) {
  .leadbox_content-head h2 ruby rt, .leadbox_content-head h2 ruby rp {
    font-size: 12px;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.leadbox_content-head .lead {
  margin-top: 42px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 842px) {
  .leadbox_content-head .lead {
    margin-top: 38px;
  }
}
.leadbox_content-image {
  position: absolute;
  width: calc(100% - 737px);
  top: 246px;
  right: 0;
}
@media screen and (max-width: 842px) {
  .leadbox_content-image {
    position: static;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.leadbox_content-image figure {
  position: absolute;
}
@media screen and (max-width: 842px) {
  .leadbox_content-image figure {
    position: relative;
  }
}
.leadbox_content-image figure.image01 {
  top: -440px;
  left: -117px;
  z-index: 15;
}
@media screen and (max-width: 842px) {
  .leadbox_content-image figure.image01 {
    width: 142px;
    top: 0;
    left: 15px;
  }
}
.leadbox_content-image figure.image02 {
  top: -326px;
  left: 83px;
  z-index: 20;
}
@media screen and (max-width: 842px) {
  .leadbox_content-image figure.image02 {
    width: 212px;
    top: 0;
    left: 12px;
    margin: -74px 0 0 auto;
  }
}
.leadbox_content-image figure.imagesp {
  display: none;
}
@media screen and (max-width: 842px) {
  .leadbox_content-image figure.imagesp {
    position: relative;
    display: block;
  }
}
.leadbox_content-image figure img {
  max-width: 100vw;
}
@media screen and (max-width: 842px) {
  .leadbox_content-image figure img {
    width: 100%;
  }
}
.leadbox_index {
  position: absolute;
  bottom: 11px;
  right: 0;
  width: 406px;
  padding: 47px 53px 50px 38px;
  border-radius: 50px 0 0 50px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 842px) {
  .leadbox_index {
    bottom: -60px;
    width: 322px;
    padding: 36px 20px 30px 30px;
    border-radius: 30px 0 0 30px;
  }
}
.leadbox_index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px 0;
}
@media screen and (max-width: 842px) {
  .leadbox_index-list {
    gap: 16px 0;
  }
}
.leadbox_index-list .listitem {
  width: 100%;
  padding: 0 10px;
}
.leadbox_index-list .listitem:not(:first-child) {
  padding-top: 27px;
  border-top: 1px solid #8FC320;
}
@media screen and (max-width: 842px) {
  .leadbox_index-list .listitem:not(:first-child) {
    padding-top: 22px;
  }
}
.leadbox_index-list .listitem a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #01A340;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .leadbox_index-list .listitem a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 842px) {
  .leadbox_index-list .listitem a {
    font-size: 16px;
    line-height: 23.17px;
  }
}
.leadbox_index-list .listitem a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3px;
  width: 13px;
  height: 10px;
  background-image: url("../../common/img/ico_arrow_index.svg");
  background-size: cover;
}
@media screen and (max-width: 842px) {
  .leadbox_index-list .listitem a::after {
    right: 13px;
  }
}
.leadbox_index-list .listitem a ruby rt, .leadbox_index-list .listitem a ruby rp {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media screen and (max-width: 842px) {
  .leadbox_index-list .listitem a ruby rt, .leadbox_index-list .listitem a ruby rp {
    font-size: 10px;
    letter-spacing: 0em;
  }
}

h2.tophead span {
  letter-spacing: 0.1em;
}
h2.tophead span.title {
  position: relative;
  display: inline-block;
  padding-left: 23px;
}
h2.tophead span.title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("../../common/img/ico_circle_yerrow.png");
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
h2.tophead span.text {
  display: block;
  margin-top: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 72px;
}
@media screen and (max-width: 842px) {
  h2.tophead span.text {
    margin-top: 26px;
    font-size: 23px;
    line-height: 46px;
  }
}
h2.tophead span ruby rt, h2.tophead span ruby rp {
  font-size: 14px;
}
@media screen and (max-width: 842px) {
  h2.tophead span ruby rt, h2.tophead span ruby rp {
    font-size: 12px;
    line-height: 17.38px;
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@media screen and (max-width: 842px) {
  h2.sectionhead.layer .text {
    padding-left: 26px;
    font-size: 23px;
    line-height: 33.3px;
  }
}
@media screen and (max-width: 842px) {
  h2.sectionhead.layer .text::before {
    top: calc(50% + 5px);
    width: 14px;
    height: 14px;
  }
}
h2.sectionhead.layer .text ruby rt, h2.sectionhead.layer .text ruby rp {
  font-size: 12px;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
h2.sectionhead .text {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  font-size: 36px;
  font-weight: 500;
  line-height: 52.13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 842px) {
  h2.sectionhead .text {
    padding-left: 20px;
    font-size: 26px;
  }
}
h2.sectionhead .text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("../../common/img/ico_circle_yerrow02.png");
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 842px) {
  h2.sectionhead .text::before {
    width: 12px;
    height: 12px;
  }
}
h2.sectionhead .text ruby rt, h2.sectionhead .text ruby rp {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1em;
}

p.lead {
  margin-top: 53px;
  font-size: 18px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 842px) {
  p.lead {
    font-size: 16px;
    line-height: 44.8px;
    letter-spacing: 0.05em;
  }
}
p.lead ruby rt, p.lead ruby rp {
  font-size: 12px;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 842px) {
  p.lead ruby rt, p.lead ruby rp {
    font-size: 10px;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.zoomout-cont .order {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}
.zoomout-cont .order.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px;
  overflow-x: hidden;
  z-index: 50;
}
@media screen and (max-width: 842px) {
  .header {
    padding: 18px 12px;
  }
}
.header_logo {
  width: 225px;
  height: 63px;
}
@media screen and (max-width: 842px) {
  .header_logo {
    width: 147px;
    height: 41px;
  }
}
.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 114px;
}
@media screen and (max-width: 842px) {
  .header_menu {
    display: none;
  }
}
.header_menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 47px;
}
.header_menu-list .listitem {
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .header_menu-list .listitem:hover a {
    color: #028652;
  }
  .header_menu-list .listitem:hover a::after {
    opacity: 1;
    visibility: visible;
  }
}
.header_menu-list .listitem a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.06px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.header_menu-list .listitem a::after {
  position: absolute;
  content: "";
  top: calc(100% + 8px);
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #D4D700;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.header_menu-list .listitem a ruby rt, .header_menu-list .listitem a ruby rp {
  font-size: 11px;
}
.header_hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 117px;
  height: 117px;
  cursor: pointer;
  z-index: 110;
}
@media screen and (max-width: 842px) {
  .header_hamburger {
    width: 76px;
    height: 76px;
  }
}
.header_hamburger::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-color: #028652;
  border: 2px solid #028652;
  border-radius: 200%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}
.header_hamburger:not(.opened) .text .default {
  opacity: 1;
}
.header_hamburger.opened::before {
  background-color: #fff;
}
.header_hamburger.opened .bar {
  background-color: #028652;
}
.header_hamburger.opened .text .opened {
  opacity: 1;
}
.header_hamburger .bar {
  position: absolute;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 15;
}
.header_hamburger .bar:first-child {
  top: 36px;
  right: 34px;
  width: 26px;
  height: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 842px) {
  .header_hamburger .bar:first-child {
    top: 21px;
    right: 22px;
    width: 19px;
    height: 2px;
  }
}
.header_hamburger .bar:nth-child(2) {
  top: 48px;
  right: 34px;
  width: 26px;
  height: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 842px) {
  .header_hamburger .bar:nth-child(2) {
    top: 30px;
    right: 22px;
    width: 19px;
    height: 2px;
  }
}
.header_hamburger .text {
  position: absolute;
  top: 57px;
  right: 25px;
  line-height: 11px;
  z-index: 20;
}
@media screen and (max-width: 842px) {
  .header_hamburger .text {
    top: 38px;
    right: 16px;
    font-size: 10px;
  }
}
.header_hamburger .text .svgtext {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (max-width: 842px) {
  .header_hamburger .text .svgtext {
    top: 0;
  }
}
.header_hamburger .text .svgtext.opened {
  left: -6px;
}
@media screen and (max-width: 842px) {
  .header_hamburger .text .svgtext.opened {
    left: 0;
  }
}
@media screen and (max-width: 842px) {
  .header_hamburger .text .svgtext svg {
    width: 30px;
    height: 8px;
  }
}
.header_hamburgermenu {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-16.29%, #3EB133), color-stop(106.18%, #03B07B));
  background: linear-gradient(180deg, #3EB133 -16.29%, #03B07B 106.18%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media screen and (max-width: 842px) {
  .header_hamburgermenu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.header_hamburgermenu.opened {
  opacity: 1;
  visibility: visible;
}
.header_hamburgermenu-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}
@media screen and (max-width: 842px) {
  .header_hamburgermenu-logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 28.6vh;
    max-height: 232px;
  }
}
.header_hamburgermenu-logo::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 100vw;
  height: 100vw;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17.81%, #DBEAAC), color-stop(76.5%, #FCFAE8));
  background: linear-gradient(180deg, #DBEAAC 17.81%, #FCFAE8 76.5%);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 842px) {
  .header_hamburgermenu-logo::before {
    top: -68px;
    left: 50%;
    width: 161.5vw;
    height: 161.5vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header_hamburgermenu-logo .image {
  position: relative;
  width: 253px;
  height: 290px;
  z-index: 15;
}
@media screen and (max-width: 842px) {
  .header_hamburgermenu-logo .image {
    margin-top: 10px;
    width: 153px;
    height: 175px;
  }
}
.header_hamburgermenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  padding-left: 122px;
}
@media screen and (max-width: 842px) {
  .header_hamburgermenu-list {
    width: 100%;
    height: 71.4vh;
    padding-left: 0;
  }
}
.header_hamburgermenu-list .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 75px 0;
}
@media screen and (max-width: 842px) {
  .header_hamburgermenu-list .menulist {
    gap: 51px 0;
    width: calc(100% - 108px);
    margin: 0 auto;
  }
}
.header_hamburgermenu-list .menulist .listitem {
  width: 100%;
}
.header_hamburgermenu-list .menulist .listitem a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 34.75px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 842px) {
  .header_hamburgermenu-list .menulist .listitem a {
    font-size: 16px;
    line-height: 23.17px;
  }
}
@media (hover: hover) {
  .header_hamburgermenu-list .menulist .listitem a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .header_hamburgermenu-list .menulist .listitem a:hover::before {
    left: 4px;
  }
}
.header_hamburgermenu-list .menulist .listitem a::before {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 13px;
  background-image: url("../../common/img/ico_arrow_right_white.svg");
  background-size: cover;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 842px) {
  .header_hamburgermenu-list .menulist .listitem a::before {
    width: 6px;
    height: 8px;
  }
}
.header_hamburgermenu-list .menulist .listitem a ruby rt, .header_hamburgermenu-list .menulist .listitem a ruby rp {
  font-size: 11px;
}

.footmenu {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 53px 0 82px;
}
@media screen and (max-width: 842px) {
  .footmenu {
    padding: 0 0 13px;
    -webkit-transform: translateY(-47px);
        -ms-transform: translateY(-47px);
            transform: translateY(-47px);
  }
}
.footmenu_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 842px) {
  .footmenu_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footmenu_content .leftside {
  width: calc(100% - 192px);
  padding-right: 88px;
}
@media screen and (max-width: 1200px) {
  .footmenu_content .leftside {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 842px) {
  .footmenu_content .leftside {
    width: 100%;
    padding-right: 0;
  }
}
.footmenu_content .rightside {
  width: 192px;
}
@media screen and (max-width: 1200px) {
  .footmenu_content .rightside {
    position: absolute;
    top: 90px;
    right: 0;
  }
}
@media screen and (max-width: 842px) {
  .footmenu_content .rightside {
    position: static;
    width: 100%;
  }
}
.footmenu_content .rightside svg {
  width: 100%;
}
@media screen and (max-width: 842px) {
  .footmenu_content .rightside .footmenu_logo {
    width: 153px;
    margin: 0 auto;
  }
}
.footmenu_content-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 15px;
}
@media screen and (max-width: 842px) {
  .footmenu_content-menu {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
  }
}
@media screen and (max-width: 842px) {
  .footmenu_content-menu .listitem {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 414px) {
  .footmenu_content-menu .listitem {
    width: 100%;
  }
}
.footmenu_content-menu .listitem:first-child a {
  padding: 15px 28px;
}
@media screen and (max-width: 1200px) {
  .footmenu_content-menu .listitem:first-child a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 842px) {
  .footmenu_content-menu .listitem:first-child a {
    padding: 13px 20px;
  }
}
.footmenu_content-menu .listitem a {
  display: block;
  height: 100%;
  padding: 15px 18px;
  border: 1px solid #007741;
  border-radius: 15px;
  font-size: 16px;
  color: #007741;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .footmenu_content-menu .listitem a:hover {
    border: 1px solid #01A340;
    background-color: #01A340;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .footmenu_content-menu .listitem a {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 842px) {
  .footmenu_content-menu .listitem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 20px;
    border-radius: 10px;
  }
}
.footmenu_content-menu .listitem a small {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.footmenu_content-data {
  margin-top: 29px;
}
@media screen and (max-width: 842px) {
  .footmenu_content-data {
    margin-top: 53px;
  }
}
.footmenu_content-data p {
  color: #000;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 842px) {
  .footmenu_content-data p {
    font-size: 14px;
    line-height: 28px;
  }
}
.footmenu_content-data p.corp {
  margin-bottom: 2px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 842px) {
  .footmenu_content-data p.corp {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
  }
}
.footmenu_content-data p.corp .large {
  display: inline-block;
  margin-left: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 842px) {
  .footmenu_content-data p.corp .large {
    margin-left: 0;
  }
}

.footer {
  background: #424242;
}
@media screen and (max-width: 842px) {
  .footer {
    background: #fff;
  }
}
.footer__inner {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
  padding: 42px 0 43px;
}
@media screen and (max-width: 842px) {
  .footer__inner {
    width: 100%;
    padding: 0;
  }
}
.footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .footerNav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 842px) {
  .footerNav__list {
    display: block;
  }
}
.footerNav__item {
  width: calc((100% - 50px) / 6);
}
@media screen and (max-width: 1100px) {
  .footerNav__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 842px) {
  .footerNav__item {
    width: 100%;
  }
}
.footerNav__item.you-ai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #9a9a9a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #9a9a9a;
  border-radius: 3px;
}
@media screen and (max-width: 842px) {
  .footerNav__item.you-ai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 48px;
    font-size: 13px;
    line-height: 1;
    color: #525252;
    border: 0;
    border-bottom: 1px solid rgba(199, 199, 199, 0.5);
    border-radius: 0;
    position: relative;
    padding: 0 17px;
  }
}
.footerNav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #9a9a9a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #9a9a9a;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .footerNav__item a:hover {
    background-color: #797979;
  }
}
@media screen and (max-width: 842px) {
  .footerNav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 48px;
    font-size: 13px;
    line-height: 1;
    color: #525252;
    border: 0;
    border-bottom: 1px solid rgba(199, 199, 199, 0.5);
    border-radius: 0;
    position: relative;
    padding: 0 17px;
  }
}
.footerNav__item a::after {
  content: "";
  display: none;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 842px) {
  .footerNav__item a::after {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../../common/img/icon_blank.png") center/16px no-repeat;
    margin-left: 11px;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0) rotate(0);
        -ms-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
.footer__copyright {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #9a9a9a;
  margin-top: 21px;
}
@media screen and (max-width: 842px) {
  .footer__copyright {
    letter-spacing: 0;
    text-indent: 0;
    color: rgba(82, 82, 82, 0.5);
    margin: 0;
    padding: 20px 15px;
  }
}

.wanted {
  position: relative;
  overflow: hidden;
}
.wanted::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1366px;
  height: 100%;
  background-image: url("../../top/img/bg_wanted.png");
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 842px) {
  .wanted::before {
    min-width: 0;
    background-image: url("../../top/img/bg_wanted_sp.png");
    background-size: 100% 100%;
    background-position: bottom center;
  }
}
.wanted::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1366px;
  height: 100%;
  background-image: url("../../top/img/bg_wanted_circle.png");
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 842px) {
  .wanted::after {
    min-width: 0;
    background-image: url("../../top/img/bg_wanted_circle_sp.png");
    background-size: 100% 100%;
    background-position: bottom center;
  }
}
.wanted_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 203px 0 181px;
  z-index: 15;
}
@media screen and (max-width: 842px) {
  .wanted_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 149px 20px 209px;
  }
}
.wanted_content-head {
  width: 662px;
}
@media screen and (max-width: 1100px) {
  .wanted_content-head {
    width: 550px;
  }
}
@media screen and (max-width: 842px) {
  .wanted_content-head {
    width: 100%;
  }
}
.wanted_content-head h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  line-height: 52.13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 842px) {
  .wanted_content-head h2 {
    font-size: 23px;
    line-height: 46px;
  }
}
.wanted_content-head h2 ruby rt, .wanted_content-head h2 ruby rp {
  font-size: 12px;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}
.wanted_content-head .lead {
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 842px) {
  .wanted_content-head .lead {
    margin-top: 45px;
  }
}
.wanted_content-button {
  width: calc(100% - 662px);
}
@media screen and (max-width: 1100px) {
  .wanted_content-button {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 842px) {
  .wanted_content-button {
    width: 100%;
  }
}
.wanted_content-button .setbutton {
  margin-top: 116px;
}
@media screen and (max-width: 842px) {
  .wanted_content-button .setbutton {
    margin-top: 58px;
  }
}
@media screen and (max-width: 842px) {
  .wanted_content-button .setbutton a {
    padding: 28px 43px 26px 53px;
  }
}