@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "normalize.css";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 160%;
    -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
img {
    vertical-align: bottom;
}
a {
    color: #9cc813;
}
table {
    width: 100%;
}
p {
    margin: 0 0 1.5em;
}
section, .section {
    margin: 0 0 60px;
}
p, dd, td, th, li {
    line-height: 1.8em;
}
.image-l {
    float: left;
    margin: 0 40px 8px 0;
}
.image-r {
    float: right;
    margin: 0 0 8px 40px;
}
#totop {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 10;
    margin-bottom: 0;
    width: 70px;
}
#totop a {
    display: block;
    transition: all 0.3s;
}
.bold {
    font-weight: bold;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
*, *:before, *:after {
    box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
    font-family: "Noto Sans JP", sans-serif;
}
#wrapper {
    min-width: 1200px;
    overflow: hidden;
}
.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
/*====================================Header======================================*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-width: 1200px;
}
#header.active {
    background-color: rgba(0, 0, 0, 0.7);
}
#header.active .container {
    padding: 0 20px;
}
#header .container {
    width: 100%;
    max-width: 2000px;
    padding: 18px 21px 0 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.logo {
    margin: 0;
    width: 400px;
}
.h_right {
    display: flex;
}
.h_btn {
    width: 210px;
    margin: 0 0 0 10px;
}
.h_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #444444;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    height: 100%;
    position: relative;
    z-index: 2;
}
.h_btn a:before {
    content: "";
    position: relative;
    display: inline-block;
    background: url("../images/icon_time.png") no-repeat center center/100% auto;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.h_btn a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    z-index: -3;
    right: 0;
    background-color: #000;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.7s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.h_info {
    display: flex;
    background: #000;
    padding: 10px 20px 10px 22px;
}
.h_contact {
    margin-left: 10px;
}
.h_contact a {
    background: #9cc813;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    width: 130px;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}
.h_contact a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    z-index: -3;
    right: 0;
    background-color: #444;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.7s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.h_contact a:before {
    content: "";
    position: relative;
    display: block;
    background: url("../images/icon_mail.svg") no-repeat center center/100% auto;
    width: 22px;
    height: 16px;
    margin: 4px 0 2px;
}
.h_tel a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: -4px;
    padding: 0 0 3px;
}
.h_tel_num {
    display: block;
    font-size: 237.5%;
    font-family: "Bebas Neue", cursive;
    font-weight: 400;
    line-height: 1em;
    margin: -3px 0 -2px;
    letter-spacing: 0.1em;
}
.h_tel_num:before {
    content: "";
    position: relative;
    display: inline-block;
    background: url("../images/icon_tel.svg") no-repeat center center/100% auto;
    width: 27px;
    height: 24px;
    margin-right: 3px;
}
.h_tel_time {
    font-size: 75%;
    font-weight: 400;
    line-height: 1em;
    display: block;
}
/*====================================Mainvisual======================================*/
#mainvisual {
    background: url("../images/idx_main_img01.jpg") no-repeat center center/cover;
    height: 970px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 36px;
}
.idx_main_txt01 {
    min-width: 480px;
    display: inline-block;
    background: #fff;
    font-size: 26px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0.15em;
    position: relative;
    padding: 6px 10px 8px;
    margin-bottom: 27px;
}
.idx_main_txt01:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    left: calc(50% - 15px);
    bottom: -21px;
}
.idx_main_txt02 {
    font-size: 36px;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 16px;
}
#index h2 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 51px;
}
.idx_dot span {
    position: relative;
}
.idx_dot span:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff325;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
}
.idx_main_list {
    display: flex;
    justify-content: center;
}
.idx_main_list li:nth-child(1) {
    width: 270px;
}
.idx_main_list li:nth-child(2) {
    width: 300px;
}
.idx_main_list li {
    margin: 0 10px;
    width: 330px;
    height: 80px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.2em;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.idx_clr01 {
    color: #fff325;
}
/*====================================Box01======================================*/
.box01 {
    padding: 102px 0 87px;
    position: relative;
    z-index: 2;
}
.idx_en {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 58px;
    margin: 0;
    line-height: 1em;
    font-size: 220px;
    color: #f7f7f7;
    white-space: nowrap;
    font-family: "Bebas Neue", cursive;
    z-index: -3;
    letter-spacing: 0.077em;
    padding-left: 11px;
}
.idx_h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 92px;
}
.idx_h3_small {
    display: flex;
    align-items: center;
    font-size: 48%;
    letter-spacing: 0.1em;
    position: relative;
    justify-content: center;
    line-height: 1.3em;
    margin-top: 5px;
}
.idx_h3_small:before, .idx_h3_small:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #333;
    flex-shrink: 0;
}
.idx_h3_small:before {
    margin-right: 10px;
}
.idx_h3_small:after {
    margin-left: 10px;
}
.idx_clr02 {
    color: #9cc813;
}
.b01_list {
    display: flex;
    padding: 0 15px;
    justify-content: center;
}
.box01 .container {
    width: 100%;
    max-width: 1770px;
}
.b01_item {
    width: calc(20% - 50px);
}
.b01_item a {
    text-decoration: none;
    color: #333;
    display: block;
    transition: all 0.3s;
}
.b01_itm_date {
    font-size: 18px;
    font-family: "Bebas Neue", cursive;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    line-height: 1.2em;
}
.b01_itm_ttl {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    letter-spacing: 0.075em;
}
.b01_itm_more {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 0;
    align-items: center;
}
.b01_itm_more .cate {
    position: relative;
    display: block;
    padding: 10px 6px 12px;
    background: #a6a6a6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}
.b01_itm_more .cate.受付中 {
    background: #ff0066;
}
.b01_itm_more .read {
    position: relative;
    display: block;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.075em;
    font-family: "Bebas Neue", cursive;
    text-align: right;
    margin-left: auto;
}
.b01_itm_more .read:before {
    content: "";
    position: relative;
    display: inline-block;
    border: solid #9ac612;
    border-width: 0 1px 1px 0;
    padding: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 8px;
    top: -2px;
}
.b01_itm_img {
    margin: 0 0 13px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*====================================Box02======================================*/
.box02 {
    background: #000000;
    color: #fff;
    padding: 65px 0;
}
.box02 .container {
    width: 100%;
    max-width: 1530px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}
.b02_tel {
    margin: 0;
}
.b02_tel a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 34px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1em;
    margin: -4px 0 -6px;
}
.b02_tel_num {
    display: block;
    font-size: 235.29%;
    line-height: 1em;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0.07em;
    font-weight: 400;
    margin: 15px 0 -2px;
}
.b02_tel_num:before {
    content: "";
    position: relative;
    display: inline-block;
    background: url("../images/icon_tel.svg") no-repeat center center/100% auto;
    width: 57px;
    height: 53px;
    margin: 0 7px 0 1px;
}
.b02_tel_time {
    display: block;
    font-size: 70.59%;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 0 0 0 11px;
}
.b02_contact {
    margin: 0 auto 0 16px;
}
.b02_contact a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: rgb(134, 174, 10);
    background: linear-gradient(0deg, rgba(134, 174, 10, 1) 0%, rgba(156, 200, 19, 1) 70%);
    text-decoration: none;
    height: 100%;
    width: 280px;
    position: relative;
    z-index: 2;
    line-height: 1.3em;
}
.b02_contact a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    z-index: -3;
    right: 0;
    background-color: #444;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.7s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.b02_contact a:before {
    content: "";
    position: relative;
    display: block;
    background: url("../images/icon_mail.svg") no-repeat center center/100% auto;
    width: 50px;
    height: 37px;
    margin-bottom: 5px;
}
.b02_list {
    display: flex;
    margin-left: 30px;
}
.b02_list li {
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid #fff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.43em;
}
.b02_list li:not(:first-child) {
    margin-left: 5px;
}
/*====================================Box03======================================*/
.box03 {
    background: #f6f6f6;
    padding: 79px 0 96px;
    position: relative;
    z-index: 2;
}
.box03:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 62px 76px 0 76px;
    border-color: #f6f6f6 transparent transparent transparent;
    left: calc(50% - 67px);
    bottom: -61px;
}
.box03:before {
    content: "";
    position: absolute;
    background: url("../images/b03_icon.png") no-repeat center center/100% auto;
    width: 750px;
    height: 472px;
    top: -4px;
    right: calc(50% + 268px);
    z-index: -2;
}
.box03 .container {
    width: 100%;
    max-width: 1530px;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.b03_img {
    width: calc(50% + 100px);
    margin-right: -150px;
}
.b03_img li:nth-child(1) {
    margin-left: 70px;
}
.b03_img li:nth-child(2) {
    margin-right: 70px;
}
.b03_img img {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.b03_main {
    width: calc(50% - 22px);
    padding-top: 40px;
}
.b03_h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.075em;
    margin-bottom: 53px;
}
.b03_h3_note {
    display: inline-block;
    font-size: 77.78%;
    background: #333;
    color: #fff;
    text-align: center;
    min-width: 460px;
    position: relative;
    margin-bottom: 31px;
    letter-spacing: 0.075em;
    padding-left: 10px;
}
.b03_h3_lager {
    font-size: 166.67%;
    letter-spacing: 0;
    font-weight: 900;
    margin: 0 -25px 0 -33px;
    line-height: 1.3em;
}
.b03_h3_lager02 {
    font-size: 111.11%;
}
.b03_h3_note:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 13px 0 13px;
    border-color: #333333 transparent transparent transparent;
    left: calc(50% - 13px);
    bottom: -20px;
}
.b03_list li {
    font-size: 24px;
    letter-spacing: 0.025em;
    position: relative;
    background: url("../images/b03_dot.png") repeat-x left bottom/6px auto;
    padding: 11px 0 16px;
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 5px;
    transition: all 0.5s;
    transform: translateY(10px);
    opacity: 0;
}
.b03_list li.active {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.b03_check {
    flex-shrink: 0;
    margin: 9px 7px 0 6px;
    line-height: 0;
}
.cls-1 {
    fill: #333;
}
.cls-2, .cls-3 {
    fill: none;
    stroke-miterlimit: 10;
}
.cls-2 {
    stroke: #f6f6f6;
    stroke-width: 9px;
}
.cls-3 {
    stroke: #9dc814;
    stroke-width: 5px;
}
.svg-elem-1 {
    stroke-dashoffset: 178px;
    stroke-dasharray: 178px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.b03_list li.active .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: rgb(51, 51, 51);
}
.svg-elem-2 {
    stroke-dashoffset: 30.284271240234375px;
    stroke-dasharray: 30.284271240234375px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.82s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.82s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
.b03_list li.active .svg-elem-2 {
    stroke-dashoffset: 0;
}
.svg-elem-3 {
    stroke-dashoffset: 30.284271240234375px;
    stroke-dasharray: 30.284271240234375px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.94s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.94s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}
.b03_list li.active .svg-elem-3 {
    stroke-dashoffset: 0;
}
/*====================================Box04======================================*/
.box04 {
    padding: 73px 0 93px;
    text-align: center;
}
.box04 .container {
    width: 100%;
}
.b04_note {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 42px;
}
.b04_note > span {
    display: inline-block;
    position: relative;
}
.b04_note > span:after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 26px;
    background: #fff325;
    bottom: 0;
    left: -20px;
}
.b04_h3 {
    font-size: 34px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b04_h3:before, .b04_h3:after {
    content: "";
    position: relative;
    display: inline-block;
    background: url("../images/b04_icon.svg") no-repeat center center/100% auto;
    width: 115px;
    height: 145px;
    top: 0;
}
.b04_h3:after {
    transform: rotateY(180deg);
    margin-left: 20px;
}
.b04_h3_lager {
    font-size: 211.76%;
    display: block;
    font-weight: 900;
    line-height: 1.3em;
    letter-spacing: 0.075em;
    margin-top: -7px;
    margin-left: -30px;
}
.b04_h3_lager span {
    font-size: 83.33%;
    display: inline-block;
    margin-left: -25px;
}
.b03_h3_icon {
    display: inline-block;
    margin: 0 0 0 -14px;
}
.b03_h3_icon.right {
    margin: 0 -18px 0 0;
}
.b04_img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.b04_img li:not(:last-child) {
    margin-right: 10px;
}
.b04_img li {
    width: 100%;
}
.b04_img li img {
    width: 100%;
}
.b04_txt {
    font-size: 26px;
    letter-spacing: 0.075em;
    margin: 0;
}
.b04_txt_lager {
    font-size: 130.77%;
    font-weight: 700;
    color: #ed2e2e;
    position: relative;
    display: inline-block;
}
.b04_txt_lager:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 17px;
    background: #fff325;
    left: 0;
    bottom: 0;
    z-index: -3;
}
.b04_txt_small {
    width: 100%;
    max-width: 1530px;
    padding: 0 22px;
    margin: -35px auto 0;
    text-align: right;
    font-size: 18px;
    letter-spacing: 0.075em;
}
/*====================================Box05======================================*/
.box05 {
    background: url("../images/b05_bg.jpg") no-repeat center center/cover;
    padding: 118px 0 132px;
}
.b05_h3 {
    font-size: 48px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.075em;
    margin-bottom: 40px;
}
.b05_h3_lager {
    font-size: 125%;
    text-shadow: 4px 4px 0px rgba(17, 17, 17, 0.8);
    line-height: 1em;
}
.b05_dot {
    font-size: 133.33%;
}
.b05_h3_char {
    display: inline-block;
    position: relative;
    top: 20px;
}
.b05_dot span {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
}
.b05_dot span:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #9dc814;
    border-radius: 50%;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.box05 .container {
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
}
.b05_list {
    display: flex;
    justify-content: space-between;
}
.b05_item {
    width: calc(54.4% - 10px);
    background: #fff;
    padding: 37px 50px 50px 72px;
}
.b05_item:nth-child(2) {
    width: calc(45.7% - 10px);
    padding: 37px 50px 44px 54px;
}
.b05_itm_ttl {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin: 0 0 12px;
    white-space: nowrap;
}
.b05_itm_ttl_lager {
    font-size: 111.11%;
    letter-spacing: 0.075em;
}
.b05_itm_txt {
    font-size: 24px;
    position: relative;
    padding-left: 39px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    line-height: 1.43em;
    margin-bottom: 40px;
}
.b05_itm_txt:before {
    content: "Q.";
    position: absolute;
    left: 5px;
    top: 0;
    color: #9cc813;
    font-weight: 700;
    letter-spacing: 0.075em;
}
.b05_map {
    position: relative;
    margin-left: -22px;
}
.chart1-graf .chart_title {
    position: absolute;
    right: 0;
    background: #2d4f35;
    color: #fff;
    width: 234px;
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 20px;
    z-index: 2;
}
.chart1-graf .chart_title > span {
    background: -webkit-linear-gradient(#fff766, #fff325);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 263.16%;
    line-height: 1em;
}
.chart1-graf .chart_title > span > span {
    font-size: 140%;
}
.chart1-graf .chart_title:after {
    content: "";
    position: absolute;
    background: url("../images/b05_arr.svg") no-repeat center center/100% auto;
    width: 67px;
    height: 100px;
    left: 18px;
    bottom: -94px;
}
.chart2_txt {
    position: absolute;
    width: 458px;
    height: 458px;
    top: 0;
    left: 0;
}
.chart2_txt li {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    width: 50%;
    line-height: 1.3em;
}
.chart2_txt li > span {
    display: block;
    font-size: 225%;
    line-height: 1em;
    margin-top: 4px;
    letter-spacing: 0.025em;
    padding-left: 14px;
}
.chart2_txt li > span > span {
    font-size: 128.89%;
}
.chart2_txt li:nth-child(1) {
    left: 46%;
    top: 86px;
}
.chart2_txt li:nth-child(2) {
    left: 6%;
    width: 96%;
    bottom: 54px;
}
.chart2_txt li:nth-child(3) {
    left: 0;
    top: 170px;
    font-size: 15px;
    width: 35%;
}
.chart2_txt li:nth-child(4) {
    top: 56px;
    font-size: 15px;
    width: 30%;
    left: 18%;
}
.chart2_txt li:nth-child(4) > span {
    font-size: 173%;
    margin-top: 8px;
}
.chart2_txt li:nth-child(3) > span {
    font-size: 200%;
}
.chart2_txt li:nth-child(3) > span > span {
    font-size: 133.33%;
}
.b05_map_note {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.5em;
}
.idx_clr03 {
    color: #ed2e2e;
}
.b05_map_note_lager {
    color: #ed2e2e;
    font-weight: 900;
    font-size: 158.33%;
}
.chart_note {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 120px;
    height: 120px;
    z-index: 2;
    background: #fff;
    color: #2d4f35;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35em;
}
.chart1-graf dd {
    position: relative;
    width: 458px;
    height: 458px;
}
.chart2-graf dt {
    position: absolute;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    right: 2px;
    top: -8px;
    letter-spacing: 0.05em;
}
.chart2-graf dt > span {
    display: block;
    font-size: 180%;
    line-height: 1em;
    margin: 4px 0 0 35px;
}
.chart2-graf dt > span > span {
    font-size: 133.33%;
}
.graf-show02 .chart2_txt li:nth-child(1) {
    width: 55%;
    left: auto;
    top: auto;
    bottom: 121px;
    right: 0;
}
.graf-show02 .chart2_txt li:nth-child(2) {
    bottom: auto;
    top: 104px;
    width: 50%;
    left: 10%;
}
.b05_note {
    color: #fff;
    text-align: right;
    margin: 16px 7px 0 0;
    letter-spacing: 0.075em;
}
.b05_map.graf-show02 {
    margin: 0;
    padding: 7px 0 0 36px;
}
/*====================================Box06======================================*/
.box06 {
    padding: 130px 0 364px;
    position: relative;
}
.b06_en {
    margin: 0;
    font-size: 350px;
    line-height: 1.5em;
    color: #f7f7f7;
    position: absolute;
    font-family: "Bebas Neue", cursive;
    top: 441px;
    letter-spacing: 0.085em;
    transform: rotate(90deg);
    left: calc(50% + 152px);
}
.b06_img {
    width: 100%;
    max-width: 1076px;
    margin: 0 auto 72px;
}
.b06_item {
    background: #fff;
    display: flex;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
.b06_itm_num {
    margin: 0;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9dc814;
    color: #fff;
    font-family: "Bebas Neue", cursive;
    font-size: 32px;
    letter-spacing: 0.1em;
}
.b06_itm_num span:nth-child(1) {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    -moz-text-orientation: mixed;
    -ms-text-orientation: mixed;
    text-orientation: mixed;
    -ms-writing-mode: tb-rl;
    line-height: 1.3em;
}
.b06_itm_num span:nth-child(2) {
    font-size: 390.625%;
    letter-spacing: 0.025em;
    line-height: 1em;
    display: inline-block;
    margin: 5px 0 -6px;
}
.b06_itm_main {
    padding: 29px 38px 35px;
}
.b06_itm_ttl {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 3px;
    line-height: 1.5em;
}
.b06_itm_txt {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.1em;
}
.b06_item:nth-child(2n) {
    flex-direction: row-reverse;
}
.b06_bnr_ttl {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 6px;
    align-items: center;
}
.b06_bnr_ttl:before, .b06_bnr_ttl:after {
    content: "";
    position: relative;
    width: 1px;
    height: 29px;
    background: #4e4e4e;
    display: inline-block;
    transform: rotate(-32.6deg);
    margin-right: 20px;
}
.b06_bnr_ttl:after {
    transform: rotate(32.6deg);
    margin: 0 0 0 20px;
}
.b06_bnr_link {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    position: relative;
}
.b06_bnr_link:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    left: 10px;
    border: 2px solid #000;
    background: url("../images/b06_bg.jpg");
}
.b06_bnr_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 110px;
    color: #fff;
    background: #333;
    font-size: 36px;
    position: relative;
    z-index: 2;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.3em;
    text-align: center;
    overflow: hidden;
}
.b06_bnr_link_en {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.03;
    font-size: 388.89%;
    white-space: nowrap;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0.1em;
    line-height: 1em;
    top: -7px;
}
.b06_bnr_link a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    z-index: -3;
    right: 0;
    background-color: #000;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.7s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.b06_list {
    margin-bottom: 70px;
}
/*====================================Box07======================================*/
.box07 {
    background: #9dc814;
    color: #fff;
    padding: 1px 0 99px;
}
.box07 .container {
    width: 100%;
    max-width: 1530px;
    padding: 0 15px;
}
.b07_main {
    height: 390px;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: -231px auto 93px;
    background: url("../images/b07_img01.jpg") no-repeat center center/cover;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.b07_main_h3 {
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.25em;
    position: relative;
    padding: 0 0 25px;
    margin-bottom: 32px;
}
.b07_main_h3:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.b07_main_txt {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
.b07_h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    margin-bottom: 48px;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.b07_h3:before, .b07_h3:after {
    content: "";
    position: relative;
    display: inline-block;
    background: #fff;
    width: 60px;
    height: 3px;
    top: 4px;
}
.b07_h3:before {
    margin-right: 15px;
}
.b07_h3:after {
    margin-left: 15px;
}
.b07_list {
    display: flex;
    justify-content: space-between;
    counter-reset: item;
}
.b07_list li {
    counter-increment: item;
    width: calc(25% - 30px);
    background: #9dc814;
    border: 3px solid #fff;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.55em;
    letter-spacing: 0.07em;
}
.b07_list li:after {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    font-size: 150px;
    color: #a7d11f;
    line-height: 0.8em;
    left: 15px;
    bottom: 4px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Bebas Neue", cursive;
    z-index: -3;
}
.b07_list li:last-child {
    letter-spacing: 0.025em;
}
.b07_list li:before {
    content: "";
    position: relative;
    display: block;
    background: url("../images/b07_icon01.png") no-repeat center center/100% auto;
    width: 100px;
    height: 69px;
    margin: -15px 0 22px;
}
.b07_list li:nth-child(1):before {
    margin-left: 26px;
}
.b07_list li:nth-child(2):before {
    background-image: url("../images/b07_icon02.png");
}
.b07_list li:nth-child(3):before {
    background-image: url("../images/b07_icon03.png");
}
.b07_list li:nth-child(4):before {
    background-image: url("../images/b07_icon04.png");
    margin: -9px 0 5px;
}
/*====================================Footer======================================*/
.footer_main {
    padding: 80px 0 67px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}
.f_logo {
    margin-bottom: 2px;
}
.f_logo img {
    width: 721px;
}
.f_txt {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.f_add {
    font-size: 20px;
    letter-spacing: 0.1em;
}
.f_btn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.f_btn_social {
    margin-left: 48px;
    display: flex;
    margin-top: 5px;
}
.f_btn_social a {
    display: block;
    width: 70px;
}
.f_btn_social a:not(:last-child) {
    margin-right: 10px;
}
.f_btn_link {
    position: relative;
}
.f_btn_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em;
    width: 390px;
    height: 70px;
    position: relative;
    z-index: 2;
    color: #fff;
    background: #000;
}
.f_btn_link a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    z-index: -3;
    right: 0;
    background-color: #333;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.7s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.f_btn_link:after {
    content: "";
    position: absolute;
    top: 6px;
    width: 100%;
    height: 100%;
    left: 6px;
    border: 2px solid #000;
    background: url("../images/b06_bg.jpg");
}
.copyright {
    margin: 0;
    padding: 36px 0;
    text-align: center;
    letter-spacing: 0.1em;
}
.form_contact table th {
    position: relative;
    text-align: left;
}
.form_contact table th .req {
    color: #fff;
    position: absolute;
    right: 10px;
    background: #404040;
    padding: 6px 10px 8px;
    font-size: 13px;
    line-height: 1;
}
.終了 {
    background-color: #a6a6a6 !important;
}
.form_contact table td:first-child {
    border-left: 3px solid #ddd;
    text-align: center;
}
.form_contact table input[type="text"], .form_contact table input[type="email"], .form_contact table textarea {
    padding: 7px 10px;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
}
.form_contact table td .wpcf7-list-item {
    margin: 0 20px 0 0;
}
.form_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.form_btn .btn {
    margin: 0 20px 10px;
}
.form_btn input, .form_btn a {
    width: 280px;
    height: 50px;
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
}
.form_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
}
.form_btn input:hover, .form_btn a:hover {
    background-color: #333;
}
.form_btn input:disabled {
    background-color: #bbb;
    color: #000;
}
.form_btn .wpcf7-spinner {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
.form_contact .wpcf7-response-output {
    margin: 2em 0 0 !important;
    padding: 10px !important;
    font-size: 14px;
}
.form_contact .wpcf7-not-valid-tip {
    font-size: 14px;
}
.under_tbl th, .under_tbl td {
    border-color: #dddddd;
    background: #fff;
    color: #333;
    font-size: 16px;
}
.under_tbl th {
    text-align: center;
    font-weight: bold;
    border-left: 3px solid #ddd;
}
.under_tbl:not(:last-child) {
    margin-bottom: 40px;
}
.tbl_th_left th {
    text-align: left;
}
.under-h4 {
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #f7f7f7;
    border-bottom: 3px solid #333;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
}
.sec_box {
    margin-top: 50px;
}
#mail_form {
    padding: 100px 0 50px;
}
.form_contact table th {
    position: relative;
    text-align: left;
}
.form_contact table th .req {
    color: #fff;
    position: absolute;
    right: 10px;
    background: #404040;
    padding: 6px 10px 8px;
    font-size: 13px;
    line-height: 1;
}
.終了 {
    background-color: #a6a6a6 !important;
}
.form_contact table td:first-child {
    border-left: 3px solid #ddd;
    text-align: center;
}
.form_contact table input[type="text"], .form_contact table input[type="email"], .form_contact table textarea {
    padding: 7px 10px;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
}
.form_contact table td .wpcf7-list-item {
    margin: 0 20px 0 0;
}
.set:not(:last-child) {
    margin-right: 10px;
}
.set.space_right {
    margin-right: 30px;
}
.set select {
    margin: 0 3px;
}
::placeholder {
    opacity: 0.5;
}
.step_confirm .wpcf7-previous {
    display: inline-block !important;
    background: #777;
}
/*
  font-family: 'Bebas Neue', cursive;
  font-family: 'Noto Sans JP', sans-serif;
*/

.b01_itm_img {
	position: relative;
}

.b01_itm_img .txt-end-event {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
}
.b01_item {
	margin-right: 15px;
}

.b01_item:last-child {
	margin-right: 0;
}
















@media screen\0, all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align: auto) {
    .selector {
        property: value;
    }
}