@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: #333;
	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: #333;
	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;/*隙間なし*/
}
@media (max-width: 1249px) {
	a.anchor{
		display: block;
		padding-top: 80px;
		margin-top: -80px;
	}
}
@media(max-width:767px){
	a.anchor{
		display: block;
		padding-top: 60px;
		margin-top: -60px;
	}	
}
/*改行　-------*/
@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!important;
	}
	.pc{
		display: none!important;
	}
}

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

.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;
}
.right{
	text-align: end;
}

@media(max-width:768px){
.right{
	text-align: center;
}	
}

/* 画像　-------------------------- */
.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
	}
}

/*==背景=============================================*/
/*画像背景 fixed*/
.container{
   position: relative;
}
.line_img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   clip-path: inset(0);
}
.bg{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
   background-image: url("../img/pointbg.jpg");
    background-size: cover;
    z-index: -1;
    background-position: center center;
}

.bglight{
	background:#ffeed3;
}
.bgorg{
	background: #ffa500;
	padding: 20px 0;
	position: relative;
}

/*==見出し=============================================*/
.org{
	color: #ffa500;
}
.mincho{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.ttl{
	font-size: clamp(1.4rem, 1.215rem + 0.78vw, 1.8rem);
}

.mtitle .en{
	font-family: "Rozha One", serif;
	color: #ffa500;
	font-size:clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
	line-height: 1.3;
}
.mtitle .en span{
	position: relative;
	padding-left: 50px;
}
.mtitle .en span::before{
	position: absolute;
	content: '';
	width: 40px;
	height: 2px;
	background: #ffa500;
	left: 0;
	top:50%;
}
.mtitle h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: clamp(1.8rem, 1.545rem + 1.27vw, 2.5rem);
}

.l-title{
	color: #fff;
	font-size: clamp(1.4rem, 1.215rem + 0.78vw, 1.8rem);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 0 0 2px #333;
}
.l-title span{
	position: relative;
	padding: 0 3rem;	
}
.l-title span::before,.l-title span::after{
	position: absolute;
	content: '';
	width: 2.5rem;
	height: 1px;
	background: #fff;
	top: 50%;
}
.l-title span::before{
	left: 0;
}
.l-title span::after{
	right: 0;
}
@media(max-width:679px){
	.l-title span{
		position: relative;
		padding: 0;	
	}
	.l-title span::before,.l-title span::after{
		display: none;
	}
}
.stitle {
  position: relative;
  color:#ff5a00;
  text-align: center;
  padding: 10px;
}
.stitle::before,
.stitle::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;/*ボーダー全体の高さ*/
  border-color: #ff5a00;
  border-style: solid;
}
.stitle::before {
  top: 0;
  border-width:2px 0 1px 0;
}
.stitle::after {
  bottom: 0;
  border-width:1px 0 2px 0;
}

.ptitle {
  position: relative;
  color: #ffffff;
  background: #ffa500;
  border-radius: 50px;
  padding: 8px 20px 8px 35px;
  margin-left: 60px;
  margin-bottom: 30px;
  font-size: clamp(1.1rem, 0.915rem + 0.78vw, 1.5rem);	
}
.ptitle:before,
.ptitle:after {
  position: absolute;
  content: '●';
  color: #ffa500;
}
.ptitle:before{/*小さい●*/
  font-size: 60%;
  left: -60px;
  bottom: -10px;
}
.ptitle:after{/*大きい●*/
  font-size: 95%;
  left: -35px;
  bottom: -5px;
}

@media(max-width:500px){
	.ptitle {
		padding: 8px 15px 8px 15px;
		margin-left: 40px;
		margin-bottom: 30px;
		font-size: clamp(1.1rem, 0.915rem + 0.78vw, 1.5rem);	
	}	
	.ptitle:before{/*小さい●*/
		left: -35px;
	}
	.ptitle:after{/*大きい●*/
	  font-size: 90%;
	  left: -20px;
	}	
}


.ntitle {
  position: relative;
  padding: 10px 2rem 5px 5rem;
  font-size: clamp(1.125rem, 0.951rem + 0.73vw, 1.5rem);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 15px;
}
.ntitle::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;/*ラインの太さ*/
  background-image: repeating-linear-gradient(-45deg, #FF7043, #FF7043 3px, #fff 3px, #fff 6px);/*ストライプの指定*/
}

.ntitle::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 80px;
	height: 100px;
	background: url("../img/tsuru02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
	
  	
	
	
/*==btn=============================================*/
.btn01{
	display: inline-block;
    color:#fff;
    padding: .5rem 2.5rem;
    border-radius:50px;
    text-decoration: none;
    background: linear-gradient(90deg, #ffa500, #ffbb33 30%, #ff8000 74%, #ffaa00);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
	position: relative;
	margin: 20px 0;
}
.btn01::after{
	position: absolute;
	content: '\f054';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}


.btn01:hover {
    color: #fff;
    background-position: 99% 50%;
}


