@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family: YakuHanJPs,"a-otf-midashi-go-mb31-pr6n",'Noto Sans Japanese',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
	/* font: 14px/1.9 inherit,'Noto Sans JP', Arial, Verdana, '游明朝', 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif; */
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0e02c0;
	text-decoration: none;
}

#content {
    width: 100%;
    height: 100%;
}

a:hover, .active{
  text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}

div {
    display: block;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* =======top============= */
#black_bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visiblity 0.3s;
}

#top.scr {
    background: #FFFFFF;
    transition: 0.3s;
    box-shadow: 0 20px 15px -15px rgb(0 0 0 / 10%);
    box-shadow: none;
    position: fixed;
}

#top.active {
    transform: translate(0%,0%);
    transition: .5s;
}

#top {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    transform: translate(0%,0%);
    transition: .5s;
}

#top.scr .top_inner {
    padding: 30px;
    transition: 0.3s;
}

#top.scr .top_inner .nav>ul>li>a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 0px 20px;
    font-family: 'Arial';
    font-weight: 700;
    line-height: 1;
    font-size: 0.9rem;
    position: relative;
    text-decoration: none;
}

.top_inner {
    max-width: 100%;
    margin: 0px auto;
    padding: 30px;
    transition: 0.3s;
}

.top_inner .nav>ul {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 0;
}

.top_inner .nav>ul>li {
    display: inline-block;
    width: auto;
    text-align: center;
}

.top_inner .nav>ul>li>a {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    margin: 0px 20px;
    font-family: 'Arial';
    font-weight: 700;
    line-height: 1;
    font-size: 0.9rem;
    position: relative;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.none {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*header設定*/

.business_header {
	display: block;
	width: 100%;
	height: 690px;
	background: center;
	background-color: #fbffe9;
	background-size: cover;
	background-repeat: no-repeat;
}

/*見出し設定*/
.col2_layout_even {
    height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 160px 2em 0 2em;
}

.col2_layout_service {
    height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 2em 0 2em;
}

.col2_layout_right {
    display: table-cell;
    width: 40%;
    height: 300px;
}

.col2_layout_left {
    display: table-cell;
	width: 40%;
    height: 300px;
}

.article_supplement_title {
    font-size: 2rem;
    color: #262629;
    font-family: "Arial";
    font-weight: 900;
	margin: 0 0 30px
}

.article_title01 {
    font-size: 30px;
    font-weight: 900;
	color: #0e02c0;
    margin-bottom: 15px;
    line-height: 1.6;
}

.col2_layout_text {
    letter-spacing: 1px;
    line-height: 180%;
	margin: 0 20px 0 0;
}

.index_top_bg {
    background-image: url("../images/a00.png");
	transition-duration: 0.5s;
}

.col2_layout_bg {
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 16px;
    background-repeat: no-repeat;
    transition: transform 0.3s;
    box-shadow: 0px 8px 32px 0px rgb(0 0 0 / 32%);
	width: 40%;
}

/* ====main=========================================== */
.content_inner {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 30px 0 30px 0;
    background: #FFFFFF;
}

.top_ttl {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    font-family: YakuHanJPs,Noto Sans Japanese;
}

.top_subttl {
    font-size: 1.2rem;
    text-align: center;
    color: #676969;
    margin-bottom: 40px;
}

.top_subttl .text {
    text-align: left;
	display: inline-block;
}

.article_title {
    font-size: 24px;
	max-width: 1080px;
    color: #262629;
    font-family: "Arial";
    font-weight: 900;
	padding:30px 60px 0px;
	margin: 0 auto;
}

.features dl{
	line-height: 1.2;
	color:#0e02c0
}

.features a{
	color:#0e02c0
}

.features dt{
	clear: left;
	float: left;
	display: block;
	width: 20%;
	margin-right: 10%;
	margin-bottom: 15px;
	text-align: right;
	line-height: 1.6em;
	font-size: 30px;
}

.features dd{
	width: 70%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 30px;
}

.features_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.features_box li {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 5%);
    max-width: 1080px;
    width: 100%;
    /* display: flex; */
    justify-content: center;
}


.features_box .word {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-40px);
    transition: transform 0.5s;
    will-change: contents;
}

.table{
	border-collapse: collapse;
	margin: 0 auto;
}
.table-img,.table-txt{
	vertical-align: top;
	width: 300px;
}
  .table-img{
	background: #fffacd;
  }
  .table-txt{
	background: #d2b48c;
  }
  .box-img,
  .box-text{
	display: inline-block;
	vertical-align: middle;
  }
  .box-img > img{
	width: 60px;
  }

/* ================price ===================== */
.headline-typeA.-black {
    color: #000;
}

.headline-typeA {
    margin: 20px;
    text-align: center;
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.table-scroll {
    margin-bottom: 50px;
}

.tableA {
    width: 700px;
	margin:auto;
}

.tableB {
    max-width: 1000px;
	margin:auto;
}

table {
    border-collapse: collapse;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.tableA th, .tableA td {
    padding: 15px 30px 12px;
    border: 1px solid #c0c0c0;
    vertical-align: middle;
}

.tableA th {
    font-weight: bold;
    background-color: #c7ddff;
}

.tableB th, .tableB td {
    padding: 15px 30px 12px;
    border: 1px solid #ffffff;
    vertical-align: middle;
	color: #0e02c0;
	font-size: 30px;
	vertical-align: top;
}

.tableB a {
    vertical-align: middle;
	color: #000000;
	font-size: 18px;
}

.tableB th {
    font-weight: bold;
    background-color: #c7ddff;
}

.col2_layout_B {
    height: 300px;
}

._right {
    text-align: end;
}

.notesA {
    font-size: 14px;
	margin: 0px 30px 20px 0;
	width: 80%;
}

.ex_layout_bg {
	display: table-cell;
    width: 40%;
    height: 300px;
    background-size: contain;
    background-position: 50% 50%;
    border-radius: 16px;
    background-repeat: no-repeat;
    transition: transform 0.3s;
    box-shadow: 0px 8px 32px 0px rgb(0 0 0 / 32%);
	width: 40%;
}

.ex_bg1 {
    background-image: url("../images/pv01.png");
}
.ex_bg2 {
    background-image: url("../images/pv02.png");
}


/* ================contact ===================== */
.col2_layout_btn{
	padding: 30px 0px 60px 0px;
}
.col2_layout_btn a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 260px;
    background: #0e02c0;
    margin: auto;
    padding: 10px;
    text-align: center;
    border-radius: 80px;
    color: #fff;
    font-weight: 800;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 12%);
}

.col2_layout_btn a:hover {
    color:#0e02c0;
    background: #e7e9ec;
	text-decoration: none;
	transition-duration: 0.5s;
}

.col2_layout_btn a span {
    position: relative;
    z-index: 2;
}

/* ================fotter ===================== */
.background_blue {
    background-color: #0e02c0;
}

.footer_inner {
    max-width: 100%;
    max-width: 1420px;
    height: auto;
    margin: 0px auto;
    padding: 80px 40px;
}

.footer_up_contents_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

.footer_up_contents_box li:first-child {
    margin-right: 60px;
}

.footer_up_contents_box li {
    border-radius: 10px;
    background: #0e02c0;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 5%);
    max-width: 637px;
    width: 100%;
    /* display: flex; */
    justify-content: center;
}


.footer_up_contents_box .word {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-40px);
    transition: transform 0.5s;
    will-change: contents;
}

/* PLOFILE */

.background_blue dl{
	line-height: 1.2;
	color:#fff
}

.background_blue a{
	color:#fff
}

.background_blue dt{
	clear: left;
	float: left;
	display: block;
	width: 20%;
	margin-right: 10%;
	margin-bottom: 15px;
	text-align: right;
	line-height: 1.6em;
}

.background_blue dd{
	width: 70%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

.map{
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}

.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* RESPONSIVE 設定(top)
------------------------------------------------------------*/
@media screen and (max-width: 839px){
	.top_inner {
		max-width: 100%;
		margin: 0px auto;
		padding: 0;
	}
}

@media screen and (max-width: 839px){
	#top.scr {
		background: none;
		transition: 0.3s;
		position: fixed;
	}
}

@media screen and (max-width: 839px){
	#top.scr .top_inner {
    	padding: 0px;
    	transition: 0.3s;
	}
}

@media screen and (max-width: 839px){
	#top.active {
		transform: translate(0%,0%);
		transition: .5s;
	}
}

@media screen and (max-width: 839px){
	#hamburger {
		position: fixed;
		top: -15px;
		right: -15px;
		width: 80px;
		height: 80px;
		padding: 0%;
		border-radius: 50%;
		cursor: pointer;
		z-index: 9999;
		background: #FFFFFF;
		transition: 0.3s;
	}
}

@media screen and (max-width: 839px){
	.icon-animation {
		width: 65px;
		height: 65px;
		float: left;
		display: block;
		position: relative;
	}
}

@media screen and (max-width: 839px){
	.icon-animation span{
		width: 25px;
		height: 3px;
		display: block;
		background: #000000;
		position: absolute;
		margin-right: auto;
		margin-left: auto;
		margin: auto;
		top: 42px;
		left: 25px;
	}
}

@media screen and (max-width: 839px){
	.type-1 .top {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}

@media screen and (max-width: 839px){
	.type-1 span {
		/* -webkit-transition: all 0.3s; */
		transition: all 0.3s;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media screen and (max-width: 839px){
	.type-1 .bottom {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		transform: translateY(7px);
	}
}

@media screen and (max-width: 839px){
	.type-1.is-open .top {
		-webkit-transform: rotate(-45deg) translateY(0px);
		-ms-transform: rotate(-45deg) translateY(0px);
		transform: rotate(-45deg) translateY(0px);
	}
}

@media screen and (max-width: 839px){
	.type-1.is-open .middle {
    	background: rgba(255, 255, 255, 0);
	}
}

@media screen and (max-width: 839px){
	.type-1.is-open .bottom {
		-webkit-transform: rotate(45deg) translateY(0px);
		-ms-transform: rotate(45deg) translateY(0px);
		transform: rotate(45deg) translateY(0px);
	}
}

@media screen and (max-width: 839px){
	.sp_none {
    	display: none !important;
	}
}

@media screen and (max-width: 839px){
	.sp_none2 {
    	display:block !important;
	}
}

@media screen and (max-width: 839px){
	.nav_sp {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9900;
		display: block;
		transform: translate(0%,-100%);
		background :#0e02c0;
		transition: all 500ms cubic-bezier(0.995, 0.010, 1.000, 0.415);
		text-align: center;
	}
}

@media screen and (max-width: 839px){
	.nav_sp_top {
		display: none;
		width: 100%;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active {
    	transform: translate(0%,0%);
	}
}

@media screen and (max-width: 839px){
	.nav_sp>ul {
		width: 100%;
		display: block;
		padding: 90px 30px 40px;
		max-width: 280px;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li {
		opacity: 0;
		transform: translate(0px,-15px);
		transition: 0.3s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li .menu_lv1 {
		display: inline-block;
		color: #FFFFFF;
		padding: 4px;
		font-size: 24px;
		font-weight: 700;
		line-height: 180%;
		position: relative;
		font-family: Montserrat;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(1) {
		transition-delay: 0s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(2) {
		transition-delay: 0.01s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(3) {
		transition-delay: 0.02s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(4) {
		transition-delay: 0.03s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(5) {
		transition-delay: 0.04s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li {
		opacity: 1;
		transform: translate(0px,0px);
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(1) {
    	transition-delay: 0.5s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(2) {
    	transition-delay: 0.55s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(3) {
    	transition-delay: 0.6s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(4) {
    	transition-delay: 0.65s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(5) {
    	transition-delay: 0.7s;
	}
}

@media screen and (max-width: 839px){
	#header {
		position: relative;
		width: 100%;
		height: 100vh;
		background-color: #fbffe9;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_even .col2_layout_right {
    display: block;
    width: 100%;
    height: 200px;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_service {
    	width: 100%;
		height: auto;
    	display: flex;
    	flex-direction: column;
		padding: 10px;
	}
}

@media screen and (max-width: 839px){
	.ex_layout_bg {
    display: block;
    width: 70%;
    height: 300px;
	}
}

@media screen and (max-width: 839px){
	.tableB td {
    	font-size: 16px;
	}
}

@media screen and (max-width: 839px){
	.tableB a {
    	font-size: 16px;
	}
}

/* RESPONSIVE 設定(main)
------------------------------------------------------------*/

@media screen and (max-width: 839px){
	#sub_header {
		width: 100%;
		height: auto;
		margin: 0px 0px;
		position: relative;
	}
}

@media screen and (max-width: 839px){
	.sub_header_inner {
		width: 100%;
		height: auto;
		position: relative;
		display: table;
	}
}

@media screen and (max-width: 839px){
	.content_inner {
		max-width: 100%;
		height: auto;
		margin: 0px auto;
		padding: 48px 5%;
		background: #FFFFFF;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_even {
    	width: 100%;
		height: auto;
    	display: flex;
    	flex-direction: column;
		padding: 10px;
	}
}

@media screen and (max-width: 839px){
	.col2_layout_even .col2_layout_left {
		display: block;
		width: 100%;
		padding: 5% 0;
		order: 2;
	}
}


@media screen and (max-width: 839px){
	.col2_layout_odd .col2_layout_left {
    	display: block;
    	width: 100%;
    	height: 200px;
	}
}

@media screen and (max-width: 839px){
	.article_supplement_title {
    	font-size: 2rem;
    	color: #262629;
    	font-family: "Montserrat";
    	font-weight: 700;
	}
}

@media screen and (max-width: 839px){
	.article_title {
    	font-size: 1.6rem;
    	font-weight: 900;
    	margin-bottom: 4px;
	}
}

@media screen and (max-width: 839px){
	.top_ttl {
		font-size: min(7.7vw, 1.5rem);
		font-weight: 900;
		text-align: center;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 839px){
	.top_subttl {
    	font-size: 0.9rem;
		text-align: left;
		color: #929798;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 839px){
	.features_box {
    	flex-direction: column;
	}
}

@media screen and (max-width: 839px){
	.features dt {
		font-size: 22px;
	}
}

@media screen and (max-width: 839px){
	.features dd {
		font-size: 22px;
	}
}


@media screen and (max-width: 839px){
	.features_box li:first-child {
    	margin-right: 0;
    	margin-bottom: 24px;
	}
}

@media screen and (max-width: 839px){
	.features_box li>a {
    	flex-direction: row;
    	min-height: 180px;
    	padding: 10px;
    	box-sizing: border-box;
		font-size: 18px;
	}
}

/* ===price============= */
@media screen and (max-width: 839px){
	.table-scroll {
		overflow: auto;
		white-space: nowrap;
		margin:15px;
	}
}

/* ===footer============= */

@media screen and (max-width: 839px){
	.footer_up_contents_box {
    	flex-direction: column;
	}
}

@media screen and (max-width: 839px){
	.footer_up_contents_box li:first-child {
    	margin-right: 0;
    	margin-bottom: 24px;
	}
}

@media screen and (max-width: 839px){
	.footer_up_contents_box li>a {
    	flex-direction: row;
    	min-height: 180px;
    	padding: 10px;
    	box-sizing: border-box;
	}
}

@media screen and (max-width: 839px){
	#map iframe {
    	width: 95%;
	}
}
