@charset 'UTF-8';
/* Scss Document */
/*#inHeader {
  background-image: url(../img/user/headerBg.jpg);
}*/

.wrapgNav,
.h_02,
.h_12:after,
.h_13,
/* .linkArea, */
.blogArea01 .blogDay,
.btn02:hover,
/* .pagetop a:hover, */
.btn04 {
  background-color: #5f5f5f;
}
.wrapgNav {
  background-color: #FFF;
}
.pagetop a {
  background-color: #008dff;
}
.pagetop a:hover {
  background-color: #003382;
}

.h_03,
.h_04,
.h_05,
.h_06,
.h_07:before,
.h_07:after,
.h_08,
.h_10,
.h_14,
.h_14:beofre {
  border-color: #5f5f5f;
}

.btn03 {
  border-color: #5f5f5f;
}

.h_13:after {
  border-top-color: #5f5f5f;
}

.h_03,
.h_04,
.h_05,
.h_06,
.h_07,
.h_08,
.h_09,
.h_10,
.h_12,
.h_14,
.newsArea02 .blogBox dt,
.blogArea02 .blogDay,
.btn03 {
  color: #003382;
}

.gNav li a,
.h_02,
.h_11,
.h_13,
.copyright,
.blogArea01 .blogDay {
  color: #FFF;
}

.gNavList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.gNav li {
  float: none;
	margin-left: 1em;
  margin-top: 10px;
	box-sizing: border-box;
}
.gNav li a {
  color: #003382;
}

.gNav li a {
  border-color: #adadad;
	border: none;
	box-sizing: border-box;
	padding: 5px .5em;
	font-size: min(4.5vw, 18px);
}

.gNav li:hover {
	border-bottom: 2px solid #003382;
	transition: .5s;
  border-color: #003382;
}

.mainArea {
  position: relative;
}
.mainArea .m_inner {
  position: absolute;
  z-index: 100;
  bottom: 5%;
  left: 12%;
  display: flex;
}

.imgArea01 {
  background-color: #eeeeee;
}

.copyright {
  background-color: #FFF;
}

.copyright p {
  color: #000;
}

.contactBox01 .contactBtn {
  background-color: #999;
	border-radius: 2rem;
}

.contactBox01 .contactBtn p {
  color: #FFF;
}

.contactBox01 .contactBtn p img {
	width: 2rem;
	height: 2rem;
}

.contactBox02 .contactBtn a:after {
  color: #A67F4C;
}

.contactBox02 .contactBtn p.ttl {
  color: #969696;
}

.contactBox02 .contactBtn p {
  color: #A67F4C;
}

.contactBox03 .contactBtn {
  background-color: #F7F5F3;
}
#main {
  padding-top: 80px;
}
#inFooter {
  background-color: #003382;
}

@media screen and (max-width: 1400px) {
  .mainArea .m_inner {
    left: 6%;
  }
  .mainArea .m_inner .m_txt img {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  header .header_lg {
    padding: 10px;
  }
  header .header_lg .logo a img {
    vertical-align: middle;
  }
  /* #main {
    padding-top: 65px;
  } */
  .mainArea .m_inner .m_txt img {
    width: 60%;
  }
  .gNav li a {
    font-size: min(4.5vw, 15px);
  }
  p.coming {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
	header {
    display: block;
		background-color: #FFF;
  }
	header nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    border-top: 1px solid #CCC;
	}
	.header_lg .h1_center {
    /* position: absolute;
    width: 40%;
		max-width: 230px;
    margin-top: 15px;*/
	}
	header .header_lg {
    width: 80%;
    max-width: 300px;
		padding: 0 20px;
  }
  .mainArea .m_inner {
    top: 15%;
    bottom: 0;
  }
  .mainArea .m_inner .m_txt img {
    width: 80%;
  }
  #inHeader {		
		min-height: 80px;
		background-color: #FFF;
    background-image: none;
    border-bottom: none;
  }

  #toggle a {
    background-color: #003382;
  }
	.gNav li {
		margin-left: 0;
	}
	.gNav li:hover {
		border-bottom: none;
	}
	.gNav li a {
		line-height: 2.5;
		border-bottom: 1px dashed #022150;
		background-color: #003382;
    color: #FFF;
  }
}

/* btn */
.btnarrow {
	position: relative;
	background: #003382;
	padding: 10px 60px 10px 30px;
	display: inline-block;
	transition: all .2s linear;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 1px solid #003382;
	border-radius: 50px;
	width: 250px;
}
.btnarrow:hover {
	color: #fff;
	text-decoration: none;
  /* background: #e98136;
	border: 1px solid #e98136; */
}
.btnarrow:before {
  content: "";
  position: absolute;
  top: 18%;
  right: 25px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #fff;
  transition: all .2s linear;
}
.btnarrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 36px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #003382;
  border-right: 2px solid #003382;
  transform: rotate(45deg);
  transition: all .2s linear;
}
.btnarrow:hover::before {
	right: 15px;
}
.btnarrow:hover::after {
	right: 26px;
}
.btnarrow_ab {
	text-align: left;
	max-width: 420px;
	width: 100%;
}
.lightBlue {
	background-color: #008DFF;
	border: 1px solid #008DFF;
}
.btnarrow_ab:after {
	top: calc(50% - 6px);
	right: 35px;
	transform: rotate(135deg);
}
.lightBlue:after {
	border-top: 2px solid #008DFF;
	border-right: 2px solid #008DFF;
}
.btnarrow_ab:hover {
	color: #fff;
	text-decoration: none;
  /* background: #e98136;
	border: 1px solid #e98136; */
}

/* TOP */
.conceptArea:nth-child(2n-1) {
  background: linear-gradient(to right, rgba(137, 255, 255, 0.05), rgba(0, 141, 255, 0.05), rgba(0, 51, 130, 0.05));
}
.conceptBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 50px 50px;
}
.conceptBox .left {
  width: calc(60% - 105px);
}
.conceptBox .left h2 {
  position: relative;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  font-size: min(4.7vw, 33px);
  text-align: left;
  line-height: 1.3;
  letter-spacing: .05em;
  color: #003382;
}
.conceptBox .left h2:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  letter-spacing: 0;
  color: #008dff;
}
.conceptBox .left h2.tit01:before {
  content: "Company Profile";
}
.conceptBox .left h2.tit02:before {
  content: "Business content";
}
.conceptBox .left h2.tit03:before {
  content: "Price information";
}
.conceptBox .left .txt {
  font-size: min(4vw, 16px);
  font-weight: bold;
  color: #003382;
}
.conceptBox .right {
  /* width: calc(40% - 30px); */
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .conceptBox .left,
  .conceptBox .right {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .conceptBox {
    display: flex;
    flex-wrap: wrap;
  }
  .conceptBox .left,
  .conceptBox .right {
    width: 100%;
  }
}

/* SUB */
.sub_img {
  background-image: url(../img/user/subBg.webp);
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1500 / 250;
  position: relative;
}
.h_001 {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: min(5vw, 33px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .05em;
  color: #003382;
  margin-bottom: 100px;
}
.h_001:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(3.1vw, 14px);
  letter-spacing: 0;
  color: #008dff;
} 
@media screen and (max-width: 767px) {
  .sub_img {
    height: 200px;
  }
	.h_001 {
	  margin-bottom: 50px;
	}
}

/* INFO */
.infoArea .h_001:before {
	content: "Company Profile";
}
.infoBox h2 {
	color: #003382;
	position: relative;
	text-align: center;
	padding: 20px 1em 0;
	font-size: min(4.5vw, 28px);
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .05em;
}
.infoBox .featureList {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
}
.infoBox .featureList li {
	width: 50%;
	padding: 0 15px 20px;
	text-align: left;
}
.infoBox .featureList li dl dt {
	padding-top: 8rem;
	position: relative;
	font-size: min(4.2vw, 22px);
	font-weight: bold;
	line-height: 1.3;
	color: #008dff;
	text-align: center;
	padding-bottom: 20px;
}
.infoBox .featureList li dl dd {
	font-size: min(3.8vw, 18px);
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 2em;
}
.infoBox .featureList li dl dt:before {
	content: "";
	position: absolute;
	top: 2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 5rem;
	height: 5rem;
	background-size: cover;
	background-position: center center;
}
.infoBox .featureList li dl dt.icon01:before {
	background-image: url("../img/user/feature_icon01.svg");
}
.infoBox .featureList li dl dt.icon02:before {
	background-image: url("../img/user/feature_icon02.svg");
}
.infoBox .featureList li dl dt.icon03:before {
	background-image: url("../img/user/feature_icon03.svg");
}
.infoBox .featureList li dl dt.icon04:before {
	background-image: url("../img/user/feature_icon04.svg");
}
.infoBox .infoTxt {
	max-width: 1100px;
	margin: 0 auto;
}
.infoBox .infoTxt .box01 h3.name {
	font-size: min(4.2vw, 20px);
	border-bottom: 1px solid #008dff;
}
.infoBox .infoTxt .box01 h3.name span {
	padding-left: 1em;
	font-size: .8em;
	font-weight: 700;
	color: #008dff;
}
.infoBox .infoTxt h4 {
	font-size: min(4vw, 18px);
	color: #008dff;
}
.infoBox .infoTxt .box01 ul {
	padding: 0 2em 25px;
}
.infoBox .infoTxt .box01 ul .txt02 {
	padding: 0 1.5em 10px;
}
.infoBox .infoTxt .box02 ul {
	padding: 0 2em 25px;
	text-align: left;
}

@media screen and (max-width: 767px) {
.infoBox {
    padding: 0 5vw;
}
.inInfoArea dl dt {
    width: 100%;
    padding: 5px 1em;
}
.inInfoArea dl dd {
    width: 100%;
    padding: 15px 1em;
}
.infoBox .featureList li {
	width: 100%;
    padding: 0 1em 20px;
}
.infoBox .featureList li dl dd {
	padding: 10px 0;
}
}

/* ABOUT */

#houjin,#kojin {
	padding-top: 80px;
	margin-top: -80px;
}

.aboutArea .h_001:before {
  content: "Business content";
}
.aboutNavi {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	width: 100%;
   max-width: 900px;
	margin: 0 auto;
}
.aboutNavi li {
	width: calc(50% - 10px);
	margin: 0 5px;
	text-align: center;
}
.aboutArea .h2Box {
	padding-top: 150px;
	text-align: center;
}
.aboutArea .h2Box h2 {
	font-size: min(5vw, 30px);
	padding: 0 0.5em;
	line-height: 1.4;
	display: inline-block;
	margin-bottom: 60px;
}
.aboutArea .h2Box h2.houjinTit {
	color: #003382;
	border-bottom: 2px solid #003382;
}
.aboutArea .h2Box h2.kojinTit {
	color: #008DFF;
	border-bottom: 2px solid #008DFF;
}
.aboutArea .aboutList {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.aboutArea .aboutList li {
	margin: 20px 10px;
	border-radius: 15px;
	box-shadow: 2px 2px 5px rgba(15,76,107,.3);
}
.aboutList .aboutList100 {
	padding: 60px 50px 20px;
	width: calc(100% - 20px);
}
.aboutList .aboutList33 {
	padding: 30px 30px;
	width: calc(100% / 3 - 20px);
}
.aboutList .line1 {
	padding: 65px 30px;
}
.aboutList .aboutList50 {
	padding: 20px 50px 40px;
	width: calc(100% / 2 - 20px);
}
.aboutList .aboutList100 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-content: space-around;
}
.aboutList .aboutList100 .right {
	width: 300px;
}
.aboutList .aboutList100 .left {
	width: calc(100% - 300px);
	padding-right: 2.2vw;
}
.aboutList h3 {
	font-size: min(4.6vw, 26px);
	padding: 0;
	line-height: 1.4;
	margin-bottom: 25px;
	color: #003382;
    letter-spacing: -.03em;
}
.aboutList .aboutList50 h3 {
	color: #008dff;
}
.aboutList p {
	font-size: min(3.6vw, 16px);
	font-weight: bold;
	line-height: 1.8;
    letter-spacing: .01em;
}
.aboutList .smallTxt {
	margin-left: .15em;
	padding: 5px 0 5px 1em;
	text-align: left;
	font-style: italic;
}
.aboutList .smallTxt02 {
	font-weight: normal;
	font-size: .9em;
}
.aboutList .aboutList50 .top {
	width: 300px;
	margin: 0 auto;
}
.aboutList .aboutList50 .bottom {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.aboutNavi li {
		width: calc(100% - 10px);
		margin: 0 5px;
	}
	.aboutArea .h2Box {
		padding-top: 80px;
	}
	.aboutArea .h2Box h2 {
		margin-bottom: 20px;
	}
	.aboutList .aboutList100 .right {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.aboutList .aboutList100 .left {
		width: 100%;
	}
	.aboutList .aboutList100 {
		padding: 0 8vw 40px;
	}
	.aboutList .aboutList33 {
		padding: 40px 8vw 40px;
		width: 100%;
	}
	.aboutList .aboutList50 {
		padding: 0 8vw 40px;
		width: 100%;
	}
	.aboutList .aboutList50 .top {
		width: 100%;
		max-width: 300px;
	}
}

/* FEE */
.feeArea .h_001:before {
  content: "Price information";
}
.feeArea {
	padding-bottom: 80px;
}
.feeArea .feeBox {
	margin-bottom: 120px;
}
.feeArea h2 {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto 15px;
    color: #003382;
    position: relative;
    text-align: left;
    padding: 10px 1em 10px 1em;
    font-size: min(4.5vw, 28px);
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .05em;
	border-left: 4px solid #003382;
}
.feeArea h2 span {
    font-size: min(4.5vw, 28px);
	font-weight: bold;
}
.feeBox .feeTable {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
}
.feeBox .feeTable tr th {
	width: 18%;
	text-align: left;
	vertical-align: middle;
	font-size: min(2.6vw,16px);
	font-weight: bold;
	line-height: 1.3;
	padding: 20px .5em;
	box-sizing: border-box;
	border: 2px solid #FFF;
	background-color: #f0f9ff;
}
.feeBox .feeTable tr th.blue {
	width: 28%;
	color: #003382;
	background-color: #dfebf4;
}
.feeBox .feeTable tr td {
	font-size: min(2.6vw,16px);
	line-height: 1.3;
	padding: 20px 1em;
	box-sizing: border-box;
	border: 2px solid #FFF;
	background-color: #f9f9f9;
	text-align: right;
}
.feeBox p {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 1em 0;
	font-size: min(2.8vw,16px);
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.feeArea h2 {
		width: 96%;
		padding: 10px 1em 10px .5em;
	}
	.feeArea h2 span {
		font-weight: bold;
		font-size: .8em;
		letter-spacing: -.02em;
	}
	.feeArea {
		padding-bottom: 20px;
	}
	.feeArea .feeBox {
		margin-bottom: 80px;
	}
	.feeBox .feeTable tr td {
		padding: 20px 1em;
		letter-spacing: -.02em;
	}
}

/* FLOW */
.flowArea .h_001:before {
  content: "Flow";
}
.flowList {
	padding: 10px;
}
.flowList > li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-content: space-around;
	margin: 40px auto;
	padding: 20px 30px 10px;
	border-radius: 15px;
	box-shadow: 2px 2px 5px rgba(15,76,107,.3);
}
.flowList li .img {
	width: 300px;
}
.flowList li .txt {
	width: calc(100% - 300px);
	padding-right: 2.2vw;
}
.flowList li .txt h2 {
	margin-top: 45px;
	padding-left: 2em;
	padding-right: 0;
	font-size: min(5vw,25px);
	font-weight: bold;
    text-align: left;
    line-height: 1.5;
    letter-spacing: .1em;
	color: #003382;
	position: relative;
}
.flowList li .txt h2:before {
	position: absolute;
	top: 2px;
	left: .5em;
	font-size: min(5.3vw,28px);
	font-weight: bold;
    text-align: left;
    line-height: 1.1;
    letter-spacing: .1em;
	color: #003382;
}
.flowList li .txt h2.tit01:before {
	content: "1.";
}
.flowList li .txt h2.tit02:before {
	content: "2.";
}
.flowList li .txt h2.tit03:before {
	content: "3.";
}
.flowList li .txt h2.tit04:before {
	content: "4.";
}
.flowList li .txt p {
	font-size: min(3.8vw,18px);
	padding: 0 2em 0 .75em;
}
.flowList li .txt ul li {
	position: relative;
	margin-bottom: 5px;
	margin-left: 15px;
    text-align: left;
}
.flowList li .txt ul li a {
	padding-left: 1.75em;
	font-size: min(5vw,24px);
	font-weight: bold;
	line-height: 30px;
}
.flowList li .txt ul li a:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.flowList li .txt ul li.icon01 a:before {
	background-image: url("../img/user/flow_icon01.svg");
}
.flowList li .txt ul li.icon02 a:before {
	background-image: url("../img/user/flow_icon02.svg");
}

@media screen and (max-width: 767px) {
	.flowList li .txt h2 {
		margin-top: 0;
	}
	.flowList li .img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.flowList li .txt {
		width: 100%;
		padding: 0 3vw;
	}
	.flowList > li {
		margin: 0 auto 40px;
		padding: 0 2vw 60px;
	}
	.flowList li .txt p {
		padding: 0 .75em 0 .75em;
	}
	.flowList li .txt ul li a {
		padding-left: 2.3em;
	}
}

/* ACCESS */
.accessArea .h_001:before {
  content: "Access";
}
.mapBox iframe {
	width: 100%;
}
.accessTit {
	color: #003382;
	line-height: 2.1;
	border-bottom: 1px solid #003382;
}
@media screen and (max-width: 767px) {
  
}

/* CONTACT */
.contactArea .h_001:before {
  content: "Contact";
} 

/* CONTACT */
.privacyArea .h_001:before {
  content: "Privacy Policy";
} 
@media screen and (max-width: 767px) {
  
}
