@charset "utf-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
	color: #2A2A2A;
	font-size: clamp(16px,2vw,18px);
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #2A2A2A;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section {
	padding: 80px 0 ;
	position: relative
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}
a.anchor{
	display: block;
	padding-top: 75px;
	margin-top: -75px;
}

@media (max-width: 768px){
	section {
		padding: 50px 0 30px;
	}
}
@media(max-width:679px){
	a.anchor{
		display: block;
		padding-top: 55px;
		margin-top: -55px;
	}	
}
/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block !important;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 768px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
/*高さ*/

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}
.h30{
	height: 30px;	
}
.h50{
	height: 50px;
}

.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
/* 画像　-------------------------- */
.obj-in{
	width: 100%;
	height: 100%;
	object-fit: contain
}
.obj-cov{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*flexbox------------------------*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.f_jsb{
	justify-content: space-between;
}
.f_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}

.comn2{
	width: 48%;
}
.comn3{
	width: calc( 100% / 3 - 20px);
}
.comn4{
	width: 35%;
}
.comn5{
	width: 62%;
}

.f_center{
	align-items: center;
}
@media (max-width: 768px){
	.flexbox{
		flex-direction: column;
	}
	.flexbox.rever{
		flex-direction: column-reverse;
	}
	.comn2, .comn3, .comn4, .comn5 {
		width: 100%;
		margin-bottom: 30px
	}
}

.grid2{
	display: grid;
	grid-template-columns: repeat(2, 1fr); 
	grid-gap: 15px;
}


/*==背景=============================================*/
.bglight{
	background:#f5f5f5;
}
.w-box{
	background: #fff;
	padding: 1rem 3vw;
}

.illut{
	position: absolute;
	width: 15vw;
	height: 18vh;
	content: '';
	top: -9vh;
	z-index: -1;
}
.illut._r{
	right: 0;
}
.illut._l{
	left: 0;
	transform: scaleX(-1)!important;
}

/*==見出し=============================================*/
.en{
	font-family: "Lexend", sans-serif;
}
.txt-l{
	font-size:clamp(1.375rem, 0.97rem + 1.71vw, 2.25rem);
}
.mtitle .en{
	font-size:clamp(1.875rem, 1.354rem + 2.2vw, 3rem);
	display: block;
	line-height: 1.5;
	font-weight: 700;
	color: #00a99d;
}
.mtitle .ja{
	font-size: clamp(1.125rem, 0.951rem + 0.73vw, 1.5rem);
	display: block;
	font-weight: 600;
}
.mtitle._02{
	position: relative;
	padding-top: 40px;
}
.mtitle._02::before{
	position: absolute;
	content: '';
	width: 80px;
	height: 40px;
	background: url("../img/common/point.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	
}
.stitle{
	position: relative;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
	padding: 1rem;
	margin-bottom: 20px;
}
.stitle::before{
	position: absolute;
	content: '';
	width: 100px;
	height: 1px;
	background:#00a99d; 
	bottom: -1px;
	left: 0;
}

.atitle{
	background: #00a99d; 
	color: #fff;
	padding-left: 2rem;
	margin-bottom: 20px;
}

/*==btn=============================================*/
.but01{
	margin: 30px;
}
.but01 a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 50px;
    color: #00a99d;
	border: 1px solid #00a99d;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    transform: skew(-10deg, 0deg);
}
.but01 a span {
    transform: skewX(10deg);
}
.but01 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 15px;
    height: 1px;
    background-color: #00a99d;
    transition: 0.3s;
}
.but01 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #00a99d;
    transition: 0.3s;
}
.but01 a:hover:before, .but01 a:hover:after {
    right: -1.3em;
}
.but01 a:hover {
    background: #e3fffc;
}
@media(max-width:450px){
	.but01 {
		margin: 15px 30px;
	}
}

/*-- list ---------------------------*/
.list01 li{
	position: relative;
	padding-left: 2.5rem;
}
.list01 li::before{
	position: absolute;
	content: '\f14a';
	left: 1rem;
	top: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	color: #00a99d;
}
	
