@charset "UTF-8";

body {
	text-align:center;
	font-family: "yu-gothic-pr6n","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000000;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 2.3em;
	padding:0;
	margin:0;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
	font-weight: 400;
}

img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	display: block;
	margin: auto;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: separate;
	border-spacing: 0;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}

a{
	color: inherit;
	text-decoration:none;
	outline:0;
	transition: color 0.8s, background-color 0.8s;
}
a:hover{
	transition: color 0.4s, background-color 0.4s;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: bold;}
.fw_normal{font-weight: normal;}	
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out {
	cursor:pointer;
}

.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;}

/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ank_adjust {
    /*padding-top: 150px;
    margin-top: -150px;*/
}

.tel_border a {
	text-decoration: underline;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 2.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4.0vw;
	letter-spacing: normal;
	line-height: 1.8em;
}
/*<group=text_align>*/
.sp_txt_l{text-align:left;}	
/*</group>*/
}



/*共通
---------------------------------------------------------*/
/*スマホ時は隙間を広くする*/
.max_width {
	width: 94%;
	padding: 0 3%;
	margin-left: auto;
	margin-right: auto;
}
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1500 {
	width: 94%;
	padding: 0 3%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1400 {
	width: 94%;
	padding: 0 3%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
}
.w1290 {
	width: 94%;
	padding: 0 3%;
	max-width: 1290px;
	margin: 0 auto;
	text-align: left;
}
.w1280 {
	width: 94%;
	padding: 0 3%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
.w1240 {
	width: 94%;
	padding: 0 3%;
	max-width: 1240px;
	margin: 0 auto;
	text-align: left;
}
/*スマホ時は隙間を広くする*/
.ft_min {
	font-family: "fot-matisse-pron", serif;
	font-weight: 500;
	font-style: normal;
}
.ft_ivymode {
	font-family: "ivymode", serif;
	font-weight: 200;
	font-style: normal;
}
/*.red, .red a {color: #db2a41;}*/
.navy, .navy a {color: #073B66;}

.com_txt_link {
	text-decoration: underline;
}
.com_txt_link:hover {
	text-decoration: none;
	color: #073B66;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,
.w1500,
.w1400,
.w1290,
.w1280,
.w1240 {
	width: 90%;
	padding: 0 5%;
}
}



/*隙間
---------------------------------------------------------*/
.com_btm_170 {margin-bottom: 170px;}
.com_btm_150 {margin-bottom: 150px;}
.com_btm_120 {margin-bottom: 120px;}
.com_btm_100 {margin-bottom: 100px;}
.com_btm_90 {margin-bottom: 90px;}
.com_btm_80 {margin-bottom: 80px;}
.com_btm_70 {margin-bottom: 70px;}
.com_btm_60 {margin-bottom: 60px;}
.com_btm_50 {margin-bottom: 50px;}
.com_btm_40 {margin-bottom: 40px;}

.com_p_btm_170 {padding-bottom: 170px;}
.com_p_btm_150 {padding-bottom: 150px;}
.com_p_btm_120 {padding-bottom: 120px;}
.com_p_btm_100 {padding-bottom: 100px;}
.com_p_btm_90 {padding-bottom: 90px;}
.com_p_btm_80 {padding-bottom: 80px;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btm_170 {margin-bottom: 14%;}
.com_btm_150 {margin-bottom: 12%;}
.com_btm_120 {margin-bottom: 10%;}
.com_btm_100 {margin-bottom: 8%;}
.com_btm_90 {margin-bottom: 8%;}
.com_btm_80 {margin-bottom: 7%;}
.com_btm_70 {margin-bottom: 6%;}
.com_btm_60 {margin-bottom: 5%;}
.com_btm_50 {margin-bottom: 4%;}
.com_btm_40 {margin-bottom: 4%;}
	
.com_p_btm_170 {padding-bottom: 14%;}
.com_p_btm_150 {padding-bottom: 12%;}
.com_p_btm_120 {padding-bottom: 10%;}
.com_p_btm_100 {padding-bottom: 8%;}
.com_p_btm_90 {padding-bottom: 8%;}
.com_p_btm_80 {padding-bottom: 7%;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btm_170 {margin-bottom: 16%;}
.com_btm_150 {margin-bottom: 14%;}
.com_btm_120 {margin-bottom: 13%;}
.com_btm_100 {margin-bottom: 12%;}
.com_btm_90 {margin-bottom: 11%;}
.com_btm_80 {margin-bottom: 10%;}
.com_btm_70 {margin-bottom: 9%;}
.com_btm_60 {margin-bottom: 8%;}
.com_btm_50 {margin-bottom: 7%;}
.com_btm_40 {margin-bottom: 6%;}
	
.com_p_btm_170 {padding-bottom: 16%;}
.com_p_btm_150 {padding-bottom: 14%;}
.com_p_btm_120 {padding-bottom: 13%;}
.com_p_btm_100 {padding-bottom: 12%;}
.com_p_btm_90 {padding-bottom: 11%;}
.com_p_btm_80 {padding-bottom: 10%;}
}



/*全体共通
---------------------------------------------------------*/
#wrapper{
	overflow: hidden;
}
#pagebody {
	max-height: 100%;
}

/*swiper共通設定*/
.swiper {
    overflow: visible !important;
}
.swip_ticker .swiper-wrapper {
	transition-timing-function: linear !important;	/*滑らかに流れ続ける*/
}
.swiper-fade .swiper-slide {
    transition-property: opacity !important;	/* フェードモード時 共通調整 */
}

/*矢印*/
.com_arrow {
	font-size: 14px;
	display: block;
	text-align: center;
	letter-spacing: normal;
	width: 3.4em;
	line-height: 3.4em;
	background: #073061;
	border-radius: 50%;
	position: relative;
}
.com_arrow::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #5484b2;
	left: 0;
	top: 0;
	border-radius: 50%;
	opacity: 0.3;
	transform: scale(0,0);
	transition: transform 0.8s ease;
}
.com_arrow i {
	position: relative;
	z-index: 1;
	display: block;
	color: #fff;
}
a:hover .com_arrow::before,
.com_hov:hover .com_arrow::before {
	transition-duration: 0.4s;
	transform: scale(1,1);
}
.com_arrow.i_anc i {
	transform: rotate(90deg);
}

/*リンクボタン*/
.com_link1 {
	text-align: center;
	margin-top: 1.0em;
}
.com_link1 a {
	display: inline-block;
	color: #073B66;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	padding-right: 70px;
	position: relative;
}
.com_link1 .com_arrow {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*角丸リンク*/
.com_link3 a {
	display: block;
	text-align: center;
	letter-spacing: .2em;
	line-height: 1.4;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 2em;
	padding: .6em 2em;
}
.com_link3 span {
	position: relative;
	display: inline-block;
	padding-right: 2em;
}
.com_link3 span i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_link3 a:hover {
	background-color: rgba(255,255,255,0.2);
}

/*お問い合わせ系パーツ*/
.com_contact_btn {
	display: flex;
    justify-content: space-between;
}
.com_contact_btn li {
	width: 50%;
}

.com_btn_color1 [class^="color"] {
	position: relative;
}
.com_btn_color1 [class^="color"]::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.4s;
}
.com_btn_color1 [class^="color"]:hover::before {
	opacity: 1;
}
.com_btn_color1 [class^="color"] a {
	display: block;
	position: relative;
	z-index: 1;
}
.com_btn_color1 [class^="color"] a::before {
	content: "";
	position: absolute;
	width: 1.2vw;
	max-width: 15px;
	aspect-ratio: 1 / 1;
	background: url("../images/corner@2x.png") no-repeat right bottom;
	background-size: contain;
	right: 5px;
	bottom: 5px;
}
.com_btn_color1 .color1 {
	background: #011C33;
	background: linear-gradient(90deg,rgba(1, 28, 51, 1) 0%, rgba(7, 59, 102, 1) 100%);
}
.com_btn_color1 .color2 {
	background: #043D30;
	background: linear-gradient(90deg,rgba(4, 61, 48, 1) 0%, rgba(7, 102, 80, 1) 100%);
}
.com_btn_color1 .color1::before {
	background: #073B66;
	background: linear-gradient(90deg,rgba(7, 59, 102, 1) 0%, rgba(1, 28, 51, 1) 100%);
}
.com_btn_color1 .color2::before {
	background: #076650;
	background: linear-gradient(90deg,rgba(7, 102, 80, 1) 0%, rgba(4, 61, 48, 1) 100%);
}

/*サイトリンクボタン*/
.com_btn_color2 .com_arrow i {
	color: #073B66;
}
.com_btn_color2 .color1 a {background: #084273;}
.com_btn_color2 .color1 a:hover {background: #00335E;}
.com_btn_color2 .color2 a {background: #008ABD;}
.com_btn_color2 .color2 a:hover {background: #007BA8;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*矢印*/
.com_arrow {
	font-size: 13px;
}
/*リンクボタン*/
.com_link1 a {
	padding-right: 60px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*矢印*/
.com_arrow {
	font-size: 2.6vw;
}
/*リンクボタン*/
.com_link1 a {
	padding-right: 11.0vw;
}
}



/*メインイメージ、header
---------------------------------------------------------*/
.m_img_area {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	background: #011C33;
	background: linear-gradient(90deg,rgba(1, 28, 51, 1) 0%, rgba(7, 59, 102, 1) 100%);
	position: relative;
}
.m_img_area .m_img {
	border: solid 20px transparent;	/*外側余白*/
	border-bottom: none;
	position: relative;
}
.m_img_area header {
	position: absolute;
	z-index: 10;
}
.m_img_area .m_img .m_slider {
	position: relative;
	z-index: 0;
}

header {
	margin: auto;
	left: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 0;	/*外側余白と揃える*/
	display: flex;
    justify-content: space-between;
    align-items: center;
	color: #fff;
}
header .h_left {
	width: 40%;
	max-width: 490px;
	padding-left: 2%;
}
header .h_contact {
	width: 55%;
	max-width: 660px;
}
header .h_left .h_txt {
	text-align: left;
	font-size: 75%;
	font-weight: 400;
	letter-spacing: .2em;
	line-height: 1.4em;
	margin-bottom: 1.3em;
}
header .h_left .h_site {
	border: solid 1px #fff;
	text-align: center;
	font-size: min(170%,2.0vw);
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	padding: .4em 0;
	margin-top: .9em;
}

header .h_contact {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
header .h_contact .h_box_l {
	width: 47%;
	max-width: 294px;
}
header .h_contact .h_box_r {
	width: 51%;
	max-width: 334px;
}
header .h_contact .h_btn {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
header .h_contact .h_btn li {
	width: 49%;
	max-width: 140px;
}
header .h_contact .h_btn li a {
	display: block;
	border-radius: 50%;
	position: relative;
}
header .h_contact .h_btn li .com_arrow {
	position: absolute;
	z-index: 1;
	right: 5%;
	bottom: -5%;
	font-size: min(14px,1.1vw);
	width: 2.6em;
	line-height: 2.6em;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

header .h_contact .com_contact_btn li a {
	padding: 6% 15%;
}
header .h_contact .h_tel {
	text-align: center;
	font-size: 80%;
	letter-spacing: .23em;
	line-height: 1.4em;
	margin-top: 1.0em;
}
header .h_contact .h_tel .tel_free {
	margin: .8em 0;
}
header .h_contact .h_tel .tel_sub {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
header .h_contact .h_tel .tel_sub p:nth-child(2) {
	width: 15em;
}

#s_site_link {
	width: 6%;
	max-width: 75px;
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 5%;
}
#s_site_link a {
	display: block;
	position: relative;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#s_site_link a .com_arrow {
	font-size: min(11px,1.0vw);
	width: 2.6em;
	line-height: 2.6em;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 1.0em;
}
#s_site_link li {
	margin-bottom: 10px;
}
#s_site_link li:last-child {
	margin-bottom: 0;
}

.m_img_area .m_img .m_slider {
	height: 1010px;
	margin: 0 auto;
	background: url("../images/m_img@2x.jpg") no-repeat center center;
	background-size: cover;
}
.m_img_area .m_img .m_slider::before,
.m_img_area .m_img .m_slider::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 62%;
}
.m_img_area .m_img .m_slider::before {
	right: 0;
	top: 0;
	background: url("../images/m_grad1@2x.png") no-repeat right top;
	background-size: auto 100%;
}
.m_img_area .m_img .m_slider::after {
	left: -20px;
	bottom: -1px;
	background: url("../images/m_grad2@2x.png") no-repeat left bottom;
	background-size: auto 100%;
}
.m_img_area .m_img .m_copy {
	position: absolute;
	z-index: 1;
	width: 96%;
	max-width: 1390px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 7%;
}
.m_img_area .m_img .m_copy .m_copy1 {
	position: relative;
	z-index: 1;
	width: 61%;
	max-width: 840px;
}
.m_img_area .m_img .m_copy .m_copy2 {
	position: relative;
	z-index: 1;
	text-align: left;
	color: #fff;
	font-size: min(125%,1.4vw);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.8em;
	margin-left: 3.5%;
	margin-top: -1.3em;
}
.m_img_area .m_img .m_copy .m_copy3 {
	position: absolute;
	z-index: 0;
	width: 40%;
	max-width: 510px;
	right: 1%;
	bottom: 0;
}
.m_img_area .m_img .m_copy .m_copy1 p,
.m_img_area .m_img .m_copy .m_copy2 p,
.m_img_area .m_img .m_copy .m_copy3 p {
	opacity: 0;
	transition: all 1.8s ease;
}
.m_img_area .m_img .m_copy .m_copy2 p {
	transition-delay: 0.9s;
}
.m_img_area .m_img .m_copy .m_copy3 p {
	transition-delay: 1.8s;
}
.m_img_area.anime_on .m_img .m_copy .m_copy1 p,
.m_img_area.anime_on .m_img .m_copy .m_copy2 p,
.m_img_area.anime_on .m_img .m_copy .m_copy3 p {
	opacity: 1;
	transform: translateY(0px);
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
header {
	padding-top: 2vh;
    align-items: flex-start;
}
header .h_left {
	width: 55vh;
	max-width: 40%;
}
header .h_left .h_site {
	font-size: min(150%,3.0vh);
}
header .h_contact {
	width: 90vh;
	max-width: 55%;
}
header .h_contact .h_btn li .com_arrow {
	font-size: min(14px,2.0vh);
}
#s_site_link {
	width: 10vh;
	max-width: 6%;
}
.m_img_area .m_img .m_copy {
	bottom: 4%;
}
.m_img_area .m_img .m_copy .m_copy1 {
	width: 70vh;
	max-width: 61%;
}
.m_img_area .m_img .m_copy .m_copy2 {
	font-size: min(110%,2.0vh);
}
.m_img_area .m_img .m_copy .m_copy3 {
	width: 60vh;
	max-width: 40%;
	right: auto;
	left: 70vh;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area .m_img {
	border-width: 10px;	/*外側余白*/
}
header {
	padding: 10px 10px 0;	/*外側余白と揃える*/
    align-items: flex-start;
}
header .h_left {
	width: 40%;
	padding-left: 0;
}
header .h_contact {
	width: 58%;
}
header .h_left .h_txt {
	font-size: 70%;
	letter-spacing: .05em;
	padding-top: 1.0em;
}

header .h_contact .h_box_l {
	width: 50%;
}
header .h_contact .h_box_r {
	width: 48%;
}
header .h_contact .com_contact_btn li a {
	padding: 0 10%;
}

.m_img_area .m_img .m_copy {
	width: 100%;
}
.m_img_area .m_img .m_copy .m_copy1 {
	width: 61%;
}
.m_img_area .m_img .m_copy .m_copy2 {
	font-size: 1.8vw;
	letter-spacing: .05em;
	margin-top: 0;
}
.m_img_area .m_img .m_copy .m_copy3 {
	width: 45%;
	right: 0;
	top: 0;
	bottom: auto;
	transform: translateX(10%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area {
	height: auto;
}
.m_img_area .m_img {
	border-width: 10px;	/*外側余白*/
	border-bottom: solid 10px transparent;
}

header {
	padding: 3% 4% 0;
	display: block;
}
header .h_left {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
}
header .h_contact {
	display: none;
}
header .h_left .h_txt {
	font-size: 65%;
	letter-spacing: normal;
	margin-bottom: 1.3em;
}
header .h_left .h_logo,
header .h_left .h_site {
	width: 80%;
}
header .h_left .h_site {
	box-sizing: border-box;
	font-size: 95%;
	margin-top: .9em;
}

#s_site_link {
	display: none !important;
}

.m_img_area .m_img .m_slider {
	width: 100%;
	aspect-ratio: 720 / 1100;
	height: auto;
	background-image: url("../images/m_img_sp.jpg");
}
.m_img_area .m_img .m_slider::before,
.m_img_area .m_img .m_slider::after {
	width: 100%;
	height: 50%;
	background-size: 100% 100%;
	opacity: 0.6;
}
.m_img_area .m_img .m_slider::after {
	left: -10px;
	bottom: -10px;
}

.m_img_area .m_img .m_copy {
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(5vw);
}
.m_img_area .m_img .m_copy .m_copy1 {
	width: 80%;
}
.m_img_area .m_img .m_copy .m_copy2 {
	font-size: 70%;
	letter-spacing: normal;
	line-height: 1.6em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	margin-left: 4.5%;
	margin-top: -.5em;
	margin-bottom: -1.0em;
}
.m_img_area .m_img .m_copy .m_copy3 {
	position: relative;
	width: 106%;
	max-width: 106%;
	right: 0;
	bottom: auto;
	margin-left: -3%;
}
}

/* 縦向きの場合
------------------------------------------*/
@media only screen and (max-width: 767px) and (orientation: portrait) {
}



/*メニュー
---------------------------------------------------------*/
.m_nav_area {
	width: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.35);
	text-align: center;
	color: #fff;
	font-size: min(110%,1.3vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: 30px 0;
}

/* メニュー */
.m_nav {
	display: flex;
    justify-content: center;
    align-items: center;
}
.m_nav > li {
	position: relative;
}
.m_nav > li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 3.0em;
	background: #fff;
	opacity: 0.5;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.m_nav > li:first-child::before,
.m_nav > li.typ_btn::before {
	display: none;
}
.m_nav > li > a {
	white-space: nowrap;
	padding: .5em 1.5em;
	height: 5.0em;
	display: flex;
    align-items: center;
}
.m_nav > li > a:hover {
	color: #00CDE8;
}
.m_nav > li.typ_btn {
	margin-left: .5em;
}
.m_nav > li.typ_btn a {
	padding-left: 1.0em !important;
	padding-right: 1.0em !important;
	background: rgba(7,59,102,0.4);
	border-radius: 1.0em;
	position: relative;
}

.m_nav_area .m_nav > li.typ_btn a::before {
	content: "";
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	background: #073B66 url("../images/arrow2@2x.png") no-repeat center center;
	background-size: contain;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
.m_nav_area {
	font-size: min(100%,2.3vh);
	line-height: 1.2em;
	padding: 1.5vh 0;
}
.m_nav_area .m_nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav_area {
	font-size: 1.5vw;
	letter-spacing: .05em;
	padding: 2vw 0;
}
/* メニュー */
.m_nav > li > a {
	padding: .5em 1.2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_nav_area {display: none !important;}
}



/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	width: 100%;
	box-sizing: border-box;
	background: #050F1C;
	background: linear-gradient(90deg,rgba(5, 15, 28, 1) 0%, rgba(13, 32, 57, 1) 100%);
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_flex .scl_nav_area {
	width: 65%;
	max-width: 980px;
}
#scl_header .scl_flex .scl_contact {
	width: 35%;
	max-width: 500px;
}

#scl_header .scl_nav_area {
	box-sizing: border-box;
	padding: 0 1%;
	color: #fff;
	font-size: min(80%,1.0vw);
	letter-spacing: .1em;
	line-height: 1.4em;
}
#scl_header .scl_nav_area .m_nav {
    justify-content: flex-start;
}
#scl_header .m_nav > li.typ_btn span {
	display: inline-block;
	padding-right: 1.0em;
	position: relative;
}
#scl_header .m_nav > li.typ_btn span::before {
	content: "";
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	background: url("../images/arrow2@2x.png") no-repeat center center;
	background-size: contain;;
	right: -.2em;
	bottom: 0;
}
#scl_header .m_nav > li > a {
	font-weight: bold;
	padding-left: 1.8em;
	padding-right: 1.8em;
}

#scl_header .scl_contact {
	background: rgba(255,255,255,0.85);
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_contact .scl_tel {
	width: 48%;
	box-sizing: border-box;
	padding: 0 3%;
}
#scl_header .scl_contact .com_contact_btn {
	width: 52%;
}
#scl_header .scl_contact .com_contact_btn li a {
	padding: 3% 0;
}
#scl_header .scl_contact .scl_tel .tel_sub {
	text-align: center;
	font-size: min(80%,1.0vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-top: .8em;
}
#scl_header .com_btn_color1 a::before {
	width: 1.0vw;
}

/* 1500px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
#scl_header .scl_flex .scl_nav_area {
	width: 65%;
}
#scl_header .scl_flex .scl_contact {
	width: 35%;
}
#scl_header .scl_nav_area {
	letter-spacing: normal;
}
#scl_header .m_nav > li > a {
	padding-left: 1.1em;
	padding-right: 1.1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#scl_header .scl_flex .scl_nav_area {
	width: 69%;
	padding: 0;
}
#scl_header .scl_flex .scl_contact {
	width: 30%;
}

#scl_header .scl_nav_area {
	font-size: 1.2vw;
	letter-spacing: normal;
}
#scl_header .m_nav > li > a {
	padding-left: .8em;
	padding-right: .8em ;
}
#scl_header .m_nav > li.typ_btn > a {
	padding-left: .5em;
	padding-right: .5em ;
}

#scl_header .scl_contact .scl_tel {
	padding: 0 1.5%;
}
#scl_header .scl_contact .com_contact_btn li a {
	padding: 10% 0;
}
#scl_header .scl_contact .scl_tel .tel_sub {
	font-size: 1.2vw;
	letter-spacing: normal;
	margin-top: .5em;
}
#scl_header .com_btn_color1 a::before {
	right: 0;
	bottom: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header {display: none !important;}
}

/* スクロールメニューアニメーション */
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}



/*スマホメニュー
---------------------------------------------------------*/
#drawer-content .drawer-nav {
	padding: 20% 5%;
	text-align: center;
}
#drawer-content .drw_menu > li {
	border-bottom: solid 1px rgba(255,255,255,0.6);
	margin-bottom: .5em;
}
#drawer-content .drw_menu > li > a {
	display: block;
	padding: .8em 0;
	padding-right: 1.0em;
	position: relative;
}
#drawer-content .drw_menu > li > a::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 50%;
	color: #073B66;
	width: 3.4em;
	line-height: 3.4em;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: 1.0em;
	top: 50%;
	transform: translateY(-50%);
}
#drawer-content .drw_menu > li.typ_btn,
#drawer-content .drw_menu > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#drawer-content .drw_menu > li.typ_btn a {
	margin-top: 1.0em;
	background: rgba(7,59,102,0.8);
	border-radius: 1.0em;
	position: relative;
}
#drawer-content .drw_menu > li.typ_btn > a::before {
	background: rgba(255,255,255,0.6);
}
#drawer-content .drw_in_menu {
	border-top: solid 1px rgba(255,255,255,0.2);
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: left;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.4em;
}
#drawer-content .drw_in_menu > li {
	width: 48%;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	position: relative;
}
#drawer-content .drw_in_menu > li::before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: url("../images/arrow2@2x.png") no-repeat center center;
	background-size: contain;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}
#drawer-content .drw_in_menu > li:last-child {
	border-bottom: none;
}
#drawer-content .drw_in_menu > li > a {
	display: block;
	padding: 1.0em .8em;
	padding-right: 1.2em;
}



/*フォントサイズ
---------------------------------------------------------*/
.fs60,
.com_style_fs60 > dt {
	font-size: min(375%,5.0vw);
	letter-spacing: 0.075em;
	line-height: 1.5em;
	margin-bottom: .8em;
}
.fs60 .txt_small,
.com_style_fs60 > dt .txt_small {
	display: block;
	font-size: 65%;
	letter-spacing: 0.075em;
	line-height: 1.7em;
}
.fs40,
.com_style_fs40 > dt {
	font-size: min(250%,3.2vw);
	letter-spacing: 0.075em;
	line-height: 1.5em;
	margin-bottom: .8em;
}
.fs33,
.com_style_fs33 > dt {
	font-size: min(205%,2.9vw);
	letter-spacing: 0.075em;
	line-height: 1.7em;
}
.fs33 .txt_small,
.com_style_fs33 > dt .txt_small {
	display: block;
	font-size: 75%;
	letter-spacing: 0.075em;
	line-height: 1.7em;
}
.com_style_fs33 > dt {
	margin-bottom: .5em;
}
.fs30,
.com_style_fs30 > dt {
	font-size: min(190%,2.6vw);
	letter-spacing: 0.075em;
	line-height: 1.7em;
}
.com_style_fs30 > dt {
	margin-bottom: .8em;
}
.fs27,
.com_style_fs27 > dt {
	font-size: min(170%,2.5vw);
	letter-spacing: 0.075em;
	line-height: 1.7em;
}
.com_style_fs27 > dt {
	margin-bottom: .8em;
}
.fs25,
.com_style_fs25 > dt {
	font-size: min(155%,2.4vw);
	letter-spacing: 0.075em;
	line-height: 1.7em;
}
.com_style_fs25 > dt {
	margin-bottom: .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fs60,
.com_style_fs60 > dt {
	font-size: 5.0vw;
	letter-spacing: 0.05em;
}
.fs40,
.com_style_fs40 > dt {
	font-size: 3.3vw;
	letter-spacing: 0.05em;
}
.fs33,
.com_style_fs33 > dt {
	font-size: 3.0vw;
	letter-spacing: 0.05em;
}
.fs33 .txt_small,
.com_style_fs33 > dt .txt_small {
	letter-spacing: 0.05em;
}
.com_style_fs33 > dt {
	margin-bottom: .5em;
}
.fs30,
.com_style_fs30 > dt {
	font-size: 2.9vw;
	letter-spacing: 0.05em;
}
.com_style_fs30 > dt {
	margin-bottom: .6em;
}
.fs27,
.com_style_fs27 > dt {
	font-size: 2.7vw;
	letter-spacing: 0.05em;
}
.com_style_fs27 > dt {
	margin-bottom: .6em;
}
.fs25,
.com_style_fs25 > dt {
	font-size: 2.6vw;
	letter-spacing: 0.05em;
}
.com_style_fs25 > dt {
	margin-bottom: .6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fs60,
.com_style_fs60 > dt {
	font-size: 170%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.fs40,
.com_style_fs40 > dt {
	font-size: 160%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.fs33,
.com_style_fs33 > dt {
	font-size: 140%;
	letter-spacing: 0.02em;
	line-height: 1.5em;
}
.fs33 .txt_small,
.com_style_fs33 > dt .txt_small {
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.5em;
}
.com_style_fs33 > dt {
	margin-bottom: .5em;
}
.fs30,
.com_style_fs30 > dt {
	font-size: 135%;
	letter-spacing: 0.02em;
	line-height: 1.5em;
}
.com_style_fs30 > dt {
	margin-bottom: .5em;
}
.fs27,
.com_style_fs27 > dt {
	font-size: 135%;
	letter-spacing: normal;
	line-height: 1.5em;
}
.com_style_fs27 > dt {
	margin-bottom: .5em;
}
.fs25,
.com_style_fs25 > dt {
	font-size: 125%;
	letter-spacing: normal;
	line-height: 1.5em;
}
.com_style_fs25 > dt {
	margin-bottom: .5em;
}
}



/*共通パーツ
---------------------------------------------------------*/
/*背景*/
.com_bg1 {
	background: #073B66;
	position: relative;
}
.com_bg1::before {
	content: "";	/*右上グラデ*/
	position: absolute;
	z-index: 0;
	width: 100%;
	max-width: 1500px;
	height: 100%;
	background: url("../images/bg_grad1@2x.png") no-repeat right top;
	background-size: 100% auto;
	right: 0;
	top: 0;
}
.com_bg1 > div {
	position: relative;
	z-index: 2;
}
.com_bg2 {
	background: url("../images/com_bg2@2x.png") repeat-y center top;
	background-size: 100% auto;
}
.com_bg3 {
	background: url("../images/bg_circle2@2x.png") no-repeat center top;
	background-size: 100% auto;
	padding-top: 100px;
}

/*影*/
.com_top_shadow,
.com_btm_shadow {
	position: relative;
}
.com_top_shadow > div,
.com_btm_shadow > div {
	position: relative;
	z-index: 1;
}
.com_top_shadow::after,
.com_btm_shadow::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 6vw;
	max-height: 60px;
	left: 0;
	opacity: 0.2;
}
.com_top_shadow::after {
	top: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.com_btm_shadow::after {
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

/*ボックス*/
.inbox_1150 {
	width: 100%;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
.inbox_1230 {
	width: 100%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
}

/*イメージタイトル*/
.com_width_title {
	background: #073B66;
	position: relative;
	width: 100%;
	height: 22vw;
	max-height: 270px;
	margin-bottom: 60px;
}
.com_width_title::before,
.com_width_title::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 40%;
	max-width: 570px;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.com_width_title::before {
	left: 0;
	background-image: url("../images/title1_bg1@2x.jpg");
	background-position: left top;
}
.com_width_title::after {
	right: 0;
	background-image: url("../images/title1_bg2@2x.jpg");
	background-position: right top;
}
.com_width_title .in_box {
	width: 94%;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_width_title .ft_ivymode {
	color: #E6EBF0;
	opacity: 0.25;
	font-size: min(250%,3.0vw);
	letter-spacing: .16em;
	line-height: 1.4em;
	margin-bottom: -.2em;
}
.com_width_title .ft_min {
	font-size: min(330%,3.8vw);
	letter-spacing: .075em;
	line-height: 1.4em;
}

/*ふきだしタイトル*/
.com_large_fukidashi {
	position: relative;
	text-align: center;
	font-size: min(310%,3.6vw);
	letter-spacing: .075em;
	line-height: 1.5em;
	box-sizing: border-box;
	padding: 1.1em 3%;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	margin-bottom: 90px;
}
.com_large_fukidashi > * {
	position: relative;
	z-index: 2;
}
.com_large_fukidashi .abs {
	width: 11vw;
	max-width: 146px;
	position: absolute;
	z-index: 0;
	margin: auto;
	left: 0;
	right: 0;
	top: 100%;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}
.com_large_fukidashi::before {
	content: "";	/*矢印の影を隠す*/
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 20px;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.com_large_fukidashi > * {
	position: relative;
	z-index: 1;
}
.com_large_fukidashi .txt_small {
	display: block;
	font-size: 65%;
	letter-spacing: .075em;
	line-height: 1.5em;
}

/*インデックス*/
.com_index1 {
	background: #073B66;
	text-align: center;
	color: #fff;
	font-size: min(205%,2.9vw);
	letter-spacing: .075em;
	line-height: 1.5em;
	padding: 1.2em 3%;
	margin-bottom: 40px;
}
.com_index2 {
	border-top: solid 1px rgba(0,0,0,0.3);
	border-bottom: solid 1px rgba(0,0,0,0.3);
	text-align: center;
	color: #073B66;
	font-size: min(190%,2.7vw);
	letter-spacing: .075em;
	line-height: 1.5em;
	padding: .6em 3%;
	margin-bottom: 40px;
}

/*レイアウト：丸画像*/
.com_flt1 .img_r,
.com_flt1 .img_l {
	width: 34%;
	max-width: 385px;
}
.com_flt1 .txt_l,
.com_flt1 .txt_r {
	width: 62%;
	max-width: 690px;
}
.com_flt1 .img_r,
.com_flt1 .txt_r {
	float: right;
}
.com_flt1 .img_l,
.com_flt1 .txt_l {
	float: left;
}

/*サムネイル*/
.img_thum {
	position: relative;
	z-index: 1;
	overflow: hidden;
	aspect-ratio: 270 / 180;
}
.img_thum span {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
li:hover .img_thum span {
	transition: all 0.4s ease-out;
	transform: scale(1.2);
}
.img_thum img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*ふきだし：スラッシュ*/
.slash {
	text-align: center;
}
.slash span {
	display: inline-block;
	position: relative;
}
.slash span::before,
.slash span::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 1.5em;
	background: #fff;
	bottom: -.5em;
}
.slash span::before {
	left: -1.8em;
	transform: rotate(-30deg);
}
.slash span::after {
	right: -1.8em;
	transform: rotate(30deg);
}

/*リスト*/
.com_list1 > li {
	box-sizing: border-box;
	padding-left: 1.2em;
	position: relative;
}
.com_list1 > li::before {
	content: "";
	position: absolute;
	width: .8em;
	height: .8em;
	background: #073B66;
	border-radius: 50%;
	left: 0;
	top: .7em;
}

/*メモ*/
.com_memo {
	color: #666;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-top: 1.0em;
}
.com_memo li {
	box-sizing: border-box;
	padding-left: 1.0em;
	position: relative;
}
.com_memo li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*背景*/
.com_bg3 {
	padding-top: 9%;
}

/*イメージタイトル*/
.com_width_title {
	margin-bottom: 5%;
}
.com_width_title .ft_min {
	letter-spacing: .05em;
}

/*ふきだしタイトル*/
.com_large_fukidashi {
	font-size: 4.0vw;
	margin-bottom: 7%;
}
.com_large_fukidashi .txt_small {
	letter-spacing: .05em;
}

/*インデックス*/
.com_index1 {
	font-size: 3.0vw;
	letter-spacing: .05em;
	margin-bottom: 4%;
}
.com_index2 {
	font-size: 2.8vw;
	letter-spacing: .05em;
	padding: .8em 3%;
	margin-bottom: 4%;
}

/*レイアウト：丸画像*/
.com_flt1 .img_r {
	margin-left: 3%;
	margin-bottom: 1.0em;
}
.com_flt1 .img_l {
	margin-right: 3%;
	margin-bottom: 1.0em;
}
.com_flt1 .txt_l,
.com_flt1 .txt_r {
	float: none;
	width: 100%;
	max-width: 100%;
}

/*ふきだし：スラッシュ*/
.slash span::before {
	left: -1.2em;
}
.slash span::after {
	right: -1.2em;
}

/*メモ*/
.com_memo {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*背景*/
.com_bg3 {
	padding-top: 12%;
}
/*影*/
.com_top_shadow::after,
.com_btm_shadow::after {
	height: 10vw;
	max-height: 100%;
}

/*イメージタイトル*/
.com_width_title {
	height: 35vw;
	max-height: 100%;
	margin-bottom: 8%;
}
.com_width_title::before,
.com_width_title::after {
	width: 50%;
}
.com_width_title .ft_ivymode {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: 0;
}
.com_width_title .ft_min {
	font-size: 170%;
	letter-spacing: .05em;
	line-height: 1.3em;
}

/*ふきだしタイトル*/
.com_large_fukidashi {
	font-size: 140%;
	letter-spacing: .05em;
	padding: 1.0em 2%;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	margin-bottom: 10%;
}
.com_large_fukidashi .abs {
	width: 14vw;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.3));
}
.com_large_fukidashi .txt_small {
	font-size: 70%;
	letter-spacing: .05em;
}

/*インデックス*/
.com_index1 {
	font-size: 130%;
	letter-spacing: .05em;
	padding: 1.0em 2%;
	margin-bottom: 6%;
}
.com_index2 {
	font-size: 125%;
	letter-spacing: .05em;
	padding: .8em 2%;
	margin-bottom: 6%;
}

/*レイアウト：丸画像*/
.com_flt1 .img_r,
.com_flt1 .img_l {
	float: none;
	width: 65%;
	margin: 0 auto 1.0em;
}
.com_flt1 .txt_l,
.com_flt1 .txt_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
	
/*ふきだし：スラッシュ*/
.slash span::before {
	left: -.5em;
}
.slash span::after {
	right: -.5em;
}
/*リスト*/
.com_list1 > li::before {
	top: .5em;
}
/*メモ*/
.com_memo {
	letter-spacing: normal;
}
}



/*ボックススタイル
---------------------------------------------------------*/
/*左右グラデボックス*/
.com_box_bg1 {
	background: #011C33;
	background: linear-gradient(90deg,rgba(1, 28, 51, 1) 0%, rgba(7, 59, 102, 1) 100%);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	color: #fff;
	padding: 50px 3%;
}
.com_box_bg1.drad_reverse {
	background: linear-gradient(90deg,rgba(7, 59, 102, 1) 0%, rgba(1, 28, 51, 1) 100%);
}
/*上下グラデボックス*/
.com_box_bg2 {
	background: #073B66;
	background: linear-gradient(0deg,rgba(7, 59, 102, 0.2) 0%, rgba(7, 59, 102, 0) 100%);
	padding: 60px 3%;
}
/*背景ボックス*/
.com_box_bg3 {
	padding: 60px 3%;
}
.com_box_bg3.color1 {background: #E6F0F2;}
.com_box_bg3.color2 {background: #E6EBF0;}

/*イメージ背景*/
.com_layout1 {
	background-color: #fff;
	background-image: url("../images/reas_bg1@2x.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 605px auto;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	padding: 55px 3%;
	position: relative;
}
.com_layout1 .txt_box {
	width: 55%;
	max-width: 630px;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
}
.com_layout1 .com_style_fs33 > dt {
	color: #073B66;
}
.com_layout1 .abs_img {
	position: absolute;
	z-index: 0;
}

/*白背景ふきだし*/
.com_layout2 {
	background: #fff;
	box-sizing: border-box;
	padding: 60px 2%;
	position: relative;
}
.com_layout2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3vw;
	max-height: 26px;
	background: url("../images/fukidashi1@2x.png") no-repeat center top;
	background-size: contain;
	left: 0;
	top: calc(100% - 1px);
}
.com_layout2 .txt_l {
	width: 85%;
	max-width: 1000px;
	position: relative;
	z-index: 1;
}
.com_layout2 .abs1 {
	width: 15%;
	max-width: 190px;
	position: absolute;
	z-index: 0;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
}
.com_layout2 .txt_l .com_style_fs30 {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.com_layout2 .txt_l .com_style_fs30 > dt {
	width: 35%;
	margin: 0;
}
.com_layout2 .txt_l .com_style_fs30 > dd {
	width: 65%;
}

/*曲線タイトルボックス*/
.com_layout3 {
	background: #E6EBF0;
}
.com_layout3 .layo3_title {
	background: url("../images/bg_circle6@2x.png") no-repeat center bottom;
	background-size: 100% auto;
	text-align: center;
	padding-top: 120px;
	position: relative;
}
.com_layout3 .layo3_title .fukidashi {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -30px;
	width: 50%;
	max-width: 542px;
	aspect-ratio: 542 / 134;
	background: url("../images/fukidashi_bg1@2x.png") no-repeat center center;
	background-size: 100% 100%;
	font-size: min(155%,2.3vw);
	letter-spacing: .075em;
	line-height: 1.4em;
}
.com_layout3 .layo3_title .fukidashi span {
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 42%;
	transform: translateY(-50%);
}
.com_layout3 .layo3_title .answer {
	font-size: min(220%,3.0vw);
	letter-spacing: .075em;
	line-height: 1.5em;
	padding: 0 3% 1.8em;
}
.com_layout3 .inbox_1150 {
	width: 94%;
	margin: 0 auto;
	padding: 20px 0 60px;
}

/*小見出しボックス*/
.com_layout4 {
	background: #fff;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.com_layout4 > dt,
.com_layout4 > dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.com_layout4 > dt {
	width: 19%;
	text-align: center;
	background: #073B66;
	color: #fff;
	font-size: min(120%,1.8vw);
	letter-spacing: .075em;
	line-height: 1.3em;
}
.com_layout4 > dd {
	width: 81%;
	padding: 30px 3%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*左右グラデボックス*/
.com_box_bg1 {
	padding: 5% 4%;
}
/*上下グラデボックス*/
.com_box_bg2 {
	padding: 5% 4%;
}
/*背景ボックス*/
.com_box_bg3 {
	padding: 5% 4%;
}

/*イメージ背景*/
.com_layout1 {
	background-size: 45% auto;
	padding: 5% 3%;
}
.com_layout1 .txt_box {
	width: 70%;
}

/*白背景ふきだし*/
.com_layout2 {
	padding: 5% 4%;
}
.com_layout2 .txt_l {
	width: 90%;
}
.com_layout2 .abs1 {
	right: 0;
}
.com_layout2 .txt_l .com_style_fs30 > dt {
	width: 40%;
}
.com_layout2 .txt_l .com_style_fs30 > dd {
	width: 60%;
}

/*曲線タイトルボックス*/
.com_layout3 .layo3_title {
	padding-top: 10%;
}
.com_layout3 .layo3_title .answer {
	letter-spacing: .05em;
	padding-bottom: 1.5em;
}
.com_layout3 .inbox_1150 {
	width: 92%;
	padding-bottom: 5%;
}

/*小見出しボックス*/
.com_layout4 > dt {
	width: 22%;
	font-size: 2.0vw;
	letter-spacing: .05em;
}
.com_layout4 > dd {
	width: 78%;
	padding: 4% 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*左右グラデボックス*/
.com_box_bg1 {
	padding: 8% 6%;
}
/*上下グラデボックス*/
.com_box_bg2 {
	padding: 8% 6%;
}
/*背景ボックス*/
.com_box_bg3 {
	padding: 8% 6%;
}
	
/*イメージ背景*/
.com_layout1 {
	background-size: 70% auto;
	padding: 8% 6%;
}
.com_layout1 .txt_box {
	width: 100%;
	max-width: 100%;
}
.com_layout1 .abs_img {
	position: relative;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 6%;
}

/*白背景ふきだし*/
.com_layout2 {
	margin-top: 16%;
	padding: 16% 6% 6%;
}
.com_layout2::before {
	height: 6vw;
	max-height: 100%;
}
.com_layout2 .txt_l {
	width: 100%;
}
.com_layout2 .abs1 {
	width: 30%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
.com_layout2 .txt_l .com_style_fs30 {
	display: block;
}
.com_layout2 .txt_l .com_style_fs30 > dt {
	width: 100%;
	text-align: center;
	margin-bottom: .5em;
}
.com_layout2 .txt_l .com_style_fs30 > dd {
	width: 100%;
}

/*曲線タイトルボックス*/
.com_layout3 .layo3_title {
	padding-top: 16vw;
}
.com_layout3 .layo3_title .fukidashi {
	top: -1.0em;
	width: 90%;
	max-width: 100%;
	font-size: 110%;
	letter-spacing: .05em;
}
.com_layout3 .layo3_title .answer {
	font-size: 130%;
	letter-spacing: .05em;
	padding: 0 2% 1.2em;
}
.com_layout3 .inbox_1150 {
	width: 88%;
	padding: 4% 0 8%;
}

/*小見出しボックス*/
.com_layout4,
.com_layout4 > dt,
.com_layout4 > dd {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}
.com_layout4 > dt {
	font-size: 120%;
	letter-spacing: .05em;
	padding: 1.0em 3%;
}
.com_layout4 > dd {
	padding: 6% 6%;
}
}



/*カラム
---------------------------------------------------------*/
/*2列スタイル*/
.com_col2_box {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.com_col2_box > div {
	width: 49.5%;
	max-width: 562px;
	box-sizing: border-box;
	background: #E6EBF0;
	padding: 50px 4%;
	margin-top: 60px;
}
.com_col2_box > div:nth-child(-n+2) {
	margin-top: 0;
}
/*3列スタイル*/
.com_col3_box {
	display: flex;
    flex-wrap: wrap;
}
.com_col3_box > div {
	width: 32.4%;
	margin-right: 1.4%;
	box-sizing: border-box;
	background: #fff;
	padding: 40px 2.5%;
	margin-top: 60px;
	line-height: 2.0em;
}
.com_col3_box > div:nth-child(3n),
.com_col3_box > div:last-child {
	margin-right: 0;
}
.com_col3_box > div:nth-child(-n+3) {
	margin-top: 0;
}

/*上に飛び出た画像*/
.com_top_over {
	padding-top: 0 !important;
	position: relative;
	z-index: 1;
}
.com_top_over::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 30px;
	background: #fff;
	left: 0;
	top: 0;
}
.com_top_over .img_item {
	position: relative;
	z-index: 1;
}

/*チェックアイコンボックス*/
.com_check_box.col4 {
	width: 100%;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    flex-wrap: wrap;
}
.com_check_box.col4 > li {
	width: 24%;
	margin-right: 1.3333%;
	margin-top: 60px;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.com_check_box.col4 > li:nth-child(4n),
.com_check_box.col4 > li:last-child {
	margin-right: 0;
}
.com_check_box.col4 > li:nth-child(-n+4) {
	margin-top: 0;
}

.com_check_box > li {
	box-sizing: border-box;
	background: #CDD8E0;
	padding-top: 60px;
	padding-bottom: 40px;
	position: relative;
	line-height: 2.0em;
}
.com_check_box > li::before {
	content: "";
	position: absolute;
	width: 5vw;
	max-width: 52px;
	aspect-ratio: 1 / 1;
	background: #073B66 url("../images/check2@2x.png") no-repeat center center;
	background-size: contain;
	border-radius: 50%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-40%);
}
.com_check_box .chec_txt > dt,
.com_check_box p.chec_txt {
	text-align: center;
	color: #073B66;
	font-size: min(140%,1.6vw);
	letter-spacing: .05em;
	line-height: 1.5em;
}
.com_check_box .chec_txt > dt {
	padding-bottom: 1.0em;
	position: relative;
	margin-bottom: 1.0em;
}
.com_check_box .chec_txt > dt::before {
	content: "";
	position: absolute;
	width: 70%;
	height: 1px;
	background: #000;
	opacity: 0.3;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*2列スタイル*/
.com_col2_box > div {
	padding: 4% 3%;
	margin-top: 6%;
}
/*3列スタイル*/
.com_col3_box > div {
	padding: 4% 2.5%;
	margin-top: 6%;
	line-height: 1.8em;
}

/*チェックアイコンボックス*/
.com_check_box.col4 > li {
	margin-top: 6%;
	line-height: 1.6em;
}
.com_check_box > li {
	padding-top: 6%;
	padding-bottom: 4%;
}
.com_check_box .chec_txt > dt,
.com_check_box p.chec_txt {
	font-size: 2.1vw;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*2列スタイル*/
/*3列スタイル*/
.com_col2_box,
.com_col3_box {
	display: block;
}
.com_col2_box > div,
.com_col3_box > div {
	width: 100%;
	max-width: 100% !important;
	padding: 8% 6%;
	margin-top: 8% !important;
	line-height: 1.8em;
}
.com_col2_box > div:first-child,
.com_col3_box > div:first-child {
	margin-top: 0 !important;
}

/*上に飛び出た画像*/
.com_top_over::before {
	height: 5vw;
}

/*チェックアイコンボックス*/
.com_check_box.col4 {
    justify-content: space-between;
}
.com_check_box.col4 > li {
	width: 49%;
	margin-right: 0;
	margin-top: 8% !important;
	padding-left: 4%;
	padding-right: 4%;
}
.com_check_box.col4 > li:nth-child(-n+2) {
	margin-top: 0 !important;
}
.com_check_box.sp_col1 {
	display: block;
}
.com_check_box.sp_col1 > li {
	width: 100%;
	margin-right: 0;
	margin-top: 8% !important;
	padding-left: 6%;
	padding-right: 6%;
}
.com_check_box.sp_col1 > li:nth-child(-n+2) {
	margin-top: 8% !important;
}

.com_check_box > li {
	padding-top: 8%;
	padding-bottom: 6%;
	line-height: 1.6em;
}
.com_check_box > li::before {
	width: 8vw;
	max-width: 100%;
}
.com_check_box .chec_txt > dt,
.com_check_box p.chec_txt {
	font-size: 120%;
	letter-spacing: normal;
}
.com_check_box .chec_txt > dt {
	padding-bottom: .6em;
	margin-bottom: .6em;
}
}



/*開閉アイコン
---------------------------------------------------------*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	background: #073B66;
	border-radius: 50%;
	margin-left: .5em;
	position: relative;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_open::after {
	transform: rotate(90deg);
	transition: all 0.4s;
}
.active .icon_open::after {
	transform: rotate(0deg);
}



/*com_contact
---------------------------------------------------------*/
.com_contact {
	width: 100%;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	background: #073B66;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 50px 3%;
}
.com_contact::before {
	content: "";	/*背景画像*/
	position: absolute;
	z-index: 0;
	width: 45%;
	max-width: 580px;
	height: 100%;
	right: 0;
	top: 0;
	background: url("../images/cont_bg@2x.jpg") no-repeat right top;
	background-size: 100% auto;
}
.com_contact::after {
	content: "";	/*影*/
	position: absolute;
	z-index: -1;
	width: 60%;
	max-width: 580px;
	height: 6vw;
	max-height: 60px;
	margin: auto;
	left: 0;
	right: 0;
	top: 100%;
	background: url("../images/cont_shadow@2x.png") no-repeat right top;
	background-size: 100% 100%;
}
.com_contact .cont_abs {
	width: 45%;
	max-width: 514px;
	position: absolute;
	z-index: 1;
	right: 4%;
	top: 0;
	transform: translateY(-20%);
}
.com_contact .inbox_1150 {
	position: relative;
	z-index: 2;
	text-align: left;
}
.com_contact .cont_title .cont_lead {
	letter-spacing: .2em;
	line-height: 1.8em;
}
.com_contact .cont_title .ft_min {
	font-size: min(310%,4.2vw);
	letter-spacing: .05em;
	line-height: 1.4em;
	margin: .1em 0 .2em;
}
.com_contact .cont_title .ft_ivymode {
	font-size: 95%;
	letter-spacing: .16em;
	line-height: 1.4em;
}
.com_contact .cont_list {
	margin-top: 30px;
	width: 90%;
	max-width: 860px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.com_contact .cont_list > li {
	width: 25%;
	box-sizing: border-box;
	border-left: solid 1px rgba(255,255,255,0.2);
}
.com_contact .cont_list .cont_tel {
	width: 50%;
	border-left: none;
	font-size: 95%;
	letter-spacing: .25em;
	line-height: 1.6em;
}
.com_contact .cont_list .cont_tel .tel_free {
	display: flex;
    align-items: center;
	margin: .8em 0;
}
.com_contact .cont_list .cont_tel .tel_free .ft_ivymode {
	font-size: min(200%,2.8vw);
	letter-spacing: .16em;
	line-height: 1.2em;
	white-space: nowrap;
	margin-left: .2em;
}
.com_contact .cont_list .cont_tel .tel_sub {
	font-size: 95%;
	letter-spacing: .25em;
	line-height: 1.4em;
}
.com_contact .cont_list .cont_tel .tel_sub .ft_ivymode {
	font-size: 115%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-left: .2em;
}
.com_contact .cont_list .cont_web a,
.com_contact .cont_list .cont_line a {
	display: block;
	text-align: center;
}
.com_contact .cont_list .cont_web .com_arrow,
.com_contact .cont_list .cont_line .com_arrow {
	font-size: 9px;
	background: rgba(0,0,0,0.25);
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_contact {
	padding: 4% 4%;
}
.com_contact .cont_abs {
	width: 45%;
	right: 2%;
}
.com_contact .cont_title .cont_lead {
	letter-spacing: .15em;
}
.com_contact .cont_list {
	margin-top: 4%;
}
.com_contact .cont_list > li {
	width: 22%;
}
.com_contact .cont_list .cont_tel {
	width: 56%;
	letter-spacing: .1em;
}
.com_contact .cont_list .cont_tel .tel_free {
	margin: .8em 0;
}
.com_contact .cont_list .cont_tel .tel_free .ft_ivymode {
	font-size: 3.3vw;
}
.com_contact .cont_list .cont_tel .tel_sub {
	letter-spacing: .1em;
}
.com_contact .cont_list .cont_web a,
.com_contact .cont_list .cont_line a {
	padding: 0 12%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_contact {
	padding: 0 6% 8%;
}
.com_contact::before {
	width: 60%;	/*背景画像*/
}
.com_contact::after {
	width: 100%;	/*影*/
	height: 10vw;
	max-height: 100%;
}
.com_contact .cont_abs {
	width: 85%;
	position: relative;
	right: auto;
	top: auto;
	transform: translate(-12%,-20%);
}
.com_contact .cont_title .cont_lead {
	padding-top: 1.0em;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.com_contact .cont_title .ft_min {
	font-size: 180%;
	letter-spacing: .05em;
	margin: .1em 0 0;
}
.com_contact .cont_title .ft_ivymode {
	font-size: 90%;
}
.com_contact .cont_list {
	margin-top: 8%;
	width: 100%;
	max-width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.com_contact .cont_list > li {
	width: 50%;
	border-left: solid 1px rgba(255,255,255,0.2);
}
.com_contact .cont_list .cont_tel {
	width: 100%;
	border-left: none;
	font-size: 100%;
	letter-spacing: .15em;
	margin-bottom: 5%;
}
.com_contact .cont_list .cont_tel .tel_free {
	margin: .6em 0;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.com_contact .cont_list .cont_tel .tel_free .ft_ivymode {
	font-size: 180%;
	letter-spacing: .1em;
	margin-left: .5em;
}
.com_contact .cont_list .cont_tel .tel_sub {
	font-size: 90%;
	letter-spacing: .05em;
}
.com_contact .cont_list .cont_web {
	border-left: none;
}
.com_contact .cont_list .cont_web a,
.com_contact .cont_list .cont_line a {
	padding-right: 20%;
	position: relative;
}
.com_contact .cont_list .cont_web .com_arrow,
.com_contact .cont_list .cont_line .com_arrow {
	margin: 0;
	position: absolute;
	right: 8%;
	top: 50%;
	transform: translateY(-50%);
}
}



/*料金表
---------------------------------------------------------*/
.pric_tax {
	text-align: right;
	color: #073B66;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
.tbl_price {
	width: 100%;
	margin-top: 30px;
	background: #F7F7F7;
	color: #073B66;
	line-height: 2.0em;
}
.pric_tax + .tbl_price {
	margin-top: 0;
}
.tbl_price th,
.tbl_price td {
	font-weight: 400;
	border-bottom: solid 1px #ACADB2;
	text-align: left;
	vertical-align: middle;
	padding: 2.0em 0;
}
.tbl_price th {
	width: 72%;
	padding-left: 2%;
	padding-right: 2%;
}
.tbl_price td {
	width: 28%;
	padding-right: 2%;
}
.tbl_price th p {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: 0;
	font-size: 125%;
	letter-spacing: .15em;
}
.tbl_price td .ft_ivymode {
	font-size: 130%;
	letter-spacing: .15em;
	margin: 0 .1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pric_tax {
	letter-spacing: .1em;
	margin-bottom: .8em;
}
.tbl_price {
	margin-top: 4%;
	line-height: 1.8em;
}
.tbl_price th,
.tbl_price td {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.tbl_price th {
	width: 65%;
}
.tbl_price td {
	width: 35%;
}
.tbl_price th p {
	letter-spacing: .1em;
}
.tbl_price td .ft_ivymode {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pric_tax {
	letter-spacing: .05em;
	margin-bottom: .5em;
}
.tbl_price {
	margin-top: 6%;
	line-height: 1.6em;
}
.tbl_price tr,
.tbl_price th,
.tbl_price td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}
.tbl_price th {
	padding: 1.2em 6% .5em;
	border-bottom: none;
}
.tbl_price td {
	padding: 0 5% 1.0em;
	text-align: right;
}
.tbl_price th p {
	max-width: 100%;
	font-size: 110%;
	letter-spacing: .05em;
}
.tbl_price td .ft_ivymode {
	font-size: 120%;
	letter-spacing: .05em;
}
}



/*QAパーツ
---------------------------------------------------------*/
.com_qa {
	border-top: solid 1px #ADAEB3;
}
.com_qa:last-of-type {
	border-bottom: solid 1px #ADAEB3;
}
.com_qa > dt {
	padding: 2.6em 5.0em;
}
.com_qa > dd {
	padding: 2.6em 3%;
	background: rgba(255,255,255,0.5);
}
.com_qa > dt,
.com_qa > dd {
	padding-left: 10%;
	position: relative;
}
.com_qa > dt::before,
.com_qa > dd::before {
	content: "Q";
	display: block;
	font-family: "ivymode", serif;
	font-weight: 200;
	font-style: normal;
	text-align: center;
	font-size: min(200%,2.6vw);
	letter-spacing: normal;
	line-height: 2.0em;
	width: 2.0em;
	border-radius: 50%;
	border: solid 1px #073B66;
	position: absolute;
	left: 1.0em;
}
.com_qa > dt::before {
	background: #073B66;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.com_qa > dd::before {
	content: "A";
	background: #fff;
	color: #073B66;
	top: .9em;
}
.com_qa > dt p {
	color: #073B66;
	font-size: min(155%,2.2vw);
	letter-spacing: .075em;
	line-height: 1.6em;
}
.com_qa .open_btn {
	cursor: pointer;
}
.com_qa .open_btn .icon_open {
	position: absolute;
	right: 2.0em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 110%;
	background: transparent;
	margin: 0;
	opacity: 0.7;
}
.com_qa .open_btn .icon_open::before,
.com_qa .open_btn .icon_open::after {
	width: 100%;
	background: #073B66;
}
.com_qa .oepn_box {
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_qa > dt {
	padding: 1.5em 3.0em;
}
.com_qa > dd {
	padding: 1.5em 3%;
}
.com_qa > dt,
.com_qa > dd {
	padding-left: 10%;
}
.com_qa > dt::before,
.com_qa > dd::before {
	font-size: 2.8vw;
	left: .6em;
}
.com_qa > dt p {
	font-size: 2.4vw;
	letter-spacing: .05em;
}
.com_qa .open_btn {
	cursor: pointer;
}
.com_qa .open_btn .icon_open {
	right: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_qa > dt {
	padding: 1.0em 1.5em;
}
.com_qa > dd {
	padding: 1.5em 4%;
}
.com_qa > dt,
.com_qa > dd {
	padding-left: 16%;
}
.com_qa > dt::before,
.com_qa > dd::before {
	font-size: 110%;
	left: .5em;
}
.com_qa > dt::before {
	background: #073B66;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.com_qa > dd::before {
	top: 1.2em;
}
.com_qa > dt p {
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.4em;
}
.com_qa .open_btn .icon_open {
	right: 0;
	font-size: 70%;
}
}



/*footer
---------------------------------------------------------*/
footer .f_bg1 {
	color: #FFF;
	background-color: #073B66;
	padding: 70px 0;
}

footer .f_contact {
	display: table;
	table-layout: fixed;
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
footer .f_contact li {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	width: 28.5%;
	border-right: 1px solid rgba(255,255,255,0.2);
}
footer .f_contact li:first-of-type {
	border-left: 1px solid rgba(255,255,255,0.2);
}
footer .f_contact .tel {
	width: 43%;
	padding: 0 5%;
}
footer .f_contact .tel dt {
	font-size: min(1.8vw,125%);
	letter-spacing: .25em;
	margin-bottom: 1em;
}
footer .f_contact .tel .phone2 {
	white-space: nowrap;
	margin-top: 1.2em;
}
footer .f_contact .tel .phone2 p {
	display: inline-block;
	vertical-align: middle;
}
footer .f_contact .tel .phone2 .txt {
	font-size: min(1.2vw,80%);
	line-height: 1;
	white-space: nowrap;
	margin-right: 1%;
}
footer .f_contact .tel .phone2 .sp_tel_btn {
	width: 58%;
}
footer .f_contact .con_btn a {
	display: block;
	text-align: center;
    padding: 1.0em 10% 1.5em;
}
footer .f_contact .con_btn .com_arrow {
	font-size: 80%;
	background: rgba(0,0,0,0.25);
	margin: 1.5em auto 0;
}
footer .f_contact .con_btn .com_arrow::before {
	background: rgba(0,0,0,1.0);
}
footer .f_contact .con_btn a:hover {
    background: rgba(255,255,255,0.15);
}

footer .f_info {
	display: flex;
	justify-content: space-between;
}
footer .f_info .box_l {
	width: 55%;
}
footer .f_info .box_l iframe {
	display: block;
}
footer .f_info .box_l > div {
	position: relative;
	margin-top: 1.0em;
}
footer .f_info .box_l address {
	font-size: min(1.3vw,100%);
	line-height: 1.8;
	letter-spacing: .1em;
}
footer .f_info .box_l .com_link3 {
	position: absolute;
	right: 0;
	top: .5em;
}
footer .f_info .box_l .com_link3 a {
	font-size: 87%;
    padding: 0.8em 2em;
}

footer .f_info .box_r {
	width: 40%;
	max-width: 505px;
}
footer .f_info .box_r p {
	font-size: 93%;
	letter-spacing: .2em;
	line-height: 1.6;
}
footer .f_info .box_r > p {
	text-align: left;
	margin-bottom: 1.2em;
}

footer .f_info .f_cliname {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1.2em;
}
footer .f_info .f_cliname .f_hozin {
	width: 39%;
	margin: 0 auto .8em;
}
footer .f_info .f_cliname dl {
	width: 53%;
    text-align: left;
	font-size: min(100%,1.4vw);
}
footer .f_info .f_cliname dt {
    font-size: 270%;
    font-weight: normal;
    line-height: 1em;
}
footer .f_info .f_cliname dd {
    font-size: 120%;
}
footer .f_timetable {
	margin-bottom: 1em;
}

footer .f_bg2 .w1290 {
	padding-top: 60px;
	padding-bottom: 100px;
	text-align: center;
}
footer .f_bg2 .copyright {
	color: #B8B8B8;
	letter-spacing: .15em;
	line-height: 1.6em;
}
footer .f_bg2 .f_bnr {
	width: 50%;
	max-width: 500px;
	margin: 50px auto 0;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) {
footer .f_info .f_cliname dt {
}
footer .f_info .f_cliname dd{
    letter-spacing: normal;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_bg1 {
    padding: 7% 0;
}
footer .f_contact {
	width: 100%;
    margin-bottom: 7%;
}
footer .f_contact .tel {
	padding-left: 3%;
	padding-right: 3%;
}
footer .f_contact .tel .phone2 {
    margin-top: 1em;
}
footer .f_contact .tel .phone2 .txt {
	font-size: 1.4vw;
}
footer .f_info .box_l address {
	font-size: 85%;
	line-height: 1.6;
	letter-spacing: .05em;
}
footer .f_info .box_r {
    width: 42%;
}
footer .f_info .box_r p {
	font-size: 90%;
	letter-spacing: .05em;
}
footer .f_timetable {
    margin-bottom: .5em;
}

footer .f_bg2 .w1290 {
	padding-top: 5%;
	padding-bottom: 8%;
}
footer .f_bg2 .copyright {
	letter-spacing: .05em;
}
footer .f_bg2 .f_bnr {
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_bg1 {
	padding: 9% 0;
}

footer .f_contact {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 100%;
	margin-bottom: 9%;
}
footer .f_contact li {
	display: block;
	width: 50%;
	text-align: center;
}
footer .f_contact li:first-of-type {
	border-left: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
footer .f_contact .tel {
	width: 100%;
	padding: 0;
	padding: 0 0 4%;
	margin-bottom: 5%;
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
footer .f_contact .line {
	border-right: none;
}
footer .f_contact .tel dt {
	font-size: 110%;
}
footer .f_contact .tel .phone2 {
	margin-top: .5em;
}
footer .f_contact .tel .phone2 .txt {
	font-size: 80%;
}
footer .f_contact .con_btn a {
    padding: .5em 10% 0;
}
footer .f_contact .con_btn .com_arrow {
	font-size: 60%;
	margin-top: .8em;
}

footer .f_info {
	display: block;
}
footer .f_info .box_l {
	width: 100%;
	margin-bottom: 15%;
}
footer .f_info .box_l iframe {
	aspect-ratio: 4 / 3;
}
footer .f_info .box_l address {
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: normal;
	margin-bottom: 3%;
}
footer .f_info .box_l .com_link3 {
	position: relative;
	text-align: right;
}
footer .f_info .box_r {
	width: 100%;
	max-width: none;
}
footer .f_info .box_r p {
	text-align: center;
	font-size: 90%;
	letter-spacing: .1em;
}
footer .f_info .f_cliname dl {
	font-size: 80%;
}

footer .f_bg2 .w1290 {
	padding-top: 8%;
	padding-bottom: 40vw;
}
footer .f_bg2 .copyright {
	font-size: 80%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
footer .f_bg2 .f_bnr {
	width: 100%;
	margin-top: 6%;
}
}



/*スマホフッター
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}

#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 400;
	box-sizing: border-box;
	text-align: center;
}
#sp_footer a {
	display: block;
}
#sp_footer .sp_site_link {
	width: 94%;
	margin: 0 auto 10px;
	display: flex;
    justify-content: space-between;
}
#sp_footer .sp_site_link li {
	width: 49.5%;
}
#sp_footer .sp_site_link a {
	border: solid 1px rgba(255,255,255,0.6);
	position: relative;
}
#sp_footer .sp_site_link a::before {
	content: "";
	position: absolute;
	width: 2.0vw;
	height: 2.0vw;
	right: 1vw;
	bottom: 1vw;
	background: url("../images/corner@2x.png") no-repeat right bottom;
	background-size: contain;
}
#sp_footer .sp_site_link .f_btn1 a {
	background: #084273;
}
#sp_footer .sp_site_link .f_btn2 a {
	background: #008ABD;
}
#sp_footer .sp_contact {
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	background: #8F8F8F;
}
#sp_footer .sp_contact li {
	width: 25%;
	box-sizing: border-box;
}
#sp_footer .sp_contact .sp_f_tel_free {
	padding: 0 3%;
}
#sp_footer .sp_contact .sp_f_tel_sub {
	padding-right: 2%;
}
#sp_footer .sp_contact .sp_f_tel_sub p {
	background: rgba(255,255,255,0.2);
	padding: 10% 10%;
	border-radius: 2vw;
}
#sp_footer .sp_contact .sp_f_web a,
#sp_footer .sp_contact .sp_f_line a {
	padding: 8% 8%;
}
#sp_footer .sp_f_web a::before,
#sp_footer .sp_f_line a::before {
	width: 2.0vw;
	right: 1vw;
	bottom: 1vw;
}



/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
}