@charset "UTF-8";


/* ------------------------------
　　ベース
------------------------------ */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
height: 100%;
line-height: 1;
}

body {
font-family: "UIHiragino Sans","ヒラギノ角ゴシック","Meiryo", sans-serif;
background-color: #FFF;
color: #333;
font-size: 16px;
line-height: 1.8;
-webkit-text-size-adjust: 100%;
font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
 font-feature-settings: "pkna";
}
}

ol,
ul {
 list-style: none;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

caption,
th,
td {
 text-align: left;
 font-weight: normal;
 vertical-align: middle;
}

q,
blockquote {
 quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
 content: "";
 content: none;
}

a img {
 border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
 display: block;
}


html[lang=ja] body {
 word-break: break-all;
}

b,
strong {
font-weight: bold;
}

em {
font-weight: bold;
color: #A1103C;
border-bottom: 1px solid #CC3D40;
}

/* ----------------------------------------------- */
/* ADDITIONAL RESET
* ----------------------------------------------- */
*,
*:before,
*:after {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

body img {
max-height: none;
max-width: 100%;
vertical-align: middle;
display: inline-block;
}

input,
label,
select,
button,
textarea {
 margin: 0;
 border: 0;
 padding: 0;
 display: inline-block;
 vertical-align: middle;
 white-space: normal;
 background: none;
 font: inherit;
 line-height: 1;
}

input:focus,
button:focus,
select:focus {
 outline: 0;
}

input[type=search] {
 -webkit-appearance: textfield;
}

::-webkit-search-decoration {
 display: none;
}

textarea {
 overflow: auto;
 white-space: pre-line;
}


/* PRINTING
 * ----------------------------------------------- */
@media print {
 body {
  -webkit-print-color-adjust: exact;
 }

 html,
 body {
  margin: 0;
 }

 @page {
  margin: 0;
 }

 @page :left {
  margin: 0;
 }

 @page :right {
  margin: 0;
 }

 @page :first {
  margin-top: 0;
 }
}

/* HELPERS
 * ----------------------------------------------- */
/*a {
 color: #333;
 text-decoration: none;
}*/

.hidden {
 display: none;
}

.invisible {
 visibility: hidden;
}

.text-left {
 text-align: left;
}

.text-center {
 text-align: center;
 margin-left: 0px;
}

.text-right {
 text-align: right;
}

.text-justify {
 text-align: justify;
}

.text-nowrap {
 white-space: nowrap;
}

.text-lowercase {
 text-transform: lowercase;
}

.text-uppercase {
 text-transform: uppercase;
}

.text-capitalize {
 text-transform: capitalize;
}

.block {
 display: block;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print,(min-width: 768px) {
 .sm {
  display: none !important;
 }

 .trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
 }

 .trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
 }
}

@media only screen and (max-width: 767px) {
 .md {
  display: none !important;
 }

 .container {
  width: auto;
  min-width: 320px;
 }

 .wrapper {
  width: auto;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
 }
}

@media only screen and (max-width: 374px) {
 .wrapper {
  padding-left: 15px;
  padding-right: 15px;
 }
}


/*------------------------------------------------------------
layout
------------------------------------------------------------*/
.l-cont {
 width: 100%;
 max-width: 1140px;
 margin-left: auto;
 margin-right: auto;
}
@media screen and (max-width: 1060px) {
 .l-cont {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }
}
@media screen and (max-width: 479px) {
 .l-cont {
  padding: 0 15px;
 }
}



/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
	
.head-wrapper {
	align-items: center;
	}
	
	.site-header {
 position: fixed;
	top: 0;
	left: 0;
 width: 100%;
 z-index: 9999;
 background-color: #fff;
 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
 height: 64px;
}

 .site-header_inner {
max-width: 1180px;
margin: 10px auto 2px;
padding: 0px 2px;
display: -webkit-flex;
display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: space-between;
 justify-content: space-between;
}

.site-header a {
 color: #333;
 text-decoration: none;
}

.site-header .logo a {
 width: 280px;
 display: block;
 margin-top: 0px;
}

.site-header .logo img {
 display: block;
 width: 100%;
}

@media screen,print, (min-width: 1281px) {
.site-header .logo a {
 width: 450px;
}
}

@media screen and (min-width:880px) and ( max-width:1080px) {
.site-header .logo a {
 width: 340px;
}
}

@media screen and (min-width:768px) and ( max-width:879px) {
.site-header .logo a {
 width: 280px;
}
}


@media screen,print, (min-width: 768px) {
 .site-header {
		padding: 0px;
 }
}

@media screen and (max-width: 767px) {
 .site-header {
  height: 42px;
		margin: 0px;
 padding: 0px;
 }
 .site-header .logo a {
  width: 280px;
		margin-top: 8px;
 }
	
.site-header_inner {
margin: 0px;
padding: 0px;
}
}



/* ------------------------------
　　メイン　エリア
------------------------------ */

.main {
margin: 20px 0px 50px;
padding: 0px;
}

@media screen and (max-width: 767px) {
.main {
  margin: 10px 12px 20px;
  }
}

.main-nobottom {
margin: 0px;
padding: 0px;
}

@media screen and (max-width: 767px) {
.main-nobottom {
    padding-top: 20px;
  }
}

/*  ----------------------------------------------- */
/* main-nav ※PC用グローバルナビ
 * ----------------------------------------------- */

.main-nav li {
 font-size: 12px;
	line-height: 1;
 color: #333;
 font-family: sans-serif;
 font-weight: 400;
	margin-bottom: 0px;
	position: relative;
}

@media print,(min-width: 768px) {
 .main-nav {
  height: auto !important;
  display: block !important;
 }

 .main-nav .nav-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
 }

.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
	color: #FFF;
	text-decoration: none;
	background: #334455;
}

 .main-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
 }

 .main-nav li {
  padding: 0px 0px 5px;
  border-bottom: 2px solid transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
		position: relative;
		float: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		place-items: center;
		vertical-align: middle;
 }

	.main-nav li a {
		/* 一階層目のリンクのみ */
		padding: 0;
		border-top: 3px solid transparent;
		border-bottom: 1px solid transparent;
		-webkit-transition: border .25s ease-out;
		        transition: border .25s ease-out;
	}
	.main-nav li a:hover,
	.main-nav li a:focus,
	.main-nav li a:active {
		color: #333;
		background: transparent;
	}
	
	.header-stack .main-nav li a {
		display: block;
		padding: 10px 12px 5px;
		font-size: 13px;
	}

 .main-nav li > a {
  padding: 12px 12px 5px;
  position: relative;
  min-width: 20px;
  text-decoration: none;
 }

 .main-nav li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 25px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #CCC;
 }

 .main-nav li:hover {
  border-bottom-color: #8F6EF5;
 }

	.main-nav li.stay a {
	padding-bottom: 12px;
	border-bottom: 1px solid transparent;
 border-bottom-color: #BEC5CF;
}

 .main-nav .button .is-contact {
  margin-left: 4px;
  text-decoration: none;
		border-radius: 0px;
 }
	
	
	.main-nav li ul {
		/* 二階層目 */
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		min-width: 240px;
	}
	.main-nav li li {
		margin: 0;
	}
	.header-stack .main-nav li li {
		display: block;
		border: 0;
	}
		.main-nav li.stay a.btn-attention {
		border: 0;
	}
	.main-nav li:hover ul {
		/* 二階層目 */
		z-index: 10000;
		display: block;
		-webkit-animation: .8s fade-in;
		        animation: .8s fade-in;
	}

	.main-nav li:hover a.btn-attention {
		border: 0;
	}
	.main-nav li:hover li a {
		border: 0;
	}
	.main-nav li li {
		/* 二階層目以降 */
		display: block;
		float: none;
		text-align: left;
		background: #12A5D9;
		border: 0;
		border-top: 1px solid #0E2C82;
	}
	.main-nav li li:first-child {
		border: 0;
	}
	.main-nav li li a {
		color: #FFF;
		border: 0;
		display: block;
		padding: 1px;
	}
	.main-nav li li a:hover {
		color: #FFF;
		background: #084B70;
		border: 0;
	}
}

 .main-nav li li > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 0px;
 }



@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
 .main-nav li > a {
  padding: 6px 10px 6px;
 }

 .main-nav .menu-child a {
  padding: 20px 15px 15px 0;
 }
}

@media only screen and (max-width: 767px) {
 .main-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
 }

 .main-nav .nav-wrapper {
  height: auto;
  background-color: #fff;
  padding: 0 9px 6px;
  max-height: calc(100% - 75px);
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
 }

 .main-nav li > a {
  border-top: 1px solid #333;
  padding: 8px 9px 8px;
 }

 .main-nav li:last-child > a {
  border-bottom: 1px solid #333;
 }

 .main-nav .button.is-contact {
  margin-top: 10px;
 }
}


@media (min-width: 1080px) {
	.header-logo {
		padding: 0;
	}

.main-nav li {
  padding: 7px 0px 5px;
 }
	.main-nav ul li a {
		font-size: 14px;
		padding: 8px 9px 8px;
	}
}

@media (min-width: 1280px) {
.main-nav li {
  padding: 7px 0px 7px;
 }
	.main-nav ul li a {
	 padding: 8px 15px 5px;
		font-size: 15px;
		font-weight: 500;
	}
}


/* ------------------------------
　　モバイル用メニュー
------------------------------ */

.mobile-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 240px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 50px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 48px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.mobile-nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav_item {
  text-align: center;
  padding: 0 14px;
}
.mobile-nav_item a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
}
.mobile-nav_item a:hover {
  background-color: #eee;
}
.hamburger_line {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  background-color: #113;
  transition: all .6s;
}
.hamburger_line1 {
  top: 14px;
}
.hamburger_line2 {
  top: 20px;
}
.hamburger_line3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #366;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .mobile-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger_line1 {
  transform: rotate(405deg);
  top: 20px;
}
.nav-open .hamburger_line2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger_line3 {
  transform: rotate(-405deg);
  top: 20px;
}




/* ------------------------------
　　アニメーション　WOW
------------------------------ */

.wow {
 visibility: hidden;
}

.animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

.animated2x {
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

.animated3x {
 -webkit-animation-duration: 3s;
 animation-duration: 3s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
 0% {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
 }

 100% {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
}

@keyframes fade-in-up {
 0% {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
 }

 100% {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
}

.fade-in-up {
 -webkit-animation-name: fade-in-up;
 animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
 0% {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
 }

 100% {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
 }
}

@keyframes fade-in {
 0% {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
 }

 100% {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
 }
}

.fade-in {
 -webkit-animation-name: fade-in;
 animation-name: fade-in;
}

.section-title {
 line-height: 1;
}

.section-title .text-a {
 margin-bottom: 5px;
 font-weight: bold;
 letter-spacing: 0.06em;
 color: #66667A;
}

.section-title .text-b {
 font-size: 13px;
 font-weight: 600;
 color: #333;
}

.section-title > a {
 display: inline-block;
}

@media print,(min-width: 768px) {
 .section-title {
  margin-bottom: 50px;
  padding-top: 55px;
 }

 .section-title .text-a {
  font-size: 36px;
 }
}

@media only screen and (max-width: 767px) {
 .section-title {
  margin-bottom: 20px;
  padding-top: 30px;
 }

 .section-title .text-a {
  font-size: 30px;
 }
}

.main-title {
 position: relative;
 text-align: center;
 line-height: 1;
 color: #444555;
 font-weight: 600;
}

.sub-title {
 line-height: 1;
 color: #555566;
 font-weight: 300;
}

.main-title:before,
.main-title:after {
 content: "";
 position: absolute;
 left: 50%;
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}

.main-title:before {
 bottom: 0;
 background-color: #8BD266;
 height: 1px;
}

.main-title:after {
 height: 3px;
 background-color: #8AD166;
 bottom: -1px;
}

@media print,(min-width: 768px) {
 .main-title {
  margin-bottom: 10px;
  padding: 50px 0 10px;
  font-size: 1.8rem;
 }

 .main-title:before {
  width: 330px;
 }

 .main-title:after {
  width: 80px;
 }
 .sub-title {
 font-size: 1.3rem;
}
}

@media only screen and (max-width: 767px) {
 .main-title {
  margin-bottom: 30px;
  padding: 30px 0 10px;
  font-size: 1.2rem;
 }

 .main-title:before {
  width: 100%;
 }

 .main-title:after {
  width: 30%;
 }
 .sub-title {
 font-size: 0.9rem;
}
}

.sub-text p {
 font-weight: 300;
 line-height: 1.875;
}

@media print,(min-width: 768px) {
 .sub-text p {
  font-size: 16px;
 }

 .sub-text p ~ p {
  margin-top: 30px;
 }
}

@media only screen and (max-width: 767px) {
 .sub-text {
  text-align: left;
 }

 .sub-text p {
  font-size: 14px;
 }

 .sub-text p ~ p {
  margin-top: 20px;
 }
}

.button {
 display: inline-block;
}

.button.is-contact {
 background: #333;
 color: #fff;
 text-align: center;
	border-radius: 0px;
}


.button.is-contact .text {
 font-weight: 600;
	line-height: 1.5;
}

.button.is-arrow {
 border: 1px solid #3366CC;
 background-color: #fff;
 color: #3366CC;
 text-align: center;
 font-weight: 500;
 line-height: 1.2;
}

.button.is-blue {
 border-radius: 30px;
 background-color: #1D61BE;
 border: 1px solid #1D61BE;
 color: #fff;
 line-height: 1.5;
 font-weight: bold;
 text-align: center;
}

.button.is-red {
display: block;
border-radius: 5px;
background-color: #D5494E;
color: #fff;
font-weight: 600;
text-align: center;
}

.to-top.is-active {
 opacity: 1;
}

.to-top:before {
 content: "";
 position: absolute;
 width: 20px;
 height: 20px;
 border: 1px solid;
 border-color: #000 #000 transparent transparent;
 left: 50%;
 -moz-transform: translate(-50%, -50%) rotate(-45deg);
 -ms-transform: translate(-50%, -50%) rotate(-45deg);
 -webkit-transform: translate(-50%, -50%) rotate(-45deg);
 transform: translate(-50%, -50%) rotate(-45deg);
}

@media print,
(min-width: 768px) {
 .to-top {
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
 }

 .to-top:before {
  top: 60%;
 }

 .to-top:hover {
  opacity: 0.6;
 }
}

@media only screen and (max-width: 767px) {
 .to-top {
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
 }

 .to-top:before {
  top: 65%;
 }
}


@media print,(min-width: 768px) {
 .button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }

 .button.is-contact {
  width: 80px;
		height: 70px;
		margin: 0px auto 0px;
  padding: 25px 3px 10px;
 }

 .button.is-contact .text {
  font-size: 12px;
  margin-left: 1px;
		line-height: 1.3;
 }

 .button.is-contact:hover {
  background-color: #2E60D3;
 }

 .button.is-arrow {
  padding: 5px 25px 3px;
  font-size: 14px;
 }

 .button.is-arrow:hover {
  background-color: #3366CC;
  color: #fff;
 }

 .button.is-blue {
  padding: 12px 65px 10px;
  font-size: 16px;
 }

 .button.is-blue:hover {
  background-color: #fff;
  color: #1D61BE;
 }

 .button.is-red {
padding: 18px 10px 14px;
font-size: 15px;
text-align: center;
 }

 .button.is-red:hover {
  background-color: #F2673B;
 }
}

@media print,(min-width: 980px) {
 .button.is-contact {
  width: 120px;
  padding: 25px 10px 10px;
		margin-left: 15px;
 }
	 .button.is-contact .text {
  font-size: 14px;
 }
	}


@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
 .button.is-contact {
  padding: 15px 14px 15px;
 }

 .button.is-arrow {
  padding: 8px 30px 2px;
 }

 .button.is-blue {
  padding: 18px 65px 10px;
 }

 .button.is-red {
  padding: 22px 20px 16px;
 }
}

@media only screen and (max-width: 767px) {
 .button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }

 .button.is-contact {
  width: 100%;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
 }

 .button.is-contact .icon {
  width: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 10px 0 0;
 }

 .button.is-contact .text {
  font-size: 11px;
 }

 .button.is-arrow {
  padding: 10px 30px 7px;
  font-size: 14px;
 }

 .button.is-blue {
  padding: 15px 65px 14px;
  font-size: 15px;
 }

 .button.is-red {
  padding: 10px 20px;
  font-size: 15px;
 } 
}

.object-fit-wrapper {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 display: block;
}

.object-fit-wrapper .object-fit {
 opacity: 0;
 visibility: hidden;
}


/*.section-sub-banner {
 background: url(marker/head-08.png) no-repeat center/cover;
}*/

.section-sub-banner .wrapper {
 position: relative;
}

.section-sub-banner .banner-title {
 position: absolute;
 top: 30%;
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 color: #fff;
 line-height: 1;
}

.section-sub-banner .banner-title .text-a {
 font-weight: 500;
}

.section-sub-banner .banner-title .text-b {
 font-size: 12px;
 font-weight: 600;
 margin-top: 8px;
 margin-bottom: 0px;
}

.section-sub-banner.banner-tablet .wrapper {
 height: 100%;
 top: 0;
}

@media print,(min-width: 768px){
 .section-sub-banner {
  height: 120px;
 }

 .section-sub-banner .wrapper {
  height: calc(100% - 50px);
  top: 50px;
 }

 .section-sub-banner .banner-title {
  display: inline-block;
  text-align: center;
 }

 .section-sub-banner .banner-title .text-a {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
 }
}

@media only screen and (max-width: 767px) {
 .section-sub-banner {
  height: 90px;
 }

 .section-sub-banner .wrapper {
  height: 100%;
 }

 .section-sub-banner .banner-title {
  padding: 0 20px;
  width: 100%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
 }

 .section-sub-banner .banner-title .text-a {
  font-size: 26px;
  line-height: 1.4;
  padding-bottom: 15px;
 }
}


/*------------------------------------------------------------
title　※タイトルのデザイン共通
------------------------------------------------------------*/
.title-heading {
 font-size: 26px;
/* font-weight: 500;*/
 line-height: 1.2;
 color: #356;
/* font-family: 'Noto Sans JP', sans-serif;*/
 text-align: center;
 position: relative;
 border-bottom: 1px solid #999;
	margin: 10px 50px 30px;
 padding-bottom: 10px;
}
@media screen and (min-width: 1366px) {
 .title-heading {
  margin: 25px 50px 30px;
 }
}
@media screen and (max-width: 1200px) {
 .title-heading {
  font-size: 22px;
 }
}
@media screen and (max-width: 767px) {
 .title-heading {
  font-size: 21px;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 28px;
 }
}
.title-heading::after {
 position: absolute;
 content: '';
 background-color: #689;
 width: 290px;
 height: 3px;
 bottom: -2px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 z-index: 1;
}
@media screen and (max-width: 767px) {
.title-heading::after {
  width: 250px;
 }
}
.title-heading.u-blue {
 color: #005066;
}
.title-heading.u-blue:after {
 background-color: #005066;
}


/*------------------------------------------------------------*/
.title-heading2 {
 font-size: 21px;
 color: #464646;
 line-height: 1.2;
 text-align: center;
 font-weight: 700;
 border: 1px solid #666666;
 border-radius: 10px;
 padding: 12px 0 2px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
 .title-heading2 {
  font-size: 18px;
  line-height: 1.3px;
  padding: 9px 0 6px;
  margin-bottom: 20px;
 }
}


/*--------エントリータイトルsite.cssにもあり---------*/
.entry-title {
	margin: 10px 0;
}
.entry-title a {
	color: #333;
}
.acms-entry h2 .entry-title {
	padding: 0;
}

.entry-title {
 font-size: 28px;
 font-weight: 600;
 line-height: 1.3;
 color: #356;
/* font-family: 'Noto Sans JP', sans-serif;*/
 text-align: center;
 position: relative;
	margin: 10px 0px 10px;
 padding-bottom: 2px;
}

@media screen and (max-width: 1200px) {
 .entry-title {
  font-size: 24px;
 }
}
@media screen and (max-width: 767px) {
 .entry-title {
  font-size: 21px;
  line-height: 1.3;
 }
}


/* TOP お知らせヘッドライン
 * ----------------------------------------------- */
.section-news {
 width: 100%;
 margin:10px auto;
	position: relative;
	padding-top: 50px;
 padding-bottom: 30px;
	background: transparent;
}


/* ------------------------------
　　セクション
------------------------------ */
.section {
	padding: 10px 0;
}
.section.is-bg {
	background: #ECEFF2;
}

@media screen and (min-width: 768px) {
	.section {
		padding: 20px 0px 5px;
	}
}

@media screen and (min-width: 1024px) {
	.section {
		padding: 30px 0px 10px;
	}
}

/* ----TOPページ・メインビジュアル下-------- */
.top-section {
	margin: 50px 0 60px 0;
}

/* ----TOPページ下・バナーセクション-------- */
.banner-section {
	margin: 20px 0px 0px ;
	padding: 10px 0 20px;
	background: #E8E8E8;
}

@media screen and (min-width: 1024px) {
	.banner-section {
	margin: 40px 0px 0px;
	padding: 20px 0 40px;
	}
}



/* 水平方向の見出し */
.section-horizontal-header {
	margin: 0 0 20px 0;
}

.section-horizontal-header-inner {
	position: relative;
	padding: 5px 0 5px 20px;
}
.section-horizontal-header-inner:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: #8F8782;
}
.js .js-animation .section-horizontal-header-inner::before {
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transition: .2s ease-out .5s;
	        transition: .2s ease-out .5s;
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	will-change: transform;
}
.js .js-animation.is-show .section-horizontal-header-inner::before {
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1);
}

.section-horizontal-heading {
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	margin: 0 0 5px 0;
	color: #81B4C0;
	font-size: 24px;
	font-weight: 700;
}

.section-horizontal-heading-side {
	margin: 0;
	font-size: 16px;
	color: #444;
	line-height: 1.5;
	font-weight: 700;
}
.js .js-animation .section-horizontal-heading-side {
	opacity: 0;
	will-change: transform,opacity;
}
.js .js-animation.is-show .section-horizontal-heading-side {
	-webkit-animation: fade-in .2s .5s 1 both;
	        animation: fade-in .2s .5s 1 both;
}

.section-horizontal-lead {
	text-align: center;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #444;
	font-size: 16px;
	line-height: 1.5;
}

.section-horizontal-text p {
	font-size: 14px;
	color: #444;
	line-height: 1.8;
}

.section-horizontal-footer {
	margin: 40px 0 0 0;
}

@media screen and (min-width: 768px) {
	.section-horizontal-header-inner {
		padding: 15px 20px 10px  40px;
	}
	.section-horizontal-heading {
		margin: 0 0 5px 0;
		font-size: 21px;
	}
	.section-horizontal-heading-side {
		font-size: 16px;
	}
	.section-horizontal-lead {
		color: #444;
		font-size: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.section-horizontal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.section-horizontal-header {
		width: 30%;
	}
	.section-horizontal-header-inner {
		padding: 25px 20px 10px 50px;
	}
	.section-horizontal-heading {
		margin: 0 0 5px 0;
		font-size: 33px;
	}
	.section-horizontal-heading-side {
		font-size: 18px;
	}
	.section-horizontal-lead {
		color: #444;
		font-size: 24px;
	}
	.section-horizontal-text p {
		font-size: 16px;
		color: #444;
		line-height: 1.8;
	}
	.section-horizontal-main {
		width: 70%;
	}
	.section-horizontal-footer {
		margin: 60px 0 0 0;
	}
}

/* 垂直方向の見出し */
.section-vertical-header {
	position: relative;
	margin: 0 0 36px 0;
	text-align: center;
}
.section-vertical-header::after {
	content: "";
	width: 1px;
	height: 20px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: -35px;
	left: 0;
	background:#195193;
}
.js .js-animation .section-vertical-header::after {
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transition: .2s ease-out .5s;
	        transition: .2s ease-out .5s;
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	will-change: transform,opacity;
}
.js .js-animation.is-show .section-vertical-header::after {
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1);
}

.section-vertical-heading {
	margin: 0;
	padding: 0;
	color: #81B4C0;
	font-size: 24px;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-weight: 700;
}

.section-vertical-text {
	margin: 2px 0;
	font-size: 16px;
	color: #444;
	font-weight: 600;
}
.js-animation .section-vertical-text {
	opacity: 0;
	will-change: transform,opacity;
}
.js-animation.is-show .section-vertical-text {
	-webkit-animation: fade-in .2s .5s 1 both;
	        animation: fade-in .2s .5s 1 both;
}

@media screen and (min-width: 768px) {
	.section-vertical-heading {
		font-size: 32px;
	}
	.section-vertical-text {
		font-size: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.section-vertical-header {
		margin: 0 0 60px 0;
	}
	.section-vertical-header::after {
		bottom: -40px;
		height: 40px;
	}
	.section-vertical-heading {
		font-size: 38px;
	}
	.section-vertical-text {
		font-size: 18px;
	}
}

/* 背景あり */
.section-animation-bg {
	position: relative;
	margin: 30px 0;
	overflow: hidden;
}
.section-animation-bg:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background: #EAF6FF;
	z-index: -1;
}
.js .section-animation-bg.js-animation:before {
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: .8s .2s cubic-bezier(.1, .7, .51, .88);
	        transition: .8s .2s cubic-bezier(.1, .7, .51, .88);
	will-change: transform;
}
.js .section-animation-bg.js-animation.is-show:before {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

@media screen and (min-width: 768px) {
	.section-animation-bg {
		margin: 60px 0;
	}
	.section-animation-bg .section-horizontal-header {
		position: absolute;
	}
}

/* セクション内で使用するボタンのレイアウト */
.section-button {
  margin: 30px 0 0 0;
  text-align: center;
}

.section-button-left {
  margin: 30px 0 0 0;
  text-align: left;
}


/* 視覚的なセパレーター */
.section-separator {
	max-width: 1180px;
	margin: 0 auto;
	border: 0;
	border-top: 1px solid #EBEBEB;
}



/* ------------------------------
　　サイドセクション
------------------------------ */
.section-side-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: calc(var(--gutter) / -2);
  margin-left: calc(var(--gutter) / -2);
}

.section-side-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(env(safe-area-inset-right) + var(--gutter) / 2);
  padding-left: calc(env(safe-area-inset-left) + var(--gutter) / 2);
}

@media screen and (min-width: 48rem) {
  .section-side-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .section-side-col {
    width: auto;
  }
  .section-side-col.is-fix {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .section-side-col.is-full {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .section-side-col.is-fix + .section-side-col.is-full {
    -ms-flex-preferred-size: min-content;
        flex-basis: min-content;
    min-width: 30%;
  }
}
.section-side {
  margin: 0 0 4rem;
}

.section-side-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
}
.section-side-header.-calendar {
  margin: 0 0 0.5rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--color-gray30);
}

.section-side-title {
  margin: 0;
  font-size: 1rem;
}

@media screen and (min-width: 48rem) {
  .section-side-title {
    font-size: 1.25rem;
  }
}
.section-side-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  color: var(--color-gray100);
  font-weight: bold;
  font-size: 0.8rem;
  text-decoration: none;
}
.section-side-link svg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.5rem;
  padding: 0.25rem;
  background-color: var(--color-secondary);
  border-radius: 100%;
}
.section-side-link:hover svg {
  background-color: transparent;
  border: 1px solid var(--color-secondary);
}
.section-side-link:hover svg path {
  stroke: var(--color-secondary);
}
.section-side-link:hover {
  text-decoration: underline;
}


/************************************************
　テーブル用
/********************************************* */

.entry-column table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.entry-column tr {
	margin: 0;
	padding: 0;
}
.entry-columny th {
	padding: 6px 10px;
 background: #E7E7E7;
	border: 1px solid #999999;
	text-align: left;
}


.entry-column td {
	padding: 6px 20px;
	border: 1px solid #999999;
}

.entry-column table caption {
    background: #E7E7E7;
}

.entry-column .acms-table-responsive {
	border-top: 0;
	border-bottom: 0;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}
.entry-column .acms-table-responsive table {
	margin: 0;
}

.entry-column .entry-custom-table {
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #999999;
	}
	.entry-column th {
		background: inherit;
	}
	.entry-column tr:nth-child(odd) {
		background: #F5F5F5;
	}
}


.entry .strong1 {
	font-weight: bold;
	color: #900;
}
.entry .strong2 {
	font-weight: bold;
	color: #036;
}
.entry .strong3 {
	font-weight: bold;
	color: #363;
}
.entry .strong4 {
	font-weight: bold;
	color: #663;
}

.entry .margin0 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.entry-column table .Anumber {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	background: #FDF2F7;
	text-align: center;
	padding: 8px 0px;
	margin: 0px;
}

.entry-column table .Bnumber {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	background: #F4FDF2;
	text-align: center;
	padding: 8px 0px;
	margin: 0px;
}

table .situation {
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}




/* テーブル */
.form-group-list table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.form-group-list th,
.form-group-list td {
	display: block;
	padding: 5px 10px;
	color: #333;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #DFDFDF;
	border: none;
	font-size: 16px;
}

.form-group-list .acms-table-responsive {
	border-top: 0;
	border-bottom: 0;
}
.form-group-list .acms-table-responsive th,
.form-group-list .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}
.form-group-list .acms-table-responsive table {
	margin: 0;
}

.form-group-list th {
	background: #F5F5F5;
}

.form-group-list .entry-custom-table {
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.form-group-list th,
	.form-group-list td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #DFDFDF;
	}
	.form-group-list th {
		background: inherit;
	}
	.form-group-list tr:nth-child(odd) {
		background: #F5F5F5;
	}
}






/************************************************
　FAQ よくある質問
/********************************************* */


#faq-contents {
	text-align: left;
	margin: 30px 0px 10px;
}

#faq-contents dt {
	cursor: pointer;
	position: relative;
	background: #F8F6F6;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	margin: 10px;
	display: block;
	font-size: 105%;
	padding: 20px 5px 20px 5px;
}

#faq-contents dt a {
color: #333;
}



#faq-contents dd {
	cursor: pointer;
	margin: 5px 10px 20px 10px;
	position: relative;
	line-height: 180%;
	background: url(images/faq-a.gif) no-repeat 8px 10px;
	margin-bottom: 40px;
	padding: 10px 20px 30px 36px;
	font-size: 100%;
}

