@charset "utf-8";

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

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

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

@font-face {
  font-family: "Noto Serif JP vertical";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NSerif-700-vertical.woff2") format("woff2"), url("fonts/NSerif-700-vertical.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: #293839;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	/*overflow-x: hidden;*/
}

a {
	color: #293839;
  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: bold;
}

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: bold;
}
.fb span {
  font-weight: bold;
}


.vertical {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-family: "Noto Serif JP vertical";
}

.vertical.ttl{
	padding: 0.4rem 0;
  text-orientation: mixed; 
}
@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;
	}
  
  .vertical {
    display: inline-block;
    -webkit-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    font-family: "Noto Serif JP";
  }
  
  .vertical_sp {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP vertical";
  }
}



/*--------------------------------------
　color
---------------------------------------*/
.cl-wh {
  color: #fff;
}
.cl-gd {
  color: #bea976;
}
.cl-bl {
  color: #3aadb1;
}



/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: calc(100% - 80px);
	min-width: 1100px;
  margin: auto;
  padding: 2rem 0 2rem;
  position: relative;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  border-bottom: 1px solid #293839;
}

header .boxInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 210px;
}
header .logo a {
  display: block;
}

header .sitename_wrap {
  width: calc(100% - 210px);
  margin: 0 0 0 auto;
	text-align: right;
}
header .sitename {
  color: #4c4c4c;
  font-size: 1.3rem;
	line-height: 1.5;
}
header .sitename a {
  color: #4c4c4c;
}
header .sitename .pr {
  position: relative;
}
header .sitename .pr::before {
  content: "PR";
  display: inline-block;
  background: #4c4c4c;
  margin-right: 5px;
  padding: 3px 8px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.header_lower {
  position: relative;
  z-index: 0;
}
.header_lower::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/bg_lower.jpg") center center no-repeat;
  background-size: cover;
  width: calc(100% + 80px);
  height: 430px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    min-width: 100%;
    padding: 1rem 1rem 1rem;
  }

  header .logo {
    width: 30%;
  }

  header .sitename_wrap {
    width: 68%;
  }
  header .sitename {
    font-size: 1.1rem;
  }
  header .sitename .pr::before {
    margin-right: 3px;
    padding: 2px 4px;
    font-size: 1.1rem;
  }
  
  .header_lower::after {
    width: 100%;
    height: 200px;
  } 
}

/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #293839;
	width: 50px;
	height: 1px;
	margin: auto;
	border-radius: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#hb-menu span:nth-of-type(2){
	margin: 12px 0 0 0;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu {
  top: 10px;
  transform: translate(0,0);
}
.hb-open #hb-menu span {
  background: #fff;
}
.hb-open #hb-menu span:nth-of-type(1) {
	-webkit-transform: translateY(7px) translateX(0) rotate(25deg);
	-ms-transform: translateY(7px) translateX(0) rotate(25deg);
	transform: translateY(7px) translateX(0) rotate(25deg);
}
.hb-open #hb-menu span:nth-of-type(2) {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-25deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-25deg);
	transform: translateY(-7px) translateX(0) rotate(-25deg);
  
	margin: 12px auto 0 auto;
}

/* 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: #293839;
	width: 100%;
	height: 100%;
	padding: 15rem 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .5s;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	z-index: 9999;
}
.hb-open .g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.g-nav .g-nav-inner::-webkit-scrollbar {
  display: none;
}


.hb_logo {
  max-width: 330px;
  margin: auto;
}


.hb_menu_wrapper {
	max-width: 60%;
	margin: 6rem auto 0;
}


.hb_menu {
  margin-bottom: 0;
}
.hb_menu:last-child {
  margin-bottom: 0;
}


.hb_menu_title {
	padding: 2.5rem 1rem 2.5rem 1rem;
	border-bottom: 1px solid #fff;
  position: relative;
}

.hb_menu_title_link {
	display: block;
	padding: 0 5rem 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
.hb_menu_title_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_wh01.png") left center no-repeat;
  background-size: contain;
	width: 30px;
	height: 24px;
  box-sizing: border-box;
}


.hb_menu_list {
display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;

	margin-top: 0;
}

.hb_menu_list_item {
	width: calc(100% / 2);
	margin: 2rem 0 2rem 0;
	padding: 0 1rem 0 3rem;
	box-sizing: border-box;
	position: relative;
}
.hb_menu_list_item:first-child {
	display: none;
}

.hb_menu_list_link {
	display: block;
	padding: 0 5rem 0 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.hb_menu_list_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_wh01.png") left center no-repeat;
  background-size: contain;
	width: 30px;
	height: 24px;
  box-sizing: border-box;
}


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    position: fixed;
        top: 10px;
        background: #ffffff;
        right: 10px;
        transform: translate(0, 0);
        width: 50px;
        height: 50px;
        border: solid 1px #293839;
  }
	.hb-open #hb-menu {
    border: none;
    background: none;
  }
  #hb-menu span {
    width: 30px;
  }
  #hb-menu span:nth-of-type(2){
    margin: 7px 0 0 9px;
  }

  /* ナビゲーションアイコン：アクティブ */
  .hb-open #hb-menu span:nth-of-type(1) {
    -webkit-transform: translateY(4px) translateX(0) rotate(25deg);
    -ms-transform: translateY(4px) translateX(0) rotate(25deg);
    transform: translateY(4px) translateX(0) rotate(25deg);
  }
  .hb-open #hb-menu span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-25deg);
    -ms-transform: translateY(-4px) translateX(0) rotate(-25deg);
    transform: translateY(-4px) translateX(0) rotate(-25deg);
    margin: 7px auto 0 auto;
  }

  /*----- g-nav -----*/
  .g-nav .g-nav-inner {
    padding: 8rem 2rem;
  }


  .hb_logo {
    max-width: 60%;
    margin: auto;
  }


  .hb_menu_wrapper {
    max-width: 100%;
    margin: 3rem auto 0;
  }


  .hb_menu_title {
    padding: 1.5rem 0 1.5rem 0;
  }
	.hb_menu_title::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
    transform: translate(0,-50%) rotate(135deg);
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.hb_menu_title.open::after {
    transform: translate(0,-50%) rotate(-45deg);
	}	
	.hb_menu_title.first {
		padding: 1.5rem 0 1.5rem 0;
	}
	.hb_menu_title.first::after {
		display: none;
	}  

  .hb_menu_title_link {
    padding: 0 3rem 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }
  .hb_menu_title_link::after {
    display: none;
  }
	.hb_menu_title.first .hb_menu_title_link {
		pointer-events: auto;
		position: relative;
	}
	.hb_menu_title.first .hb_menu_title_link::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
    transform: translate(0,-50%) rotate(45deg);
		width: 8px;
		height: 8px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}


  .hb_menu_list {
    display: none;
  }

  .hb_menu_list_item {
    width: 100%;
    margin: 0 0 0 0;
    padding: 1rem 0 1rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .hb_menu_list_item:first-child {
    display: block;
        padding: 1rem 0 1rem 1rem;
	}

  .hb_menu_list_link {
    padding: 0 3rem 0 0;
}
	.hb_menu_list_link::after {
		top: 50%;
		right: 5px;
    transform: translate(0,-50%) rotate(45deg);
    background: none;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}  
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 1100px;
	margin: 6rem 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: 768px) {
	#pankuzu {
		width: 100%;
		margin: 3rem 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: 2px;
}
	#pankuzu::-webkit-scrollbar-track{
		background: #efefef;
		margin: 0 1.5rem;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	#pankuzu::-webkit-scrollbar-thumb {
		background: #cacaca;
		border-radius: 0;
		box-shadow: none;
	}
}



/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
	background: #293839;
	width: 100%;
	min-width: 1100px;
  border-radius: 70px 70px 0 0;
}

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


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

.footer-about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #324445;
  padding: 4rem 5rem 4rem;
  border-radius: 8px;
}
.footer-about .about_left {
  width: calc(100% - 370px);
}
.footer-about .eng {
  font-size: 2rem;
}
.footer-about .txt {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer-about .about_right {
  width: 290px;
}
.footer-about .btn-link a {
  margin: 2rem 0 0;
}

.l-footer-logo {
  background: #293839;
  padding: 2.5rem 0;
}
.l-footer-logo img {
  display: block;
	max-width: 190px;
	margin: auto;
}
.l-footer-logo a {
	display: block;
}


.footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}

.footer-flex .footer-left {
  width: calc(70% - 6rem);
  order: 2;
}

.footer-flex .footer-right {
  width: 30%;
  order: 1;
}

.l-footer-menu-wrapper {
  margin: 0 auto 0;
}


.l-footer-menu {
  margin-bottom: 4rem;
}
.l-footer-menu:last-child {
  margin-bottom: 0;
}


.l-footer-menu__title {
	padding: 0 0 1.5rem 0;
	border-bottom: 1px solid #fff;
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 5rem 0 0;
	color: #fff;
  font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
	position: relative;
}
.l-footer-menu__title__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_wh01.png") left center no-repeat;
  background-size: contain;
	width: 30px;
	height: 24px;
  box-sizing: border-box;
}


.l-footer-menu__list {
  display: flex;
  flex-flow: row wrap;
	box-sizing: border-box;
	margin-top: 3rem;
}

.l-footer-menu__list__item {
  width: calc(100% / 2);
	margin-bottom: 1.5rem;
	padding: 0 2rem;
	box-sizing: border-box;
	position: relative;
}
.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
	display: inline-block;
	padding: 0 4rem 0 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-menu__list__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_wh01.png") left center no-repeat;
  background-size: contain;
	width: 25px;
	height: 10px;
  box-sizing: border-box;
}


.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: 0 auto 0;
  padding: 0 0;
  box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}


.l-footer-area .ucp {
  margin: 3rem auto 0;
	color: #fff;
  font-size: 1rem;
	line-height: 1.8;
}


.l-footer-copy-wrapper {
  background: #293839;
}

.l-footer-copy {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}
.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
  color: #fff;
}
.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;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .l-footer-area {
    min-width: 100%;
    border-radius: 35px 35px 0 0;
  }


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

  .footer-about {
    display: block;
    padding: 2rem 2rem 2rem;
    border-radius: 4px;
  }
  .footer-about .about_left {
    width: 100%;
  }
  .footer-about .eng {
    font-size: 1.5rem;
  }
  .footer-about .txt {
    margin: 1.5rem 0 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .footer-about .about_right {
    width: 100%;
    margin: 2rem 0 0;
  }
  .footer-about .btn-link a {
    margin: 1.5rem 0 0;
  }

  .l-footer-logo {
    padding: 1.2rem 0;
  }
  .l-footer-logo img {
    max-width: 50%;
  }


  .footer-flex {
    display: block;
    margin: 3rem 0 0;
  }

  .footer-flex .footer-left {
    width: 100%;
  }

  .footer-flex .footer-right {
    width: 100%;
  }
  
  
  .l-footer-menu {
    margin-bottom: 0;
  }

  .l-footer-menu__title {
    padding: 1.5rem 0 1.5rem 0;
  }
	.l-footer-menu__title::after { 
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
    transform: translate(0,-50%) rotate(135deg);
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.l-footer-menu__title.open::after {
    transform: translate(0,-50%) rotate(-45deg);
	}
  

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


  .l-footer-menu__list {
    display: none;
    margin-top: 0;
  }

  .l-footer-menu__list__item {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }

  .l-footer-menu__list__link {
    display: block;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    font-size: 1.4rem;
  }
  .l-footer-menu__list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%) rotate(45deg);
    background: none;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }


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

  .l-footer-submenu__list__item {
    margin: 0 0 0 0;
    border-top: 1px solid rgba(255,255,255,0.5);
  }

  .l-footer-submenu__list__link {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  .l-footer-submenu__list__link::before {
    top: 26px;
    left: 15px;
    width: 6px;
  }


  .l-footer-area .menseki {
    margin: 3rem auto 0;
    font-size: 1rem;
  }


  .l-footer-area .ucp {
    margin: 1rem auto 0;
  }


	.l-footer-copy {
		display: block;
		max-width: 100%;
		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: 20px;
  z-index: 0;
}

.l-pagetop__link {
  display: block;
}

@media screen and (max-width: 768px) {
	.l-pagetop {
		bottom: 10px;
		right: 5px;
		width: 30px;
	}
	.l-pagetop img {
    display: block;
		width: 20px;
    margin: 0 0 0 auto;
	}
}



/*--------------------------------------
　fixed_header
---------------------------------------*/
.fixed_header {
  width: calc(100% - 80px);
  min-width: 1100px;
  margin: auto;
  padding: 2rem 0 2rem;
  z-index: 1;
  position: relative;
}
.fixed_header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  border-bottom: 1px solid #293839;
}

.fixed_header_lower.fixed {
  position: fixed;
	top: 0;
	left: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
}

.fixed_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed_header .logo {
  width: 210px;
}

.fixed_header .fixed_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 210px);
  margin-right: 100px;
}
.fixed_header .fixed_nav li {
  margin: 0 3rem 0 0;
  font-size: 1.5rem;
}
.fixed_header .fixed_nav li:last-child {
  margin: 0 0 0 0;
}
.fixed_header .fixed_nav li a {
  display: block;
}

@media screen and (max-width: 768px) {
  .fixed_header {
    width: 100%;
    min-width: 100%;
    padding: 0 0 0;
  }
  .fixed_header::before {
    display: none;
  }
  
  .fixed_header_lower.fixed {
    position: relative;
    width: 100%;
  }
  

  .fixed_header_inner {
    display: block;
  }

  .fixed_header .logo {
    display: none;
  }

  .fixed_header .fixed_nav {
    display: none;
  }
}



/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents_wrap {
  width: 100%;
	min-width: 1100px;
  padding: 0 0 0;
  position: relative;
  z-index: 0;
  contain: paint;
}

.contents {
  background: #fff;
  width: 1100px;
	min-width: 1100px;
  margin: 2rem auto 16rem;
  padding: 8rem 8rem 8rem;
  border: 1px solid #293839;
  border-radius: 70px 70px 0 0;
  position: relative;
  z-index: 0;
}

#category,
#page {
  width: 100%;
  margin: 0!important;
  padding: 0!important;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    min-width: 100%;
    padding: 0 2rem 0;
  }

  .contents {
    width: 100%;
    min-width: 100%;
    margin: 2rem auto 8rem;
    padding: 3rem 2rem 6rem;
    border-radius: 35px 35px 0 0;
  }
  
	#category,
	#page {
		width: 100%;
	}
}



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

.contents h1 {
	margin: 0 0 5rem;
	font-size: 4.2rem;
	font-weight: bold;
  text-align: center;
	line-height: 1.4;
  position: relative;
}
.contents h1::before {
  content: "";
  display: block;
  background: url("img/icon-ttl01_gd.png") left top no-repeat;
  background-size: contain;
  width: 34px;
  height: 46px;
  margin: 0 auto 3rem;
  box-sizing: border-box;
}

.contents h2 {
	background: #dbf0f1;
	margin: 4rem 0 2rem;
	padding: 2rem 3rem 2rem 3rem;
	font-size: 2.8rem;
  border-left: 10px solid #7bcccf;
	position: relative;
}

.contents h2 a {
	padding: 0 6rem 0 0;
	position: relative;
}
.contents h2 a::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -30px;
	width: calc(100% + 6rem);
	height: calc(100% + 4rem);
}
.contents h2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bk01.png") left top no-repeat;
  background-size: contain;
	width: 50px;
	height: 20px;
  box-sizing: border-box;
}


.contents h3 {
	margin: 4rem 0 2rem;
	padding: 0 0 2rem 4rem;
	font-size: 2.4rem;
	border-bottom: 1px dashed rgba(0,0,0,0.5);
  position: relative;
}
.contents h3::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  background: #7bcccf;
  width: 24px;
  height: 1px;
  box-sizing: border-box;
}

.contents h3 a {
	padding: 0 6rem 0 0;
	position: relative;
}
.contents h3 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 2rem);
}
.contents h3 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bk01.png") left top no-repeat;
  background-size: contain;
	width: 45px;
	height: 18px;
  box-sizing: border-box;
}


.contents h4 {
	color: #3aadb1;
	margin: 4rem 0 2rem;
	font-size: 2rem;
}

.contents h4 a {
	display: inline-block;
	padding: 0 5rem 0 0;
	color: #3aadb1;
	position: relative;
}
.contents h4 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bk01.png") left top no-repeat;
  background-size: contain;
	width: 35px;
	height: 14px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents h1 {
    margin: 0 0 4rem;
    font-size: 2.5rem;
  }
  .contents h1::before {
    width: 20px;
    height: 28px;
    margin: 0 auto 1rem;
  }


  .contents h2 {
    margin: 3rem 0 2rem;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    font-size: 2.2rem;
    border-left: 5px solid #7bcccf;
  }

  .contents h2 a {
    padding: 0 3.5rem 0 0;
  }
  .contents h2 a::before {
    top: -15px;
    left: -15px;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
  }
  .contents h2 a::after {
    width: 30px;
    height: 12px;
  }


  .contents h3 {
    margin: 3rem 0 2rem;
    padding: 0 0 1.5rem 2rem;
    font-size: 1.8rem;
  }
  .contents h3::before {
    top: 14px;
    width: 14px;
  }

  .contents h3 a {
    padding: 0 3.5rem 0 0;
  }
  .contents h3 a::before {
    height: calc(100% + 1.5rem);
  }
  .contents h3 a::after {
    width: 30px;
    height: 12px;
  }


  .contents h4 {
    margin: 3rem 0 2rem;
    font-size: 2rem;
  }

  .contents h4 a {
    padding: 0 3rem 0 0;
  }
  .contents h4 a::after {
    width: 25px;
    height: 10px;
  }
}



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

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

.txt_bold {
	color: #3aadb1;
	font-weight: bold;
}
.marker {
  border-bottom: 1px solid #bea976;
	font-weight: bold;
}


.caption {
	margin: 1rem 0 0 0!important;
	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: 4px;
}

.company_item, .imgBox, .caption {
  min-width: 0;
}

.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: 768px) {
	.contents p {
		margin: 2rem 0 2rem;
    font-size: 1.4rem;
		line-height: 1.8;
	}
	
	.caption {
		margin: 1rem 0 0 0!important;
    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.5rem;
  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: #bea976;
  width: 6px;
  height: 6px;
	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;
}


/*----- olリスト -----*/
.contents ol {
	margin: 4rem 0 4rem;
	list-style-type: none;
	counter-reset: count;
}
.contents ol li {
  margin: 0 0 1.5rem 0;
	padding: 0 0 0 2.5rem;
	font-size: 1.5rem;
  line-height: 1.8;
	position: relative;
	counter-increment: count;
}
.contents ol li:last-child {
  margin: 0 0 0 0;
}
.contents ol li::before{
  content: counter(count);
	position: absolute;
	top: 8px;
	left: 0;
  background: #bea976;
  width: 14px;
  height: 14px;
  line-height: 14px;
	color: #fff;
	font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.contents ol a {
	display: inline-block;
	text-decoration: underline;
}
.contents ol li a:hover {
	text-decoration: none;
}

@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 1.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contents ul li::before {
    top: 10px;
  }


  /*----- olリスト -----*/
  .contents ol {
    margin: 3rem 0 3rem;
  }
  .contents ol li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contents ol li::before{
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
}



/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 390px;
	margin: 4rem auto 4rem;
	padding: 2.8rem 5rem 2.8rem 3.5rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	text-decoration: none!important;
  transition: background-color 0.5s ease, color 0.5s ease;
	position: relative;
}
.btn-web a::before,
.btn-internal a::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
  border: 1px solid #5b6a6b;
	box-sizing: border-box;
  transition: all 0.3s ease;
}
.btn-web a::after,
.btn-internal a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  transform: translate(0,-50%);
  background: url("img/arrow_wh01.png") left center no-repeat;
  background-size: contain;
	width: 30px;
	height: 24px;
}
.btn-web a:hover::before,
.btn-internal a:hover::before {
	top: 0;
	left: 0;
}
.btn-web a:hover,
.btn-internal a:hover {
  opacity: 1;
}
.btn-web a:active,
.btn-internal a:active {
  background-color: #293839;
}


/*----- btn-web（外部リンク） -----*/
.btn-web a {
  background-color: #54c0c5;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background-color: #bca66e;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 3rem 5px 0;
	font-size: 1.5rem;
	line-height: 1.5;
  border-bottom: 1px solid #293839;
	position: relative;
}
.btn-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bk01.png") left center no-repeat;
  background-size: contain;
	width: 25px;
	height: 10px;
}
.btn-link a:hover {
	text-decoration: none;
}

.btn-link.wh a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.btn-link.wh a::after {
  background: url("img/arrow_wh01.png") left center no-repeat;
  background-size: contain;
}


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


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

@media screen and (max-width: 768px) {
  .btn-web a,
  .btn-internal a {
    max-width: 90%;
    margin: 3rem auto 3rem;
    padding: 1.8rem 4rem 1.8rem 2rem;
    font-size: 1.4rem;
  }
  .btn-web a::before,
  .btn-internal a::before {
    top: 5px;
    left: 5px;
  }
  .btn-web a::after,
  .btn-internal a::after {
    right: 5px;
    width: 25px;
    height: 10px;
  }


  /*----- btn-link（テキストリンク） -----*/
  .btn-link {
    text-align: right;
  }
  .btn-link a {
    margin: 3rem 0 3rem;
    padding: 0 3rem 5px 0;
    font-size: 1.4rem;
  }
  
	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background-color: #293839;
		max-width: 90%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 4rem;
		box-sizing: border-box;
		color: #fff;
    font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.5;
		text-decoration: none!important;
		position: relative;
	}
  .btn-tel a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #5b6a6b;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }  
  .btn-tel a::after {
		content: "";
		position: absolute;
		top: 50%;
    left: 15px;
    background: url("img/icon-tel.png") left top no-repeat;
    background-size: contain;
		width: 15px;
		height: 26px;
		margin-top: -13px;
	}
  .btn-tel a:hover::before {
    top: 0;
    left: 0;
  }
  .btn-tel a:hover {
    opacity: 1;
  }
  

  /*----- btnBox -----*/
  .btnBox {
    display: block;
    margin: 4rem 0 4rem;
  }
  .btnBox > div {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .btnBox > div:last-child {
    margin: 0 auto 0;
  }
  .btnBox > div a {
    display: block;
  }  
}




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

table th {
	background: #ecf2f0;
	padding: 2rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
  word-break: break-all;
	border-left: 1px solid #293839;
	border-bottom: 1px solid #293839;
	width: 200px;
}
table th a {
	font-weight: bold;
	text-decoration: underline;
}
table th a:hover {
	text-decoration: none;
}

table td {
	padding: 2rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
  word-break: break-all;
	border-left: 1px solid #293839;
	border-bottom: 1px solid #293839;
}
table td a {
	text-decoration: underline;
}
table td a:hover {
	text-decoration: none;
}

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

	table th {
		display: block;
		padding: 1.2rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #293839;
		width: auto;
	}

	table td {
		display: block;
		padding: 1.2rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #293839;
	}
	
	table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
  
	.table_scroll {
		margin: 5rem 0 5rem;
    overflow-x: scroll;
	}
  .table_scroll::-webkit-scrollbar{
    height: 2px;
  }
  .table_scroll::-webkit-scrollbar-track{
    background: #efefef;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .table_scroll::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0;
    box-shadow: none;
  }
	.table_scroll table {
    margin: 0 0 1rem;
    min-width: 768px;
	}
	.table_scroll table th {
    display: table-cell;
    border-left: 1px solid #293839;
	}
	.table_scroll table td {
    display: table-cell;
    border-left: 1px solid #293839;
	}
}



/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.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: 400px;
  padding-right: 6rem;
}
.float-img.fr {
  float: right;
  width: 400px;
  padding-left: 6rem;
}

.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: #293839;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.float-wrap.ct .catch {
  text-align: center;
}

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

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

	.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 {
  max-width: 730px;
	margin: 5rem auto 8rem;
  border-bottom: 1px solid #293839;
  position: relative;
}

.toc_parts .ttl {
	font-size: 2rem;
	font-weight: bold;
}

#toc {
	margin: 1rem 0 0 0;
  padding: 3rem 2rem 2rem;
  border-top: 1px solid #293839;
}

#toc ul.chapter {
	margin: 0 0 0;
}
#toc ul.chapter li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 4rem;
  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: -8px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #3aadb1;
	font-size: 2.2rem;
  font-weight: bold;
}
#toc ul.chapter li a {
	display: block;
  font-weight: bold;
	text-decoration: none;
}
#toc .chapter .chapter {
  margin: 0 0 2rem 4rem;
}
#toc .chapter .chapter li {
	margin: 0 0 1rem 0;
	padding: 0 0 0 1.5rem;
	font-size: 1.5rem;
	position: relative;
	counter-increment: none;
}
#toc .chapter .chapter li::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	border-top: solid 1px #293839;
	border-right: solid 1px #293839;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

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

.toc_parts .acc_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: -25px;
	background: #fff;
	max-width: 190px;
	margin: auto;
	padding: 1.2rem 5rem;
	box-sizing: border-box;
  border: 1px solid #293839;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
  border-radius: 100px;
	transition: all 0.4s;
  z-index: 2;
}
.toc_parts .acc_btn::before,
.toc_parts .acc_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	background: #293839;
	width: 14px;
	height: 1px;
	margin-top: -1px;
	transition: all 0.4s;
}
.toc_parts .acc_btn:hover {
color:#3aadb1;
}
.toc_parts .acc_btn:hover::before,
.toc_parts .acc_btn:hover::after {
  background: #3aadb1;
}

.toc_parts .acc_btn::after {
	transform: rotate(90deg);
}
.toc_parts .acc_btn.is-show::before {
  display: none;
}
.toc_parts .acc_btn.is-show::after {
  transform: rotate(180deg);
}
.toc_parts .acc_btn span {
	font-size: 1.5rem;
	font-weight: bold;
  letter-spacing: 0.05em;
}
.toc_parts .acc_btn span:before {
	content: "more";
}
.toc_parts .acc_btn.is-show span:before {
	content: "close";
}
.toc_parts .acc_box {
	overflow: hidden;
	position: relative;
}
.toc_parts .acc_box.is-hide {
  height: 200px;
}
.toc_parts .acc_box::before {
	content: "";
	position: absolute;
  left: 0;
	bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #333 100%);
	width: 100%;
  height: 150px;
	transition: all 0.4s;
  z-index: 1;
}
.toc_parts .acc_btn.is-show + .acc_box::before {
	background: none;
	height: auto;
}
.toc_parts .acc-inner {
  padding: 0 0 2rem;
}

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

  .toc_parts .ttl {
    font-size: 1.8rem;
  }

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

  #toc ul.chapter {
    margin: 0 0 0;
  }
  #toc ul.chapter li {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
  }
  #toc ul.chapter li::before {
    top: -3px;
    font-size: 1.8rem;
  }
  #toc .chapter .chapter {
    margin: 0 0 1.5rem 3rem;
  }
  #toc .chapter .chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
  }
  #toc .chapter .chapter li::before {
    top: 5px;
    width: 8px;
    height: 8px;
  }

  .toc_parts .acc_btn {
    bottom: -25px;
    max-width: 60%;
    padding: 1rem 4rem;
  }
  .toc_parts .acc_btn::before,
  .toc_parts .acc_btn::after {
    right: 10px;
    width: 10px;
  }
  .toc_parts .acc_btn span {
    font-size: 1.4rem;
  }
  .toc_parts .acc-inner {
    padding: 0 0 1.5rem;
  }
}



/*--------------------------------------
　related-article01-frame
---------------------------------------*/
.related-article01-frame {
  max-width: 820px;
  margin: 10rem auto 10rem;
}

.related-article01-title {
  font-size: 2rem;
	font-weight: bold;
}
.related-article01-title span {
	font-weight: bold;
}

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

ul.related-article01-list {
	margin: 1rem 0 0 0;
  padding: 3rem 3rem 3rem;
  border-top: 1px solid #293839;
  border-bottom: 1px solid #293839;
}
ul.related-article01-list li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 0;
  font-size: 1.6rem;
	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 {
  padding: 0 0 0 4rem;
  font-weight: bold;
	text-decoration: none;
  position: relative;
}
ul.related-article01-list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_bl01.png") left center no-repeat;
  background-size: contain;
	width: 30px;
	height: 24px;
  box-sizing: border-box;
}

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

  .related-article01-title {
    font-size: 1.8rem;
  }

  ul.related-article01-list {
    margin: 0 0 0 0;
    padding: 2rem 0 2rem;
  }
  ul.related-article01-list li {
    margin: 0 0 1.5rem 0;
    font-size: 1.4rem;
  }
  ul.related-article01-list li a {
    padding: 0 0 0 3.5rem;
  }
  ul.related-article01-list li a::after {
    width: 25px;
    height: 10px;
}
}



/*--------------------------------------
　interview_parts
---------------------------------------*/
.interview_parts {
  margin: 5rem 0 15rem;
}


.interview_parts.line .icon_wrap {
  order: 2;
}
.interview_parts.line .sub {
  order: 2;
}
.interview_parts.line .icon {
  order: 1;
}
.interview_parts.line .txtBox {
  order: 1;
}

.interview_parts .interview_block {
  display: flex;
  justify-content: space-between;
  max-width: 870px;
  margin: auto;
  padding: 5rem 5rem 5rem;
  border: 1px solid #293839;
  box-shadow: 50px 50px 0 0 #dbf0f1;
}

.interview_parts .icon_wrap {
  display: flex;
  justify-content: space-between;
  width: 13%;
}
.interview_parts .sub {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
.interview_parts .icon {
  width: 72px;
  margin: 4rem 0 0;
}

.interview_parts .txtBox {
  width: calc(83% - 0rem);
}
.interview_parts .interview_ttl {
  padding: 0 0 0 3.5rem;
  font-size: 2.4rem;
  position: relative;
}
.interview_parts .interview_ttl::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  background: #bea976;
  width: 25px;
  height: 1px;
  box-sizing: border-box;
}
.interview_parts .txt {
  margin: 2rem 0 0;
}

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

  .interview_parts .interview_block {
    display: block;
    max-width: 100%;
    padding: 2rem 2rem 2rem;
    box-shadow: 10px 10px 0 0 #dbf0f1;
  }

  .interview_parts .icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .interview_parts .sub {
    font-size: 1.3rem;
  }
  .interview_parts .icon {
    width: 52px;
    margin: 0 0 0 1.5rem;
  }
  .interview_parts .interview_block:nth-child(even) .sub {
    order: 1;
  }
  .interview_parts .interview_block:nth-child(even) .icon {
    order: 2;
    margin: 0 1.5rem 0 0;
  }

  .interview_parts .txtBox {
    width: 100%;
    margin: 2rem 0 0;
  }
  .interview_parts .interview_ttl {
    padding: 0 0 0 3rem;
    font-size: 1.8rem;
  }
  .interview_parts .interview_ttl::before {
    top: 12px;
    width: 18px;
  }
  .interview_parts .txt {
    margin: 1.5rem 0 0;
  }  
}



/*--------------------------------------
　schedule_parts
---------------------------------------*/
.schedule_parts h2,
.schedule_parts h3,
.schedule_parts h4 {
  background: none;
  margin: 0 0 0;
	padding: 0 0 0 4rem;
  color: #293839;
  font-size: 2.6rem;
  font-weight: 400;
  border: none;
}
.schedule_parts h2::before,
.schedule_parts h3::before,
.schedule_parts h4::before {
  display: none;
}

.schedule_parts {
  margin: 10rem 0 10rem;
  padding: 8rem 8rem 8rem 0;
  position: relative;
  z-index: 0;
}
.schedule_parts::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #ecf2f0;
  width: calc(100% + 80px);
  height: 100%;
  box-sizing: border-box;
  border-radius: 0 70px 0 0;
  z-index: -1;
}

.schedule_parts .eng {
  position: absolute;
  top: 80px;
  left: -80px;
  width: 42px;
}

.schedule_parts .schedule_ttl01 {
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 0 0 0 4rem;
  font-size: 2.6rem;
  position: relative;
}
.schedule_parts .schedule_ttl01::after {
	content: "";
	display: block;
	margin-left: 2rem;
	border-top: 1px solid #293839;
	flex-grow: 1;
}

.schedule_parts .schedule_block {
  margin: 5rem 0 0;
  padding: 0 0 0 4rem;
}

.schedule_parts .schedule_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 3rem;
  position: relative;
  z-index: 0;
}
.schedule_parts .schedule_item:last-child {
  padding: 0 0 0;
}
.schedule_parts .schedule_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 39px;
  height: 100%;
  border-left: 2px dotted #7bcccf;
  box-sizing: border-box;
  z-index: -1;
}
.schedule_parts .schedule_item:last-child::before {
  display: none;
}

.schedule_parts .boxL {
  width: 80px;
}

.schedule_parts .time {
  background: #7bcccf;
  padding: 8px 1rem;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
}

.schedule_parts .boxR {
  width: calc(100% - 120px);
}

.schedule_parts .schedule_ttl02 {
  font-size: 2rem;
}

.schedule_parts .txtBox {
  background: #fff;
  margin: 3rem 0 0;
  padding: 3rem 3rem 3rem;
}
.schedule_parts .image {
  width: 360px;
  margin: 0 auto 3rem;
}
.schedule_parts .txt {
  margin: 0 0 0;
}

@media screen and (max-width: 768px) {
  .schedule_parts h2,
  .schedule_parts h3,
  .schedule_parts h4 {
    padding: 0 0 0 0;
    font-size: 1.8rem;
  }
  .schedule_parts h2::before,
  .schedule_parts h3::before,
  .schedule_parts h4::before {
    display: none;
  }

  .schedule_parts {
    margin: 6rem 0 6rem;
    padding: 3rem 0 3rem 0;
  }
  .schedule_parts::after {
    right: inherit;
    left: 50%;
    transform: translate(-50%,0);
    width: calc(100% + 4rem);
    margin: auto;
    border-radius: 0 0 0 0;
  }

  .schedule_parts .eng {
    position: relative;
    top: inherit;
    left: inherit;
    width: 60%;
    margin: auto;
  }

  .schedule_parts .schedule_ttl01 {
    margin: 2rem 0 0;
    padding: 0 0 0 0;
    font-size: 1.8rem;
  }
  .schedule_parts .schedule_ttl01::after {
    margin-left: 1rem;
  }

  .schedule_parts .schedule_block {
    margin: 3rem 0 0;
    padding: 0 0 0 0;
  }

  .schedule_parts .schedule_item {
    padding: 0 0 2.5rem;
  }
  .schedule_parts .schedule_item::before {
    left: 29px;
  }

  .schedule_parts .boxL {
    width: 60px;
  }

  .schedule_parts .time {
    padding: 5px 8px;
    font-size: 1.4rem;
    border-radius: 2px;
  }

  .schedule_parts .boxR {
    width: calc(100% - 80px);
  }

  .schedule_parts .schedule_ttl02 {
    font-size: 1.6rem;
  }

  .schedule_parts .txtBox {
    margin: 2rem 0 0;
    padding: 2rem 2rem 2rem;
  }
  .schedule_parts .image {
    width: 100%;
    margin: 0 auto 2rem;
  }
}



/*--------------------------------------
　qa_parts
---------------------------------------*/
.qa_parts h2,
.qa_parts h3,
.qa_parts h4 {
  background: none;
  margin: 0 0 0;
	padding: 0 0 0 0;
  color: #293839;
  font-size: 2.4rem;
  font-weight: 400;
  border: none;
  position: relative;
}
.qa_parts h2::before,
.qa_parts h3::before,
.qa_parts h4::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -50px;
  background: #293839;
  width: 35px;
  height: 1px;
  box-sizing: border-box;
}

.qa_parts {
  margin: 10rem 0 10rem;
}

.qa_parts .qa_item {
  background: #fff;
  max-width: 940px;
  margin: 0 auto 5rem;
  padding: 5rem 5rem 8rem;
  border: 1px solid #293839;
  position: relative;
}
.qa_parts .qa_item:last-child {
  margin: 0 auto 0;
}
.qa_parts .qa_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #dbf0f1;
  width: 100%;
  height: 10px;
  box-sizing: border-box;
}

.qa_parts .q_ttl {
  font-size: 2.4rem;
  position: relative;
}
.qa_parts .q_ttl::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -50px;
  background: #293839;
  width: 35px;
  height: 1px;
  box-sizing: border-box;
}

.qa_parts .a_ttl {
  margin: 3rem 0 0 5rem;
  padding: 0 0 0 10rem;
  font-size: 2.4rem;
  position: relative;
}
.qa_parts .a_ttl::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background: #293839;
  width: 35px;
  height: 1px;
  box-sizing: border-box;
}
.qa_parts .a_ttl::after {
  content: "A.";
  position: absolute;
  top: -5px;
  left: 50px;
  color: #3aadb1;
  font-size: 3rem;
}

.qa_parts .txt {
  margin: 2rem 0 0;
  padding: 0 6rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .qa_parts h2,
  .qa_parts h3,
  .qa_parts h4 {
    padding: 0 0 0 1rem;
    font-size: 1.8rem;
  }
  .qa_parts h2::before,
  .qa_parts h3::before,
  .qa_parts h4::before {
    top: 15px;
    left: -20px;
    width: 20px;
  }

  .qa_parts {
    margin: 6rem 0 6rem;
  }

  .qa_parts .qa_item {
    max-width: 100%;
    margin: 0 auto 2rem;
    padding: 2rem 2rem 3rem;
  }
  .qa_parts .qa_item::before {
    height: 5px;
  }

  .qa_parts .q_ttl {
    padding: 0 0 0 1rem;
    font-size: 1.8rem;
  }
  .qa_parts .q_ttl::before {
    top: 15px;
    left: -20px;
    width: 20px;
  }

  .qa_parts .a_ttl {
    margin: 1.5rem 0 0 0;
    padding: 0 0 0 3rem;
    font-size: 1.8rem;
  }
  .qa_parts .a_ttl::before {
    top: 15px;
    left: -20px;
    width: 20px;
  }
  .qa_parts .a_ttl::after {
    top: -5px;
    left: 5px;
    font-size: 2.2rem;
  }

  .qa_parts .txt {
    margin: 1.5rem 0 0;
    padding: 0 0 0 0;
  }
}



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

.summary_parts .summary_block {
  max-width: 940px;
  margin: auto;
  padding: 1rem 0 0;
  position: relative;
  z-index: 0;
}
.summary_parts .summary_block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #eadab8;
  width: calc(100% - 80px);
  height: calc(100% - 60px);
  box-sizing: border-box;
  z-index: -1;
}

.summary_parts .eng {
  width: 310px;
  margin: 0 0 1rem 10rem;
  position: relative;
}

.summary_parts .summary_item {
  background: #f8f4eb;
  width: calc(100% - 60px);
  padding: 5rem 6rem 6rem;
  position: relative;
}
.summary_parts .summary_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  background: url("img/icon-ttl01_gd.png") left top no-repeat;
  background-size: contain;
  width: 27px;
  height: 37px;
  box-sizing: border-box;
}

.summary_parts .summary_ttl {
  font-size: 2.4rem;
}

.summary_parts .txt {
  margin: 2rem 0 0;
}

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

  .summary_parts .summary_block {
    max-width: 100%;
    padding: 8px 0 0;
  }
  .summary_parts .summary_block::after {
    width: calc(100% - 20px);
    height: calc(100% - 30px);
  }

  .summary_parts .eng {
    width: 60%;
    margin: 0 0 8px 3rem;
    position: relative;
  }

  .summary_parts .summary_item {
    width: calc(100% - 20px);
    padding: 3rem 2rem 3rem;
  }
  .summary_parts .summary_item::before {
    left: 10px;
    width: 19px;
    height: 26px;
  }

  .summary_parts .summary_ttl {
    font-size: 1.8rem;
  }

  .summary_parts .txt {
    margin: 1.5rem 0 0;
  }
}



/*--------------------------------------
　com_parts
---------------------------------------*/
.com_parts {
  background: #fff;
  padding: 0 0 12rem;
  position: relative;
  z-index: 0;
}

.com_parts .eng_ttl_wrap {
  position: absolute;
  top: 100px;
  left: 0;
  width: 70px;
  height: 90%;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 2;
}
.com_parts .eng_ttl {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 0;
}
.com_parts .eng_ttl img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(1);
}
.com_parts .eng_ttl img.sp_only {
  display: none;
}

.com_parts .com_ttl01_wrap {
	height: 750px;
  padding: 13rem 0 0;
  text-align: center;
  position: relative;
}
.com_parts .com_ttl01_wrap::after {
  content: "";
	position: absolute;
	top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("img/com_parts_bg.jpg") center center no-repeat;
  background-size: cover;
	width: 100vw;
	height: 550px;
  min-width: 1100px;
  box-sizing: border-box;
  z-index: -1;
}
.com_parts .com_ttl01 {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.8;
  text-shadow: 
	rgba(0,0,0,0.18) 1px 1px 18px,
	rgba(0,0,0,0.18) -1px 1px 18px,
	rgba(0,0,0,0.18) 1px -1px 18px,
	rgba(0,0,0,0.18) -1px -1px 18px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.com_parts .com_ttl01 .large {
  font-size: 4.4rem;
}
.com_parts .com_ttl01::before {
  content: "";
  display: block;
  background: url("img/icon-ttl01_wh.png") left top no-repeat;
  background-size: contain;
	width: 34px;
	height: 46px;
  margin: 0 auto 3rem;
  box-sizing: border-box;
}
.com_parts .com_ttl01.js-fix.is-fixed {
  position: -webkit-sticky;
	position: sticky;
	top: 45rem;
	left: 0;
	width: 100%;
}
.com_parts .com_ttl01.js-fix.change-color {
  position: -webkit-sticky;
	position: sticky;
	top: 45rem;
	left: 0;
  color: #293839;
  text-shadow: none;
}
.com_parts .com_ttl01.js-fix.change-color .cl {
  color: #3aadb1;
}
.com_parts .com_ttl01.js-fix.change-color::before {
  background: url("img/icon-ttl01_bl.png") left top no-repeat;
  background-size: contain;
}

.com_parts .com_block {
  margin: 8rem 0 0;
  position: relative;
}
.com_parts .com_block::after {
  content: "";
	position: absolute;
	top: -350px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
	width: 100vw;
	height: calc(100% + 700px);
  min-width: 1100px;
  box-sizing: border-box;
  border-radius: 70px 70px 0 0;
  z-index: -1;
}

.com_parts .com_item_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  border: 1px solid #293839;
}

.com_parts .com_item {
  background: #fff;
  width: 33.33%;
  padding: 5rem 3rem 6rem;
  border-right: 1px solid #293839;
  position: relative;
  z-index: 0;
}
.com_parts .com_item:last-child {
  border-right: none;
}
.com_parts .com_item::before {
	content: "";
	position: absolute;
	top: 0;
  left: 0;
  background: #bea976;
	width: 100%;
	height: 12px;
  box-sizing: border-box;
  z-index: -1;
}

.com_parts .com_ttl02_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com_parts .com_ttl02 {
  font-size: 2rem;
  text-align: center;
  position: relative;
}
.com_parts .com_ttl02 .large {
  font-size: 2.5rem;
}

.com_parts .cc_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com_parts .cc {
  margin: 2rem 0 0;
  font-size: 1.6rem;
  text-align: center;
}
.com_parts .cc::before {
  content: "";
  display: block;
  background: url("img/icon-ttl02.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 22px;
  margin: 0 auto 2rem;
  box-sizing: border-box;
}

.com_parts .com_ttl03_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com_parts .com_ttl03 {
  margin: 1rem 0 0;
  font-size: 2.5rem;
  text-align: center;
}

.com_parts .capture {
  margin: 2rem 0 0;
}
.com_parts .caption {
  text-align: center;
}

.com_parts .reco {
  background: #f8f4eb;
  margin: 3rem 0 0;
  padding: 3rem 3rem 3rem;
}

.com_parts .com_ttl04 {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}
.com_parts .com_ttl04::after {
	content: "";
  display: block;
  background: #bea976;
	width: 36px;
	height: 1px;
  margin: 1.5rem auto 0;
  box-sizing: border-box;
  z-index: -1;
}

.com_parts ul.list {
  margin: 2rem 0 0;
}
.com_parts ul.list li {
  margin: 0 0 2rem;
  padding: 0 0 0 2rem;
  font-size: 1.5rem;
  position: relative;
}
.com_parts ul.list li:last-child {
  margin: 0 0 0 0;
}
.com_parts ul.list li::before {
  content: "";
  display: block;
	position: absolute;
  top: 8px;
  left: 0;
	background: #e6d7be;
  width: 8px;
  height: 8px;
	box-sizing: border-box;
  transform: rotate(45deg);
}

.com_parts .txtBox {
  margin: 3rem 0 0;
  padding: 3rem 0 0;
  border-top: 1px dashed #e6d7be;
  text-align: center;
  position: relative;
}
.com_parts p.txt {
  line-height: 1.8;
  text-align: justify;
}

.com_parts .acc_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: 0;
  margin: auto;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	transition: all 0.4s;
  z-index: 2;
}
.com_parts .acc_btn div {
  display: inline-block;
  padding: 0 2rem 0 1rem;
	font-size: 1.4rem;
	font-weight: bold;
  border-bottom: 1px solid #293839;
  position: relative;
}
.com_parts .acc_btn div::before,
.com_parts .acc_btn div::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: #293839;
	width: 14px;
	height: 1px;
	margin-top: -1px;
	transition: all 0.4s;
}
.com_parts .acc_btn div::after {
	transform: rotate(90deg);
}
.com_parts .acc_btn.is-show div::before {
  display: none;
}
.com_parts .acc_btn.is-show div::after {
  transform: rotate(180deg);
}
.com_parts .acc_btn span:before {
	content: "続きを見る";
	font-weight: bold;
}
.com_parts .acc_btn.is-show span::before {
	content: "閉じる";
}

.com_parts .acc_box {
	overflow: hidden;
	position: relative;
}
.com_parts .acc_box.is-hide {
  height: 100px;
}
.com_parts .acc_box::before {
	content: "";
	position: absolute;
	bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #333 100%);
	width: 100%;
  height: 100px;
	transition: all 0.4s;
  z-index: 1;
}
.com_parts .acc_btn.is-show + .acc_box::before {
	background: none;
	height: auto;
}
.com_parts .acc-inner {
  padding: 0 0 5rem;
}

.com_parts .btn-web a {
  display: flex;
  align-items: center;
  margin: 4rem auto 0;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
}

.com_parts .btn-internal a {
  display: flex;
  align-items: center;
  margin: 3rem auto 0;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
}

.com_parts .note_wrap {
  max-width: 1100px;
  margin: 5rem auto 0;
  position: relative;
}
.com_parts .note {
  color: #888;
  font-size: 1.2rem;
  text-align: center;
}
.com_parts .note a {
  color: #888;
  text-decoration: underline;
}


.ac_parts {
  position: relative;
  overflow: hidden;
}
.ac_parts .ac_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: 0;
  margin: auto;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	transition: all 0.4s;
  z-index: 2;
}
.ac_parts .ac_btn div {
  display: inline-block;
  padding: 0 2rem 0 1rem;
	font-size: 1.4rem;
	font-weight: bold;
  border-bottom: 1px solid #293839;
  position: relative;
}
.ac_parts .ac_btn div::before,
.ac_parts .ac_btn div::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: #293839;
	width: 14px;
	height: 1px;
	margin-top: -1px;
	transition: all 0.4s;
}
.ac_parts .ac_btn div::after {
	transform: rotate(90deg);
}
.ac_parts.open .ac_btn div::before {
  display: none;
}
.ac_parts.open .ac_btn div::after {
  transform: rotate(180deg);
}
.ac_parts .ac_btn span:before {
	content: "続きを見る";
	font-weight: bold;
}
.ac_parts.open .ac_btn span::before {
	content: "閉じる";
}
.ac_parts .ac_content {
  padding: 0 0 4rem;
  height: 100px;
  overflow: hidden;
  position: relative;
  transition: height 0.4s ease;
}
.ac_parts .ac_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #333 100%);
  pointer-events: none;
	transition: all 0.4s;
  z-index: 1;
}
.ac_parts.open .ac_content {
  height: auto!important;
}
.ac_parts.open .ac_content::after {
  display: none!important;
}

   .com_parts .com_ttl01 .small {
        font-size: 2.4rem;
    }


@media screen and (max-width: 768px) {
  .com_parts {
    padding: 0 0 8rem;
  }
  
  .com_parts .eng_ttl_wrap {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    margin: auto;
    mix-blend-mode: inherit;
  }
  .com_parts .eng_ttl {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .com_parts .eng_ttl img {
    filter: inherit;
  }
  .com_parts .eng_ttl img.sp_only {
	  display: block;
  }
  .com_parts .eng_ttl img.pc_only {
     display: none;
  }

  .com_parts .com_ttl01_wrap {
    height: 400px;
    padding: 7rem 0rem 0;
  }
  .com_parts .com_ttl01_wrap::after {
    background: url("img/com_parts_bg_sp.jpg") center center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 300px;
    min-width: 100%;
  }
  .com_parts .com_ttl01 {
    font-size: 5vw;
  }

	   .com_parts .com_ttl01 .small {
        font-size: 1.4rem;
    }
	
	
  .com_parts .com_ttl01 .large {
    font-size: 6vw;
  }
  .com_parts .com_ttl01::before {
    width: 17px;
    height: 23px;
    margin: 0 auto 1.5rem;
  }
/*   .com_parts .com_ttl01.js-fix.is-fixed {
    top: 7rem;
  }
  .com_parts .com_ttl01.js-fix.change-color {
    top: 7rem;
  } */

  .com_parts .com_block {
    margin: 4rem 0 0;
  }
  .com_parts .com_block::after {
    top: -180px;
    height: calc(100% + 180px);
    min-width: 100%;
    border-radius: 35px 35px 0 0;
  }

  .com_parts .com_item_wrap {
    display: block;
    max-width: 100%;
    border: none;
  }

  .com_parts .com_item {
    background: none;
    width: 100%;
    padding: 0 0 0;
    border: none;
  }
  .com_parts .com_item::before {
    display: none;
  }

  .com_parts .com_ttl02_wrap {
    display: none;
  }

  .com_parts .cc_wrap {
    display: block;
  }
  .com_parts .cc {
    margin: 0 0 0;
    font-size: 1.5rem;
  }
  .com_parts .cc::before {
    width: 16px;
    height: 18px;
    margin: 0 auto 1rem;
  }
  
  .com_parts .com_ttl03_wrap {
    display: block;
  }
  .com_parts .com_ttl03 {
    margin: 8px 0 0;
    font-size: 2.2rem;
  }

  .com_parts .capture {
    margin: 1.5rem 0 0;
  }

  .com_parts .reco {
    margin: 2rem 0 0;
    padding: 2rem 2rem 2rem;
  }

  .com_parts .com_ttl04 {
    font-size: 1.6rem;
  }
  .com_parts .com_ttl04::after {
    width: 30px;
    margin: 1rem auto 0;
  }

  .com_parts ul.list {
    margin: 1.5rem 0 0;
  }
  .com_parts ul.list li {
    margin: 0 0 1.5rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
  }
  .com_parts ul.list li::before {
    width: 6px;
    height: 6px;
  }

  .com_parts .txtBox {
    margin: 2rem 0 0;
    padding: 2rem 0 0;
  }

  .com_parts .acc-inner {
    padding: 0 0 4rem;
  }

  .com_parts .btn-web a {
    display: block;
    margin: 3rem auto 0;
    padding: 1.8rem 3rem 1.8rem 2rem;
  }

  .com_parts .btn-internal a {
    display: block;
    margin: 2rem auto 0;
    padding: 1.8rem 3rem 1.8rem 2rem;
  }
  
  .com_parts .note_wrap {
    max-width: 100%;
    margin: 3rem auto 0;
  }
  .com_parts .note {
    font-size: 1.1rem;
    text-align: left;
  }
  
  
  .com_parts .tabArea {
    display: flex;
  }
  .com_parts .tabArea.top {
    align-items: flex-end;
    margin: 0 0 -25px;
  }
  .com_parts .tabArea.bottom {
    align-items: flex-start;
    margin: -25px 0 0;
  }
  .com_parts .tabArea li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 33.33%;
    height: 110px;
    box-sizing: border-box;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #293839;
    position: relative;
    cursor: pointer;
  }
  .com_parts .tabArea li:nth-child(1) {
    border-left: 1px solid #293839;
  }
  .com_parts .tabArea li .large {
    font-size: 1.3rem;
    font-size: 3.6vw;
    font-weight: bold;
  }
  .com_parts .tabArea.top li {
    padding: 1rem 0 2.5rem;
    border-top: 1px solid #293839;
  }
  .com_parts .tabArea.bottom li {
    padding: 2.5rem 0 1rem;
    border-bottom: 1px solid #293839;
  }
  .com_parts .tabArea li.active {
    background: #dbf0f1;
    height: 125px;
  }
  .com_parts .tabArea.top li.active {
    padding: 2rem 0 4rem;
  }
  .com_parts .tabArea.bottom li.active {
    padding: 4rem 0 2rem;
  }
  .com_parts .tabArea li::before {
    content: "";
    position: absolute;
    left: 0;
    background: #bea976;
    width: 100%;
    height: 5px;
    box-sizing: border-box;
  }
  .com_parts .tabArea.top li::before {
    top: 0;
  }  
  .com_parts .tabArea.bottom li::before {
    bottom: 0;
  }  
  .com_parts .tabArea li.active::before {
    background: #7bcccf;
  }
  .com_parts .tabArea li:nth-child(2).active::after,
  .com_parts .tabArea li:nth-child(3).active::after  {
    content: "";
    position: absolute;
    left: -1px;
    background: #293839;
    width: 1px;
    height: 15px;
    box-sizing: border-box;
  }
  .com_parts .tabArea.top li:nth-child(2).active::after,
  .com_parts .tabArea.top li:nth-child(3).active::after {
    top: -1px;
  }
  .com_parts .tabArea.bottom li:nth-child(2).active::after,
  .com_parts .tabArea.bottom li:nth-child(3).active::after {
    bottom: -1px;
  }

  .com_parts .tabArea li div {
    font-weight: bold;
  }

  .com_parts .tabContentsWrap {
    background: #fff;
    padding: 3rem 2rem 3rem;
    border: 1px solid #293839;
    border-radius: 25px;
    position: relative;
    z-index: 1;
  }
  .com_parts .tabContents {
    display: none;
  }
  .com_parts .tabContents.show {
    display: block;
  }
  
  
  .ac_parts_sp {
    position: relative;
    overflow: hidden;
  }
  .ac_parts_sp .ac_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.4s;
    z-index: 2;
  }
  .ac_parts_sp .ac_btn div {
    display: inline-block;
    padding: 0 2rem 0 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #293839;
    position: relative;
  }
  .ac_parts_sp .ac_btn div::before,
  .ac_parts_sp .ac_btn div::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: #293839;
    width: 14px;
    height: 1px;
    margin-top: -1px;
    transition: all 0.4s;
  }
  .ac_parts_sp .ac_btn div::after {
    transform: rotate(90deg);
  }
  .ac_parts_sp.open .ac_btn div::before {
    display: none;
  }
  .ac_parts_sp.open .ac_btn div::after {
    transform: rotate(180deg);
  }
  .ac_parts_sp .ac_btn span:before {
    content: "続きを見る";
    font-weight: bold;
  }
  .ac_parts_sp.open .ac_btn span::before {
    content: "閉じる";
  }
  .ac_parts_sp .ac_content {
    padding: 0 0 3rem;
    height: 120px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
  }
  .ac_parts_sp .ac_content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #e3f9fa;
    pointer-events: none;
    transition: all 0.4s;
    z-index: 1;
  }
  .ac_parts_sp.open .ac_content {
    height: auto!important;
  }
  .ac_parts_sp.open .ac_content::after {
    display: none!important;
  }
}


/*--------------------------------------
　fixed_bnr
---------------------------------------*/
.fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 70px;
  z-index: 1;
}

.fixed_bnr_inner {
  transition: all 0.3s ease;
  display: flex;
  gap: 3rem;
}
.fixed_bnr_inner.stop {
  opacity: 0;
}
.fixed_bnr_inner.stop a {
  pointer-events: none;
}

.fixed_bnr .btn-web,
.fixed_bnr .btn-internal {
  display: block;
}


.fixed_bnr .btn-web a,
.fixed_bnr .btn-internal a {
  margin: 0 0 2rem;
  padding: 3rem 3rem 5rem 3rem;
  font-size: 1.5rem;
  font-family: "Noto Serif JP";
  writing-mode: initial;
	text-align: center;
  text-orientation: upright;
	border-radius: 50%;
}
.fixed_bnr .btn-web a::before,
.fixed_bnr .btn-internal a::before {
	top: 5px;
	left: 5px;
}
.fixed_bnr .btn-web a::after,
.fixed_bnr .btn-internal a::after {
  bottom: 20px;
	top: inherit;
	right: inherit;
  left: 50%;
  transform: translate(-50%,0);
	width: 30px;
	height: 24px;
}
.fixed_bnr .btn-web a:hover::before,
.fixed_bnr .btn-internal a:hover::before {
	top: 0;
	left: 0;
}

.fixed_bnr_home .fixed_bnr .btn-internal a::after {
  transform: translate(-50%,0) rotate(90deg);
}
.fixed_bnr .btn-internal a::before {
  border-radius: 50%;
}


@media screen and (max-width: 768px) {
 .fixed_bnr .btn-internal{
     display: none!important;
}
	.fixed_bnr_inner {
    gap: 0rem;
}
	.fixed_bnr {
    right: 0;
    left: 0;
		bottom: 0;
    top: 0;
		height: fit-content;
		 pointer-events: none; /* 全体ではクリックを遮らない */
}
.fixed_bnr .btn-web {
    display: block;
    width: 80%;
}
	.fixed_bnr .btn-web a {
        margin: 0.5rem 0rem 0rem 0.5rem;
        padding: 1rem 1rem 1rem 2rem;
        font-size: 1.3rem;
    text-align: left;
		 pointer-events: auto; /* リンク部分だけクリック可能にする */
}
	.fixed_bnr .btn-web a::after{
        left: 66%;
        bottom: 0.5rem;
}
}


@media screen and (max-width: 1366px) {
.fixed_bnr .btn-web a,
.fixed_bnr .btn-internal a {
        margin: 0 0 2rem;
        padding: 2.5rem 2.5rem 4rem 2.5rem;
        font-size: 1.2rem;
        font-family: "Noto Serif JP";
        writing-mode: initial;
        text-align: center;
        text-orientation: upright;
        border-radius: 50%;
    }
	
.fixed_bnr .btn-web a::after,
.fixed_bnr .btn-internal a::after {
  bottom: 12px;
  top: inherit;
  right: inherit;
  left: 50%;
  transform: translate(-50%,0);
  width: 26px;
  height: 24px;
}
	
}