﻿@charset "utf-8";
/* CSS Document */

:root{
    font-size:62.5%;
}
html {font-size:62.5%;}
body{
    font-size:16px;
	color:#343434;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "noto-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
	margin:0;
	position: relative;
}
h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dd,a,span,div{  
    line-height:1.5;
    font-weight: 700;
}
a{
	color:#343434;
	text-decoration:none;
    transition: 0.3s;
}
a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
	height: auto;
}
a img { 
	border: none;
}
a.nolink{
    pointer-events: none;
}
ul {
	list-style-type: none;
}
table{
	border-collapse: collapse;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.fix-flex{
    display: flex;
}
.leftBox{
	float:left;
}
.rightBox{
	float:right;
}
.sp{
	display:none !important;
}
.center{
    text-align: center;
}
.spacer{
    width:100%;
}
.contentWidth{
    width:1000px;
    margin: auto auto auto auto;
    position: relative;
}
@media (max-width: 768px) {
    body{
        font-size:14px;
    }
    .pc{
        display:none !important;
    }
    .sp{
        display:block !important;
    }
    .leftBox{
        float:none !important;
    }
    .rightBox{
        float:none !important;
    }
    .contentWidth{
        width:100%;
    }
}

/*--------------------------------------
    header
--------------------------------------*/

header{
    width:100%;
    height:160px;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:auto;
    background: #FFFFFF;
    z-index: 9999;
}
header h1{
    height:70px;
    display: flex;
    align-items: center;
    position: absolute;
    top:20px;
    left:0;
}
header h1 a{
    display: block;
    height:100%;
}
header h1 a:last-child{
    margin-left: 30px;
}
header h1 a img{
    width:auto;
    max-width: auto;
    max-height: 100%;
}
header .linkArea{
    width:370px;
    display: grid;
    gap:5px;
    grid-template-columns: 1fr;
    position: absolute;
    top:10px;
    right:0;
}
header .linkArea li{
    height:36px;
}
header .linkArea li a{
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #33672A;
    border-radius: 20px;
}
header .linkArea li a span{
    font-weight: bold;
    color:#FFFFFF;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
header .linkArea li a span::before{
    content: "";
    background: url("../images/icon_link.png") no-repeat center center/contain;
    width:19px;
    height:17px;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:0;
    margin: auto;
    transform: translate(calc(-100% - 9px),0);
}
header .g-nav{
    width:100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom:20px;
}
header .g-nav li a{
    font-size:20px;
    font-weight: 700;
    display: block;
    padding: 0 20px 0 20px;
    position: relative;
}
header .g-nav li a::before{
    content: "／";
    transform: translate(-50%,0);
    position: absolute;
    top:0;
    left:0;
}
header .g-nav li:first-child a::before{
    display: none;
}
header .homeBtn{
    width:160px;
    height:160px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    right:0;
    background: #33672A;
}
header .homeBtn span{
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    width:100%;
    text-align: center;
    font-size:24px;
    color:#FFFFFF;
    padding-top: 54px;
    background: url("../images/icon_entry.png") no-repeat center top/auto;
}
header .spbtn,
header .spmenu{
    display: none;
}
@media (max-width: 768px) {
    header{
        width:100%;
        height:70px;
    }
    header h1{
        height:50px;
        top:10px;
        left:10px;
    }
    header h1 a:last-child{
        margin-left: 10px;
    }
    header .linkArea,
    header .g-nav,
    header .homeBtn{
        display: none;
    }
    header .spbtn,
    header .spmenu{
        display: block;
    }
    header .spbtn{
        position: absolute;
        top:0;
        bottom:0;
        right:0;
        margin: 0;
        width: 70px;
        height: 70px;
        background: #33672A;
    }
    header .spbtn,
    header .spbtn span {
        display: inline-block;
        -webkit-transition: all 0.3s; 
        -moz-transition: all 0.3s; 
        -o-transition: all 0.3s; 
        transition: all 0.3s;
        box-sizing: border-box;
    }
    header .spbtn span {
        position: absolute;
        left: 0;
        right:0;
        margin: auto;
        width: 24px;
        height: 2px;
        background-color: #FFFFFF;
        transition: 0.3s;
    }
    header .spbtn span:nth-of-type(1) {
        top: 24px;
    }
    header .spbtn span:nth-of-type(2) {
        top: 34px;
    }
    header .spbtn span:nth-of-type(3) {
        top: 44px;
    }
    header.select .spbtn{
        background: #33672A;
    }
    header.select .spbtn span:nth-of-type(1) {
        transform: translate(0,10px) rotate(-45deg);
        background-color: #FFFFFF;
    }
    header.select .spbtn span:nth-of-type(2) {
        opacity: 0;
    }
    header.select .spbtn span:nth-of-type(3) {
        transform: translate(0,-10px) rotate(45deg);
        background-color: #FFFFFF;
    }
    header .spmenu{
        width:240px;
        height:auto;
        box-sizing: border-box;
        padding: 15px 15px 20px 15px;
        position: fixed;
        top:70px;
        right:0;
        transform: translate(100%,0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow-y: scroll;
        background: #33672A;
        z-index: 120;
    }
    header.select .spmenu{
        transform: translate(0,0);
    }
    header .spmenu ul li{
        text-align: left;
        display: block;
    }
    header .spmenu ul li a{
        font-size:14px;
        font-weight: 700;
        display:block;
        padding:0 20px 0 0;
        line-height: 30px;
        color:#FFFFFF;
        position: relative;
        box-sizing: border-box;
    }
    header .spmenu ul li a:after{
        content: "";
        display: block;
        width:10px;
        height:10px;
        position: absolute;
        top:0;
        left:auto;
        right:5px;
        bottom:0;
        margin: auto auto auto auto;
        border-top:5px solid transparent;
        border-left:5px solid #FFFFFF;
        border-bottom:5px solid transparent;
        box-sizing: border-box;
    }
}

/*--------------------------------------
    common
--------------------------------------*/

h2.style001{
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:58px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}
h2.style001 span{
    font-family: "noto-sans", sans-serif;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size:24px;
    padding: 0 32px 0 32px;
    position: relative;
}
h2.style001 span::before{
    content: "●";
    color: #33672A;
    margin-right: 15px;
}
h2.style001 span::after{
    content: "●";
    color: #33672A;
    margin-left: 15px;
}
@media (max-width: 768px) {
    h2.style001{
        font-size:24px;
        margin-bottom: 30px;
    }
    h2.style001 span{
        font-size:3.2vw;
        padding: 0 15px 0 15px;
    }
    h2.style001 span::before{
        width:10px;
        height:10px;
    }
    h2.style001 span::after{
        width:10px;
        height:10px;
    }
}

/*--------------------------------------
    visual
--------------------------------------*/

.visualArea{
    margin-top: 160px;
    background:#C6EBC0; 
}
.visualArea .visual{
    position: relative;
}
.visualArea .visual h2{
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:48px;
    font-weight: 400;
    color:#FFFFFF;
    position: absolute;
    top:3.6vw;
    left:6vw;
    text-shadow:#000000 0 0 10px;
}
.visualArea .textArea{
    padding: 60px 0 80px 0;
    text-align: center;
}
.visualArea h3{
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:50px;
    color:#33672A;
    margin-bottom: 35px;
}
.visualArea .text{
    font-size:22px;
    color:#33672A;
}
@media (max-width: 768px) {
    .visualArea{
        margin-top: 70px;
    }
    .visualArea .visual h2{
        font-size:4.8vw;
        text-shadow:#000000 0 0 1vw;
    }
    .visualArea .textArea{
        padding: 20px 4% 20px 4%;
    }
    .visualArea h3{
        font-size:18px;
        margin-bottom: 20px;
    }
    .visualArea .text{
        font-size:14px;
        text-align: left;
    }
}

/*--------------------------------------
    director
--------------------------------------*/

.directorArea{
    position: relative;
    padding: 50px 0 110px 0;
}
.directorArea::before{
    content: "";
    width:100%;
    height:100%;
    opacity: 0.1;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: block;
    background: url("../images/bg_director.png") repeat center center/auto;
}
.directorArea h3{
    font-size:36px;
    line-height: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
    font-weight: 500;
}
.directorArea h3::before{
    content: "";
    width:1px;
    height:30px;
    background: #000000;
    margin-top: 3px;
    margin-right: 30px;
    transform: rotate(-30deg);
}
.directorArea h3::after{
    content: "";
    width:1px;
    height:30px;
    background: #000000;
    margin-top: 3px;
    margin-left: 30px;
    transform: rotate(30deg);
}
.directorArea .directorBox{
    display: flex;
    margin-bottom: 70px;
}
.directorArea .directorBox:nth-of-type(2){
    flex-direction: row-reverse;
}
.directorArea .directorBox .thumb{
    width:424px;
}
.directorArea .directorBox .textArea{
    width:576px;
    text-align: center;
    box-sizing: border-box;
    padding: 46px 36px 100px 36px;
    background: url("../images/bg_textarea.png") repeat center center/auto;
}
.directorArea .directorBox .textArea h4{
    display: inline-block;
    margin-bottom: 38px;
    position: relative;
}
.directorArea .directorBox .textArea h4 span{
    font-size:24px;
    font-weight: 900;
    position: relative;
    z-index: 10;
    padding: 0 5px;
    display: inline-block;
}
.directorArea .directorBox .textArea h4::after{
    content: "";
    width:100%;
    height:14px;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    background: #67AA5C;
    z-index:5;
}
.directorArea .directorBox .textArea .text{
    font-size:17px;
    line-height: 2.5;
    text-align: left;
}
.directorArea .boxArea .directorBox{
    width:488px;
    float:left;
    margin-bottom: 0px;
}
.directorArea .boxArea .directorBox:nth-of-type(2){
    margin-left: 24px;
    flex-direction: row;
}
.directorArea .boxArea .directorBox .thumb{
    width:230px;
}
.directorArea .boxArea .directorBox .textArea{
    width:258px;
    padding: 20px;
    text-align: left;
}
.directorArea .boxArea .directorBox .textArea h4{
    margin-bottom: 20px;
}
.directorArea .boxArea .directorBox .textArea .text{
    font-size:15px;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .directorArea{
        padding: 40px 4% 40px 4%;
    }
    .directorArea::before{
        background: url("../images/bg_director.png") repeat center center/100%;
    }
    .directorArea h3{
        font-size:20px;
        margin-bottom: 20px;
    }
    .directorArea h3::before{
        height:20px;
        margin-top: 2px;
        margin-right: 20px;
    }
    .directorArea h3::after{
        height:20px;
        margin-top: 2px;
        margin-left: 20px;
    }
    .directorArea .directorBox{
        display:block;
        margin-bottom: 40px;
    }
    .directorArea .directorBox .thumb{
        width:100%;
        padding-top: 100%;
        position: relative;
        text-align: center;
    }
    .directorArea .directorBox .thumb img{
        width:100%;
        height:100%;
        object-fit: cover;
        position: absolute;
        top:0;
        left:0;
    }
    .directorArea .directorBox .textArea{
        width:100%;
        padding: 30px 20px 30px 20px;
    }
    .directorArea .directorBox .textArea h4{
        text-align: center;
        margin-bottom: 20px;
    }
    .directorArea .directorBox .textArea h4 span{
        font-size:18px
    }
    .directorArea .directorBox .textArea h4::after{
        height:5px;
    }
    .directorArea .directorBox .textArea .text{
        font-size:14px;
        line-height: 2;
    }
    .directorArea .boxArea .directorBox{
        width:100%;
        float:none;
    }
    .directorArea .boxArea .directorBox:nth-of-type(2){
        margin-top: 40px;
        margin-left: 0;
        flex-direction: row;
    }
    .directorArea .boxArea .directorBox .thumb{
        width:100%;
    }
    .directorArea .boxArea .directorBox .textArea{
        text-align: center;
        width:100%;
    }
    .directorArea .boxArea .directorBox .textArea .text{
        font-size:14px;
    }
}

/*--------------------------------------
    staff
--------------------------------------*/

.staffArea{
    padding: 60px 0 140px 0;
    background: url("../images/bg_staff.png") repeat center center/auto;
}
.staffArea .boxArea{
    width:100%;
    display: grid;
    gap:70px 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 70px;
}
.staffArea .boxArea .staffBox{
    position: relative;
}
.staffArea .boxArea .staffBox h3{
    width:calc(100% - 20px);
    height:80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    background: #33672A;
    border-radius: 18px;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    transform: translate(0,50%);
    margin: auto;
}
.staffArea .boxArea .staffBox:nth-child(10){
    grid-column: 2 / 4;
}
@media (max-width: 768px) {
    .staffArea{
        padding: 40px 4% 40px 4%;
        background: url("../images/bg_staff.png") repeat center center/100%;
    }
    .staffArea .boxArea{
        gap:45px 8px;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 0;
    }
    .staffArea .boxArea:last-child{
        margin-top: 55px;
    }
    .staffArea .boxArea .staffBox h3{
        font-size:2vw;
        width:100%;
        height:50px;
        border-radius: 10px;
    }
    .staffArea .boxArea .staffBox:nth-child(10){
        grid-column: 1 / 4;
    }
    .staffArea .boxArea .staffBox:nth-child(10) h3{
        font-size:4vw;
        height:70px;
    }
}

/*--------------------------------------
    reason
--------------------------------------*/

.reasonArea{
    background: rgba(241,253,239,0.7);
    padding: 36px 0 136px 0;
}
.reasonArea .pointArea{
    width:100%;
    counter-reset: point 0;
}
.reasonArea .pointArea::after{
    content: "";
    clear: both;
}
.reasonArea .pointArea .pointBox{
    counter-increment: point 1;
    margin-top: 35px;
    position: relative;
}
.reasonArea .pointArea .pointBox::before{
    content: "";
    position: absolute;
    bottom:0;
    width:560px;
    height:calc(100% - 102px);
    background: url("../images/bg_textarea.png") repeat center center/auto;
    z-index: 0;
}
.reasonArea .pointArea .pointBox:nth-child(2n+1)::before{
    left:auto;
    right:0;
}
.reasonArea .pointArea .pointBox:nth-child(2)::before{
    left:0;
    right:auto;
}
.reasonArea .pointArea .pointBox .textArea{
    min-height:380px;
}
.reasonArea .pointArea .pointBox:nth-child(2n+1) .thumb{
    width:480px;
    float: left;
    position: relative;
    z-index: 10;
}
.reasonArea .pointArea .pointBox:nth-child(2n) .textArea{
    width:480px;
    float: left;
    position: relative;
    z-index: 10;
    padding-left: 30px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.reasonArea .pointArea .pointBox:nth-child(2n) .thumb{
    width:480px;
    float: right;
    position: relative;
    z-index: 10;
}
.reasonArea .pointArea .pointBox:nth-child(2n+1) .textArea{
    width:480px;
    float: right;
    position: relative;
    z-index: 10;
    padding-right: 30px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.reasonArea .pointArea .pointBox .textArea span{
    height:50px;
    padding: 0 25px 0 25px;
    background: #33672A;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size:22px;
    color:#FFFFFF;
}
.reasonArea .pointArea .pointBox .textArea span::after{
    font-size:30px;
    content: counter(point,decimal-leading-zero) "";
    margin-left: 12px;
}
.reasonArea .pointArea .pointBox .textArea h3{
    font-size: 26px;
    margin-top: 24px;
    margin-bottom: 30px;
}
.reasonArea .pointArea .pointBox .textArea ul li{
    font-size: 17px;
}
.reasonArea .pointArea .pointBox .textArea ul li::before{
    content: "▶";
}
.reasonArea .pointArea .pointBox .textArea .text{
    font-size: 17px;
    margin-top: 18px;
}
.reasonArea .pointArea .pointBox .textArea .btn{
    width:280px;
    height:44px;
    margin-top: 33px;
}
.reasonArea .pointArea .pointBox .textArea .btn a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    height:100%;
    color:#FFFFFF;
    background: #33672A;
    border-radius: 22px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 20px;
}
.reasonArea .pointArea .pointBox .textArea .btn a::after{
    display: flex;
    justify-content: center;
    align-items: center;
    width:26px;
    height:26px;
    content: "▶";
    color:#33672A;
    background: #FFFFFF;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .reasonArea{
        padding: 40px 4% 40px 4%;
    }
    .reasonArea .pointArea .pointBox{
        margin-top: 20px;
    }
    .reasonArea .pointArea .pointBox::before{
        width:100%;
        height:100%;
    }
    .reasonArea .pointArea .pointBox:nth-child(2n+1)::before{
        left:0;
        right:0;
    }
    .reasonArea .pointArea .pointBox:nth-child(2)::before{
        left:0;
        right:0;
    }
    .reasonArea .pointArea .pointBox .textArea{
        padding: 20px;
        box-sizing: border-box;
        min-height:0;
    }
    .reasonArea .pointArea .pointBox:nth-child(2n+1) .thumb{
        width:100%;
        float: none;
    }
    .reasonArea .pointArea .pointBox:nth-child(2n) .textArea{
        width:100%;
        float: none;
        padding: 20px;
    }
    .reasonArea .pointArea .pointBox:nth-child(2n) .thumb{
        width:100%;
        float: none;
    }
    .reasonArea .pointArea .pointBox:nth-child(2n+1) .textArea{
        width:100%;
        float: none;
        padding: 20px;
    }
    .reasonArea .pointArea .pointBox .textArea span{
        height:40px;
        padding: 0 20px 0 20px;
        border-radius: 20px;
        font-size:14px;
    }
    .reasonArea .pointArea .pointBox .textArea span::after{
        font-size:18px;
        margin-left: 6px;
    }
    .reasonArea .pointArea .pointBox .textArea h3{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .reasonArea .pointArea .pointBox .textArea ul li{
        font-size: 14px;
    }
    .reasonArea .pointArea .pointBox .textArea .text{
        font-size: 14px;
        margin-top: 10px;
    }
    .reasonArea .pointArea .pointBox .textArea .btn{
        width:240px;
        height:40px;
        margin: 20px auto 0 auto;
    }
    .reasonArea .pointArea .pointBox .textArea .btn a{
        padding-left: 20px;
        padding-right: 10px;
        text-align: center;
    }
    .reasonArea .pointArea .pointBox .textArea .btn a::after{
        width:20px;
        height:20px;
    }
}

/*--------------------------------------
    photo
--------------------------------------*/

.photoArea{
    padding: 57px 0 157px 0;
}
.photoArea .photoBox{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.photoArea .photoBox a{
    height:280px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.photoArea .photoBox a img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.photoArea .photoBox a img.normal{
    width:auto;
    height:auto;
    object-fit: fill;
    margin: auto;
}
@media (max-width: 768px) {
    .photoArea{
        padding: 40px 4% 40px 4%;
    }
    .photoArea .photoBox{
        grid-template-columns: 1fr 1fr;
    }
    .photoArea .photoBox a{
        height:auto;
        padding-top: 100%;
        position: relative;
    }
    .photoArea .photoBox a img{
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
    }
    .photoArea .photoBox a img.normal{
        width:60%;
        height:60%;
        object-fit: contain;
        margin: auto;
    }
}

/*--------------------------------------
    footer
--------------------------------------*/

footer{
    display: flex;
    background:#33672A; 
    border-top:10px solid #33672A;
}
footer .logoArea{
    width:33.35%;
    height:532px;
    background:#FFFFFF;
    display: flex;
    gap:76px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .logoArea .logo001{
    width:385px;
}
footer .logoArea .logo002{
    width:274px;
}
footer .footerContent{
    width:66.65%;
    gap:30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
footer .footerBox h2{
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:34px;
    display: inline-block;
    position: relative;
    padding: 0 74px;
    color:#FFFFFF;
}
footer .footerBox h2::before{
    content: "";
    width:1px;
    height:80px;
    transform: rotate(-30deg);
    position: absolute;
    left:0;
    bottom:0;
    background: #FFFFFF;
}
footer .footerBox h2::after{
    content: "";
    width:1px;
    height:80px;
    transform: rotate(30deg);
    position: absolute;
    right:0;
    bottom:0;
    background: #FFFFFF;
}
footer .footerBox h2 span{
    font-family: "noto-sans", sans-serif;
    font-weight: 700;
    font-size:45px;
    color:#FFFFFF;
}
footer .footerBox h2 span::before,
footer .footerBox h2 span::after{
    content: "●";
    color:#C6EBC0;
    margin: 0 30px;
}
footer .footerBox .text{
    font-size:24px;
    font-weight: 900;
    color: #FFFFFF;
    margin-top: 36px;
}
footer .footerBox .btn{
    width:615px;
    height:97px;
    margin-top: 36px;
}
footer .footerBox .btn a{
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    color:#33672A;
    background: #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    padding-right: 44px;
    position: relative;
}
footer .footerBox .btn a::after{
    font-family: "noto-sans", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width:56px;
    height:56px;
    content: "▶";
    color:#FFFFFF;
    background:#33672A ;
    border-radius: 50%;
    position: absolute;
    top:0;
    left:auto;
    right:44px;
    bottom:0;
    margin: auto;
}
footer .footerContent .copyright{
    text-align: center;
    color:#FFFFFF;
    position: absolute;
    left:0;
    right:0;
    bottom:10px;
}
@media (max-width: 768px) {
    footer{
        display: block;
        border-top:5px solid #33672A;
    }
    footer .logoArea{
        width:100%;
        height:auto;
        gap:15px;
        padding: 30px 0;
    }
    footer .logoArea .logo001{
        width:50%;
    }
    footer .logoArea .logo002{
        width:35%;
    }
    footer .footerContent{
        width:100%;
        gap:15px;
        padding: 40px 0 20px 0;
    }
    footer .footerBox h2{
        font-size:18px;
        padding: 0 20px;
    }
    footer .footerBox h2::before{
        height:30px;
    }
    footer .footerBox h2::after{
        height:30px;
    }
    footer .footerBox h2 span{
        font-size:30px;
    }
    footer .footerBox h2 span::before,
    footer .footerBox h2 span::after{
        margin: 0 10px;
    }
    footer .footerBox .text{
        font-size:14px;
        margin-top: 20px;
    }
    footer .footerBox .btn{
        width:240px;
        height:40px;
        margin: 20px auto 0 auto;
    }
    footer .footerBox .btn a{
        font-size:14px;
        padding-right: 20px;
    }
    footer .footerBox .btn a::after{
        width:20px;
        height:20px;
        right:20px;
    }
    footer .footerContent .copyright{
        font-size:11px;
        position: static;
        margin-top: 20px;
    }
}

/* モーダルウィンドウ */
.modalBox{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.bgModal{
	background: rgba(0, 0, 0, 0.18);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modalBox .directorBox{
	width: 1000px;
    height:455px;
	position: absolute;
	top: 0;
    left: 0;
    right:0;
    bottom:0;
    margin: auto;
    display: flex;
    background: #FFFFFF;
}
.modalBox .directorBox .thumb{
    width:250px;
    height:100%;
}
.modalBox .directorBox .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.modalBox .directorBox .textArea{
    width:750px;
    height:100%;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
    background: url("../images/bg_textarea.png") repeat center center/auto;
}
.modalBox .directorBox .textArea h4{
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.modalBox .directorBox .textArea h4 span{
    font-size:28px;
    font-weight: 900;
    position: relative;
    z-index: 10;
    padding: 0 5px;
}
.modalBox .directorBox .textArea h4::after{
    content: "";
    width:100%;
    height:8px;
    position: absolute;
    left:0;
    right:0;
    bottom:4px;
    background: #67AA5C;
    z-index:5;
}
.modalBox .directorBox .textArea h5{
    font-size:20px;
    margin-bottom: 20px;
}
.modalBox .directorBox .textArea .text{
    font-size:15px;
    line-height: 1.8;
    text-align: left;
}
.modalBox#modal10 .directorBox{
	width: 90%;
}
.modalBox#modal10 .directorBox .thumb{
    width:50%;
}
.modalBox#modal10 .directorBox .textArea{
    width:50%;
}
.modalBox .welfareBox{
	width: 1000px;
    height:455px;
	position: absolute;
	top: 0;
    left: 0;
    right:0;
    bottom:0;
    margin: auto;
    display: flex;
    background: #FFFFFF;
}
.modalBox .welfareBox .textArea{
    width:100%;
    height:100%;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 40px 50px 40px;
}
.modalBox .welfareBox .textArea h4{
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.modalBox .welfareBox .textArea h4 span{
    font-size:28px;
    font-weight: 900;
    position: relative;
    z-index: 10;
    padding: 0 30px;
}
.modalBox .welfareBox .textArea h4::before{
    content: "";
    width:15px;
    height:15px;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:0;
    background: #33672A;
    border-radius: 50%;
    margin: auto;
    z-index:5;
}
.modalBox .welfareBox .textArea h4::after{
    content: "";
    width:15px;
    height:15px;
    position: absolute;
    top:0;
    left:auto;
    right:0;
    bottom:0;
    background: #33672A;
    border-radius: 50%;
    margin: auto;
    z-index:5;
}
.modalBox .welfareBox .textArea ul{
    width:94%;
    column-count: 2;
    margin: 0 auto;
}
.modalBox .welfareBox .textArea ul li{
    font-size:14px;
    text-align: left;
}
.modalBox .welfareBox .textArea ul li::before{
    content: "・";
}
.modalBox .btn{
    width:50px;
    height:50px;
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
    background: #9c9c9c;
    transition: 0.3s;
}
.modalBox .btn::before{
    content: "";
    width:24px;
    height:2px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transform: rotate(45deg);
    background: #FFFFFF;
    margin: auto;
}
.modalBox .btn::after{
    content: "";
    width:24px;
    height:2px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transform: rotate(-45deg);
    background: #FFFFFF;
    margin: auto;
}
.modalBox .btn:hover{
    opacity: 0.5;
}
@media (max-width: 768px) {
    .modalBox .directorBox{
        width: 92%;
        height:90vh;
        display: block;
    }
    .modalBox .directorBox .thumb{
        width:100%;
        height:auto;
        padding-top: 75vw;
        position: relative;
    }
    .modalBox .directorBox .thumb img{
        position: absolute;
        top:0;
        left:0;
    }
    .modalBox .directorBox .textArea{
        width:100%;
        height:calc(100% - 75vw);
        padding: 30px 20px 30px 20px;
        overflow-y: scroll;
    }
    .modalBox .directorBox .textArea h4 span{
        font-size:20px;
        display: inline-block;
    }
    .modalBox .directorBox .textArea h4::after{
        height:5px;
        bottom:2px;
    }
    .modalBox .directorBox .textArea h5{
        font-size:18px;
    }
    .modalBox .directorBox .textArea .text{
        font-size:13px;
    }
    .modalBox#modal10 .directorBox{
        width: 92%;
    }
    .modalBox#modal10 .directorBox .thumb{
        width:100%;
    }
    .modalBox#modal10 .directorBox .textArea{
        width:100%;
    }
    .modalBox .welfareBox{
        width: 92%;
        height:90vh;
        display: block;
    }
    .modalBox .welfareBox .textArea{
        width:100%;
        padding: 30px 20px 30px 20px;
        overflow-y: scroll;
    }
    .modalBox .welfareBox .textArea h4 span{
        font-size:20px;
        display: inline-block;
        padding: 0 20px;
    }
    .modalBox .welfareBox .textArea h4::before{
        width:10px;
        height:10px;
    }
    .modalBox .welfareBox .textArea h4::after{
        width:10px;
        height:10px;
    }
    .modalBox .welfareBox .textArea ul{
        column-count: 1;
    }
}
