@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-image: url("../img/bgimg.png");
	background-repeat: repeat-y;
	background-size: 100%;
	border: 15px solid;
	border-image: linear-gradient(to bottom, #ffa400, #fff000, #009cff 90%) 1;
	-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-top: clamp(50px ,10vw, 80px);
	padding-bottom: clamp(50px ,10vw, 80px);
	position: relative;
	z-index: 0;
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}

/*改行　-------*/
@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;
}

.h50{
	height: 50px;
}

.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}

.rel{
	position: relative;
}
/* 画像　-------------------------- */
.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%;
}

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

/*==背景=============================================*/


/*==見出し=============================================*/
.mttl{
	padding-top: 50px;
	text-align: center;
	position: relative;
	color: #ffa400;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 2rem;
	margin-bottom: 30px;
}
.mttl::before{
	position: absolute;
	content: '';
	width: 120px;
	height: 50px;
	background: url("../img/midashi.svg")no-repeat center/contain;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	
}
/*==btn=============================================*/
.brn_wrap{
	display: flex;
	max-width: 960px;
	margin: 30px auto;
	
}
.brn_wrap._end{
	justify-content: flex-end;
}
.brn_wrap.cent{
	justify-content: center;
}


     .mbtn .mbtn-txt {
        height: 48px;
        line-height: 48px;
        padding-right: 72px;
        text-decoration: none;
		  font-size: clamp(1.4rem, 1.215rem + 0.78vw, 1.8rem);
		 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      }

      .mbtn .mbtn-icon {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
      }

      .mbtn .mbtn-icon .mbtn-circle {
        transition: transform 1s cubic-bezier(.23,1,.32,1);
        height: 48px;
      }

      .mbtn .mbtn-icon .mbtn-circle svg {
        transition: transform .75s cubic-bezier(.215,.61,.355,1);
        width: 100%;
        height: 100%;
        position: relative;
      }

      .mbtn .mbtn-icon .mbtn-circle svg path {
        stroke-width: 2;
        transition: stroke-width .75s cubic-bezier(.215,.61,.355,1);
      }

      .mbtn .mbtn-icon .mbtn-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        display: inline-flex;
      }

      .mbtn .mbtn-icon .mbtn-arrow svg path {
        stroke-width: 2;
        stroke: #ffa400; /* 矢印の色 */
      }

      .mbtn .mbtn-circle-itm {
        background-color: #ffa400; /* 丸の色 */
        height:48px;
      }

      /* マウスオーバーした際のデザイン */
      .mbtn:hover .mbtn-txt {
        transform: translateX(-12px);
        transition: transform .5s cubic-bezier(.39,.575,.565,1);
      }

      .mbtn:hover .mbtn-icon .mbtn-circle {
        transform: rotate(1turn);
        transition: transform .75s cubic-bezier(.23,1,.32,1);
      }

      .mbtn:hover .mbtn-icon .mbtn-circle svg {
        transform: scale(1.5);
      }

