*{ 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;
}
}