﻿@charset "utf-8";
/* CSS Document */

@import url(layout.css);
@import url(font-awesome.min.css);
@import url(all.min.css);


* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

i{
	font-family: Font Awesome\ 5 Free;
	font-style:normal;
}

/*----------------------------------------
共通項目は最下部▼
-----------------------------------------*/
:root {
  --min-width: 1300px;
  /*--base-width: 1300px;*/
}


/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

.sp_box {
	display: none !important;
}

body {
	font-size: 18px;
    /*font-size: 16px;*/
	line-height: 1.76;
	margin: 0;
    padding: 0;
	/*background: #F6E2FF;*/
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;

}

main {
    position: relative;
	min-width: var(--min-width);
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    /*min-width: var(--min-width);*/
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    /*background: #EEE;*/
}

.wrap {
	position: relative;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	/*background: #DDD;*/
}

.row {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}

.row96 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}



/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;
	height: auto;*/
}

.img_auto {
    width: 100%;
    height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    /*line-height: 1.2;*/
    position: relative;
    margin: 0;
}

h1 {
    font-size: 48px;
    color: #FFF;
}

h2 {
    display: flex;
    flex-flow: column;
    font-size: 38px;
    line-height: 42px;
}

h2 img {
    display: block;
    width: 429px;
    height: auto;
    margin-bottom: 8px;
}

h3 {
    font-size: 28px;
}

h3 span {
    margin-left: 5px;
    font-size: 20px;
}

h4 {

}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1300px;
    z-index: 50;
}

.head_menu {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    border-top: 7px solid #aacc03;
    border-bottom: 1px solid #999999;
    background-color: #FFF;
}

.head_logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 47px;
    margin-top: 12px;
    margin-bottom: 6px;
    z-index: 100;
}

.head_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .3s;
}

.head_logo01 {
    opacity: 1;
}

.head_logo02 {
    opacity: 0;
}

.active .head_logo01 {
    opacity: 0;
    transition-delay: .12s !important;
}

.active .head_logo02 {
    opacity: 1;
    transition-delay: .12s !important;
}

.head_menu_box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 135px;
    height: 73px;
    background-color: #539a35;
    border-radius: 0px 0px 0px 40px;
    overflow: hidden;
    transition: .4s all;
}

.head_menu_box.active {
    width: 100% !important;
    border-radius: 0px;
}

.head_menu_button {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 18px;
    padding-right: 30px;
    width: 135px;
    height: 73px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    transition: .3s all;
}

.active .head_menu_button {
    color: #94bc86;
}

.head_menu_button img {
    position: absolute;
    top: 38px;
    display: block;
    transition: .3s all;
}

.menu_arrow01 {
    right: 29px;
    opacity: 1;
}

.menu_arrow02 {
    right: 15px;
    opacity: 0;
}

.active .menu_arrow01 {
    opacity: 0;
}

.active .menu_arrow02 {
    opacity: 1;
}

.head_menu_list {
    position: absolute;
    right: 116px;
    top: 7px;
    display: flex;
    align-items: center;
    gap: 50px;
    width: 870px;
}

.head_menu_list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 58px;
}

.head_menu_list li:after {
    position: absolute;
    top: -7px;
    right: -58px;
    content: url("../common/menu_slash.png");
}

.head_menu_list li:first-of-type:before {
    position: absolute;
    top: -7px;
    left: -38px;
    content: url("../common/menu_slash.png");
}

/*.head_menu_list li:last-of-type:after {
    opacity: 0;
    transition: .3s;
    transition-delay: .1s;
}

.active .head_menu_list li:last-of-type:after {
    opacity: 1;
    transition: 0s !important;
    transition-delay: 0s !important;
}*/

.head_menu_list li a {
    color: #FFF;
    font-weight: bold;
    transition: .3s all;
}

.head_menu_list li a:hover {
    opacity: .5;
}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer {
    position: relative;
    min-width: var(--min-width);
}

.foot_sec_area {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 80px;
    background-color: #dce7cc;
}

.foot_sec_area:after {
    position: absolute;
    top: -42px;
    left: 282px;
    display: block;
    content: url("../common/foot_triangle_pc.png");
}

.foot_sec_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto;
}

.foot_sec_add {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.foot_sec_add_title {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
}

.foot_sec_add_com {
    line-height: 30px;
}

.foot_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 52px;
    margin-top: 38px;
    border-radius: 200px;
    font-weight: bold;
    border: 1px solid #539a35;
    background-color: #FFF;
    transition: .3s all;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

.foot_contact:hover {
    color: #FFF;
    background-color: #539a35;
}

.foot_link {
    display: flex;
    align-items: center;
    gap: 66px;
    padding-top: 63px;
}

.foot_link li a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: bold;
    transition: .3s all;
}

.foot_link li a:before {
    content: "";
    display: block;
    width: 7px;
    height: 2px;
    background-color: #539a35;
}

.foot_link li a:hover {
    opacity: .5;
}

.foot_copy {
    display: block;
    text-align: right;
    margin-top: 45px;
    padding-right: 142px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
}

.foot_back_box {
    display: flex;
    width: 100%;
    height: 30px;
}

.foot_back_g {
    display: block;
    width: 100%;
    height: 30px;
    background: linear-gradient(to right, #aacc03, #e7ff72);
}


/*----------------------------------------------
エラー表示
----------------------------------------------*/
.error {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #DD4548;
    background: #FFFF33;
    border-radius: 4px;
    padding: 10px 20px;
}

.error p {
    font-size: 14px;
    line-height: 1.6;
    color: #C00;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top {
    position: absolute;
    right: 25px;
    bottom: 0px;
    z-index: 50;
}

.page_top a {
    transition: .3s;
}

.page_top a:hover {
    opacity: 0.6;
    transition: .3s;
}



}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

.pc_box {
	display: none !important;
}

.sp_non {
	display: none;
}


body {
	margin: 0;
	padding: 0;
    /*font-size: 0.875rem;*/
	/*font-size: 16px;*/
    /*font-size: 3.8vw;*/
	line-height: 1.74;
}

main {
	/*margin-top: 70px;*/
}


/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.head_menu_sp {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    border-top: 7px solid #aacc03;
    border-bottom: 1px solid #999999;
    background-color: #FFF;
}

.head_logo {
    position: relative;
    display: block;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 5px;
    z-index: 80;
}

.head_logo01 {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: .3s all;
}

.head_logo02 {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: .3s all;
}

.active .head_logo01 {
    opacity: 0;
}

.active .head_logo02 {
    opacity: 1;
}

.head_menu_button_sp {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: calc(100% + 10px);
    color: #FFF;
    background-color: #539a35;
    border-radius: 0px 0px 0px 35px;
    font-weight: bold;
    cursor: pointer;
    transition: .3s all;
    z-index: 70;
}

.head_menu_button_sp p {
    position: relative;
    margin-top: -8px;
    margin-left: 8px;
}

.active .head_menu_button_sp {
    color: #94bc86;
}

.head_menu_button_sp img {
    position: absolute;
    top: 18px;
    display: block;
    width: 65px;
    height: auto;
    transition: .3s all;
}

.menu_arrow01 {
    right: -2px;
    opacity: 1;
}

.menu_arrow02 {
    right: -12px;
    opacity: 0;
}

.active .menu_arrow01 {
    opacity: 0;
}

.active .menu_arrow02 {
    opacity: 1;
}

.head_list_sp {
    position: fixed;
    top: 7px;
    right: -150%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #539a35;
    transition: .3s all;
    z-index: 60;
}

.panelactive.head_list_sp {
    right: 0;
}

.head_menu_list {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-top: 100px;
}

.head_menu_list li a {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
}

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	/*background: #C0D1FF;*/
}

.row {
    width: 100%;
    position: relative;
    margin: 0;
    /*background-color: #EEE;*/
}




/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    line-height: 1.2;
    position: relative;
    margin: 0;
}

h1 {
    font-size: 30px;
    color: #FFF;
}

h2 {
    display: flex;
    flex-flow: column;
    font-size: 24px;
    line-height: 32px;
}

h2 img {
    display: block;
    width: 60vw;
    height: auto;
    margin-bottom: 2px;
}

h3 {
    font-size: 20px;
}

h3 span {
    margin-left: 3px;
    font-size: 16px;
}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer {
    position: relative;
}

.foot_sec_area {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 40px;
    background-color: #dce7cc;
}

.foot_sec_area:after {
    position: absolute;
    top: -32px;
    left: 15%;
    display: block;
    content: url("../common/foot_triangle_sp.png");
}

.foot_sec_box {
    display: block;
}

.foot_sec_add {
    display: flex;
    flex-flow: column;
}

.foot_sec_add img {
    display: block;
    width: 123px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 24px;
}

.foot_sec_add_title {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.foot_sec_add_com {
    text-align: center;
    line-height: 24px;
}

.foot_sec_add_com02 {
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

.foot_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 46px;
    margin: 0 auto;
    margin-top: 38px;
    border-radius: 200px;
    font-weight: bold;
    border: 1px solid #539a35;
    background-color: #FFF;
    transition: .3s all;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

.foot_contact:hover {
    color: #FFF;
    background-color: #539a35;
}

.foot_link {
    display: flex;
    align-items: center;
    gap: 66px;
    padding-top: 63px;
}

.foot_link li a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: bold;
    transition: .3s all;
}

.foot_link li a:before {
    content: "";
    display: block;
    width: 7px;
    height: 2px;
    background-color: #539a35;
}

.foot_link li a:hover {
    opacity: .5;
}

.foot_copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 140px;
    font-size: 12px;
    font-weight: bold;
    background-color: #539a35;
}


/*----------------------------------------------
エラー表示
----------------------------------------------*/
.error {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #DD4548;
    background: #FFFF33;
    border-radius: 4px;
    padding: 8px 16px;
}

.error p {
    font-size: 90%;
    line-height: 1.6;
    color: #C00;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 45px;
    display: block;
    z-index: 50;
}





}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

#textarea,
#textfield,
#textfield1,
#textfield2,
#textfield3 {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}

#select {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}




body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

textarea,input {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

p, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p, ul, li {
	text-align: justify;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	transition: 0.3s;
}

table {
	/*border-collapse: collapse;*/
}


span,
div {
	margin: 0;
	padding: 0;
}

.order01 {
	order: 1;
}

.order02 {
	order: 2;
}

.order03 {
	order: 3;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.none {
    display: none;
}

