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

* {
	line-height: 1;
}


html {
  scroll-padding-top:100px;
	scroll-behavior: smooth;
}

img {
    border: 0;
    vertical-align: top;
	object-fit: cover;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;
}

/*body*/

body {
width: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #F7FBFF;
	}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	opacity: 0.75;
}


.contents-box {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #343B43;
	font-size: 15px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 15px;
	color: #343B43;
	line-height: 2;
}

.contents-box a {
	color: #343B43;
	font-weight: 400;
}

.contents-box p a {
	color: #343B43;
	font-weight: 400;
}

/* animation_box */

.animation_box {
  transition: 1s ease;
	opacity: 0;
	transition-delay: .5s;
	transform: translate(0px, 0px);
}

.animation_box-bottom {
	transform: translateY(100px);
}

.animation_box-top {
	transform: translateY(-100px);
}

.animation_box-left {
	transform: translateX(-1000px);
}

.animation_box-right {
	transform: translateX(1000px);
}

.animation_box-delay2 {
	transition-delay: 1s;
}

.animation_box-delay3 {
	transition-delay: 1.5s;
}

.animation_box-delay4 {
	transition-delay: 2s;
}

.animation_box.effect {
	opacity: 1;
	transform: translate(0px, 0px);
}


/*header*/

#header {
	width: 100%;
}

.header {
	z-index: 99;
	width: 100%;
	position: fixed;
left: 0px;
top: 0px;
}

.header-in {
	display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	background-color: rgba(255,255,255,0.7);
}

.header .header-left img {
	height: 31px;
	width: auto;
}

/* PCメニュー */

.header .pc-nav-menu {
	display: flex;
  justify-content: flex-end;
	align-items: center;
	gap:0px 40px;
}

.header .pc-nav-menu ul, .header .pc-nav-menu .dropmenu {
	display: flex;
  justify-content: flex-end;
	align-items: center;
}

.header .pc-nav-menu01 .box-box a {
	font-size: 14px;
color: #343B43;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	display: block;
	position: relative;
	padding-top: 23px;
	min-width: 130px;
	text-align: center;
}

.header .pc-nav-menu01 .box-box a::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
color: #50A0FE;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 600;
	transition: .5s;
}

.header .pc-nav-menu01 .box-li > a:hover::before {
color: #FF778A;
	opacity: 1;
}

.header .pc-nav-menu01 div.li-menu01 .box-box a::before {
	content: "About Us";
}

.header .pc-nav-menu01 div.li-menu02 .box-box a::before {
	content: "Works";
}

.header .pc-nav-menu01 div.li-menu03 .box-box a::before {
	content: "Interview";
}

.header .pc-nav-menu01 div.li-menu04 .box-box a::before {
	content: "Environment";
}

.header .pc-nav-menu01 div.li-menu05 .box-box a::before {
	content: "Events";
}

.header .pc-nav-menu02 {
	gap:0px 10px;
}

.header .pc-nav-menu02 li a {
	position: relative;
	display: block;
}

.header .pc-nav-menu02 li a:hover {
	opacity: 1;
}

.header .pc-nav-menu02 li a::before {
	content: "";
	position: absolute;
right: 20px;
top: 0px;
	background-image: url("../images/common/link-arrow01.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 8px;
	width: 7px;
	height: 100%;
	transition: .5s;
}

.header .pc-nav-menu02 li a:hover::before {
right: 10px;
}

.header .pc-nav-menu02 img {
	height: 45px;
	width: auto;
}



/* スマホメニュー */

.c-spheader {
	width: 60px;
	z-index: 99999999;
  justify-content: space-between;
flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	display: none;
}

.c-spheader .hn {
	width: 60px;
}
	
.drawer-nav {
	display: none;
		position: absolute;
		top:0;
	right: 0px;
		width: 40%;
	max-width: 100%;
		height: 100vh;
		overflow: auto;
	z-index: 99;
	background-color: #FFF;
	}

@media screen and (max-width: 767px) {
.drawer-nav {
		width: 100%;
	}
}

	.drawer-menu {
		width: 100%;
		max-width: 100%;
		height: 100vh;
		display: flex;
  justify-content: center;
		align-items: flex-start;
flex-wrap: wrap;
	}

.drawer-menu-item {
	width: 88%;
	padding-top: 80px;
}

.c-spheader .d-itembox {
	width: 100%;
	border-top-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}

.c-spheader .d-item {
	position: relative;
	width: 100%;
}

.c-spheader .d-item:not(:last-child) {
	border-bottom-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}
	
.c-spheader .d-item-in a {
  font-size: 18px;
	line-height: 1.2;
  display: block;
  text-decoration: none;
	color: #50A0FE;
font-weight: 500;
	position: relative;
	width: 100%;
	padding: 20px 5px;
}

/* 子階層 */

.c-spheader .d-sublist {
	border-top-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
	display: none;
	padding: 5px 0px;
	background-color: #f2f2f2;
}

.c-spheader .sublist a {
  font-size: 14px;
  display: block;
  text-decoration: none;
font-weight: 400;
	position: relative;
	padding: 15px 0px;
	padding-left: 30px;
}

.c-spheader .sublist a::before {
  content: "";
	position: absolute;
left: 17px;
top: 20px;
	width: 5px;
	height: 5px;
	display: block;
	background-color: #666;
	border-radius: 50%;
}

.c-spheader .sublist:not(:last-child) a {
  border-bottom-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}

.c-spheader .d-item a:hover {
	opacity: 0.75;
}

/* 子階層トグルボタン */

.c-spheader .d-btn {
	position: absolute;
right: 0px;
top: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	}

.c-spheader .d-btn span {
	position: relative;/*+マークの位置基準とするためrelative指定*/
    transition: all .5s ease;
	}

.c-spheader .d-btn::before,
.c-spheader .d-btn::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background-color: #666;
	 transition: all .5s ease;
    
}
.c-spheader .d-btn::before{
    top:30px;
    right: 13px;
    transform: rotate(0deg);
    
}
.c-spheader .d-btn::after{    
    top:30px;
    right: 13px;
    transform: rotate(90deg);

}

.c-spheader .d-btn.close::after{
  transform: rotate(180deg);
}
	
/*開閉ボタン*/
	#nav_toggle{
		width: 60px;
		height: 60px;
		padding: 20px 15px;
		position: relative;
		top: 0px;
		right: 0px;
		z-index: 1000000;
		cursor: pointer;
		background-color: #343B43;

	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:2px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}
	
	/*開閉ボタンopen時*/
    .open #nav_toggle span {
			background: #FFF;
		}
	.open #nav_toggle span:nth-child(1) {
			top: 10px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 10px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}


/* title-page */

.title-page {
	width: 100%;
	height: 450px;
	text-align: center;
	background-image: url("../../common/images/common/title-back.png");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	text-align: center;
}

.title-page h2 {
	font-size: 60px;
color: #50A0FE;
line-height: 1.2;
font-weight: 600;
	letter-spacing: 0.05em;
	position: relative;
}

.title-page h2::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	width: 100%;
	font-size: 30px;
}


/* contents */

.contents {
	width: 100%;
	position: relative;
}

.contents::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../common/images/common/back-contents.svg");
background-position: center bottom -20vw;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.contents img {
	width: 100%;
height: auto;
}

.contents .box-img {
	text-align: center;
}

.contents .container {
	width: 100%;
	position: relative;
	padding-top: 80px;
}

.contents .container::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../common/images/common/frame-contents.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	display: block;
	margin-top: -80px;
}

.contents .container section {
	position: relative;
}

.contents .container section {
	margin-bottom: 130px;
}


/* layout */

.layout-c {
	margin-left: auto;
	margin-right: auto;
}

.layout-1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.layout-1100 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.layout-1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* layout-whiteback */

.layout-whiteback {
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(80,160,254,0.15);
}

/* layout-concept */

.layout-concept {
	text-align: center;
}

.layout-concept .box-inner {
	width: 800px;
}

.layout-concept h2, .layout-concept h3 {
line-height: 1.2;
font-weight: 500;
}

.layout-concept h2 {
	font-size: 20px;
color: #FFF;
	background-color: #3379CB;
	padding: 10px 40px;
	border-radius: 60px;
	display: inline-block;
}

.layout-concept h3 {
	font-size: 36px;
color: #50A0FE;
	line-height: 1.4;
	padding-top: 25px;
}

.layout-concept p {
	text-align: left;
	line-height: 2.2;
	padding-top: 35px;
}

/* layout-imglink */

.layout-imglink .box-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 25px 25px 10px rgba(0,0,0,0.1);
}

.layout-imglink .box-img a:hover {
	opacity: 1;
}

.layout-imglink .box-img img {
	transition:.5s all;
}

.layout-imglink .box-img:hover img {
	transform:scale(1.1,1.1);
  transition:.5s all;
}


/* layout-interview */

.layout-interview {
	width: 100%;
}

.layout-interview .lay01 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 50px;
}

.layout-interview .lay02 {
	width: 100%;
}

.layout-interview .lay02 a:hover {
	opacity: 1;
}

.layout-interview .lay02 .box-img {
	position: relative;
	padding-bottom: 10px;
	text-align: left;
}

.layout-interview .lay02 .box-img img {
	height: 33vw;
	width: auto;
	position: relative;
}

.layout-interview .lay02 .boxa .box-img img {
	margin-left: -8vw;
}

.layout-interview .lay02 .boxb .box-img img, .layout-interview .lay02 .boxc .box-img img {
	margin-left: -4vw;
}


.layout-interview .lay02 .box-text {
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
}

.layout-interview .lay02 .box-detail {
	padding-top: 20px;
}

.layout-interview h4 {
	font-size: 1.9vw;
color: #FFF;
line-height: 2.2;
font-weight: 400;
	display: inline;
	padding: 5px 10px;
	background-color: #343B43;
	-webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.layout-interview h5 {
	font-size: 22px;
line-height: 1.2;
font-weight: 500;
}

.layout-interview h6 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	color: #50A0FE;
line-height: 0.8;
font-weight: 500;
	padding: 15px 0px 20px;
}

.layout-interview ul {
	width: 80%;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:5px;
}

.layout-interview ul li {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
font-weight: 500;
	background-color: #B5C4D3;
	padding: 7px 15px;
	border-radius: 60px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}



/* title_contents */

.title_contents, .title_contents2 {
	text-align: center;
	margin-bottom: 60px;
}

.title_contents h2, .title_contents h3, .title_contents2 h2 {
	font-weight: 600;
	letter-spacing: 0.02em;
}

.title_contents h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 70px;
color: #50A0FE;
line-height: 0.8;
	font-style: italic;
}

.title_contents h3, .title_contents2 h2 {
	font-size: 26px;
color: #343B43;
line-height: 1.2;
	padding-top: 10px;
}

.title_contents2 h2 {
	color: #50A0FE;
	font-size: 32px;
	padding-top: 0px;
	position: relative;
}

/*
.title_contents2 h2::after {
	content: "";
	margin: 0px auto;
	margin-top: 20px;
	width: 35px;
	height: 3px;
	display: block;
	background-color: #50A0FE;
}
*/

.title_contents3 {
	font-size: 36px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	position: relative;
	padding-left: 30px;
	margin-bottom: 40px;
}

.title_contents3::before {
	content: "";
	position: absolute;
left: 0px;
top: 15px;
	background-image: url("../images/common/icon-title01.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 18px;
	height: 22px;
}


/* link01 */

.link01 a {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
color: #FFF;
line-height: 0.8;
letter-spacing: 0.05em;
font-weight: normal;
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 22px 35px;
	min-width: 250px;
	background-color: #343B43;
	border-radius: 80px;
}

.link01 a:hover {
	opacity: 1;
	margin-right: -30px;
	min-width: 280px;
}

.link01 a::before, .link01 a::after {
	content: "";
	position: absolute;
right: 20px;
top: 0px;
	background-image: url("../../common/images/common/link-arrow03.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 28px;
	width: 28px;
	height: 100%;
	transition: .5s;
}

.link01 a::after {
	background-image: url("../../common/images/common/link-arrow02.svg");
}

.link01 a:hover::after {
	opacity: 0;
}



/*banner-side*/

#flyin {
position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
	width: 15vw;
}

#flyin .flyinclose {
display:block;
z-index:2;
cursor:pointer;
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../images/common/btn-close.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 28px;
	height: 28px;
	border-style : none;
	margin-left: -14px;
	margin-top: -14px;
	border-radius: 50%;
}

.target.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  pointer-events: none;
  display:none;
}

.banner-side img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 20px rgba(80,160,254,0.5);
	border-radius: 10px;
}




/*footer*/

footer {
	width: 100%;
	text-align: center;
}

/* footer-guide */

.footer-guide {
	width: 100%;
}

.footer-guide .lay01 {
	padding: 60px 0px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 30px;
	border-bottom-style : solid;
border-color : #BBD7E4;
border-width : 1px;
}

.footer-guide .lay01 .box {
	width: 420px;
}

.footer-guide .lay01 h3 a {
	width: 100%;
	height: 90px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	border-radius: 90px;
	position: relative;
	font-size: 20px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
}

.footer-guide .lay01 h3 a::before {
	content: "";
	position: absolute;
right: 40px;
top: 0px;
	background-image: url("../images/common/link-arrow01.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 15px;
	width: 16px;
	height: 100%;
	transition: .5s;
}

.footer-guide .lay01 h3 a:hover::before {
right: 30px;
}

.footer-guide .lay01 .box:nth-child(1) h3 a {
	background-color: #50A0FE;
}

.footer-guide .lay01 .box:nth-child(2) h3 a {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
line-height: 0.8;
font-weight: 600;
	background-color: #FF778A;
}

.footer-guide .lay02 {
	padding: 60px 0px;
}

.footer-guide .lay02 .box-inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	text-align: left;
}

.footer-guide .footer-nav {
	display: flex;
  justify-content: flex-end;;
flex-wrap: wrap;
	gap:0px 25px;
}

.footer-guide .footer-nav .box {
	min-width: 140px;
}

.footer-guide h2 {
	margin-bottom: 30px;
}

.footer-guide h4 a {
	position: relative;
	padding: 28px 0px 15px;
	margin-bottom: 15px;
	border-bottom-style : solid;
border-color : #BBD7E4;
border-width : 1px;
}

.footer-guide h4 a::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
color: #1da1f2;
line-height: 0.8;
letter-spacing: 0em;
	transition: .5s;
}

.footer-guide h4 a:hover::before {
color: #FF778A;
}

.footer-nav .box:nth-child(1) h4 a::before {
	content: "About Us";
}

.footer-nav .box:nth-child(2) h4 a::before {
	content: "Works";
}

.footer-nav .box:nth-child(3) h4 a::before {
	content: "Interview";
}

.footer-nav .box:nth-child(4) h4 a::before {
	content: "Environment";
}

.footer-nav .box-wrap:last-child .box:nth-child(1) h4 a::before {
	content: "Events";
}

.footer-nav .box-wrap:last-child .box:nth-child(2) h4 a::before {
	content: "Special";
}

.footer-guide ul li:not(:last-child) {
	margin-bottom: 15px;
}

.footer-guide ul li a, .footer-guide h4 a {
	font-size: 14px;
color: #343B43;
line-height: 1.2;
font-weight: 500;
	display: block;
}

.footer-guide ul li a:hover, .footer-guide h4 a:hover {
	opacity: 1;
}

.footer-guide ul li a:hover {
	color: #50A0FE;
}


/* footer-copy */

.footer-copy {
	width: 100%;
	background-color: #C8DCEF;
	text-align: center;
	padding: 20px 0px;
}

.footer-copy p {
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.1em;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 767px) {
	
	body {
	min-width: 1280px;
	}
	
a[href^="tel:"] {
    pointer-events: none;
}

	
.dropmenu{
  *zoom: 1;
	z-index: 1000000;
		width: 100%;
		max-width: 100%;
		display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
}


.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after{
	clear: both;
}
	
.dropmenu .box-li, .dropmenu .box-in2 {
	line-height: 1.2;
}
	
.dropmenu .box-li {
	position: relative;
}


.dropmenu .box-li > .box-in {
	list-style: none;
	position: absolute;
	z-index: 1000000000;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 100%;
}
	
.dropmenu .box-li:hover > .box-in {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
	
.dropmenu .box-in2 {
	width: 100%;
	max-width: 100%;
	background-color: #50A0FE;
}
	
.dropmenu .box-in4 a {
	text-align: center;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 0em;
	line-height:1.2;
	display: block;
	font-weight: 500;
	padding: 10px 5px;
	border-top-style : solid;
border-color : rgba(255,255,255,0.5);
border-width : 1px;
}
	
.dropmenu .box-li > .box-in a {
	opacity: 1;
}

.dropmenu .box-li > .box-in a:hover {
	opacity: 0.75;
}
	

#fade-in2 .box-li > .box-in {
  opacity: 0;
  top: 80%;
  visibility: hidden;
  transition: .5s;
}

#fade-in2 .box-li:hover > .box-in {
  top: 110%;
  visibility: visible;
  opacity: 1;
}
	
	

}
@media screen and (max-width: 767px) {
	
html {
  scroll-padding-top:60px;
}
	
    body {
    }

.contents-box {
	font-size: 14px;
}

.contents-box p {
	font-size: 14px;
}
	

/* header */

.header-in {
	padding: 0px;
}
	
.header .header-left {
	padding-left: 10px;
}
	
.header .header-left img, .header h2 img {
	height: 28px;
	width: auto;
}
	
	.header h2 {
		position: fixed;
left: 10px;
top: 16px;
	}

.header .pc-nav-menu {
	display: none;
}
	
	
.header .drawer-nav .pc-nav-menu02 {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
	padding: 30px 0px 40px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:15px 3%;
}

.header .drawer-nav .pc-nav-menu02 li {
	width: 48.5%;
}

.header .drawer-nav .pc-nav-menu02 li a::before {
	background-size: auto 10px;
	width: 15px;
}

.header .drawer-nav .pc-nav-menu02 img {
	width: 100%;
	height: auto;
	border-radius: 80px;
}

.header .banner-special-spmenu {
	text-align: center;
	padding-bottom: 80px;
}
	
.header .banner-special-spmenu img {
	width: 100%;
	max-width: 300px;
	height: auto;
	box-shadow: 0px 0px 10px rgba(80,160,254,0.5);
	border-radius: 20px;
}
	
	
/* スマホメニュー */

.c-spheader {
	display: block;
}
	
/* title-page */

.title-page {
	width: 100%;
	height: 330px;
	background-image: url("../../common/images/common/title-back-sp.png");
}

.title-page h2 {
	font-size: 36px;
}

.title-page h2::before {
	font-size: 18px;
}


/* contents */

.contents .box-img img {
	max-width: 400px;
}
	
.contents::before {
	background-size: auto;
background-position: center bottom -350px;
}

.contents .container {
	padding-top: 40px;
}

.contents .container::before {
	margin-top: -50px;
}

.contents .container section {
	margin-bottom: 80px;
}

	

/* layout */

.layout-1000, .layout-1100, .layout-1200 {
	width: 88%;
}
	
/* layout-concept */

.layout-concept .box-inner {
	width: 88%;
}

.layout-concept h2 {
	font-size: 15px;
	padding: 10px 30px;
}

.layout-concept h3 {
	font-size: 20px;
	padding-top: 20px;
}

.layout-concept p {
	line-height: 2;
	padding-top: 20px;
}

/* layout-imglink */

.layout-imglink .box-img {
	box-shadow: 15px 15px 10px rgba(0,0,0,0.1);
}
	
.layout-imglink .box-img img {
	max-width: 100%;
}

	
/* layout-interview */

.layout-interview {
	width: 100%;
}

.layout-interview .lay01 {
	margin-bottom: 20px;
}
	
.layout-interview .box-link {
	text-align: center;
	padding-top: 40px;
	width: 100%;
}
	
.layout-interview .lay02 .box-img img {
	height: 60vw;
}

.layout-interview .lay02 .boxa .box-img img {
	margin-left: -12vw;
}

.layout-interview .lay02 .boxb .box-img img, .layout-interview .lay02 .boxc .box-img img {
	margin-left: -5vw;
}
	
.layout-interview .lay02 .box-text {
	position: absolute;
	padding-right: 20px;
}

.layout-interview h4 {
	font-size: 15px;
line-height: 2.5;
}
	
@media screen and (max-width: 600px) {
	.layout-interview h4 {
	font-size: 3vw;
}
}

.layout-interview h5 {
	font-size: 17px;
}

.layout-interview h6 {
	font-size: 15px;
	padding: 12px 0px 20px;
}

.layout-interview ul {
	width: 90%;
	gap:5px;
}

.layout-interview ul li {
	font-size: 12px;
}

/* title_contents */

.title_contents, .title_contents2 {
	margin-bottom: 35px;
}

.title_contents h2 {
	font-size: 40px;
}

.title_contents h3 {
	font-size: 18px;
}
	
.title_contents2 h2 {
	font-size: 24px;
}

.title_contents2 h2::after {
	margin-top: 15px;
	height: 2px;
}
	
.title_contents3 {
	font-size: 24px;
	padding-left: 25px;
	margin-bottom: 30px;
}

.title_contents3::before {
top: 8px;
	height: 18px;
}
	
/*banner-side*/

#flyin {
	right: 20px;
    bottom: 30px;
	width: 35%;
}


/* footer-guide */

.footer-guide .lay01 {
	padding: 40px 6%;
	gap:15px 3%;
}

.footer-guide .lay01 .box {
	width: 100%;
	width: 48.5%;
}
	
@media screen and (max-width: 500px) {
	.footer-guide .lay01 .box {
	width: 80%;
	max-width: 320px;
}
}

.footer-guide .lay01 h3 a {
	height: 70px;
	font-size: 18px;
}

.footer-guide .lay01 h3 a::before {
right: 30px;
}

.footer-guide .lay01 .box:nth-child(2) h3 a {
	font-size: 20px;
}

.footer-guide .lay02 {
	padding: 40px 0px;
}

.footer-guide .lay02 .box-inner {
  justify-content: center;
	text-align: center;
}

.footer-guide .footer-nav {
	display: none;
}

/* footer-copy */

.footer-copy {
	padding: 15px 0px;
}

      
}
