<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&amp;display=swap');

:root {
  background: #fff;
  --main-color: #f97729; /*メインカラー*/
  --point-color: #583c34; /*ポイントカラー*/
  --base-font-color: #583c34;/*ページ全体の文字色*/
  --base-font-family: "FOT-TsukuARdGothic Std", "Zen Maru Gothic", sans-serif;
  --accent-color01: #fcf3e2; /*主にNEWS・footer背景色*/
  --accent-color02: #b89a49; /*よく使う色2 ロゴカラー*/
  --accent-color03: #865c04; /*よく使う色3 point-colorより薄いbrown*/
  --headline-font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  --headline-color: #583c34;    /*見出しカラー*/
  --h2-color: #593c34;    /*h2見出しカラー*/
  --h3-color: #583c34;    /*h3見出しカラー*/
  --num-color01: rgba(249, 119, 41, 0.2); /*h3見出しNoカラー*/
  --num-color02: rgba(184, 154, 73, 0.3); /*h3見出しNoカラー*/
  --color-white: #ffffff;
  --color-red: #e70012;
  --color-gray01: #f0f0f0;
  --color-gray02: #f3e5ca;
  --color-gray03: #dddddd;
  --line-color: rgba(184, 154, 73, 0.5); /*区切り線 アクセントカラー02の半透明*/
  --table-bg: rgba(239,216,154,0.5); /*会社概要table半透明背景*/
}

html {
    font-size: 16px;
    line-height: 1em;
}

body {
    font-family: var(--base-font-family) !important;
	/*font-family: "游ゴシック体", YuGothic , "游ゴシック", "Yu Gothic", sans-serif !important;*/
    -webkit-text-size-adjust: 100%;
    background-color: var(background);
    color: var(--base-font-color);
    letter-spacing: 0.02em;
    font-size: 1rem;
    min-width: 1080px;
    font-weight:normal;
	counter-reset: number;
	position: relative;
}

body {
  background: url("../../images/common/bg-main.jpg") no-repeat left top fixed;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.roboto {
    font-family: var(--headline-font-family);/*"Poppins", sans-serif*/
    letter-spacing: 0.04em;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
img {
    width: auto;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    height: auto;
	border-radius:10px;
}
a[href^="tel:"] {
    cursor: default;
}
a:hover {
    transition: all 0.3s;
    opacity: 0.7;
}
a[href^="tel:"]:hover {
    opacity: 1;
}
a.line {
    color:var(--main-color);
	text-decoration: underline;
	text-decoration-color: var(--main-color);
	text-decoration-style: dotted;
	text-underline-offset: 5px;
}

.sp_only {
    display: none !important;
}

.hidden{
    display: none !important;
}

.txt {
   margin: 15px 0 48px !important;
}

.txt p {
    line-height: 1.65;
    margin-bottom: 1.5em;
	letter-spacing:-0.02em;
}
.txt p:last-child {
    margin-bottom: 0;
}

.pd0 {
  padding-bottom:0 !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb48 {
    margin-bottom: 48px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}
.mb_section {
    margin-bottom: 48px !important;
}
.mt_section {
    margin-top: 64px !important;
}
.txt_small {
    font-size: 0.75em;
}
.txt_large {
    font-size:1.25rem ;
}

.txt_bold,strong {
    font-weight: bold !important;
}
.txt_red {
    color: #e60012;
}
.txt_green {
    color: var(--accent-color03);
}
.inner {
    max-width: 1080px;
    margin: auto;
}
.mincho {
    font-family: "Sawarabi Mincho";
}

:target:before {
    content:"";
    display:block;
    height:100px;
    margin:-50px 0 0;
}

.align_center {
    text-align: center;
}
.align_right {
    text-align: right;
}



/* btn ----------------------------------------------------------- */


.btn_area {
  display:flex;
  justify-content: center;
  align-items: center;
}

.btn_area a {
  margin: 48px 0 0 15px;
}

.btn_area a:first-child {
  margin: 48px 0 0 0 !important;
}

.btn_std,
.btn_std02{
    display: inline-block;
    min-width: 260px;
	display: inline-flex;
	padding-right:59px;
    background: url(../../images/common/icn-arrow.svg) no-repeat calc(100% - 18px) center;
	background-size: 29px;
    color: var(--point-color);
	background-color: var(--color-white);
    font-weight: 600;
    font-size: 1.125rem;
	line-height:1.125rem;
    height: 50px;
    text-align: left;
    position: relative;
	border-radius:10px;
}
.btn_std02{
    border:2px solid var(--point-color);
}

.btn_back{
    display: inline-block;
    min-width: 260px;
	display: inline-flex;
    background: url(../../images/common/icn-arrow.svg) no-repeat 18px center;
    background-size: 29px;
	background-color: var(--color-white);
	color: var(--point-color);
    font-weight: 600;
    font-size: 1.125rem;
	line-height: 1.125rem;
    height: 50px;
    text-align: center;
	padding-left:29px;
	border-radius:10px;
}

.btn_std span,
.btn_std02 span,
.btn_back span{
    display: block;
    padding-left: 18px;
	padding-right: 24px;
    width: 100%;
    margin: auto;
    position: relative;
}


/* Headline -- 投稿・ブロックエディター共通 -----------------------*/
/* H2 --------------------------------------------------------*/

h2.ttl_h2 {
    text-align: center;
    font-size: 2.25rem;
    letter-spacing: 0.1em;
    color: var(--h2-color);
	font-family:var(--headline-font-family);
	font-weight: 400;
    margin-bottom:3rem;
    padding-bottom: 2rem;
	position: relative;
	line-height:1.4;
}

h2.ttl_h2::after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color:var(--point-color);
}

h2 span {
    display:block;
	text-align: center;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    color: var(--accent-color02);
	font-weight: 400;
   /* margin-bottom:2rem;*/
    padding-top: 1rem;
	font-family:var(--base-font-family);
}

h2.Read_ttl {
  font-family:var(--headline-font-family) !important;
  font-size: 2.25rem;
  letter-spacing: 0.06em;
  line-height:1.2;
  color:var(--h2-color);
  font-weight:400;
  text-align: center;
  margin-top:0;
  margin-bottom:3rem;
  padding-bottom: 0;
}

h2.Read_ttl::after {
  display:none;
}

/* h3 ----------------------------------------------*/
h3.ttl_h3 {
  font-size: 1.5625rem;
  color:var(--h3-color);
  font-weight:600;
  letter-spacing: normal;
  line-height: 1.40;
  text-align:left;
  margin-bottom: 48px;
  padding: 0 15px 10px 0;
  border-bottom:1px solid var(--accent-color03);
}

h3.ttl_h3_Num{
  font-size: 1.5625rem;
  letter-spacing: normal;
  margin-top:0px;
  margin-left: 125px !important;
  color:var(--main-color);
  font-weight:600;
  padding: 10px 20px 10px 20px !important;
  border-bottom:1px solid var(--main-color);
  position: relative;
}

h3.ttl_h3_Num::before{
    font-family: var(--headline-font-family);
	color: var(--main-color);
    content: "Point";
    font-size: 1.5rem;
    position: absolute;
    top: 0.4em;
    left: -3em;
    letter-spacing:0.1em;
    font-weight: 400;
}

h3.ttl_h3_Num02{
  font-size: 1.5625rem;
  letter-spacing: normal;
  margin-top:-10px;
  margin-left: 138px !important;
  padding: 18px 20px 18px 20px !important;
  color:var(--color-white) !important;
  font-weight:600;
  border-bottom:1px solid var(--point-color) !important;
  background-color:var(--point-color);
  border-radius:10px 0 0 10px;
  position: relative;
  counter-increment: number;
}

h3.ttl_h3_Num02::before{
    content: counter(number,decimal-leading-zero)"";	
	position:absolute;
	top:calc(50%);
    left: -142px;
    transform: translateY(-50%);
    font-family: var(--headline-font-family);
    color: var(--num-color02);
    letter-spacing: 0.02em;
    font-size: 7.28125rem;
    font-weight: 400;
}

.ttl_Num01 {
  margin-top:64px !important;
  margin-bottom:56px !important;
  position: relative;
}

.ttl_Num01 .number{ 
    position:absolute;
    top:-30%;
    left:0;
    transform: translateY(-30%);	
    font-family: var(--headline-font-family);
    color: var(--num-color01);
    letter-spacing: 0.02em;
    font-size: 7.28125rem;
    font-weight: 400;
}

.ttl_Num01 .number02{ 
    font-family: var(--headline-font-family);
	color: var(--point-color);
    font-size: 1.5rem;
    position: absolute;
    top: 0.8em;
    left: 50px;
    letter-spacing:0.1em;
    font-weight: 400;
}

/* h3 右端まで下線*/
h3.line {
  margin-right: calc(50% - 50vw);
}

h3.ttl_h3_Num02 span{
	vertical-align:3px;
	margin-left:0.8em;
    font-size: 1.0rem;
    font-weight: 500;
}


/* h4 ----------------------------------------------*/

h4.ttl_h4 {
  font-size: 1.375rem;
  line-height:1.45;
  letter-spacing: 0.04;
  margin-bottom: 24px;
  color:var(--main-color);
  font-weight:600;
}

h4.ttl_h4_02{
  font-size: 1.375rem;
  line-height:1.45;
  letter-spacing: 0.04;
  margin-bottom: 24px;
  color:var(--point-color);
  font-weight:600;
}

/*ヘッダー-------------------------------------------------------------------*/
#header,
body.scroll #header{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
	background-color:#fff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}

/* 横長ロゴ -----------------------*/
#header .logo,
body.scroll #header .logo{
	background: url("../../images/common/logo02.svg") no-repeat top 22px left 32px;
	background-size: 178px auto;
	width:210px;
	height:100px;
	z-index: 95;
	display: block;
	position: relative;
	background-color:transparent;
}

#header .logo::after,
body.scroll #header .logo::after{
  content:"RECRUIT";
  position: absolute;
  top: 50%;
  left: 226px;
  transform: translateY(-50%);
  /*width: 130px;*/
  height: 34px;
  padding:0 1.6em;/**/
  background-color:var(--accent-color02);
  font-family: var(--headline-font-family);
  color: var(--color-white) !important;
  font-size: 1.0rem !important;
  font-weight: 400;
  line-height:34px;
  letter-spacing: 0.12em;
  display:block;
  border-radius:8px;
	/*letter-spacing: 0.06em;
    vertical-align: middle;
	margin-top: 8px;
    color:var(--point-color) !important;
    font-size:0.875rem;*/
}

#header .logo span,
body.scroll #header .logo span{
    display: none;
}

#sp_gnavi {
    display: none;
}
#header &gt; .inner {
    max-width: none;
	display: flex;
}

#header .logo a {
	vertical-align: bottom;
	display: block;
	height:100%;
}


/*.home #header .logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
	width:148px;
	height:175px;*/
	/*letter-spacing: initial;
    vertical-align: middle;*/
    /*padding: 8px 0;*/
	/*font-family: "Noto Sans JP", sans-serif;*/    
	/*text-align:center;	
	background: url("../../images/common/logo.svg") no-repeat top 8px center #fff;
	background-size: 95px auto;
	background: url("../../images/common/logo02.svg") no-repeat top 22px left 32px;
	background-size: 178px auto;
	width:210px;
	height:100px;
	z-index: 95;
	display: block;
	position: relative;
	background-color:transparent;

}*/

/*.home #header .logo span{
    display: block;
	letter-spacing: 0.06em;
    vertical-align: middle;
	padding-top: 146px;
    color:var(--point-color) !important;
	font-family: var(--base-font-family);
    font-size:0.875rem;
	font-weight: 500;
}

.home #header .logo::after{
   display:none;
   }*/

#header .logo_txt {
	/*color: var(--base-font-color);
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem ;
	letter-spacing: 0.08em;
	margin-right: 0.8em;*/
}
.header_box {
	margin-left: auto;
	display: flex;
	z-index: 99999;
}

#gnavi,
body.scroll #gnavi{
    color: var(--point-color);
    font-weight: bold;
    font-size: 1.0625rem;/*0.9375rem;*/
}

/*.home #gnavi {
    color: #FFF;
}*/

#gnavi &gt; ul {
    letter-spacing: 0.04em;	
	height:100px;
}
#gnavi &gt; ul &gt; li {
    margin-right: 2.4em;
    display: inline-block;
    vertical-align: middle;
}
#gnavi a {
    /*font-weight: bold;*/
    position: relative;
	z-index: 5;
}

#gnavi &gt; ul {
    display: flex;
}
#gnavi &gt; ul &gt; li {
    display: flex;
    align-items: center;
    /*position: relative;*/
}
#gnavi ul li.current {
    position: relative;
    color: var(--main-color);
}
#gnavi ul li a .en {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
	font-weight: normal;
	/*font-family: "Poppins", sans-serif;*/
	font-size: 0.75rem;
	text-align: center;
	letter-spacing: 0.04em;
}
#gnavi ul li.current a .en {
	display: block;
}

#gnavi ul li.current:after {
    content: "";
    width: 0;
    height: 0;
    border-style:solid;
    border-width: 8px 10px 0 10px;
    border-color: var(--main-color) transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

#gnavi ul.child,
body.scroll #gnavi ul.child{
    position: fixed;
    top: 100px;
    left: 0;
	width: 100vw;
    background:rgba(66, 48, 30, 0.7);
    padding: 2.0em 1.5em 2.0em;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
	text-align:center;
}
#gnavi ul.child.open,
body.scroll #gnavi ul.child.open{
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

/*.home #gnavi ul.child {
    position: fixed;
    top: 0;
    left: 0;
	width: 100vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 53.5%, rgba(66, 48, 30, 0.7) 46.5%, rgba(66, 48, 30, 0.7) 100%);
    padding: 8.0em 1.5em 2.0em;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
	text-align:center;
}

.home #gnavi ul.child.open{
    visibility: visible;
    opacity: 1;
    z-index: 2;
}*/
/*.home #gnavi ul.bg_home.open{
    visibility: visible;
    opacity: 1;
    z-index: 3;
}*/

#gnavi ul.child li {
    display: inline;
}

#gnavi ul.child li:nth-child(n +2) {
    margin-left: 1.2em;
}

#gnavi ul.child li:nth-child(n +2):before {
	content: "／";
    padding-right:1.2em;
	color: var(--color-white);
}

#gnavi ul.child li a{
	color:#fff;
}

#gnavi ul.child li.current:after {
display: none;
}

.btn_header a {
    width: 100%;
}

#gnavi .btn_header {
    margin: 0;
    text-align: center;
    width: 108px;
	font-size: 1rem;
    font-weight: bold;
	line-height:1.4;
}

#gnavi .btn_header a,
body.scroll #gnavi .btn_header a{
    width:100%;
    height:100px;
    padding: 15px 0 0;
    background: url("../../images/common/icn-recruit.svg") no-repeat;
    background-size: 35px;/*37px*/
    background-position: left 55% bottom 18px;
    background-color: var(--main-color);
    color: var(--white-color);
    display: block;
    position: relative;
}

.btn_header.btn02 a {
    padding: 18px 0 0;
    background: url(../../images/common/footer_mail.svg) no-repeat;
	background-size: 35px;
    background-color: var(--color-white);
    background-position: center bottom 19px;
    color: var(--point-color);
    display: block;
    position: relative;
}
.header_contact {
    letter-spacing: normal;
    width: 220px/*195px*/;
	height:100px;
    text-align: center;
    padding: 17px 0 12px 0;
    background-color: var(--point-color);
    display: inline-block;
    vertical-align: middle;
	z-index:6;
}
.header_contact div:nth-of-type(1) {
    margin: 0 auto 5px;
    display: block;
    color: var(--color-white);
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
	margin-bottom: 0.8em;
}
.header_contact div:nth-of-type(2) {
    font-size: 0.8rem;
    letter-spacing: 0.01em;
    color: var(--color-white);
	line-height: 1.2em;
}
.header_contact div:nth-of-type(2) a {
    display: block;
	font-size: 1.387rem;
	color: var(--color-white);
	margin: 5px 0 10px 0;
    letter-spacing: 0.12em;
	font-family: var(--headline-font-family);
	font-weight: 400;
}

.common_contact {
    padding: 65px 0 65px 0;
    background-color: var(--main-color);
    background-position: center top;
    background-size: cover;
	background-repeat: no-repeat;
}

.common_contact .ttl_h2 {
	display: flex;
	align-items: center;
	max-width: 936px;
	margin:0 auto;
	padding:0;
}

.common_contact .ttl_h2::after {
	display: none;
}
.common_contact .ttl_h2 .p01 {
	font-weight: 400;
	font-size: 5.355rem;
	line-height:0.6;
	color:var(--color-white);
	letter-spacing: 0.2em;
	font-family:var(--headline-font-family);
}
.common_contact .ttl_h2 .p02 {
	padding-left: 2em;
	padding-top:1.0em;
	font-weight: 200;
	font-size: 1.125rem;
	letter-spacing: normal;
	color:#fff;
	font-family:var(--headline-font-family);
	text-align: left;
	line-height: 1.6;
}

.common_contact .inner {
    max-width:936px;
    margin:32px auto 0;
    display: flex;
    justify-content: space-between;
}
.common_contact .inner div {
    font-size: 1.125rem;
    display: inline-block;
    line-height: 1.6;
    vertical-align: middle;
}

.common_contact .btn_tel,
.common_contact .btn_mail {
    text-align: left;
    width: 436px;
    display: inline-block;
}

.common_contact .btn_tel a {
    font-size: 2rem;
    font-weight: 400;
    /*color:var(--accent-color03);*/
    font-family:var(--headline-font-family);
	/*font-family: "Poppins", sans-serif;*/
    letter-spacing: 0.15em;
    line-height: 1.3;
	border-radius:10px;
}

.common_contact .btn_mail a {
    font-size: 1.625rem;
    /*color:var(--accent-color03);*/
	font-weight: 400;
	font-family:var(--headline-font-family);
	border-radius:10px;
}
.common_contact .btn_tel span,
.common_contact .btn_mail span {
    display: block;
    font-weight: normal;
    font-size: 0.8125rem;
    letter-spacing: normal;
	font-family:var(--base-font-family);
	line-height: 1.45;
}
.common_contact .btn_tel a,
.common_contact .btn_mail a {
    display: block;
    padding: 15px 0 15px 80px;
	position: relative;
	text-align: center;
	background-color: var(--color-white);
}
.common_contact a:before {
	content: "";
	height: 80%;
	width: 78px;
	position: absolute;
	left: 0;
	top: 10%;
    bottom: 10%;
	pointer-events: none;
}
.common_contact .btn_tel a:before {
	background: url("../../images/common/footer_tel.svg") no-repeat center center;
	background-size: 20px;
	border-right:1px solid var(--accent-color03);
    background-color: #fff;
}
.common_contact .btn_mail a:before {
	background: url("../../images/common/footer_mail.svg") no-repeat center center;
	background-size: 26px;
	border-right:1px solid var(--accent-color03);
    background-color: #fff;
}

.common_contact .btn_tel a:hover {
    transition: all 0.3s;
    opacity: 0.7;
}
.common_contact .btn_tel a[href^="tel:"]:hover {
    opacity: 1;
}


/*フッター-------------------------------------------------------------------*/
#footer {
    background-color: var(--accent-color01);
    padding: 0 0 0 0;
    color: var(--base-font-color);
}
#footer .left {
    text-align:left;
    margin: 0 60px 0 0 ;
}


#footer .ul02 {
    margin-top:15px;
	font-size: 1.0rem ; /*0.875rem*/
    font-weight: 400;
}

#footer .ul02 li {
    margin: 14px 0;  
}
#footer .ul02 li:nth-of-type(1) {
    margin: 6px 0 14px;
}

#footer .ul02 li a {
    color: var(--point-color);
	display: block;
    padding: 0;
    margin: 0;
}

#footer .ul02 .subttl {
    font-size:0.9375rem;
	font-weight: normal !important;
    display: block;
    padding-left: 12px;
    margin:14px 0;
    position: relative;
}
/*#footer .ul02 .subttl:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: var(--point-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

.btn_white02 {
    display: inline-block;
    width: 290px;
    background: url(../../images/common/icn-arrow_blue.png) no-repeat calc(100% - 18px) center;
    background-color: var(--color-white);
    color: #00439d;
    font-weight: bold;
    font-size: 0.875rem;
    height: 40px;
    text-align: left;
    position: relative;
	border:1px solid #002b82;
}
.btn_white02 span {
    display: block;
    padding: 12px 18px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    margin: auto;
    position: relative;
    top: 0;
}
.btn_white03 {
    display: inline-block;
    width: 154px;
    background: url(../../images/common/icn-arrow_blue.png) no-repeat calc(100% - 18px) center;
    background-color: var(--color-white);
    color: #e5151f;
    font-weight: bold;
    font-size: 1.125rem;
    height: 56px;
    text-align: left;
    margin-left: 15px;
}
.btn_white03 span {
    display: block;
    border: 1px solid #e5151f;
    ;
    padding: 16px 18px 18px 18px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    margin: auto;
    position: relative;
    top: 3px;
    background: url(../../images/common/icn04.png) no-repeat 15px center;
}

#footer #sec04 {
    text-align: left;
    padding:65px 0 35px;
}
#footer #sec04 .innerBox {
    width:90%;
    max-width:1080px;
	margin:auto;
}

.boxFooter01 {
    display: flex;
    justify-content:space-between;
    align-items:stretch;
}
 
.boxFooter01 div {
    color:  var(--base-font-color);
    line-height: 1.2;
    margin-left: 70px;
    min-width:150px;
    font-size: 0.9375rem;
}

.boxFooter01 div:nth-of-type(1) {
    margin-left:0;
    padding-top:0;
	min-width:180px;
}
.boxFooter01 div:nth-of-type(1) a {
	margin-bottom: 1.5em;
}
.boxFooter01 div:nth-of-type(1) p {
	margin-top: 0.8em;
}
.boxFooter01 div:nth-of-type(3) {
    margin-left:72px;
}
#footer .boxFooter01 div:nth-of-type(2) {
	width: 0;
	margin: 0;
	min-width: inherit;
}
.boxFooter01 div .logo {
    letter-spacing: normal;
    vertical-align: middle;
    padding: 10px 0 12px 95px;
    background: url("../../images/common/logo-mark.png") no-repeat left 4px;
    margin-left: 0;
}

.boxFooter01 div:nth-of-type(1) span a{
    font-size: 0.875rem;
	text-decoration:underline; 
}

/*sns*/
.boxFooter01 .sns_buttons {
    margin-top:1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.boxFooter01 .sns_buttons a{
    position: relative;
    display: inline-block;
    width:40px;
	height:40px;
	border-radius:50%;
	background-color:var(--color-white);
	margin-right:4px;
}

.boxFooter01 .sns_buttons img{
   position: absolute;
   display: inline-block;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   text-align:center;
   padding:0;
}

.boxFooter01 .sns_buttons img{
    display: inline-block;
	border-radius:0;
    width:45%;
	height:45%;
}

.boxFooter01 .sns_buttons img.icon_instagram{
    width:50%;
	height:50%;
}

.boxFooter01 .sns_buttons img.icon_line,
.boxFooter01 .sns_buttons img.icon_googlemap{
    width:55%;
	height:55%;
}
.boxFooter01 .sns_buttons img.icon_X{
    width:40%;
	height:40%;
}
.boxFooter01 .sns_buttons img.icon_facebook{
    width:65%;
	height:65%;
}

/*sns*/
.ExLinks {
    margin-top:1.2em !important;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ExLinks a{
    position: relative;
    display: inline-block;
	font-size: 1.0rem ;
	margin: 0 0 12px !important;
    /*width:40px;
	height:40px;
	border-radius:50%;
	background-color:var(--color-white);*/
	padding-left:22px;
}

.ExLinks a:before{
   content: "";
   display:block;
   width:18px;
   height:18px;
   background: url("../../images/common/icn_newwindow.svg") no-repeat center center;
   background-size:auto;
   position: absolute;
   left: 0;
   top: 50%;
    transform: translateY(-50%);
}


#footer .right {
    /*width: 870px;*/
    float: right;
    display: flex;
    align-items:stretch;
    margin: 0 0 0 60px; border:1px solid #F8f;
}

#footer .right p {
    margin-right:10px;
    border:1px solid #00f;
}   
#footer .right p:nth-of-type(1) {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#footer .right p:nth-of-type(2) {
    margin-bottom: 0.5em;
}
#footer .right p:nth-of-type(2) a {
    text-decoration: underline
}
#footer .right p:nth-of-type(3) {
    font-size: 0.75rem;
}




/* 新着情報ー-------------------------------------------------------------------*/

.boxNews01 {
    padding: 48px 0 ;
	min-height: 278px;
    background-color: var(--accent-color01);
	background:url("../../images/common/bg-main.jpg") no-repeat center center;
	display: flex;
	align-items: center;
	overflow:hidden; /*inner:beforeのはみ出し制御*/
}
.boxNews01 .inner {
	width: 100%;
	padding-left: 110px;
	position: relative;
	z-index: 1;
}

.boxNews01 .inner:after {
	width: 100%;
	content: "";
	position: absolute;
	min-height: 500px;
	background-color: var(--main-color);
	top: -100px;
	left: -81%;
		
}
.boxNews01 .boxWrap {
    display: flex;
}
.boxNews01 .ttl {
    position: relative;
    flex-shrink: 0;
	background-color: var(--color-white);
    /*border:2px solid var(--accent-color03);*/
	border-radius:10px;
	width: 182px;
	height: 182px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.boxNews01 .boxWrap .ttl h2 {
	font-size: 1.25rem;
	margin-bottom: 23px;
	font-weight: 400;
	color: var(--h2-color);
	font-family:var(--headline-font-family) !important;
	letter-spacing: 0.11em;
	text-align: center;
}
.boxNews01 .ttl h2 span {
    font-size: 2.8rem;
	font-weight: 400;
    display: block;
    font-weight: normal;
    letter-spacing: 0.08em;
    margin-bottom: 0.1em;
		color: var(--h2-color);
	font-family:var(--headline-font-family) !important;
}
.boxNews01 .boxWrap .ttl a {
    font-size: 0.825rem;
    color: var(--color-white);
    background-color: var(--point-color);
	border-radius:6px;
    width: 122px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxNews01 .boxWrap .ttl a span {
    position: relative;
    padding-right: 25px;
    /*padding-right: 20px;*/
	/*font-style: italic;
	font-weight: bold;*/
	color: var(--color-white);
}

.boxNews01 .boxWrap .ttl a span:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boxNews01 .cont {
    padding-left: 45px;
	padding-top: 30px;
    width: 100%;
}
.boxNews01 .cont dl {
    display: flex;
    line-height: 1.5;
}
.boxNews01 .cont dl:nth-child(n + 2) {
    margin-top: 25px;
}
.boxNews01 .cont dl dt {
    font-size:0.9375rem;
    width: 8em;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.boxNews01 .cont dl dd {
    width: calc(100% - 6em);
     font-size:1.0rem;
	 font-weight:600;
}
.boxSnsInline {
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
}
.boxSnsInline .box {
    width: 49%;
    background-color: var(--color-white);
    min-height: 300px;
    padding: 40px 30px 30px 30px;
}
.boxSnsInline .ttl {
    text-align: center;
    margin-bottom: 40px;
	padding-right: 0;
}


.boxFooter02 {
    padding: 64px 0;
    overflow: hidden;
    background-color:var(--accent-color02);
}

.boxBannerList {
width:80%;
max-width:
1080px;
margin:0 auto;
}

.boxBannerList .boxBanner{padding:0.2em;}

.boxBannerList img{
    width:252px;
    height:auto;
    background-color: var(--accent-color02);
    padding:0;margin:0 auto;
}

.boxBannerList .slick-prev:before,
.boxBannerList .slick-next:before {
    content: none;
}
.boxBannerList .slick-prev,
.boxBannerList .slick-next {
    width: 60px;
    height: 60px;
    opacity: 1 !important;
}
.boxBannerList .slick-prev,
.boxBannerList .slick-prev:hover{
    background:url("../../images/common/left.svg") no-repeat center center!important;
    left: -90px;
}
.boxBannerList .slick-next,
.boxBannerList .slick-next:hover{
    background:url("../../images/common/right.svg") no-repeat center center !important;
    right: -90px;
}

.home .boxBannerList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 820px;
  height: 9px;
  margin: 0 3px;

}
.home .boxBannerList .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.home .boxBannerList .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50px;
}

.home .boxBannerList .slick-dots li button:before {
  content: "";
  display: block;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  text-align: center;
  border-radius: 50px;
  opacity: 1;
  background-color: var(--color-white);
}
.home .boxBannerList .slick-dots {
  max-width: 1080px; 
  margin: 0 auto;
  /*bottom: 40px;*/
  z-index: 999;
  left: 0;
  right: 0;
  text-align: right;
}
.home.boxBannerList .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--accent-color03);
}


.boxFooter03 {
    padding: 30px 0;
    background-color: #0e0e0e;
}
.boxFooter03 .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxFooter03 .name {
    font-weight: bold;
    font-size: 1.125rem;
    margin-right: 1.8em;
}
.boxFooter03 p span:nth-child(n+2) {
    margin-left: 1.2em;
}
.boxFooter03 .sns {
    margin-left: 25px;
	display: flex;
	align-items: center;
}
.boxFooter03 .sns a:first-child {
    margin-right: 5px;
}
.boxFooter03 .sns a {
	line-height: 0;
}


.copyright {
    text-align: center;
    color: var(--color-white);
    font-size: 0.75rem;
    padding: 20px 0;
    background-color: var(--accent-color03);
	position: relative;
	z-index:14;
}
.boxFooterMap {
    width: 100%;
    position: relative;
    padding-top: 25%;
	height: 450px;
	z-index:15;
}
.boxFooterMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: saturate(32%);
	filter: saturate(32%);
}


.boxGnaviSmall {
    color: var(--color-white);
    font-weight: bold;
    position: absolute;
    left: 0;
	top: 100px;
    width: 100%;
	z-index: 98;
    background-color:rgba(0,0,0,0.8);
    padding: 60px 0;
    display: none;
}

/*.home .boxGnaviSmall {
    color: var(--color-white);
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 98;
    background-color:rgba(0,0,0,0.8);
    top: 0;
    padding: 160px 0 60px;
    display: none;
}*/
body.scroll .boxGnaviSmall {
	top: 100px;
	padding: 60px 0 60px;
}



.boxGnaviSmall .boxFooter01{
    display: flex;
    justify-content:space-around;
    align-items:stretch;
    margin:0 auto;
	max-width:900px;
}

.boxGnaviSmall .boxFooter01 div {
    color: var(--color-white);
    line-height: 1.2;
    margin-left: 3%;
    font-size: 0.9375rem ;   
}

.boxGnaviSmall .boxFooter01 div:nth-of-type(1) {
    margin-left:0;
    padding-top:0;
}
/*.boxGnaviSmall .left {
    text-align: center;
}*/
.boxGnaviSmall ul li {
    margin: 14px 0;
}
.boxGnaviSmall ul li.subttl {
    padding: 0 0 0 20px;
    margin: 14px 0;
    position: relative;
    font-weight: normal;
}
.boxGnaviSmall ul li.subttl:before {
    content: "";
    width: 0.25em;
    height: 0.25em;
    background-color: var(--color-white);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.header__hamburger {
	display: none;
}
@media only screen and (min-width:1516px) {
	.boxGnaviSmall {
		display: none !important;
	}
}
@media only screen and (max-width:1515px) and (min-width:768px) {
    #gnavi ul li {
        display: none;
    }
	/*#gnavi ul li:not(:last-child) {
        display: none;
    }*/
    .header_box {
        display: flex;
        margin-left: auto;
    }
    .header__hamburger {
		display: block;
        width: 80px;
        height: 100%;
		margin: 0 0px;
    }
    .hamburger {
        background-color: #fff;
        border-color: transparent;
    }
    .hamburger span {
        width: 30px;
        height: 2px;
        background-color: var(--point-color);
        position: relative;
        transition: ease .4s;
        display: block;
		margin: auto;
    }
    .hamburger span:nth-child(1) {
        top: 0;
    }
    .hamburger span:nth-child(2) {
        margin: 8px auto;
    }
    .hamburger span:nth-child(3) {
        top: 0;
    }
    .header__nav.active {
        transform: translateX(0);
    }
    .hamburger.active span:nth-child(1) {
        top: 5px;
        transform: rotate(45deg);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        top: -15px;
        transform: rotate(-45deg);
    }
}


/*ページ内リンクズレ回避*/
@-webkit-keyframes modify{
      0% { padding-top: 115px; margin-top: -115px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
      0% { padding-top: 115px; margin-top: -115px; }
    100% { padding-top: 0; margin-top: 0; }
}

.anchor:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}


/* PageTopー-------------------------------------------------------------------*/

.upToTop {
    opacity: 1;
    display: none;
    position: fixed;
    right: 2%;
    bottom: 0px;
    z-index: 12;
    cursor: pointer;
}
.upToTop .upToTopIn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100px;
    height: 120px;
	/*width: 40px;
    height: 40px;*/
	background: url("../../images/common/pagetop.svg") no-repeat center left;
	background-size:auto;/**/
    /*background-color: var(--main-color);
    font-size: 0.8rem;
    color: var(--point-color);*/
}

.boxFooter01 div .logo_txt {
	color: #151515 !important;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.08em;
	font-size: 1.25rem!important;
}
.boxFooter01 div .logo_txt_en {
	display:block;	
	font-family: var(--headline-font-family);
	color: #fff !important;
	font-size: 1.0rem !important;
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-left: 1.0em;
	padding:0.5em 1.3em;
	background-color:var(--accent-color02);
	border-radius:10px;
}
.boxFooter01 .f_logo {
	display: flex;
	align-items: center;
}

.boxFooter01 .f_logo img{
	max-width:170px;
}

</pre></body></html>