@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}

body {
    line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul ,li{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* clearfix */
 
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

span, a, strong, small{
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }
*{ box-sizing: border-box; }
html { font-size: 62.5%; }

body{
	font-family: Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	/*font-feature-settings: "palt";*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #141414;	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
	background: #f0f0f0;
}

.pathway{ font-family: 'Pathway Gothic One', sans-serif; font-weight: 400; }

/*** google使用フォント
font-family: 'Pathway Gothic One', sans-serif; font-weight: 400;
***/

a{ transition: .4s; }
a:hover{ opacity: .4; }
br{ line-height: inherit; }
p{ line-height: 2; letter-spacing: .025em; }
span, a, strong, small{ color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; letter-spacing: inherit; }

.wrap{ width: 960px; margin: 0 auto; position: relative; }
.row{ display: flex; justify-content: space-between; }

.linkwrap{ width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 10; }
.body-wrap{ overflow: hidden; position: relative; }

.sp{ display: none; }

.btn{ width: 24rem; height: 5.6rem; font-weight: 700; color: #c99a05; border: solid 1px; display: flex; justify-content: center; align-items: center; pointer-events: auto;}
.btn:hover{ opacity: 1; background: #c99a05; border-color: #c99a05; color: #fff; }

header{ width: 100%; display: flex; align-items: center; position: absolute; top: 4.4rem; left: 0; padding: 0 2.7rem 0 3.2rem; z-index: 10; position: fixed;
    background: #fff;
    padding: 3rem;}
header .logo{ display: block; margin-right: 4rem; }
header nav{ display: flex; width: calc(100% - 22.2rem); align-items: center; }
header nav ul.gnav{ display: flex; font-size: 1.6rem; }
header nav ul.gnav li + li{ margin-left: 2.8rem; }
header nav .btn-contact{ width: 10rem; height: 3.2rem; display: flex; justify-content: center; align-items: center; color: #c99a05; border: solid 1px; margin-left: auto; }
header nav .btn-contact:hover{ background: #c99a05; border-color: #c99a05; color: #fff; opacity: 1; }

.sec-contact{ background: #c99a05; position: relative; transform: skewY(-12.5deg); padding-top: 12rem; }
.sec-contact .inner{ height: calc(100% + 30rem); position: absolute; top: -19.5rem; right: -23rem; z-index: -1; transform: skewY(-12.5deg); overflow: hidden; }
.sec-contact .inner img{ transform: skewY(12.5deg) translateY(-2rem); }
.sec-contact .wrap{ transform: skewY(12.5deg); padding-bottom: 11.6rem; z-index: 0; }
.sec-contact .wrap:before{ content: ''; width: 50vw; height: 100%; background: #c99a05; position: absolute; top: 0; right: calc(-50vw + 48rem); z-index: -2; }
.sec-contact h2{ font-size: 4.8rem; color: #fff; text-align: center; line-height: 1; padding-bottom: 5rem; position: relative; margin-bottom: 5rem; }
.sec-contact h2:after{ content: ''; width: 2.4rem; height: 2px; background: #fff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.sec-contact h2 + p{ text-align: center; color: #fff; margin-bottom: 4.9rem; }
.sec-contact .btn-contact{ width: 72rem; height: 13.6rem; font-size: 2.4rem; font-weight: 700; color: #c99a05; background: #fff; display: flex; justify-content: center; align-items: center; margin: 0 auto; border: solid 1px #fff; }
.sec-contact .btn-contact:hover{ color: #fff; background: transparent; opacity: 1; }
.sec-contact h2.manual{margin-top: 20rem;}

footer{ background: url(../img/common/webp/bg_black.webp) #000 repeat 0 0/1280px 1280px; position: relative; padding: 6rem 0 5.6rem; }
.no-webp footer{ background-image: url(../img/common/bg_black.jpg); }
footer .totop{ position: absolute; top: .5rem; right: 0; }
footer .logo{ display: table; margin-bottom: 4.6rem; }
footer .foot-content{ justify-content: flex-start; }
footer .foot-content dl + dl{ margin-left: 9rem; }
footer .foot-content dl dt{ color: #fff; margin-bottom: 1.4rem; }
footer .foot-content dl dd{ color: #989898; font-size: 1.2rem; }
footer .foot-content dl dd > ul + ul{ margin-left: 3.6rem; }
footer .foot-content dl dd > ul li + li{ margin-top: 1rem; }
footer .foot-content dl dd > ul li .child{ margin-top: 1rem; }
footer .foot-content dl dd > ul li .child li:before{ content: '-'; margin-right: .2em; }
footer .foot-content dl dd p{ line-height: 1.8; }
footer .foot-content dl dd p + p{ margin-top: 1em; }
footer .foot-content .btn-col{ margin-left: auto; }
footer .foot-content .btn-col .btn{ width: 16rem; height: 4.8rem; }
footer .foot-content .btn-col .btn + .btn{ margin-top: 1.6rem; }
footer .copy{ display: block; color: #666; font-size: 1rem; text-align: center; margin-top: 7.5rem; }
footer .foot-content dl dd > ul li .child li.second_child{margin-left: 2rem;}


@media(max-width: 768px){
	html{ font-size: 2.66vw; }
	body{
		font-size: 1.4rem;
		font-family: Helvetica, Roboto, 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	}
	p{ line-height: 2; }

	.pc{ display: none !important; }
	.sp{ display: initial; }

	.wrap{ width: 100%; padding-left: 3.2rem; padding-right: 3.2rem; }
	.wrap.midium{ width: 100%; }
	.row{ flex-wrap: wrap; }

	.btn{ width: 100%; height: 4.8rem; }

	header{ position: static; padding: 0; }
	header .logo{ width: 13.5rem; position: absolute; top: .9rem; left: .9rem; z-index: 10; }
	header .logo img{ width: 100%; margin-top: 1.5rem;}
	header nav{ position: fixed; top: 0; right: -75%; width: 75%; height: 100%; background: #000 url(../img/common/bg_black-sp.jpg) repeat 0 0; background-size: 64rem 64rem; z-index: 9989; color: #fff; display: block; padding: 3rem 3rem 6rem; overflow-y: scroll; transition: .5s; transition-timing-function: cubic-bezier(0.77,0,0.175,1); }
	header nav.active{ right: 0; }
	header nav ul.gnav{ display: block; font-size: 1.8rem; margin-bottom: 1.8rem; }
	header nav ul.gnav li{ transition: .4s; }
	header nav ul.gnav li + li{ margin-left: 0; }
	header nav ul.gnav li a{ height: 4rem; display: block; }
	header nav .btn-contact{ width: 100%; height: 4.8rem; font-size: 1.8rem; }

	main{ position: relative; z-index: 2; }
	
	.sec-contact{ padding-top: 6rem; }
	.sec-contact .wrap{ padding-bottom: 4rem; }
	.sec-contact .wrap:before{ right: 0; width: 100%; height: calc(100% + 1px); }
	.sec-contact .inner{ right: -12rem; top: -8.4rem; }
	.sec-contact .inner img{ width: 39.4rem; max-width: none; }
	.sec-contact h2{ font-size: 3.2rem; padding-bottom: 3rem; margin-bottom: 3rem; }
	.sec-contact h2 + p{ font-size: 1.2rem; text-align: left; margin-bottom: 3rem; }
	.sec-contact .btn-contact{ width: 100%; height: 8rem; font-size: 1.6rem; }

	footer{ padding: 3rem 0 8rem; }
	footer .totop{ width: .8rem; right: 3.2rem; }
	footer .totop img{ width: 100%; }
	footer .logo{ display: block; width: 13.5rem; line-height: 0; margin-bottom: 3rem; }
	footer .logo img{ width: 100%; }
	footer .foot-content .btn-col{ order: 1; display: flex; justify-content: space-between; width: 100%; margin-bottom: 3rem; }
	footer .foot-content .btn-col .btn{ width: 15rem; height: 4rem; font-size: 1.3rem; }
	footer .foot-content .btn-col .btn + .btn{ margin-top: 0; }
	footer .foot-content dl + dl{ order: 2; margin-left: 0; }
	footer .foot-content dl dt{ font-size: 1.3rem; }
	footer .foot-content dl dd{ color: #fff; }
	footer .copy{ margin-top: 4rem; letter-spacing: 0; }

	.menu-btn{ width: /*1.5*/2.5rem; height: /*1.2*/1.8rem; position: fixed; top: 2.2rem; right: 1.6rem; z-index: 9990; }
	.menu-btn:after{ content: 'MENU'; font-family: 'Pathway Gothic One', sans-serif; font-weight: 400; font-size: 1.4rem; position: absolute; bottom: -2.4rem; left: 50%; transform: translateX(-50%); letter-spacing: 0; white-space: nowrap; }
	.menu-btn span{ width: 100%; height: 2px; background: #000; position: absolute; left: 0; transition: .6s; }
	.menu-btn span:nth-of-type(1){ top: 0; }
	.menu-btn span:nth-of-type(2){ top: 50%; transform: translateY(-50%); }
	.menu-btn span:nth-of-type(3){ bottom: 0; }
	.menu-btn.active span{ background: #fff; }
	.menu-btn.active span:nth-of-type(1){ top: 50%; transform: translateY(-50%) rotate(45deg); }
	.menu-btn.active span:nth-of-type(2){ opacity: 0; }
	.menu-btn.active span:nth-of-type(3){ bottom: 50%; transform: translateY(50%) rotate(-45deg); }

	.float-btn{ display: flex; width: 100%; position: fixed; bottom: 0; left: 0; z-index: 9970; flex-wrap: wrap; }
	.float-btn:before{ content: '▼ ご相談はこちらから ▼'; display: block; width: 100%; background: #000; color: #fff; font-size: 1rem; font-weight: bold; text-align: center; }
	.float-btn li{ width: 50%; background: #06c755; color: #FFFFFF;padding-top: 1rem;font-weight: 600;}
	.float-btn li:not(:last-of-type){ border-right: solid 1px #fff; }
	.float-btn li:nth-of-type(1){ display: none; }
	.float-btn li a{ width: 100%; height: 5rem; display: flex; justify-content: center; align-items: center; }
	.float-btn li:nth-of-type(1) span{ padding-left: 2.7rem; background: url(../img/common/icon-float01.png) no-repeat top left/2.2rem; }
	.float-btn li:nth-of-type(2) span{ padding-left: 2.6rem; background: url(../img/common/icon-float02.png) no-repeat top .5rem left/2rem; }
	.float-btn li:nth-of-type(3) span{ padding-left: 3.2rem; background: url(../img/common/icon-float03.png) no-repeat top left/2.3rem; }
/*	20250407*/
	.float-btn .graycoler{ color:#FFFFFF;  background:#ffc40a;height: 70px;padding-top: 1rem;font-weight: 600;
	}
	.line_btn{
	width: 24rem;
    height: 5.6rem;
    font-weight: 700;
    color: #c99a05;
    border: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto 2rem;
	padding: 2rem 0;
	}
	.line_btn_a{
		width:100%;
	}
    
    
    
    
    
}

   
/*20250403add マニュアルページレイアウト用*/


.btn_manual{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin:8rem auto 5rem;
}

.btn_manual a{ 
	width: 24rem; 
	height: 5.6rem; font-weight: 700;
	color: #000;
	border: solid 1px; 
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background:rgba(201, 154, 8,0.6)}
.btn-manual a:hover{ opacity: 0.4;
	border-color: #fff;
	color: #fff; }

.manual_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 2rem;
}
.manual_flex div{
	margin: 0 5rem;
}

h3.manual{
	font-size:3rem;
	margin-top:20rem;
	line-height: 1.3;
	padding: .5rem 0;
	text-align: center;
}
h3.manual:nth-of-type(2){
	margin-top: 50rem;
}
h3.manual span{font-size: 1.8rem;}
h4.manual{
	background-color: #333;
	color:#fff;
	margin: 1.5rem auto;
	padding:.8rem .5rem;
	line-height: 1.3;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.03em;
}

div.video_wrap{
	width: 100%;/*背景色を横幅いっぱいに広げる*/
	text-align: center;
	margin: auto;
	}
.manual_video{
	width: 100%;
	max-width: 300px;}

	.sec-intro .line.row .line_btn a{
        width: 24rem;
        height: 5.6rem;
        font-weight: 700;
        color: #c99a05;
        border: solid 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2rem 0;
        font-size: 2.5rem;
	}
div.video_wrap img{
    max-width: 300px;
}

/*ボタン*/
.btn_new {
    font-weight: 700;
    color: #c99a05;
    border: solid 1px;
    display: inline-block;
    margin: 4rem 0.5rem 0;
    padding: 1.3rem 3rem;
}
.btn_new:hover{ opacity: 1; background: #c99a05; border-color: #c99a05; color: #fff; }

.btn_new_subfirst {
    width: 100%;
    height: 5rem;
    font-weight: 700;
    color: #c99a05;
    border: solid 1px;
    display: inline-block;
    margin: 0 0.5rem 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.btn_new_sub {
    width: 100%;
    height: 5rem;
    font-weight: 700;
    color: #c99a05;
    border: solid 1px;
    display: inline-block;
    margin: 1rem 0.5rem 0;
    padding: 1.3rem 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
}


.btn_new_subfirst:hover,
    .btn_new_sub:hover{ opacity: 1; background: #c99a05; border-color: #c99a05; color: #fff; }

/*ボタン*/

@media screen and (max-width:768px) {
	
	.sec-contact h2.manual{
		margin-top: 3rem;
	}
	
	.btn_manual{
	display: block;
	margin:15vw auto;
}
	.btn_manual a{
		width:100%;
		margin: 2rem 0 1.5rem
	}
	.btn_manual a + a{
		margin-top:0;
	}
	
	.btn-manual a:active{ opacity: 0.4;
	border-color: #fff;
	color: #fff; }
	
	.manual_flex{
	display: block;
	margin: 0;
}

	h3.manual{
	font-size:3rem;
	letter-spacing: 0;
		text-align: center;
		margin-top:80vw;
}
	h4.manual{
	margin-top:10vw;
	}
	.manual_flex div{
		display: block;
		width:100%;
		margin: 0;
}
    
    .sec-intro .line.row .line_btn a{
        font-size: 1.3rem; 
        border: none;
    }
  
    
    /*ボタン*/
    .btn_new_subfirst,
    .btn_new_sub{
        height: 4rem;
        font-size: 1.2rem;
    }

    
    
    
}

.l-container {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  padding: 10rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 5rem 2rem;
  }
}


.c-catlist {
  border-top: 0.1rem solid #000;
}
.c-catlist__item {
  border-bottom: 0.1rem solid #000;
}
.c-catlist__link {
  display: flex;
  gap: 0 2rem;
  padding: 2rem 0;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  .c-catlist__link {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
.c-catlist__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-catlist__date {
    display: block;
  }
}
.c-catlist__tax {
  background: #ca9b05;
  color: #ffffff;
  text-align: center;
  width: 10rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-catlist__title {
    display: block;
    width: 100%;
  }
}
.l-page section.default h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}

.l-pagetitle.default {
  color: var(--main);
}

.l-pagetitle.gray-light {
  color: var(--main);
}

.l-pagetitle.main-light {
  color: var(--main);
}

.l-pagetitle.main {
  color: var(--white);
}

.l-page {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.l-page section .inner > * + * {
  margin-top: 4rem;
}
.l-page strong {
  font-weight: 600;
}
.l-page .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: left;
}
.l-page .center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: center;
}
.l-page .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: right;
}
.l-page small {
  font-size: 1.3rem;
  line-height: 1.7;
  display: inline-block;
}
.l-page img {
  max-width: 90rem;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  
     object-fit: cover;
}
.l-page img.no-trim {
  aspect-ratio: auto !important;
}
.l-page .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}
img:is([sizes="auto" i], [sizes^="auto," i]){
    contain-intrinsic-size:auto 287px!important;

    
}
.l-page .flex .col-1 img.img_width{
    height: 600px;
}
@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem;
  }
}
.l-page .flex .col-1 {
  width: 100%;
}
.l-page .flex .col-1 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-1 > * + * {
    margin-top: 1.6rem;
  }
}
.l-page .flex .col-1 img {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-1 img {
    aspect-ratio: 3/2;
  }
}
.l-page .flex .col-2 {
  width: calc((100% - 5rem) / 2);
}
.l-page .flex .col-2 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-2 > * + * {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-2 {
    width: 100%;
  }
}
.l-page .flex .col-3 {
  width: calc((100% - 10rem) / 3);
}
.l-page .flex .col-3 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-3 > * + * {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-3 {
    width: 100%;
  }
}
.l-page .flex.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-page .table-wrap {
    overflow-x: scroll;
  }
}
.l-page section.default + section.default {
  margin-top: -8rem;
}
.l-page section.default .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 2rem 4rem 8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.default h1 {
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  font-size: 3.4rem;
  letter-spacing: 0.16rem;
	 font-weight: 500;
	
}
.l-page section.default h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.default h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-page section.default h2 {
  background-color: var(--color01);
  color: var(--white);
  text-align: center;
  line-height: 1.6;
  padding: 1rem 2rem;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem;
  }
	.l-page section.default h1 {
  	font-size: 2.8rem;
	font-weight:300;
	
}
}
.l-page section.default h2 + p,
.l-page section.default h2 + h3,
.l-page section.default h2 + h4,
.l-page section.default h2 + h5,
.l-page section.default h2 + h6,
.l-page section.default h2 + ol,
.l-page section.default h2 + ul,
.l-page section.default h2 + table,
.l-page section.default h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.default h3 {
  color: var(--color01);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--color01);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.default h3 {
    font-size: 2rem;
  }
}
.l-page section.default h4 {
  background: #ffffffe0;
  color: var(--color01);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem;
  }
}
.l-page section.default h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h5 {
    font-size: 1.4rem;
  }
}
.l-page section.default h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.default h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h6 {
    font-size: 1.2rem;
  }
}
.l-page section.default .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.default .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--color01);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.default ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--white);
  background: var(--b-0-b-0-a-5);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.default ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.default ol.flow {
  counter-reset: list;
}
.l-page section.default ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li div {
    width: 100%;
  }
}
.l-page section.default ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--color01);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ol.flow li div.full {
  width: 100%;
}
.l-page section.default ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.default ol.flow li:not(:nth-child(1)),
.l-page section.default ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li div {
    width: 100%;
  }
}
.l-page section.default ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ul.flow li:not(:nth-child(1)),
.l-page section.default ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--color01);
}
.l-page section.default ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.default ul.check {
  list-style-type: none;
}
.l-page section.default ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--color01);
  border-bottom: 0.3rem solid var(--color01);
  transform: rotate(-45deg);
}
.l-page section.default ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.default dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.default dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.default dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.default table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.default table.border--none th,
.l-page section.default table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th,
  .l-page section.default table.border--none td {
    padding: 2rem;
  }
}
.l-page section.default table.border--none th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.default table.border--none th.w10,
.l-page section.default table.border--none td.w10 {
  width: 10%;
}
.l-page section.default table.border--none th.w20,
.l-page section.default table.border--none td.w20 {
  width: 20%;
}
.l-page section.default table.border--none th.w30,
.l-page section.default table.border--none td.w30 {
  width: 30%;
}
.l-page section.default table.border--none th.w40,
.l-page section.default table.border--none td.w40 {
  width: 40%;
}
.l-page section.default table.border--none th.w50,
.l-page section.default table.border--none td.w50 {
  width: 50%;
}
.l-page section.default table.border--none th.w60,
.l-page section.default table.border--none td.w60 {
  width: 60%;
}
.l-page section.default table.border--none th.w70,
.l-page section.default table.border--none td.w70 {
  width: 70%;
}
.l-page section.default table.border--none th.w80,
.l-page section.default table.border--none td.w80 {
  width: 80%;
}
.l-page section.default table.border--none th.w90,
.l-page section.default table.border--none td.w90 {
  width: 90%;
}
.l-page section.default table.border--none th.main,
.l-page section.default table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.default table.border--none th.main-light,
.l-page section.default table.border--none td.main-light {
  background: var(--b-0-b-0-a-5);
}
.l-page section.default table.border--none th.gray-light,
.l-page section.default table.border--none td.gray-light {
  background: var(--gray-light);
}
.l-page section.default table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.default table.border th,
.l-page section.default table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border th,
  .l-page section.default table.border td {
    padding: 2rem;
  }
}
.l-page section.default table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
  font-weight: 300;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.default table.border th.w10,
.l-page section.default table.border td.w10 {
  width: 10%;
}
.l-page section.default table.border th.w20,
.l-page section.default table.border td.w20 {
  width: 20%;
}
.l-page section.default table.border th.w30,
.l-page section.default table.border td.w30 {
  width: 30%;
}
.l-page section.default table.border th.w40,
.l-page section.default table.border td.w40 {
  width: 40%;
}
.l-page section.default table.border th.w50,
.l-page section.default table.border td.w50 {
  width: 50%;
}
.l-page section.default table.border th.w60,
.l-page section.default table.border td.w60 {
  width: 60%;
}
.l-page section.default table.border th.w70,
.l-page section.default table.border td.w70 {
  width: 70%;
}
.l-page section.default table.border th.w80,
.l-page section.default table.border td.w80 {
  width: 80%;
}
.l-page section.default table.border th.w90,
.l-page section.default table.border td.w90 {
  width: 90%;
}
.l-page section.default table.border th.main,
.l-page section.default table.border td.main {
  background: var(--color01);
  color: var(--white);
}
.l-page section.default table.border th.main-light,
.l-page section.default table.border td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border th.gray-light,
.l-page section.default table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.default table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
}
.l-page section.default table.border--plane th,
.l-page section.default table.border--plane td {
  vertical-align: middle;
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
.l-page section.default table.border--plane th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.default table.border--plane th.w10,
.l-page section.default table.border--plane td.w10 {
  width: 10%;
}
.l-page section.default table.border--plane th.w20,
.l-page section.default table.border--plane td.w20 {
  width: 20%;
}
.l-page section.default table.border--plane th.w30,
.l-page section.default table.border--plane td.w30 {
  width: 30%;
}
.l-page section.default table.border--plane th.w40,
.l-page section.default table.border--plane td.w40 {
  width: 40%;
}
.l-page section.default table.border--plane th.w50,
.l-page section.default table.border--plane td.w50 {
  width: 50%;
}
.l-page section.default table.border--plane th.w60,
.l-page section.default table.border--plane td.w60 {
  width: 60%;
}
.l-page section.default table.border--plane th.w70,
.l-page section.default table.border--plane td.w70 {
  width: 70%;
}
.l-page section.default table.border--plane th.w80,
.l-page section.default table.border--plane td.w80 {
  width: 80%;
}
.l-page section.default table.border--plane th.w90,
.l-page section.default table.border--plane td.w90 {
  width: 90%;
}
.l-page section.default table.border--plane th.main,
.l-page section.default table.border--plane td.main {
  color: var(--color01);
  background-color: var(--e-2-e-7-dd);
}
.l-page section.default table.border--plane th.main-light,
.l-page section.default table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border--plane th.gray-light,
.l-page section.default table.border--plane td.gray-light {
  background-color: var(--b-0-b-0-a-5);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.p-information__news {
	width:45rem;
	margin:0 auto 13rem;
}
.p-information__news a {
    border-radius: 10rem;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 2.4rem;
    padding: 1.6rem 6rem 1.6rem 4rem;
}
.p-information__news .date
 {
    color:#ca9b05;
    font-size: 1.3rem;
    line-height: 1.73;
    letter-spacing: 0.1em;
    background: url(../img/common/p-information-news-date.svg) no-repeat center left / 1.6rem auto;
    padding: 0 0 0 2.4rem;
    white-space: nowrap;
}
.p-information__news .post {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 1.73;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .p-information__news a {
        border-radius: 20rem;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        gap: 0.8rem;
        padding: 0.8rem;
        background-image: none;
    }
	    .p-information__news .date {
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
	.p-information__news {
	width:100%;
	margin:0 auto 70px;
		padding: 0 1rem;
}
}
.mv{ height: 59.6rem; padding-top: 17.2rem; }
.mv h1{ height: 18.3rem; display: flex; align-items: flex-end; background-repeat: no-repeat; background-position: top left; background-size: auto 13.4rem; font-size: 2rem; line-height: 1; letter-spacing: .4em; position: relative; z-index: 1; }
.mv .mv-img{ max-width: none; position: absolute; top: 0; right: -34.5rem; opacity: 0.75; }

.mv + .skew{ height: 12rem; background: #000 url(../img/common/webp/bg_black.webp) repeat 0 0; background-size: 1280px 1280px; transform: skewY(12.5deg) translateZ(0); position: relative; overflow: hidden; margin-top: -1.6rem; margin-bottom: 1rem; }
.no-webp .mv + .skew{ background-image: url(../imgs/common/bg_black.jpg); }
.mv + .skew .mv-img{ transform: skewY(-12.5deg); position: absolute; top: -60.3rem; right: -33.5rem; -webkit-filter: invert(100%); filter: invert(100%); mix-blend-mode: difference; }
.mv + .skew .pankuzu{ transform: skewY(-12.5deg); color: #fff; margin-top: -4rem; }
.mv + .skew .pankuzu li{ display: inline-block; font-size: 1.2rem; }
.mv + .skew .pankuzu li:not(:last-of-type):after{ content: '-'; margin-left: .4em; }

main{ font-feature-settings: "palt"; }
main p{ letter-spacing: .1em; }

h2.general{ font-size: 5.6rem; font-family: 'Pathway Gothic One', sans-serif; font-weight: 400; line-height: 1; letter-spacing: 0.05em; padding-bottom: 4.8rem; position: relative; margin-bottom: 6rem; }
h2.general small{color: #c99a05;font-size: 2.5rem;font-weight: 700;}
h2.general:after{ content: ''; width: 2.4rem; height: .2rem; background: #000; position: absolute; bottom: 0; left: 0; }
h2.general.right{ text-align: right; }
h2.general.right:after{ left: auto; right: 0; }

h2.border{ font-size: 3.2rem; line-height: 1.5; padding-top: 8rem; position: relative; margin-bottom: 2.5rem; }
h2.border:before{ content: ''; width: 2.4rem; height: 2px; background: #000; position: absolute; top: 0; left: 0; }

.sec-contact{ margin-top: 20rem; }

p.red{color: red;font-weight: bold;}

/*グロナビ*/
.has-dropdown {
  position: relative;
}
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  z-index: 9999;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown li {
  position: relative;
    font-size: 1.3rem;
}
.dropdown li + li {
    margin-left: 0!important;
}
.dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}
.dropdown li a:hover {
  background: #f2f2f2;
}

/* 2階層目 */
.has-subdropdown:hover .subdropdown {
  display: block;
}
.subdropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  min-width: 200px;
  z-index: 1100;
}
.subdropdown li a {
  padding: 10px 15px;
  color: #333;
  white-space: nowrap;
}
.subdropdown li a:hover {
  background-color: #f2f2f2;
}
/*グロナビ*/



@media(max-width: 768px){
	.mv{ height: 30.4rem; padding-top: 9.4rem; }
	.mv h1{ background-size: auto 5.5rem; height: 8.1rem; font-size: 1.2rem; }
	.mv .mv-img{ width: 45.8rem; max-width: none; right: -14.5rem; }

	.mv + .skew{ height: 6rem; margin-top: -2rem; margin-bottom: 2rem; }
	.mv + .skew .mv-img{ width: 45.8rem; max-width: none; top: -30.6rem; right: -14.6rem; }
	.mv + .skew .pankuzu{ display: none; }

	main section .pankuzu{ margin-bottom: 4rem; }
	main section .pankuzu li{ font-size: 1rem; display: inline-block; }
	main section .pankuzu li:not(:last-of-type):after{ content: '-'; margin-left: .4rem; }

	h2.general{ font-size: 3.2rem; padding-bottom: 3rem; margin-bottom: 3rem; line-height: 1; }
	h2.general:after{ width: 1.6rem; }
	h2.general small{font-size: 2rem;}

	h2.border{ font-size: 1.8rem; padding-top: 5rem; margin-bottom: 1.55rem; }
	h2.border:before{ width: 1.6rem; }

	.sec-contact{ margin-top: 8rem; }
    
      /*グロナビ*/    
    
    .dropdown {
    display: block;
    position: relative;
    background: none;
        
    }
    .dropdown li a{
        height: 3.5rem!important;
        padding: 0;
        padding-left: 2rem;
        color: #efefef;
    }
    .dropdown li a:before {
        content: ">";
        padding-right: 1rem;
        
    }
    
    .subdropdown {
        display: block;
        position: relative;
        background: none;
        padding-left: 2rem;
        left: 0;
    } 
    .subdropdown li a {
        color: #c9caca;
    }
    .subdropdown li a:before {
        content: ">>";
        padding-right: 1rem;
        
    }
/*グロナビ*/    
    
    
    
}
.mv h1{ background-image: url(../img/service/index/webp/mv-txt01.webp); }
.no-webp .mv h1{ background-image: url(../img/service/index/mv-txt01.png); }
.mv + .skew .mv-img{ top: -63.3rem; }

h3.vertical{ -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 4.2rem; position: absolute; top: 20rem; right: 8.4rem; white-space: nowrap; letter-spacing: .1em; }

.sec-service{ z-index: 1; margin-bottom: 30rem; }
.sec-service .item-kanji{ position: absolute; top: -13rem; left: -18rem; z-index: -1; }
.sec-service .service-list{ display: flex; justify-content: space-between; width: 100rem; margin: 10rem 0 16rem -2rem; padding-bottom: 10rem; position: relative; z-index: 0; counter-reset: service; }
.sec-service .service-list:before{ content: ''; width: 100vw; height: calc(100% - 9rem); background: #fff; position: absolute; bottom: 0; left: calc(-50vw + 50rem); z-index: -1; }
.sec-service .service-list li{ width: 21rem; }
.sec-service .service-list li img{ display: block; width: 100%; margin-bottom: 2.5rem; }
.sec-service .service-list li p.head{ font-size: 1.6rem; font-weight: 700; text-align: center; margin-bottom: 2.6rem; }
.sec-service .service-list li p.head:before{ counter-increment: service; content: counter(service,decimal-leading-zero); font-size: 3.6rem; font-family: 'Pathway Gothic One', sans-serif; font-weight: 400; display: block; line-height: 1; text-align: center; margin-bottom: 2rem; }
.sec-service .service-list li .btn{ width: 100%; height: 5rem; }

.sec-service .service-detail{ counter-reset: detail;  }
.sec-service .service-detail li{ position: relative; }
.sec-service .service-detail li + li{ margin-top: 22rem; }
.sec-service .service-detail li .item01{ position: absolute; }
.sec-service .service-detail li:nth-of-type(1) .item01{ top: -6rem; left: -15rem; }
.sec-service .service-detail li:nth-of-type(2) .item01{ top: -7rem; right: -15rem; }
.sec-service .service-detail li:nth-of-type(3) .item01{ top: -7rem; left: -18rem; }
.sec-service .service-detail li:nth-of-type(4) .item01{ top: -7rem; right: -15rem; }
.sec-service .service-detail li .txt{ width: 50%; position: relative; z-index: 0; }
.sec-service .service-detail li:nth-of-type(odd) .txt{ margin-left: auto; }
.sec-service .service-detail li:nth-of-type(1) .txt:before{ content: ''; width: 40rem; height: 48.8rem; background: url(../img/service/index/webp/kanji01.webp) no-repeat center/contain; position: absolute; top: -12.5rem; right: -16rem; z-index: -1; }
.sec-service .service-detail li:nth-of-type(2) .txt:before{ content: ''; width: 40rem; height: 47.7rem; background: url(../img/service/index/webp/kanji02.webp) no-repeat center/contain; position: absolute; top: -14.5rem; left: -16rem; z-index: -1; }
.sec-service .service-detail li:nth-of-type(3) .txt:before{ content: ''; width: 44rem; height: 43.5rem; background: url(../img/service/index/webp/kanji03.webp) no-repeat center/contain; position: absolute; top: -12.5rem; right: -21rem; z-index: -1; }
.sec-service .service-detail li:nth-of-type(4) .txt:before{ content: ''; width: 50rem; height: 42.8rem; background: url(../img/service/index/webp/kanji04.webp) no-repeat center/contain; position: absolute; top: -11.5rem; left: -17rem; z-index: -1; }
.no-webp .sec-service .service-detail li:nth-of-type(1) .txt:before{ background-image: url(../img/service/index/kanji01.png); }
.no-webp .sec-service .service-detail li:nth-of-type(2) .txt:before{ background-image: url(../imgs/service/index/kanji02.png); }
.no-webp .sec-service .service-detail li:nth-of-type(3) .txt:before{ background-image: url(../img/service/index/kanji03.png); }
.no-webp .sec-service .service-detail li:nth-of-type(4) .txt:before{ background-image: url(../img/service/index/kanji04.png); }
.sec-service .service-detail li .txt h3{ font-size: 3.2rem; text-align: center; position: relative; padding-bottom: 3rem; margin-bottom: 4.6rem; }
.sec-service .service-detail li .txt h3:before{ counter-increment: detail; content: counter(detail,decimal-leading-zero); font-size: 5.6rem; font-family: 'Pathway Gothic One', sans-serif; font-weight: 400; display: block; line-height: 1; text-align: center; margin-bottom: 2rem; }
.sec-service .service-detail li .txt h3:after{ content: ''; width: 2.4rem; height: 2px; background: #000; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.sec-service .service-detail li .txt p{ line-height: 1.8; }
.sec-service .service-detail li .txt a.btn{ margin: 4rem auto 0; width: 21rem; height: 5rem; }


/*** 02 ***/

.mv.common .mv-img{ right: -21.5rem; }
.mv.common + .skew .mv-img{ right: -22rem; top: -60.3rem; }

.sec-common .item-kanji{ position: absolute; top: -17rem; left: -21rem; z-index: -1; }
.sec-common h2{ font-size: 4.4rem; }
.sec-common h3{ font-size: 2.4rem; margin: 7rem 0 2rem; }
.sec-common .txt-row p{ width: 46rem; }
.sec-common .row.half .content{ width: 46rem; }
.sec-common .row.half .content p + p{ margin-top: 1.6em; }
.sec-common ul.round li{ font-size: 1.6rem; padding-left: 1.2em; position: relative; } 
.sec-common ul.round li:before{ content: '○'; position: absolute; left: 0; }
.sec-common ul.round li + li{ margin-top: 1.4rem; }
.sec-common ul.round li strong{ font-weight: 700; color: #c7990a; }
.sec-common img.item01{ display: block; margin: 4rem 0; }
.sec-common p.catch{ font-size: 2.4rem; font-weight: 700; margin: 6rem 0 8rem; }
.sec-common p.catch strong{ color: #c7990a; }
.sec-common .consultation{ border: solid 1px #c7990a; background: #fff; }
.sec-common .consultation dt{ font-size: 2.2rem; font-weight: 700; color: #fff; background: #c7990a; text-align: center; padding: .2em 0; }
.sec-common .consultation dd{ padding: 4.5rem; }
.sec-common .consultation dd ul{ display: table; margin: 0 auto; }
.sec-common .consultation dd ul li{ font-size: 1.8rem; font-weight: 700; padding-left: 4rem; background: url(../imgs/service/2/icon-check01.png) no-repeat left top/2.6rem; font-feature-settings: "palt"; }
.sec-common .consultation dd ul li + li{ margin-top: 2rem; }
.sec-common .consultation dd ul li a{ padding-right: 3.1rem; background: url(../img/service/2/icon-blank01.png) no-repeat right center/2.35rem; }

section.ttl-border{ margin: 10rem auto; background: #fff; padding-bottom: 6rem; }
section.ttl-border > h3{ font-size: 1.4rem; height: 16.4rem; background: url(../img/common/bg-border01.png) repeat center/.5rem; display: flex; justify-content: center; align-items: center; margin-bottom: 6rem; }
section.ttl-border > h3 span{ display: block; text-align: center; }
section.ttl-border > h3 span:before{ content: attr(data-en); display: block; font-size: 5.6rem; font-family: 'Pathway Gothic One', sans-serif; font-weight: 400; line-height: 1; margin-bottom: 1rem; }
section.ttl-border > h4{ font-size: 2.4rem; font-weight: 700; text-align: center; position: relative; padding-bottom: 2.2rem; margin-bottom: 2.6rem; } 
section.ttl-border > h4:after{ content: ''; width: 2.4rem; height: 2px; background: #000; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
section.ttl-border .line-link{ display: table; line-height: 0; margin: 0 auto 6rem; }
section.ttl-border .line-link + small{ display: block; text-align: center; }

.sec-menu ol{ display: flex; flex-wrap: wrap; padding: 0 6.4rem; counter-reset: menu; }
.sec-menu ol li{ width: 25rem; margin-right: 4rem; position: relative; }
.sec-menu ol li:nth-of-type(3n){ margin-right: 0; }
.sec-menu ol li:before{ counter-increment: menu; content: counter(menu,decimal-leading-zero); font-size: 1.6rem; font-family: 'Pathway Gothic One', sans-serif; letter-spacing: 0.025em; line-height: 1; color: #ccc; position: absolute; top: 0; left: 0; }
.sec-menu ol li img{ display: block; margin: 0 auto; }
.sec-menu ol li img + span{ color: #fff; font-size: 1.2rem; line-height: 2.6rem; letter-spacing: 0.025em; height: 2.4rem; display: table; background: #c99a05; padding: 0 8px; margin: 4.4rem auto 2rem; }
.sec-menu ol li h4{ font-size: 1.8rem; text-align: center; letter-spacing: 0.025em; line-height: 1.5; min-height: 5.4rem; width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 2.8rem; }

.sec-price .price-list{ display: block; margin: 0 auto 4rem; }
.sec-price .btn{ margin: 0 auto 8rem; }
.sec-price p{ margin-bottom: 6.4rem; text-align: center; }


/*** 03 ***/

.white-wrap{ background: #fff; padding: 3.8rem 5rem 2.6rem; margin: 8rem auto 5rem; }
.white-wrap + .white-wrap{ margin-top: 5rem; }
.white-wrap h4{ font-size: 1.8rem; color: #c7990a; border-bottom: solid 1px; margin-bottom: 2rem; padding-bottom: .2em; }
.white-wrap h5{ font-size: 1.6rem; margin-bottom: 1.2rem; }
.white-wrap p + h5{ margin-top: 2.4rem; padding-top: 2.2rem; border-top: dotted 2px #c7990a; }
.white-wrap p strong{ font-weight: 700; }


/*** 04 ***/

.service04 h2{ margin-bottom: 5.8rem; }
.sec-common .side-img{ display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12rem; }
.sec-common .side-img .content{ width: 46rem; }
.sec-common .side-img .content h3{ margin-top: 0; }
.sec-common .side-img .content ul.round{ margin: 4rem 0; }
.sec-common .side-img .content p + p{ margin-top: 1.6em; }
.sec-common .side-img .content p.mt{ margin-top: 11.6rem; }
.sec-common .side-img .content p strong{ font-weight: 700; }

.sec-price p.bold{ font-weight: 700; font-size: 1.8rem; text-align: center; }


    .sec-casearea picture.img_yama{
        position: absolute;
        top:-14rem;
        left: 0;
        opacity: 0.4;
    }
    .sec-casearea p{
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    .sec-casearea h2{
    }
    .sec-casearea h3{
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        font-size: 2.7rem;
        position: static;
        line-height: 1.6;
        margin:5rem 0 1.6rem;
        font-weight: bold;
    }

    .sec-casearea h4{
        font-size:1.8rem;
        color: #ff4700;
        font-weight: 900;
        position: relative;
        margin: 5rem 1rem 1rem 2rem;
    }
    .sec-casearea h4:before {
        content: 'ー';
        position: absolute;
        left: -1.2em;
        font-weight: 300;
    }
    .sec-casearea strong{
        font-weight: bold;
        background: linear-gradient(transparent 75%, #ffe800 75%);
    }

    .sec-casearea ul.list-design {
      list-style: none;
      padding: 0 .8em .5em;
      position: relative;
        margin-bottom: 2rem;
    }
    .sec-casearea ul.list-design li {
      margin-top: 10px;
      padding: .5em .5em 0 2em;
        display: table;
        color: #000000;
        font-weight: 600;
    }
    .sec-casearea ul.list-design li:before {
      color: #000000;
      content: "\f192";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      left : 1em;
      margin: 0 0 1rem 0.5rem;
      position: absolute;
    }

    .sec-casearea ul.checklist-design {
      list-style: none;
      padding: 0 .8em .5em;
      position: relative;
        margin-bottom: 2rem;
    }
    .sec-casearea ul.checklist-design li {
      border-bottom: 1px solid #004D80;
      margin-top: 10px;
      padding: .5em 0 .5em 2em;
        font-weight: 600;
    }
    .sec-casearea ul.checklist-design li:before {
      color: #004D80;
      content: "\f14a";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      left : 1em;
      margin: 0 0 1rem 0.5rem;
      position: absolute;
    }

    .sec-casearea ul.checklist-design-number {
      list-style: none;
      padding: 0 .8em .5em;
      position: relative;
        margin-bottom: 2rem;
    }
    .sec-casearea ul.checklist-design-number li {
      border-bottom: 1px solid #004D80;
      margin-top: 10px;
      padding: .5em 0 .5em 0.7rem;
        font-weight: 600;
    }
    .sec-casearea ul.checklist-design-number li::first-letter {
      color: #004D80;
        font-size: 2rem;
}





#bg-green{
    position: relative;
    z-index: 0;
    background: #004d60;
        margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 5rem;
}
#bg-green .inner{
    width: 1000px;
    margin: 0 auto;
}
#bg-green .inner h2{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
#bg-green .inner h2,
#bg-green .inner p{
    color: #FFFFFF;
    text-align: center;
}
#bg-green .inner > ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 4rem;}
#bg-green .inner > ul li{ background-color: #fff; width: 435px; height: 90px; margin-top: 30px; display: flex; align-items: center; justify-content: center; background-size: 57px; background-repeat: no-repeat; background-position: top 50% left 32px; padding-left: 30px; position: relative; transition: .3s; }
#bg-green .inner > ul li:hover{ color: #fff; background-color: #ff4700; }
#bg-green .inner > ul li:nth-of-type(1){ width: 100%; margin-top: 0; background-image: url(../img/common/icon-contact01.png); }
#bg-green .inner > ul li:nth-of-type(2){ background-image: url(../img/common/icon-contact02.png); }
#bg-green .inner > ul li:nth-of-type(3){ background-image: url(../img/common/icon-contact03.png); }
#bg-green .inner > ul li:not(:nth-of-type(1)):after{ content: ''; width: 16px; height: 30px; background-image: url(../img/arrow-next01.png); background-repeat: no-repeat; background-size: contain; position: absolute; top: 50%; right: 25px; transform: translateY(-50%); transition: .3s; }
#bg-green .inner > ul li:not(:nth-of-type(1)):hover:after{ background-image: url(../img/arrow-next01-on.png); }
#bg-green .inner > ul li p{ font-size: 18px; font-weight: 700; transition: .3s; color: #004d60;}
#bg-green .inner > ul li:hover p{ color: #fff; }
#bg-green .inner > ul li p span{ color: #ff4700; margin: 0 2em; transition: .3s; }
#bg-green .inner > ul li:hover p span{ color: #fff; }
#bg-green .inner > ul li p small{ font-size: 12px; font-weight: 300; vertical-align: middle; }









@media(max-width: 768px){
	.mv .mv-img{ right: -17rem; }

	.mv + .skew .mv-img{ top: -32.6rem; right: -17.6rem; }

	.sec-service .item-kanji{ width: 32.3rem; top: -8rem; left: -9rem; }

	.sec-service{ margin-bottom: 8rem; }
	.sec-service h2 + p{ font-size: 1.4rem; }	
	.sec-service .service-list{ width: 100%; margin: 2.8rem 0 0; flex-wrap: wrap; padding-bottom: 6rem; }
	.sec-service .service-list:before{ left: -3.2rem; height: calc(100% - 5rem); }
	.sec-service .service-list li{ width: 14.55rem; }
	.sec-service .service-list li:nth-of-type(n+3){ margin-top: 2.4rem; }
	.sec-service .service-list li img{ width: calc(100% - 1rem); margin: 0 auto 1.5rem; }
	.sec-service .service-list li p.head{ font-size: 1.2rem; margin-bottom: 1.4rem; }
	.sec-service .service-list li p.head:before{ font-size: 2.8rem; margin-bottom: 1rem; }
	.sec-service .service-list li .btn{ height: 4rem; font-size: 1.2rem; }
	
	.sec-service .service-detail li + li{ margin-top: 4rem; }
	.sec-service .service-detail li .item01{ position: static; width: 100%; }
	.sec-service .service-detail li .txt{ width: 100%; }
	.sec-service .service-detail li:nth-of-type(1) .txt:before{ width: 19.7rem; height: 24.2rem; right: auto; left: -6rem; top: -6.5rem; }
	.sec-service .service-detail li:nth-of-type(2) .txt:before{ width: 22.3rem; height: 21.1rem; top: -3.5rem; left: -6rem; }
	.sec-service .service-detail li:nth-of-type(3) .txt:before{ width: 25.3rem; height: 21.64rem; right: auto; top: -8.5rem; left: -6rem; }
	.sec-service .service-detail li:nth-of-type(4) .txt:before{ width: 25.3rem; height: 21.64rem; top: -8.5rem; left: -6rem; }
	.sec-service .service-detail li .txt h3{ font-size: 2rem; margin-bottom: 3rem; padding-bottom: 2.6rem; }
	.sec-service .service-detail li .txt h3:before{ font-size: 3.6rem; margin-bottom: 1rem; }
	.sec-service .service-detail li .txt h3:after{ width: 1.6rem; }
	.sec-service .service-detail li .txt p{ font-size: 1.4rem; }
	.sec-service .service-detail li .txt a.btn{ height: 4.8rem; width: 100%; margin-top: 2.2rem; }


	/*** 02 ***/

	.mv.common .mv-img{ width: 33.6rem; right: -4.5rem; }
	.mv.common + .skew .mv-img{ width: 33.6rem; right: -4.6rem; top: -29.3rem; }

	.service02 .sec-common .item-kanji,
	.service03 .sec-common .item-kanji{ width: 22.3rem; top: -7rem; left: -3rem; }
	.sec-common h2{ font-size: 2.6rem; margin-bottom: 2.55rem; }
	.sec-common h3{ font-size: 1.6rem; margin: 4rem 0 2.8rem; }
	.sec-common h2 + h3{ margin-top: 0; }
	.sec-common p{ font-size: 1.4rem; }
	.sec-common p.catch{ font-size: 1.4rem; margin: 3rem 0 5rem; }
	.sec-common .consultation dt{ font-size: 1.4rem; }
	.sec-common .consultation dd{ padding: 3rem 2rem; }
	.sec-common .consultation dd ul li{ font-size: 1.2rem; background-size: 1.6rem; padding-left: 2.5rem; }
	.sec-common .consultation dd ul li + li{ margin-top: 1.4rem; }
	.sec-common .consultation dd ul li a{ background-size: 1.5rem; padding-right: 2rem; }

	section.ttl-border{ width: 33.5rem; padding: 0 0 3.4rem; margin: 4rem auto; }
	section.ttl-border > h3{ height: 10.5rem; font-size: 1rem; margin-bottom: 3.6rem; }
	section.ttl-border > h3 span:before{ font-size: 4rem; margin-bottom: .6rem; }
	section.ttl-border > h4{ font-size: 1.7rem; }
	section.ttl-border .line-link{ margin-bottom: 4rem; }
	section.ttl-border .line-link img{ width: 12rem; }
	section.ttl-border .line-link + small{ font-size: 1.2rem; }

	.sec-menu ol{ padding: 0 3.2rem; }
	.sec-menu ol li{ margin-right: 0; width: 100%; }
	.sec-menu ol li:nth-of-type(n+2){ margin-top: 4.8rem; }
	.sec-menu ol li:before{ font-size: 2rem; }
	.sec-menu ol li img{ width: 6rem; margin-bottom: 2.4rem; }
	.sec-menu ol li img + span{ font-size: 1.1rem; height: 2rem; padding: 0 .6rem; margin: 2.8rem auto 1.6rem; }
	.sec-menu ol li h4{ font-size: 1.4rem; min-height: 0; margin-bottom: 1.6rem; }
	.sec-menu ol li p{ font-size: 1.4rem; }

	.sec-price p{ font-size: 1.4rem; text-align: left; padding: 0 3.2rem; margin-bottom: 3rem; }
	.sec-price .btn{ width: 30rem; margin-bottom: 6rem; }
	.sec-price .price-list{ width: 30rem; margin-bottom: 4rem; }


	/*** 03 ***/

	.sec-common ul.round li{ font-size: 1.2rem; }
	.sec-common img.item01{ margin: 3rem auto; width: 100%; }

	.white-wrap{ padding: 3.2rem 2rem; margin: 4rem auto 3rem; }
	.white-wrap + .white-wrap{ margin-top: 0; }
	.white-wrap h4{ font-size: 1.6rem; }
	.white-wrap h5{ font-size: 1.4rem; }


	/*** 04 ***/

	.sec-common .side-img{ flex-wrap: wrap; margin-bottom: 6rem; }
	.sec-common .side-img .content{ width: 100%; }
	.sec-common .side-img .content ul.round{ margin: 2rem 0; }
	.sec-common .side-img .content p.mt{ margin-top: 1.6em; }
	.sec-common .side-img img{ display: block; width: 100%; margin-top: 3rem; }

	.sec-price p.bold{ font-size: 1.6rem; }
    
    
    
       .sec-casearea h3 {font-size: 1.7rem;}
    .sec-casearea h4 {margin: 3rem 1rem 1rem 2rem;}
    .sec-casearea h4 {font-size: 1.5rem;}
    .sec-casearea p,
    .sec-casearea ul.list-design li,
    .sec-casearea ul.checklist-design li {font-size: 1.3rem;}
    
    
    
    #bg-green {padding: 3rem 2rem 5rem; margin-bottom: 5rem;}
     #bg-green .inner{width: 100%; padding: 0;}
    #bg-green .inner h2 {font-size: 2rem;}
    #bg-green .inner > ul{margin-top: 3rem;}
    #bg-green  .inner > ul li p {
        font-size: 4.2666vw;
        display: block;
    }
    
    #bg-green .inner > ul li{ width: 100%; height: 18.666vw; background-size: 15.33vw; background-position: top 50% left 6vw; padding-left: 6vw; margin-top: 6.6666vw; }
	#bg-green .inner > ul li:not(:nth-of-type(1)):after,
	#bg-green .inner > ul li:nth-of-type(1):after{ content: ''; width: 4.2666vw; height: 8.1333vw; background-image: url(../img/arrow-next01.png); background-repeat: no-repeat; background-size: contain; position: absolute; top: 50%; right: 2.666vw; transform: translateY(-50%);}
	#bg-green .inner > ul li:nth-of-type(1){ height: 24vw; }
	#bg-green .inner > ul li p{ font-size: 4.2666vw; text-align: center; line-height: 1.4; }
	#bg-green .inner > ul li p small{ font-size: 2.933vw; line-height: inherit; }
	#bg-green .inner > ul li p span{ display: block; line-height: inherit; }
    .intro.case{        z-index: 9;}
    
    
}
@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}

body {
    line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul ,li{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* clearfix */
 
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

span, a, strong, small{
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }
*{ box-sizing: border-box; }
html { font-size: 62.5%; }

body{
	font-family: Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	/*font-feature-settings: "palt";*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #141414;	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
	background: #f0f0f0;
}

.pathway{ font-family: 'Pathway Gothic One', sans-serif; font-weight: 400; }

/*** google使用フォント
font-family: 'Pathway Gothic One', sans-serif; font-weight: 400;
***/

a{ transition: .4s; }
a:hover{ opacity: .4; }
br{ line-height: inherit; }
p{ line-height: 2; letter-spacing: .025em; }
span, a, strong, small{ color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; letter-spacing: inherit; }

.wrap{ width: 960px; margin: 0 auto; position: relative; }
.row{ display: flex; justify-content: space-between; }

.linkwrap{ width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 10; }
.body-wrap{ overflow: hidden; position: relative; }

.sp{ display: none; }

.btn{ width: 24rem; height: 5.6rem; font-weight: 700; color: #c99a05; border: solid 1px; display: flex; justify-content: center; align-items: center; pointer-events: auto;}
.btn:hover{ opacity: 1; background: #c99a05; border-color: #c99a05; color: #fff; }

header{ width: 100%; display: flex; align-items: center; position: absolute; top: 4.4rem; left: 0; padding: 0 2.7rem 0 3.2rem; z-index: 10; position: fixed;
    background: #fff;
    padding: 3rem;}
header .logo{ display: block; margin-right: 4rem; }
header nav{ display: flex; width: calc(100% - 22.2rem); align-items: center; }
header nav ul.gnav{ display: flex; font-size: 1.6rem; }
header nav ul.gnav li + li{ margin-left: 2.8rem; }
header nav .btn-contact{ width: 10rem; height: 3.2rem; display: flex; justify-content: center; align-items: center; color: #c99a05; border: solid 1px; margin-left: auto; }
header nav .btn-contact:hover{ background: #c99a05; border-color: #c99a05; color: #fff; opacity: 1; }

.sec-contact{ background: #c99a05; position: relative; transform: skewY(-12.5deg); padding-top: 12rem; }
.sec-contact .inner{ height: calc(100% + 30rem); position: absolute; top: -19.5rem; right: -23rem; z-index: -1; transform: skewY(-12.5deg); overflow: hidden; }
.sec-contact .inner img{ transform: skewY(12.5deg) translateY(-2rem); }
.sec-contact .wrap{ transform: skewY(12.5deg); padding-bottom: 11.6rem; z-index: 0; }
.sec-contact .wrap:before{ content: ''; width: 50vw; height: 100%; background: #c99a05; position: absolute; top: 0; right: calc(-50vw + 48rem); z-index: -2; }
.sec-contact h2{ font-size: 4.8rem; color: #fff; text-align: center; line-height: 1; padding-bottom: 5rem; position: relative; margin-bottom: 5rem; }
.sec-contact h2:after{ content: ''; width: 2.4rem; height: 2px; background: #fff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.sec-contact h2 + p{ text-align: center; color: #fff; margin-bottom: 4.9rem; }
.sec-contact .btn-contact{ width: 72rem; height: 13.6rem; font-size: 2.4rem; font-weight: 700; color: #c99a05; background: #fff; display: flex; justify-content: center; align-items: center; margin: 0 auto; border: solid 1px #fff; }
.sec-contact .btn-contact:hover{ color: #fff; background: transparent; opacity: 1; }
.sec-contact h2.manual{margin-top: 20rem;}

footer{ background: url(../img/common/webp/bg_black.webp) #000 repeat 0 0/1280px 1280px; position: relative; padding: 6rem 0 5.6rem; }
.no-webp footer{ background-image: url(../img/common/bg_black.jpg); }
footer .totop{ position: absolute; top: .5rem; right: 0; }
footer .logo{ display: table; margin-bottom: 4.6rem; }
footer .foot-content{ justify-content: flex-start; }
footer .foot-content dl + dl{ margin-left: 9rem; }
footer .foot-content dl dt{ color: #fff; margin-bottom: 1.4rem; }
footer .foot-content dl dd{ color: #989898; font-size: 1.2rem; }
footer .foot-content dl dd > ul + ul{ margin-left: 3.6rem; }
footer .foot-content dl dd > ul li + li{ margin-top: 1rem; }
footer .foot-content dl dd > ul li .child{ margin-top: 1rem; }
footer .foot-content dl dd > ul li .child li:before{ content: '-'; margin-right: .2em; }
footer .foot-content dl dd p{ line-height: 1.8; }
footer .foot-content dl dd p + p{ margin-top: 1em; }
footer .foot-content .btn-col{ margin-left: auto; }
footer .foot-content .btn-col .btn{ width: 16rem; height: 4.8rem; }
footer .foot-content .btn-col .btn + .btn{ margin-top: 1.6rem; }
footer .copy{ display: block; color: #666; font-size: 1rem; text-align: center; margin-top: 7.5rem; }
footer .foot-content dl dd > ul li .child li.second_child{margin-left: 2rem;}


@media(max-width: 768px){
	html{ font-size: 2.66vw; }
	body{
		font-size: 1.4rem;
		font-family: Helvetica, Roboto, 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	}
	p{ line-height: 2; }

	.pc{ display: none !important; }
	.sp{ display: initial; }

	.wrap{ width: 100%; padding-left: 3.2rem; padding-right: 3.2rem; }
	.wrap.midium{ width: 100%; }
	.row{ flex-wrap: wrap; }

	.btn{ width: 100%; height: 4.8rem; }

	header{ position: static; padding: 0; }
	header .logo{ width: 13.5rem; position: absolute; top: .9rem; left: .9rem; z-index: 10; }
	header .logo img{ width: 100%; margin-top: 1.5rem;}
	header nav{ position: fixed; top: 0; right: -75%; width: 75%; height: 100%; background: #000 url(../img/common/bg_black-sp.jpg) repeat 0 0; background-size: 64rem 64rem; z-index: 9989; color: #fff; display: block; padding: 3rem 3rem 6rem; overflow-y: scroll; transition: .5s; transition-timing-function: cubic-bezier(0.77,0,0.175,1); }
	header nav.active{ right: 0; }
	header nav ul.gnav{ display: block; font-size: 1.8rem; margin-bottom: 1.8rem; }
	header nav ul.gnav li{ transition: .4s; }
	header nav ul.gnav li + li{ margin-left: 0; }
	header nav ul.gnav li a{ height: 4rem; display: block; }
	header nav .btn-contact{ width: 100%; height: 4.8rem; font-size: 1.8rem; }

	main{ position: relative; z-index: 2; }
	
	.sec-contact{ padding-top: 6rem; }
	.sec-contact .wrap{ padding-bottom: 4rem; }
	.sec-contact .wrap:before{ right: 0; width: 100%; height: calc(100% + 1px); }
	.sec-contact .inner{ right: -12rem; top: -8.4rem; }
	.sec-contact .inner img{ width: 39.4rem; max-width: none; }
	.sec-contact h2{ font-size: 3.2rem; padding-bottom: 3rem; margin-bottom: 3rem; }
	.sec-contact h2 + p{ font-size: 1.2rem; text-align: left; margin-bottom: 3rem; }
	.sec-contact .btn-contact{ width: 100%; height: 8rem; font-size: 1.6rem; }

	footer{ padding: 3rem 0 8rem; }
	footer .totop{ width: .8rem; right: 3.2rem; }
	footer .totop img{ width: 100%; }
	footer .logo{ display: block; width: 13.5rem; line-height: 0; margin-bottom: 3rem; }
	footer .logo img{ width: 100%; }
	footer .foot-content .btn-col{ order: 1; display: flex; justify-content: space-between; width: 100%; margin-bottom: 3rem; }
	footer .foot-content .btn-col .btn{ width: 15rem; height: 4rem; font-size: 1.3rem; }
	footer .foot-content .btn-col .btn + .btn{ margin-top: 0; }
	footer .foot-content dl + dl{ order: 2; margin-left: 0; }
	footer .foot-content dl dt{ font-size: 1.3rem; }
	footer .foot-content dl dd{ color: #fff; }
	footer .copy{ margin-top: 4rem; letter-spacing: 0; }

	.menu-btn{ width: /*1.5*/2.5rem; height: /*1.2*/1.8rem; position: fixed; top: 2.2rem; right: 1.6rem; z-index: 9990; }
	.menu-btn:after{ content: 'MENU'; font-family: 'Pathway Gothic One', sans-serif; font-weight: 400; font-size: 1.4rem; position: absolute; bottom: -2.4rem; left: 50%; transform: translateX(-50%); letter-spacing: 0; white-space: nowrap; }
	.menu-btn span{ width: 100%; height: 2px; background: #000; position: absolute; left: 0; transition: .6s; }
	.menu-btn span:nth-of-type(1){ top: 0; }
	.menu-btn span:nth-of-type(2){ top: 50%; transform: translateY(-50%); }
	.menu-btn span:nth-of-type(3){ bottom: 0; }
	.menu-btn.active span{ background: #fff; }
	.menu-btn.active span:nth-of-type(1){ top: 50%; transform: translateY(-50%) rotate(45deg); }
	.menu-btn.active span:nth-of-type(2){ opacity: 0; }
	.menu-btn.active span:nth-of-type(3){ bottom: 50%; transform: translateY(50%) rotate(-45deg); }

	.float-btn{ display: flex; width: 100%; position: fixed; bottom: 0; left: 0; z-index: 9970; flex-wrap: wrap; }
	.float-btn:before{ content: '▼ ご相談はこちらから ▼'; display: block; width: 100%; background: #000; color: #fff; font-size: 1rem; font-weight: bold; text-align: center; }
	.float-btn li{ width: 50%; background: #06c755; color: #FFFFFF;padding-top: 1rem;font-weight: 600;}
	.float-btn li:not(:last-of-type){ border-right: solid 1px #fff; }
	.float-btn li:nth-of-type(1){ display: none; }
	.float-btn li a{ width: 100%; height: 5rem; display: flex; justify-content: center; align-items: center; }
	.float-btn li:nth-of-type(1) span{ padding-left: 2.7rem; background: url(../img/common/icon-float01.png) no-repeat top left/2.2rem; }
	.float-btn li:nth-of-type(2) span{ padding-left: 2.6rem; background: url(../img/common/icon-float02.png) no-repeat top .5rem left/2rem; }
	.float-btn li:nth-of-type(3) span{ padding-left: 3.2rem; background: url(../img/common/icon-float03.png) no-repeat top left/2.3rem; }
/*	20250407*/
	.float-btn .graycoler{ color:#FFFFFF;  background:#ffc40a;height: 70px;padding-top: 1rem;font-weight: 600;
	}
	.line_btn{
	width: 24rem;
    height: 5.6rem;
    font-weight: 700;
    color: #c99a05;
    border: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto 2rem;
	padding: 2rem 0;
	}
	.line_btn_a{
		width:100%;
	}
    
    
    
    
    
}

   
/*20250403add マニュアルページレイアウト用*/


.btn_manual{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin:8rem auto 5rem;
}

.btn_manual a{ 
	width: 24rem; 
	height: 5.6rem; font-weight: 700;
	color: #000;
	border: solid 1px; 
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background:rgba(201, 154, 8,0.6)}
.btn-manual a:hover{ opacity: 0.4;
	border-color: #fff;
	color: #fff; }

.manual_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 2rem;
}
.manual_flex div{
	margin: 0 5rem;
}

h3.manual{
	font-size:3rem;
	margin-top:20rem;
	line-height: 1.3;
	padding: .5rem 0;
	text-align: center;
}
h3.manual:nth-of-type(2){
	margin-top: 50rem;
}
h3.manual span{font-size: 1.8rem;}
h4.manual{
	background-color: #333;
	color:#fff;
	margin: 1.5rem auto;
	padding:.8rem .5rem;
	line-height: 1.3;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.03em;
}

div.video_wrap{
	width: 100%;/*背景色を横幅いっぱいに広げる*/
	text-align: center;
	margin: auto;
	}
.manual_video{
	width: 100%;
	max-width: 300px;}

	.sec-intro .line.row .line_btn a{
        width: 24rem;
        height: 5.6rem;
        font-weight: 700;
        color: #c99a05;
        border: solid 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2rem 0;
        font-size: 2.5rem;
	}
div.video_wrap img{
    max-width: 300px;
}

/*ボタン*/
.btn_new {
    font-weight: 700;
    color: #c99a05;
    border: solid 1px;
    display: inline-block;
    margin: 4rem 0.5rem 0;
    padding: 1.3rem 3rem;
}
.btn_new:hover{ opacity: 1; background: #c99a05; border-color: #c99a05; color: #fff; }

.btn_new_subfirst {
    width: 100%;
    height: 5rem;
    font-weight: 700;
    color: #c99a05;
    border: solid 1px;
    display: inline-block;
    margin: 0 0.5rem 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.btn_new_sub {
    width: 100%;
    height: 5rem;
    font-weight: 700;
    color: #c99a05;
    border: solid 1px;
    display: inline-block;
    margin: 1rem 0.5rem 0;
    padding: 1.3rem 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
}


.btn_new_subfirst:hover,
    .btn_new_sub:hover{ opacity: 1; background: #c99a05; border-color: #c99a05; color: #fff; }

/*ボタン*/

@media screen and (max-width:768px) {
	
	.sec-contact h2.manual{
		margin-top: 3rem;
	}
	
	.btn_manual{
	display: block;
	margin:15vw auto;
}
	.btn_manual a{
		width:100%;
		margin: 2rem 0 1.5rem
	}
	.btn_manual a + a{
		margin-top:0;
	}
	
	.btn-manual a:active{ opacity: 0.4;
	border-color: #fff;
	color: #fff; }
	
	.manual_flex{
	display: block;
	margin: 0;
}

	h3.manual{
	font-size:3rem;
	letter-spacing: 0;
		text-align: center;
		margin-top:80vw;
}
	h4.manual{
	margin-top:10vw;
	}
	.manual_flex div{
		display: block;
		width:100%;
		margin: 0;
}
    
    .sec-intro .line.row .line_btn a{
        font-size: 1.3rem; 
        border: none;
    }
  
    
    /*ボタン*/
    .btn_new_subfirst,
    .btn_new_sub{
        height: 4rem;
        font-size: 1.2rem;
    }

    
    
    
}

.l-container {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  padding: 10rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 5rem 2rem;
  }
}


.c-catlist {
  border-top: 0.1rem solid #000;
}
.c-catlist__item {
  border-bottom: 0.1rem solid #000;
}
.c-catlist__link {
  display: flex;
  gap: 0 2rem;
  padding: 2rem 0;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  .c-catlist__link {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
.c-catlist__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-catlist__date {
    display: block;
  }
}
.c-catlist__tax {
  background: #ca9b05;
  color: #ffffff;
  text-align: center;
  width: 10rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-catlist__title {
    display: block;
    width: 100%;
  }
}
.l-page section.default h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}

.l-pagetitle.default {
  color: var(--main);
}

.l-pagetitle.gray-light {
  color: var(--main);
}

.l-pagetitle.main-light {
  color: var(--main);
}

.l-pagetitle.main {
  color: var(--white);
}

.l-page {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.l-page section .inner > * + * {
  margin-top: 4rem;
}
.l-page strong {
  font-weight: 600;
}
.l-page .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: left;
}
.l-page .center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: center;
}
.l-page .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: right;
}
.l-page small {
  font-size: 1.3rem;
  line-height: 1.7;
  display: inline-block;
}
.l-page img {
  max-width: 90rem;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  
     object-fit: cover;
}
.l-page img.no-trim {
  aspect-ratio: auto !important;
}
.l-page .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}
img:is([sizes="auto" i], [sizes^="auto," i]){
    contain-intrinsic-size:auto 287px!important;

    
}
.l-page .flex .col-1 img.img_width{
    height: 600px;
}
@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem;
  }
}
.l-page .flex .col-1 {
  width: 100%;
}
.l-page .flex .col-1 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-1 > * + * {
    margin-top: 1.6rem;
  }
}
.l-page .flex .col-1 img {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-1 img {
    aspect-ratio: 3/2;
  }
}
.l-page .flex .col-2 {
  width: calc((100% - 5rem) / 2);
}
.l-page .flex .col-2 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-2 > * + * {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-2 {
    width: 100%;
  }
}
.l-page .flex .col-3 {
  width: calc((100% - 10rem) / 3);
}
.l-page .flex .col-3 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-3 > * + * {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-3 {
    width: 100%;
  }
}
.l-page .flex.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-page .table-wrap {
    overflow-x: scroll;
  }
}
.l-page section.default + section.default {
  margin-top: -8rem;
}
.l-page section.default .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 2rem 4rem 8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.default h1 {
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  font-size: 3.4rem;
  letter-spacing: 0.16rem;
	 font-weight: 500;
	
}
.l-page section.default h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.default h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-page section.default h2 {
  background-color: var(--color01);
  color: var(--white);
  text-align: center;
  line-height: 1.6;
  padding: 1rem 2rem;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem;
  }
	.l-page section.default h1 {
  	font-size: 2.8rem;
	font-weight:300;
	
}
}
.l-page section.default h2 + p,
.l-page section.default h2 + h3,
.l-page section.default h2 + h4,
.l-page section.default h2 + h5,
.l-page section.default h2 + h6,
.l-page section.default h2 + ol,
.l-page section.default h2 + ul,
.l-page section.default h2 + table,
.l-page section.default h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.default h3 {
  color: var(--color01);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--color01);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.default h3 {
    font-size: 2rem;
  }
}
.l-page section.default h4 {
  background: #ffffffe0;
  color: var(--color01);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem;
  }
}
.l-page section.default h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h5 {
    font-size: 1.4rem;
  }
}
.l-page section.default h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.default h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h6 {
    font-size: 1.2rem;
  }
}
.l-page section.default .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.default .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--color01);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.default ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--white);
  background: var(--b-0-b-0-a-5);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.default ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.default ol.flow {
  counter-reset: list;
}
.l-page section.default ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li div {
    width: 100%;
  }
}
.l-page section.default ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--color01);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ol.flow li div.full {
  width: 100%;
}
.l-page section.default ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.default ol.flow li:not(:nth-child(1)),
.l-page section.default ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li div {
    width: 100%;
  }
}
.l-page section.default ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ul.flow li:not(:nth-child(1)),
.l-page section.default ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--color01);
}
.l-page section.default ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.default ul.check {
  list-style-type: none;
}
.l-page section.default ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--color01);
  border-bottom: 0.3rem solid var(--color01);
  transform: rotate(-45deg);
}
.l-page section.default ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.default dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.default dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.default dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.default table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.default table.border--none th,
.l-page section.default table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th,
  .l-page section.default table.border--none td {
    padding: 2rem;
  }
}
.l-page section.default table.border--none th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.default table.border--none th.w10,
.l-page section.default table.border--none td.w10 {
  width: 10%;
}
.l-page section.default table.border--none th.w20,
.l-page section.default table.border--none td.w20 {
  width: 20%;
}
.l-page section.default table.border--none th.w30,
.l-page section.default table.border--none td.w30 {
  width: 30%;
}
.l-page section.default table.border--none th.w40,
.l-page section.default table.border--none td.w40 {
  width: 40%;
}
.l-page section.default table.border--none th.w50,
.l-page section.default table.border--none td.w50 {
  width: 50%;
}
.l-page section.default table.border--none th.w60,
.l-page section.default table.border--none td.w60 {
  width: 60%;
}
.l-page section.default table.border--none th.w70,
.l-page section.default table.border--none td.w70 {
  width: 70%;
}
.l-page section.default table.border--none th.w80,
.l-page section.default table.border--none td.w80 {
  width: 80%;
}
.l-page section.default table.border--none th.w90,
.l-page section.default table.border--none td.w90 {
  width: 90%;
}
.l-page section.default table.border--none th.main,
.l-page section.default table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.default table.border--none th.main-light,
.l-page section.default table.border--none td.main-light {
  background: var(--b-0-b-0-a-5);
}
.l-page section.default table.border--none th.gray-light,
.l-page section.default table.border--none td.gray-light {
  background: var(--gray-light);
}
.l-page section.default table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.default table.border th,
.l-page section.default table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border th,
  .l-page section.default table.border td {
    padding: 2rem;
  }
}
.l-page section.default table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
  font-weight: 300;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.default table.border th.w10,
.l-page section.default table.border td.w10 {
  width: 10%;
}
.l-page section.default table.border th.w20,
.l-page section.default table.border td.w20 {
  width: 20%;
}
.l-page section.default table.border th.w30,
.l-page section.default table.border td.w30 {
  width: 30%;
}
.l-page section.default table.border th.w40,
.l-page section.default table.border td.w40 {
  width: 40%;
}
.l-page section.default table.border th.w50,
.l-page section.default table.border td.w50 {
  width: 50%;
}
.l-page section.default table.border th.w60,
.l-page section.default table.border td.w60 {
  width: 60%;
}
.l-page section.default table.border th.w70,
.l-page section.default table.border td.w70 {
  width: 70%;
}
.l-page section.default table.border th.w80,
.l-page section.default table.border td.w80 {
  width: 80%;
}
.l-page section.default table.border th.w90,
.l-page section.default table.border td.w90 {
  width: 90%;
}
.l-page section.default table.border th.main,
.l-page section.default table.border td.main {
  background: var(--color01);
  color: var(--white);
}
.l-page section.default table.border th.main-light,
.l-page section.default table.border td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border th.gray-light,
.l-page section.default table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.default table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
}
.l-page section.default table.border--plane th,
.l-page section.default table.border--plane td {
  vertical-align: middle;
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
.l-page section.default table.border--plane th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.default table.border--plane th.w10,
.l-page section.default table.border--plane td.w10 {
  width: 10%;
}
.l-page section.default table.border--plane th.w20,
.l-page section.default table.border--plane td.w20 {
  width: 20%;
}
.l-page section.default table.border--plane th.w30,
.l-page section.default table.border--plane td.w30 {
  width: 30%;
}
.l-page section.default table.border--plane th.w40,
.l-page section.default table.border--plane td.w40 {
  width: 40%;
}
.l-page section.default table.border--plane th.w50,
.l-page section.default table.border--plane td.w50 {
  width: 50%;
}
.l-page section.default table.border--plane th.w60,
.l-page section.default table.border--plane td.w60 {
  width: 60%;
}
.l-page section.default table.border--plane th.w70,
.l-page section.default table.border--plane td.w70 {
  width: 70%;
}
.l-page section.default table.border--plane th.w80,
.l-page section.default table.border--plane td.w80 {
  width: 80%;
}
.l-page section.default table.border--plane th.w90,
.l-page section.default table.border--plane td.w90 {
  width: 90%;
}
.l-page section.default table.border--plane th.main,
.l-page section.default table.border--plane td.main {
  color: var(--color01);
  background-color: var(--e-2-e-7-dd);
}
.l-page section.default table.border--plane th.main-light,
.l-page section.default table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border--plane th.gray-light,
.l-page section.default table.border--plane td.gray-light {
  background-color: var(--b-0-b-0-a-5);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.p-information__news {
	width:45rem;
	margin:0 auto 13rem;
}
.p-information__news a {
    border-radius: 10rem;
    background: #ffffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 2.4rem;
    padding: 1.6rem 6rem 1.6rem 4rem;
}
.p-information__news .date
 {
    color:#ca9b05;
    font-size: 1.3rem;
    line-height: 1.73;
    letter-spacing: 0.1em;
    background: url(../img/common/p-information-news-date.svg) no-repeat center left / 1.6rem auto;
    padding: 0 0 0 2.4rem;
    white-space: nowrap;
}
.p-information__news .post {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 1.73;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .p-information__news a {
        border-radius: 20rem;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        gap: 0.8rem;
        padding: 0.8rem;
        background-image: none;
    }
	    .p-information__news .date {
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
	.p-information__news {
	width:100%;
	margin:0 auto 70px;
		padding: 0 1rem;
}
}
.mv{ height: 59.6rem; padding-top: 17.2rem; }
.mv h1{ height: 18.3rem; display: flex; align-items: flex-end; background-repeat: no-repeat; background-position: top left; background-size: auto 13.4rem; font-size: 2rem; line-height: 1; letter-spacing: .4em; position: relative; z-index: 1; }
.mv .mv-img{ max-width: none; position: absolute; top: 0; right: -34.5rem; opacity: 0.75; }

.mv + .skew{ height: 12rem; background: #000 url(../img/common/webp/bg_black.webp) repeat 0 0; background-size: 1280px 1280px; transform: skewY(12.5deg) translateZ(0); position: relative; overflow: hidden; margin-top: -1.6rem; margin-bottom: 1rem; }
.no-webp .mv + .skew{ background-image: url(../imgs/common/bg_black.jpg); }
.mv + .skew .mv-img{ transform: skewY(-12.5deg); position: absolute; top: -60.3rem; right: -33.5rem; -webkit-filter: invert(100%); filter: invert(100%); mix-blend-mode: difference; }
.mv + .skew .pankuzu{ transform: skewY(-12.5deg); color: #fff; margin-top: -4rem; }
.mv + .skew .pankuzu li{ display: inline-block; font-size: 1.2rem; }
.mv + .skew .pankuzu li:not(:last-of-type):after{ content: '-'; margin-left: .4em; }

main{ font-feature-settings: "palt"; }
main p{ letter-spacing: .1em; }

h2.general{ font-size: 5.6rem; font-family: 'Pathway Gothic One', sans-serif; font-weight: 400; line-height: 1; letter-spacing: 0.05em; padding-bottom: 4.8rem; position: relative; margin-bottom: 6rem; }
h2.general small{color: #c99a05;font-size: 2.5rem;font-weight: 700;}
h2.general:after{ content: ''; width: 2.4rem; height: .2rem; background: #000; position: absolute; bottom: 0; left: 0; }
h2.general.right{ text-align: right; }
h2.general.right:after{ left: auto; right: 0; }

h2.border{ font-size: 3.2rem; line-height: 1.5; padding-top: 8rem; position: relative; margin-bottom: 2.5rem; }
h2.border:before{ content: ''; width: 2.4rem; height: 2px; background: #000; position: absolute; top: 0; left: 0; }

.sec-contact{ margin-top: 20rem; }

p.red{color: red;font-weight: bold;}

/*グロナビ*/
.has-dropdown {
  position: relative;
}
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  z-index: 9999;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown li {
  position: relative;
    font-size: 1.3rem;
}
.dropdown li + li {
    margin-left: 0!important;
}
.dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}
.dropdown li a:hover {
  background: #f2f2f2;
}

/* 2階層目 */
.has-subdropdown:hover .subdropdown {
  display: block;
}
.subdropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  min-width: 200px;
  z-index: 1100;
}
.subdropdown li a {
  padding: 10px 15px;
  color: #333;
  white-space: nowrap;
}
.subdropdown li a:hover {
  background-color: #f2f2f2;
}
/*グロナビ*/



@media(max-width: 768px){
	.mv{ height: 30.4rem; padding-top: 9.4rem; }
	.mv h1{ background-size: auto 5.5rem; height: 8.1rem; font-size: 1.2rem; }
	.mv .mv-img{ width: 45.8rem; max-width: none; right: -14.5rem; }

	.mv + .skew{ height: 6rem; margin-top: -2rem; margin-bottom: 2rem; }
	.mv + .skew .mv-img{ width: 45.8rem; max-width: none; top: -30.6rem; right: -14.6rem; }
	.mv + .skew .pankuzu{ display: none; }

	main section .pankuzu{ margin-bottom: 4rem; }
	main section .pankuzu li{ font-size: 1rem; display: inline-block; }
	main section .pankuzu li:not(:last-of-type):after{ content: '-'; margin-left: .4rem; }

	h2.general{ font-size: 3.2rem; padding-bottom: 3rem; margin-bottom: 3rem; line-height: 1; }
	h2.general:after{ width: 1.6rem; }
	h2.general small{font-size: 2rem;}

	h2.border{ font-size: 1.8rem; padding-top: 5rem; margin-bottom: 1.55rem; }
	h2.border:before{ width: 1.6rem; }

	.sec-contact{ margin-top: 8rem; }
    
      /*グロナビ*/    
    
    .dropdown {
    display: block;
    position: relative;
    background: none;
        
    }
    .dropdown li a{
        height: 3.5rem!important;
        padding: 0;
        padding-left: 2rem;
        color: #efefef;
    }
    .dropdown li a:before {
        content: ">";
        padding-right: 1rem;
        
    }
    
    .subdropdown {
        display: block;
        position: relative;
        background: none;
        padding-left: 2rem;
        left: 0;
    } 
    .subdropdown li a {
        color: #c9caca;
    }
    .subdropdown li a:before {
        content: ">>";
        padding-right: 1rem;
        
    }
/*グロナビ*/    
    
    
    
}