@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@600&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@500&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
  font-weight: 400;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table { border-collapse: collapse; border-spacing: 0;}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #464646;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: auto;
}
*, *:before, *:after { box-sizing: border-box;}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #323232;
	font-size: 1em;
  letter-spacing: 0.05em;
	line-height: 1.6;
	position: relative;
}

.fo_ex { font-family: "Expletus Sans", sans-serif; font-weight: 600; letter-spacing: 0.1em;}
.fo_roboto { font-family: "Roboto", sans-serif; font-weight: 500;}

.medium, .medium * { font-weight: 500;}
.bold, .bold * { font-weight: 700;}

p:not(:last-child) { margin-bottom: 30px;}

a { color: #323232; text-decoration: none;}
a:hover { color: #00429f;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo065 { font-size: 0.65em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo095 { font-size: 0.95em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo125 { font-size: 1.25em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo17 { font-size: 1.7em !important;}
.fo18 { font-size: 1.8em !important;}
.fo19 { font-size: 1.9em !important;}
.fo20 { font-size: 2em !important;}

.lh12 { line-height: 1.2 !important;}
.lh14 { line-height: 1.4 !important;}
.lh15 { line-height: 1.5 !important;}
.lh16 { line-height: 1.6 !important;}
.lh18 { line-height: 1.8 !important;}
.lh20 { line-height: 2 !important;}
.lh23 { line-height: 2.3 !important;}

.fo_white { color: #FFFFFF !important;}
.fo_blue { color: #00429f !important;}

/* ボックス */
.cont1000 { max-width: 1040px; padding: 0px 20px; margin: 0px auto;}
.cont1100 { max-width: 1140px; padding: 0px 20px; margin: 0px auto;}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.z50 { z-index: 50;}
.z-1 { z-index: -1;}

.ta_center { text-align: center !important;}
.ta_right { text-align: right !important;}
.ta_left { text-align: left !important;}
.ta_right-s_center { text-align: right !important;}
.ta_left-s_center { text-align: left !important;}
.ta_center-s_left { text-align: center !important;}

.back_white { background-color: #fff !important;}
.back_blue { background-color: #ebf7ff !important;}

@media print,  (min-width: 769px) {
	.hidden_l { display: none !important;}
}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

/* margin */
.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb100 { margin-bottom: 100px !important;}

.mb40-20 { margin-bottom: 40px !important;}
.mb50-30 { margin-bottom: 50px !important;}
.mb60-30 { margin-bottom: 60px !important;}
.mb80-40 { margin-bottom: 80px !important;}
.mb100-60 { margin-bottom: 100px !important;}
.mb120-60 { margin-bottom: 120px !important;}
.mb120-80 { margin-bottom: 120px !important;}
.mb160-80 { margin-bottom: 160px !important;}

.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}

/* clearFix */
.clearFix { zoom: 100%;}
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* ------------------------
	ヘッダー
------------------------ */

.header .box01, .header .box02 { display: flex; justify-content: space-between; align-items: center;}
.header .box01 h1 { padding-left: 1em;}
.header .list_sns { font-size: 0.7em; right: 170px; top: 7px; letter-spacing: 0; gap: 1.5em;}

.header_btn li a { display: block; background: url("../images/common/ico_mail.svg") no-repeat 0.7em center #00429f; background-size: 1.5em auto; color: #fff; font-size: 0.95em; padding: 1.3em 0.8em 1.5em 2.8em;}

.gn { display: flex; align-items: flex-end; margin-right: 1em; gap: 1em;}
.gn > li:not(:last-child) { position: relative; margin-right: 2.5em;}
.gn > li:not(:last-child):after { content: ""; position: absolute; background: #00429f; width: 0.5em; height: 0.5em; border-radius: 100%; right: -2em; bottom: 0.5em;}
.gn > li > a { color: #1a95cc;}
.gn > li > a:hover { color: #00429f;}
.gn .dot { margin: 0 -0.3em;}
.gn .large { border-bottom: solid 1px #1a95cc; font-size: 1.6em; line-height: 1.4; width: 100%; margin-bottom: 0.1em; text-align: center;}

/* ドロップダウンメニュー */
.gn .dd { position: relative; z-index: 99999;}
.gn .dd > a { display: flex; flex-flow: column; align-items: center;}
.gn .dd > div {
  background: url("../images/common/dd_arrow.svg") no-repeat center 0.1em;
  background-size: 0.5em auto;
	position: absolute;
	display: none;
	left: 50%;
  transform: translateX(-50%);
  padding-top: 0.7em;
}
.gn .dd ul {
  min-width: 22.5em;
	border: solid 2px #00429f;
  border-radius: 1em;
	background-color: #fff;
	padding: 1em 1.7em;
	z-index: 99999;
}
.gn .dd:nth-child(1) ul { min-width: 23.5em;}
.gn .dd ul a { display: block; background: url("../images/common/ico_cir_arrow.svg") no-repeat calc(100% - 0.5em) center; background-size: 1em auto; line-height: 1.6; padding: 0.6em 0.3em; letter-spacing: 0; transition: 0.3s;}
.gn .dd ul li:not(:last-child) a { border-bottom: solid 1px #d3edfb;}
.gn .dd ul a:hover { background-position: calc(100% - 0.2em) center;}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	background: #fff;
}
.is-show { transform: translateY(0);}

@media only screen and (max-width: 1200px) {
  .header .hidden_s, .clone-nav { display: none !important;}
  .sp-navi.hidden_l { display: block !important;}
  
  .header .box01 h1, .sp-navi .logo { padding: 4px 60px 4px 5px; line-height: 42px;}
  .header h1 img, .sp-navi .logo img { height: 42px; width: auto;}
  
  /* ハンバーガーメニュー */
  .humberger {
    background: #00429f;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 2147483647;
    pointer-events: auto;
  }
  .humberger span {
    background: #fff;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) { top: 11px;}
  .humberger span:nth-of-type(2) { top: 19px;}
  .humberger span:nth-of-type(3) { top: 27px;}
  .humberger:after {
    color: #fff;
    content: 'MENU';
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
  }
  .is-open .humberger:after { content: 'CLOSE';}
  .is-open .humberger span:nth-of-type(1) {transform: translateY(6px) rotate(-45deg);}
  .is-open .humberger span:nth-of-type(2) { opacity: 0;}
  .is-open .humberger span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg);}
  
  /* ナビ本体 */
  .sp-navi { -webkit-text-size-adjust: 100%;}
  .sp-navi.is-open .sp-navi-inner { opacity: 1; visibility: visible; z-index: 10000; pointer-events: auto;}
  .sp-navi .sp-navi-inner {
    background: #ebf7ff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: .5s;
    padding-bottom: 30px;
    pointer-events: none;
  }
  
  .sp-navi .list01 { font-size: min(4.3vw,1.1em);}
  .sp-navi .list01 a { color: #323232;}
  .sp-navi .list01 li { position: relative;}
  .sp-navi .list01 li > a { display: block; text-decoration: none; border-bottom: dashed 1px #ccc; padding: 0.85em 60px 0.85em 2.5em; position: relative;}
  .sp-navi .list01 > li > a:before { content: ""; position: absolute; left: 1em; top: 50%; margin-top: -1.5px; width: 0.7em; height: 3px; background-color: #00429f;}
  .sp-navi .list01 > li ul { display: none;}
  .sp-navi .list01 > li li a { display: block; text-decoration: none; border-bottom: dashed 1px #ccc; padding: 0.8em 10px 0.8em 3.5em; font-size: 0.95em; line-height: 1.4; position: relative;}
  .sp-navi .list01 > li li a:before { content: ""; position: absolute; left: 2em; top: 50%; width: 0.8em; height: 1px; background-color: #00429f;}
  .sp-navi .list01 li.show_sp { display: block;}

  .sp-navi .open_btn { position: absolute; top: 0px; right: 0px; height: 2.8em; background-color: #00429f; width: 50px; line-height: 2.8; font-size: 1.2em; text-align: center; cursor: pointer; color: #fff;}
  .sp-navi .open_btn:after { content: "+";}
  .sp-navi .open_btn.open:after { content: "-";}
  
  .sp-navi .footer_contact { font-size: 1.2em;}
}


/* ------------------------
	フッター
------------------------ */

.footer { background: url("../images/common/footer_bg.svg") no-repeat center bottom; background-size: 100% auto;}

.footer_contact { display: flex; justify-content: center; align-items: center; gap: 3em; font-size: 1.5em;}
.footer_contact .num { font-size: 1.9em; line-height: 1; letter-spacing: 0; background: url("../images/common/ico_tel.svg") no-repeat left 0.5em; background-size: 0.63em auto; padding-left: 0.8em;}
.footer_contact .more_btn a { background-image: none; padding: 1em 3em;}
.footer_contact .more_btn a:before { content: ""; display: inline-block; vertical-align: middle; background: url("../images/common/ico_mail.svg") no-repeat center center; background-size: 100% auto; width: 1.2em; height: 0.9em; margin: -0.2em 0.7em 0 0;}

.list_sns { display: flex; justify-content: center; align-items: center; gap: 2.5em; line-height: 1.3}
.list_sns a { display: flex; align-items: center; gap: 0.7em}
.list_sns a:before { content: ""; display: block; background: url("../images/common/ico_x.svg") no-repeat left center; background-size: 100% auto; width: 3.1em; height: 3.1em;}
.list_sns li:last-child a:before { background-image: url("../images/common/ico_insta.svg");}

.footer_nav li { display: inline-block;}
.footer_nav li:not(:last-child):after { content: "　|　";}

.footer .box01 { display: flex; justify-content: center; gap: 3em;}
.footer .box01 .logo02 { flex: 1;}

.footer .logo03 { background: #00429f; padding: 8px;}
.footer .logo03 img { vertical-align: middle;}

.pagetop { position: fixed; right: 20px; bottom: 0px; padding-bottom: 70px; z-index: 9999;}


/*------------------------------------------------------

	トップページ

------------------------------------------------------*/

.slider_wrap .logo { width: 18%; left: 5%; bottom: 20%; z-index: 500;}
.slider_wrap:after { content: ""; position: absolute; width: 100%; left: 0; height: 13%; bottom: -1px; background: url("../images/top/slide_bg.svg") no-repeat center top; background-size: 100% 100%; z-index: 100;}

.viewer { width: 100%; height: 100%; position: relative;}
.viewer ul { width: 100%; height: 100%; overflow: hidden; position: relative;}
.viewer ul li { top: 0; left: 0; width: 100%; height: 100%; position: absolute;}
.viewer ul li img { width: 100%; height: 100%; object-fit: cover;}

.top_sec01 { display: flex; justify-content: space-between; gap: 7%;}
.top_sec01 h2 { display: flex; justify-content: center; align-items: center; gap: 0.7em;}
.top_sec01 h2:before { content: ""; display: block; background: url("../images/common/line01.svg") no-repeat center center; background-size: 100% auto; width: 65px; height: 11px;}
.top_sec01 .more_btn a { width: 230px;}
.top_sec01 .main_box { flex: 1;}
.top_sec01 dl { display: flex; align-items: center; gap: 0.5em 1.5em; border-bottom: solid 1px #d3edfb; padding-bottom: 1.5em; margin-bottom: 1.5em;}
.top_sec01 dl:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0;}
.top_sec01 dt { width: 5em;}
.top_sec01 .cat { width: 7.5em; text-align: center; background: #1a95cc; color: #fff; padding: 0.1em; position: relative;}
.top_sec01 .cat:before { content: ""; position: absolute; width: 0.7em; height: 0.7em; left: 0; top: 0; background: linear-gradient(-45deg,#1a95cc 0%,#1a95cc 50%,#fff 50%,#fff 100%); line-height: 1;}
.top_sec01 dd:nth-of-type(2) { flex: 1;}
.top_sec01 .btn_area { width: 55px;}

.blog_content .top_sec01 a { color: #323232; text-decoration: none; transition: 0;}
.blog_content .top_sec01 a:hover { color: #00429f;}

@media only screen and (max-width: 1024px) {
  .top_sec01 { flex-flow: column;}
  .top_sec01 .ttl_box { display: contents;}
  .top_sec01 .main_box { order: 3; margin-bottom: 40px;}
  .top_sec01 .more_btn { order: 4;}
  .top_sec01 .mb50-30 { margin-bottom: 30px !important;}
}

.top_ttl_box { background: url("../images/common/line01.svg") no-repeat center bottom; background-size: 65px auto; padding-bottom: 30px;}

.top_sec02 .box01 { display: flex; flex-flow: row-reverse; align-items: flex-end; justify-content: space-between; gap: 5%;}
.top_sec02 .box01 .box_inner { width: 500px;}
.top_sec02 .box01 .box_inner .lh20 { letter-spacing: 0;}
.top_sec02 .box01 > figure { width: calc(138% - 500px); margin-left: -43%;}

@media only screen and (max-width: 1024px) {
  .top_sec02 .box01 { flex-flow: column; align-items: center; gap: 35px;}
  .top_sec02 .box01 .box_inner { width: auto;}
  .top_sec02 .box01 > figure { width: auto; margin: 0 -20px;}
}

.top_sec03 .box01 { display: flex; justify-content: center; gap: 12%;}
.top_sec03 .list01 { max-width: 18.8em; margin: auto;}
.top_sec03 .list01 a { display: block; border-bottom: solid 1px #d3edfb; background: url("../images/common/ico_cir_arrow.svg") no-repeat calc(100% - 0.5em) center; background-size: 1.1em auto; padding: 0.6em 2em 0.6em 0.3em; transition: 0.3s;}
.top_sec03 .list01 a:hover { background-position: calc(100% - 0.2em) center;}

.c_slider_wrap:before, .c_slider_wrap:after { content: ""; position: absolute; z-index: 50; width: 100%; left: 0; height: 30px; background: url("../images/top/c_slide_bg01.svg") repeat-x center center; background-size: auto 100%; top: -1px;}
.c_slider_wrap:after { top: auto; bottom: -1px; background-image: url("../images/top/c_slide_bg02.svg");}
.c_slider_wrap { aspect-ratio: 1920 / 728;}
.c_slider{ height: 100%; }
.c_slider .track { display: flex; height: 100%; will-change: transform; animation: marquee var(--duration, 60s) linear infinite;}
.c_slider .slide { flex: 0 0 auto; height: 100%;}
.c_slider picture, .c_slider img{ display: block; height: 100%; width: auto;}
@keyframes marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-1 * var(--distance, 100%))); }
}

@media only screen and (max-width: 1024px) {
  .top_sec03 .box01 { gap: 7%;}
  .top_sec03 .box01 figure { padding: 0 7%;}
  
  .c_slider_wrap:before, .c_slider_wrap:after { height: 20px;}
}

.top_sec04 { padding: 100px 0 160px;}
.top_sec04 .list01 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px 7%;}
.top_sec04 .list01 img { mix-blend-mode: multiply; vertical-align: middle;}


/*------------------------------------------------------

	下層ページ

------------------------------------------------------*/

.show_sp { display: none;}
.over_hidden { overflow: hidden;}
.break_keep { word-break: keep-all; overflow-wrap: break-word;}

.img_hover { overflow: hidden;}
.img_hover a img, a .img_hover img { transition: 0.3s;}
.img_hover a:hover img, a:hover .img_hover img { transform: scale(1.05);}

.more_btn a { display: inline-block; background: url("../images/common/ico_arrow.svg") no-repeat calc(100% - 1.5em) center #00429f; background-size: 0.5em auto; color: #fff; font-size: 0.9em; letter-spacing: 0.15em; font-weight: 500; line-height: 1.6; border-radius: 0.4em; padding: 0.9em 3em 0.9em 2.3em; position: relative; transition: 0.3s;}
.more_btn a:after { content: ""; position: absolute; z-index: -1; background-image: repeating-linear-gradient( 60deg, #ffffff 0px, #ffffff 4px, #d9e1f2 4px, #d9e1f2 8px); top: 0.5em; right: -0.5em; bottom: -0.5em; left: 0.5em; border-radius: 0.4em;}
.more_btn a:hover { margin: 0 -0.3em 0 0.3em;}

.heading_middle { font-size: 1.85em; letter-spacing: 0.1em;}
.heading_large { font-size: 2.5em; letter-spacing: 0.1em;}

.heading_wave { background: url("../images/common/line02.svg") no-repeat center bottom; background-size: auto 0.5em; padding-bottom: 0.8em; font-size: 2.45em; letter-spacing: 0.15em;}

.pagettl {
  background-image: url("../images/common/pagettl.jpg");
  background-image: -webkit-image-set(
    url("../images/common/pagettl.webp") type("image/webp") 1x,
    url("../images/common/pagettl.jpg") type("image/jpeg") 1x
  );
  background-image: image-set(
    url("../images/common/pagettl.webp") type("image/webp") 1x,
    url("../images/common/pagettl.jpg") type("image/jpeg") 1x
  );
  background-size: cover;
  background-position: right bottom;
  padding: 200px 15px;
}
.pagettl:after { content: ""; position: absolute; left: 0; width: 100%; bottom: -1px; height: 50px; background: url("../images/top/slide_bg.svg") no-repeat center bottom; background-size: 100% 100%;}
.pagettl h1 { background: linear-gradient(to right, rgba(0,66,159,0) 0%, rgba(0,66,159,0.8) 15%, rgba(0,66,159,0.8) 85%, rgba(0,66,159,0) 100%); background-blend-mode: multiply; font-size: 2.8em; line-height: 1.2; max-width: 900px; margin: auto; padding: 0.3em; letter-spacing: 0.1em;}

.pagettl.about {
  background-image: url("../images/common/pagettl_about.jpg");
  background-image: -webkit-image-set(
    url("../images/common/pagettl_about.webp") type("image/webp") 1x,
    url("../images/common/pagettl_about.jpg") type("image/jpeg") 1x
  );
  background-image: image-set(
    url("../images/common/pagettl_about.webp") type("image/webp") 1x,
    url("../images/common/pagettl_about.jpg") type("image/jpeg") 1x
  );
}
.pagettl.news {
  background-image: url("../images/common/pagettl_news.jpg");
  background-image: -webkit-image-set(
    url("../images/common/pagettl_news.webp") type("image/webp") 1x,
    url("../images/common/pagettl_news.jpg") type("image/jpeg") 1x
  );
  background-image: image-set(
    url("../images/common/pagettl_news.webp") type("image/webp") 1x,
    url("../images/common/pagettl_news.jpg") type("image/jpeg") 1x
  );
}
.pagettl.port {
  background-image: url("../images/common/pagettl_port.jpg");
  background-image: -webkit-image-set(
    url("../images/common/pagettl_port.webp") type("image/webp") 1x,
    url("../images/common/pagettl_port.jpg") type("image/jpeg") 1x
  );
  background-image: image-set(
    url("../images/common/pagettl_port.webp") type("image/webp") 1x,
    url("../images/common/pagettl_port.jpg") type("image/jpeg") 1x
  );
}
.pagettl.sea {
  background-image: url("../images/common/pagettl_sea.jpg");
  background-image: -webkit-image-set(
    url("../images/common/pagettl_sea.webp") type("image/webp") 1x,
    url("../images/common/pagettl_sea.jpg") type("image/jpeg") 1x
  );
  background-image: image-set(
    url("../images/common/pagettl_sea.webp") type("image/webp") 1x,
    url("../images/common/pagettl_sea.jpg") type("image/jpeg") 1x
  );
}


.breadcrumb { background: url("../images/common/breadcrumb.svg") no-repeat left 0.4em; background-size: 3em auto; padding-left: 3.5em;}
.breadcrumb a { background: url("../images/common/ico_arrow_blue.svg") no-repeat right 0.4em; background-size: 0.5em auto; padding-right: 1.6em; margin-right: 0.7em;}


/* ----------------------------
	固定ページテンプレート
---------------------------- */

/* 本文 */
.catch { position: relative; font-size: 2.5em; font-weight: 500; padding-bottom: 0.8em;}
.catch:before { content: ""; position: absolute; width: 100%; left: 0; bottom: 0; height: 0.3em; background-image: repeating-linear-gradient( 60deg, #ffffff 0px, #ffffff 4px, #d9e1f2 4px, #d9e1f2 8px);}

.blog_content h2 {
	font-weight: 500;
	font-size: 2.2em;
  padding-bottom: 0.4em;
  border-bottom: solid 3px #00429f;
  position: relative;
	clear: both;
	margin-bottom: 40px;
}
.blog_content h2:after { content: ""; position: absolute; width: 50%; height: 3px; bottom: -3px; right: 0; background: #1a95cc;}
.blog_content h2.h2b { padding-bottom: 0.4em; border-bottom: none; background: #00429f; color: #fff; padding: 0.2em 0.7em; z-index: 50;}
.blog_content h2.back:after { height: 100%; bottom: 0; z-index: -1; width: 5em; clip-path: polygon(1.5em 0,100% 0,100% 100%,0 100%);}
.blog_content h3 {
	font-weight: 500;
	font-size: 1.8em;
	background: url("../images/common/h3.svg") repeat-y left center;
  background-size: 0.53em 100%;
  padding: 0.7em 0 0.7em 1.3em;
	clear: both;
	margin-bottom: 30px;
}
.blog_content h3.h3b { background: #fff; border: solid 1px #00429f; color: #00429f; padding: 0.1em 0.8em; box-shadow: 0.2em 0.2em 0 #1a95cc;}
.blog_content h4 {
	font-weight: 500;
	font-size: 1.7em;
	padding-left: 1.5em;
	background: url("../images/common/h4.svg") no-repeat left 0.6em;
  background-size: 1em auto;
	clear: both;
	margin-bottom: 30px;
}
.blog_content h5 {
	font-weight: 500;
	font-size: 1.5em;
  color: #00429f;
	border-left: solid 0.3em #00429f;
	padding-left: 0.6em;
	clear: both;
	margin-bottom: 30px;
}
.blog_content h6 {
	font-weight: 500;
	font-size: 1.5em;
	clear: both;
  margin: 0px auto 30px;
}

/* 引用 */
.blog_content blockquote {
  color: #00429f;
  background: url("../images/common/ico_blq01.svg") no-repeat 1.5em 1.5em, url("../images/common/ico_blq02.svg") no-repeat calc(100% - 1.8em) calc(100% - 1.8em) #f9f8f8;
  background-size: 1.2em auto;
	position: relative;
	padding: 3.5em 4em 4em 3.5em;
	clear: both;
  margin-bottom: 60px;
}
.blog_content blockquote:before, .blog_content blockquote:after { content: ""; position: absolute; width: 90%; height: 80%; border-top: solid 1px #00429f; border-left: solid 1px #00429f; left: -0.6em; top: -0.6em;}
.blog_content blockquote:after { left: auto; right: 0.6em; top: auto; bottom: 0.6em; transform: scale(-1,-1);}
.blog_content blockquote cite { margin: -1em 0px -2em; font-size: 0.9em; font-weight: bold; color: #505050; text-align: right;}

/* リスト */
.blog_content ul { margin-bottom: 30px; clear: both;}
.blog_content ul ul { margin: 0.4em 0 0;}
.blog_content ul li { position: relative; padding-left: 1.2em; margin-bottom: 0.4em;}
.blog_content ul li:before { content: ""; position: absolute; left: 0; top: 0.45em; width: 0.7em; height: 0.7em; background-color: #1a95cc;}

.blog_content ol { margin-bottom: 30px; padding: 0px; counter-reset:num;}
.blog_content ol li { position: relative; padding-left: 2em; list-style: none; margin-bottom: 0.4em;}
.blog_content ol li:before { content: counter(num) "."; counter-increment: num; position: absolute; width: 1.5em; left: 0; top: 0; color: #00429f; font-weight: bold; text-align: right;}

/* テーブル */
.blog_content table {
	clear: both;
	border: solid 2px #00429f;
	background: #fff;
	margin-bottom: 60px;
	width: 100%;
}
.blog_content th, .blog_content td { padding: 0.5em 1em; border: solid 1px #646464; vertical-align: middle;}
.blog_content th { font-weight: bold; font-size: 1.1em; color: #00429f; background: #ebf7ff;}

.blog_content table.table02 { border: none;}
.blog_content table.table02 tr:nth-child(even) { background: #f9f8f8;}
.blog_content table.table02 th { background: none; border: none; border-bottom: solid 1px #00429f;}
.blog_content table.table02 td { border: none; border-bottom: solid 1px #1a95cc;}
.blog_content table.table02 tr:first-child th { border-top: solid 1px #00429f;}
.blog_content table.table02 tr:first-child td { border-top: solid 1px #1a95cc;}

.blog_content iframe { max-width: 100%;}

.blog_content strong, .blog_content em { font-weight: bold;}
.blog_content em { color: #ed6c00;}
.blog_content em.em2 { color: #00429f; background: linear-gradient(transparent 80%, #fff100 0%);}

.blog_content a { color: #00429f; text-decoration: underline;}
.blog_content a:hover { color: #1a95cc;}

.blog_content .btn01 a { display: inline-block; background: url("../images/common/ico_arrow.svg") no-repeat calc(100% - 1.5em) center, url("../images/common/btn01.svg") no-repeat right center #1a95cc; background-size: 0.5em auto, 3.5em 100%; color: #fff; font-weight: 500; border-radius: 3em; padding: 1em 4.5em 1em 1.3em; text-decoration: none; min-width: 300px; transition: 0.3s;}
.blog_content .btn01 a:hover, .blog_content .btn02 a:hover { transform: translateX(0.3em);}

.blog_content .btn02 a { display: inline-block; min-width: 300px; background: url("../images/common/ico_cir_arrow.svg") no-repeat calc(100% - 1em) center; background-size: 1.2em auto; border-right: solid 1px #00429f; border-bottom: solid 1px #00429f; font-weight: 500; color: #00429f; text-decoration: none; padding: 0.7em 3em 0.7em 0.3em; transition: 0.3s;}

.blog_content .btn02.pdf a:before { content: ""; display: inline-block; background: url("../images/common/ico_pdf02.svg") no-repeat center center; background-size: 100% auto; width: 1.15em; height: 1.6em; vertical-align: middle; margin: 0 0.6em 0 -0.3em;}

.blog_content .link01 a { background: url("../images/common/ico_link01.svg") no-repeat left 0.25em; background-size: 1em auto; padding-left: 1.5em;}
.blog_content .link02 a { background: url("../images/common/ico_link02.svg") no-repeat left 0.25em; background-size: 1em auto; padding-left: 1.3em;}
.blog_content .link_pdf a { background: url("../images/common/ico_pdf03.svg") no-repeat left 0.1em; background-size: 1.15em auto; padding-left: 1.5em;}
.blog_content .link_doc a { background: url("../images/common/ico_doc.svg") no-repeat left 0.1em; background-size: 1.15em auto; padding-left: 1.5em;}

.page_nav a { display: inline-block; width: 100%; background: #fff; color: #1a95cc; font-weight: 500; text-decoration: none; text-align: center; border: solid 1px #1a95cc; border-top: none; padding: 0.3em 0.5em 0.7em; position: relative; transition: 0.3s;}
.page_nav a:before { content: ""; position: absolute; z-index: -1; background-image: repeating-linear-gradient( 60deg, #ffffff 0px, #ffffff 4px, #d9e1f2 4px, #d9e1f2 8px); top: 0.4em; height: 100%; left: 0.4em; width: 100%;}
.page_nav a:after { content: ""; display: inline-block; background: url("../images/common/ico_page_nav.svg") no-repeat center center; background-size: 100% auto; width: 1.1em; height: 1.1em; vertical-align: middle; margin-left: 0.6em;}
.page_nav a:hover { margin: 0.3em 0 -0.3em;}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .box30.btn01 a, .box30.btn02 a { min-width: initial; width: 100%; max-width: 300px;}
}


.center { justify-content: center;}

.box25 { display: flex; justify-content: center; flex-wrap: wrap; gap: 0 4%; margin: auto -50px;}
.box25 > * { width: calc(88% / 4);}

.box30 { display: flex; justify-content: center; flex-wrap: wrap; gap: 0 5%;}
.box30 > * { width: calc(90% / 3);}
.box30.jc_start { justify-content: flex-start;}
 
.box30.center { gap: 2em;} 
.box30.center > * { width: calc((100% - 4em) / 3);}

.box50 { display: flex; flex-wrap: wrap; gap: 0 5%;}
.box50 > * { width: 47.5%;}

.border_box { border: solid 1px #1a95cc; border-radius: 0.5em; padding: 2em;}

.table_box { display: flex; gap: 4%;}
.table_box .box_inner { width: 66%;}
.table_box .img_box { flex: 1; display: flex; flex-flow: column; gap: 1.5em;}

.img_sec { display: flex; justify-content: space-between; gap: 5%;}
.img_sec.img_right { flex-flow: row-reverse;}
.img_sec .box_inner { width: 55%;}
.img_sec figure { flex: 1;}

.ttl_sec { display: flex; justify-content: space-between; gap: 5%; margin: auto -50px;}
.ttl_sec.ttl_right { flex-flow: row-reverse;}
.ttl_sec .ttl_box { width: 40%;}
.ttl_sec .box_inner { flex: 1;}
.ttl_sec h3 { background: url("../images/common/line01.svg") no-repeat left bottom; background-size: 2.3em auto; padding: 0 0 0.8em !important; color: #00429f;}

@media only screen and (min-width: 769px) {
  .ttl_sec.ttl_right { text-align: right;}
  .ttl_sec.ttl_right h3 { background-position: right bottom;}
}

.bg_sec { display: flex; justify-content: space-between; align-items: center; gap: 5%; padding: 5%; margin: auto -50px;}
.bg_sec.img_left { flex-flow: row-reverse;}
.bg_sec .box_inner { flex: 1;}
.bg_sec figure { width: 35%; aspect-ratio: 1/1; border-radius: 50%;}
.bg_sec figure img { width: 100%; height: 100%; display: block; object-fit: cover;}
.bg_sec h2, .step_sec h2 { background: url("../images/common/line02.svg") no-repeat center bottom; background-size: auto 0.5em; border: none; text-align: center; padding-bottom: 0.8em;}
.bg_sec h2:after, .step_sec h2:after { display: none;}
.bg_sec h3 { background: none; padding: 0 !important; text-align: center; color: #00429f;}

.step_sec { display: flex; justify-content: space-between; align-items: center; gap: 5%; margin: auto -50px;}
.step_sec.img_right { flex-flow: row-reverse;}
.step_sec .box_inner { width: 46%;}
.step_sec figure { flex: 1;}
.step_sec figcaption { font-size: 3em; color: #fff; line-height: 1.7; background: url("../images/common/num_bg.svg") no-repeat center bottom #00429f; background-size: 100% auto; width: 1.7em; height: 1.7em; top: -0.4em; left: -0.4em; z-index: 50;}
.step_sec.img_right figcaption { left: auto; right: -0.4em;}

.ttl_link a { display: block; text-decoration: none; background: url("../images/common/ico_cir_arrow.svg") no-repeat right center; background-size: 1em auto; padding-right: 1.5em;}

.link_pad { padding-top: 100px; margin-top: -100px;}

@media only screen and (max-width: 1150px) {
  .ttl_sec, .ttl_sec, .step_sec, .box25 { margin: auto;}
  .bg_sec { margin: auto -20px;}
}


/* ----------------------------
	contact
---------------------------- */

.contact_sec { max-width: 900px; margin: auto;}
.contact_sec dl { display: table; width: 100%; border-bottom: dashed 1px #ddd; padding-bottom: 20px; margin-bottom: 20px;}
.contact_sec dl:last-of-type { border-bottom: none;}
.contact_sec dt, .contact_sec dd {display: table-cell;vertical-align: middle;}
.contact_sec dt {width: 14em;font-weight: bold;}
.contact_sec dt span {
	float: right;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	border-radius: 3px;
	padding: 5px;
  margin-top: 0.4em;
}
.contact_sec dt .hissu { background-color: #FF6467;}
.contact_sec dt .ninni { background-color: #BED4E8;}
.contact_sec dd { padding-left: 20px;}
.contact_sec input[type="text"], .contact_sec input[type="email"], .contact_sec input[type="tel"], .contact_sec textarea, .contact_sec select {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	border: solid 2px #ddd;
	border-radius: 5px;
	padding: 0.5em 1em;
	width: 100%;
}
.contact_sec select { font-size: 16px; -webkit-appearance: menulist-button;}
.contact_sec .width_auto input[type="text"], .contact_sec .width_auto select { width: auto; max-width: 100%;}

.contact_sec .btn_area input { display: inline-block; min-width: 260px; background: #00429f; color: #fff; padding: 0.7em 2em; text-align: center; line-height: 1.6; font-weight: bold; text-decoration: none !important; transition: 0.3s; cursor: pointer; -webkit-appearance: none; font-size: 1.05em; margin: 0px 10px 10px; font-family: 'Noto Sans JP', sans-serif; border: none;}
.contact_sec .btn_area input:hover { opacity: 0.7;}
.contact_sec .btn_area input:focus { outline: 0;}



