﻿/*--------フォント・リンク--------*/
.linkStyle{color: #333333;}
body{font-family: "NotoSans","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
#pc_nav li a, #top_pc_nav li a, #footer_nav li a,#page_title .page_title_box h2,.overlay.open { font-family: 'futura_pt',"NotoSans","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/img/NotoSans_r.woff') format('woff'),
        url('../Dup/img/Notosans_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url('../Dup/img/Notosans_bold.woff') format('woff'),
        url('../Dup/img/Notosans_bold.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    src: url('../Dup/img/NotoSans_black.woff') format('woff'),
        url('../Dup/img/notosans_black.eot')  format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'futura_pt';
    font-style: normal;
    font-weight: 900;
    src: url('../Dup/img/futura_pt.woff') format('woff'),
        url('../Dup/img/futura_pt.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'futura_pt_bold';
    font-style: normal;
    font-weight: 900;
    src: url('../Dup/img/futura_pt_bold.woff') format('woff'),
        url('../Dup/img/futura_pt_bold.eot')  format('eot');
    font-display: swap;
}
.underline {
  --line: #646b8c;
  --color: #2b3044;
  text-decoration: none;
  color: var(--color);
  position: relative;
}
.underline {
  --line: #646b8c;
  --color: #2b3044;
  text-decoration: none;
  color: var(--color);
  position: relative;
}
.underline span {
  background-image: linear-gradient(0deg, var(--line) 0%, var(--line) 100%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: var(--background-size, 100%) 1px;
  transition: background-size 0.2s linear var(--background-delay, 0.15s);
  transform: translateZ(0);
}
.underline svg {
  vertical-align: top;
  display: inline;
  line-height: 1;
  width: 25px;
  height: 28px;
  position: relative;
  left: -2px;
top: 2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke: var(--line);
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
}
.underline:hover {
  --background-size: 0%;
  --background-delay: 0s;
  --stroke-dashoffset: 26;
  --stroke-duration: 0.3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: 0.195s;
}



/*--------全体--------*/
.back1:before,.back2:before {
    background-image: url(./Dup/img/back.png);
    background-repeat: repeat;
    background-size: auto;
}
#main_img .menu .bg_white { background-color: transparent;}
.top header.scr_header ul li a { color: #211712;}

#intro_wrap{
background-image: url(./Dup/img/item_01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -6% 0%;
}


@media screen and (min-width: 1000px){
#intro .intro_title{width: 83%;}
#intro .intro_txt{width: 80%;margin-left: auto;}
#intro .line:before{display: none;}
#contents1 .con_box{
background-color: #fff;
    margin-left: -102px;
    z-index: +1;
    padding: 50px;
    width: 57%!important;
}
#contents1 .num { left: 46.5%;}
#contents1 .con_img { margin-bottom: 5%;}
#contents2 .con_box{
background-color: #fff;
    margin-right: -102px;
    z-index: +1;
    padding: 50px;
    width: 57%!important;
}
}
#contents1 .con_box,#contents2 .con_box{position:relative;}
#contents1 .con_box::before,#contents2 .con_box::before {
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	left: 0px;
	top: 0px;
	background-color: #e6e3e1;
	width: 100px;
	height: 1px;
}
#contents1 .con_box::after ,#contents2 .con_box::after {
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	left: 0;
	top: 0px;
	background-color: #e6e3e1;
	width: 1px;
	height: 100px;
}
#contents1 .con_box2,#contents2 .con_box2{position:relative;}
#contents1 .con_box2::before{
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	right: -30px;
	bottom: 0px;
	background-color: #e6e3e1;
	width: 100px;
	height: 1px;
}
#contents1 .con_box2::after{
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	right: -30px;
	bottom: 0;
	background-color: #e6e3e1;
	width: 1px;
	height: 100px;
}
#contents2 .con_box2::before {
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	right: -50px;
	bottom: -50px;
	background-color: #e6e3e1;
	width: 100px;
	height: 1px;
}
#contents2 .con_box2::after {
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	right: -50px;
	bottom: -50px;
	background-color: #e6e3e1;
	width: 1px;
	height: 100px;
}

#contents3 .con_box {
  position: relative;
  border: solid 1px #e6e3e1;
  background-color: #fff;
}
#contents3 .con_box::before,
#contents3 .con_box::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
#contents3 .con_box::before {
  top: -1px;
  bottom: -1px;
  left: 80px;
  right: 80px;
}
#contents3 .con_box::after {
  top: 80px;
  bottom: 80px;
  left: -1px;
  right: -1px;
}
#contents3 .con_box2 {
  position: relative;
  z-index: 1;
}
#contents3_wrap:before {  background-position: 50% 59%;}
#top_cms.back1:before { z-index: -1;}

@media screen and (max-width: 1050px){
#top_cms .cms_1-e .cate_box{ justify-content: flex-start;}
#top_cms .cms_1-e .box_title1{width: 100%!important;    margin-bottom: 15px;}
#top_cms .cms_2-c .box_item{width: 100%!important;} 
}

#info_contact .con_title .hannari{font-family: 'futura_pt'}
#footer .con_box h2{font-family: 'futura_pt';  font-size: 40px;}


/*--------下層--------*/
#page_title .page_title_box{background-color: rgba(176,176,174,0.85);    padding: 25px 35px 25px 35px;}

#cms_1-e .box_item .box_item figure {
    width: -webkit-calc(33.333% - 10px);
    width: calc(33.333% - 10px);
}
#cms_2-c .cate_box:nth-of-type(even){margin-top:100px;}
#cms_3-c .cate_title{
	position: relative;
	overflow: hidden;
	padding: .3em;
}
#cms_3-c .cate_title::before,
#cms_3-c .cate_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
#cms_3-c .cate_title:before{
	border-bottom: 2px solid #d7d7d6;
	width: 100%;
}
#cms_3-c .cate_title:after{
	border-bottom: 2px solid #f3f2f1;
	width: 100%;
}
#cms_3-c .box_item .box_txt1{padding: 5px 20px!important;}


#cms_6-c .circle,#cms_6-c .arrow { display: none;}

@media screen and (min-width: 769px){
#cms_6-c .cate_box:nth-of-type(odd){
background-color: rgba(250,249,249,0.5);  
width: 80%;
}
#cms_6-c .cate_box:nth-of-type(even){
background-color: rgba(250,249,249,0.5);   
    width: 80%;
    margin-left: auto;
}
}
#cms_6-c .cate_box {
  position: relative;
  border: solid 1px #8a7f79;
  background-color: #fcfcfc;
}
#cms_6-c .cate_box::before,
#cms_6-c .cate_box::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fcfcfc;
}
#cms_6-c .cate_box::before {
  top: -1px;
  bottom: -1px;
  left: 40px;
  right: 40px;
}
#cms_6-c .cate_box::after {
  top: 40px;
  bottom: 40px;
  left: -1px;
  right: -1px;
}
#cms_6-c .cate_box2 {
  position: relative;
  z-index: 1;
}
#page8 #contact_tel{margin: 0 30px 0 0;}
#page8 #contact_line{margin: 0;}
#page8 #contact_tel a span:before {
    content: '';
    display: block;
	position: absolute;
    width: 1px;
    height: 100%;
	top: 0;
    left: 0;
    background-color: #333;
    opacity: 0.3;  
}
#page8 #contact_app a span:before {
    content: '';
    display: block;
	position: absolute;
    width: 1px;
    height: 100%;
	top: 0;
    left: 0;
    background-color: #333;
    opacity: 0.3;  
}
#page8 #contact_line a i{color:  #00b900;}
#page8 #app_ios a{    width: 200px;}
#page8 #app_and a{    width: 220px;}

@media screen and (min-width:769px) and (max-width:1615px){
#page8 #contact_tel{    margin: 0px 0 20px 0;}
#page8 #app_ios a { width: 180px;}
#page8 #app_and a { width: 195px;}
}

#page10{ font-family: 'futura_pt';}


.nav_menu_more:first-of-type a .icon:before{content: "\f879";}
#nav_menu .mg_b-50px h2,#nav_menu .mg_b-50px .nav_menu_more:last-of-type{display:none;}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
#video{margin-bottom:-9px;}
#intro_wrap {
    background-size: 61%;
    background-position: -42% 0%;
}
#contents1_wrap{align-items: center;}
#contents2 .con_box { padding-top: 30px;}
#contents3_wrap:before { background-image: url(./Dup/img/con3_tb.jpg)!important;}
#top_cms .cms_2-c .box_item:nth-of-type(2){padding:30px}
#cms_6-c .cate_box { margin-bottom: 50px;}

#cms_2-c .cate_box:nth-of-type(even) { margin-top: 50px;}
#page8 #contact_tel {margin: 0 0 10px 0;}
}



/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
#intro h3{font-size: 5.5vw;}
#footer .con_box h2{display:none;}
#top_cms .cms_2-c figure{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

#intro_wrap {
    background-size: 100%;
    background-position: -42% 0%;
    background-position: -10em 24em;
}
#contents1 .con_box,#contents2 .con_box { padding: 20px;}
#contents2 .con_box2::before,#contents2 .con_box2::after { right: -25px;}
#top_cms .cms_2-c .box_item:nth-of-type(2){
background-color: #b0b0ae;
    margin-top: -45px;
    position: relative;
}
#top_cms .cms_2-c .box_item:nth-of-type(2) .box_txt1{color:#fff;}
#contents3_wrap:before { background-image: url(./Dup/img/con3_sp.jpg)!important;background-position: 50% 50%;}
#page8 #contact_tel a,#page8 #contact_line a{font-size:5.7vw;padding: 10% 3%;}
}



/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
.linkStyle{text-decoration: underline;}
#page8 #contact_tel a,#page8 #contact_line a{padding:33px 10px 27px 10px;}
#page8 #contact_tel a span::before,#page8 #contact_line a span::before{height:85%;}
}