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


/* 共通css */


/* リセットCSS */

html{
	font-size: 16px;
    scroll-behavior: smooth;
}


* {
  box-sizing: border-box;
}


body,ul,li{
	padding: 0;margin: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
	letter-spacing: 0.1rem;
	width: 100vw;
	color: #333333;
/*	overflow-x: hidden; */
	font-size: 12px;
	min-height: 100vh;
	overflow-x: hidden;

}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
	position: relative;
}


li{
	list-style: none;
}

a{
	text-decoration: none;
	color: #333333;
}

a:visited{
	color:#333333;
}

a:hover{
	color: #2383c3!important;
	text-decoration: underline #2383c3!important;
	transition: 0.3s ease;
}

a:hover img{
	opacity: 0.7;
	transition:0.3s;
}

h1{
	margin: -1rem;
	padding: 0;
}

h2{
	font-size: 2.8rem;
	font-weight:normal;
}

h3{
	font-size: 2.4rem;
	margin: 1rem 0;
	font-weight:normal;
}

.top_main_img_positon{
	position: relative;
}

.css-fade3{
  animation-name:fade-in3;
  animation-duration:1s;
  animation-timing-function: ease-out;
  animation-delay:0s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in3 {
  0% {opacity: 0; transform: translate3d(0,20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}

/*　Slickここから　*/
.top_slider {
	margin:0 auto;
	height: 100%;
	margin-inline: auto;
/*	overflow: hidden; /* 画像がはみ出ないようにする */
	width: 100vw;
}

.other_slider {
	margin:0 auto;
	height: 60%;
	margin-inline: auto;
/*	overflow: hidden; /* 画像がはみ出ないようにする */
	width: 100vw;
}


.slick-img img {
	width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
/*　Slickここまで　*/

.main_catch_flex-container {
	position: absolute;
	color: #FFFFFF;
	top: 25%;
	left: 50%;
	-ms-transform: translate(-20%,-20%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:auto;
	padding:0;
	text-align: center;
}

.main_catch img{
	width: 1200px;
	object-fit: cover;
}

.main_catch{
	width:100%;
	text-align: center;
	position: absolute;
	color: #2872ad;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin:auto;
	font-size: clamp(2.2rem, calc(2.8rem + 0.625vw), 2.4rem);
	font-weight: bold;
	line-height: 3.2rem;
}

.main_catch span{
	font-size: clamp(1.8rem, calc(2.8rem + 0.625vw), 2.4rem);	
}

.main_catch_other{
	width:100%;
	text-align: center;
	position: absolute;
	color: #333333;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin:auto;
	font-size: clamp(1.8rem, calc(2.4rem + 0.625vw), 2.0rem);
	font-weight: medium;
	line-height: 3.2rem;
}


.main_banner_sp{
		display: none;
}

.main_banner_pc{
		display: block;
		object-fit:cover;
}

.main_menu_sp{
	display: none;
}

.main_menu_pc{
	display: block;
/*    max-height: 800px; */
    margin: 0 auto;	
}

.main_contents_pc_sq a{
		width:50%;
		color: #FFFFFF;
		font-size: 1rem;
		font-weight: bold;
	}	

.main_contents_pc_sq_sq:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	color:#2c5476;
	transition : 0.5s;
}


.arrow:hover::before,
.arrow:hover::after {
  background-color: #2c5476; /* 反転させたい色に変更 */
}


.main_contents_pc_sq a{
	text-decoration: none;
}
	
.footer_btn {
	  text-align: center;
}

.footer_btn a {
	background-color: #2c5476;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.5rem;
	padding: 1rem 0;
	position: relative;
	text-decoration: none;
	width: 70%;
	margin: 0 auto;
}

/* 通常の矢印(hoverで反転) */

.footer_btn a {
	  transition: all .5s;
}

.footer_btn a::before {
	  border-right: 3px solid #fff;
	  border-top: 3px solid #fff;
	  bottom: 0;
	  content: "";
	  height: 10px;
	  margin: auto;
	  position: absolute;
	  right: 1.5rem;
	  top: 0;
	  transform: rotate(45deg);
	  transition: all .5s; 
	  width: 10px;
}

.footer_btn a:hover {
	  background-color: #fff;
	  color: #FFF;
}

.footer_btn a:hover::before {
	  border-right: 3px solid #FFF;
	  border-top: 3px solid #FFF;
}

.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
	
}

.main_contents_guidance_pc{
	background-image: url("../img/TOP_main_pc_01.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	margin: 0;
	display: flex;
    justify-content: flex-end;
	align-items: center;
}

.main_contents_overview_pc{
	background-image: url("../img/TOP_main_pc_02.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	margin: 0;
	display: flex;
    justify-content: flex-start;
	align-items: center;
}

.main_contents_faq_pc{
	background-image: url("../img/TOP_main_pc_03.jpg");
	background-size:cover;
	background-position:0 center;
	background-repeat: no-repeat;
	width:100%;
	margin: 0;
	display: flex;
    justify-content: flex-end;
	align-items: center;
}

.main_contents_padding{
	margin:1rem;
}

.main_contents_pc_sq{
	width: 48%;
/*	margin: 1.5rem auto; */
	text-align: center;
	color:#FFFFFF;
	background-color: #2872ad;
	margin: 2.5% 8%;
}	

.main_contents_margin  p:first-of-type{
	font-size: 1.2rem;
	margin: 0;
}

.main_contents_pc_undeline{
	width: 60%;
	height: 0.5em;
	margin: 0.5rem auto 1rem auto;
	background-color: #2c5476;		
}


.main_contents_margin p:nth-of-type(2){
	font-size: 1.6rem;
	margin: 0;
	letter-spacing: 0.3rem;
	font-weight: bold;
}

.main_contents_margin p:nth-of-type(3){
	font-size: 1rem;
	margin: 0 0 1.25rem 0;
}

.main_contents_margin{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	padding: 3rem 0 5rem 0;
}


.main_contents_pc_sq_sq{
    width: 125%;
    background-color: #2c5476;
    height: 4rem;	
	margin: auto -15%;
    padding: 1.25rem 1.5rem 0.5rem 1rem;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow::before,
.arrow::after {
content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 1rem;
    width: 0.75rem;
    height: 0.2rem;
    border-radius: 9999px;
    background-color: #FFFFFF;
    transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}


.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0 0 0 3%;
    font-size: 1rem;
	margin: 1rem;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    text-decoration: none;
}

.main_aboutus_philosophy{
	background-image: url("../company/img/company_01.jpg");	
	background-size:cover;
	background-repeat: no-repeat;
	background-position: bottom;
	width:100%;
	margin: 0;
	padding:3rem 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.main_aboutus_philosophy p:first-of-type{
	font-size: 1.6rem;
	margin: 0 0 0.75rem;
	font-weight: bold;
}
	
.main_aboutus_philosophy p:nth-of-type(2){
	font-size: 1.6rem;	
	margin: 1rem 0 0.5rem 0;
}

.main_aboutus_philosophy ul li{
	font-size: 1rem;
	margin-bottom: 1rem;
}

.main_aboustus_MS{
	margin-top: 2rem;
	text-align: center;
	margin-bottom: 3rem;
}

.main_aboutus_message{
	padding: 1rem 2rem;
}

.main_aboutus_message div{
	display: flex;
	width:85%;
	height: 100%;
    align-items: center;
	max-width: 1300px;
    margin: 0 auto;
}

.main_aboutus_message div div{
	width:60%;
	display: flex;
	flex: auto;	
	flex-wrap: wrap;
    flex-direction: row;
	align-content: center;
	padding: 3rem;
}


.main_aboutus_message hr{
	margin:1rem 0;
	margin: 1rem auto;
    width: 87%;
}

.main_aboutus_message span:first-of-type{
	font-size: 1.6rem;
}

.main_aboutus_message img{
	width:33%;
	height:100%;
	max-width: 350px;
}

.main_aboutus_message span:nth-of-type(2){
	font-size: 1.2rem;
	margin-left: auto;	
}

.main_aboutus_message p{
	font-size: 1rem;
	text-align: left;
}

.main_aboutus_message span:nth-of-type(3){
	font-size: 1.2rem;
	margin-left: auto;	
}

.main_aboutus_message span br{
	display: none;
}

.main_aboustus_OL{
	text-align: center;
	font-size: 1rem;
	width:83%;
	margin: 0 auto 10rem auto;
	max-width: 1300px;
}

.main_aboustus_OL span{
	font-size: 1.8rem;
}

.main_aboustus_OL dd p{
	margin: 0;
}

/*.main_aboustus_OL dd:last-of-type{
	border: none;
}*/

.border{
	border: 2px solid #333333;
	box-sizing: border-box;
}

.row{
	display: grid;
	grid-template-columns: 30% 70%;
	align-items:stretch;
	border-bottom: 1px solid #333333;
	border-right: 3px solid #333333;
	margin: 0;
	padding:0;
	width:100%;
	box-sizing: border-box;	
}

dl.row dt {
	position: relative;
	background-color: #efefef;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	width:100%;
	height: 100%;
	justify-content: center;
}

.dt_first{
	border-top:#333333 1px solid;
	box-sizing: border-box;
}


dl.row dd {
	padding: 1rem 2rem;
	margin: -1px 0 0 0;
	text-align: left;
}

/*
dl.row dt::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #333333;
}
*/

.main_aboustus_OL dd{
	margin: 0 2rem ;
	border-bottom: 1px solid #333333;
	box-sizing: border-box;
}

.main_aboustus_OL .dd_margin{
	margin: 0.75rem 0;	
}

.main_aboustus_OL dd dl{
	display: block;
	border: none;
	margin: 0;
}
 
.main_aboustus_OL dd dl dt{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0.25rem 0 0 0;
	font-weight: bold;
	border: none;
}



.main_aboustus_OL dd dl dd dt{
	border: none;
    padding: 0 0 0 0;
}

.dd_color{
}

.dd_color span{
	font-size: 1rem;
	text-indent: 1rem;
}

.dd_color_ul{
	margin-bottom: 2rem!important;
}


.dd_last{
	margin:0 0 0.5rem 0!important;
	padding: 0.25rem 0 1rem 0.75rem!important;
	width: 100%;
}

.main_aboustus_OL img{
	width:50%;
}

.space_1 span{
    padding-left: 1rem;
	font-size: 1rem;
}

.space_4 span{
    padding-left: 5.4rem;
	font-size: 1rem;
}

.space_5 span{
    padding-left: 5.4rem;
	font-size: 1rem;
}

.graph_underline {
	margin:1rem 0 0 0!important
}

.graph_underline span{
/*	border-bottom: 1px solid #333333 !important; */
	font-size: 1rem;
}

/*事業概要 */

#overview{
	margin-bottom: 3rem;
}

.main_overview_btn{
	display: flex;
	width:100%;
	justify-content: center;
	margin:4rem 0 5rem 0;
}

.overview_btn{
	background-color: #2872ad;
	padding: 2rem 5rem;
    margin: 0 1rem 0 0;
	font-size: 1.25rem;
}

.main_overview_btn a{
	color:#FFFFFF;
}

.main_overview_btn a:hover{
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.3s ease;
}

.main_overview_btn a:hover{
	opacity: 0.7;
	color:#FFFFFF!important;
	text-decoration: underline #FFFFFF!important;
	transition: 0.5s;
}

.main_overview_contents img{
	width:100%;
}

.main_overview_contents p:first-of-type{
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
}

.main_overview_contents p:nth-of-type(2){
	text-align: center;
	font-size: 1.25rem;
	margin: 2rem 0;
}

.main_overview_contents_br br:nth-of-type(2){
	display: none;
}

.overview_flex_img{
    display: flex;
	width: 100%;
	justify-content:center;
    margin: 0 auto;
}

.overview_flex_img div:first-of-type{
	margin-left:8%;
	margin-right:2%;
	width:40%;
}

.overview_flex_img div:nth-of-type(2){
	margin-left: 2%;
	margin-right:8%;	
	width:40%;
}

.overviwew_ul_title{
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
	margin: 5rem 0 0 0;
	padding: 0 8%;
}

.overviwew_ul_title hr{
	border-bottom: 2px solid #333333;
}

.main_overview_contents ul{
	display: flex;
	width: 84%;
	margin: 0 auto;
	justify-content: space-between;
    padding: 0;
	align-items: center;
	border-bottom: 2px solid #333333;
}

.main_overview_contents ul li img{
	width:100%;
}
.main_overview_contents ul li:first-of-type{
	margin: 2rem;
	width: 25%;
}

.main_overview_contents ul li:nth-of-type(2){
	margin: 2rem;
	width: 65%;
}

.main_overview_contents ul:last-of-type{
	margin-bottom: 8rem;
}

.main_overview_contents ul dl dd{
	margin-left: 0;
}

.main_overview_contents ul dl dt{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.main_overview_contents ul dl dd{
	font-size: 1.25rem;
}


.main_faq_OL{
	font-size: 1rem;
	text-align: center;
}

.main_faq_OL p{
	margin-top: 3rem;
}

.main_faq {
    font-size: 1rem;
    width: 96%;
    margin: 0 auto;
}

.main_faq dl{
	width: 95%;
	margin: 0 auto;
}

.main_faq dl hr{
	margin: 0.5rem auto 0 0;
	width: 98.3%;
}

.main_faq dl dt{
	margin: 1rem 2rem 0 0;
}

.main_faq dl dd{
 	margin: 0 1rem 2rem 0rem;
    padding: 1rem 2rem 2rem 3rem;
    background-color: #e9e9e9;
    text-indent: -1.5rem;
}


.main_faq dl dd:nth-of-type(3){
    text-indent: -1.1rem;
}

.main_faq dl dd ul {
	margin-left: 1rem;
}

.main_faq dl dd ul li{
	list-style: disc;
}




.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ふわっとアニメーション */
.target {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s, transform 1s;
/*	margin: 0; */
	min-height: 30px;
}

.target.visible {
	opacity: 1;
	transform: translateY(0);
}

h1{
	font-size: 2.4rem;
	font-weight: bold;
}

h2{
	font-size: 2.0rem;
	margin: 1rem 0;
	font-weight: bold;
}	

.border_02{
/*		border-left: #A0A0A0 solid 1px; */
		border-top: none;
}	

.border-top{
	border-top: 2px solid #333333;
	box-sizing: border-box;
}

.border-bottom{
	border-bottom: 2.5px solid #333333 !important;
	box-sizing: border-box;
}

/*
.border-right{
	border-right: 3px solid #333333 !important;
	box-sizing: border-box;
}
*/

.border-bottom_last_dd{
	border-bottom: 3px solid #333333 !important;
	margin-bottom: -0.5px!important;
	box-sizing: border-box;	
}

.tree ul{
	margin: 0;
	padding: 0;
	list-style-type: none!important;	
	position: relative;
	margin-left: 1rem;
}

.tree ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.5rem;
	width: 0;
	border-left: 1px solid #A0A0A0;
}

.tree ul li {	
	position: relative;
	margin: 0;
	padding: 0 1rem;
}

.tree ul li:before {
	 content: "";
	display: block;
	position: absolute;
	top: 1rem;
	left: 0.5rem;
	width: 1rem;
	height: 0;
	border-top: 1px solid #A0A0A0;
}

.tree ul li:last-child:before {
	top: 1rem;
	bottom: 0;
	height: auto;
	background-color: #fff;
}


.footer_btn{
	font-size: 1.5rem;
	text-align: center;
	margin: 3rem auto 4rem auto;
}

.footer_btn a{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
	height:3em;
    max-width: 20rem;
    padding: 1rem 2rem;
    color: #FFF;
	transition: 0.5s ease;
    background: rgb(0,160,226);
    background: linear-gradient(180deg, rgba(0,160,226,1) 0%, rgba(0,110,139,1) 100%);
	box-shadow: 0.3rem 0.3rem #1A4F66;
}
.footer_btn a:hover { 
	border:none;
	box-shadow: none;
	opacity: 0.7;
}

.faq_last{
	margin:0 1rem 8rem 0!important;
}

.line-break_2{
		display: none;
}

.main_aboustus_OL_notes{
	font-size: 0.85rem;
    margin: 0.25rem 0!important;
}



/* 横幅拡大時　*/
@media(min-width:800px){
	
	h1{
		font-size: 2.2rem;
	}

	h2{
		font-size: 1.8rem;
		margin: 1rem 0;
	}
	
	.main_contents_pc_sq{
		width: 45%;
	}

	
	.slick-img img{
        width: 100%;
        height: 250px;
        object-fit: cover;
	}
	
	.other_slider img{
        height: 160px;
	}
	
	.main_catch{
		font-size: clamp(3.5rem, calc(2.8rem + 0.625vw), 2.4rem);
	}
	
	.main_contents_margin  p:first-of-type{
		font-size: 1.25rem;
		margin: 0;
	}

	.main_contents_pc_undeline{
		height: 0.5em;
		margin: 0.25rem auto 0.75rem auto;
		background-color: #2c5476;		
	}


	.main_contents_margin p:nth-of-type(2){
		font-size: 1.9rem;
		margin: 0;
		letter-spacing: 0.3rem;
	}

	.main_contents_margin p:nth-of-type(3){
		font-size: 1.1rem;
		margin: 0 0 1.25rem 0;
	}	

	h2{
		font-size: 2.0rem;
	}

	h3{
		font-size: 1.6rem;
	}

	.main_aboutus_philosophy ul li {
		font-size: 1.2rem;
	}	
	
	.main_aboustus_OL dd dl dt{
		background-color: #FFFFFF;
		font-size: 1rem;
		margin: 0;
/*		padding: 0.5rem 0 0 0; */
		font-weight: bold;
	}

	.dd_color{
		border-left: 1px #A0A0A0 solid;
/*		background-color: #f1f1f1!important; */
	}
		

	.dd_last{
		margin:0 0 0.5rem 0!important;
/*		padding: 0 0 0 1rem !important;*/
	}

	.main_aboustus_OL img{
		width:50%;
	}
	
	.main_aboustus_OL dl{
		width: 100%;
        margin: 0 auto;
	}

	.main_aboustus_OL dt{
		width:30%;
		background-color: #d1d1d1;
		margin: 0;
		padding: 1rem 0;
		font-size: 1.2rem;	
		box-sizing: border-box;
        border-bottom: 1px #333333 solid;
        border-right: #333333 1px solid;
		border-left: #333333 1px solid;		
	}
	
	
	
	
	.main_aboustus_OL dd{
		margin: 0;
		padding: 2rem 0;
	}
	
	.main_aboustus_OL dd dl dd{
		border:none;
		padding: 0 0 1rem 0;
	}
	

	.main_aboustus_OL dd dl dt{
		background-color: #FFFFFF;
		margin: 0;
		font-weight: bold;
        justify-content: left;
	}	
	
	.main_faq_OL .line-break{
		display: none;		
	}
	
}






/* 横幅拡大時1200　*/
@media(min-width:1200px){

	
	.main_contents_pc_sq{
		width: 30%;
	}	

	.breadcrumb-001 {
		padding: 0 0 0 7%;
	}	
	

	.main_overview_contents ul li:first-of-type{
		margin: 2rem;
		width: 20%;
	}

	.main_overview_contents ul li:nth-of-type(2){
		margin: 2rem;
		width: 80%;
	}

	.main_faq_OL p {
		font-size: 1.25rem;
	}
	
	.main_faq{
		font-size: 1.25rem;
	}
	
	.main_faq {
		width: 88%;
		margin: 0 auto;
	}
	
	
}


@media(min-width:1500px){

    h1 {
        font-size: 3.2rem;
    }
	
	main{
		font-size: 120%;
	}

}



/* タブレット */

@media(max-width:800px){
		
	.padding{
		padding: 0!important;
	}

	.border_02{
		border-left: none;
		border-top:  none;
	}	
	
	.tree ul:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		border-left: 0px solid #A0A0A0;
	}
	
	.tree ul li:before {
		content: "";
		display: block;
		position: absolute;
		top: 1rem;
		left: 0;
		width: 1rem;
		height: 0;
		border-top: 0px solid #A0A0A0;
	}
	
	.border-top {
		border: 1px solid #333333;
	}	
	
    dl.row dd {
		border: none!important;
	}
	
    dl.row dt {
		border: none!important;
	}

	.space_1 span{
		padding-left: 1rem;
		font-size: 1rem;
	}

	.space_4 span{
		padding-left: 4.3rem;
		font-size: 1rem;
	}

	.space_5 span{
		padding-left: 5.4rem;
		font-size: 1rem;
	}

	.main_aboutus_message span br{
		display:block;
	}
	
	.border-bottom_last_dd{
		border-bottom: 3px solid #333333 !important;
		margin-bottom: -0.5px!important;
		box-sizing: border-box;	
	}
	
	.overview_btn{
	padding: 1.5rem 3rem;
}
	
	

	
	
}
/* スマホ　*/

@media(max-width:768px){
		
	h2{
		font-size: 2.0rem;
	}

	h3{
		font-size: 1.6rem;
	}	
	
	.breadcrumb-001 {
		padding: 0 0 0 3%;
	}		
	
	.main_catch{
		font-size: clamp(3.8rem, calc(2.8rem + 0.625vw), 2.4rem);
		line-height: 4.2rem;
	}

	
	.main_banner_pc{
		display: none;
	}
	
	.main_banner_sp{
		display: block;
	}	

	.main_menu_pc{
			display: none;
	}

	.main_menu_sp{
		display: block;
	}
	
	.other_slider img{
        height: 100%;
	}
	
	.main_contents_guidance_sp{
		background-image: url("../img/TOP_main_sp_01.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		width:100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.main_contents_overview_sp{
		background-image: url("../img/TOP_main_sp_02.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		width:100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.main_contents_faq_sp{
		background-image: url("../img/TOP_main_sp_03.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		width:100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.main_contents_padding{
		margin:1rem;
	}
	
	.main_contents_sp_sq{
		width: 55%;
		margin: 1.5rem auto;
		text-align: center;
		color:#FFFFFF;
		background-color: #2872ad;
	}	
	
	.main_contents_margin  p:first-of-type{
		font-size: 1.2rem;
        margin: 0;
	}
	
	.main_contents_sp_undeline{
		width: 60%;
        height: 0.5em;
		margin: 0.25rem auto 0.75rem auto;
		background-color: #2c5476;		
	}
	
		
	.main_contents_margin p:nth-of-type(2){
		font-size: 1.6rem;
		margin: 0;
		letter-spacing: 0.3rem;
	}

	.main_contents_margin p:nth-of-type(3){
		font-size: 1rem;
		margin: 0 0 1.25rem 0;
	}

	.main_contents_margin{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
		padding: 3rem 0;
	}
		
	.main_contents_sp_sq a{
		width:60%;
	}

	.main_contents_sp_sq_sq{
		width:100%;
		background-color: #2c5476;
		height: 4rem;
		margin: auto;
		padding: 1.25rem 0 0.75rem 0;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1rem;			
	}
	
	.main_contents_sp_sq_sq:hover{
		background-color: #FFFFFF;
		color:#2c5476;
		transition: 0.5s;
	}
	
	
/*会社案内 */
	.main_aboutus_philosophy{
		background-image: url("../company/img/company_01.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		width:100%;
		margin: 0;
		padding:2rem 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
        flex-direction: column;
		text-align: center;
	}	

	.main_aboutus_philosophy p:first-of-type{
		font-size: 1.4rem;		
	}
	
	.main_aboutus_philosophy p:nth-of-type(2){
		font-size: 1.2rem;		
	}

	.main_aboutus_philosophy ul li{
		font-size: 1rem;
	}
	
	.main_aboutus_message img{
		width:50%;
	}

	.main_aboustus_OL{
		font-size: 1rem;
	}
	
	.main_aboustus_OL img{
		width:75%;
	}	
	
	.main_aboustus_OL dd{
		margin: 0;	
	}
	
	.dd_color{
/*		padding: 1rem 0 0 0 !important; */
	}	
	
	.dd_last{
		padding: 0 0 1rem 0!important;
	}
	
	dl.row dt {
		text-align: center;
		border-bottom: none;
		justify-content: center;
		height: 100%;
        padding: 1rem 0;
	}	

	dl.row dd {
		border-bottom: none;
		justify-content: center;
		padding: 1rem 1rem 2rem 1rem;
		margin: 0;
		text-align: center;
	}	

	.space_1 span{
		padding-left: 1rem;
		font-size: 1rem;
	}
	
/*事業概要 */	

	.main_overview_btn{
		display: block;
	}

	.main_overview_btn a{
		pointer-events: none; 
	}
	
	.main_overview_btn a div{
		width:50%;
		margin: 0 auto 1rem auto;
		text-align: center;
		pointer-events: auto;
		font-size:1rem;
	}	
	
	.main_overview_contents p:first-of-type {
		font-size: 1.25rem;
	}

	.main_overview_contents p:nth-of-type(2) {
		font-size: 0.9rem;
	}	
	
	.overview_flex_img{
		width: 100%;
		margin: 0 auto;
}	

	.main_overview_contents ul{
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	
	.main_overview_contents ul:nth-child(n+2){
		margin: 2rem auto 0 auto;
	}

	.main_overview_contents ul li:first-of-type{
		width:30%;
		margin: 1rem auto 0 auto !important;
	}

	.main_overview_contents ul li:nth-of-type(2){
		margin: 0 auto 4rem auto !important;
	}

	.main_overview_contents ul li dl dd{
		text-align: left;
		font-size: 0.9rem;
	}
	
	.main_overview_contents ul dl dt {
		font-size: 1.25rem;
	}
	
	.main_faq dl dt {
		margin: 1rem 2rem 1rem 1rem;
	}
	
	.main_faq dl dd {
		width:98%;
		margin: 0 1rem 2rem 0rem;
		padding: 1rem 2rem 2rem 3rem;
		text-indent: -1rem;
	}	
	
}


@media(max-width:600px){
	
	body{
		letter-spacing: 0.1rem;
	}
	
	h2{
		font-size: 2.0rem;
	}

	h3{
		font-size: 1.6rem;
	}



	.main_catch{
		font-size: clamp(3.4rem, calc(2.8rem + 0.625vw), 2.4rem);
		line-height: 4.2rem;
	}
	
	.main_contents_sp_sq{
		width: 60%;
	}		
	
	.main_aboutus_message div{
		display: block;
		width:100%;
	}

	.main_aboutus_message div div{
		display: block;
		width:100%;
		padding: 0;
	}	
	
	.main_aboustus_OL{
		margin: 0 auto;
	}
	
	.border{
		border: none;
	}

/*	
	dl.row dt::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #FFFFFF;
	}	
*/
	

	.main_aboustus_OL dl {
		width: 100%;
		display: block;
		border: none;
	}

	.main_aboustus_OL dt {
		width: 100%;
		background-color: #d1d1d1;
	    padding: 1rem 0;
		border: none;
	}	

	.main_aboustus_OL dd {
		margin: 2rem 0;
		border: none;
	}	
	
	.main_aboustus_OL dd{
		margin: 0;	
	}
		
}

@media(max-width:500px){
	
	h2{
		font-size: 2.0rem;
	}

	h3{
		font-size: 1.6rem;
	}
	
	
	.main_catch{
		font-size: clamp(3.2rem, calc(2.8rem + 0.625vw), 2.4rem);
		line-height: 4.2rem;
	}
	
	/* 通常の矢印(hoverで反転) */

	.footer_btn a {
		  transition: all .5s;
	}

	.footer_btn a::before {
		  border-right: 3px solid #fff;
		  border-top: 3px solid #fff;
		  bottom: 0;
		  content: "";
		  height: 10px;
		  margin: auto;
		  position: absolute;
		  right: 2rem;
		  top: 0;
		  transform: rotate(45deg);
		  transition: all .5s; 
		  width: 10px;
	}

	.footer_btn a:hover {
		  background-color: #fff;
		  color: #FFFFFF;
	}

	.footer_btn a:hover::before {
		  border-right: 3px solid #FFFFFF;
		  border-top: 3px solid #FFFFFF;
	}
	
	.main_contents_margin p:first-of-type{
		font-size: 0.8rem;
        margin: 0;
	}
	
	.main_contents_sp_undeline{
		width: 60%;
        height: 0.5em;
		margin: 0.25rem auto 0.75rem auto;
		background-color: #2c5476;		
	}
	
	.main_contents_sp_sq_sq{
		font-size: 0.75rem;			
		padding: 1.35rem 0 0.4rem 0;
	}	
	
	.main_contents_margin p:nth-of-type(2){
		font-size: 1.4rem;
		margin: 0;
		letter-spacing: 0.3rem;
	}

	.main_contents_margin p:nth-of-type(3){
		font-size: 0.75rem;
		margin: 0 0 1.25rem 0;
	}
	
	.main_aboutus_message div{
		display: block;
		width:100%;
	}

	.main_aboutus_message div div{
		display: block;
		width:100%;
		padding: 0;
	}	

	.main_aboustus_OL dl {
		width: 100%;
		display: block;
	}

	.main_aboustus_OL dt {
		width: 100%;
		background-color: #d1d1d1;
	    padding: 1rem 0;
	}	

	.main_aboustus_OL dd {
		margin: 2rem 0;
	}	

	dl.row dt {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	

	dl.row dd {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	
/*事業概要*/
	
	.main_overview_btn {
		margin: 2rem 0 3rem 0;
	}	
	
	.main_overview_contents p:nth-of-type(2) br:nth-of-type(2)	{
		display: block;
	}

	.overviwew_ul_title{
	    margin: 2rem 0rem 0 0;
	}

	.main_overview_contents ul:nth-child(n+2) {
        margin: 1rem auto 0 auto;
    }	
	
}


@media(max-width:431px){
	
	h2{
		font-size: 1.8rem;
	}

	h3{
		font-size: 1.4rem;
	}	
	
	.main_catch{
		font-size: clamp(2.6rem, calc(2.8rem + 0.625vw), 2.4rem);
		line-height: 2.8rem;
	}
		
	.main_catch{
		font-size: clamp(2.1rem, calc(2.8rem + 0.625vw), 2.8rem);
		line-height: 3rem;

	}
	
	.main_contents_sp {
        width: 70%;
    }
	
	.main_contents_margin  p:first-of-type{
		font-size: 0.8rem;
        margin: 0;
	}
	
	.main_contents_sp_undeline{
		width: 94%;
        height: 0.5em;
		margin: 0.25rem auto 0.75rem auto;
		background-color: #2c5476;		
	}
	
	.main_contents_margin p:nth-of-type(2){
		font-size: 1.2rem;
		margin: 0;
		letter-spacing: 0.3rem;
	}

	.main_contents_margin p:nth-of-type(3){
		font-size: 0.6rem;
		margin: 0 0 1.25rem 0;
	}

    .main_contents_margin {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        padding: 10%;
    }
	
	.main_contents_sp_sq_sq{
		width:100%;
		font-size: 0.75rem;
	}
	
	.main_contents_sp_sq a {
        width: 100%;
		font-size: 1.25rem;
    }
	
/*会社案内sp */
	.main_aboutus_philosophy p:first-of-type{
		font-size: 1.4rem;
		margin: 0 0 1rem 0;
	}
	
	.main_aboutus_philosophy p:nth-of-type(2){
		font-size: 1.2rem;		
	}

	.main_aboutus_philosophy ul li{
		font-size: 1rem;
	}

	.main_aboustus_OL dl {
		width: 100%;
		display: block;
	}

	.main_aboustus_OL dt {
		width: 100%;
		background-color: #d1d1d1;
	    padding: 1rem 0;
	}	

	.main_aboustus_OL dd {
		margin: 2rem 0;
	}	
	
	dl.row dt {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	

	dl.row dd {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	

/*　事業概要 */	
	
	.main_overview_contents ul li:nth-of-type(2n){
        margin: 0 auto 2rem auto !important;
    }	

	.overview_margin{
		margin-top:3rem;
	}
	
}


@media(max-width:380px){
	
	h2{
		font-size: 1.8rem;
	}

	h3{
		font-size: 1.4rem;
	}	
	
	.main_catch{
		font-size: clamp(2.1rem, calc(2.8rem + 0.625vw), 2.6rem);
	}
	
    .main_aboutus_philosophy ul li {
        font-size: 0.9rem;
    }	
	
	.main_aboutus_message p {
    font-size: 0.9rem;
	}
	
	.main_aboustus_OL dl {
		width: 100%;
		display: block;
	}

	.main_aboustus_OL dt {
		width: 100%;
		background-color: #d1d1d1;
	    padding: 1rem 0;
	}	

	.main_aboustus_OL dd {
		margin: 2rem 0;
	}	
	
	dl.row dt {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	

	dl.row dd {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	
	
	.line-break_2{
		display: none;
	}
	
	
	
}

@media(max-width:350px){
	
	h2{
		font-size: 1.8rem;
	}

	h3{
		font-size: 1.4rem;
	}	
	
	
	.main_catch{
		font-size: clamp(1.8rem, calc(2.8rem + 0.625vw), 2.1rem);
		line-height: 2.8rem;

	}
	
	.main_aboustus_OL dl {
		width: 100%;
		display: block;
	}

	.main_aboustus_OL dt {
		width: 100%;
		background-color: #d1d1d1;
	    padding: 1rem 0;
	}	

	.main_aboustus_OL dd {
		margin: 2rem 0;
	}	
	
	dl.row dt {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	

	dl.row dd {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	
	
	
}

@media (min-width: 901px) and (max-width: 1199px) {
	
	.main_contents_pc_sq{
		width: 35%;
		margin: 2.5% 6.5%;
	}	
}


@media (min-width: 801px) and (max-width: 900px) {
	
	.main_contents_pc_sq{
		width: 40%;
		margin: 2.5% 6%;
	}	
}

@media (min-width: 650px) and (max-width: 799px) {
	

	.main_aboutus_message div{
		display: block;
		width:100%;
	}

	.main_aboutus_message div div{
		display: block;
		width:100%;
		padding: 0;
	}	

	.main_aboustus_OL dl {
		width: 100%;
		display: block;
	}

	.main_aboustus_OL dt {
		width: 100%;
		background-color: #d1d1d1;
	    padding: 1rem 0;
	}	

	.main_aboustus_OL dd {
		margin: 2rem 0;
	}	
	
	dl.row dt {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	

	dl.row dd {
		text-align: center;
		border-bottom: none;
		justify-content: center;
	}	

}

@media (min-width: 768px) and (max-width: 800px) {
	
	 .main_contents_pc_sq {
        margin: 2.5% 6%;
    }
	
	.main_contents_guidance{
		display: none;
	}

	.main_contents_guidance_sp{
		background-image: url("../img/TOP_main_sp_01.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		width:100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.main_contents_overview_sp{
		background-image: url("../img/TOP_main_sp_02.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		width:100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.main_contents_faq_sp{
		background-image: url("../img/TOP_main_sp_03.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		width:100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.main_contents_padding{
		margin:1rem;
	}
	
	.main_contents_sp_sq{
		width: 55%;
		margin: 1.5rem auto;
		text-align: center;
		color:#FFFFFF;
		background-color: #2872ad;
	}	
	
	.main_contents_margin  p:first-of-type{
		font-size: 1.2rem;
        margin: 0;
	}
	
	.main_contents_sp_undeline{
		width: 60%;
        height: 0.5em;
		margin: 0.25rem auto 0.75rem auto;
		background-color: #2c5476;		
	}
	
		
	.main_contents_margin p:nth-of-type(2){
		font-size: 1.6rem;
		margin: 0;
		letter-spacing: 0.3rem;
	}

	.main_contents_margin p:nth-of-type(3){
		font-size: 1rem;
		margin: 0 0 1.25rem 0;
	}

	.main_contents_margin{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
		padding: 3rem 0;
	}
		
	.main_contents_sp_sq a{
		width:60%;
	}

	.main_contents_sp_sq_sq{
		width:100%;
		background-color: #2c5476;
		height: 4rem;
		margin: auto;
		padding: 1.25rem 0 0.75rem 0;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1rem;			
	}
	
	.main_contents_sp_sq_sq:hover{
		background-color: #FFFFFF;
		color:#2c5476;
		transition: 0.5s;
	}	
	
    .footer_top_right {
        width: 55%!important;
    }	

	
}


@media (min-width: 600px) and (max-width: 799px) {
	.main_aboutus_message div{
		display: block;
		width:100%;
	}

	.main_aboutus_message div div{
		display: block;
		width:100%;
        padding: 0;
	}
	
	.border{
		border: none;
	}

/*	
	dl.row dt::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #FFFFFF;
	}
*/
	
	.main_aboustus_OL dl {
		width: 100%;
		display: block;
		border: none;
	}

	.main_aboustus_OL dt {
		width: 100%;
		background-color: #d1d1d1;
	    padding: 1rem 0;
		border: none;
	}	

	dl.row dt {
		text-align: center;
		border-bottom: none;
		justify-content: center;
		height: 100%;
        padding: 1rem 0;
	}	

	dl.row dd {
		border-bottom: none;
		justify-content: center;
		padding: 1rem 1rem 2rem 1rem;
		margin: 0;
		text-align: center;
	}

	.dd_color{
/*		padding: 1rem 0 0 0 !important; */
/*		border-left: 1px #A0A0A0 solid !important; */
	}	
	
	.dd_last{
		padding: 0 0 1rem 0!important;
	}

.main_aboustus_OL dd dl dd dt{
	border: none;
    padding: 0 0 0 0 !important;
}
	
	
}

@media (min-width: 900px) and (max-width: 1140px) {

    .footer_top_right {
        width: 36%!important;
    }	
	
}

@media (min-width: 350px) and (max-width: 800px) {
	
	.line-break_2{
		display: block;	}
	
}


