@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////                  © Branding Technology inc.                  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
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;
	font-weight: 400;
}

img {
	vertical-align: middle;
	max-width: 100%;
	flex-shrink: 0;
	height: auto;
}

table {
	width: 100%
}

p {
	margin: 0 0 35px;
}

div>p:last-child {
	margin-bottom: 0
}

* {
	box-sizing: border-box;
	outline: none;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
	background: none;
}

body {
	color: #2F2222;
	/*background: #F7F4EF;*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body#index  {
	background: #F7F4EF;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.inner {
	width: 1500px;
	margin: 0 auto;
}

.inner-lg{
	width: 1700px;
	margin: 0 auto;
}

#wrapper {
	min-width: 1260px;
	overflow: hidden
}

a {
	text-decoration: none;
	color: #222;
	transition: all ease 0.3s;
}

p,
dd,
dt,
li,
th,
td {
	line-height: 1.78em;
	letter-spacing: 0
}

.sp640{
	display: none;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20
}

header .head_ct {
	z-index: 1;
	background: #fff;
	padding: 25px 40px 25px;
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
	transition: all ease 0.3s;
}

header .head_info h1 {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 11px;
	color: #222;
	letter-spacing: 0.05em;
	z-index: 3;
	transition: all ease 0.3s;
}

header .head_info #logo {
	max-width: 269px;
	height: auto;
	margin-bottom: 0
}

header .head_bnr ul{
	display: flex;
	gap: 15px;
}

header .head_bnr ul li.bnr-tel a{
	max-width: 225px;
	margin-left: 20px;
	display: flex;
	gap: 5px;
	flex-direction: column;
}
header .head_bnr ul li.bnr-tel a img{
	max-width: 218px;
}
header .head_bnr ul li.bnr-tel a>span{
	color: #2F2222;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.01em;
}
header .head_bnr ul li.bnr-tel a .tel-ttl{
	padding: 1px 3px;
	margin: 0 2px 0 5px;
	border: 1px solid #2F2222;
	border-radius: 3px;
}


header .head_ct02{
	padding: 20px 20px 0 20px;
	background-color: #FAF9F6;
}

.head_ct02 nav{
	z-index: 6;
	position: relative;
}

.head_ct02 nav ul {
	display: flex;
	justify-content: center;
}

.head_ct02 nav ul li {
	margin-left: 56px;
}

.head_ct02 nav > ul > li > a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

	padding-left: 40px;
	background: url(../images/gnavi_icon.png)no-repeat left center;
}

.head_ct02 nav ul li a::after {
	width: 0;
	height: 14px;
	background: #ffc107;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: -1;
	content: '';
	transition: all ease 0.3s;
}

.head_ct02 nav ul li:first-child {
	margin-left: 0
}

.head_ct02 nav ul li.sub {
	position: relative;
	padding-bottom: 20px;
}

.head_ct02 nav ul li.sub::before {
	background: url('../images/ic_nav.png') center /cover no-repeat;
	width: 12px;
	height: 6px;
	position: absolute;
	bottom: 15px;
	left: calc(50% );
	content: '';
}

.head_ct02 nav ul li.sub ul {
	width: 330px;
	background: rgba(190, 175, 136, 0.9);
	visibility: hidden;
	opacity: 0;
	transition: all ease 0.3s;
	position: absolute;
	top: 130%;
	left: calc(50% - 155px);
	flex-direction: column;
	margin: 0 auto;
	z-index: 2;
}

.head_ct02 nav > ul > li.sub ul li {
	padding: 0;
	margin: 0;
}

.head_ct02 nav > ul > li.sub ul li a {
	height: 42px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0;
	text-align: left;
	font-size: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
}
.head_ct02 nav > ul > li.sub ul li a{ position: relative;}
.head_ct02 nav > ul > li.sub ul li a::before {
	width: 6px;
	height: 10px;
	background: url('../images/ic_sub.png') center /cover no-repeat;
	top: calc(50% - 5px);
	right: 15px;
	content: '';
	position: absolute;
}

.head_ct02 nav > ul > li.sub ul li a::after {
	display: none;
}

.head_ct02 nav > ul > li.sub ul li a:hover {
	background: #a38d55;
}

.head_ct02 nav > ul > li.sub ul li:last-child a {
	border-bottom: none;
}

.btn_open {
	width: 60px;
	height: 60px;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0;
	display: none;
}

.btn_side {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999;
	position: relative;
	margin: 0 auto;
	position: absolute;
	border-radius: 0
}

.btn_side::before {
	content: 'Menu';
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #ffc107;
	width: 100%;
	text-align: center;
	transition: all ease 0.3s;
}

.btn_side span {
	display: block;
	position: absolute;
	height: 2px;
	width: 15px;
	background: #ffc107;
	opacity: 1;
	transform: rotate(0deg);
	transition: .3s ease-in-out
}

.btn_side span:nth-child(even) {
	left: calc(50% + 1px);
}

.btn_side span:nth-child(odd) {
	left: calc(50% - 14px);
}

.btn_side span:nth-child(1),
.btn_side span:nth-child(2) {
	top: 15px
}

.btn_side span:nth-child(3),
.btn_side span:nth-child(4) {
	top: 24px
}

.btn_side span:nth-child(5),
.btn_side span:nth-child(6) {
	top: 33px
}

.btn_side.open::before {
	content: '閉じる'
}

.btn_side.open span:nth-child(1),
.btn_side.open span:nth-child(6) {
	transform: rotate(45deg)
}

.btn_side.open span:nth-child(2),
.btn_side.open span:nth-child(5) {
	transform: rotate(-45deg)
}

.btn_side.open span:nth-child(1) {
	left: calc(50% - 12px);
	top: 19px
}

.btn_side.open span:nth-child(2) {
	left: calc(50% - 2px);
	top: 19px
}

.btn_side.open span:nth-child(3) {
	left: -50%;
	opacity: 0
}

.btn_side.open span:nth-child(4) {
	left: 100%;
	opacity: 0
}

.btn_side.open span:nth-child(5) {
	left: calc(50% - 12px);
	top: 30px
}

.btn_side.open span:nth-child(6) {
	left: calc(50% - 2px);
	top: 30px
}

/* FUNCTION FOOT SP */
.fct_sp {
	display: none;
	height: 60px;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	box-sizing: border-box;
	transition: all ease 0.5s;
}

.fct_sp.active {
	bottom: 0;
}

.fct_sp p {
	margin: 0;
	width: calc(100% / 2);
	height: 100%;
}

.fct_sp p a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}


.fct_sp .tel {
	background: #8e773a
}

.fct_sp .line {
	background: #06c755
}

.fct_sp .line a {
	position: relative;
	padding-left: 20px;
}

.fct_sp .line a::before {
	position: absolute;
	background: url('../images/ic_line.png') center /cover no-repeat;
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	left: 5px;
	content: '';
}

.fct_sp .mail {
	background: #ffc107
}

.fct_sp .mail a img {
	margin-right: 5px;
	position: relative;
	top: 1px
}
.fct_sp .tel a > img{
	padding-top: 2px;
    height: 24px;
	width: auto;
	margin-right: 6px;
}

/* FUNCTION ASIDE */
.fct_aside {
	position: fixed;
	top: 12vw;
	right: 0;
	z-index: 99;
}

.fct_aside p {
	margin-bottom: 0
}

.fct_aside p a {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.2em;
	transition: all ease 0.3s;
	width: 60px;
	text-align: center;
	display: block;
	padding: 50px 20px 25px ;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	-moz-text-orientation: mixed;
	-ms-text-orientation: mixed;
	text-orientation: mixed;
	border-radius: 5px 0 0 5px;
}

.fct_aside .mail {}

.fct_aside .mail a {
	background: url(../images/ic_mail_arr.png)no-repeat center bottom 10px #FFC107;
}

.fct_aside .mail a::before {
	position: absolute;
	content: '';
	background: url('../images/ic_mail_side02.png') center /cover no-repeat;
	width:  22px;
	height: 21px;
	top: 15px;
	left: 50%; transform: translateX(-50%);
}
.fct_aside .mail a:hover{
	transform: translateY(-5px);
}

.fct_aside .line {}

.fct_aside .line a {
	background: #06c755;
	color: #fff;
	padding: 73px 23px 31px;
	letter-spacing: 0.05em;
}

.fct_aside .line a::before {
	background: url('../images/ic_line.png') center /cover no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 29px;
	left: calc(50% - 20px);
	content: '';
}


#btn_top {
	position: fixed;
	right: 85px;
	bottom: 15px;
	z-index: 9;
	cursor: pointer;
	box-sizing: border-box;
	margin-bottom: 0;
	display: none;
	width: 60px;
	height: 60px;
	background: #ffc107;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	border-radius: 50%;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#btn_top::before {
	background: url('../images/ic_top.png') center /cover no-repeat;
	width: 38px;
	height: 62px;
	position: absolute;
	top: -30px;
	left: calc(50% - 19px);
	content: '';
	z-index: -1;
	transition: all ease 0.5s
}

/*==========================================================================*/
/*                               ALL                                        */
/*==========================================================================*/
/* FONT PAGE  */


/* FIX FONT + PADDING */
.pdb30 {
	padding: 0 0 30px
}

.pdb50 {
	padding: 0 0 50px;
}

.mgb0 {
	margin-bottom: 0;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb50 {
	margin-bottom: 50px;
}

.fs12 {
	font-size: 12px;
}

.fs16 {
	font-size: 16px;
}

.mcl {
	color: #A19276
}

/* main color */
.yel {
	color: #ffc107
}

.bold{font-weight: bold;}
.bolder{font-weight: 900;}

.fs18{ font-size: 18px;}
.fs20{ font-size: 20px; letter-spacing: -0.08em;}

.btn-style1{

}

.btn-style1 a{
	position: relative;
	text-align: center;
	color: #2F2222;
	width: 300px;
	padding: 16px 5px;
	margin-bottom: 0;
	background: url(../images/btn-style1-icon.png)no-repeat right 15px center #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	transition: all ease 0.3s;
	border-radius: 170px;
	border: 1px solid #D8D0C3;
	line-height: 1.3em;
}
.btn-style1.btn-w a{
	color: #2F2222;
	background: url(../images/btn-style1-icon.png)no-repeat right 15px center #fff;
}
.btn-style1.btn-dark a{
	color: #fff;
	background: url(../images/btn-style1-icon02.png)no-repeat right 15px center #9D8661;
}

/*==========================================================================*/
/*                               Main                                       */
/*==========================================================================*/
#main {
	position: relative;
	z-index: 5;
	margin-top: 200px;
}

.ttl h3 {
	position: relative;
	text-align: left;
	color: #2F2222;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0px;
	padding-bottom: 40px;
}

.ttl h3 span.yl {
	color: #FFAA00;
}
.ttl p {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
}

/* MAIN VISUAL */
.main_visual {
	max-width: 2000px;
	margin: 0 auto 30px;
	padding: 45px 100px;
	position: relative;
	background: #F7F4EF;
}

.main_visual-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main_visual .main_left{
	position: relative;
	height: 100%;
	width: calc(100% - 900px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 100px;
}
.main_visual .main_left:before{
	position: absolute;
	content: "";
	z-index: 0;
	width: 672px;
	height: 772px;
	background: url(../images/mvs_bg02.png)no-repeat top right;
	background-size: contain;
	top: -90px; right: -225px;
}
.main_visual .main_left p{ z-index: 1;}
.main_visual .main_left h2{
	z-index: 1;
	margin-bottom: 25px;
}
.main_visual .main_left h2:not(.big02){
	display: flex;
	align-items: center;
}
.main_visual .main_left h2{
	color: #2F2222;
	font-size: 28px;
	font-weight: bold;
}
.main_visual .main_left h2 .bg01{
	color: #fff;
	font-weight: 500;
	line-height: 1.6;
	background: #2F2222;
	margin-right: 10px;
	padding: 6px 25px 8px;
	border-radius: 5px;
}
.main_visual .main_left h2 .big{
	font-size: 154%;
}

.main_visual .main_left h2.big02{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 25px;
}
.main_visual .main_left h2.big02 .udl{
	z-index: 1;
	position: relative;
	font-size: 47px;
	font-weight: 900;
    line-height: 1.4;
    letter-spacing: 1px;
}
.main_visual .main_left h2.big02 .large{
	font-size: 47px;
    line-height: 1.4;
}
.main_visual .main_left h2.big02 .udl:before{
	position: absolute;
	content: '';
	z-index: -1;
	width: 100%;
	height: 23px;
	background: #FFC107;
	bottom: 3px;
	left: 0;
}
.main_visual .main_left .heading-logo{
	margin-bottom: 15px;
}
.main_visual .main_left .heading{
	font-size: 38px;
	font-weight: bold;
}
.mail_btn{
    width: 320px;
    max-width: 90%;
    height: 70px;
}
.mail_btn a{
    background: url("../images/ic_mail_side02.png") no-repeat left 20px center ,url(../images/icon_arr_r.png)no-repeat right 16px center #FFC107;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.0;
    letter-spacing: 0.07em;
    transition: all ease 0.3s;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
    padding: 0 0 2px 15px;
}
.main_visual .main_right{
	width: 880px;
}
.main_visual .main_right .avatar{
	position: relative;
	z-index: 1;
	margin-right: 15px;
	bottom: -50px;
}

/* scroll down */
.scroll_down{
	position:absolute;
	bottom: 15px;
	left: 150px;
}

.scroll_down a{
	position: absolute;
	width: max-content;
	left:  -77px;
	bottom: 77px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Meiryo, arial, helvetica, sans-serif;
	letter-spacing: .2em;
	transform: rotate(270deg);
	text-decoration: none;
	text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -9px;
  width: 20px;
  height: 20px;
  background:url(../images/scroll_down_icon.png)no-repeat;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width: 1px;
  height: 145px;
  background:#000;
}

@keyframes circlemove{
  0%{bottom:145px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

/* SECTION01 */
#section01{
	padding: 0 0 170px;
	background: #F7F4EF;
}
#section01 .ttl .ttl-en{
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 28px;
}
#section01 h3{

}
#section01 h3 .big{
	font-size: 43px;
	font-weight: bold;
}
.s01_box01{
	margin-bottom: 100px;
	display: flex;
	gap: 150px;
	align-items: flex-end;
}

.s01_txt{
	line-height: 2em;
	margin-bottom: 0;
}

.s01_box01 .btn-style1 a:hover{
	transform: translateY(-5px);
}

.s01_box02{}
.s01_box02 ul{
	display: flex;
	row-gap: 80px;
	flex-wrap: wrap;
}
.s01_box02 ul li{
	width: calc(100%/4 - 15px);
	max-width: 400px;
	margin-right: 25px;
	padding-bottom: 40px;
	background: #fff;
	border-radius: 10px;
}
.s01_box02 ul li:nth-child(4n){
	margin-right: 0;
}
.s01_box02 ul li .head{
	padding: 20px 10px 15px 20px;
	display: flex;
}

.s01_box02 ul li .head .ic{
	position: relative;
	margin-top: -30px;
	margin-bottom: 0;
	display: flex;
	align-items: center;

	justify-content: center;
	flex-direction: column;
	width: 70px;
	max-height: 100px;
	padding: 10px 5px 30px;
	background: #2F2222;
	border-radius: 5px 5px 35px 35px;
}
.s01_box02 ul li .head .num{
	margin-bottom: 5px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.s01_box02 ul li .head img{
	height: auto;
}

.s01_box02 ul li .head .ttl{
	margin-left: 20px;
	color: #2F2222;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
}

.s01_box02 ul li .head .ttl .label{
	display: inline-block;
	text-align: center;
	font-size: 17px;
	line-height: 1.2;
	padding: 5px 15px;
	background-color: #FFAA00;
	border-radius: 5px;
	letter-spacing: normal;
}

.s01_box02 ul li .txt{
	margin-bottom: 0;
	padding: 12px 20px 0;
}

.s01_box02 ul li .btn-style1 a{
	position: absolute;
	bottom: -30px;
	left: 50%; transform: translateX(-50%);
}
.s01_box02 ul li .btn-style1 a:hover{
	color: #2F2222;
	transform: translateX(-50%) translateY(-5px);
}

/* contactBtn */
#contactBnr{
	position: relative;
	background: #F7F4EF;
}
#contactBnr .contact_box{
	z-index: 2;
	position: relative;
	background: #FFC107;
	border-radius: 5px;
	padding: 30px 100px;
	display: flex;
	align-items: center;
}
#contactBnr .contact_box:after{
	position: absolute;
	content: "";
	left: 50%;transform: translateX(-50%);
	bottom: -25px;
	width: 1px;
	height: 50px;
	background: #fff;
}
#contactBnr .contact_box .img{
	position: relative;
	margin-top: -50px;
	margin-bottom: 0;
	
}
#contactBnr .contact_s01 {
	padding: 0 20px;
	margin-left: 20px;
	border-right: 1px solid #ffb205;
}
#contactBnr .contact_s01 p{
	margin-bottom: 15px;
	line-height: 1.2;
}
#contactBnr .contact_s01 p.en{
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
}
#contactBnr .contact_s01 p.style1{
	font-size: 36px;
	font-weight: bold;
}
#contactBnr .contact_s01 p.style1 span{
	font-size: 110%;
	font-weight: 900;
}
#contactBnr .contact_s01 p.style2{
    width: max-content;
}
#contactBnr .contact_s01 p.style2 span{
	display: inline-block;
	font-size: 38px;
    font-weight: bold;
    line-height: 1em;

	padding: 4px 6px 8px;
	line-height: 1em;
	margin-right: 2px;
	border-radius: 2px;
	color: #fff;
	background-color: #2F2222;
}

#contactBnr .contact_s02 {
	padding: 0 30px 0 25px;
}
#contactBnr .contact_s02 p{
	margin-bottom: 0;
	text-align: center;
}
#contactBnr .contact_s02 p.contact-num{
	width: max-content;
    font-size: 42px;
    font-weight: 900;
    background: url(../images/scontact_icon.png) no-repeat left;
    padding-left: 35px;
    padding-bottom: 5px;
}
#contactBnr .contact-txt p{
	font-size: 17px;
	font-weight: 700;
}
#contactBnr .contact-txt .ct-ttl{
	margin-right: 3px;
	padding: 2px 5px;
	font-size: 13px;
	border-radius: 3px;
	color: #fff;
	background: #2F2222;
	
}
#contactBnr .contact_box .contact_bnr .btn-ct a{
	position: relative;
    color: #2F2222;
    width: 250px;
    padding: 20px 30px;
    margin-bottom: 0;
    background: url(../images/scontact_icon03.png) no-repeat right 15px center #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all ease 0.3s;
    border-radius: 5px;
    border: 1px solid #D8D0C3;
    line-height: 1.3em;
}
#contactBnr .contact_box .contact_bnr .btn-ct a > span{
	padding-left: 35px;
    background: url(../images/scontact_icon02.png) no-repeat left center ;
}
#contactBnr .contact_box .contact_bnr .btn-ct a:hover{
	transform: translateY(-5px);
}

/* SECTION02 */
#section02{
	position: relative;
	z-index: 0;
	margin-top: calc(-250px/2);
	padding: 195px 0 80px;
	background: url(../images/s02_bg.png)no-repeat;
	background-size: cover;
}
#section02 .ttl-en{
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
}
#section02 h3{
	color: #fff;
	text-align: center;
	font-size: 23px;
	font-weight: 500;
	line-height: 2.5em;
}

#section02 h3 .big{
	font-size: 35px;
}
#section02 h3 .yl{
	font-size: 38px;
	font-weight: bold;
}
.s02_txt{
	color: #fff;
	line-height: 2.5em;
	text-align: center;
	margin-bottom: 80px;
}

.s02_box01 ul{
	display: flex;
	gap: 40px 30px ;
	flex-wrap: wrap;
	justify-content: center;
}
.s02_box01 ul li{
	position: relative;
	width: calc(100%/2 - 15px);
	max-width: 620px;
	height: 200px;
	background: #fff;
	border-radius: 242px;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
} 
.s02_box01 ul li:before{
	position: absolute;
	content: "";
	z-index: 0;
	top: 10px;bottom: 10px;
	left: 10px;right: 10px;
	border: 1px solid #2F2222;
	border-radius: 212px;
}

.s02_box01 ul li > a{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	left: 0;
}

.s02_box01 ul li p{
	margin-bottom: 0;
}
.s02_box01 ul li p.ttl{
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.s02_box01 ul li p.ttl span.udl{ 
	position: relative; z-index: 3;
}
.s02_box01 ul li p.ttl span.udl:before{
	position: absolute;
	content: "";
	z-index: -1;
	width: 100%;
	height: 23px;
	bottom: 0px;
	background: #FFD500;
}
.s02_box01 ul li .btn-style1.btn-dark a{
	width: 340px;
	padding: 12px 15px;
	border-radius: 5px;
	background: url(../images/btn-style1-icon02.png)no-repeat right 15px center #2F2222;
}
.s02_box01 ul li:hover .btn-style1.btn-dark a{
	transform: translateY(-5px);
}

/* SECTION03 */
#section03{
	position: relative;
	z-index: 0;
	padding: 100px 0 90px;
	background: #F7F4EF;
}
#section03:before{
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	width: 73vw;
	top:160px; bottom: 238px;
	background: #ede6db;
}
#section03 .ttl-sub{
	font-weight: 500;
}
#section03 .ttl-en{
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 55px;
}
#section03 .ttl h3{
	padding-bottom: 55px;
}
#section03 .ttl .big{ font-size: 40px; font-weight: 700;}

#section03 .s03_box01{
	display: flex;
	align-items: flex-end;
}
.s03_text_in span.udl{ 
	position: relative; 
	z-index: 3;
	font-weight: 900;
}
.s03_text_in span.udl:before{
	position: absolute;
	content: "";
	z-index: -1;
	width: 100%;
	height: 23px;
	bottom: 0px;
	background: #FFD500;
}

#section03 .s03_box01 .s03_left,
#section03 .s03_box01 .s03_right{
	width: 50%;
}
#section03 .s03_box01 .s03_right{
	padding-left: 130px;
}

#section03 .s03_box01 .s03_right ul{
	display: flex;
	row-gap: 20px;
	flex-direction: column;
}

#section03 .s03_box01 .s03_right ul>li a{
	display: flex;
	align-items: center;
	padding: 20px 15px;
	background: url(../images/s03_icon01.png)no-repeat right 15px center #fff;
	border-radius: 242px;
}
#section03 .s03_box01 .s03_right ul>li a:hover{
	transform: translateY(-5px);
}

#section03 .s03_box01 .s03_right ul>li a p{
	margin-bottom: 0;
}
#section03 .s03_box01 .s03_right ul>li a .num{
	position: relative;
	margin-left: -60px;
	padding: 8px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background: #2F2222;
	border-radius: 200px;
}
#section03 .s03_box01 .s03_right ul>li a .s03_it_txt{
	margin-left: 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

#section03 .s03_box02{
	margin: 156px 85px 0;
}
#section03 .s03_box02 > a{
	display: block;
	position: relative;
	width: 1333px;
	margin: 0 auto;
	background: #414042;
	border: 3px solid #303030;
	border-radius: 5px;

	display: flex;
}
.s03_b02_left{
	max-width: 315px;
	padding: 60px 45px 38px;
	background: #303030;
}
.s03_b02_left p{
	color: #fff;
	font-weight: bold;
}
.s03_b02-txt1{
	font-size: 23px;
	text-align: center;
	letter-spacing: -0.05em;
	margin-bottom: 0;
}
.s03_b02-txt1 .lg{
	font-size: 28px;
}
.s03_b02-txt2{
	font-size: 39px;
}
.s03_b02-txt2 .num{
	font-size: 90px;
}

.s03_b02_right{
	position: relative;
	flex: 1;
	padding: 70px 45px 38px;
	padding-right: 380px;
}
.s03_b02_right:before{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 420px;
	height: 370px;
	background: url(../images/s03_img01.png)no-repeat right 15px bottom;
	background-size: contain;

}
.s03_b02-txt3{
	margin-bottom: 5px;
	font-size: 29px;
	font-weight: bold;
	color: #fff;
}
.s03_b02-txt3 > span{
	padding: 10px 26px;
	margin-right: 15px;
	border-radius: 3px;
	background: #B6A883;
}
.s03_b02-txt4{
	padding-top: 30px;
	font-size: 57px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #fff;
	padding-right: 10px;
	background: url(../images/s03_b02-txt4-icon.png)no-repeat right  bottom;
}
.s03_b02-txt4 >span{
	position: relative;
	font-size: 65px;
	font-weight: 900;
	color: #DFC98E;
}
.s03_b02-txt4 >span:before{
	position: absolute;
	content: "";
	top: 0;
	left: 50%; transform: translateX(-50%);
	width: 6px; height: 6px;
	border-radius: 50%;
	background: #DFC98E;
}



/* contactBtn */
.contactBnr02{
	position: relative;
	padding: 66px 50px 77px;
	background: linear-gradient(to bottom right, #ffc107 0%, #ffad07 100%);
}
.contactBnr02 .inner, .contactBnr02.ctBnr-in .inner{
    position: relative;
    width: 1500px;
}
.contactBnr02 .inner::before{
	content: '';
    width: 379px;
    height: 436px;
    background: url("../images/human_contact.png") no-repeat 0 bottom;
    display: block;
    position: absolute;
    bottom: -77px;
    left: 0;
    z-index: 9;
}

.contactBnr02 .ttl p,
.contactBnr02 .ttl h3{
	text-align: center;
}
.contactBnr02 .ttl p.ttl-en{
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 30px;
}
.contactBnr02 .ttl h3{
	font-size: 24px;
	line-height: 1.6;
}
.contactBnr02 .ttl h3 .big{
	font-size: 34px;
	padding-right: 15px;
	background: url(../images/scontact02_icon_h3.png)no-repeat right top;
}

.contactBnr02 ul{
	display: flex;
	gap: 20px;
	justify-content: center;
}

.contactBnr02 ul li{
	height: 126px;
}
.contactBnr02 ul li a{
    width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactBnr02 ul li.tel{
    width: 380px;
}
.contactBnr02 ul li.tel a{
	text-align: center;
	background: #FFDD78;
	border-radius: 70px;
}
.contactBnr02 ul li.tel p{
	margin-bottom: 0;
}
.contactBnr02 ul li.tel p.ttl span{
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/scontact_icon.png)no-repeat left top 5px ;
}
.contactBnr02 ul li.tel p.contact-num {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2;
}
.contactBnr02 .contact-txt p{
	font-size: 15px;
	font-weight: 700;
}
.contactBnr02 ul li.tel .ct-ttl{
	margin-right: 3px;
	padding: 2px 5px;
	font-size: 13px;
	border-radius: 3px;
	color: #fff;
	background: #2F2222;
}
.contactBnr02 ul li.mail{
    width: 320px;
}
.contactBnr02 ul li.mail a{
	text-align: center;
	border-radius: 70px;
	background: #fff;
}
.contactBnr02 ul li.mail a:hover{
	transform: translateY(-5px);
}
.contactBnr02 ul li.mail a > span{
	font-size: 27px;
	font-weight: 700;
	padding-top: 45px;
	background: url(../images/scontact02_icon02.png)no-repeat center top 0;
}
.contactBnr02 ul li.mail a span .yl{
	color:#FFA200
}
.contactBnr02 ul li.line{
    width: 320px;
}
.contactBnr02 ul li.line a{
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 70px;
	background: #06C755;
    color: #fff;
}
.contactBnr02 ul li.line a:hover{
	transform: translateY(-5px);
}
.contactBnr02 ul li.line a > span{
	font-size: 27px;
	font-weight: 700;
	padding-top: 45px;
	background: url(../images/icon_line.png)no-repeat center top 0;
}
/* contactBtn in */
.contactBnr02.ctBnr-in{
	max-width: 1640px;
	margin: 0 auto;
	border-radius: 10px;
}

/* BNR BOX */
#bnrbox{
	background: #f7f4ef;
	padding: 75px 50px;
}
#bnrbox ul{
	display: flex;
	gap: 50px;
	justify-content: center;
}

/* SECTION04 */
#section04{
	position: relative;
	max-width: 2000px;
	margin: 0 auto;
	z-index: 0;
	padding: 106px 0 100px;
	background: #fff;
}
.s04_box01{
	position: relative;
	width: 710px;
	padding: 106px 0 0;
	margin: 0 0 0 auto;
}
#section04:before{
	position: absolute;
	content: "";
	width: 630px;
	height: 410px;
	left: 0;
	top: 106px;
	background: #ccb8975c;
}
#section04:after{
	position: absolute;
	content: "";
	width: 900px;
	height: 670px;
	left: 0;
	top: 212px;
	background: url(../images/s04_bg01.png)no-repeat;
}

.s04_box01 .ttl .ttl-en{
	font-size: 35px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 15px;
}
.s04_box01 .ttl h3{
	font-size: 24px;
	line-height: 1.5;
}
.s04_box01 .ttl h3 .big{
	font-size: 34px;
}

.s04_box01 > p{
	font-weight: 500;
	line-height: 2em;
}

.s04_box01 > ul.list-btn{
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 70px;
}
.s04_box01 > ul.list-btn p{
	margin-bottom: 0;
}
.s04_box01 > ul.list-btn a:hover{
	color: #2F2222;
	transform: translateY(-5px);
}

/* SECTION05 */
#section05{
	position: relative;
	z-index: 1;
	padding: 50px 0 80px;
	background: #fff;
}
#section05:before{
	position: absolute;
	content: "";
	z-index: -1;
	width: 100%;
	height: 462px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F7F4EF;
}

.s05_box01 .ttl .ttl-en{
	font-size: 45px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 15px;
}
.s05_box01 .ttl h3{
	font-size: 26px;
	line-height: 1.5;
}
.s05_list {
	display: flex;
	justify-content: space-between;
	gap: 75px;
}
.s05_list li{
	width: calc(100%/3 - 30px);
	max-width: 450px;
}
.s05_list li>span.img{
	border-radius: 5px;
}
.s05_list li p.info{
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0 15px 0;
	border-left: 3px solid #2F2222;
}
.s05_list li p.info > span{
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 5px;
}
.s05_list li p.info span.name{
	font-size: 30px;
	font-weight: bold;
}
.s05_box01 .s05_txt{
	position: relative;
	margin-bottom: 0;
	width: 665px;
	margin-right: 0;
	margin-left: auto;
} 
.s05_box01 .btn-style1{
	margin-top: -160px;
    margin-bottom: 20px;
} 
.s05_box01 .btn-style1 a{
	margin-right: 0;
	margin-left: auto;
} 
.s05_list {
	margin-top: -150px;
}
.s05_item.item01{
	margin-top: 300px;
}
.s05_item.item02{
	margin-top: 200px;
}


/* BNR BOX 2*/
#bnrbox02{
	background: #ede6db;
	padding: 55px 100px;
}
#bnrbox02 .bnrbox-recruit{
	margin: 0 100px;
	padding: 56px 45px;
	background: url(../images/recruitbox_bg.png)no-repeat;
	background-size: cover;
	background-position: left bottom;
	border: 6px solid #9D8661;
	border-radius: 5px;
}
.recruitbox {
	position: relative;
	width: 610px;
	padding: 30px 30px;
	margin-right: 0;
	margin-left: auto;
	background: #ffffff47;
	border-radius: 5px;
	border: 2px solid #fff;
	
}
.recruitbox p.ttl-en{
	position: relative;
	margin-top: -50px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}
.recruitbox h3{
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 20px;
}

.recruitbox .btn-style1 a:hover{
	color: #2F2222;
	transform: translateY(-5px);
}


/* SECTION06 */
#section06{
	position: relative;
	z-index: 1;
	padding: 120px 0 96px;
	background: #F7F4EF;
}

.s06_box01{
	padding: 0 150px;
}
.s06_box01 .ttl .ttl-en{
	font-size: 45px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 15px;
}
.s06_box01 .ttl h3{
	font-size: 26px;
	line-height: 1.5;
	padding-bottom: 0;
}
.s06_ttl{
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.s06_list li a{
	display: block;
	padding: 26px 40px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 10px;
}

.s06_list li a span.date{
	margin-right: 50px;
	font-size: 20px;
	font-weight: 900;
}
.s06_box01 .btn-style1 a:hover{
	transform: translateY(-5px);
}

/* SECTION 07 */
#section07{
	max-width: 2000px;
	margin: 0 auto;
	z-index: 0;
	margin-top: -140px;
	/* margin-top: 0; */
}

.s07_map iframe{
	width: 100%;
	max-width: 1920px;
	height: 750px;
}

.s07_map iframe .place-card-large{
	display: none !important;
}



/*==========================================================================*/
/*                               Footer                                     */
/*==========================================================================*/
footer {
	position: relative;
	z-index: 4;
}

footer .ft_main{
	background: #F7F4EF;
	padding: 64px 0;
}
footer .ft_main .inner{
    display: flex;
    margin: 0 auto;
}
footer .ft_main .ft_inf{
    padding: 5px 190px 0 0;
    flex-shrink: 0;
}
footer .ft_main .ft_link{
	flex: 1;
	display: flex;
	justify-content: space-between;
}
footer .ft_main .ft_link .ft_it> p{
	margin-bottom: 10px;
	font-size: 18px;
    font-weight: 700;
    position: relative;
}

footer .ft_main .ft_link p >a{
	position: relative;
}

footer .ft_main .ft_link .ft_it > ul{
	padding-left: 15px;
}
footer .ft_main .ft_link .ft_it > ul li{
	margin-bottom: 6px;
}

footer .ft_main .ft_link .ft_it > ul li a{
	position: relative;
	font-size: 16px;
	padding-left: 13px;
	margin-bottom: 15px;
}
footer .ft_main .ft_link .ft_it > ul li a:before{
	position: absolute;
	content: "";
	left: 0;
	top: 13px;
	height: 2px;
	width: 10px;
	background: #2F2222;
}
footer .ft_main .ft_link .ft_it > ul li a.noline:before{
	content: none;
}
footer .ft_main .ft_link p >a:hover:after,
footer .ft_main .ft_link .ft_it > ul li a:hover::after {
	width: 100%;
}

footer .ft_main .ft_link p >a:after,
footer .ft_main .ft_link .ft_it > ul li a::after {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    transition: all ease 0.3s;
    background: #ffc107;
}

.mb50{
	margin-bottom: 50px;
}

footer .ft_bot{
	background: #2F2222;
	padding: 30px 0 20px;
}
footer .ft_bot .ft_bot_bnr{
	margin-bottom: 10px;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

footer .ft_bot address{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

