@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}


/*--------------------------------------------------------------------------------
  reset
--------------------------------------------------------------------------------*/
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, strong, 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-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
	width: 100%;
}
textarea {
	vertical-align: top;
}


/*--------------------------------------------------------------------------------
  Base
--------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #243756;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: #243756;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

strong {
	font-weight: 700;
}

body, html {
	height: 100%;
}

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

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

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

.fb {
  font-weight: 700;
}
.fb span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}



/*--------------------------------------------------
　color
--------------------------------------------------*/
.cl-wh {
  color: #fff;
}
.cl-bl {
  color: #123D83;
}
.cl-gn {
  color: #0FC08C;
}


/*--------------------------------------------------
　main__contents
--------------------------------------------------*/
.main__contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main__left {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  width: 280px;
  height: 100vh;
  overflow-x: hidden;
	overflow-y: auto;
}
.main__left::-webkit-scrollbar {
	display: none;
}

.main__right {
  background: #E6F0F7;
  width: calc(100% - 280px);
  border-left: 1px solid #ADB7C8;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 1536px) {
  .main__left {
    width: 18.22vw;
  }

  .main__right {
    width: calc(100% - 18.22vw);
  }
}

@media screen and (max-width: 768px) {
  .main__contents {
    display: block;
  }

  .main__left {
    display: none;
  }

  .main__right {
    width: 100%;
    border-left: none;
  }
}


/*--------------------------------------------------
　side
--------------------------------------------------*/
.side__wrap {
  width: 100%;
  padding: 3rem 0 3rem;
}

.side-logo {
  max-width: 180px;
  margin: auto;
}
.side-logo a {
  display: block;
}

.side-nav {
  margin-top: 2rem;
}
.side-nav li {
  line-height: 1.3;
  border-bottom: 1px dashed #ADB7C8;
  transition: all 0.3s ease;
}
.side-nav li:first-child {
  border-top: 1px dashed #ADB7C8;
}
.side-nav li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 0 7.5rem 0 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  transition: all 0.3s ease;
}
.side-nav li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
  width: 50px;
  height: 41px;
  box-sizing: border-box;
}
.side-nav li:nth-child(1) a::after {
  background: url("img/side-nav-icon01.png") left top no-repeat;
  background-size: contain;
}
.side-nav li:nth-child(2) a::after {
  background: url("img/side-nav-icon02.png") left top no-repeat;
  background-size: contain;
}
.side-nav li:nth-child(3) a::after {
  background: url("img/side-nav-icon03.png") left top no-repeat;
  background-size: contain;
}
.side-nav li:nth-child(4) a::after {
  background: url("img/side-nav-icon04.png") left top no-repeat;
  background-size: contain;
}
.side-nav li:nth-child(5) a::after {
  background: url("img/side-nav-icon05.png") left top no-repeat;
  background-size: contain;
}
.side-nav li div {
  font-weight: 700;
  line-height: 1.3;
}
.side-nav li span {
  font-weight: 700;
  line-height: 1.3;
}
.side-nav li .sub {
  display: inline-block;
  background: linear-gradient(90deg, #26C190, #33aad5, #255CB4);
  padding: 5px 5px;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 4px;
}
.side-nav li .large {
  color: #123D83;
  font-size: 2.2rem;
}

.side-bnr {
  max-width: 300px;
  margin: 3rem auto 0;
}
.side-bnr > div {
  margin: 0 auto 1.5rem;
	width: 85%;
}
.side-bnr > div:last-child {
  margin-bottom: 0;
}
.side-bnr > div a {
  display: block;
}


.side-nav li.is-current a {
  background: #F5F5F5;
}
.side-nav li.is-current a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #123D83;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 0 6px 6px 0;
}

@media screen and (max-width: 1536px) {
  .side__wrap {
    padding: 1.95vw 0 1.95vw;
  }

  .side-logo {
    max-width: 11.71vw;
  }

  .side-nav {
    margin-top: 1.3vw;
  }
  .side-nav li a {
    min-height: 4.55vw;
    padding: 0 4.88vw 0 1.62vw;
    font-size: 1.17vw;
  }
  .side-nav li a::after {
    right: 0.97vw;
    width: 3.25vw;
    height: 2.66vw;
  }
  .side-nav li .sub {
    padding: 0.32vw 0.32vw;
    font-size: 0.84vw;
  }
  .side-nav li .large {
    font-size: 1.43vw;
  }

  .side-bnr {
    max-width: 19.53vw;
    margin: 1.95vw auto 0;
  }
  .side-bnr > div {
    margin-bottom: 0.97vw;
  }
  
  
  .side-nav li.is-current a::before {
    width: 0.39vw;
    height: 0.78vw;
  }
}

@media screen and (max-width: 768px) {
  .side__wrap {
    display: none;
  }
}


/*--------------------------------------------------
　Contents
--------------------------------------------------*/
.contents__wrap {
  width: 100%;
  padding: 0 4rem;
  position: relative;
  z-index: 1;
}

.contents {
  max-width: 1100px;
  margin: auto;
  padding: 1.5rem 0 12rem;
  position: relative;
}

#category,
#page {
  background: #fff;
  width: 100%;
  margin-top: -5rem;
  padding: 7rem 5rem;
	box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}

.p-sitemap br {
  display: none;
}

@media screen and (max-width: 1536px) {
  .contents__wrap {
    width: 100%;
    padding: 0 2.6vw;
  }

  .contents {
    max-width: 71.61vw;
    padding: 0.97vw 0 7.81vw;
  }

  #category,
  #page {
    margin-top: -3.25vw;
    padding: 4.55vw 3.25vw;
  }
}

@media screen and (max-width: 768px) {
  .contents__wrap {
    padding: 0 0;
  }

  .contents {
    max-width: 100%;
    padding: 2.5rem 0 0;
  }

  #category,
  #page {
    width: 100%;
    margin-top: -2.5rem;
    padding: 3rem 1.5rem;
    border-radius: 14px 14px 0 0;
  }
}


/*--------------------------------------------------
　fixed__menu
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  .fixed__menu__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
  }
  
  .fixed__menu {
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 0 5px;
    box-shadow: 0 4px 4px 0 rgba(72,103,148,0.1);
  }
  
  .fixed__menu .logo-sp {
    width: 55%;
  }
}


/*--------------------------------------------------
　Header
--------------------------------------------------*/
header {
	width: 100%;
}

header .sitename {
	padding: 1rem 1.5rem;
  font-size: 1.6rem;
	line-height: 1.5;
	text-align: right;
}

@media screen and (max-width: 1536px) {
  header .sitename {
    padding: 0.65vw 0.97vw;
    font-size: 1.04vw;
  }
}

@media screen and (max-width: 768px) {
	header {
		width: 100%;
		min-width: 100%;
	} 
  
	header .sitename {
		padding: 1rem 1rem;
		font-size: 1.2rem;
		text-align: center;
	}  
}


/*--------------------------------------------------
　#hb-menu
--------------------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: fixed;
	top: 20px;
	right: 15px;
	width: 136px;
	height: 55px;
	background: #fff;
	box-sizing: border-box;
  border: 1px solid #ADB7C8;
  border-radius: 8px;
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #243756;
	width: 20px;
	height: 1px;
	margin: auto;
  margin-left: 2rem;
	border-radius: 0;
	transition: all .5s ease-in-out;
}
#hb-menu span:nth-of-type(2),
#hb-menu span:nth-of-type(3){
	margin-top: 5px;
}
#hb-menu span:nth-of-type(4){
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(0,-50%);
	background: none;
	width: inherit;
	height: inherit;
	margin: 0;
}
#hb-menu span:nth-of-type(4)::before {
  content: "メニュー";
  font-size: 1.5rem;
  font-weight: 700;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span:nth-of-type(1) {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	-ms-transform: translateY(6px) translateX(0) rotate(45deg);
	transform: translateY(6px) translateX(0) rotate(45deg);
}
.hb-open #hb-menu span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.hb-open #hb-menu span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
	transform: translateY(-6px) translateX(0) rotate(-45deg);
}
.hb-open #hb-menu span:nth-of-type(4)::before {
  content: "閉じる";
}

/* overlay */
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	pointer-events: none;
	z-index: 9999;
	transition: 0.2s;
}
.hb-open .overlay {
	background: none;
	pointer-events: auto;
}

/*----- g-nav -----*/
.g-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	width: 35%;
	height: 100%;
	padding: 3rem 2rem 12rem;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .5s;
	transform: translateX(100%);
	z-index: 9999;
}
.hb-open .g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	transform: translateX(0);
	transform: translateZ(0);
}
.g-nav .g-nav-inner::-webkit-scrollbar {
  display: none;
}

.logo-hb {
  max-width: 50%;
}
.logo-hb a {
  display: block;
}

.hb_menu_wrapper {
	max-width: 100%;
	margin: 5rem auto 0;
	border-top: 1px solid #ADB7C8;
}

.hb_menu {
  border-bottom: 1px solid #ADB7C8;
}

.hb_menu_title {
	padding: 2rem 0 2rem 1rem;
  position: relative;
}
.hb_menu_title::before,
.hb_menu_title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  transform: translate(0,-50%);
	background: #ADB7C8;
	width: 18px;
	height: 1px;
	transition: all 0.4s;
}
.hb_menu_title::after {
	transform: translate(0,-50%) rotate(90deg);
}
.hb_menu_title.open::before {
  display: none;
}
.hb_menu_title.open::after {
  transform: translate(0,-50%) rotate(180deg);
}
.hb_menu_title.first {
  padding: 2rem 0 2rem 1rem;
}
.hb_menu_title.first::before,
.hb_menu_title.first::after {
  display: none;
}

.hb_menu_title_link {
	display: block;
	padding: 0 4rem 0 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
  pointer-events: none;
}

.hb_menu_list {
	display: none;
	margin-top: 0;
  border-top: 1px dashed #ADB7C8;
}

.hb_menu_list_item {
  width: 100%;
	margin: 2rem 0 2rem 0;
	padding: 0 0;
	box-sizing: border-box;
	position: relative;
}
.hb_menu_list_item:first-child {
	display: block;
}

.hb_menu_list_link {
	display: block;
	padding: 0 1rem 0 1rem;
	font-size: 1.5rem;
	line-height: 1.6;
	position: relative;
}

.g-nav br {
  display: none;
}

@media screen and (max-width: 768px) {
	/*----- hb-menu -----*/
  #hb-menu {
    top: 10px;
    right: 10px;
    width: 100px;
    height: 40px;
    background: #E6F0F7;
    border: 1px solid #fff;
    border-radius: 8px;
  }
  #hb-menu span {
    width: 18px;
    margin-left: 1.5rem;
  }
  #hb-menu span:nth-of-type(4){
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(0,-50%);
    background: none;
    width: inherit;
    height: inherit;
    margin: 0;
  }
  #hb-menu span:nth-of-type(4)::before {
    font-size: 3vw;
  }

  /*----- g-nav -----*/
  .g-nav .g-nav-inner {
    background: #E6F0F7;
    width: 100%;
    padding: 1.5rem 1.5rem 6rem;
  }

  .logo-hb {
    max-width: 55%;
  }

  .g-nav .hb-bnr {
    width: 90%;
    margin: 3rem auto 0;
  }

  .hb_menu_wrapper {
    margin: 3rem auto 0;
  }

  .hb_menu_title {
    padding: 1.5rem 0 1.5rem 0;
  }
  .hb_menu_title::before,
  .hb_menu_title::after {
    right: 5px;
    width: 16px;
  }
  .hb_menu_title.first {
    padding: 1.5rem 0 1.5rem 0;
  }

  .hb_menu_title_link {
    padding: 0 3rem 0 0;
    font-size: 1.5rem;
  }

  .hb_menu_list {
    display: none;
    margin-top: 0;
  }

  .hb_menu_list_item {
    margin: 1.5rem 0 1.5rem 0;
  }

  .hb_menu_list_link {
    padding: 0 5px 0 5px;
    font-size: 1.4rem;
  }
}


/*--------------------------------------------------
　Pankuzu
--------------------------------------------------*/
#pankuzu {
	width: 100%;
	margin: 2rem auto 0;
  font-size: 1.2rem;
  position: relative;
}
#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
}
#pankuzu a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1536px) {
  #pankuzu {
    margin: 1.3vw auto 0;
    font-size: 0.78vw;
  }
}

@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 1.5rem auto 0;
		padding: 0 1.5rem 0.5rem 1.5rem;
		box-sizing: border-box;
		font-size: 1.2rem;
		white-space: nowrap;
		overflow: auto;
	}
	#pankuzu::-webkit-scrollbar{
		height: 6px;
}
	#pankuzu::-webkit-scrollbar-track{
		background: #fff;
		margin: 0 1.5rem;
		border: none;
		border-radius: 6px;
		box-shadow: none;
	}
	#pankuzu::-webkit-scrollbar-thumb {
		background: #DAE1ED;
		border-radius: 6px;
		box-shadow: none;
	}
}


/*--------------------------------------------------
　Footer
--------------------------------------------------*/
.l-footer-area {
	background: #243756;
	width: 100%;
  padding: 0 4rem;
}

.l-footer-area br {
  display: none;
}

.l-footer-area__inner {
  max-width: 1100px;
  margin: 0 auto;
	padding: 10rem 0 3rem;
}

.l-footer-block {
  display: flex;
  justify-content: space-between;
}

.l-footer-left {
  width: 25%;
}

.l-footer-logo {
	max-width: 200px;
}
.l-footer-logo a {
	display: block;
}

.l-footer-right {
  width: 65%;
}

.l-footer-menu-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 40px;
}

.l-footer-menu {
  width: 100%;
  margin-bottom: 3rem;
}

.l-footer-menu__title {
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	color: #fff;
  font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
  transition: all 0.3s ease;
	position: relative;
}

.l-footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
	margin-top: 1.5rem;
}

.l-footer-menu__list__item {
  width: auto;
  margin: 0 0 1rem 0;
}
.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
	display: inline-block;
  padding-left: 2.5rem;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-menu__list__link::before {
	content: "└";
	position: absolute;
	top: 0;
  left: 0;
  color: #fff;
	font-size: 1.5rem;
}

.l-footer-submenu__list {
	margin: 1rem 0 0 0;
	padding: 0 2rem;
}

.l-footer-submenu__list__item {
	margin: 0 0 1rem 0;
	position: relative;
}

.l-footer-submenu__list__link {
	display: block;
	padding: 0 0 0 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-submenu__list__link::before {
	content: "";
 	position: absolute;
	top: 11px;
	left: 0;
	background: #fff;
	width: 8px;
	height: 1px;
}

.l-footer-area .menseki {
	max-width: 100%;
  margin: 2.5rem auto 0;
  box-sizing: border-box;
	color: #fff;
	font-size: 1rem;
	line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}
.l-footer-area .menseki a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

.l-footer-area .ucp {
  margin: 8rem auto 0;
	color: #fff;
  font-size: 1.2rem;
  text-align: center;
	line-height: 1.8;
}

.l-footer-copy-wrapper {
  background: #fff;
  width: calc(100% + 8rem);
  margin: 0 4rem 0 -4rem;
  padding: 0 4rem;
}

.l-footer-copy {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 0;
	font-size: 1.4rem;
	line-height: 1.5;
}
.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
}
.l-footer-copy a:hover {
  text-decoration: none;
}

.l-footer-copy .sitemap {
	width: 15%;
	margin: 0 0 0 4rem;
	box-sizing: border-box;
  text-align: right;
}
.l-footer-copy .sitemap a {
	padding: 0 1.5rem 0 0;
 	position: relative;
}
.l-footer-copy .sitemap a::after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 1px solid #243756;
	border-right: 1px solid #243756;
}

@media screen and (max-width: 1536px) {
  .l-footer-area {
    padding: 0 2.6vw;
  }

  .l-footer-area__inner {
    max-width: 71.61vw;
    padding: 6.51vw 0 1.95vw;
  }

  .l-footer-logo {
    max-width: 13.02vw;
  }

  .l-footer-menu-wrapper {
    gap: 0 2.6vw;
  }

  .l-footer-menu {
    width: 100%;
    margin-bottom: 1.95vw;
  }

  .l-footer-menu__title__link {
    font-size: 1.04vw;
  }

  .l-footer-menu__list {
    gap: 0 1.3vw;
    margin-top: 0.97vw;
  }

  .l-footer-menu__list__item {
    margin: 0 0 0.65vw 0;
  }

  .l-footer-menu__list__link {
    padding-left: 1.62vw;
    font-size: 0.97vw;
  }
  .l-footer-menu__list__link::before {
    font-size: 0.97vw;
  }

  .l-footer-submenu__list {
    margin: 0.65vw 0 0 0;
    padding: 0 1.3vw;
  }

  .l-footer-submenu__list__item {
    margin: 0 0 0.65vw 0;
  }

  .l-footer-submenu__list__link {
    padding: 0 0 0 0.97vw;
    font-size: 0.91vw;
  }
  .l-footer-submenu__list__link::before {
    top: 0.71vw;
    width: 0.52vw;
    height: 0.06vw;
  }

  .l-footer-area .menseki {
    margin: 1.62vw auto 0;
    font-size: 0.65vw;
  }

  .l-footer-area .ucp {
    margin: 5.2vw auto 0;
    font-size: 0.78vw;
  }

  .l-footer-copy-wrapper {
    background: #fff;
    width: calc(100% + 5.2vw);
    margin: 0 2.6vw 0 -2.6vw;
    padding: 0 2.6vw;
  }

  .l-footer-copy {
    max-width: 71.61vw;
    padding: 0.97vw 0;
    font-size: 0.91vw;
  }

  .l-footer-copy .sitemap {
    margin: 0 0 0 2.6vw;
  }
  .l-footer-copy .sitemap a {
    padding: 0 0.97vw 0 0;
  }
  .l-footer-copy .sitemap a::after {
    width: 0.39vw;
    height: 0.39vw;
  }
}

@media screen and (max-width: 768px) {
  .l-footer-area {
    padding: 0 1.5rem;
  }

  .l-footer-area__inner {
    max-width: 100%;
    padding: 3rem 0 2rem;
  }

  .l-footer-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .l-footer-left {
    width: 100%;
    order: 2;
  }

  .l-footer-logo {
    max-width: 35%;
    margin: auto;
  }

  .l-footer-right {
    width: 100%;
    order: 1;
  }

  .l-footer-menu-wrapper {
    display: block;
    margin-top: 3rem;
    border-top: 1px solid #ADB7C8;
  }

  .l-footer-menu {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #ADB7C8;
  }

  .l-footer-menu__title {
    padding: 1.5rem 0 1.5rem 0;
    position: relative;
  }
  .l-footer-menu__title::before,
  .l-footer-menu__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%);
    background: #ADB7C8;
    width: 16px;
    height: 1px;
    transition: all 0.4s;
  }
  .l-footer-menu__title::after {
    transform: translate(0,-50%) rotate(90deg);
  }
  .l-footer-menu__title.open::before {
    display: none;
  }
  .l-footer-menu__title.open::after {
    transform: translate(0,-50%) rotate(180deg);
  }

  .l-footer-menu__title__link {
    display: block;
    padding: 0 3rem 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }

  .l-footer-menu__list {
    display: none;
    margin-top: 0;
    border-top: 1px dashed #ADB7C8;
  }

  .l-footer-menu__list__item {
    margin: 1.5rem 0 1.5rem 0;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }

  .l-footer-menu__list__link {
    display: block;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .l-footer-menu__list__link::before {
    display: none;
  }

  .l-footer-submenu__list {
    margin: 1rem 0 0 0;
    padding: 0 1rem;
  }

  .l-footer-submenu__list__item {
    margin: 0 0 1rem 0;
  }

  .l-footer-submenu__list__link {
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
  }
  .l-footer-submenu__list__link::before {
    top: 11px;
    left: 0;
    width: 6px;
  }

  .l-footer-area .menseki {
    margin: 2rem auto 0;
    padding: 0 1.5rem;
    font-size: 1.2rem;
  }

  .l-footer-area .ucp {
    margin: 2rem auto 0;
    font-size: 1rem;
  }
  .l-footer-area .ucp br {
    display: block;
  }

  .l-footer-copy-wrapper {
    width: calc(100% + 3rem);
    margin: 0 1.5rem 0 -1.5rem;
  }

  .l-footer-copy {
    display: block;
    padding: 1rem 1rem;
    font-size: 1.2rem;
    text-align: center;
  }

	.sitemap {
		margin: 2rem 0 0 0;
		text-align: center;
	}
	.sitemap a {
		padding: 0 1.5rem 0 1.5rem;
		font-size: 1.4rem;
		color: #fff;
		text-decoration: underline;
		position: relative;
	}
	.sitemap a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
    transform: translate(0,-50%) rotate(45deg);
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}


/*--------------------------------------------------
　PageTop
--------------------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 11;
}

.l-pagetop__link {
  display: block;
	background: #fff;
  width: 100%;
  height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #243756;
  position: relative;
}
.l-pagetop__link::after {
	display: block;
	content: "";
	position: absolute;
	top: 43%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border-top: 1px solid #243756;
	border-left: 1px solid #243756;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-pagetop span {
	display: none;
}

@media screen and (max-width: 1536px) {
  .l-pagetop {
    position: fixed;
    bottom: 3.25vw;
    right: 1.3vw;
    width: 3.9vw;
    height: 3.9vw;
  }

  .l-pagetop__link::after {
    display: block;
    content: "";
    position: absolute;
    top: 43%;
    left: 50%;
    width: 0.78vw;
    height: 0.78vw;
    margin-left: -0.39vw;
  }  
}

@media screen and (max-width: 768px) {
	.l-pagetop {
		bottom: 70px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
		
	.l-pagetop__link {
		border: 1px solid #243756;
	}
	.l-pagetop__link::after {
		width: 8px;
		height: 8px;
		margin-left: -4px;
		border-top: 1px solid #243756;
		border-left: 1px solid #243756;
	}
}


/*--------------------------------------------------
　Title
--------------------------------------------------*/
h2,
h3,
h4,
h5,
h6,
.cc {
	font-weight: 700;
	line-height: 1.5;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	display: block;
	font-weight: 700;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.cc span {
	font-weight: 700;
}
h2 br,
h3 br,
h4 br,
h5 br,
h6 br,
.cc br {
	line-height: 0;
}
*:not(br){
  line-height: 1.5;
}

.contents h1 {
  width: calc(100% - 215px);
  padding: 10rem 4rem 12rem 0;
	color: #fff;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.4;
  position: relative;
  z-index: 0;
}
.contents h1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #123D83;
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0 20px 0 0;
  z-index: -1;
}


.contents h2:not([class]) {
	background: #E6F0F7;
	margin: 4rem 0 2rem;
	padding: 2rem 3.5rem 2rem 3.5rem;
  color: #123D83;
	font-size: 2.4rem;
  border-radius: 10px;
	position: relative;
}

.contents h2:not([class]) a {
	padding: 0 5rem 0 0;
	color: #123D83;
	position: relative;
}
.contents h2:not([class]) a::before {
	content: "";
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	width: calc(100% + 7rem);
	height: calc(100% + 4rem);
}
.contents h2:not([class]) a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 34px;
  box-sizing: border-box;
}


.contents h3:not([class]) {
	margin: 4rem 0 2rem;
	padding: 0 0 1.5rem 1.5rem;
	font-size: 2.2rem;
	border-bottom: 1px solid #123D83;
}

.contents h3:not([class]) a {
	padding: 0 5rem 0 0;
	position: relative;
}
.contents h3:not([class]) a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 1.5rem);
}
.contents h3:not([class]) a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 34px;
  box-sizing: border-box;
}


.contents h4:not([class]) {
  background: #F5F5F5;
	margin: 4rem 0 2rem;
  padding: 1.5rem 2rem 1.5rem;
  color: #123D83;
	font-size: 2rem;
  border-radius: 8px;
}

.contents h4:not([class]) a {
	padding: 0 5rem 0 0;
  color: #123D83;
	position: relative;
}
.contents h4:not([class]) a::before {
	content: "";
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	width: calc(100% + 4rem);
	height: calc(100% + 3rem);
}
.contents h4:not([class]) a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 30px;
  box-sizing: border-box;
}

.contents h5:not([class]) {
	margin: 4rem 0 2rem;
	padding: 0 0 1.5rem 1.5rem;
	font-size: 1.8rem;
  border-bottom: 1px solid #ADB7C8;
  position: relative;
}
.contents h5:not([class])::after {
	content: "";
	position: absolute;
  bottom: -1px;
  left: 0;
  background: #123D83;
  width: 22px;
  height: 1px;
  box-sizing: border-box;
}

.contents h5:not([class]) a {
	padding: 0 5rem 0 0;
	position: relative;
}
.contents h5:not([class]) a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 1.5rem);
}
.contents h5:not([class]) a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 25px;
	height: 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 1536px) {
  .contents h1 {
    width: calc(100% - 13.99vw);
    padding: 6.51vw 2.6vw 7.81vw 0;
    font-size: 2.47vw;
  }


  .contents h2:not([class]) {
    margin: 2.6vw 0 1.3vw;
    padding: 1.3vw 2.27vw 1.3vw 2.27vw;
    font-size: 1.56vw;
  }

  .contents h2:not([class]) a {
    padding: 0 3.25vw 0 0;
  }
  .contents h2:not([class]) a::before {
    width: calc(100% + 4.55vw);
    height: calc(100% + 2.6vw);
  }
  .contents h2:not([class]) a::after {
    width: 2.21vw;
    height: 2.21vw;
  }


  .contents h3:not([class]) {
    margin: 2.6vw 0 1.3vw;
    padding: 0 0 0.97vw 0.97vw;
    font-size: 1.43vw;
  }

  .contents h3:not([class]) a {
    padding: 0 3.25vw 0 0;
  }
  .contents h3:not([class]) a::before {
    height: calc(100% + 0.97vw);
  }
  .contents h3:not([class]) a::after {
    width: 2.21vw;
    height: 2.21vw;
  }


  .contents h4:not([class]) {
    margin: 2.6vw 0 1.3vw;
    padding: 0.97vw 1.3vw 0.97vw;
    font-size: 1.3vw;
  }

  .contents h4:not([class]) a {
    padding: 0 3.25vw 0 0;
  }
  .contents h4:not([class]) a::before {
    width: calc(100% + 2.6vw);
    height: calc(100% + 1.95vw);
  }
  .contents h4:not([class]) a::after {
    width: 1.95vw;
    height: 1.95vw;
  }

  .contents h5:not([class]) {
    margin: 2.6vw 0 1.3vw;
    padding: 0 0 0.97vw 0.97vw;
    font-size: 1.17vw;
  }
  .contents h5:not([class])::after {
    bottom: -0.06vw;
    width: 1.43vw;
    height: 0.06vw;
  }

  .contents h5:not([class]) a {
    padding: 0 3.25vw 0 0;
  }
  .contents h5:not([class]) a::before {
    height: calc(100% + 0.97vw);
  }
  .contents h5:not([class]) a::after {
    width: 1.62vw;
    height: 1.62vw;
  }
}

@media screen and (max-width: 768px) {
  .contents h1 {
    width: calc(100% - 30px);
    padding: 2.5rem 1.5rem 5rem 1.5rem;
    font-size: 2.4rem;
  }
  .contents h1::after {
    border-radius: 0 14px 0 0;
  }


  .contents h2:not([class]) {
    margin: 3rem 0 2rem;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    font-size: 2.2rem;
    border-radius: 8px;
  }

  .contents h2:not([class]) a {
    padding: 0 4rem 0 0;
  }
  .contents h2:not([class]) a::before {
    width: calc(100% + 3.5rem);
    height: calc(100% + 3rem);
  }
  .contents h2:not([class]) a::after {
    width: 24px;
    height: 24px;
  }


  .contents h3:not([class]) {
    margin: 3rem 0 2rem;
    padding: 0 0 1rem 8px;
    font-size: 1.8rem;
  }

  .contents h3:not([class]) a {
    padding: 0 4rem 0 0;
  }
  .contents h3:not([class]) a::before {
    height: calc(100% + 1rem);
  }
  .contents h3:not([class]) a::after {
    width: 24px;
    height: 24px;
  }


  .contents h4:not([class]) {
    margin: 3rem 0 2rem;
    padding: 1.2rem 1.5rem 1.2rem;
    font-size: 1.6rem;
  }

  .contents h4:not([class]) a {
    padding: 0 3rem 0 0;
  }
  .contents h4:not([class]) a::before {
    width: calc(100% + 3rem);
    height: calc(100% + 2.4rem);
  }
  .contents h4:not([class]) a::after {
    width: 20px;
    height: 20px;
  }

  .contents h5:not([class]) {
    margin: 3rem 0 2rem;
    padding: 0 0 1rem 8px;
    font-size: 1.6rem;
  }
  .contents h5:not([class])::after {
    width: 20px;
  }

  .contents h5:not([class]) a {
    padding: 0 3rem 0 0;
  }
  .contents h5:not([class]) a::before {
    height: calc(100% + 1rem);
  }
  .contents h5:not([class]) a::after {
    width: 18px;
    height: 18px;
  }
}


/*--------------------------------------------------
　テキスト
--------------------------------------------------*/
.contents p {
	margin: 2rem 0 2rem;
	font-size: 1.6rem;
	line-height: 2;
}

.contents p a {
	text-decoration: underline;
}
.contents p a:hover {
	text-decoration: none;
}

.txt_bold {
	color: #2BC296;
	font-weight: 700;
}
.marker {
	background: linear-gradient(transparent 65%, #BCF2E1 0%);
	font-weight: 700;
}

.caption {
	margin: 1rem 0 0 0;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	color: #888;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.caption::-webkit-scrollbar {
	height: 2px;
}
.caption::-webkit-scrollbar-track {
	background: #efefef;
	margin: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.caption::-webkit-scrollbar-thumb {
	background: #cacaca;
	border-radius: 0;
	box-shadow: none;
}
.caption a {
	color: #888;
	text-decoration: underline;
}
@-moz-document url-prefix() {
  .caption {
    scrollbar-color: #cacaca #efefef;
  	scrollbar-width: thin;
  }
}

@media screen and (max-width: 1536px) {
  .contents p {
    margin: 1.3vw 0 1.3vw;
    font-size: 1.04vw;
  }
}

@media screen and (max-width: 768px) {
	.contents p {
		margin: 2rem 0 2rem;
    font-size: 1.6rem;
		line-height: 1.8;
	}
	
	.caption {
		margin: 1rem 0 0 0;
    font-size: 1rem;
	}
}


/*--------------------------------------------------
　リスト
--------------------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
	margin: 4rem 0 4rem;
}
.contents ul li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 1.5rem;
	font-size: 1.6rem;
  line-height: 1.8;
	position: relative;
}
.contents ul li:last-child {
  margin: 0 0 0 0;
}
.contents ul li::before {
  content: "";
  display: block;
	position: absolute;
  top: 13px;
  left: 0;
	background: #4FD2A8;
  width: 4px;
  height: 4px;
	box-sizing: border-box;
  border-radius: 50%;
}
.contents ul li a {
	display: inline-block;
	text-decoration: underline;
}
.contents ul li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1536px) {
  /*----- ulリスト -----*/
  .contents ul {
    margin: 2.6vw 0 2.6vw;
  }
  .contents ul li {
    margin: 0 0 0.97vw 0;
    padding: 0 0 0 0.97vw;
    font-size: 1.04vw;
  }
  .contents ul li::before {
    top: 0.84vw;
    width: 0.26vw;
    height: 0.26vw;
  }
}

@media screen and (max-width: 768px) {
  /*----- ulリスト -----*/
  .contents ul {
    margin: 3rem 0 3rem;
  }
  .contents ul li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .contents ul li::before {
    top: 10px;
    width: 4px;
    height: 4px;
  } 
}


/*--------------------------------------------------
　リンク
--------------------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 420px;
	margin: 4rem auto 4rem;
	padding: 2.5rem 7rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
  border: 4px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(72,103,148,0.3);
	text-decoration: none!important;
	position: relative;
}


/*----- btn-web（外部リンク） -----*/
.btn-web a {
  background: linear-gradient(90deg, #26C190, #2c9cef, #26C190);
  background-size: 200% 100%;
  transition: background-position .4s ease;
}
.btn-web a:hover {
  background-position: 100% 0;
	opacity: 1;
}
.btn-web a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
  transform: translate(0,-50%);
  background: url("img/icon-mail.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 24px;
  box-sizing: border-box;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #123D83;
}
.btn-internal a:hover {
	background: #25a6d5;
	opacity: 1;
}
.btn-internal a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
  transform: translate(0,-50%);
  background: url("img/arrow-wh.png") left top no-repeat;
  background-size: contain;
	width: 19px;
	height: 8px;
  box-sizing: border-box;
}


/*----- btn-download（ダウンロード） -----*/
.btn-download a {
  display: block;
  background: linear-gradient(90deg, #F2AF05, #D91A33, #F2AF05);
	max-width: 420px;
	margin: 4rem auto 4rem;
	padding: 2.5rem 7rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
  border: 4px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(72,103,148,0.3);
	text-decoration: none!important;
	position: relative;
	background-size: 200% 100%;
  transition: background-position .4s ease;
}
.btn-download a:hover {
  background-position: 100% 0;
	opacity: 1;
}
.btn-download a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
  transform: translate(0,-50%);
  background: url("img/icon-download.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 24px;
  box-sizing: border-box;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 5rem 0 0;
	font-size: 1.8rem;
  font-weight: 700;
	line-height: 1.5;
	text-decoration: underline;
	position: relative;
}
.btn-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 34px;
  box-sizing: border-box;
}
.btn-link a:hover {
	text-decoration: none;
}


/*----- btn-tel（電話ボタン） -----*/
.btn-tel a {
	display: none;
}


/*----- btnBox -----*/
.btnBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4rem 0 0;
}
.btnBox > div {
  width: 420px;
  margin: 0 1.5rem 0;
}
.btnBox > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 0 0;
}

@media screen and (max-width: 1536px) {
  .btn-web a,
  .btn-internal a {
    max-width: 27.34vw;
    margin: 2.6vw auto 2.6vw;
    padding: 1.62vw 4.55vw;
    font-size: 1.17vw;
  }


  /*----- btn-web（外部リンク） -----*/
  .btn-web a::after {
    right: 1.95vw;
    width: 1.82vw;
    height: 1.56vw;
  }


  /*----- btn-internal（内部リンク） -----*/
  .btn-internal a::after {
    right: 1.95vw;
    width: 1.23vw;
    height: 0.52vw;
  }


  /*----- btn-download（ダウンロード） -----*/
  .btn-download a {
    max-width: 27.34vw;
    margin: 2.6vw auto 2.6vw;
    padding: 1.62vw 4.55vw;
    font-size: 1.17vw;
  }
  .btn-download a::after {
    right: 1.95vw;
    width: 1.56vw;
    height: 1.56vw;
  }


  /*----- btn-link（テキストリンク） -----*/
  .btn-link a {
    margin: 2.6vw 0 2.6vw;
    padding: 0 3.25vw 0 0;
    font-size: 1.17vw;
  }
  .btn-link a::after {
    width: 2.21vw;
    height: 2.21vw;
  }


  /*----- btnBox -----*/
  .btnBox {
    margin: 2.6vw 0 0;
  }
  .btnBox > div {
    width: 27.34vw;
    margin: 0 0.97vw 0;
  }
}

@media screen and (max-width: 768px) {
  .btn-web a,
  .btn-internal a {
    max-width: 95%;
    margin: 3rem auto 3rem;
    padding: 2rem 5rem;
    font-size: 1.6rem;
    border: 3px solid #fff;
  }


  /*----- btn-web（外部リンク） -----*/
  .btn-web a::after {
    right: 20px;
    width: 20px;
    height: 17px;
  }


  /*----- btn-internal（内部リンク） -----*/
  .btn-internal a::after {
    right: 20px;
    width: 19px;
    height: 8px;
  } 


  /*----- btn-download（ダウンロード） -----*/
  .btn-download a {
    max-width: 95%;
    margin: 3rem auto 3rem;
    padding: 2rem 5rem;
    font-size: 1.6rem;
    border: 3px solid #fff;
  }
  .btn-download a::after {
    right: 20px;
    width: 17px;
    height: 17px;
  }


  /*----- btn-link（テキストリンク） -----*/
  .btn-link {
    text-align: center;
  }
  .btn-link a {
    display: block;
    background: #fff;
    max-width: 95%;
    margin: 3rem auto 3rem;
    padding: 2rem 5rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    border: 1px solid #123D83;
    border-radius: 100px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 4px 4px 0 rgba(72,103,148,0.3);
  }
  .btn-link a::after {
    right: 15px;
    width: 24px;
    height: 24px;
  }
	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #2CC298;
		max-width: 95%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 5rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.5;
    border: 3px solid #fff;
		border-radius: 100px;
		text-decoration: none!important;
    box-shadow: 0 4px 4px 0 rgba(72,103,148,0.3);
		position: relative;
	}
  .btn-tel a::before {
		content: "";
		position: absolute;
		top: 50%;
    left: 25px;
    transform: translate(0,-50%);
    background: url("img/icon-tel.png") left top no-repeat;
    background-size: contain;
		width: 15px;
		height: 26px;
	}
  
  
  /*----- btnBox -----*/
  .btnBox {
    display: block;
    margin: 3rem 0 0;
  }
  .btnBox > div {
    width: 95%;
    margin: 0 auto 1.5rem;
  }
  .btnBox > div:last-child {
    margin: 0 auto 0;
  } 
}


/*--------------------------------------------------
　Table
--------------------------------------------------*/
table {
	background: #fff;
  width: 100%;
  margin: 8rem 0 8rem;
	box-sizing: border-box;
	border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

table th {
	background: #E6F0F7;
  width: 25%;
	padding: 2rem 2.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
  word-break: break-all;
	border-bottom: 2px solid #fff;
}
table th a {
	font-weight: 700;
	text-decoration: underline;
}
table th a:hover {
	text-decoration: none;
}

table td {
  background: #F5F5F5;
	padding: 2rem 2.5rem;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.4;
  word-break: break-all;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
table td a {
	text-decoration: underline;
}
table td a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1536px) {
  table {
    margin: 5.2vw 0 5.2vw;
  }

  table th {
    padding: 1.3vw 1.62vw;
    font-size: 1.04vw;
  }
  table th a {
    font-weight: 700;
    text-decoration: underline;
  }
  table th a:hover {
    text-decoration: none;
  }

  table td {
    padding: 1.3vw 1.62vw;
    font-size: 1.04vw;
  }
}

@media screen and (max-width: 768px) {
  table {
    margin: 6rem 0 6rem;
  }

  table th {
    width: 30%;
    padding: 1.5rem 1.5rem;
    font-size: 1.5rem;
  }

  table td {
    padding: 1.5rem 1.5rem;
    font-size: 1.5rem;
  }
}


/*--------------------------------------------------
　画像＋テキスト
--------------------------------------------------*/
.float-wrap {
	margin: 8rem 0 8rem;
	box-sizing: border-box;
}

.float-img {
  position: relative;
}

.float-img .flame img {
	display: block;
	width: auto;
	margin: auto;
  vertical-align: top;
}

.float-img.fl {
  float: left;
  width: 420px;
  margin-right: 3rem;
}
.float-img.fr {
  float: right;
  width: 420px;
  margin-left: 3rem;
}

.float-img .caption {
	margin: 1rem 0 0 0;
	font-size: 1rem;
	color: #888;
	text-align: center;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
}

.float-wrap .catch {
	margin: 2rem 0 2rem 0;
  color: #123D83;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.float-wrap.ct .catch {
  text-align: center;
}

.float-wrap p {
	margin: 2rem 0 2rem;
}

@media screen and (max-width: 1536px) {
  .float-wrap {
    margin: 5.2vw 0 5.2vw;
  }

  .float-img.fl {
    width: 27.34vw;
    margin-right: 1.95vw;
  }
  .float-img.fr {
    width: 27.34vw;
    margin-left: 1.95vw;
  }

  .float-img .caption {
    margin: 0.65vw 0 0 0;
    font-size: 0.65vw;
  }

  .float-wrap .catch {
    margin: 1.3vw 0 1.3vw 0;
    font-size: 1.56vw;
  }
  .float-wrap.ct .catch {
    text-align: center;
  }

  .float-wrap p {
    margin: 1.3vw 0 1.3vw;
  } 
}

@media screen and (max-width: 768px) {
	.float-wrap {
		margin: 5rem 0 5rem;
	}
	
	.float-img.fl {
		float: inherit;
		width: 100%;
		margin-right: 0;
	}
	.float-img.fr {
		float: inherit;
		width: 100%;
		margin-left: 0;
	}
	
	.float-img .caption {
		margin: 1rem 0 1.5rem 0;
    font-size: 1rem;
	}

	.float-wrap .catch {
		margin: 1.5rem 0 1.5rem;
		font-size: 1.8rem;
	}
	.float-wrap.ct .catch {
    text-align: left;
  }

	.float-wrap p {
		margin: 1.5rem 0 1.5rem;
	}
}


/*--------------------------------------------------
　toc_parts
--------------------------------------------------*/
.toc_parts {
  background: #fff;
  max-width: 900px;
	margin: 0 auto 5rem;
  border: 1px solid #ADB7C8;
  border-radius: 8px;
  position: relative;
}

.toc_parts .ttl {
	padding: 3rem 3rem 3rem;
	font-size: 1.8rem;
  position: relative;
  cursor: pointer;
}
.toc_parts .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
  background: url("img/acc-icon-plus01.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.toc_parts .ttl.open::after {
  background: url("img/acc-icon-minus01.png") left top no-repeat;
  background-size: contain;
}

.toc_parts .ttl span {
  padding-left: 3rem;
	font-weight: 700;
  position: relative;
}
.toc_parts .ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/toc-icon.png") left top no-repeat;
  background-size: contain;
  width: 18px;
  height: 14px;
  box-sizing: border-box;
}

#toc {
  display: none;
  padding: 0 3rem 3rem;
}

#toc ul.chapter {
	margin: 0 0 0;
}
#toc ul.chapter li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 3.5rem;
  font-size: 1.8rem;
  overflow-wrap: break-word;
	position: relative;
	counter-increment: toccount;
}
#toc ul.chapter li:last-child {
	margin: 0 0 0 0;
}
#toc ul.chapter li::before {
	content: counter(toccount,decimal-leading-zero);
	position: absolute;
  top: -3px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #4FD2A8;
	font-size: 1.8rem;
  font-weight: 700;
}
#toc ul.chapter li a {
	display: block;
  font-weight: 700;
	text-decoration: none;
}
#toc .chapter .chapter {
  margin: 0 0 3rem 3.5rem;
}
#toc .chapter .chapter:last-of-type {
  margin: 0 0 0 3.5rem;
}
#toc .chapter .chapter li {
	margin: 0 0 1rem 0;
	padding: 0 0 0 1.5rem;
	font-size: 1.6rem;
	position: relative;
	counter-increment: none;
}
#toc .chapter .chapter li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #243756;
	border-right: 1px solid #243756;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#toc ul.chapter li br {
	display: none;
}

@media screen and (max-width: 1536px) {
  .toc_parts {
    max-width: 58.59vw;
    margin: 0 auto 3.25vw;
  }

  .toc_parts .ttl {
    padding: 1.95vw 1.95vw 1.95vw;
    font-size: 1.17vw;
  }
  .toc_parts .ttl::after {
    right: 1.95vw;
    width: 1.95vw;
    height: 1.95vw;
  }

  .toc_parts .ttl span {
    padding-left: 1.95vw;
  }
  .toc_parts .ttl span::before {
    width: 1.17vw;
    height: 0.91vw;
  }

  #toc {
    padding: 0 1.95vw 1.95vw;
  }
  #toc ul.chapter li {
    margin: 0 0 1.3vw 0;
    padding: 0 0 0 2.27vw;
    font-size: 1.17vw;
  }
  #toc ul.chapter li::before {
    top: -0.19vw;
    font-size: 1.17vw;
  }
  #toc .chapter .chapter {
    margin: 0 0 1.95vw 2.27vw;
  }
  #toc .chapter .chapter:last-of-type {
    margin: 0 0 0 2.27vw;
  }
  #toc .chapter .chapter li {
    margin: 0 0 0.65vw 0;
    padding: 0 0 0 0.97vw;
    font-size: 1.04vw;
  }
  #toc .chapter .chapter li::before {
    top: 0.39vw;
    width: 0.52vw;
    height: 0.52vw;
  }
}

@media screen and (max-width: 768px) {
  .toc_parts {
    max-width: 100%;
    margin: 0 auto 4rem;
    border-radius: 8px;
  }

  .toc_parts .ttl {
    padding: 1.5rem 2rem 1.5rem;
    font-size: 1.6rem;
  }
  .toc_parts .ttl::after {
    right: 15px;
    width: 20px;
    height: 20px;
  }

  .toc_parts .ttl span {
    padding-left: 2.5rem;
  }
  .toc_parts .ttl span::before {
    width: 18px;
    height: 14px;
  }

  #toc {
    padding: 0 2rem 2rem;
  }

  #toc ul.chapter li {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.7rem;
  }
  #toc ul.chapter li::before {
    font-size: 1.7rem;
  }
  #toc .chapter .chapter {
    margin: 0 0 1.5rem 3rem;
  }
  #toc .chapter .chapter:last-of-type {
    margin: 0 0 0 3rem;
  }
  #toc .chapter .chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
  }
  #toc .chapter .chapter li::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
}


/*--------------------------------------------------
　sv-parts
--------------------------------------------------*/
.sv-parts {
  margin: 10rem 0 10rem;
}

.sv-parts__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  background: #F5F5F5;
  padding: 4.5rem 3.5rem 4.5rem;
  border-radius: 14px;
}

.sv-parts .sv-imgBox {
  width: 200px;
}
.sv-parts .sv-imgBox img {
  border-radius: 16px;
}

.sv-parts .sv-txtBox {
  flex: 1;
}

.sv-parts .name {
  font-size: 2.2rem;
}
.sv-parts .name .sub {
  display: inline-block;
  background: linear-gradient(90deg, #26C190, #50C2EB, #255CB4);
  margin-right: 2.5rem;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 100px;
}

.sv-parts .txt {
  margin: 2rem 0 0;
}

@media screen and (max-width: 1536px) {
  .sv-parts {
    margin: 6.51vw 0 6.51vw;
  }

  .sv-parts__block {
    gap: 0 2.6vw;
    padding: 2.92vw 2.27vw 2.92vw;
  }

  .sv-parts .sv-imgBox {
    width: 13.02vw;
  }

  .sv-parts .name {
    font-size: 1.43vw;
  }
  .sv-parts .name .sub {
    margin-right: 1.62vw;
    padding: 0.65vw 1.3vw;
    font-size: 1.17vw;
  }

  .sv-parts .txt {
    margin: 1.3vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .sv-parts {
    margin: 6rem 0 6rem;
  }

  .sv-parts__block {
    display: block;
    padding: 2rem 2rem 3rem;
    border-radius: 14px;
  }

  .sv-parts .sp-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
  }

  .sv-parts .sv-imgBox {
    width: 35%;
  }
  .sv-parts .sv-imgBox img {
    border-radius: 10px;
  }

  .sv-parts .sv-txtBox {
    flex: 1;
  }

  .sv-parts .name {
    flex: 1;
    font-size: 1.8rem;
  }
  .sv-parts .name .sub {
    margin-right: 0;
    margin-bottom: 5px;
    padding: 5px 1rem;
    font-size: 1.5rem;
  }

  .sv-parts .txt {
    margin: 1.5rem 0 0;
  }
}


/*--------------------------------------------------
　pr-parts
--------------------------------------------------*/
.pr-parts {
  background: linear-gradient(90deg, #26C190, #50C2EB, #255CB4);
  margin: 10rem 0 10rem;
  padding: 3px;
  border-radius: 20px;
}

.pr-parts__block {
  background: #fff;
  padding: 3.5rem 3rem 3.5rem;
  border-radius: 17px;
}

.pr-parts .pr-ttl__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 25px;
  background: #123D83;
  padding: 3rem 3rem;
  border-radius: 14px;
}
.pr-parts .pr-sub {
  display: inline-block;
  background: linear-gradient(90deg, #F2AF05, #E35D3C, #D91A33);
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 100px;
}
.pr-parts .pr-ttl {
  flex: 1;
  font-size: 2.2rem;
}

@media screen and (max-width: 1536px) {
  .pr-parts {
    margin: 6.51vw 0 6.51vw;
  }

  .pr-parts__block {
    padding: 2.27vw 1.95vw 2.27vw;
  }

  .pr-parts .pr-ttl__wrap {
    gap: 0 1.62vw;
    padding: 1.95vw 1.95vw;
  }
  .pr-parts .pr-sub {
    padding: 0.65vw 1.3vw;
    font-size: 1.17vw;
  }
  .pr-parts .pr-ttl {
    font-size: 1.43vw;
  }
}

@media screen and (max-width: 768px) {
  .pr-parts {
    margin: 6rem 0 6rem;
  }

  .pr-parts__block {
    padding: 1.5rem 1.5rem 2.5rem;
  }

  .pr-parts .pr-ttl__wrap {
    display: block;
    padding: 1.5rem 1.5rem;
    border-radius: 14px;
  }
  .pr-parts .pr-sub {
    margin-bottom: 5px;
    padding: 5px 1rem;
    font-size: 1.5rem;
  }
  .pr-parts .pr-ttl {
    font-size: 1.8rem;
  }
}


/*--------------------------------------------------
　facility-parts
--------------------------------------------------*/
.facility-parts {
  background: #123D83;
  margin: 10rem 0 10rem;
  padding: 7rem 0 9rem;
  border-radius: 30px;
}

.facility-parts__upper {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
  padding: 0 6rem;
}

.facility-ttl__wrap {
  text-align: center;
}
.facility-ttl01 {
  font-size: 2.8rem;
}
.facility-ttl01 .sb {
  display: inline-block;
  background: linear-gradient(90deg, #26C190, #50C2EB, #255CB4);
  margin-bottom: 2.5rem;
  padding: 1rem 2rem;
  font-size: 2rem;
  border-radius: 100px;
  position: relative;
}
.facility-ttl01 .sb::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
  transform: translate(-50%,0);
  box-sizing: border-box;
  border-top: 12px solid #5fc3e4;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.facility-parts__upper .txtBox {
  flex: 1;
}

.facility-parts__upper .txt {
  margin: 0 0 0;
}

.facility-parts__upper .link a {
  display: block;
  max-width: 450px;
  margin: 3rem 0 0 auto;
  padding: 2.5rem 5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
  border: 4px solid #fff;
  border-radius: 100px;
  position: relative;
}
.facility-parts__upper .link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow-wh.png") left top no-repeat;
  background-size: contain;
	width: 19px;
	height: 8px;
  box-sizing: border-box;
}
.facility-parts__upper .link a:hover {
	background: #25a6d5;
	opacity: 1;
}

.facility-parts__block {
  margin-top: 7rem;
  padding: 0 3rem;
}
.facility-parts__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 30px;
  padding: 10rem 2.5rem 3rem;
  position: relative;
  z-index: 0;
}
.facility-parts__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: calc(100% + 3rem);
  height: 100%;
  border-radius: 14px 0 0 14px;
  box-sizing: border-box;
  z-index: -1;
}

.facility-parts__block .facility-ttl02 {
  display: flex;
	align-items: center;
	justify-content: center;
  padding-left: 1.5rem;
  font-size: 2.2rem;
  position: relative;
}
.facility-parts__block .facility-ttl02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #2AC295;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-radius: 50%;
}
.facility-parts__block .facility-ttl02::after {
	content: "";
	display: block;
	margin-left: 1.5rem;
	border-top: 1px solid #ADB7C8;
	flex-grow: 1;
}

.facility-parts__block .left-box {
  background: #E6F0F7;
  min-width: 250px;
  padding: 2.5rem 2rem;
  border-radius: 14px;
}
.facility-parts__block .left-box .imgBox {
  max-width: 200px;
  margin: 1rem auto 0;
}
.facility-parts__block .left-box .modal-open {
  margin-top: 2rem;
}

.facility-parts__block .right-box {
  flex: 1;
  position: relative;
  z-index: 0;
}
.facility-parts__block .right-box .facility-img {
  width: 621px;
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.facility-parts__block .right-box .facility-ttl02 {
  position: absolute;
  bottom: calc(100% + 2rem);
  right: 100%;
  width: 270px;
}
.facility-parts__block .right-box .modal-open02 {
  position: absolute;
  top: -10px;
  left: 100px;
}
.facility-parts__block .right-box .modal-open03 {
  position: absolute;
  top: -50px;
  right: 0;
}
.facility-parts__block .right-box .modal-open04 {
  position: absolute;
  top: 110px;
  left: 55%;
  transform: translate(-50%,0);
}
.facility-parts__block .right-box .modal-open05 {
  position: absolute;
  bottom: 70px;
  left: 80px;
}
.facility-parts__block .right-box .modal-open06 {
  position: absolute;
  bottom: 90px;
  right: 20px;
}


/*----- modal -----*/
.modal-open {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 10px;
  filter: drop-shadow(0 4px 4px rgba(72,103,148,0.3));
  position: relative;
  cursor: pointer;
	transition: all 0.3s ease;
}
.modal-open {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 10px;
  filter: drop-shadow(0 4px 4px rgba(72,103,148,0.3));
  position: relative;
  cursor: pointer;
	transition: all 0.3s ease;
}
.modal-open:hover {
  opacity: 0.6;
  filter: none;
}
.modal-open:hover {
  opacity: 1; /* 透過を無効化 */
  filter: none;
}
.facility-parts__block .left-box .modal-open {
  background: #29B1E8;
}
.facility-parts__block .right-box .modal-open {
  background: #FB8B45;
}
.facility-parts__block .left-box .modal-open:hover {
  background: #0b93c9; /* 水色を濃く */
}
.facility-parts__block .right-box .modal-open:hover {
  background: #ee6d1c; /* オレンジを濃く */
}
.modal-open::after {
	content: "";
	position: absolute;
}
.modal-open01::after {
	top: calc(100% + 4px);
	left: 30px;
  box-sizing: border-box;
  border-bottom: 14px solid transparent;
  border-left: 17px solid #fff;
}
.modal-open02::after,
.modal-open06::after {
  top: calc(100% + 4px);
	right: 60px;
  box-sizing: border-box;
  border-right: 17px solid #fff;
  border-bottom: 14px solid transparent;
}
.modal-open03::after,
.modal-open04::after {
	top: calc(100% + 4px);
  right: 80px;
  box-sizing: border-box;
  border-bottom: 14px solid transparent;
  border-left: 17px solid #fff;
}
.modal-open05::after {
	bottom: calc(100% + 4px);
	left: 30px;
  box-sizing: border-box;
  border-top: 14px solid transparent;
  border-right: 17px solid #fff;
}
.modal-open > span {
  display: block;
  padding: 1.2rem 5rem 1.2rem 3rem;
  font-weight: 700;
  position: relative;
}
.modal-open > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
  background: url("img/modal-icon.png") left top no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100vh;
	z-index: 99999;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(36,55,86,0.85);
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
	z-index: 2;
}

.modalBox__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 10rem 4rem;
}
.modalBox__wrap::-webkit-scrollbar {
  display: none;
}

.modalBox {
  background: #fff;
  width: 900px;
  max-width: 100%;
  margin: auto;
  padding: 3.5rem 4rem 6rem;
	box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}

.modalBox .modal-ttl01 {
  background: #E6F0F7;
  padding: 2.5rem 3rem;
  font-size: 2.4rem;
  border-radius: 14px;
}
.modalBox .txt {
  margin: 3rem 0 0;
}
.modalBox .modal-item {
  margin-top: 4rem;
}
.modalBox .modal-ttl02 {
  padding: 0 0 1.5rem;
  font-size: 2rem;
  border-bottom: 1px solid #ADB7C8;
}
.modalBox .tag {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  margin: 2rem 0 0;
}
.modalBox .tag li {
  background: #F5F5F5;
  padding: 1rem 2rem 1.5rem;
  font-size: 1.8rem;
  border-radius: 100px;
  line-height: 1;
}
.modalBox .tag li::before {
  display: none;
}
.modalBox .list {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
  margin: 2rem 0 0;
}
.modalBox .list li {
  padding: 0 0 0 2rem;
  font-size: 1.8rem;
  position: relative;
}
.modalBox .list li::before {
  content: "";
  display: block;
	position: absolute;
  top: 13px;
  left: 0;
	background: #4FD2A8;
  width: 8px;
  height: 8px;
	box-sizing: border-box;
  border-radius: 50%;
}
.modalBox .btn-internal a {
	max-width: 460px;
	margin: 3rem auto 0;
}

.modal-close {
  position: absolute;
  top: -70px;
  right: 0;
  background: url("img/modal-close.png") left top no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

body.is-modal-open {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 1536px) {
  .facility-parts {
    margin: 6.51vw 0 6.51vw;
    padding: 4.55vw 0 5.85vw;
  }

  .facility-parts__upper {
    gap: 0 3.9vw;
    padding: 0 3.9vw;
  }

  .facility-ttl01 {
    font-size: 1.82vw;
  }
  .facility-ttl01 .sb {
    margin-bottom: 1.62vw;
    padding: 0.65vw 1.3vw;
    font-size: 1.3vw;
  }
  .facility-ttl01 .sb::after {
    border-top: 0.78vw solid #5fc3e4;
    border-right: 0.78vw solid transparent;
    border-left: 0.78vw solid transparent;
  }

  .facility-parts__upper .link a {
    max-width: 29.29vw;
    margin: 1.95vw 0 0 auto;
    padding: 1.62vw 3.25vw;
    font-size: 1.04vw;
  }
  .facility-parts__upper .link a::after {
    right: 1.3vw;
    width: 1.23vw;
    height: 0.52vw;
  }

  .facility-parts__block {
    margin-top: 4.55vw;
    padding: 0 1.95vw;
  }
  .facility-parts__box {
    gap: 0 1.95vw;
    padding: 6.51vw 1.62vw 1.95vw;
  }
  .facility-parts__box::after {
    width: calc(100% + 1.95vw);
  }

  .facility-parts__block .facility-ttl02 {
    padding-left: 0.97vw;
    font-size: 1.43vw;
  }
  .facility-parts__block .facility-ttl02::before {
    width: 0.39vw;
    height: 0.39vw;
  }
  .facility-parts__block .facility-ttl02::after {
    margin-left: 0.97vw;
  }

  .facility-parts__block .left-box {
    min-width: 16.27vw;
    padding: 1.62vw 1.3vw;
  }
  .facility-parts__block .left-box .imgBox {
    max-width: 13.02vw;
    margin: 0.65vw auto 0;
  }
  .facility-parts__block .left-box .modal-open {
    margin-top: 1.3vw;
  }

  .facility-parts__block .right-box .facility-img {
    width: 40.42vw;
    margin-top: -7.81vw;
    margin-bottom: -7.81vw;
  }
  .facility-parts__block .right-box .facility-ttl02 {
    bottom: calc(100% + 1.3vw);
    width: 17.57vw;
  }
  .facility-parts__block .right-box .modal-open02 {
    top: -0.65vw;
    left: 6.51vw;
  }
  .facility-parts__block .right-box .modal-open03 {
    top: -3.25vw;
  }
  .facility-parts__block .right-box .modal-open04 {
    top: 7.16vw;
  }
  .facility-parts__block .right-box .modal-open05 {
    bottom: 4.55vw;
    left: 5.85vw;
  }
  .facility-parts__block .right-box .modal-open06 {
    bottom: 5.85vw;
    right: 1.3vw;
  }


  /*----- modal -----*/
  .modal-open {
    font-size: 1.17vw;
  }
  .modal-open01::after {
    top: calc(100% + 0.26vw);
    left: 1.95vw;
    border-bottom: 0.91vw solid transparent;
    border-left: 1.1vw solid #fff;
  }
  .modal-open02::after,
  .modal-open06::after {
    top: calc(100% + 0.26vw);
    right: 3.9vw;
    box-sizing: border-box;
    border-right: 1.1vw solid #fff;
    border-bottom: 0.91vw solid transparent;
  }
  .modal-open03::after,
  .modal-open04::after {
    top: calc(100% + 0.26vw);
    right: 5.2vw;
    border-bottom: 0.91vw solid transparent;
    border-left: 1.1vw solid #fff;
  }
  .modal-open05::after {
    bottom: calc(100% + 0.26vw);
    left: 1.95vw;
    border-top: 0.91vw solid transparent;
    border-right: 1.1vw solid #fff;
  }
  .modal-open > span {
    padding: 0.78vw 3.25vw 0.78vw 1.95vw;
  }
  .modal-open > span::after {
    right: 0.97vw;
    width: 1.49vw;
    height: 1.49vw;
  }

  .modal {
    width: calc(100% - 18.22vw);
  }

  .modalBox__wrap {
    padding: 6.51vw 2.6vw;
  }

  .modalBox {
    width: 58.59vw;
    padding: 2.27vw 2.6vw 3.9vw;
  }

  .modalBox .modal-ttl01 {
    padding: 1.62vw 1.95vw;
    font-size: 1.56vw;
  }
  .modalBox .txt {
    margin: 1.95vw 0 0;
  }
  .modalBox .modal-item {
    margin-top: 2.6vw;
  }
  .modalBox .modal-ttl02 {
    padding: 0 0 0.97vw;
    font-size: 1.3vw;
  }
  .modalBox .tag {
    gap: 0 0.65vw;
    margin: 1.3vw 0 0;
  }
  .modalBox .tag li {
    padding: 0.65vw 1.3vw 0.97vw;
    font-size: 1.17vw;
  }
  .modalBox .list {
    gap: 0 1.95vw;
    margin: 1.3vw 0 0;
  }
  .modalBox .list li {
    padding: 0 0 0 1.3vw;
    font-size: 1.17vw;
  }
  .modalBox .list li::before {
    top: 0.84vw;
    width: 0.52vw;
    height: 0.52vw;
  }
  .modalBox .btn-internal a {
    max-width: 29.94vw;
    margin: 1.95vw auto 0;
  }

  .modal-close {
    top: -4.55vw;
    width: 3.12vw;
    height: 3.12vw;
  }
}

@media screen and (max-width: 768px) {
  .facility-parts {
    width: calc(100% + 3rem);
    margin: 6rem 1.5rem 6rem -1.5rem;
    padding: 4rem 0 4rem;
    border-radius: 20px;
  }

  .facility-parts__upper {
    display: block;
    padding: 0 1.5rem;
  }

  .facility-ttl01 {
    font-size: 2.4rem;
  }
  .facility-ttl01 .sb {
    margin-bottom: 1.5rem;
    padding: 5px 1.5rem;
    font-size: 1.6rem;
  }
  .facility-ttl01 .sb::after {
    border-top: 8px solid #5fc3e4;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }

  .facility-parts__upper .txtBox {
    margin: 2rem 0 0;
  }
  
  .facility-parts__upper .link a {
    max-width: 100%;
    margin: 2rem auto 0;
    padding: 1.5rem 5rem;
    font-size: 1.5rem;
    border: 3px solid #fff;
  }
  .facility-parts__upper .link a::after {
    right: 20px;
    width: 19px;
    height: 8px;
  }

  .facility-parts__block {
    margin-top: 4rem;
    padding: 0 1.5rem;
  }
  .facility-parts__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 0;
    padding: 3rem 0 3rem 1.5rem;
  }
  .facility-parts__box::after {
    width: calc(100% + 1.5rem);
  }

  .facility-parts__block .facility-ttl02 {
    padding-left: 1.5rem;
    font-size: 2rem;
  }
  .facility-parts__block .facility-ttl02::before {
    width: 6px;
    height: 6px;
  }
  .facility-parts__block .facility-ttl02::after {
    margin-left: 1rem;
    border-top: 1px solid #ADB7C8;
    flex-grow: 1;
  }

  .facility-parts__block .left-box {
    order: 2;
    min-width: 100%;
    margin-top: 4rem;
    padding: 2.5rem 1.5rem;
  }
  .facility-parts__block .left-box .imgBox {
    max-width: 75%;
    margin: 1.5rem auto 0;
  }

  .facility-parts__block .right-box {
    order: 1;
    width: 100%;
  }
  .facility-parts__block .right-box::after {
    display: none;
  }
  .facility-parts__block .right-box .facility-img-sp {
    margin-top: 2rem;
    margin-bottom: -5rem;
  }  
  .facility-parts__block .right-box .facility-ttl02 {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%;
  }
  .facility-parts__block .right-box .modal-open {
    margin: 0 auto 1rem;
  }
  .facility-parts__block .right-box .modal-open:last-child {
    margin: 0 auto 0;
  }
  .facility-parts__block .right-box .modal-open02 {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .facility-parts__block .right-box .modal-open03 {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .facility-parts__block .right-box .modal-open04 {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0%,0%);
  }
  .facility-parts__block .right-box .modal-open05 {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .facility-parts__block .right-box .modal-open06 {
    position: relative;
    bottom: inherit;
    right: inherit;
  }


  /*----- modal -----*/
  .modal-open {
    max-width: 90%;
    margin: auto;
    font-size: 3.5vw;
    border: 3px solid #fff;
  }
  .modal-open:hover {
    opacity: 1;
    filter: drop-shadow(0 4px 4px rgba(72,103,148,0.3));
  }
  .modal-open::after {
    display: none;
  }
  .modal-open > span {
    padding: 1.2rem 5rem 1.2rem 5rem;
  }
  .modal-open > span::after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .modal-open .num {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #FB8B45;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
  }

  .modal {
    width: 100%;
  }

  .modalBox__wrap {
    padding: 6rem 1.5rem 15rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .modalBox {
    width: 100%;
    padding: 2rem 2rem 4rem;
  }

  .modalBox .modal-ttl01 {
    padding: 1.5rem 1.5rem;
    font-size: 1.8rem;
  }
  .modalBox .txt {
    margin: 2rem 0 0;
  }
  .modalBox .modal-item {
    margin-top: 3rem;
  }
  .modalBox .modal-ttl02 {
    padding: 0 0 1rem;
    font-size: 1.6rem;
  }
  .modalBox .tag {
    display: flex;
    align-items: flex-start;
    gap: 0 5px;
    margin: 1.5rem 0 0;
  }
  .modalBox .tag li {
    padding: 8px 1rem 1rem;
    font-size: 1.6rem;
  }
  .modalBox .list {
    display: block;
    margin: 1.5rem 0 0;
  }
  .modalBox .list li {
    margin: 0 0 1rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.6rem;
  }
  .modalBox .list li:last-child {
    margin: 0 0 0;
  }
  .modalBox .list li::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
  .modalBox .btn-internal a {
    max-width: 100%;
    margin: 2rem auto 0;
  }

  .modal-close {
    top: -40px;
    width: 28px;
    height: 28px;
  }
}


/*--------------------------------------------------
　com-parts
--------------------------------------------------*/
.com-parts {
  background: url("img/com-parts-bg.jpg") center center no-repeat;
  background-size: cover;
  width: calc(100% + 8rem);
  margin: 0 4rem 0 -4rem;
  padding: 10rem 4rem 10rem;
  position: relative;
  z-index: 0;
}

.com-parts__inner {
  max-width: 1100px;
  margin: auto;
}

.com-parts .com-parts-ttl01 {
  font-size: 3.8rem;
  text-align: center;
}

.com-parts__block {
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
  margin-top: 9rem;
}

.com-parts .com-item {
  background: #fff;
  width: calc(80% / 1);
  margin: auto;
  padding: 0 5rem 5rem;
  border-radius: 14px;
}

.com-parts .imgBox {
  max-width: 240px;
  margin: -3rem auto 2rem;
}

.com-parts .zenken-logo {
  max-width: 180px;
  margin: -3rem auto 2rem;
}

.com-parts .com-parts-ttl02 {
  color: #123D83;
  font-size: 2.4rem;
  text-align: center;
}
.com-parts .com-parts-ttl02 .large {
  font-size: 3rem;
}

.com-parts .txt {
  margin: 2rem 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

.com-parts .btn-download a {
  margin: 3rem auto 0;
}
.com-parts .btn-web a {
  margin: 3rem auto 0;
}

@media screen and (max-width: 1536px) {
  .com-parts {
    width: calc(100% + 5.2vw);
    margin: 0 2.6vw 0 -2.6vw;
    padding: 6.51vw 2.6vw 6.51vw;
  }

  .com-parts__inner {
    max-width: 71.61vw;
  }

  .com-parts .com-parts-ttl01 {
    font-size: 2.47vw;;
  }

  .com-parts__block {
    gap: 0 4.55vw;
    margin-top: 5.85vw;
  }

  .com-parts .com-item {
    padding: 0 3.25vw 3.25vw;
  }

  .com-parts .imgBox {
    max-width: 15.62vw;
    margin: -1.95vw auto 1.3vw;
  }

  .com-parts .zenken-logo {
    max-width: 11.71vw;
    margin: -1.95vw auto 1.35vw;
  }

  .com-parts .com-parts-ttl02 {
    font-size: 2vw;
  }
  .com-parts .com-parts-ttl02 .large {
    font-size: 1.95vw;
  }

  .com-parts .txt {
    margin: 1.3vw 0 0;
    font-size: 1.04vw;
  }

  .com-parts .btn-download a {
    margin: 1.95vw auto 0;
  }
  .com-parts .btn-web a {
    margin: 1.95vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .com-parts {
    background: url("img/com-parts-bg.jpg") center center no-repeat;
    background-size: cover;
    width: calc(100% + 3rem);
    margin: 0 1.5rem 0 -1.5rem;
    padding: 5rem 3rem 5rem;
  }

  .com-parts__inner {
    max-width: 100%;
  }

  .com-parts .com-parts-ttl01 {
    font-size: 2.4rem;
  }

  .com-parts__block {
    display: block;
    margin-top: 7rem;
  }

  .com-parts .com-item {
    width: 100%;
    margin-bottom: 7rem;
    padding: 0 2rem 3.5rem;
  }
  .com-parts .com-item:last-child {
    margin-bottom: 0;
  }

  .com-parts .imgBox {
    max-width: 80%;
    margin: 0 auto -1.5rem;
    position: relative;
    top: -35px;
  }

  .com-parts .zenken-logo {
    max-width: 60%;
    margin: 0 auto -1.5rem;
    position: relative;
    top: -35px;
  }

  .com-parts .com-parts-ttl02 {
    font-size: 2rem;
  }
  .com-parts .com-parts-ttl02 .large {
    font-size: 2.6rem;
  }

  .com-parts .txt {
    margin: 1.5rem 0 0;
    font-size: 1.6rem
  }

  .com-parts .btn-download a {
    margin: 2rem auto 0;
  }
  .com-parts .btn-web a {
    margin: 2rem auto 0;
  }
}


/*--------------------------------------------------
　related-article01-frame
--------------------------------------------------*/
.related-article01-frame {
  margin: 10rem 0 10rem;
}

.related-article01-title {
  display: inline-block;
  padding: 5rem 7rem 8rem 0;
	font-size: 2.4rem;
	font-weight: 700;
  position: relative;
  z-index: 0;
}
.related-article01-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #E6F0F7;
  width: calc(100% + 5rem);
  height: 100%;
  box-sizing: border-box;
  border-radius: 0 14px 14px 0;
  z-index: -1;
}
.related-article01-title span {
  display: inline-block;
  padding: 0 0 1.5rem;
	font-weight: 700;
  position: relative;
}
.related-article01-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #26C190, #50C2EB, #255CB4);
  width: 100%;
  height: 1px;
  box-sizing: border-box;
}

.related-article01-frame p.catch-01 {
  margin: 0 0 0;
  font-weight: 700;
}

ul.related-article01-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 25px;
	margin: -4rem 0 0;
}
ul.related-article01-list li {
  width: calc((100% - 25px) / 2);
  margin: 0 0 0 0;
	padding: 0 0 0 0;
  font-size: 1.8rem;
	position: relative;
}
ul.related-article01-list li:last-child {
	margin: 0 0 0 0;
}
ul.related-article01-list li::before {
  display: none;
}
ul.related-article01-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 25px;
  background: #fff;
  padding: 2rem 3rem 2rem;
  font-weight: 700;
	text-decoration: none;
  border: 1px solid #ADB7C8;
  border-radius: 14px;
}

.related-article01-frame .relations-thum {
  width: 180px;
}

.related-article01-frame .relations-ttl {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1536px) {
  .related-article01-frame {
    margin: 6.51vw 0 6.51vw;
  }

  .related-article01-title {
    padding: 3.25vw 4.55vw 5.2vw 0;
    font-size: 1.56vw;
  }
  .related-article01-title::after {
    width: calc(100% + 3.25vw);
  }
  .related-article01-title span {
    padding: 0 0 0.97vw;
  }

  ul.related-article01-list {
    gap: 1.62vw 1.62vw;
    margin: -2.6vw 0 0;
  }
  ul.related-article01-list li {
    width: calc((100% - 1.62vw) / 2);
    font-size: 1.17vw;
  }
  ul.related-article01-list li::before {
    display: none;
  }
  ul.related-article01-list li a {
    gap: 0 1.62vw;
    padding: 1.3vw 1.95vw 1.3vw;
  }

  .related-article01-frame .relations-thum {
    width: 11.71vw;
  }

  .related-article01-frame .relations-ttl {
    font-size: 1.17vw;
  }
}

@media screen and (max-width: 768px) {
  .related-article01-frame {
    margin: 6rem 0 6rem;
  }

  .related-article01-title {
    padding: 3rem 6rem 9rem 0;
    font-size: 1.8rem;
  }
  .related-article01-title::after {
    width: calc(100% + 1.5rem);
  }
  .related-article01-title span {
    padding: 0 0 1rem;
  }

  ul.related-article01-list {
    display: block;
    margin: -6rem 0 0;
  }
  ul.related-article01-list li {
    width: 100%;
    margin: 0 0 1rem;
  }
  ul.related-article01-list li:last-child {
    margin: 0 0 0;
  }
  ul.related-article01-list li a {
    gap: 0 20px;
    padding: 2rem 2rem 2rem;
  }

  .related-article01-frame .relations-thum {
    width: 40%;
  }

  .related-article01-frame .relations-ttl {
    font-size: 1.6rem;
  }
}


/*--------------------------------------------------
　fixed__bnr
--------------------------------------------------*/
.fixed__bnr {
  display: none;
}

@media screen and (max-width: 768px) {
  .fixed__bnr {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 5rem);
    margin: auto;
    z-index: 111;
  }
  .fixed__bnr a {
    display: block;
    background: #123D83;
    padding: 4.68vw 3.9vw 3.9vw 3.9vw;
    border-radius: 8px 8px 0 0;
    text-align: center;
    position: relative;
  }
  .fixed__bnr .bnr__txt01 {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%,0);
    background: linear-gradient(90deg, #26C190, #50C2EB, #255CB4);
    padding: 5px 1.5rem;
    font-size: 3vw;
    border-radius: 100px;
  }
  .fixed__bnr .bnr__txt02 {
    display: inline-block;
    padding-right: 5.5vw;
    font-size: 3vw;
    position: relative;
  }
  .fixed__bnr .bnr__txt02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: url("img/arrow-wh.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 6px;
    box-sizing: border-box;
  }
}