@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
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; }

body {
  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; }

:root {
  --font-gothic:
  	"Yu Gothic Medium",
  	"Yu Gothic",
  	YuGothic,
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --text-color: #202d3a; }

/*ルートインカラー*/
/************************************************

	基本

*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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 {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: var(--font-gothic);
  line-height: 1.75;
  font-size: 1.6em;
  color: var(--text-color);
  letter-spacing: 1px; }

button:focus-visible,
a　:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff; }

input:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset; }

ul {
  list-style: none; }

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

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit; }

img {
  max-width: 100%;
  vertical-align: top;
  height: auto; }

/************************************************

	block

*************************************************/
.b-containter .b-containter__inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .b-containter .b-containter__inner {
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .b-containter .b-containter__inner {
      padding: 0 8%; } }

.b-unit_2col01 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .b-unit_2col01 > .b-unit_2col01__unit {
    width: 49%; }
    .b-unit_2col01 > .b-unit_2col01__unit:nth-child(odd) {
      margin-right: 2%; }
    .b-unit_2col01 > .b-unit_2col01__unit:nth-child(n+3) {
      margin-top: 2%; }

.b-unit_2col02 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .b-unit_2col02 > .b-unit_2col02__unit {
    width: 100%; }
    .b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
      margin-right: 2%; }
      @media screen and (max-width: 768px) {
        .b-unit_2col02 > .b-unit_2col02__unit:nth-child(odd) {
          margin-right: 0; } }
    .b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+3) {
      margin-top: 2%; }
    @media screen and (max-width: 768px) {
      .b-unit_2col02 > .b-unit_2col02__unit:nth-child(n+2) {
        margin-top: 2%; } }

/************************************************

	link

*************************************************/
a.b-link01 {
  color: #2a6fb5;
  text-decoration: underline;
  word-break: break-all; }

/************************************************

	bottom

*************************************************/
.b-btn_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  z-index: 20; }
  @media screen and (max-width: 640px) {
    .b-btn_to_top {
      width: 40px;
      right: 10px;
      bottom: 10px; } }
  .b-btn_to_top a {
    display: block;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s; }
    @media (any-hover: hover) {
      .b-btn_to_top a:hover {
        opacity: 0.7; } }
    .b-btn_to_top a.is-show {
      opacity: 1;
      pointer-events: auto; }

/************************************************

	icon

*************************************************/
/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important; }

.b-mt0 {
  margin-top: 0px !important; }

.b-mb0 {
  margin-bottom: 0px !important; }

.b-ml0 {
  margin-left: 0px !important; }

.b-mr0 {
  margin-right: 0px !important; }

.b-p0 {
  padding: 0px !important; }

.b-pt0 {
  padding-top: 0px !important; }

.b-pb0 {
  padding-bottom: 0px !important; }

.b-pl0 {
  padding-left: 0px !important; }

.b-pr0 {
  padding-right: 0px !important; }

.b-m5 {
  margin: 5px !important; }

.b-mt5 {
  margin-top: 5px !important; }

.b-mb5 {
  margin-bottom: 5px !important; }

.b-ml5 {
  margin-left: 5px !important; }

.b-mr5 {
  margin-right: 5px !important; }

.b-p5 {
  padding: 5px !important; }

.b-pt5 {
  padding-top: 5px !important; }

.b-pb5 {
  padding-bottom: 5px !important; }

.b-pl5 {
  padding-left: 5px !important; }

.b-pr5 {
  padding-right: 5px !important; }

.b-m10 {
  margin: 10px !important; }

.b-mt10 {
  margin-top: 10px !important; }

.b-mb10 {
  margin-bottom: 10px !important; }

.b-ml10 {
  margin-left: 10px !important; }

.b-mr10 {
  margin-right: 10px !important; }

.b-p10 {
  padding: 10px !important; }

.b-pt10 {
  padding-top: 10px !important; }

.b-pb10 {
  padding-bottom: 10px !important; }

.b-pl10 {
  padding-left: 10px !important; }

.b-pr10 {
  padding-right: 10px !important; }

.b-m15 {
  margin: 15px !important; }

.b-mt15 {
  margin-top: 15px !important; }

.b-mb15 {
  margin-bottom: 15px !important; }

.b-ml15 {
  margin-left: 15px !important; }

.b-mr15 {
  margin-right: 15px !important; }

.b-p15 {
  padding: 15px !important; }

.b-pt15 {
  padding-top: 15px !important; }

.b-pb15 {
  padding-bottom: 15px !important; }

.b-pl15 {
  padding-left: 15px !important; }

.b-pr15 {
  padding-right: 15px !important; }

.b-m20 {
  margin: 20px !important; }

.b-mt20 {
  margin-top: 20px !important; }

.b-mb20 {
  margin-bottom: 20px !important; }

.b-ml20 {
  margin-left: 20px !important; }

.b-mr20 {
  margin-right: 20px !important; }

.b-p20 {
  padding: 20px !important; }

.b-pt20 {
  padding-top: 20px !important; }

.b-pb20 {
  padding-bottom: 20px !important; }

.b-pl20 {
  padding-left: 20px !important; }

.b-pr20 {
  padding-right: 20px !important; }

.b-m25 {
  margin: 25px !important; }

.b-mt25 {
  margin-top: 25px !important; }

.b-mb25 {
  margin-bottom: 25px !important; }

.b-ml25 {
  margin-left: 25px !important; }

.b-mr25 {
  margin-right: 25px !important; }

.b-p25 {
  padding: 25px !important; }

.b-pt25 {
  padding-top: 25px !important; }

.b-pb25 {
  padding-bottom: 25px !important; }

.b-pl25 {
  padding-left: 25px !important; }

.b-pr25 {
  padding-right: 25px !important; }

.b-m30 {
  margin: 30px !important; }

.b-mt30 {
  margin-top: 30px !important; }

.b-mb30 {
  margin-bottom: 30px !important; }

.b-ml30 {
  margin-left: 30px !important; }

.b-mr30 {
  margin-right: 30px !important; }

.b-p30 {
  padding: 30px !important; }

.b-pt30 {
  padding-top: 30px !important; }

.b-pb30 {
  padding-bottom: 30px !important; }

.b-pl30 {
  padding-left: 30px !important; }

.b-pr30 {
  padding-right: 30px !important; }

.b-m35 {
  margin: 35px !important; }

.b-mt35 {
  margin-top: 35px !important; }

.b-mb35 {
  margin-bottom: 35px !important; }

.b-ml35 {
  margin-left: 35px !important; }

.b-mr35 {
  margin-right: 35px !important; }

.b-p35 {
  padding: 35px !important; }

.b-pt35 {
  padding-top: 35px !important; }

.b-pb35 {
  padding-bottom: 35px !important; }

.b-pl35 {
  padding-left: 35px !important; }

.b-pr35 {
  padding-right: 35px !important; }

.b-m40 {
  margin: 40px !important; }

.b-mt40 {
  margin-top: 40px !important; }

.b-mb40 {
  margin-bottom: 40px !important; }

.b-ml40 {
  margin-left: 40px !important; }

.b-mr40 {
  margin-right: 40px !important; }

.b-p40 {
  padding: 40px !important; }

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

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

.b-pl40 {
  padding-left: 40px !important; }

.b-pr40 {
  padding-right: 40px !important; }

.b-m45 {
  margin: 45px !important; }

.b-mt45 {
  margin-top: 45px !important; }

.b-mb45 {
  margin-bottom: 45px !important; }

.b-ml45 {
  margin-left: 45px !important; }

.b-mr45 {
  margin-right: 45px !important; }

.b-p45 {
  padding: 45px !important; }

.b-pt45 {
  padding-top: 45px !important; }

.b-pb45 {
  padding-bottom: 45px !important; }

.b-pl45 {
  padding-left: 45px !important; }

.b-pr45 {
  padding-right: 45px !important; }

.b-m50 {
  margin: 50px !important; }

.b-mt50 {
  margin-top: 50px !important; }

.b-mb50 {
  margin-bottom: 50px !important; }

.b-ml50 {
  margin-left: 50px !important; }

.b-mr50 {
  margin-right: 50px !important; }

.b-p50 {
  padding: 50px !important; }

.b-pt50 {
  padding-top: 50px !important; }

.b-pb50 {
  padding-bottom: 50px !important; }

.b-pl50 {
  padding-left: 50px !important; }

.b-pr50 {
  padding-right: 50px !important; }

.b-m55 {
  margin: 55px !important; }

.b-mt55 {
  margin-top: 55px !important; }

.b-mb55 {
  margin-bottom: 55px !important; }

.b-ml55 {
  margin-left: 55px !important; }

.b-mr55 {
  margin-right: 55px !important; }

.b-p55 {
  padding: 55px !important; }

.b-pt55 {
  padding-top: 55px !important; }

.b-pb55 {
  padding-bottom: 55px !important; }

.b-pl55 {
  padding-left: 55px !important; }

.b-pr55 {
  padding-right: 55px !important; }

.b-m60 {
  margin: 60px !important; }

.b-mt60 {
  margin-top: 60px !important; }

.b-mb60 {
  margin-bottom: 60px !important; }

.b-ml60 {
  margin-left: 60px !important; }

.b-mr60 {
  margin-right: 60px !important; }

.b-p60 {
  padding: 60px !important; }

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

.b-pb60 {
  padding-bottom: 60px !important; }

.b-pl60 {
  padding-left: 60px !important; }

.b-pr60 {
  padding-right: 60px !important; }

.b-m65 {
  margin: 65px !important; }

.b-mt65 {
  margin-top: 65px !important; }

.b-mb65 {
  margin-bottom: 65px !important; }

.b-ml65 {
  margin-left: 65px !important; }

.b-mr65 {
  margin-right: 65px !important; }

.b-p65 {
  padding: 65px !important; }

.b-pt65 {
  padding-top: 65px !important; }

.b-pb65 {
  padding-bottom: 65px !important; }

.b-pl65 {
  padding-left: 65px !important; }

.b-pr65 {
  padding-right: 65px !important; }

.b-m70 {
  margin: 70px !important; }

.b-mt70 {
  margin-top: 70px !important; }

.b-mb70 {
  margin-bottom: 70px !important; }

.b-ml70 {
  margin-left: 70px !important; }

.b-mr70 {
  margin-right: 70px !important; }

.b-p70 {
  padding: 70px !important; }

.b-pt70 {
  padding-top: 70px !important; }

.b-pb70 {
  padding-bottom: 70px !important; }

.b-pl70 {
  padding-left: 70px !important; }

.b-pr70 {
  padding-right: 70px !important; }

.b-m75 {
  margin: 75px !important; }

.b-mt75 {
  margin-top: 75px !important; }

.b-mb75 {
  margin-bottom: 75px !important; }

.b-ml75 {
  margin-left: 75px !important; }

.b-mr75 {
  margin-right: 75px !important; }

.b-p75 {
  padding: 75px !important; }

.b-pt75 {
  padding-top: 75px !important; }

.b-pb75 {
  padding-bottom: 75px !important; }

.b-pl75 {
  padding-left: 75px !important; }

.b-pr75 {
  padding-right: 75px !important; }

.b-m80 {
  margin: 80px !important; }

.b-mt80 {
  margin-top: 80px !important; }

.b-mb80 {
  margin-bottom: 80px !important; }

.b-ml80 {
  margin-left: 80px !important; }

.b-mr80 {
  margin-right: 80px !important; }

.b-p80 {
  padding: 80px !important; }

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

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

.b-pl80 {
  padding-left: 80px !important; }

.b-pr80 {
  padding-right: 80px !important; }

.b-m85 {
  margin: 85px !important; }

.b-mt85 {
  margin-top: 85px !important; }

.b-mb85 {
  margin-bottom: 85px !important; }

.b-ml85 {
  margin-left: 85px !important; }

.b-mr85 {
  margin-right: 85px !important; }

.b-p85 {
  padding: 85px !important; }

.b-pt85 {
  padding-top: 85px !important; }

.b-pb85 {
  padding-bottom: 85px !important; }

.b-pl85 {
  padding-left: 85px !important; }

.b-pr85 {
  padding-right: 85px !important; }

.b-m90 {
  margin: 90px !important; }

.b-mt90 {
  margin-top: 90px !important; }

.b-mb90 {
  margin-bottom: 90px !important; }

.b-ml90 {
  margin-left: 90px !important; }

.b-mr90 {
  margin-right: 90px !important; }

.b-p90 {
  padding: 90px !important; }

.b-pt90 {
  padding-top: 90px !important; }

.b-pb90 {
  padding-bottom: 90px !important; }

.b-pl90 {
  padding-left: 90px !important; }

.b-pr90 {
  padding-right: 90px !important; }

.b-m95 {
  margin: 95px !important; }

.b-mt95 {
  margin-top: 95px !important; }

.b-mb95 {
  margin-bottom: 95px !important; }

.b-ml95 {
  margin-left: 95px !important; }

.b-mr95 {
  margin-right: 95px !important; }

.b-p95 {
  padding: 95px !important; }

.b-pt95 {
  padding-top: 95px !important; }

.b-pb95 {
  padding-bottom: 95px !important; }

.b-pl95 {
  padding-left: 95px !important; }

.b-pr95 {
  padding-right: 95px !important; }

.b-m100 {
  margin: 100px !important; }

.b-mt100 {
  margin-top: 100px !important; }

.b-mb100 {
  margin-bottom: 100px !important; }

.b-ml100 {
  margin-left: 100px !important; }

.b-mr100 {
  margin-right: 100px !important; }

.b-p100 {
  padding: 100px !important; }

.b-pt100 {
  padding-top: 100px !important; }

.b-pb100 {
  padding-bottom: 100px !important; }

.b-pl100 {
  padding-left: 100px !important; }

.b-pr100 {
  padding-right: 100px !important; }

.b-d_ib {
  display: inline-block; }

.b-pc_br {
  display: inline; }
  @media screen and (max-width: 768px) {
    .b-pc_br {
      display: none; } }

.b-sp_br {
  display: none; }
  @media screen and (max-width: 768px) {
    .b-sp_br {
      display: inline; } }

.b-object_fit_contein {
  object-fit: contain !important; }

.b-sup {
  font-size: .8em;
  transform: translate(0.5em, -0.5em);
  display: inline-block; }

.b-sup02 {
  font-size: .8em;
  transform: translate(0, -0.5em);
  display: inline-block; }

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important; }

.b-left {
  text-align: left !important; }

.b-right {
  text-align: right !important; }

.b-small {
  font-size: .8em; }

.b-big {
  font-size: 1.2em; }

.b-bold {
  font-weight: bold; }

.b-notes {
  font-size: .8em;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em; }

/************************************************

	color

*************************************************/
.b-green {
  color: #116845; }

.b-yellow {
  color: #fff463; }

.footer {
  background: #116845;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 15px 20px; }

#top .mv_area .mv_area__text {
  position: absolute;
  top: 47%;
  left: 0;
  font-weight: bold;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "Arial", sans-serif;
  color: #202d3a;
  font-size: 2vw;
  /* fallback */
  font-size: calc(clamp(2rem, 2vw, 4rem)); }
  @media screen and (max-width: 640px) {
    #top .mv_area .mv_area__text {
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      top: 10%;
      left: 3%; } }
  #top .mv_area .mv_area__text span {
    background: #fff;
    display: block;
    width: fit-content;
    padding-left: 2em; }
    @media screen and (max-width: 640px) {
      #top .mv_area .mv_area__text span {
        height: fit-content;
        padding-left: 0;
        padding-top: .5em; } }
    #top .mv_area .mv_area__text span:first-child {
      padding-right: .5em; }
      @media screen and (max-width: 640px) {
        #top .mv_area .mv_area__text span:first-child {
          padding-right: 0;
          padding-bottom: .5em; } }
    #top .mv_area .mv_area__text span + span {
      margin-top: .5em; }
      @media screen and (max-width: 640px) {
        #top .mv_area .mv_area__text span + span {
          margin-top: 0;
          margin-right: .5em; } }
#top .b-containter {
  font-family: var(--font-gothic);
  /************************************************
  
  	タイトル
  
  *************************************************/
  /************************************************
  
  	リスト
  
  *************************************************/
  /************************************************
  
  	セクション
  
  *************************************************/ }
  #top .b-containter .h2_ttl01 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 3px; }
    @media screen and (max-width: 768px) {
      #top .b-containter .h2_ttl01 {
        font-size: 6vw;
        margin-bottom: 20px; } }
  #top .b-containter .ul_list01 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    #top .b-containter .ul_list01 li {
      width: 112px;
      border-radius: 4px; }
      #top .b-containter .ul_list01 li img {
        border-radius: 6px; }
    @media screen and (max-width: 768px) {
      #top .b-containter .ul_list01 li {
        width: 20%; } }
  #top .b-containter .section_root {
    background: #116845;
    padding: 70px 0 165px; }
    @media screen and (max-width: 640px) {
      #top .b-containter .section_root {
        padding: 10% 0 30%; } }
    #top .b-containter .section_root .b-containter__inner {
      position: relative; }
      #top .b-containter .section_root .b-containter__inner .illust {
        position: absolute;
        left: 0;
        bottom: 0; }
    #top .b-containter .section_root.section_root--reverse {
      background: #ebe5df; }
      #top .b-containter .section_root.section_root--reverse .b-containter__inner .illust {
        left: auto;
        right: 0;
        width: 180px; }
        @media screen and (max-width: 640px) {
          #top .b-containter .section_root.section_root--reverse .b-containter__inner .illust {
            right: 4%;
            bottom: -15%;
            width: 30%; } }
      #top .b-containter .section_root.section_root--reverse .h2_ttl01 {
        text-align: left; }
      #top .b-containter .section_root.section_root--reverse .block01 {
        padding-right: 15%;
        padding-left: 0;
        color: inherit; }
        @media screen and (max-width: 640px) {
          #top .b-containter .section_root.section_root--reverse .block01 {
            padding-right: 0; } }
      #top .b-containter .section_root.section_root--reverse .ul_list01 {
        justify-content: flex-start; }
        #top .b-containter .section_root.section_root--reverse .ul_list01 li + li {
          margin-left: 50px;
          margin-right: 0; }
          @media screen and (max-width: 640px) {
            #top .b-containter .section_root.section_root--reverse .ul_list01 li + li {
              margin-left: 5%; } }
  #top .b-containter .lead {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.3;
    letter-spacing: 2px; }
    @media screen and (max-width: 1080px) {
      #top .b-containter .lead {
        letter-spacing: 1px;
        font-size: 100%; } }
  #top .b-containter .block01 {
    padding-right: 0;
    padding-left: 15%;
    color: #fff;
    position: relative; }
    @media screen and (max-width: 640px) {
      #top .b-containter .block01 {
        padding-left: 0; } }
    #top .b-containter .block01 .h2_ttl01 {
      text-align: right; }
      @media screen and (max-width: 640px) {
        #top .b-containter .block01 .h2_ttl01 {
          text-align: left; } }
    #top .b-containter .block01 .ul_list01 {
      justify-content: flex-end; }
      @media screen and (max-width: 640px) {
        #top .b-containter .block01 .ul_list01 {
          justify-content: flex-start; } }
      #top .b-containter .block01 .ul_list01 li + li {
        margin-left: 50px; }
        @media screen and (max-width: 640px) {
          #top .b-containter .block01 .ul_list01 li + li {
            margin-left: 5%; } }
  #top .b-containter .block02 {
    margin-top: 140px;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 1080px) {
      #top .b-containter .block02 {
        margin-top: 30%; } }
    @media screen and (max-width: 640px) {
      #top .b-containter .block02 {
        margin-top: 50%;
        padding: 0 5%; } }
  #top .b-containter .ul_list02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #top .b-containter .ul_list02 li {
      width: 306px;
      border-radius: 30px 0 30px 0;
      border: 3px solid #fff;
      background: #fff;
      text-align: center;
      color: #202d3a;
      position: relative; }
      #top .b-containter .ul_list02 li:nth-child(n+4) {
        margin-top: 110px; }
      #top .b-containter .ul_list02 li:nth-child(3n-1) {
        transform: translateY(30px); }
      #top .b-containter .ul_list02 li:nth-child(3n) {
        transform: translateY(60px); }
      #top .b-containter .ul_list02 li:empty {
        visibility: hidden; }
      #top .b-containter .ul_list02 li .ico_plus01 {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 40px;
        height: 40px; }
      #top .b-containter .ul_list02 li dl {
        height: 100%; }
        #top .b-containter .ul_list02 li dl dt img {
          border-radius: 27px 0 0 0; }
        #top .b-containter .ul_list02 li dl dd {
          font-size: 18px;
          font-weight: bold;
          padding: 30px 0; }
    @media screen and (max-width: 1080px) {
      #top .b-containter .ul_list02 li {
        width: 30%; } }
    @media screen and (max-width: 640px) {
      #top .b-containter .ul_list02 li {
        width: 45%; }
        #top .b-containter .ul_list02 li dl dd {
          font-size: 80%;
          padding: 15% 2%; }
        #top .b-containter .ul_list02 li:nth-child(n+3) {
          margin-top: 13%; }
        #top .b-containter .ul_list02 li:nth-child(3n-1) {
          transform: translateY(0); }
        #top .b-containter .ul_list02 li:nth-child(3n) {
          transform: translateY(0); }
        #top .b-containter .ul_list02 li:nth-child(2n) {
          transform: translateY(40px); } }
  #top .b-containter .s-sec01 {
    padding: 150px 0 165px; }
    #top .b-containter .s-sec01 .lead {
      color: #5f6666;
      font-size: 20px;
      font-weight: bold;
      line-height: 2.6;
      letter-spacing: 3px; }
    @media screen and (max-width: 768px) {
      #top .b-containter .s-sec01 {
        padding: 20% 0; }
        #top .b-containter .s-sec01 .lead {
          letter-spacing: 1px;
          font-size: 100%; } }
  #top .b-containter .s-sec02 {
    background-image: url("../../images/bg_sec02_01.svg"), url("../../images/bg_sec02_02.png");
    background-position: right top, left -10% bottom 36%;
    background-repeat: no-repeat;
    background-size: 55% auto, 30% auto;
    position: relative; }
    #top .b-containter .s-sec02 .b-containter__inner {
      position: relative; }
      #top .b-containter .s-sec02 .b-containter__inner .illust {
        position: absolute;
        right: 65%;
        left: auto;
        bottom: -10%;
        width: 185px;
        height: auto; }
    @media screen and (max-width: 1080px) {
      #top .b-containter .s-sec02 .b-containter__inner {
        padding: 0 5%; }
        #top .b-containter .s-sec02 .b-containter__inner .illust {
          right: 14%;
          bottom: -62%; }
      #top .b-containter .s-sec02 .block01 {
        width: 70%; } }
    @media screen and (max-width: 768px) {
      #top .b-containter .s-sec02 {
        background-image: url("../../images/bg_sec02_01_sp.svg"), url("../../images/bg_sec02_02.png");
        background-position: right top ,left bottom 16%;
        background-size: 12% auto, 55% auto;
        padding: 20% 0; }
        #top .b-containter .s-sec02 .b-containter__inner .illust {
          bottom: -45%;
          width: 20%; } }
    @media screen and (max-width: 640px) {
      #top .b-containter .s-sec02 {
        background-position: right top, right -100% bottom -3%;
        background-size: 12% auto, 75% auto; }
        #top .b-containter .s-sec02 .b-containter__inner .illust {
          width: 30%;
          bottom: -45%; } }
    #top .b-containter .s-sec02 .sec02__copy {
      position: absolute;
      left: 10%;
      top: 5%;
      z-index: 1;
      height: 30em; }
      #top .b-containter .s-sec02 .sec02__copy .copy {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl; }
        #top .b-containter .s-sec02 .sec02__copy .copy span {
          color: #202d3a;
          font-size: 40px;
          padding: 12px 0px;
          font-weight: bold;
          letter-spacing: 4px;
          display: block;
          background: #fff;
          height: fit-content;
          line-height: 1.3; }
          @media screen and (max-width: 1080px) {
            #top .b-containter .s-sec02 .sec02__copy .copy span {
              font-size: calc(clamp(2rem, 4vw, 4rem)); } }
          #top .b-containter .s-sec02 .sec02__copy .copy span + span {
            margin-right: .5em; }
      #top .b-containter .s-sec02 .sec02__copy .text01 {
        order: 2; }
      @media screen and (max-width: 1080px) {
        #top .b-containter .s-sec02 .sec02__copy {
          left: 5%; } }
    #top .b-containter .s-sec02 .block01 {
      margin: 0 0 0 auto;
      max-width: 590px;
      padding: 0; }
      #top .b-containter .s-sec02 .block01 .ul_list01 {
        justify-content: space-between; }
    #top .b-containter .s-sec02 .h2_ttl01 {
      text-align: right; }
    #top .b-containter .s-sec02 .lead {
      font-size: 18px;
      font-weight: bold;
      line-height: 2.3;
      letter-spacing: 2px; }
      @media screen and (max-width: 1080px) {
        #top .b-containter .s-sec02 .lead {
          letter-spacing: 1px;
          font-size: 100%; } }
  #top .b-containter .s-sec03 .block01 {
    padding-right: 15%; }
    @media screen and (max-width: 640px) {
      #top .b-containter .s-sec03 .block01 {
        padding-right: 0; } }
  @media screen and (max-width: 640px) {
    #top .b-containter .s-sec03 .block02 {
      margin-top: 30%;
      padding: 0 5%; } }
  #top .b-containter .s-sec03 .lead {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.3;
    letter-spacing: 2px; }
    @media screen and (max-width: 640px) {
      #top .b-containter .s-sec03 .lead {
        font-size: 100%;
        letter-spacing: 1px; } }
  #top .b-containter .s-sec03 .b-containter__inner .illust {
    bottom: -4em; }
  @media screen and (max-width: 1080pxpx) {
    #top .b-containter .s-sec03 .b-containter__inner .illust {
      right: 10% !important;
      bottom: -23%; } }
  #top .b-containter .s-sec04 .b-containter__inner {
    position: relative; }
    #top .b-containter .s-sec04 .b-containter__inner .illust {
      width: 170px;
      bottom: -4em; }
  @media screen and (max-width: 640px) {
    #top .b-containter .s-sec04 .b-containter__inner .illust {
      right: 15%;
      left: auto;
      bottom: -60%;
      width: 30%; } }
  @media screen and (max-width: 500px) {
    #top .b-containter .s-sec04 .b-containter__inner .illust {
      bottom: -42%; } }
  #top .b-containter .s-sec04 .lead {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.3;
    letter-spacing: 2px; }
    @media screen and (max-width: 640px) {
      #top .b-containter .s-sec04 .lead {
        font-size: 100%;
        letter-spacing: 1px; } }
  #top .b-containter .s-sec05 .b-containter__inner {
    position: relative; }
    #top .b-containter .s-sec05 .b-containter__inner .illust {
      width: 170px;
      bottom: -4em; }
  #top .b-containter .s-sec05 .h2_ttl01 {
    line-height: 1.5;
    padding-bottom: .25em; }
    @media screen and (max-width: 945px) {
      #top .b-containter .s-sec05 .h2_ttl01 .section_root__br {
        display: none; } }
    @media screen and (max-width: 640px) {
      #top .b-containter .s-sec05 .h2_ttl01 .section_root__br {
        display: inherit; } }
  #top .b-containter .s-sec05 .block01 {
    padding-right: 15%; }
    @media screen and (max-width: 640px) {
      #top .b-containter .s-sec05 .block01 {
        padding-right: 0; } }
  @media screen and (max-width: 640px) {
    #top .b-containter .s-sec05 .block02 {
      margin-top: 30%;
      padding: 0 5%; } }
  #top .b-containter .s-sec05 .lead {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.3;
    letter-spacing: 2px; }
    @media screen and (max-width: 640px) {
      #top .b-containter .s-sec05 .lead {
        font-size: 100%;
        letter-spacing: 1px; } }

/************************************************

	モーダル

*************************************************/
#cboxContent {
  background: transparent;
  margin: 20px; }

#cboxLoadedContent {
  background: #fff;
  border-radius: 50px 0 50px 0;
  border: 4px solid #fff;
  scrollbar-width: none; }
  #cboxLoadedContent::-webkit-scrollbar {
    display: none; }

#cboxClose {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  z-index: 10; }
  #cboxClose::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/ico_minus01.svg") no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0; }

.modal_block .btn_close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  z-index: 10;
  display: none; }
  .modal_block .btn_close img {
    width: 60px;
    height: 60px; }
.modal_block dl {
  display: flex;
  background: #fff;
  width: 848px;
  position: relative;
  overflow: hidden; }
  .modal_block dl dt img {
    width: 320px;
    height: 360px;
    object-fit: cover; }
  .modal_block dl dd {
    width: calc(100% - 320px);
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .modal_block dl dd h3 {
      font-size: 20px;
      color: #116845;
      font-weight: bold; }
    .modal_block dl dd p {
      margin-top: 20px; }
  @media screen and (max-width: 1080px) {
    .modal_block dl {
      width: 100%;
      height: auto; }
      .modal_block dl dt {
        width: 40%; }
        .modal_block dl dt img {
          width: 100%;
          height: 100%; }
      .modal_block dl dd {
        width: 60%;
        padding: 6%; } }
  @media screen and (max-width: 640px) {
    .modal_block dl {
      display: block; }
      .modal_block dl dt {
        width: 100%; }
      .modal_block dl dd {
        width: 100%; }
        .modal_block dl dd p {
          margin-top: 10px; } }
.modal_block .modal_block__btn button {
  display: block;
  background: #116845;
  color: #fff;
  width: 100%;
  padding: 5px 35px;
  text-align: center;
  transition: opacity .3s;
  position: relative; }
  @media (any-hover: hover) {
    .modal_block .modal_block__btn button:hover {
      opacity: 0.7; } }
  .modal_block .modal_block__btn button::before, .modal_block .modal_block__btn button::after {
    content: '';
    display: block;
    width: 1em;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
  .modal_block .modal_block__btn button::after {
    transform: translateY(-50%) rotate(-90deg); }
.modal_block .modal_block__accordion_contents {
  display: none;
  padding: 15px;
  border: 2px solid #116845;
  border-top: none; }
  .modal_block .modal_block__accordion_contents p {
    margin-top: 0; }
.modal_block .modal_block__list01 li {
  text-indent: calc((.5em + 5px) * -1);
  padding-left: calc(.5em + 5px);
  line-height: 1.5;
  position: relative; }
  .modal_block .modal_block__list01 li + li {
    margin-top: 10px; }
  .modal_block .modal_block__list01 li::before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    background: #116845;
    border-radius: 50%;
    transform: translateY(-0.15em);
    margin-right: 5px; }
