﻿@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;
}

@font-face {
  font-family: 'rounded';
  src: url(../rounded-mplus-1p-bold.ttf);
}

.rounded {
    font-family: 'rounded';
}

@font-face {
  font-family: 'ryuminM';
  src: url(../A-OTF-RyuminPro-Medium.otf);
}


.ryuminM {
  font-family: 'ryuminM';
}

@font-face {
  font-family: 'shingoL';
  src: url(../A-OTF-ShinGoPro-Light.otf);
}


.shingoL {
  font-family: 'shingoL';
}

@font-face {
  font-family: 'shingoM';
  src: url(../A-OTF-ShinGoPro-Medium.otf);
}


.shingoM {
  font-family: 'shingoM';
}

@font-face {
  font-family: 'shingoB';
  src: url(../A-OTF-ShinGoPro-Bold.otf);
}


.shingoB {
  font-family: 'shingoB';
}

/*----------------------------------------
共通項目は最下部▼
-----------------------------------------*/


/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

.sp_box {
	display: none !important;
}

body {
	font-size: 18px;
	line-height: 1.76;
	margin: 0;
    padding: 0;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
    /* overflow-x: hidden; */
}

main {
    position: relative;
    margin-top: 176px !important;
}

main.active {
}



/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    /* overflow-x: hidden; */
}

.wrap {
	position: relative;
	width: 100%;
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_between {
    display: flex;
    justify-content: space-between;
}

/* padding-top */

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt110 {
    padding-top: 110px;
}

.pt120 {
    padding-top: 120px;
}

.pt130 {
    padding-top: 130px;
}

.pt140 {
    padding-top: 140px;
}

.pt150 {
    padding-top: 150px;
}

.pt160 {
    padding-top: 160px;
}

.pt170 {
    padding-top: 170px;
}

.pt180 {
    padding-top: 180px;
}

.pt190 {
    padding-top: 190px;
}

.pt200 {
    padding-top: 200px;
}

/* padding-bottom */

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb140 {
    padding-bottom: 140px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb160 {
    padding-bottom: 160px;
}

.pb170 {
    padding-bottom: 170px;
}

.pb180 {
    padding-bottom: 180px;
}

.pb190 {
    padding-bottom: 190px;
}

.pb200 {
    padding-bottom: 200px;
}

/* padding左右 */

.px10 {
    padding: 0 10px;
}

.px20 {
    padding: 0 20px;
}

.px30 {
    padding: 0 30px;
}

.px40 {
    padding: 0 40px;
}

.px50 {
    padding: 0 50px;
}

.px60 {
    padding: 0 60px;
}

.px70 {
    padding: 0 70px;
}

.px80 {
    padding: 0 80px;
}

.px90 {
    padding: 0 90px;
}

.px100 {
    padding: 0 100px;
}

/* padding上下 */

.py10 {
    padding: 10px 0;
}

.py20 {
    padding: 20px 0;
}

.py30 {
    padding: 30px 0;
}

.py40 {
    padding: 40px 0;
}

.py50 {
    padding: 50px 0;
}

.py60 {
    padding: 60px 0;
}

.py70 {
    padding: 70px 0;
}

.py80 {
    padding: 80px 0;
}

.py90 {
    padding: 90px 0;
}

.py100 {
    padding: 100px 0;
}



.m_auto {
    margin: 0 auto;
}

/* margin-top */

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}

.mt150 {
    margin-top: 150px;
}

.mt160 {
    margin-top: 160px;
}

.mt170 {
    margin-top: 170px;
}

.mt180 {
    margin-top: 180px;
}

.mt190 {
    margin-top: 190px;
}

.mt200 {
    margin-top: 200px;
}

/* margin-bottom */

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb130 {
    margin-bottom: 130px;
}

.mb140 {
    margin-bottom: 140px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb160 {
    margin-bottom: 160px;
}

.mb170 {
    margin-bottom: 170px;
}

.mb180 {
    margin-bottom: 180px;
}

.mb190 {
    margin-bottom: 190px;
}

.mb200 {
    margin-bottom: 200px;
}

/* margin左右 */

.mx10 {
    margin: 0 10px;
}

.mx20 {
    margin: 0 20px;
}

.mx30 {
    margin: 0 30px;
}

.mx40 {
    margin: 0 40px;
}

.mx50 {
    margin: 0 50px;
}

.mx60 {
    margin: 0 60px;
}

.mx70 {
    margin: 0 70px;
}

.mx80 {
    margin: 0 80px;
}

.mx90 {
    margin: 0 90px;
}

.mx100 {
    margin: 0 100px;
}

/* margin上下 */

.my10 {
    margin: 10px 0;
}

.my20 {
    margin: 20px 0;
}

.my30 {
    margin: 30px 0;
}

.my40 {
    margin: 40px 0;
}

.my50 {
    margin: 50px 0;
}

.my60 {
    margin: 60px 0;
}

.my70 {
    margin: 70px 0;
}

.my80 {
    margin: 80px 0;
}

.my90 {
    margin: 90px 0;
}

.my100 {
    margin: 100px 0;
}



/*--------------------------------------------
　画像
---------------------------------------------*/
img {
    display: block;
	border: none;
	margin: 0;
	padding: 0;
}

.img_auto {
    width: 100%;
    height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    position: relative;
    margin: 0;
    font-weight: normal;
    width: fit-content;
}

h1 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
}

.h1_en {
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    color: #ff6131;
    font-family: "bahnschrift", sans-serif;
    line-height: 1.5;
    transform: scaleX(0.87);
}

h2 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2;
}

.h2_en {
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    color: #ff6131;
    font-family: "bahnschrift", sans-serif;
    line-height: 1.5;
    transform: scaleX(0.87);
}

h3 {
    width: 100%;
    border-top: 2px solid #008a34;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}

.txt10 {
    font-size: 10px;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
}

.txt20 {
    font-size: 20px;
}

.txt22 {
    font-size: 22px;
}

.txt24 {
    font-size: 24px;
}

.txt26 {
    font-size: 26px;
}

.txt28 {
    font-size: 28px;
}

.txt30 {
    font-size: 30px;
}

.txt32 {
    font-size: 32px;
}

.txt34 {
    font-size: 34px;
}

.txt36 {
    font-size: 36px;
}

.txt38 {
    font-size: 38px;
}

.txt40 {
    font-size: 40px;
}

.txt42 {
    font-size: 42px;
}

.txt44 {
    font-size: 44px;
}

.txt46 {
    font-size: 46px;
}

.txt48 {
    font-size: 48px;
}

.txt50 {
    font-size: 50px;
}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
header {
    position: fixed;
    top: 0;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    width: 100%;
    min-width: 1100px;
    background-color: #fff;
    /* background-color: rgba(255, 255, 255, 0.7); */
    z-index: 999;
    transition: all .3s ease;
    /* box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3); */
}

header.active {
    top: -130px;
}

.header_top {
    width: 100%;
    height: 130px;
    padding: 0 50px;
}

.header_logo {
    display: block;
    margin-top: 20px;
}

.h_con_txt {
    position: relative;
    margin-right: 10px;
}

.h_con_txt p {
    transform: scaleX(0.8);
}

.h_con_txt img {
    position: absolute;
    z-index: -1;
}

.h_contact .number {
    line-height: 36px;
}

.h_contact .orange {
    margin-left: 6px;
    color: #ff6131;
}

.header_btm {
    width: 100%;
    height: 46px;
    background-color: #008a34;
    border-bottom: 1px solid #fff;
}

.header_nav {
    width: 1000px;
    height: 100%;
}

.header_nav a:not(:first-of-type) {
    width: 150px;
    height: 100%;
    border-right: 1px solid #fff;
    color: #fff;
    background-color: #008a34;
}

.header_nav a:first-of-type {
    width: 100px;
    height: 100%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    background-color: #008a34;
}

.header_nav a:hover {
    background-color: color-mix(in srgb, #008a34 90%, #fff);
}

.anc {
    position: relative;
    top: -176px;
}

.mes_btn {
    margin: 0 !important;
    width: 130px !important;
    cursor: pointer;
}



/*------------------------------------------
　フッター
-------------------------------------------*/
footer {
    width: 100%;
    min-width: 1200px;
    background-color: #008a34;
}

.footer_nav {
    width: 100%;
    height: 70px;
    position: relative;
}

.footer_nav::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #fff 0,
    #fff 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: bottom;
}

.footer_nav a {
    height: 100%;
    padding: 0 40px;
    font-size: 15px;
    color: #fff;
}

.footer_info .block {
    flex-direction: column;
    padding: 10px 50px 20px 50px;
}

.footer_info .block:first-of-type {
    border-right: 1px solid #fff;
}

.footer_info .name {
    width: 280px;
    height: 24px;
    background-color: #fff;
}

.footer_info .address {
    margin-top: 5px;
    color: #fff;
}

.footer_info .tel,
.footer_info .fax {
    color: #fff;
    line-height: 1.3;
}

.footer_info .tel {
    margin-top: 10px;
}

.footer_info .tel span,
.footer_info .fax span {
    margin-right: 5px;
}

.copyright {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 5px 0 15px 0;
    color: #fff;
    text-align: center;
    font-family: "bahnschrift-condensed", sans-serif;
}





/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.pagetop {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 35px;
    z-index: 999;
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
}

.pagetop.active {
    pointer-events: all;
    opacity: 1;
}

.pagetop.active:hover {
    pointer-events: all;
    opacity: 0.8;
}

#top {
    position: absolute;
    top: 0;
}



/*------------------------------------------
ボタン
-------------------------------------------*/


.btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 54px;
  border-radius: 27px;
  background-color: #ff6131;
  color: #fff;
  transition: all .3s ease;
}

.btn:hover {
    background-color: color-mix(in srgb, #ff6131 90%, #fff);
}


}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

.pc_box {
	display: none !important;
}

.sp_non {
	display: none;
}


body {
	margin: 0;
	padding: 0;
    font-size: 3.7vw;
	line-height: 1.74;
}

main {
    position: relative;
    right: 0;
    margin-top: 13vw !important;
    box-shadow: 0px 0px 8px -3px #777777;
    transition: all .3s ease;
}




/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 4.5vw;
}

.flex {
    display: flex;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row {
    width: 100%;
    position: relative;
    margin: 0;
}

/* padding-top */

.pt10 {
    padding-top: 1vw;
}

.pt20 {
    padding-top: 2vw;
}

.pt30 {
    padding-top: 3vw;
}

.pt40 {
    padding-top: 4vw;
}

.pt50 {
    padding-top: 5vw;
}

.pt60 {
    padding-top: 6vw;
}

.pt70 {
    padding-top: 7vw;
}

.pt80 {
    padding-top: 8vw;
}

.pt90 {
    padding-top: 9vw;
}

.pt100 {
    padding-top: 10vw;
}

.pt110 {
    padding-top: 11vw;
}

.pt120 {
    padding-top: 12vw;
}

.pt130 {
    padding-top: 13vw;
}

.pt140 {
    padding-top: 14vw;
}

.pt150 {
    padding-top: 15vw;
}

.pt160 {
    padding-top: 16vw;
}

.pt170 {
    padding-top: 17vw;
}

.pt180 {
    padding-top: 18vw;
}

.pt190 {
    padding-top: 19vw;
}

.pt200 {
    padding-top: 20vw;
}

/* padding-bottom */

.pb10 {
    padding-bottom: 1vw;
}

.pb20 {
    padding-bottom: 2vw;
}

.pb30 {
    padding-bottom: 3vw;
}

.pb40 {
    padding-bottom: 4vw;
}

.pb50 {
    padding-bottom: 5vw;
}

.pb60 {
    padding-bottom: 6vw;
}

.pb70 {
    padding-bottom: 7vw;
}

.pb80 {
    padding-bottom: 8vw;
}

.pb90 {
    padding-bottom: 9vw;
}

.pb100 {
    padding-bottom: 10vw;
}

.pb110 {
    padding-bottom: 11vw;
}

.pb120 {
    padding-bottom: 12vw;
}

.pb130 {
    padding-bottom: 13vw;
}

.pb140 {
    padding-bottom: 14vw;
}

.pb150 {
    padding-bottom: 15vw;
}

.pb160 {
    padding-bottom: 16vw;
}

.pb170 {
    padding-bottom: 17vw;
}

.pb180 {
    padding-bottom: 18vw;
}

.pb190 {
    padding-bottom: 19vw;
}

.pb200 {
    padding-bottom: 20vw;
}

/* padding左右 */

.px10 {
    padding: 0 1vw;
}

.px20 {
    padding: 0 2vw;
}

.px30 {
    padding: 0 3vw;
}

.px40 {
    padding: 0 4vw;
}

.px50 {
    padding: 0 5vw;
}

.px60 {
    padding: 0 6vw;
}

.px70 {
    padding: 0 7vw;
}

.px80 {
    padding: 0 8vw;
}

.px90 {
    padding: 0 9vw;
}

.px100 {
    padding: 0 10vw;
}

/* padding上下 */

.py10 {
    padding: 1vw 0;
}

.py20 {
    padding: 2vw 0;
}

.py30 {
    padding: 3vw 0;
}

.py40 {
    padding: 4vw 0;
}

.py50 {
    padding: 5vw 0;
}

.py60 {
    padding: 6vw 0;
}

.py70 {
    padding: 7vw 0;
}

.py80 {
    padding: 8vw 0;
}

.py90 {
    padding: 9vw 0;
}

.py100 {
    padding: 10vw 0;
}



.m_auto {
    margin: 0 auto;
}

/* margin-top */

.mt10 {
    margin-top: 1vw;
}

.mt20 {
    margin-top: 2vw;
}

.mt30 {
    margin-top: 3vw;
}

.mt40 {
    margin-top: 4vw;
}

.mt50 {
    margin-top: 5vw;
}

.mt60 {
    margin-top: 6vw;
}

.mt70 {
    margin-top: 7vw;
}

.mt80 {
    margin-top: 8vw;
}

.mt90 {
    margin-top: 9vw;
}

.mt100 {
    margin-top: 10vw;
}

.mt110 {
    margin-top: 11vw;
}

.mt120 {
    margin-top: 12vw;
}

.mt130 {
    margin-top: 13vw;
}

.mt140 {
    margin-top: 14vw;
}

.mt150 {
    margin-top: 15vw;
}

.mt160 {
    margin-top: 16vw;
}

.mt170 {
    margin-top: 17vw;
}

.mt180 {
    margin-top: 18vw;
}

.mt190 {
    margin-top: 19vw;
}

.mt200 {
    margin-top: 20vw;
}

/* margin-bottom */

.mb10 {
    margin-bottom: 1vw;
}

.mb20 {
    margin-bottom: 2vw;
}

.mb30 {
    margin-bottom: 3vw;
}

.mb40 {
    margin-bottom: 4vw;
}

.mb50 {
    margin-bottom: 5vw;
}

.mb60 {
    margin-bottom: 6vw;
}

.mb70 {
    margin-bottom: 7vw;
}

.mb80 {
    margin-bottom: 8vw;
}

.mb90 {
    margin-bottom: 9vw;
}

.mb100 {
    margin-bottom: 10vw;
}

.mb110 {
    margin-bottom: 11vw;
}

.mb120 {
    margin-bottom: 12vw;
}

.mb130 {
    margin-bottom: 13vw;
}

.mb140 {
    margin-bottom: 14vw;
}

.mb150 {
    margin-bottom: 15vw;
}

.mb160 {
    margin-bottom: 16vw;
}

.mb170 {
    margin-bottom: 17vw;
}

.mb180 {
    margin-bottom: 18vw;
}

.mb190 {
    margin-bottom: 19vw;
}

.mb200 {
    margin-bottom: 20vw;
}

/* margin左右 */

.mx10 {
    margin: 0 1vw;
}

.mx20 {
    margin: 0 2vw;
}

.mx30 {
    margin: 0 3vw;
}

.mx40 {
    margin: 0 4vw;
}

.mx50 {
    margin: 0 5vw;
}

.mx60 {
    margin: 0 6vw;
}

.mx70 {
    margin: 0 7vw;
}

.mx80 {
    margin: 0 8vw;
}

.mx90 {
    margin: 0 9vw;
}

.mx100 {
    margin: 0 10vw;
}

/* margin上下 */

.my10 {
    margin: 1vw 0;
}

.my20 {
    margin: 2vw 0;
}

.my30 {
    margin: 3vw 0;
}

.my40 {
    margin: 4vw 0;
}

.my50 {
    margin: 5vw 0;
}

.my60 {
    margin: 6vw 0;
}

.my70 {
    margin: 7vw 0;
}

.my80 {
    margin: 8vw 0;
}

.my90 {
    margin: 9vw 0;
}

.my100 {
    margin: 10vw 0;
}

/* 余白スペース調整用 */

.space01 {
    padding-top: 1vw;
}

.space02 {
    padding-top: 2vw;
}

.space03 {
    padding-top: 3vw;
}

.space04 {
    padding-top: 4vw;
}

.space05 {
    padding-top: 5vw;
}

.space06 {
    padding-top: 6vw;
}

.space07 {
    padding-top: 7vw;
}

.space08 {
    padding-top: 8vw;
}

.space09 {
    padding-top: 9vw;
}

.space10 {
    padding-top: 10vw;
}

.space11 {
    padding-top: 11vw;
}

.space12 {
    padding-top: 12vw;
}

.space13 {
    padding-top: 13vw;
}

.space14 {
    padding-top: 14vw;
}

.space15 {
    padding-top: 15vw;
}

.space16 {
    padding-top: 16vw;
}

.space17 {
    padding-top: 17vw;
}

.space18 {
    padding-top: 18vw;
}

.space19 {
    padding-top: 19vw;
}

.space20 {
    padding-top: 20vw;
}

.space01_min {
    margin-top: -1vw;
}

.space02_min {
    margin-top: -2vw;
}

.space03_min {
    margin-top: -3vw;
}

.space04_min {
    margin-top: -4vw;
}

.space05_min {
    margin-top: -5vw;
}

.space06_min {
    margin-top: -6vw;
}

.space07_min {
    margin-top: -7vw;
}

.space08_min {
    margin-top: -8vw;
}

.space09_min {
    margin-top: -9vw;
}

.space10_min {
    margin-top: -10vw;
}

.space11_min {
    margin-top: -11vw;
}

.space12_min {
    margin-top: -12vw;
}

.space13_min {
    margin-top: -13vw;
}

.space14_min {
    margin-top: -14vw;
}

.space15_min {
    margin-top: -15vw;
}

.space16_min {
    margin-top: -16vw;
}

.space17_min {
    margin-top: -17vw;
}

.space18_min {
    margin-top: -18vw;
}

.space19_min {
    margin-top: -19vw;
}

.space20_min {
    margin-top: -20vw;
}


/*--------------------------------------------
　画像
---------------------------------------------*/
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;
    width: fit-content;
}

h1 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 5.8vw;
    line-height: 1;
}

.h1_en {
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    font-size: 3.4vw;
    color: #ff6131;
    font-family: "bahnschrift", sans-serif;
    line-height: 1.5;
    transform: scaleX(0.87);
}

h2 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 7.37vw;
    line-height: 1.2;
}

.h2_en {
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    font-size: 3.7vw;
    color: #ff6131;
    font-family: "bahnschrift", sans-serif;
    line-height: 1.5;
    transform: scaleX(0.87);
}

h3 {
    width: 100%;
    border-top: 2px solid #008a34;
    font-size: 5.5vw;
    line-height: 1.5;
    font-weight: 500;
}

.txt10_sp {
    font-size: 1.3vw;
}

.txt12_sp {
    font-size: 1.6vw;
}

.txt14_sp {
    font-size: 1.8vw;
}

.txt16_sp {
    font-size: 2.1vw;
}

.txt18_sp {
    font-size: 2.4vw;
}

.txt20_sp {
    font-size: 2.6vw;
}

.txt22_sp {
    font-size: 2.9vw;
}

.txt24_sp {
    font-size: 3.15vw;
}

.txt26_sp {
    font-size: 3.4vw;
}

.txt28_sp {
    font-size: 3.7vw;
}

.txt30_sp {
    font-size: 3.95vw;
}

.txt32_sp {
    font-size: 4.2vw;
}

.txt34_sp {
    font-size: 4.47vw;
}

.txt36_sp {
    font-size: 4.73vw;
}

.txt38_sp {
    font-size: 5vw;
}

.txt40_sp {
    font-size: 5.26vw;
}

.txt42_sp {
    font-size: 5.52vw;
}

.txt44_sp {
    font-size: 5.8vw;
}

.txt46_sp {
    font-size: 6.05vw;
}

.txt48_sp {
    font-size: 6.3vw;
}

.txt50_sp {
    font-size: 6.6vw;
}

.txt52_sp {
    font-size: 6.85vw;
}

.txt54_sp {
    font-size: 7.1vw;
}

.txt56_sp {
    font-size: 7.37vw;
}

.txt58_sp {
    font-size: 7.63vw;
}

.txt60_sp {
    font-size: 7.9vw;
}




/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13vw;
    background-color: #fff;
    z-index: 999;
    border-bottom: 3px solid #008a34;
    /* box-shadow: 0px 0px 8px -3px #777777; */
}

.header_top {
    width: 100%;
}

.header_logo {
    width: 56.4vw;
}

.hamburger {
    position: relative;
    flex-direction: column;
    width: 7.9vw;
    height: 5.5vw;
    color: #008a34;
    cursor: pointer;
}

.hamburger p {
    line-height: 1;
    opacity: 1;
    transition: all .3s ease;
}

.hamburger span {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #008a34;
    transition: all .3s ease;
}

.hamburger.active p {
    opacity: 0;
}

.hamburger.active .top {
    top: calc(50% - 1.5px);
    transform: rotate(45deg);
}

.hamburger.active .btm {
    top: calc(-50% + 1.5px);
    transform: rotate(-45deg);
}

.sp_header {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: fixed;
    right: -70vw;
    top: 0;
    width: 70vw;
    height: 100vh;
    background-color: #f4ffed;
    z-index: 0;
    transition: all .3s ease;
    padding-top: 17.1vw;
}

.sp_header.active {
    right: 0;
}

.sp_header li {
    border-top: 1px solid #999;
}

.sp_header li:last-of-type {
    border-bottom: 1px solid #999;
}

.sp_header a {
    display: flex;
    align-items: center;
    width: 59vw;
    height: 10.5vw;
    padding-left: 7vw;
    font-weight: 700;
    color: #444;
}

.sp_header .tel {
    margin-top: 9vw;
    width: 59vw;
    text-align: center;
    color: #ff6131;
}

.sp_header .tel span {
    position: relative;
    top: -1px;
    color: #666;
}

main.active {
    right: 70vw;
}

.anc {
    position: relative;
    top: -13vw;
}

#main,#odate {
    top: -20vw;
}

.mes_btn {
    margin: 0 !important;
    width: 18.4vw !important;
    height: 7.9vw !important;
    cursor: pointer;
    font-size: 3.7vw;
}


/*------------------------------------------
　フッター
-------------------------------------------*/

footer {
    width: 100%;
    padding-top: 10vw !important;
    background-color: #008a34;
    color: #fff;
}

.footer_logo {
    width: 64vw;
    margin: 0 auto;
}

.footer_btm {
    padding-bottom: 1vw;
}

.footer_info {
    margin-top: 0;
    flex-direction: column;
}

.footer_info .block {
    margin-top: 10vw;
    padding-bottom: 8vw;
    flex-direction: column;
    width: 70vw;
}

.footer_info .block:first-of-type {
    border-bottom: 1px solid #fff;
}

.footer_info .name {
    width: 100%;
    height: 6.3vw;
    background-color: #fff;
    color: #000;
}

.footer_info .address {
    margin-top: 2vw;
    color: #fff;
}

.footer_info .tel,
.footer_info .fax {
    color: #fff;
    line-height: 1.3;
}

.footer_info .tel {
    margin-top: 3vw;
}

.footer_info .tel span,
.footer_info .fax span {
    margin-right: 5px;
}

.copyright {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 2vw 0 2vw 0;
    color: #fff;
    text-align: center;
    font-family: "bahnschrift-condensed", sans-serif;
}





/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.pagetop {
    position: fixed;
    right: 2vw;
    bottom: 7vw;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    z-index: 999;
    width: 10vw;
    height: auto;
}

.pagetop.active {
    opacity: 1;
    pointer-events: all;
}

#top {
    position: absolute;
    top: 0;
}



/*------------------------------------------
ボタン
-------------------------------------------*/


.btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63vw;
  height: 11.8vw;
  border-radius: 5.9vw;
  background-color: #ff6131;
  color: #fff;
  transition: all .3s ease;
  font-size: 4.7vw;
}


}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/


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: 18px;
    font-family: 'Noto Sans JP', 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: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}




body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

textarea,input {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

p, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
    text-align: justify;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
    margin: 0;
    padding: 0;
}

button,a {
    transition: .3s all ease;
    transition: all .3s ease;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}


span,
div {
	margin: 0;
	padding: 0;
}

.order01 {
	order: 1;
}

.order02 {
	order: 2;
}

.order03 {
	order: 3;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.none {
    display: none;
}

.yumincho {
    font-family:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP","MS PMincho",serif;
}

.yugothic {
    font-family:"Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.no_scroll {
    height: 100vh;
    overflow-y: hidden;
}

.txt_center {
    text-align: center;
}

.txt_indent {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.txt_nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


