@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
/*settings
---------------------*/
html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
    font-size:1.6rem;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    text-align: justify;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
    line-height: 1.8 !important;
    color: #1F1816;
    box-sizing: border-box;
	overflow: hidden;
}
img{
    max-width: 100%;
}
.sp,.sp_ibk,.sm,.s_cont{
    display: none;
}
.w1210{
    width: 1210px;
	/*min-width: 80%;*/
	max-width: 95%;
    margin: auto;
}
.inner{
    padding: 6rem 0;
}
.mb35{
	margin-bottom: 3.5rem;
}
@media screen and (max-width: 1220px) {
.lg{
    display: none;
}
}
@media screen and (max-width: 1210px) {
}
@media screen and (max-width: 960px) {
.sp{
    display: block;
}
.pc{
    display: none;
}
.w1210{
	max-width: 90%;
}
}
@media screen and (max-width: 680px) {
body {
    font-size:1.4rem;
    line-height: 1.6 !important;
}
.inner{
    padding: 3rem 0;
}
.tab{
	display: none;
}
.sm{
	display: block;
}
.s_cont{
    display:contents;
}
}

/*others
---------------------*/
.flex_style{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.align_center{
	align-items: center;
}
.left_cont{
	width: 49%;
}
.right_cont{
	width: 47%;
}
.text_center{
	text-align: center;
}
.read_text{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
.read_text{
	font-size: 1.8rem;
	margin-bottom: 4rem;
}
}
@media screen and (max-width: 767px) {
.left_cont,
.right_cont{
	width: 100%;
}
.left_cont img,
.right_cont img{
	display: block;
	width: 50rem;
	margin: auto;
}
.right_cont{
	margin-top: 2rem;
}
.read_text{
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 3rem;
	text-align: left;
}
}
/*btn
---------------------*/
.btn_more{
	width: 17rem;
	height: 42px;
	font-size: 1.8rem;
	color: #fff;
	background: #1D2088;
	border: 2px solid #1D2088;
	border-radius: 50px;
	position: relative;
	padding-left: 56px;
	display: flex;
	align-items: center;
	transition: .5s;
}
.btn_wrap{
	position: relative;
}
.service_cont .btn_more_white{
	color: #1D2088;
	background: #fff;
	border: 2px solid #fff;
	position: absolute;
	bottom: 3rem;
	right: 3rem;
}
.btn_more:hover{
	color: #1D2088;
	background: #fff;
	padding-left: 26px;
}
.service_cont:hover .btn_more_white{
	color: #fff;
	background: #1D2088;
	border: 2px solid #1D2088;
	padding-left: 26px;
}

.btn_more:before{
	content: "→";
	font-size: 1.1rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 4px;
	left: 0;
	margin-left: 5px;
	background: #fff;
	color: #1D2088;
	border-radius: 50px;
	transition: .5s;
}
.btn_more.btn_more_white:before{
	background: #1D2088;
	color: #fff;
}
.btn_more:hover:before{
	color: #fff;
	background: #1D2088;
	margin-left: 130px;
}
.service_cont:hover .btn_more.btn_more_white:before{
	color: #1D2088;
	background: #fff;
	margin-left: 130px;
}
@media screen and (max-width: 767px) {
.service_cont .btn_more_white{
	bottom: 1rem;
	right: 1rem;
}
}

/*bg_line
---------------------*/
.list_bg_line{
	position: relative;
	padding: 3rem 0;
	margin-top: 6rem;
}
.list_bg_line:before{
	content: "";
	/*width: calc(1210px + calc(calc(100% - 1210px) / 2));
	width: 90%;*/
	width: calc(1210px + calc(calc(100% - 1210px) / 2));
	height: 3rem;
	position: absolute;
	right: 0;
	top: 0;
	background: #1D2088;
}
.list_bg_line:after{
	content: "";
	/*width: 90%;*/
	width: calc(1210px + calc(calc(100% - 1210px) / 2));
	height: 3rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1D2088;
}
.list_bg{
	background: #F2F5FE;
}
.list_wrap{
	background: #fff;
	padding: 9rem 0;
}
@media screen and (max-width: 1210px) {
.list_bg_line:before,
.list_bg_line:after{
	width: 97.5%;
}
}
@media screen and (max-width: 960px) {
.list_bg_line{
	margin-top: 3rem;
}
.list_bg_line:before,
.list_bg_line:after{
	width: 95%;
}

.list_wrap{
	background: #fff;
	padding: 3rem 0;
}
}
@media screen and (max-width: 767px) {
.list_bg_line{
	padding: 2rem 0;
	margin-top: 3rem;
}
.list_bg_line:before,
.list_bg_line:after{
	height: 2rem;
	width: 95%;
}
}
/*ttl
---------------------*/
.h1_style{
	width: 30%;
    max-width: 30rem;
}
.h2_style{
	font-size: 4.8rem;
	color: #fff;
}
.h2_style span{
	display: block;
	font-size: 1.8rem;
}
.h3_style{
    font-size: 2.4rem;
	font-weight: bold;
    line-height: 1;
    margin-bottom: 4rem;
}
.h3_style02{
    font-size: 3.2rem;
	font-weight: bold;
    margin-bottom: 4rem;
}
.h3_style span{
	display: block;
    font-size: 4rem;
	line-height: 2;
}

.h4_style{
    font-size: 2.4rem;
	color: #fff;
}
@media screen and (max-width: 1210px) {
.h2_style{
	font-size: 4.2rem;
	line-height: 1.6;
}
.h2_style span{
	font-size: 1.6rem;
	line-height: 1;
}

}
@media screen and (max-width: 960px) {
.h2_style{
	font-size: 3.2rem;
}
.h2_style span{
	font-size: 1.4rem;
}
.h3_style{
    font-size: 2rem;
    margin-bottom: 3rem;
}
.h3_style02{
    font-size: 2.4rem;
    margin-bottom: 2rem;
	line-height: 1.6;
}
.h3_style span{
    font-size: 3rem;
	line-height: 2;
}

.h4_style{
    font-size: 2rem;
	color: #fff;
}
}
@media screen and (max-width: 767px) {
.h1_style{
	width: 20rem;
    max-width: 80%;
}
.h2_style{
	font-size: 2.6rem;
}
.h2_style span{
	font-size: 1.1rem;
}
.h3_style02{
    font-size: 1.8rem;
}
.h3_style{
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

.h3_style span{
    font-size: 2.4rem;
	line-height: 1.6;
}
}

/*list
---------------------*/
.list_style{
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}
.list_style dt{
	width: 20%;
	border-bottom: 2px solid #1D2088;
	padding: 2.5rem 0;
}
.list_style dd{
	width: calc(80% - 5px);
	border-bottom: 2px solid #1F1816;
	padding: 2.5rem 0;
}
.list_style dt:first-of-type{
	border-top: 2px solid #1D2088;
}
.list_style dd:first-of-type{
	border-top: 2px solid #1F1816;
}
@media screen and (max-width: 960px) {
.list_style{
	max-width: 90%;
}
.list_style dt,
.list_style dd{
	padding: 2rem 0;
}
}
@media screen and (max-width: 960px) {
.list_style dt,
.list_style dd{
	padding: 1rem 0;
}
}
/*navigation
---------------------*/
.header_wrap{	
	align-items: center;
	padding: 2rem 0;
}
nav{
	max-width: 68%;
}
.gnav{
	width: 800px;
	max-width: 100%;
	align-items: center;
}
.gnav a{
    display: block;
    padding: 0.2rem 1rem;
    color: #1F1816;
    font-size:  1.8rem;
}
.gnav a:hover{
    color: #1D2088;
}
.gnav li:last-child a{
    display: block;
    padding: 0.2rem 2rem;
    color: #fff;
	background: #1D2088;
	border: 1px solid #1D2088;
	border-radius: 500px;
	transition: .5s;
}
.gnav li:last-child a:hover{
	background: #fff;
    color: #1D2088;
}
@media screen and (max-width: 1210px) {
.gnav a{
	font-size:  1.6rem;
}
.gnav li:last-child a{
    padding: 0.5rem 1rem;
	margin-top: 3rem;
}
}
@media screen and (max-width: 960px) {
header nav,.gnav,.gnav li,.gnav li a{
	width: 100%;
	max-width: 100%;
}
.nav{
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100vh;
	margin: 0;
	padding: 3rem;
	background-color: #fff;
	transition: left 500ms ease;
	z-index: 1000;
}
.gnav{
	padding: 3rem ;
	display: block;

}
.gnav a{
	margin-bottom: 2rem;
}
.gnav li:last-child a{
	text-align: center;
}
}
/*hambager
---------------------*/
#menu {
  display: none;
}
@media screen and (max-width: 960px) {
.menu {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: #1D2088;
  border: 1px solid white;
  border-radius: 50%;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 200;
}
.menu span {
  position: relative;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  float: left;
  transform-origin: center center;
  transition: transform 250ms ease;
  z-index: 200;
}
.menu span:nth-of-type(1) {
  transform: translateY(-5px);
}
.menu span:nth-of-type(3) {
  transform: translateY(5px);
}
#menu {
  display: none;
}
#menu:checked ~ .menu {
  background-color: transparent;
  transform: rotate(360deg);
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span {
  background-color: #1D2088;
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
}
#menu:checked ~ .menu span:nth-of-type(2) {
  display: none;
}
#menu:checked ~ .menu span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
}
#menu:checked ~ .nav {
  left: 0px;
  transition: left 500ms ease;
}
#menu:checked ~ main {
  transform: translateX(250px);
  transition: transform 500ms ease;
}
}
/*main_img
---------------------*/
.main_img {
	width: 100%;
	position: relative;
	padding-top: 6rem;
	margin-top: 3rem;
}
.main_img img{
	display: block;
	max-width: 98%;
	/*width: calc(calc(calc(100vw - 1600px) / 2) + 1600px);*/
	margin: -10rem 0 0 auto;
}
.main_img:before{
	height: 340px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	background-color: #1D2088;
	transform: skewY(-2deg);
	z-index: -1;
	animation: bg 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay:.5s;
}
@keyframes bg {
  0% {
	width: 0%;
  }
  100% {
	width: 100%;
  }
}

@media screen and (max-width: 1210px) {
.main_img {
	padding-top: 5rem;
}
.main_img img{
	margin: -7rem 0 0 auto;
}
.main_img:before{
	height: 240px;
}
}
@media screen and (max-width: 960px) {
.main_img {
	margin-top: 0;
}
.main_img img{
	margin: -5rem 0 0 auto;
}
.main_img:before{
	height: 240px;
}
}
@media screen and (max-width: 767px) {
.main_img {
	padding-top: 2rem;
}
.main_img img{
	max-width: 100%;
	margin: -2rem 0 0 auto;
}
.main_img:before{
	height: 150px;
}

}
@media screen and (max-width: 480px) {
.main_img:before{
	height: 135px;
}
}
/*contact
---------------------*/
.contact_list{
	display: flex;
}
.contact_list li{
	width: 32.5%;
}
.contact_list li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #1D2088;
	color: #1D2088;
	transition: .5s;
	font-size: 3.7rem;
	padding: 1rem 2.5rem;
	font-weight: 500;
	line-height: 1;
}
.contact_list li a img{
	max-width: 52px;
	margin-right: 2.5rem;
}
/*.contact_list li a:hover img{
	border: 2px solid #fff;
	border-radius: 100px;
}*/

/*.contact_list li a:hover{
	background: #1D2088;
	color: #fff;
}*/
.contact_list li:last-child a{
	border: 2px solid #EFC052;
	background: #EFC052;
	color: #1F1816;
	transition: .5s;
	font-size: 2.2rem;
}
.contact_list li:last-child a:hover{
	border: 2px solid #09942A;
	background: #09942A;
	color: #fff;
}
@media screen and (max-width: 1260px) {
.contact_list li a{
	font-size: 2.6rem;
	padding: 1rem 1.5rem;
}
.contact_list li a img{
	max-width: 48px;
	margin-right: 1.5rem;
}
.contact_list li:last-child a{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 960px) {
.contact_list{
	flex-wrap: wrap;
}
.contact_list li{
	width: 49%;
	margin-bottom: 1rem;
}

}
@media screen and (max-width: 767px) {
.contact_list li{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 1rem;
}
.contact_list li a{
	font-size: 2.8rem;
	padding: 1rem 2.5rem;
}
.contact_list li:last-child a{
	font-size: 1.8rem;
}

}
/*footer
---------------------*/
footer{
	background: #1D2088;
	padding: 4rem 0 1rem;
	color: #fff;
}
footer a{
	color: #fff;
}
.footer_logo{
	max-width: 30rem;
	margin-bottom: 1rem;
}
.footer_number{
	font-size: 1.9rem;
	letter-spacing: .8px;
}
.copy{
	font-size: 1.2rem;
	padding-top: 1rem;
	border-top: 2px solid #fff;
	margin-top: 2rem;
	text-align: center;
	line-height: 1;
}
.footer_nav{
	max-width: 36rem;
}
.footer_nav li{
	width: 50%;
	margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
footer{
	font-size: 1.4rem;
}
.footer_logo{
	max-width: 25rem;
}
.footer_number{
	font-size: 1.7rem;
	letter-spacing: .8px;
}

.footer_nav{
	max-width: 30rem;
	font-size: 1.4rem;
}
}
@media screen and (max-width: 767px) {
footer{
	padding: 2rem 0 1rem;
}
.footer_logo{
	max-width: 20rem;
	margin-bottom: 1rem;
}
.footer_number{
	font-size: 1.6rem;
	letter-spacing: .8px;
}

.footer_nav{
	display: none;
}
}
/*pagetop
---------------------*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #1D2088;
	border: 1px solid #fff;
}
#page_top a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
}
