@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;
}

@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700-vertical.woff2") format("woff2"), url("fonts/NS-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: #444;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body::-webkit-scrollbar {
  /*display: none;*/
}

a {
	color: #444;
  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 {
  -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 Sans JP vertical";
}

@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-bk {
  color: #444;
}
.cl-wh {
  color: #fff;
}
.cl-rd {
  color: #ff0000;
}
.cl-pl {
  color: #5b50df;
}
.cl-or {
  color: #ff8933;
}
.cl-yl {
  color: #ffe752;
}
.cl-pk {
  color: #ff7968;
}
.cl-gr {
  color: #23bf5e;
}

.bg-wh {
  background: #fff;
}
.bg-rd {
  background: #ff0000;
}
.bg-pl {
  background: #5b50df;
}
.bg-or {
  background: #ff8933;
}
.bg-yl {
  background: #ffe752;
}
.bg-pk {
  background: #ff7968;
}
.bg-gr {
  background: #23bf5e;
}



/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1100px;
  position: relative;
}

header .sitename {
  font-size: 1.2rem;
	line-height: 1.5;
  position: relative;
  z-index: 1;
}


.header_lower {
  position: relative;  
}
.header_lower::before,
.header_lower::after {
  content: "";
  position: absolute;
}
.header_lower::before {
  top: calc(100% - 120px);
  left: -30px;
  background: url("img/lower_shape02.png") left top no-repeat;
  background-size: contain;
  width: 230px;
  height: 200px;
}
.header_lower::after {
  top: calc(100% - 90px);
  right: -30px;
  background: url("img/lower_shape03.png") left top no-repeat;
  background-size: contain;
  width: 170px;
  height: 180px;
}
header .boxInner {
  text-align: right;
}
.header_lower .sitename_wrap {
	padding: 1rem 1rem;
	text-align: right;
	line-height: 1.5;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.header_lower .sitename {
  display: inline-block;
}
.header_lower .sponsored {
  display: inline-block;
  font-size: 11px;
}

.header_lower .logo_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 900px;
  margin: auto;
  padding: 4rem 0 0;
  z-index: 0;
}
.header_lower .logo_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  background: url("img/lower_shape01.png") left top no-repeat;
  background-size: contain;
  width: 342px;
  height: 189px;
  z-index: -1;
}
.header_lower .logo {
  width: 220px;
}
.header_lower .logo a {
  display: block;
  position: relative;
}
.header_lower .logo a::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -72px;
  background: transparent; 
  width: 304px;
  height: 189px;
}

.lower_header_mv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.lower_header_mv .image {
  width: calc(25% - 10px);
}
.lower_header_mv .image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
}

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

  header .sitename {
    font-size: 1rem;
  }

  
  .header_lower::before {
    top: calc(100% - 60px);
    left: -15px;
    width: 25%;
    height: 0;
    padding-top: calc(25%*200/230);
  }
  .header_lower::after {
    top: calc(100% - 50px);
    right: -10px;
    background: url("img/lower_shape03.png") left top no-repeat;
    background-size: contain;
    width: 20%;
    height: 0;
    padding-top: calc(20%*180/170);
  }

  header .boxInner {
    text-align: left;
  }

  .header_lower .sitename_wrap {
    width: calc(62% + 15px);
    margin: 0 0 0 auto;
    padding: 1rem 1rem;
    text-align: right;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    display: block;
  }
  .header_lower .sitename {
    display: block;
  }
  .header_lower .sponsored {
    display: block;
  }

  .header_lower .logo_wrap {
    left: 0;
    transform: translate(0,0);
    width: 42%;
    padding: 5% 0 0;
  }
  .header_lower .logo_wrap::after {
    left: -33px;
    width: 100%;
    height: 0;
    padding-top: calc(100%*210/380);
  }
  .header_lower .logo {
    width: 60%;
    margin: auto;
    position: relative;
    right: 22px;
  }
  .header_lower .logo a::before {
    right: -51px;
    bottom: -72px;
  }
  .lower_header_mv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5px;
  }
  .lower_header_mv .image {
    width: calc(33% - 3px);
    margin: 0 0 6px;
  }
  .lower_header_mv .image img {
    height: auto;
    border-radius: 5px;
  } 
}
@media screen and (max-width: 500px) {
.header_lower .logo a::before {
  right: -28px;
  bottom: -47px;
}
}
/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 85px;
	background: #ff8933;
  padding: 0 0 1.5rem;
	box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #fff;
	width: 42px;
	height: 3px;
	margin: auto;
	border-radius: 5px;
	-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(1){
  background: none;
	width: inherit;
	height: inherit;
  text-align: center;
	border-radius: 0;
	margin-bottom: 5px;
}
#hb-menu span:nth-of-type(1)::after {
  content: "MENU";
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#hb-menu span:nth-of-type(3),
#hb-menu span:nth-of-type(4){
	margin-top: 9px;
}

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

/* 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: #ffea84;
	width: 45%;
	height: 100%;
	padding: 12rem 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);
}


.hb_menu_wrapper {
	max-width: 80%;
	margin: auto;
}


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


.hb_menu_title {
	padding: 2rem 0 2rem 0;
	border-bottom: 3px solid #ffffff;
	position: relative;
}

.hb_menu_title_link {
	display: block;
	padding: 0 5rem 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
.hb_menu_title_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


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

.hb_menu_list_item {
  width: 100%;
  padding: 2rem 0 2rem 2rem;
  border-bottom: 2px solid #fff4df;
  box-sizing: border-box;
  position: relative;
}
.hb_menu_list_item br{
display:none;
}

.hb_menu_list_item:first-child {
	display: none;
}

.hb_menu_list_link {
	display: block;
	padding: 0 5rem 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.hb_menu_list_link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 55px;
    padding: 0 0 1.2rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  }
  #hb-menu span {
    width: 26px;
    height: 2px;
  }
  #hb-menu span:nth-of-type(1){
    margin-bottom: 2px;
  }
  #hb-menu span:nth-of-type(1)::after {
    font-size: 9px;
  }
  #hb-menu span:nth-of-type(3),
  #hb-menu span:nth-of-type(4){
    margin-top: 5px;
    }

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

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


  .hb_menu_wrapper {
    max-width: 100%;
  }


  .hb_menu_title {
    padding: 1.5rem 0 1.5rem 0;
    border-bottom: 1px solid #eae3da;
  }
	.hb_menu_title::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #444;
		border-right: solid 1px #444;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hb_menu_title.open::after {
		-webkit-transform: rotate(-45deg);
		transform: 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;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #444;
		border-right: solid 1px #444;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


  .hb_menu_list {
    display: none;
  }

  .hb_menu_list_item {
    padding: 1.5rem 0 1.5rem 1rem;
    border-bottom: 1px solid #eae3da;
  }
  .hb_menu_list_item:first-child {
    display: block;
  }

  .hb_menu_list_link {
    padding: 0 3rem 0 0;
  }
  .hb_menu_list_link::after {
    right: 5px;
  }
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 1100px;
	margin: 4rem auto 0;
  font-size: 1.2rem;
  position: relative;
  color: #939393;
}
#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	line-height: 1.8;
  color: #939393;
}
#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 {
	width: 100%;
	min-width: 1100px;
  margin: -180px 0 0;
  position: relative;
  z-index: 0;
}
.l-footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/footer_bg.png") left top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 180px;
  z-index: -1;
}
.l-footer-area::after {
  content: "";
  position: absolute;
  top: 180px;
  left: 0;
  background: #ff8933;
  width: 100%;
  height: calc(100% - 180px);
  z-index: -1;
}

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


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


.l-footer-eng {
	max-width: 350px;
	margin: auto;
}

.l-footer-logo {
	max-width: 220px;
	margin: -2rem auto 0;
}
.l-footer-logo a {
	display: block;
}


.l-footer-about {
  background: #fff8d4;
  margin: 4rem 0 0;
  padding: 3rem 4rem;
  border-radius: 20px;
}
.l-footer-about .about-ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.l-footer-about p {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 2;
}


.l-footer-menu-wrapper {
  margin: 6rem 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 rgba(255,255,255,0.5);
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 3rem 0 0;
	color: #fff;
  font-size: 1.6rem;
	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;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.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% / 3);
	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: block;
	padding: 0 2rem 0 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-menu__list__link::after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.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 {
	background: #ea6e13;
	max-width: 760px;
	margin: 5rem auto 0;
	padding: 2rem 3rem;
	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: 1.5rem auto 0;
	color: #fff;
  font-size: 1rem;
  text-align: center;
	line-height: 1.8;
}


.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.4rem;
	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 #fff;
	border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .l-footer-area {
    min-width: 100%;
    margin: -70px 0 0;
  }
  .l-footer-area::before {
    background: url("img/footer_bg_sp.png") left top no-repeat;
    background-size: 100% 70px;
    width: 100%;
    height: 70px;
  }
  .l-footer-area::after {
    top: 70px;
    height: calc(100% - 70px);
  }


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


  .l-footer-eng {
    max-width: 45%;
  }

  .l-footer-logo {
    max-width: 40%;
    margin: -1rem auto 0;
  }


  .l-footer-about {
    margin: 2rem 0 0;
    padding: 2rem 2rem;
    border-radius: 10px;
  }
  .l-footer-about .about-ttl {
    font-size: 1.5rem;
  }
  .l-footer-about p {
    margin: 1rem 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }


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


  .l-footer-menu {
    margin-bottom: 0;
  }


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

  .l-footer-menu__title__link {
    display: block;
    padding: 0 2.5rem 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 {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .l-footer-menu__list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .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 {
    max-width: 100%;
    margin: 3rem auto 0;
    padding: 1.5rem 1.5rem;
    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;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}



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

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

.l-pagetop span {
	display: none;
}

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



/*--------------------------------------
　Main Contents
---------------------------------------*/
.lower_bg {
  background: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #f8f8f8 calc(100% - 2px)),
                    linear-gradient(90deg, transparent calc(100% - 2px), #f8f8f8 calc(100% - 2px));
  background-size: 35px 35px;
  background-repeat: repeat;
  background-position: center top;
  width: 100%;
  min-width: 1100px;
  padding: 0 0 20rem;
  overflow: hidden;
}

.contents_wrap {
  background: #fff;
  max-width: 1100px;
  margin: 4rem auto 0;
  padding: 8rem 0 8rem;
  border-radius: 40px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
  position: relative;
  z-index: 0;
}

.contents {
  width: 900px;
  margin: auto;
  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) {
  .lower_bg {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f8f8f8 calc(100% - 1px)),
                      linear-gradient(90deg, transparent calc(100% - 1px), #f8f8f8 calc(100% - 1px));
    background-size: 16px 16px;
    min-width: 100%;
    padding: 0 0 120px;
  }

  .contents_wrap {
    max-width: calc(100% - 4rem);
    margin: 3rem auto 0;
    padding: 3rem 2rem 4rem;
    border-radius: 20px;
  }

  .contents {
    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 3rem;
	color: #ff0000;
	font-size: 4.5rem;
	font-weight: bold;
  text-align: center;
	line-height: 1.4;
}


.contents h2 {
	background: #ffefef;
	margin: 4rem 0 2rem;
	padding: 2rem 3rem 2rem 4rem;
	font-size: 3.6rem;
  border-left: 8px solid #ff0000;
  border-radius: 0 100px 100px 0;
	position: relative;
}

.contents h2 a {
	padding: 0 7rem 0 0;
	position: relative;
}
.contents h2 a::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -40px;
	width: calc(100% + 7rem);
	height: calc(100% + 4rem);
}
.contents h2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow_rd01.png") left top no-repeat;
  background-size: contain;
	width: 36px;
	height: 36px;
	margin-top: -18px;
}


.contents h3 {
	margin: 4rem 0 2rem;
	padding: 0 0 2rem 4.5rem;
	font-size: 2.8rem;
	border-bottom: 2px solid #d3d3d3;
  position: relative;
  z-index: 0;
}
.contents h3::before {
	content: "";
	position: absolute;
	top: 8px;
  left: 0;
  background: url("img/icon_h3.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 30px;
  z-index: -1;
}

.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: 25px;
  background: url("img/arrow_rd01.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}


.contents h4 {
	margin: 4rem 0 2rem;
  padding: 0 0 0 2rem;
	font-size: 2.2rem;
  position: relative;
  z-index: 0;
}
.contents h4::before {
	content: "";
	position: absolute;
	top: 8px;
  left: 0;
  background: #ff0000;
	width: 3px;
	height: 25px;
	transform: rotate(-35deg);
  z-index: -1;
}

.contents h4 a {
	padding: 0 5rem 0 0;
	position: relative;
}
.contents h4 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow_rd01.png") left top no-repeat;
  background-size: contain;
	width: 26px;
	height: 26px;
	margin-top: -13px;
}

@media screen and (max-width: 768px) {
  .contents h1 {
    margin: 0 0 2rem;
    font-size: 2.5rem;
  }


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

  .contents h2 a {
    padding: 0 5rem 0 0;
  }
  .contents h2 a::before {
    top: -15px;
    left: -15px;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
  }
  .contents h2 a::after {
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }


  .contents h3 {
    margin: 3rem 0 2rem;
    padding: 0 0 1.5rem 3.5rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #d3d3d3;
  }
  .contents h3::before {
    top: 4px;
    width: 24px;
    height: 24px;
  }

  .contents h3 a {
    padding: 0 4rem 0 0;
  }
  .contents h3 a::before {
    height: calc(100% + 1.5rem);
  }
  .contents h3 a::after {
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }


  .contents h4 {
    margin: 3rem 0 2rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.6rem;
  }
  .contents h4::before {
    top: 4px;
    width: 2px;
    height: 18px;
  }

  .contents h4 a {
    padding: 0 4rem 0 0;
  }
  .contents h4 a::after {
    width: 20px;
    height: 20px;
    margin-top: -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: #ff0000;
	font-weight: bold;
}
.marker {
	background: linear-gradient(transparent 70%, #ffe752 0%);
	font-weight: bold;
}

p.operation {
  color: #939393;
  font-size: 1.1rem;
  text-align: center;
  padding-top: 5rem;
}

.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: 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: 768px) {
	.contents p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}
	
  p.operation {
    font-size: 1.1rem;
  }

	.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 2rem;
	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: 11px;
  left: 0;
	background: #ffe752;
  width: 8px;
  height: 8px;
	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;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f98027;
  width: 16px;
  height: 16px;
	color: #fff;
	font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}
.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: 11px;
    width: 6px;
    height: 6px;
  }


  /*----- olリスト -----*/
  .contents ol {
    margin: 3rem 0 3rem;
  }
  .contents ol li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contents ol li:last-child {
    margin: 0 0 0 0;
  }
  .contents ol li::before{
    top: 5px;
    font-size: 1rem;
  }
}



/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 450px;
	margin: 4rem auto 4rem;
	padding: 2.8rem 6rem;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 8px;
	text-decoration: none!important;
	position: relative;
}


/*----- btn-web（外部リンク） -----*/
.btn-web a {
	background: #ffe752;
	box-shadow: 0px 4px 0px 0px #b5a437;
}
.btn-web a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  background: url("img/arrow_bk01.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 24px;
	margin-top: -12px;
  box-sizing: border-box;
}

.btn-web.icon a {
	margin: 6rem auto 4rem;
  position: relative;
}
.btn-web.icon a span {
  display: inline-block;
  position: absolute;
  bottom: calc(100% - 15px);
  left: 25px;
  background: #fff;
  padding: 2px 1rem;
  color: #ff0000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #ff0000;
  border-radius: 100px;
}
.btn-web.icon a span::before {
  content: "";
	position: absolute;
	top: calc(100% - 7px);
  left: 55%;
  background: #fff;
	width: 12px;
	height: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 2px solid #ff0000;
  transform: rotate(-30deg);
}
.btn-web.icon a span::after {
  content: "";
	position: absolute;
  bottom: 0;
  left: calc(55% - 2px);
  background: #fff;
	width: 15px;
	height: 7px;
  box-sizing: border-box;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #ff7968;
	color: #fff;
	box-shadow: 0px 4px 0px 0px #eb5340;
}
.btn-internal a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  background: url("img/arrow_wh01.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 24px;
	margin-top: -12px;
  box-sizing: border-box;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	margin: 4rem 0 4rem;
  padding: 0 3rem 0 0;
	text-align: right;
  position: relative;
}
.btn-link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow_pk01.png") left top no-repeat;
  background-size: contain;
	width: 20px;
	height: 20px;
	margin-top: -10px;
  box-sizing: border-box;
}
.btn-link a {
  display: inline;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
  background-image: linear-gradient(#ff7968, #ff7968);
  background-repeat: repeat-x;
  background-size: 100% 2px;
  background-position: 0 100%;
  padding-bottom: 5px; 
}
.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 4rem;
}
.btnBox > div {
  width: 380px;
  margin: 0 1rem;
}
.btnBox > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto 0;
}
.btnBox .btn-web.icon a {
	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 3rem;
    font-size: 1.4rem;
    border-radius: 4px;
  }


  /*----- btn-web（外部リンク） -----*/
  .btn-web a {
    box-shadow: 0px 3px 0px 0px #b5a437;
  }
  .btn-web a::after {
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    box-sizing: border-box;
  }

  .btn-web.icon a {
    margin: 5rem auto 3rem;
  }
  .btn-web.icon a span {
    bottom: calc(100% - 10px);
    left: 5px;
    padding: 2px 1rem;
    font-size: 1.1rem;
    border: 1px solid #ff0000;
  }
  .btn-web.icon a span::before {
    top: calc(100% - 4px);
    left: 55%;
    width: 8px;
    height: 13px;
    border: 1px solid #ff0000;
  }
  .btn-web.icon a span::after {
    left: calc(55% - 2px);
    width: 10px;
    height: 5px;
  }
  

  /*----- btn-internal（内部リンク） -----*/
  .btn-internal a {
    box-shadow: 0px 3px 0px 0px #eb5340;
  }
  .btn-internal a::after {
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    box-sizing: border-box;
  }


  /*----- btn-link（テキストリンク） -----*/
  .btn-link {
    margin: 3rem 0 3rem;
    padding: 0 2.5rem 0 0;
  }
  .btn-link::after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .btn-link a {
    font-size: 1.4rem;
    line-height: 1.9;
    background-size: 100% 1px;
    padding-bottom: 3px; 
  }

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #23BF5E;
		max-width: 90%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 5rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 4px;
		text-decoration: none!important;
		box-shadow: 0px 3px 0px 0px #0f7c38;
		position: relative;
	}
  .btn-tel a::before {
		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;
	}
  
  
  /*----- btnBox -----*/
  .btnBox {
    display: block;
    margin: 3rem 0 3rem;
  }
  .btnBox > div {
    width: 90%;
    margin: 0 auto 1.5rem;
  }
  .btnBox > div:last-child {
    margin: 0 auto 0;
  }
  .btnBox > div a {
    display: block;
  }  
  .btnBox .btn-web.icon a {
    margin: 2rem auto 0;
  }
}



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

table th {
	background: #fcf7ee;
	padding: 2rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
  word-break: break-all;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}
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.4rem;
	line-height: 1.4;
  word-break: break-all;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
}
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 #444;
	}

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



/*--------------------------------------
　画像＋テキスト　＋動画
---------------------------------------*/


.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;
  padding-right: 5rem;
}
.float-img.fr {
  float: right;
  width: 420px;
  padding-left: 5rem;
}

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

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

iframe {
	display: block;
    margin: auto;
    width: 80%;
    height: auto;
    aspect-ratio: 16 / 9;
}

@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: center;
  }

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

	iframe {
    width: 100%;
	}
}



/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  background: #fff;
  max-width: 800px;
	margin: 5rem auto 5rem;
	padding: 4rem 5rem 4rem;
  border: 2px solid #e5e5e5;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
  border-radius: 20px;
  position: relative;
}

.toc_parts .ttl {
  padding: 0 0 0 2rem;
	font-size: 1.8rem;
	font-weight: bold;
  line-height: 1;
  position: relative;
}
.toc_parts .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #ff8933;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  box-sizing: border-box;
  border-radius: 50%;
}

#toc {
	margin: 3rem 0 0 0;
}

#toc ul.chapter {
	margin: 0 0 0;
  padding: 0 0 0 2rem;
}
#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: #f18739;
	font-size: 1.8rem;
  font-weight: bold;
}
#toc ul.chapter li a {
	display: block;
  font-weight: bold;
	text-decoration: none;
}
#toc .chapter .chapter {
  margin: 0 0 2rem 2rem;
}
#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: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #ff8933;
	border-right: solid 1px #ff8933;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#toc .chapter .chapter li a {
	font-weight: 400;
}
#toc ul.chapter li br {
	display: none;
}


/*グラデーションアコーディオン*/
.toc_parts .acc_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: -30px;
	background: #fff;
	max-width: 200px;
	margin: auto;
	padding: 2rem 5rem;
	box-sizing: border-box;
  border: 2px solid #e5e5e5;
	font-size: 1.4rem;
	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: #3a2429;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	transition: all 0.4s;
}
.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-weight: bold;
}
.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;
	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%, #fff 100%);
	width: 100%;
  height: 80px;
	transition: all 0.4s;
  z-index: 1;
}
.toc_parts .acc_btn.is-show + .acc_box::before {
	background: none;
	height: auto;
}

.toc_parts .toc_parts_inner {
  padding: 0 0 2rem;
}

@media screen and (max-width: 768px) {
  .toc_parts {
    max-width: 100%;
    margin: 4rem auto 4rem;
    padding: 2.5rem 2rem 2.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
  }

  .toc_parts .ttl {
    padding: 0 0 0 1.5rem;
    font-size: 1.6rem;
  }
  .toc_parts .ttl::before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }

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

  #toc ul.chapter {
    padding: 0 0 0 0;
  }
  #toc ul.chapter li {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 2.8rem;
    font-size: 1.5rem;
  }
  #toc ul.chapter li::before {
    top: -2px;
    font-size: 1.5rem;
  }
  #toc .chapter .chapter {
    margin: 0 0 1.5rem 2.8rem;
  }
  #toc .chapter .chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
  }


  /*グラデーションアコーディオン*/
  .toc_parts .acc_btn {
    bottom: -20px;
    max-width: 50%;
    padding: 1.2rem 4rem;
    border: 1px solid #e5e5e5;
    font-size: 1.3rem;
  }
  .toc_parts .acc_btn::before,
  .toc_parts .acc_btn::after {
    right: 10px;;
    width: 12px;
    height: 1px;
  }

  .toc_parts .acc_box.is-hide {
    height: 150px;
  }
  .toc_parts .acc_box::before {
    height: 50px;
  }

  .toc_parts .toc_parts_inner {
    padding: 0 0 1rem;
  }
}



/*--------------------------------------
　related-article01-frame
---------------------------------------*/
.related-article01-frame {
  background: #fff;
  max-width: 800px;
  margin: 5rem auto 6rem;
  padding: 4rem 5rem 4rem;
  border: 2px solid #e5e5e5;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
  border-radius: 20px;
  position: relative;
}

.related-article01-title {
  padding: 0 0 0 2rem;
	font-size: 1.8rem;
	font-weight: bold;
  line-height: 1;
  position: relative;
}
.related-article01-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #ff8933;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  box-sizing: border-box;
  border-radius: 50%;
}
.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: 3rem 0 0;
  padding: 0 0 0 2rem;
}
ul.related-article01-list li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 0;
  font-size: 1.5rem;
	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: inline-block;
  padding: 0 3rem 0 0;
  font-weight: bold;
	text-decoration: none;
  position: relative;
}
ul.related-article01-list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow_rd02.png") left top no-repeat;
  background-size: contain;
	width: 18px;
	height: 18px;
	margin-top: -9px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .related-article01-frame {
    max-width: 100%;
    margin: 6rem auto 6rem;
    padding: 2.5rem 2rem 2.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
  }

  .related-article01-title {
    padding: 0 0 0 1.5rem;
    font-size: 1.6rem;
  }
  .related-article01-title::before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }

  ul.related-article01-list {
    margin: 2rem 0 0;
    padding: 0 0 0 0;
  }
  ul.related-article01-list li {
    margin: 0 0 1.5rem 0;
    font-size: 1.4rem;
  }
  ul.related-article01-list li a {
    display: block;
    padding: 0 2.5rem 0 0;
  }
  ul.related-article01-list li a::after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}



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

.fixed_bnr a {
  display: block;
  background: url("img/fixed_bnr.png") left top no-repeat;
  background-size: 100% auto;
  width: 240px;
  height: 240px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  position: relative;
}
.fixed_bnr a:hover {
	margin-bottom: 20px;
}

.fixed_bnr_inner {
  transition: all 0.3s ease;
  text-align: center;
}

.fixed_bnr .bnr_txt01 {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  font-size: 1.8rem;
}

.fixed_bnr .bnr_txt02 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  font-size: 1.4rem;
}
.fixed_bnr .bnr_txt02 .large {
  font-size: 2rem;
}

.fixed_bnr_inner.stop {
  opacity: 0;
}
.fixed_bnr_inner.stop a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .fixed_bnr {
    bottom: 0;
    right: inherit;
    left: 0;
    width: 100%;
  }

  .fixed_bnr a {
    background: url("img/fixed_bnr_sp.png") left top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*186/706);
  }
  .fixed_bnr a:hover {
    margin-bottom: 0;
  }

  .fixed_bnr_inner {
    width: 100%;
    text-align: left;
  }

  .fixed_bnr .bnr_txt01 {
    top: 15%;
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }

  .fixed_bnr .bnr_txt02 {
    bottom: 18%;
    left: 6%;
    transform: translate(0,0);
    width: 100%;
    font-size: 1.4rem;
    font-size: 4vw;
  }
  .fixed_bnr .bnr_txt02 .large {
    font-size: 2rem;
    font-size: 5vw;
  }
}



/*--------------------------------------
　sv_parts
---------------------------------------*/
.sv_parts {
  margin: 10rem 0 10rem;
  padding: 28rem 0 0;
  position: relative;
}
.sv_parts::before {
	content: "";
	position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/sv_parts_img.webp") left top no-repeat;
  background-size: 100% auto;
	width: 1846px;
	height: 352px;
  margin: auto;
  box-sizing: border-box;
  z-index: -1;
}
.sv_parts::after {
	content: "";
	position: absolute;
  top: 150px;
  left: calc(50% - 80px);
  transform: translate(-50%,0);
  background: url("img/sv_parts_shape.png") left top no-repeat;
  background-size: 100% auto;
	width: 1592px;
	height: 586px;
  margin: auto;
  box-sizing: border-box;
  z-index: -1;
}

.sv_parts .sv_block {
  background: #fff;
  padding: 0 5rem 6rem;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
  position: relative;
  border: 2px solid #ff0000;
}

.sv_parts .sub_eng {
  text-align: center;
  position: relative;
  top: -20px;
}
.sv_parts .sub_eng span {
  display: inline-block;
  background: #fff;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1;
  border: 2px solid #ff0000;
  border-radius: 100px;
}

.sv_parts .sub_icon {
  position: absolute;
  top: -10px;
  left: 40px;
  width: 50px;
}

.sv_parts .cc {
  margin: 2rem 0 0;
  padding: 0 6rem;
  font-size: 3.8rem;
  text-align: center;
}

.sv_parts .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 4rem 0 0;
}

.sv_parts .ttlBox {
  width: calc(100% - 430px);
}
.sv_parts .sv_ttl {
  padding: 0 0 2rem;
  font-size: 2.6rem;
  text-align: center;
  border-bottom: 2px solid #ffdcdc;
}
.sv_parts .sub_cc {
  margin: 3rem 0 0;
  font-size: 1.8rem;
  text-align: center;
}

.sv_parts .imgBox {
  width: 400px;
}
.sv_parts .caption {
  text-align: center;
}

.sv_parts .txt {
  margin: 3rem 0 0;
}

.sv_parts .btnBox {
  margin: 4rem 0 0;
}
.sv_parts .btnBox > div {
  width: 360px;
}

.sv_parts .btn-link a {
  margin: 3rem 0 0;
}

@media screen and (max-width: 768px) {
  .sv_parts {
    margin: 6rem 0 6rem;
    padding: 6rem 0 0;
  }
  .sv_parts::before {
    background: url("img/sv_parts_img.png") left top no-repeat;
    background-size: 100% auto;
    width: calc(100% + 10rem);
    height: 0;
    margin: auto;
    padding-top: calc(100% + 10rem*352/1846);

  }
  .sv_parts::after {
    top: 40px;
    left: calc(50% - 30px);
    background: url("img/sv_parts_shape.png") left top no-repeat;
    background-size: 100% auto;
    width: calc(100% + 13rem);
    height: 0;
    margin: auto;
    padding-top: calc(100% + 13rem*586/1592);
  }

  .sv_parts .sv_block {
    padding: 0 2rem 3rem;
    border-radius: 10px;
  }

  .sv_parts .sub_eng {
    top: -10px;
  }
  .sv_parts .sub_eng span {
    padding: 5px 1rem;
    font-size: 1.3rem;
    border: 1px solid #ff0000;
  }

  .sv_parts .sub_icon {
    top: -7px;
    left: 10px;
    width: 35px;
  }

  .sv_parts .cc {
    margin: 1rem 0 0;
    padding: 0 2.5rem;
    font-size: 2rem;
  }

  .sv_parts .upper {
    margin: 2rem 0 0;
  }

  .sv_parts .ttlBox {
    width: 100%;
    margin: 2rem 0 0;
    order: 2;
  }
  .sv_parts .sv_ttl {
    padding: 0 0 1rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #ffdcdc;
  }
  .sv_parts .sub_cc {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
  }

  .sv_parts .imgBox {
    width: 100%;
    order: 1;
  }
  .sv_parts .caption {
    text-align: left;
  }

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

  .sv_parts .btnBox {
    margin: 3rem 0 0;
  }
  .sv_parts .btnBox > div {
    width: 90%;
  }

  .sv_parts .btn-link a {
    margin: 2rem 0 0;
  }
}



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

.summary_parts .summary_block {
  padding: 6rem 0 6rem 6rem;
  position: relative;
  z-index: 0;
}
.summary_parts .summary_block::after {
  content: "";
	position: absolute;
	top: 0;
  left: 0;
  background: #ffefc7;
	width: 100vw;
	height: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
  z-index: -1;
}

.summary_parts .eng {
  width: 142px;
}

.summary_parts .summary_ttl {
  margin: 2rem 0 0;
  font-size: 2.8rem;
}

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

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

  .summary_parts .summary_block {
    padding: 3rem 0 3rem 2rem;
  }
  .summary_parts .summary_block::after {
    min-width: 100%;
    border-radius: 10px 0 0 10px;
  }

  .summary_parts .eng {
    width: 35%;
  }

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

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



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

.comment_parts .comment_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5rem;
}
.comment_parts .comment_item:last-child {
  margin: 0 0 0;
}
.comment_parts .comment_item.rev {
  flex-direction: row-reverse;
}

.comment_parts .imgBox {
  width: 210px;
}

.comment_parts .sbBox {
  background: #fff;
  width: calc(100% - 250px);
  padding: 5rem 5rem 5rem;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
}

.comment_parts .comment_ttl {
  font-size: 2.2rem;
}

.comment_parts ul.tag {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0;
}
.comment_parts ul.tag li {
  margin: 0 1rem 0 0;
  padding: 5px 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
}
.comment_parts ul.tag li.tag_bg01 {
  background: #5b50df;
}
.comment_parts ul.tag li.tag_bg02 {
  background: #ff8933;
}
.comment_parts ul.tag li::before {
  display: none;
}

.comment_parts .txt {
  margin: 3rem 0 0;
}

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

  .comment_parts .comment_item {
    display: block;
    margin: 0 0 2rem;
  }

  .comment_parts .imgBox {
    width: 25%;
    margin: 0 auto -2rem;
  }

  .comment_parts .sbBox {
    width: 100%;
    padding: 3.5rem 2rem 2.5rem;
    border-radius: 10px;
  }

  .comment_parts .comment_ttl {
    font-size: 1.8rem;
  }

  .comment_parts ul.tag {
    margin: 1.5rem 0 0;
  }

  .comment_parts ul.tag li {
    margin: 0 5px 0 0;
    padding: 3px 1rem;
    font-size: 1.2rem;
  }
  .comment_parts .txt {
    margin: 2rem 0 0;
  }
}



/*--------------------------------------
　interview_parts
---------------------------------------*/
.interview_parts {
  margin: 10rem 0 10rem;
  position: relative;
}
.interview_parts::before,
.interview_parts::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  z-index: -1;
}
.interview_parts::before {
  right: calc(100% - 50px);
  background: url("img/interview_parts_bg01.png") left top no-repeat;
  background-size: contain;
  width: 330px;
  height: 300px;
}
.interview_parts::after {
  left: calc(100% - 70px);
  background: url("img/interview_parts_bg02.png") left top no-repeat;
  background-size: contain;
  width: 310px;
  height: 240px;
}

.interview_parts .interview_ttl01__wrap {
  text-align: center;
}
.interview_parts .interview_ttl01 {
  display: inline-block;
  background: #ff8933;
  padding: 2rem 6rem 1.5rem;
  font-size: 1.6rem;
  border-radius: 80px 80px 0 0;
}
.interview_parts .interview_ttl01 .large {
  font-size: 2.8rem;
}

.interview_parts .interview_block {
  background: #fff;
  padding: 5rem 6rem 6rem;
  border: 2px solid #ff8933;
  border-radius: 20px;
}

.interview_parts .interview_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.interview_parts .boxL {
  width: calc(100% - 360px);
}

.interview_parts .interview_ttl02 {
  background: #ffefc7;
  padding: 3rem 4rem;
  font-size: 2.2rem;
  border-radius: 10px;
  position: relative;
}
.interview_parts .interview_ttl02::before {
	content: "";
	position: absolute;
	top: -35px;
  left: -35px;
  background: url("img/icon_check02.png") left top no-repeat;
  background-size: contain;
	width: 70px;
	height: 70px;
  box-sizing: border-box;
}

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

.interview_parts .boxR {
  width: 380px;
  margin: 0 -6rem 0 0;
}
.interview_parts .imgBox {
  position: relative;
}
.interview_parts .imgBox img {
  border-radius: 10px 0 0 10px;
}

.interview_parts .name {
  position: absolute;
  bottom: -10px;
  right: 0;
  background: #fff;
  padding: 1rem 2rem 1rem;
  font-size: 1.6rem;
  border-radius: 30px 0 0 0;
  text-align: right;
}

.interview_parts .btnBox {
  margin: 4rem 0 0;
}
.interview_parts .btnBox > div {
  width: 360px;
}

.interview_parts .w_txt {
  margin: 0 0 3rem;
  padding: 0 0 2rem 5rem;
  font-size: 2rem;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
}
.interview_parts .w_txt .small {
  color: #a3a3a3;
  font-size: 1.5rem;
}
.interview_parts .w_txt::before {
	content: "";
	position: absolute;
	top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/icon_worries.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 40px;
  box-sizing: border-box;
}
.interview_parts .w_txt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #e5e5e5;
}

.interview_parts .btn-link a {
  margin: 2rem 3rem 0 0;
}

@media screen and (max-width: 768px) {
  .interview_parts {
    margin: 6rem 0 6rem;
  }
  .interview_parts::before,
  .interview_parts::after {
    top: 0;
    transform: translate(0,0);
  }
  .interview_parts::before {
    right: calc(100% - 35px);
    background: url("img/interview_parts_bg01.png") left top no-repeat;
    background-size: contain;
    width: 32%;
    height: 0;
    padding-top: calc(32%*300/330);
  }
  .interview_parts::after {
    left: calc(100% - 35px);
    background: url("img/interview_parts_bg02.png") left top no-repeat;
    background-size: contain;
    width: 32%;
    height: 0;
    padding-top: calc(32%*240/310);
  }

  .interview_parts .interview_ttl01 {
    display: block;
    width: calc(100% - 4rem);
    margin: auto;
    padding: 1.2rem 1.5rem 1rem;
    font-size: 1.3rem;
    border-radius: 35px 35px 0 0;
  }
  .interview_parts .interview_ttl01 .large {
    font-size: 1.7rem;
  }

  .interview_parts .interview_block {
    padding: 2.5rem 2rem 4rem;
    border: 1px solid #ff8933;
    border-radius: 10px;
  }

  .interview_parts .boxL {
    width: 100%;
    margin: 3rem 0 0;
    order: 2;
  }

  .interview_parts .interview_ttl02 {
    padding: 2rem 2rem;
    font-size: 1.7rem;
    border-radius: 5px;
  }
  .interview_parts .interview_ttl02::before {
    top: -20px;
    left: -20px;
    width: 45px;
    height: 45px;
  }

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

  .interview_parts .boxR {
    width: calc(100% + 2rem);
    margin: 0 -2rem 0 0;
    order: 1;
  }
  .interview_parts .imgBox img {
    border-radius: 5px 0 0 5px;
  }

  .interview_parts .name {
    bottom: -5px;
    padding: 5px 1.5rem 5px;
    font-size: 1.4rem;
    border-radius: 10px 0 0 0;
  }

  .interview_parts .btnBox {
    margin: 3rem 0 0;
  }
  .interview_parts .btnBox > div {
    width: 90%;
  }
  
  .interview_parts .w_txt {
    margin: 0 0 2rem;
    padding: 0 3.5rem 1.5rem 3.5rem;
    font-size: 1.7rem;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .interview_parts .w_txt .small {
    font-size: 1.4rem;
  }
  .interview_parts .w_txt::before {
    width: 24px;
    height: 32px;
  }
  .interview_parts .w_txt::after {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #e5e5e5;
  }

  .interview_parts .btn-link a {
    margin: 2rem 0 0 0;
  }
}



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

.ts_parts .ts_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 0 4rem;
  border-bottom: 2px solid #ffefc7;
}

.ts_parts .time {
  width: 90px;
  text-align: center;
}
.ts_parts .time span {
  display: inline-block;
  background: #fe8833;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 100px;
}

.ts_parts .txtBox {
  width: calc(100% - 120px);
}

.ts_parts .ts_ttl {
  font-size: 2.4rem;
}

.ts_parts .txt {
  margin: 3rem 0 0;
}

.ts_parts .imgBox {
  margin: 3rem 0 0;
}
.ts_parts .imgBox img {
  width: auto;
  max-width: 100%;
}

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

  .ts_parts .ts_item {
    display: block;
    padding: 2rem 0 2rem;
    border-bottom: 1px solid #ffefc7;
  }

  .ts_parts .time {
    width: inherit;
  }
  .ts_parts .time span {
    padding: 5px 1rem;
    font-size: 1.5rem;
  }

  .ts_parts .txtBox {
    width: 100%;
    margin: 1.5rem 0 0;
  }

  .ts_parts .ts_ttl {
    font-size: 1.8rem;
  }

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

  .ts_parts .imgBox {
    margin: 2rem 0 0;
  }
}


