@charset "UTF-8";

html {
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    background-color:#F6F5F1;
    color: #3B4043;
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    list-style-type: none;
    font-style: normal;
    font-weight: lighter;
}

.btn {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.6rem 0;
    border: #14915B .1rem solid;
    display: block;
    text-align: center;
    width: 20rem;
    margin: auto;
}

a:hover {
    opacity: 0.7;
}

.more:hover {
    color: #fff;
    background-color: #14915B;
}

p {
    line-height: 2;
    font-size: 1.4rem;
}

.pc {
    display: none;
}


/*====== 箱 ======*/

section {
    padding: 6.4rem 0;
}

.container {
    width: 95%;
    max-width: 1800px;
    margin: auto;
}

.clear::after {
    content: "";
    clear: both;
    display: block;
}

/*================================
header
=================================*/

header {
    padding: 1.6rem 0;
    position: fixed;
    left: 0;
    right: 0;
    transition: background-color .5s, color .5s;
    z-index: 10;

}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.logo {
    width: 8.3rem;
    height: auto;
}

.header-nav-item {
    float: left;
    margin-left: 1.6rem;
    text-align: center;
}

.header-nav-item p {
    padding-top: .3rem;
    color: #fff;
}

/* headerの色を変える */
header.change-color {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

/*====== h2周りについて ======*/

h2 {
    color: #14915B;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

.h2-box {
    margin-bottom: 6.4rem;
}

.h2-title-box {
    text-align: center;
    padding: 3.2rem 0;
}

.h2-icon {
    padding-bottom: 1.6rem;
}

.h2-icon img {
    width: 3.2rem;
    height: 3.2rem;
}

.h2-txt {
    width: 95%;
    margin: auto;
}

.h2-txt-center {
    text-align: center;
}


/*================================
top
=================================*/

.top {
    background-image: url('../image/top-SP1.png');
    background-position: center;
    background-size: cover;
    color: #fff;
}

.top-container {
    text-align: center;
}

.top-title-box {
    padding: 15.8rem 0 19rem 0;
}

.top-title-box {
    width: 90%;
    margin: auto;
}

.top-p {
    font-size: 1.8rem;
    font-weight: bold;
}

.top-title {
    padding: 1.2rem 0 5.6rem 0;
}

h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.6rem;
}

.sub-title {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.8);
}

.top-point {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.8rem;
}

.top-point-item {
    width: 11rem;
    height: 11rem;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1.4rem 0.6rem;
    border-radius: 50%;
    backdrop-filter: blur(4px);
}

@media screen and ( max-width:345px) {
.top-point-item {
    width: 9rem;
    height: 9rem;
}
}

/*====== スクロール誘導の部分 ======*/

/* .top-container {
    position: relative;
}

.scrolldown1{
    position: absolute;
    left: 41%;
    bottom: 3rem;
    height: 3rem;
}

.scrolldown1 span {
    font-size: 1.2rem;
}

.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
    left: 3rem;
    bottom: 2rem;
	width: .1rem;
	height: 3rem;
	background: #eee;
	animation: pathmove 1.5s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	50%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
} */

/*================================
intro
=================================*/

.intro {
    background-color: #fff;
    background-image: url('../image/about_pc.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

.intro-box {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1.4rem 0.6rem;
    backdrop-filter: blur(5px);
    width: 90%;
    margin-top: 3.2rem;
}

/*================================
point
=================================*/

.point {
    text-align: center;
}

h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.6rem;
}

.point-txt {
    text-align: left;
}

.point-box {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 4.8rem;
}

.point-box-item {
    margin-bottom: 4.8rem;
}

.point-box-item img {
    width: 200px;
    margin-bottom: 2.4rem;
}

/*================================
about
=================================*/
.about {
    background-color: #fff;
}

.about-box {
    margin-bottom: 6.4rem;
}

.about-item {
    display: flex;
    flex-direction: column;
}

.h2-about {
    color: #3B4043;
    font-weight: bold;
    margin-bottom: 2.4rem;
}

.about-item2 {
    padding: 4.8rem 0;
}

.about-item2 img{
    margin: 0 0 0 auto;
}

.about-txt {
    margin: 3.2rem auto 0 auto;
    width: 90%;
}

/*================================
contact
=================================*/

.contact-btn {
    background-color: #F78F42;
    color: #fff;
    font-weight: bold;
    border: none;
}

/*================================
footer
=================================*/

footer {
    background-color: #0A2A54;
    color: #fff;
    padding: 3.2rem 0;
}

.footer-nav {
    display: flex;
}

.footer-nav li {
    margin: 0 .4rem;
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
}

.footer-item2 {
    margin-bottom: 2.4rem;
    text-align: center;
}

.footer-item2 p {
    font-size: 1.2rem;
}

.copylight {
    font-size: 0.9rem;
}

/*================================
fixed　btn
=================================*/

.fixedBtn {
    background-color: #F78F42;
    color: #fff;
    text-align: center;
    border-radius: 99rem;
    width: 7rem;
    height: 7rem;
    padding-top: .4rem;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    z-index: 99;
}

.fixedBtn-p {
    font-size: 1.2rem;
    font-weight: bold;
}

/*================================
アクセス
=================================*/
.access {
    background-color: #fff;
}

.access-box {
    width: 100%;
    margin-bottom: 0;
}

/* .access-box-item {
    margin-bottom: 0;
} */

.access-box-item img {
    width: 90%;
}

@media only screen and (min-width: 1025px) {
.access-box {
    max-width: none;
}
}


/*================================
パネル
=================================*/
.panel {
    background-image: url('../image/3panel_base.png');
}

.panel_container {
    width: 95%;
    margin: auto;
    text-align: center;
}

.panel_box1 img {
    width: 90%;
}

.panel_box_right {
    padding: 4.8rem 0;
}

.panel_img_flex img {
    padding: 1.6rem 0;
}

.panel_data_box {
    width: 89%;
    margin: auto;
    padding-top: 2.4rem;
    text-align-last: left;
    font-size: 1.4rem;
}

td {
    width: 18%;
}
th {
    font-weight: normal;
}

@media screen and ( max-width:420px) {
td {
    width: 24%;
}
}

.panel_box2 {
    width: 80%;
    margin: auto;
    background-color: #14915B;
    border-radius: 2rem;
    color: #fff;
    margin-bottom: 5.4rem;
}

.panel_in_box {
    padding: 4.8rem 0 3.2rem 0;
    width: 95%;
    margin: auto;
}

.panel_in_box p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.panel_item_box {
    padding-top: 3.2rem;
}

.panel_item_box img {
    width: 10rem;
    height: 10rem;
    margin-bottom: 0;
}

.panel_item {
    margin-bottom: 2.4rem;
}

.panel_btn {
    margin-bottom: 6.4rem;
}

/*================================
タブレットレスポンシブ
=================================*/

@media only screen and (min-width:600px) {

.sp-br {
    display: none;
}

/*====== h2周りについて ======*/

.h2-box {
    max-width: 55rem;
    margin: auto;
    margin-bottom: 6.4rem;
    text-align: center;
}

.point-txt {
    text-align: center;
}

/*================================
top
=================================*/

.top-title-box {
    padding: 20rem 0 32rem 0;
}

.top-title-box {
    width: 80%;
}

.top-p {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
}

h1 {
    font-size: 6rem;
}

.sub-title {
    font-size: 2rem;
}

.top-point-item {
    width: 15rem;
    height: 15rem;
    padding: 1.6rem 0.6rem;
}

/*====== スクロール誘導の部分 ======*/

.scrolldown1{
    left: 45%;
}

.scrolldown1 span {
    font-size: 1.4rem;
}

.intro {
    background-color: #fff;
    background-image: url('../image/about_pc.png');
    background-size: cover;
    background-position: bottom;
}

    }

/*================================
PCレスポンシブ
=================================*/

@media only screen and (min-width:1000px) {

section {
    padding: 9.6rem 0;
}

    /*====== h2周りについて ======*/

h2 {
    color: #14915B;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}

.h2-box {
    margin-bottom: 6.4rem;
    max-width: none;
}

.h2-title-box {
    text-align: center;
    padding: 0 0 3.2rem 0;
}

.h2-icon {
    padding-bottom: 1.6rem;
}

.h2-icon img {
    width: 3.2rem;
    height: 3.2rem;
}

.h2-txt {
    width: 95%;
    margin: auto;
}

.h2-txt-center {
    text-align: center;
}

/*================================
top
=================================*/

.top {
    background-image: url('../image/top1.png');
}

.top-title-box {
    padding: 8rem 0 13.5rem 0;
}

.top-title-box {
    width: 90%;
    margin: auto;
}

.top-p {
    font-size: 2.6rem;
}

.top-title {
    padding: 1.2rem 0 4.6rem 0;
}

h1 {
    font-size: 6rem;
}

.sub-title {
    font-size: 2.4rem;
}

.top-point {
    width: 50%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 4.8rem;
}

.top-point-item {
    width: 18rem;
    height: 18rem;
    padding: 3.4rem 1.6rem;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    backdrop-filter: blur(4px);
}

/*====== スクロール誘導の部分 ======*/

.scrolldown1{
    position: absolute;
    left: 48%;
    bottom: 4rem;
    height: 4rem;
}

.scrolldown1 span {
    font-size: 1.4rem;
}

/*================================
intro
=================================*/

.intro {
    background-color: #fff;
    background-image: url('../image/about_pc.png');
    background-size: cover;
    background-position: bottom;
}

.intro-box {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 6.4rem 0;
    width: 90%;
}

/*================================
point
=================================*/

.point-box {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
}

.h3-sub {
    width: 90%;
    margin: auto;
}

.point-box-item {
    width: 34%;
}

/*================================
about
=================================*/

.about-box {
    margin-bottom: 6.4rem;
}

.about-item {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.about-item img {
    width: 45%;
}

.h2-about {
    color: #3B4043;
    font-size: 4rem;
    margin-bottom: 2.4rem;
}

.about-item2 {
    padding: 5.4rem 0;
    flex-direction: row-reverse;
}

.about-txt {
    width: 40%;
}

/*================================
footer
=================================*/

footer {
    background-color: #0A2A54;
    color: #fff;
    padding: 4.8rem 0;
}

.footer-box {
    display: flex;
}

.pc {
    display: block;
}

.footer-item {
    padding-left: 4.8rem;
}

.footer-item2 {
    margin-bottom: 2.4rem;
    text-align: right;
    margin: 0 0 0 auto;
}

.footer-item2 p {
    font-size: 1.2rem;
}

.footer-item3 {
    padding-top: 3.2rem;
    text-align: right;
}

/*================================
fixed　btn
=================================*/
.fixedBtn {
    bottom: 4rem;
    right: 4rem;
    z-index: 99;
}

/*================================
パネル
=================================*/
.panel_container {
    max-width: 1200px;
}
.panel_box1 {
    display: flex;
    padding-bottom: 3.2rem;
    max-width: 1000px;
    margin: auto;
}

.panel_img1 {
    padding-left: 5.2rem;
}

.panel_box1 img {
    width: 44%;
    height: 44%;
}

.panel_img_flex {
    display: flex;
}

.panel_box_right {
    padding: 0;
    padding-left: 2.4rem;
    padding-bottom: 5.4rem;
}

.panel_img_flex img {
    width: 45%;
    padding: 1.6rem .4rem;
}

.panel_data_box {
    padding-top: 1.6rem;
}

.panel_box2 {
    width: 95%;
}

.panel_in_box {
    padding: 3.2rem 0;
    width: 95%;
    margin: auto;
}

.panel_in_box p {
    font-size: 1.6rem;
}

.panel_item_box {
    width: 100%;
    margin-bottom: 0;
}

.panel_item_box img {
    width: 12rem;
    height: 12rem;
    margin-bottom: 0;
}

.panel_item {
    margin-bottom: .8rem;
}


    }
