@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html,body{
    width: 100%;
    overflow-x: hidden;
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 1.5rem;
	line-height: 1.7;
	color: #231815;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ","Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", serif;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	color: #231815;
}
a:hover {
	text-decoration: none;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}


.font_mont{
	font-family: 'Montserrat', sans-serif;
}
.font-min {
	font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		YuMincho, serif;
}


/* img object-fit
============================================================================================================ */
img {
	max-width: 100%;
	height: auto;
}
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.ofi_contain {
	object-fit: contain;
	font-family: 'object-fit: contain;';
}



/* pc / sp
============================================================================================================ */
.d_sp,
.d_sps {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.d_pc {
		display: none !important;
	}
	.d_sp {
		display: block !important;
	}
}
@media screen and (max-width: 480px) {
	.d_sps {
		display: block !important;
	}
}


/* font-size
============================================================================================================ */
.fz_s {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.fz_m {
}
.fz_l {
	font-size: 5.8rem;
	line-height: 1.4;
}
.fz_ll {
}
@media screen and (max-width: 1058px) {
	.fz_s {
		font-size: 1.1rem;
	}
	.fz_l {
		font-size: 4rem;
	}
}
@media screen and (max-width: 768px) {
	.fz_l {
		font-size: 3rem;
		line-height: 1.4;
	}
}

.ffs_palt{
	-moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}



/* container
============================================================================================================ */
#container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* section
============================================================================================================ */
.section + .section {
	margin-top: 80px;
}
.section_s + .section_s {
	margin-top: 40px;
}

.section_in {
		width: 92%;
		max-width: 1200px;
    margin-left: auto;
		margin-right: auto;
		position: relative;
}
.section_in_large {
	width: 96%;
	/* min-width: 1300px; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.section_in_small {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.section_in_1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.section_in_1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 769px) {
    .section + .section {
        margin-top: 40px;
    }
    .section_s + .section_s {
        margin-top: 35px;
    }
    .section_border {
        padding-bottom: 30px;
    }
    .section_border + .section_border {
        padding-top: 30px;
    }
    .section_in {
				width: 90%;				
    }
    .section_sp_full {
        width: 100% !important;
		}
	.section_in_large {
		width: 90%;
	}
	.section_in_1000,.section_in_1200 {
		width: 90%;
	}

				
}


/* ヘッダー
============================================================================================================ */
#header {
	width: 100%;
	display: block;
	background-color: #fff;
	position: fixed;
	z-index: 10;
}
#header > div {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	margin-left: 3vw;
	height: 80px;
}
.head_contact {
    height: 100%;
}
.head_contact > .btn_contact {
	min-width: 220px;
	height: 80px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    background: #4d7ab9;
    color: #fff;
}
.head_contact > .btn_contact svg {
    width: 26px;
    height: 20px;
    fill: #fff;
    transition: 0.5s;
    margin-right: 1rem;
}
.head_contact > .btn_contact:hover{
	background-color: #fff;
	color: #4d7ab9;
	transition: .5s;
}
.head_contact > .btn_contact:hover svg{
	fill: #4d7ab9;
	transition: 0.5s;
}
#header .logo {
	width: 250px;
	height: auto;
    margin-right: auto;
}
#header .logo a {
    display: block;
}
/*#header .logo a object {
    pointer-events: none;
    vertical-align: bottom;
}*/
#header .logo svg {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#header .logo svg .st0{fill:#4D7AB9;}
#header .logo svg .st1{fill:#BE453D;}
#header .logo svg .st2{fill:#E3C200;}
#header .logo svg .st3{fill:#5FAE56;}
#header .logo svg .st4{fill:#595857;}
#header nav div {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#header nav #global {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 1vw;
    margin-right: 1vw;
}
#header nav #global > li {
	position: relative;
    font-size: 1.6rem;
	font-weight: bold;
    padding: 0 2vw;
    height: 80px;
    display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header nav #global > li a {
	display: block;
	color: #333333;
	text-align: center;
	letter-spacing: 0.08em;
	text-decoration: none;
    height: 100%;
    display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header nav #global .en {
	font-size: 1.2rem;
    text-align: center;
	color: #4d7ab9;
	font-family: 'Montserrat', sans-serif;
	display: block;
}
#header nav ul li a:hover {
	color: #4D7AB9 !important;
}
#header nav #global ul {
	position: absolute;
	left: 0;
	top: 80px;
	height: 0;
	overflow: hidden;
	opacity: 0;
	z-index: 10;
	min-width: 100%;
	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#header nav #global ul li + li {
	border-top: 1px solid #ddd;
}
#header nav #global ul li a {
	padding: 0.75em 2em 0.75em 1em;
	height: auto;
	color: #fff;
	background-color: rgba(95,174,86,.8);
	min-width: 100%;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.3rem;
    font-weight: normal;
	text-align: left;
    position: relative;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: 'palt';
}
_:-ms-lang(x)::-ms-backdrop,
#header nav #global ul li a {
	padding: 0.95em 2em 0.55em 1em;
}
#header nav #global ul li a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0.8em;
    margin-top: -4px;
}
#header nav #global ul li a:hover {
	background-color: rgba(95,174,86,1);
	color: #fff;
	opacity: 1;
}
#header nav #global li ul {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header nav #global li:hover {
    color: #4D7AB9;
    cursor: pointer;
}
#header nav #global li:hover ul {
	overflow: visible;
	opacity: 1;
	height: auto;
}
#header nav ul li ul a:hover {
	color: #fff !important;
}
#header nav .nav_down {
	display: none;
}
@media screen and (max-width: 1100px) {
	#header > div {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
    #header .logo {
        max-width: 22vw;
        margin-left: 2vw;
    }
    /*#header .logo a object {
        width: 100%;
        height: auto;
    }*/
	#header nav #global > li {
		width: auto;
        padding: 0 1vw;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
        font-size: 1.5rem;
	}
	.head_contact > .btn_contact {
        min-width: 180px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 768px) {
	#header {
		padding: 0;
		height: 60px;
		position: fixed;
		z-index: 99;
	}
	#header > div {
		padding-top: 0;
        height: 60px;
	}
    #header.open > div {
		background: #4D7AB9;
	}
	#header .head {
		height: 60px;
	}
	#header .logo {
		margin-bottom: 0;
		padding-left: 2vw;
        max-width: 165px;
	}
	#header .logo svg {
		/*width: 165px;*/
		    width: 210px;
	}
    #header.open .logo svg .st0{fill:#fff;}
    #header.open .logo svg .st1{fill:#fff;}
    #header.open .logo svg .st2{fill:#fff;}
    #header.open .logo svg .st3{fill:#fff;}
    #header.open .logo svg .st4{fill:#fff;}
	#header.open .contact a {
		position: absolute;
		width: 60px;
		height: 60px;
		right: 60px;
		top: 0;
		background: #af815d;
	}
	#header .contact a:before {
		content: none;
	}
	#header .contact a:after {
		width: 20px;
		height: 24px;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		margin: auto;
		margin-top: -12px;
	}
	#header .contact a span {
		display: none;
	}
	#header nav {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
			"Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Verdana,
			Arial, Helvetica, sans-serif;
	}
	#header nav #global {
		display: block;
        font-size: 1.5rem;
		margin: 7% 0 10%;
	}
	#header nav #global:before,
	#header nav #global > li + li:before,
	#header nav #global:after {
		content: none;
	}
	#header nav #global > li {
		position: relative;
		display: block;
        height: auto;
        text-align: center;
        padding: 0;
	}
    #header nav #global li + li {
		border-top: 1px solid #CCCCCC;
	}
    #header nav #global .en {
        display: none;
    }
	#header nav #global ul li + li {
		border-top: none;
	}
	#header nav #global > li a {
        font-size: 1.6rem;
		display: block;
		padding: 0.75em 0;
		height: auto;
		position: relative;
		color: #000;
		font-weight: bold;
		text-align: center;
	}
	#header nav #global > li a:hover {
		color: #fff;
	}
	#header nav #global > li.has_snav > a:after {
		content: none;
	}
	#header nav #global ul {
        position: relative;
        top: 0;
        height: 0;
        visibility: hidden;
        opacity: 0 !important;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        border-top: 1px solid #ccc;
    }
    #header nav #global ul.open {
        height: auto;
        visibility: visible;
        opacity: 1 !important;
    }
	#header nav #global ul li a {
		font-size: 1.5rem;
		font-weight: normal;
        text-align: center;
        background: none;
		color: #000;
		padding: 0.75em 10%;
	}
    #header nav ul li a:hover {
        color: #000 !important;
        background: #fff;
    }
	#header nav #global ul li:first-child {
		padding-top: 0.75em;
	}
	#header nav #global ul li:last-child {
		padding-bottom: 0.75em;
	}
	#header nav #global ul li a:after {
		content: "";
		display: inline-block;
		position: absolute;
		right: -webkit-calc(10% - 1em);
		right: calc(10% - 1em);
		top: 50%;
		width: 0.5em;
		height: 0.5em;
		margin-top: -0.25em;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
    #header nav #global ul li a:hover {
        background-color: #fff !important;
        color: #000 !important;
        opacity: 1;
    }
	/* plus icon */
	#header nav #global > li.has_snav > a {
		position: relative;
		padding-right: 10%;
        padding-left: 10%;
	}
	#header nav #global > li.has_snav > a:before {
		content: "";
		display: inline-block;
		position: absolute;
		width: 0.9em;
		height: 2px;
		right: -webkit-calc(10% - 1em);
		right: calc(10% - 1em);
		top: 50%;
		margin-top: -1px;
		background: #000;
	}
	#header nav #global > li.has_snav > a:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 0.9em;
		height: 2px;
		right: -webkit-calc(10% - 1em);
		right: calc(10% - 1em);
		top: 50%;
		margin-top: -1px;
		background: #000;
        -webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#header nav #global > li.has_snav > a.open:after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
    
    .head_contact > .btn_contact {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.8rem;
        height: auto;
        background: #4d7ab9;
        border: 1px solid #4d7ab9;
    }
    .head_contact > .btn_contact:hover{
        background-color: #fff;
        color: #000;
        transition: .5s;
    }
    .head_contact > .btn_contact:hover svg{
        fill: #000;
        transition: 0.5s;
    }
}

/* nav ハンバーガー
------------------------------------------------------------- */
#header .nav_btn {
	display: none;
}
@media screen and (max-width: 768px) {
	#header nav {
		position: fixed;
		overflow: hidden;
		height: -webkit-calc(100% - 60px);
		height: calc(100% - 60px);
		top: 60px;
		right: 0;
		width: 100%;
        pointer-events: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#header nav > div {
        display: block;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#header nav > div > div {
        display: block;
		height: 100%;
        padding-bottom: 15%;
		overflow-y: auto;
		pointer-events: auto;
		background: #fff;
		text-align: center;
	}
	#header .nav_btn {
		text-align: center;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		font-size: 1.1rem;
		background: #4D7AB9;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		z-index: 2;
		color: #fff;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 16px;
		right: 16px;
		top: 50%;
		height: 1px;
		margin-top: -1px;
		background-color: #fff;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(-9px);
		-ms-transform: translateY(-9px);
		-o-transform: translateY(-9px);
		transform: translateY(-9px);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		-o-transform: translateY(9px);
		transform: translateY(9px);
	}
	/* open */
	#header.open nav {
		opacity: 1;
		visibility: visible;
		width: 100%;
	}
    #header.open .nav_btn {
        background: #fff;
    }
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
        background: #000;
		-webkit-transform: translateY(0) rotate(35deg);
		-ms-transform: translateY(0) rotate(35deg);
		transform: translateY(0) rotate(35deg);
	}
	#header.open .nav_btn a:after {
        background: #000;
		-webkit-transform: translateY(0) rotate(-35deg);
		-ms-transform: translateY(0) rotate(-35deg);
		transform: translateY(0) rotate(-35deg);
	}
}

/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	font-size: 1.5rem;
    display:block;
}
@media screen and (max-width: 768px) {
	#container {
		font-size: 1.5rem;
	}
}




/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* list-arrow
============================================================================================================ */
.list-arrow li{
position: relative;
vertical-align: middle;
}
.list-arrow li:before,
.list-arrow li:after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.list-arrow li:before{
	left: 15px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #007fc6;
}

.lead > p{
	margin-bottom: 20px;
}




/* footer
============================================================================================================ */
footer{
	padding: 40px 0;
	box-sizing: border-box;
	position: relative;
}
.footer_link{
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.footer_link li{
	padding-right: 5.5rem;
	box-sizing: border-box;
}
.footer_link a{
	color: #000;
	text-decoration: none;
}
.footer_link a:hover{
	text-decoration: underline;
}
.footer_info{
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: flex-end;	
	font-size: 1.4rem;	
}
.foot_logo{
	width: 21%;
	flex-grow: 1;
	/*font-weight: bold;*/
}
.foot_logo span{
	display: block;
	margin-top: 10px;
}
.footer_info address{
	width: 42%;
	flex-grow: 2;
}
.copyright{
	width: 28%;
	font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
	.footer_link{
		font-size: 1.4rem;
	}
	.footer_link li{
		padding-right: 3rem;
	}	
	.footer_info{
		font-size: 1.2rem;	
	}	
	.copyright{
		font-size: 1rem;
	}	
}
@media screen and (max-width: 768px) {
	.footer_link{
		display: -webkit-flex;
		display: flex;
		display: -ms-flexbox;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;		
		padding-bottom: 0;
		border-bottom: 1px solid #ccc;
	}
	.footer_link li{
		width: 50%;
		text-align: center;
		border-top: 1px solid #ccc;
		padding-right: 0;
	}
	.footer_link li a{
		display: block;
		padding: 1em;
		box-sizing: border-box;
	}	
	.footer_link li:nth-child(even){
		border-left: 1px solid #ccc;
	}
	.footer_info{
		display: block;
		text-align: center;
		font-size: 1.4rem;
		margin-top: 30px;
	}
	.foot_logo{
		width: 80%;
		margin: auto;
	}
	.foot_logo span{
		display: block;
		margin-top: 10px;
	}
	.footer_info address{
		width: auto;
		margin: 20px auto;
		display: block;
	}
	.copyright{
		width: auto;
		font-size: 1.2rem;
		display: block;
	}
}
@media screen and (max-width: 321px) {
	.footer_link li a{
		font-size: 1.3rem;
	}	
	.footer_info{
		font-size: 1.3rem;
	}	
}

/* ===================================================================================================================

	モジュール

=================================================================================================================== */


/* btn
============================================================================================================ */
.btn,
.next.page-numbers {
	display: inline-block;
	/*width: 280px;*/
	min-width: 300px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #040000;
	background-color: #fff;
	padding: .75em 1em;
	position: relative;
	text-decoration: none;
}
.btn_line {
	display: inline-block;
	/*width: 280px;*/
	min-width: 280px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	padding: 0.75em 1.6em 0.75em 1em;
	position: relative;
}
.btn.back {
	color: #666;
}
.btn_line:after,
.next.page-numbers:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 1em;
	width: 5px;
	height: 5px;
	border-top: 2px solid #1c69d4;
	border-right: 2px solid #1c69d4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn.back:after {
	left: 1em !important;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.btn:hover,
.next.page-numbers:hover {
	opacity: 1 !important;
	background: #040000;
	color: #fff;
}
.next.page-numbers:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.btn_line:hover {
	opacity: 1 !important;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}
.btn_line:hover:after {
	border-top: 2px solid #1c69d4;
	border-right: 2px solid #1c69d4;
}
.btn.btn_2lines {
	line-height: 1.4;
	padding: 0.4em 1.6em 0.4em 1em;
}
.btn_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_area .btn {
	margin: 0 10px;
}
@media screen and (max-width: 768px) {
	.btn,
	.btn_line,
	.next.page-numbers {
		border: 1px solid #040000;
	}
	.btn.back {
		color: #666;
		background: none;
		border: 1px solid #b5b5b6;
	}
	.btn:after,
	.btn_line:after,
	.next.page-numbers:after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.btn_area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.btn_area .btn {
		margin: 10px 0;
	}
}
@media screen and (max-width: 321px) {
	.btn,
	.next.page-numbers {
		min-width: 220px;
	}

}



/* title
============================================================================================================ */
.title_l_area{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	align-items: baseline;
}
.title_l {
	font-size: 6rem;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";	
}
.title_l_sub{
	font-size: 2rem;
	font-weight: bold;
	margin-left: 2em;
}
.title_m {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.title_s {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.caption {
	margin-bottom: 10px !important;
	font-size: 18px;
	font-size: 1.8rem;
	color: #007fc6;
	text-align: left;
	font-weight: normal;
}

@media screen and (max-width: 1058px) {
	.title_l {
		font-size: 4rem;
	}
	.title_m {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.title_s {
		font-size: 1.4rem;
	}
	.caption {
			font-size: 1.4rem;
		}
}
@media screen and (max-width: 834px) {
	.title_l_area{
		display: block;
	}	
	.title_l {
		font-size: 4rem;
	}
	.title_l_sub{
		font-size: 2rem;
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.title_l {
		font-size: 3rem;
	}
	.title_l_sub{
		font-size: 1.8rem;
		line-height: 1.6;
	}
}



/* flex
============================================================================================================ */
.d_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.align_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.align_items_end {
	-webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align_items_base {
	-webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.justify_content_center {
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify_content_s_between {
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify_content_end {
	-webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.flex_wrap {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.w60 {
    width: 60%;
}
.w35 {
    width: 35%;
}
@media screen and (max-width: 769px) {
    .sp_block {
        display: block;
    }
    .sp_w100 {
        width: 100%;
    }
}



/* page_top
------------------------------------------------------------- */
.page_top {
	position: absolute;
	right: 3vw;
	bottom: 14.5vw;
	width: 72px;
	height: auto;
}
.page_top img {
	width: 100%;
	height: auto;
}
.page_top a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	.page_top {
			right: 4vw;
			top: -7vw;
			width: 50px;
	}
}


/* color
============================================================================================================ */
.bg_blue{
	background-color: #dae7f0;
}
.bg_f7e8e7{
	background-color: #f7e8e7;
}
.bg_black{
	background-color: #040000;
}
.bg_fff{
	background-color: #fff;
}
.bg_gray{
	background-color: #f0f0f0;
}
.bg_yellow{
	background-color: #e3c200;
}
.bg_red{
	background-color: #be453d;
}

.color_fff{
	color: #fff;
}


/* card_list
============================================================================================================ */
.card_list_1{
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.card_list_1 li{
	width: 32%;
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
}
.card_list_1.link_none li{
	padding: 2.5vw 1.5vw;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
	-webkit-justify-content:center;
	justify-content:center;
	align-items: center;
}
.card_list_1 li a{
	padding: 2.5vw 1.2vw;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
	-webkit-justify-content:center;
	justify-content:center;
	align-items: center;	
	position: relative;
	text-decoration: none;
}
.card_list_1 li:not(:nth-of-type(3n)){
	margin-right: 2%;
}
.card_list_1 li a:after{
	content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
	border-color: transparent transparent #4d7ab9 transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.service_list_title{
	width: 100%;
	font-size: 2rem;
	margin: 20px auto 10px;
}
.card_list_1 li a:hover .service_list_title{
	text-decoration: underline;
	color: #4d7ab9;
}
.service_list_icon{
	position: relative;
	height: 120px;
}
.service_list_icon img{
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 920px) {
	.service_list_title{
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.card_list_1 li{
		width: auto;
		margin-bottom: 20px;
	}
	.card_list_1.link_none li{
		padding: 30px 20px;
	}		
	.card_list_1 li a{
		padding: 30px 20px;
	}
	.card_list_1 li:not(:nth-of-type(3n)){
		margin-right: 0;
	}
	.service_list_title{
		font-size: 2.2rem;
		margin: 20px auto 10px;
	}
	.service_list_icon{
		position: relative;
		height: 120px;
	}	
}
@media screen and (max-width: 321px) {
	.service_list_title{
		font-size: 2rem;
	}	
}
@media screen and (min-width: 1800px) {
	.card_list_1 li a{
		padding: 2.5vw 1vw 1.5vw;
	}	
}


.card_list_2{
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.card_list_2 .card_list_2_item:nth-child(n+4){
	border-top: 1px solid #ccc;
}
.card_list_2 .card_list_2_item{
	width: 33%;
}
.card_list_2 .card_list_2_item a{
	display: block;
	padding: 30px;
	text-decoration: none;
	position: relative;
	transition: .5s;
	box-sizing: border-box;
}
.card_list_2 .card_list_2_item a:hover .card_list_2_item_title{
	text-decoration: underline;
	transition: .5s;
}
.card_list_2 .card_list_2_item:not(:nth-child(3n)){
	border-right: 1px solid #ccc;
}
.card_list_2_item_thum{
	max-width: 276px;
	height: 192px;
	max-height: 192px;
	margin: auto;
	overflow: hidden;
}
.card_list_2_item_thum img{
	width: 100%;
	object-fit: cover;
}

.card_list_2_item_text{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
}
.card_list_2_item_cate{
	color: #5fae56;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.card_list_2{
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.card_list_2 .card_list_2_item{
		border-top: 1px solid #ccc;
	}
	.card_list_2 .card_list_2_item{
		width: auto;
	}
	.card_list_2 .card_list_2_item a{
		display: -webkit-flex;
		display: flex;
		display: -ms-flexbox;		
		-webkit-justify-content:space-between;
		justify-content:space-between;
		align-items: flex-start;
		padding: 30px 20px;
	}
	.card_list_2 .card_list_2_item:not(:nth-child(3n)){
		border-right: none;
	}
	.card_list_2_item_thum{
		width: 30%;
		height: 21vw;
		max-width: 100%;
		max-height: 100%;
		min-width: 110px;
		min-height: 82px;
		margin: auto;
		overflow: hidden;
	}
	.card_list_2_item_thum img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}	

	.card_list_2_item_title{
	font-weight: normal;
}

	.card_list_2_item_text{
		width: 56%;
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}
	.card_list_2_item_cate{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.d_sp_w100{
		width: 100%;
	}
	.d_sp_section_in{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}






/* cv_area
============================================================================================================ */
.cv_area{
	height: 35vw;
	min-height: 480px;
	background: url('../images/bg_contact.jpg') no-repeat;
	background-size: cover;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.cv_area_midashi{
	font-size: 6.5rem;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	margin-bottom: 10px;
	letter-spacing: .04em;
}
.btn_contact{
	background-color: #fff;
	color: #4d7ab9;
	font-weight: bold;
	font-size: 1.8rem;
	display: inline-block;
	min-width: 330px;
	border: 1px solid #4d7ab9;
	padding: .8em 1em;
	position: relative;
	text-decoration: none;
	transition: .5s;
}
.btn_contact svg{
	width: 26px;
	height: 20px;
	fill: #4d7ab9;
	transition: 0.5s;
	margin-right: 1rem;
}
.btn_contact span{
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
.btn_contact:hover{
	background-color: #4d7ab9;
	color: #fff;
	transition: .5s;
}
.btn_contact:hover svg{
	fill: #fff;
	transition: 0.5s;
}


@media screen and (max-width: 768px) {
	.btn_contact {
		border: 1px solid #1c69d4;
	}
	.cv_area{
		height: 75vw;
		min-height: 464px;
		background: url('../images/bg_contact_sp.jpg') no-repeat;
		background-size: cover;
		font-size: 1.8rem;
	}
	.cv_area_midashi{
		font-size: 3.5rem;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.btn_contact{
		font-size: 1.8rem;
		min-width: 300px;
		border: 1px solid #4d7ab9;
		padding: .8em 1em;
	}
}


/* 　top_area
------------------------------------------------------------- */
.top_area{
	background: #7a9bcb;
	position: relative;
	height: 150px;
	margin-top: 80px;
}
.title_page {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 4.2rem;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.top_area{
		height: 30vw;
		margin-top: 60px;
	}
	.title_page {
		width: 100%;
		font-size: 3.2rem;
		text-align: center;
		line-height: 1.2;
	}	
}


/* topic_path
============================================================================================================ */
.topic_path{
	background: #f0f0f0;
	font-size: 1.3rem;
}
.topic_path ul a{
	text-decoration: none;
}
.topic_path li{
	display: table-cell;
	background: #d7d7d7;
	padding: 5px 5px 5px 20px;
	position: relative;
}
.topic_path li:first-child {
	display: table-cell;
	background: #f0f0f0;
	padding: 5px 5px 5px 10px;
	position: relative;
}
.topic_path li:first-child a:after {
	content: "";
	border-top: 15px solid transparent;
	border-left: 10px solid #f0f0f0;
	border-bottom: 15px solid transparent;
	position: absolute;
	z-index: 1;
	right: -10px;
	top: 0;
}
.topic_path li a:after{
	content: "";
	border-top: 15px solid transparent;
	border-left: 10px solid #d7d7d7;
	border-bottom: 15px solid transparent;
	position: absolute;
	z-index: 1;
	right: -10px;
	top: 0;
}
.topic_path li a:before{
	content: "";
	border-top: 15px solid transparent;
	border-left: 11px solid #fff;
	border-bottom: 15px solid transparent;
	position: absolute;
	z-index: 1;
	right: -11px;
	top: 0;
}
.topic_path li:last-child{
	background: #4d7ab9;
	color: #fff;
	padding: 5px 5px 5px 20px;
}
.topic_path li:last-child:after{
	content: "";
	border-top: 15px solid transparent;
	border-left: 10px solid #4d7ab9;
	border-bottom: 15px solid transparent;
	position: absolute;
	z-index: 1;
	right: -10px;
	top: 0;
}
@media screen and (max-width: 1000px) {
	.topic_path{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.topic_path{
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		white-space: nowrap;		
	}	
}

/* sub_pagesub_lead
============================================================================================================ */
.sub_page{
	margin-top: 88px;
}
.sub_page_mt_s{
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.sub_page,
	.sub_page_mt_s{
		margin-top: 40px;
	}
}


/* sub_title_
============================================================================================================ */
.sub_title_l{
	font-size: 3rem;
}
.sub_title_m{
	font-size: 2.3rem;
	margin-bottom: 40px;
}
.sub_title_line{
	font-size: 3rem;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.sub_title_line:after{
	content:"";
	width: 80px;
	height: 3px;
	background-color: #4d7ab9;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.sub_title_s{
	font-size: 2.3rem;
	margin-bottom: 20px;
}
.sub_title_ll{
	font-size: 6.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	letter-spacing: .2rem;
}
.sub_title_ll > span{
	font-size: 1.8rem;
	display: block;
}
@media screen and (max-width: 768px) {
	.sub_title_l{
		line-height: 1.5;
	}
	.sub_title_m{
		margin-bottom: 30px;
	}	
	.sub_title_ll{
		font-size: 3.5rem;
		line-height: 1.1;
	}
	.sub_title_ll > span{
		margin-top: 15px;
	}
	.sub_title_line{
		font-size: 3rem;
		line-height: 1.4;
		margin-bottom: 40px;
	}
	.sub_title_line:after{
		margin-top: 10px;
	}	
}
@media screen and (max-width: 321px) {
	.sub_title_l{
		font-size: 2.5rem;
	}
	.sub_title_m{
		font-size: 2rem;
	}	
}



/* sub_lead
============================================================================================================ */
.sub_lead{
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 40px;
}
@media screen and (max-width: 769px) {
	.sub_lead{
		margin-top: 20px;
	}	
}
@media screen and (max-width: 321px) {
	.sub_lead{
		font-size: 1.5rem;
	}	
}

/* col_3
============================================================================================================ */
.col_3 > .col_item{
	width: 31.5%;
}
@media screen and (max-width: 769px) {
	.col_3 > .col_item{
		width: 100%;
	}
	.col_item  + .col_item{
		margin-top: 30px;
	}	
}

/* plan_list
============================================================================================================ */
/*.seo_service_plan{
	margin-bottom: 20px;
}*/
.plan_list{
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;	
	margin-top: 40px;
}
.plan_list li{
	width: 32%;
	background-color: #fff;
	margin-bottom: 20px;
}
.plan_list li a:after{
	content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
	border-color: transparent transparent #4d7ab9 transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.plan_list li a{
	width: 100%;
	height: 88px;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
	transition: .5s;
}
.plan_list_title{
	margin-left: 20px;
	font-size: 2.3rem;
}
.plan_list_icon{
	max-height: 60px;
}
.plan_list li a:hover,
.plan_list li a.current{
	background-color: #ccc;
	opacity: .8;
	transition: .5s;
}
@media screen and (max-width: 768px) {
	.seo_service_plan{
		margin-bottom: 0;
	}	
	.plan_list{
		margin-top: 40px;
	}
	.plan_list li{
		width:47%;
		margin-bottom: 20px;
	}
	.plan_list li a:after{
		border-width: 0 0 19px 19px;
	}
	.plan_list li a{
		width: 100%;
		height: 56px;
		padding: 10px;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;		
	}
	.plan_list_title{
		margin-left: 10px;
		font-size: 1.3rem;
	}
	.plan_list_icon{
		width: 25%;
		max-height: 30px;
	}
}
@media screen and (max-width: 321px) {
	.plan_list_title{
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 769px) {
	.pc_tac{
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.sp_tal{
		text-align: left;
	}
}

/* text_box
============================================================================================================ */
.text_box {
    line-height: 2.2;
}
.text_box p + p {
    margin-top: 2em;
}

/* btn_border
============================================================================================================ */
.btn_border {
	background-color: #fff;
	color: #4d7ab9;
	font-weight: bold;
	font-size: 1.8rem;
    line-height: 1.3;
	display: inline-block;
	min-width: 330px;
	border: 1px solid #4d7ab9;
	padding: .8em 1em;
	position: relative;
	text-decoration: none;
	transition: .5s;
}
_:-ms-lang(x)::-ms-backdrop, .btn_border { padding-top: 1.1em } 
.btn_border svg.icon_about {
	width: 22px;
	height: 22px;
	fill: #4d7ab9;
	transition: 0.5s;
	margin-right: 1rem;
}
.btn_border svg.icon_web_marketing {
	width: 35px;
	height: 25px;
	fill: #4d7ab9;
	transition: 0.5s;
	margin-right: 1rem;
}
.btn_border svg.icon_company {
	width: 23px;
	height: 28px;
	fill: #4d7ab9;
	transition: 0.5s;
	margin-right: 1rem;
}
.btn_border svg.icon_access {
	width: 20px;
	height: 28px;
	fill: #4d7ab9;
	transition: 0.5s;
	margin-right: 1rem;
}
_:-ms-lang(x)::-ms-backdrop, .btn_border svg { margin-top: -0.3em } 
.btn_border span{
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
.btn_border:hover{
	background-color: #4d7ab9;
	color: #fff;
	transition: .5s;
}
.btn_border:hover svg{
	fill: #fff;
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	.btn_border {
		border: 1px solid #1c69d4;
	}
	.btn_border{
		font-size: 1.8rem;
		min-width: 300px;
		border: 1px solid #4d7ab9;
		padding: .8em 1em;
	}
}
.btn_row {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.btn_row li {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    min-height: 75px;
}
.btn_row li a {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    min-height: 75px;
    height: 100%;
}
/* btn_row_about */
.btn_row_about {
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.btn_row_about li {
    width: 23.4%;
}
.btn_row_about li a {
    width: 100%;
    min-width: 23.4%;
}
@media screen and (max-width: 768px) {
    .btn_row {
        display:block;
        width: 90%;
        margin: auto;
    }
    .btn_row li,
    .btn_row li a {
        width: 100%;
        min-height: 55px;
    }
    .btn_row li + li {
        margin-top: 5%;
    }
    /* btn_row_about */
    .btn_row_about li {
        width: 100%;
    }
    .btn_row_about li a {
        min-width: 100%;
    }
    .btn_row_about li:nth-child(2) {
        width: 100%;
    }
    .btn_row_about li a:nth-child(2) {
        min-width: 100%;
    }
}
.select_btn{
    background-color: #4d7ab9;
    color: #fff;
    transition: .5s;
}

.select_btn svg {
    fill: #fff !important;
    transition: 0.5s !important;
}