@charset "utf-8";

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

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ZKG-700.woff2") format("woff2"), url("fonts/ZKG-700.woff") format("woff");
  font-display: swap;
}



/*----------------------------------------------------------------------------
　reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
	width: 100%;
}
textarea {
	vertical-align: top;
}



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

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

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

.wh {
  color: #fff;
}

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

.ff {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.br15 {
  border-radius: 15px;
}
.bd01 {
  border: 2px solid #000;
}

@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;
	}
  
  .br15 {
    border-radius: 8px;
  }
  .bd01 {
    border: 1px solid #000;
  }
}



/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1000px;
  padding: 1rem 1rem;
}

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

header .logo {
  width: 184px;
}

header .sitenameWrap {
  width: calc(100% - 184px);
  margin: 0 0 0 2rem;
}
header .sitename {
  font-size: 1.1rem;
	line-height: 1.5;
}
header .sitename a {
  display: inline-block;
}
header .sponsored {
  font-size: 1.1rem;
}

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

  header .boxInner {
    max-width: 100%;
  }

  header .logo {
    width: 25%;
  }

  header .sitenameWrap {
    width: 75%;
    margin: 0 0 0 5px;
  }
  header .sitename {
    font-size: 11px;
  }
  header .sponsored {
    font-size: 11px;
  }
}



/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	background: #000;
	box-sizing: border-box;
  border-radius: 50%;
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #fff;
	width: 38px;
	height: 2px;
	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),
#hb-menu span:nth-of-type(3){
	margin-top: 11px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span:nth-of-type(1) {
	-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(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.hb-open #hb-menu span:nth-of-type(3) {
	-webkit-transform: translateY(-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: #ede7da;
	width: 40%;
	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;
	border-bottom: 1px solid rgba(0,0,0,0.16);
}

.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: 0;
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 10px;
	margin-top: -5px;
}


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

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

.hb_menu_list_link {
	display: block;
	padding: 0 0 0 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.hb_menu_list_link::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	background: #000;
	width: 8px;
	height: 1px;
}


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
	/*----- hb-menu -----*/
  #hb-menu {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  #hb-menu span {
    width: 20px;
    height: 1px;
  }
  #hb-menu span:nth-of-type(2),
  #hb-menu span:nth-of-type(3){
    margin-top: 7px;
  }

  /* ナビゲーションアイコン：アクティブ */
  .hb-open #hb-menu span:nth-of-type(1) {
    -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(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .hb-open #hb-menu span:nth-of-type(3) {
    -webkit-transform: translateY(-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%;
    height: 100%;
    padding: 6rem 2rem;
  }


  .hb_menu_wrapper {
    max-width: 100%;
  }


  .hb_menu_title {
    padding: 1.5rem 2.5rem 1.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.16);
    position: relative;
  }
	.hb_menu_title:after {
    content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		background: none;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top: 8px solid #000;
	}
	.hb_menu_title.open:after {
    border-top: none;
    border-bottom: 8px solid #000;
	}	
	.hb_menu_title.first {
		padding: 1.5rem 0 1.5rem 0;
	}
	.hb_menu_title.first:after {
		display: none;
	}

  .hb_menu_title_link {
    padding: 0 0 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: 0;
		background: none;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #000;
	}


  .hb_menu_list {
    display: none;
  }

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

  .hb_menu_list_link {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .hb_menu_list_link::before {
    display: none;
  }
	.hb_menu_list_link::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		background: none;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #000;
	}
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 1000px;
	margin: 5rem auto 0;
  font-size: 1.4rem;
  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: 2rem 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: #fefdd3;
	border-top: 3px solid #fff;
	width: 100%;
	min-width: 1000px;
}

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


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


.l-footer-logoWrap {
  text-align: center;
}
.l-footer-logo {
	max-width: 194px;
	margin: auto;
}
.l-footer-logo a {
	display: block;
}
.l-footer-logoWrap .sitename {
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}


.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(0,0,0,0.2);
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 3rem 0 0;
  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;
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 19px;
	height: 8px;
	margin-top: -4px;
}


.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 3rem 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-menu__list__link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 19px;
	height: 8px;
	margin-top: -4px;
}


.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;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-submenu__list__link::before {
	content: "";
 	position: absolute;
	top: 9px;
	left: 0;
	background: #000;
	width: 8px;
	height: 1px;
}


.l-footer-area .menseki {
	background: #faf9bf;
	max-width: 880px;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
	font-size: 1.2rem;
	line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}


.l-footer-area .ucp {
  margin: 1.5rem auto 0;
  font-size: 1rem;
  text-align: center;
	line-height: 1.8;
}


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

.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: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
	font-size: 1.3rem;
	line-height: 1.5;
}
.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
}
.l-footer-copy a:hover {
  text-decoration: none;
}

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

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


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


  .l-footer-logo {
    max-width: 40%;
  }
  .l-footer-logoWrap .sitename {
    margin: 1rem 0 0;
    font-size: 1.2rem;
  }


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


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


  .l-footer-menu__title {
    padding: 1.5rem 2.5rem 1.5rem 0;
  }
	.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 #000;
		border-right: solid 1px #000;
		-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 0 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(0,0,0,0.2);
  }
  .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;
    background: none;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -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(0,0,0,0.2);
  }

  .l-footer-submenu__list__link {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  .l-footer-submenu__list__link::before {
    top: 24px;
    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;
		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 #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.l-footer-copy-wrapper {
		max-width: 80%;
		margin: auto;
		padding-bottom:4rem;
	}
}



/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 70px;
  height: 70px;
  text-align: center;
  z-index: 0;
}
.l-pagetop__link {
  display: flex;
  justify-content: center;
  align-items: center;
	background: #f2ed4c;
  width: 100%;
  height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #000;
  position: relative;
}
.l-pagetop__link span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
	.l-pagetop {
		bottom: 10px;
		right: 5px;
		width: 45px;
		height: 45px;
	}
  .l-pagetop__link {
    padding: 5px 0 0;
    border: 1px solid #000;
  }
  .l-pagetop__link span {
    font-size: 1.3rem;
  }
}



/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents_wrap {
  width: 100%;
	min-width: 1000px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.contents {
  width: 1000px;
	min-width: 1000px;
  margin: 3rem auto 0;
  padding: 8rem 0 12rem;
  position: relative;
  z-index: 0;
}
.contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fefdd3;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  z-index: -1;
}
.contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: #fefdd3;
  width: 80px;
  height: 100%;
  z-index: -1;
}

#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%;
  }

  .contents {
    width: 100%;
    min-width: 100%;
    margin: 2rem auto 0;
    padding: 4rem 2rem 8rem;
  }
  .contents::before {
    right: 10px;
    width: 100%;
    height: 100%;
    min-width: 100%;
  }
  .contents::after {
    display: none;
  }
}



/*--------------------------------------
　Title
---------------------------------------*/
h2,
h3,
h4,
h5,
h6,
.cc {
	font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
	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 6rem;
	font-size: 4.2rem;
	font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
	line-height: 1.5;
  position: relative;
}
.contents h1::before {
  content: "";
  display: block;
  background: url("img/eng_contents.png") left top no-repeat;
  background-size: contain;
  width: 400px;
  height: 50px;
  margin: 0 auto 2rem;
}
.contents h1::after {
  content: "※このサイトは 株式会社ドットラインをスポンサーとして、Zenken株式会社が運営しています。";
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin: 3rem 0 0;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
}


.contents h2 {
	background: #fff;
	margin: 4rem 0 2rem;
	padding: 2rem 3rem 2rem 12rem;
	font-size: 3.2rem;
  border: 2px solid #000;
  border-radius: 0 100px 100px 100px;
	position: relative;
}
.contents h2::before {
	content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  background: url("img/icon_h2.png") left top no-repeat;
  background-size: contain;
  width: 70px;
  height: 42px;
  margin-top: -21px;
}

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


.contents h3 {
	margin: 4rem 0 2rem;
	padding: 0 0 1.5rem 3rem;
	font-size: 3.2rem;
	border-bottom: 2px dotted #000;
  position: relative;
}
.contents h3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: #f2ed4c;
  width: 7px;
  height: calc(100% - 3rem);
  border-radius: 5px;
}

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


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

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

@media screen and (max-width: 768px) {
  .contents h1 {
    margin: 0 0 4rem;
    font-size: 2.5rem;
  }
  .contents h1::before {
    width: 50%;
    height: 0;
    margin: 0 auto 1rem;
    padding-top: calc(50%*50/400);
  }
  .contents h1::after {
    font-size: 1.2rem;
    margin: 1.5rem 0 0;
  }
.contents h1::after {
  content: "※このサイトは 株式会社ドットラインをスポンサーとして、\AZenken株式会社が運営しています。";
  font-size: 1.2rem;
  white-space: pre;
}

  .contents h2 {
    margin: 3rem 0 2rem;
    padding: 1.5rem 1.5rem 1.5rem 5.5rem;
    font-size: 2.2rem;
    border: 1px solid #000;
  }
  .contents h2::before {
    left: 10px;
    width: 35px;
    height: 21px;
    margin-top: -10px;
  }

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


  .contents h3 {
    margin: 3rem 0 2rem;
    padding: 0 0 1rem 1.5rem;
    font-size: 1.8rem;
    border-bottom: 1px dotted #000;
  }
  .contents h3::before {
    top: 5px;
    width: 4px;
    height: calc(100% - 2rem);
  }

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


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

  .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.6rem;
	line-height: 2;
}

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

.txt_bold {
	color: #ff5227;
	font-weight: bold;
}
.marker {
	background: linear-gradient(transparent 70%, #f2ed4c 0%);
	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: 2px;
}
.caption::-webkit-scrollbar-track {
	background: #e7e7e7;
	margin: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.caption::-webkit-scrollbar-thumb {
	background: #aeaeae;
	border-radius: 0;
	box-shadow: none;
}
.caption a {
	color: #888;
	text-decoration: underline;
}
@-moz-document url-prefix() {
  .caption {
    scrollbar-color: #aeaeae #e7e7e7;
  	scrollbar-width: thin;
  }
}

@media screen and (max-width: 768px) {
	.contents p {
		margin: 2rem 0 2rem;
		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 1rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.6rem;
  line-height: 1.8;
	position: relative;
}
.contents ul li:last-child {
  margin: 0 0 0 0;
}
.contents ul li::before {
  content: "";
  display: block;
	position: absolute;
  top: 11px;
  left: 0;
	background: #3fcca1;
  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;
}

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

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

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


/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 500px;
	margin: 4rem auto 4rem;
	padding: 3rem 8rem;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
	text-align: center;
	line-height: 1.5;
  border: 2px solid #000;
	border-radius: 100px;
	text-decoration: none!important;
	position: relative;
}
.btn-web a::after,
.btn-internal a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 32px;
	height: 32px;
	margin-top: -16px;
}


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


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


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 3rem 0 0;
	font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.5;
	text-decoration: underline;
	position: relative;
}
.btn-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 22px;
	height: 22px;
	margin-top: -11px;
}

.btn-link a:hover {
	text-decoration: none;
}


/*----- btn-tel（電話ボタン） -----*/
.btn-tel a {
	display: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .btn-web a,
  .btn-internal a {
    max-width: 90%;
    margin: 3rem auto 3rem;
    padding: 1.8rem 4rem;
    font-size: 1.5rem;
    border: 1px solid #000;
  }
  .btn-web a::after,
  .btn-internal a::after {
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }


  /*----- btn-link（テキストリンク） -----*/
  .btn-link a {
    margin: 3rem 0 3rem;
    padding: 0 2.5rem 0 0;
    font-size: 1.5rem;
  }
  .btn-link a::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #000;
		max-width: 90%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 5rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 100px;
		text-decoration: none!important;
		position: relative;
	}
  
  .btn-tel a::before {
		content: "";
		position: absolute;
		top: 50%;
    left: 25px;
    background: url("img/icon_tel.png") left top no-repeat;
    background-size: contain;
		width: 15px;
		height: 26px;
		margin-top: -13px;
	}
}



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

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

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

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

	table th {
		display: block;
		padding: 1.2rem;
		font-size: 1.5rem;
		border-left: none;
		border-bottom: 1px solid #000;
	}

	table td {
		display: block;
		padding: 1.2rem;
		font-size: 1.5rem;
		border-left: none;
		border-bottom: 1px solid #000;
	}
	
	table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
}



/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.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;
	border: 2px solid #000;
}

.float-img.fl {
  float: left;
  width: 440px;
  padding-right: 5rem;
}
.float-img.fr {
  float: right;
  width: 440px;
  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;
	font-size: 2.4rem;
	font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
	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 {
    font-size: 1.8rem;
    text-align: left;
  }

	.float-wrap p {
		margin: 1.5rem 0 1.5rem;
	}
	.float-img .flame img {
	border: 1px solid #000;
	}
}



/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  max-width: 800px;
	margin: 5rem auto 5rem;
  position: relative;
}

.toc_parts .eng_ttl {
  width: 480px;
}

.toc_parts .ttl {
  background: #fff;
  padding: 2rem 7rem 2rem;
	font-size: 2rem;
	font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.toc_parts .ttl::before,
.toc_parts .ttl::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	background: #000;
	width: 25px;
	height: 2px;
	margin-top: -1px;
	transition: all 0.4s;
}
.toc_parts .ttl::after {
	transform: rotate(90deg);
}
.toc_parts .ttl.open::before {
  display: none;
}
.toc_parts .ttl.open::after {
  transform: rotate(180deg);
}

.toc_parts .toc_content {
  display: none;
  background: #fff;
  margin: 4rem 0 0;
  padding: 5rem 6rem 5rem;
  border: 2px solid #000;
  border-radius: 35px;
}
.related-article01-frame .toc_parts .toc_content {
  background: #fff;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 35px;
}

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

.toc_block ul.chapter {
	margin: 0 0 0;
}
.toc_block ul.chapter li {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #dedede;
  overflow-wrap: break-word;
	position: relative;
}
.toc_block ul.chapter li:last-child {
	margin: 0 0 0 0;
}
.toc_block ul.chapter li::before {
  display: none;
}
.toc_block ul.chapter li a {
	display: block;
  padding: 2rem 4rem 2rem 0;
  font-weight: bold;
  line-height: 1.8;
	text-decoration: none;
  position: relative;
}
.toc_block ul.chapter li a::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.toc_block ul.chapter li br {
	display: none;
}

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

  .toc_parts .eng_ttl {
    width: 90%;
  }

  .toc_parts .ttl {
    padding: 1.2rem 4rem 1.2rem;
    font-size: 1.8rem;
    border: 1px solid #000;
  }
  .toc_parts .ttl::before,
  .toc_parts .ttl::after {
    right: 15px;
    width: 18px;
    height: 1px;
  }

  .toc_parts .toc_content {
    margin: 2rem 0 0;
    padding: 3rem 2rem 3rem;
    border: 1px solid #000;
    border-radius: 18px;
  }
  .related-article01-frame .toc_parts .toc_content {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 18px;
  }
	

  .toc_block {
    margin: 1rem 0 0 0;
  }

  .toc_block ul.chapter li {
    font-size: 1.5rem;
  }
  .toc_block ul.chapter li a {
    padding: 1.5rem 3rem 1.5rem 0;
    line-height: 1.8;
  }
  .toc_block ul.chapter li a::after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}



/*--------------------------------------
　imgBox
---------------------------------------*/
.imgBox.bs {
  position: relative;
  z-index: 0;
}
.imgBox.bs::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  z-index: -1;
}
.imgBox.bs01::after {
  background: #3fcca1;
}
.imgBox.bs02::after {
  background: #e95757;
}
.imgBox.bs03::after {
  background: #f2ed4c;
}
.imgBox.bs04::after {
  background: #3faccc;
}
.imgBox.bs05::after {
  background: #3fcca1;
}
.imgBox.bs06::after {
  background: #e95757;
}
.imgBox.bs07::after {
  background: #f2ed4c;
}
.imgBox.bs08::after {
  background: #3faccc;
}
.imgBox.bs09::after {
  background: #3fcca1;
}
.imgBox.bs10::after {
  background: #e95757;
}
.imgBox.bs11::after {
  background: #f2ed4c;
}
.imgBox.bs12::after {
  background: #3faccc;
}
.imgBox.bs13::after {
  background: #3fcca1;
}
.imgBox.bs14::after {
  background: #e95757;
}
.imgBox.bs15::after {
  background: #f2ed4c;
}
.imgBox.bs16::after {
  background: #3faccc;
}
.imgBox.bs17::after {
  background: #3fcca1;
}
.imgBox.bs18::after {
  background: #e95757;
}
.imgBox.bs19::after {
  background: #f2ed4c;
}
.imgBox.bs img {
  width: 100%;
  border: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .imgBox.bs::after {
    top: 4px;
    left: 4px;
    border: 1px solid #000;
  }
  .imgBox.bs img {
    border: 1px solid #000;
  }
}



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

.comment_parts .comment_item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5rem;
}
.comment_parts .comment_item:last-child {
  margin: 0 0 0;
}

.comment_parts .boxL {
  width: 230px;
}
.comment_parts .comment_item:nth-child(even) .boxL {
  order: 2;
}

.comment_parts .imgBox {
  width: 100%;
}
.comment_parts .imgBox::after {
  border-radius: 50%;
}
.comment_parts .imgBox img {
  border-radius: 50%;
  background: #ebebeb;
}

.comment_parts .img_txt {
  margin: 3rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.comment_parts .boxR {
  width: calc(100% - 280px);
}
.comment_parts .comment_item:nth-child(even) .boxR {
  order: 1;
}

.comment_parts .sbBox {
  background: #fff;
  padding: 3rem 4rem 3rem;
  border: 2px solid #000;
  border-radius: 20px;
  position: relative;
}
.comment_parts .sbBox::before {
  content: "";
  position: absolute;
  top: 62px;
  border: 16px solid transparent;
  z-index: 2;
}
.comment_parts .sbBox::after {
  content: "";
  position: absolute;
  top: 60px;
  border: 18px solid transparent;
  z-index: 1;
}
.comment_parts .comment_item:nth-child(odd) .sbBox::before {
	right: 100%;
  border-right: 27px solid #fff;
}
.comment_parts .comment_item:nth-child(odd) .sbBox::after {
	right: 100%;
  border-right: 30px solid #000;
}
.comment_parts .comment_item:nth-child(even) .sbBox::before {
  left: 100%;
  border-left: 27px solid #fff;
}
.comment_parts .comment_item:nth-child(even) .sbBox::after {
  left: 100%;
  border-left: 30px solid #000;
}

.comment_parts .cc {
  font-size: 2.4rem;
}

.comment_parts .txt {
}

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

  .comment_parts .comment_item {
    display: block;
    background: #fff;
    margin: 0 0 7rem;
    padding: 0 2rem 3rem;
    border: 1px solid #000;
    border-radius: 10px;
  }

  .comment_parts .boxL {
    width: 100%;
    margin: -5rem auto 0;
  }

  .comment_parts .imgBox {
    width: 50%;
    margin: auto;
  }

  .comment_parts .img_txt {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
  }

  .comment_parts .boxR {
    width: 100%;
    margin: 2rem 0 0;
  }

  .comment_parts .sbBox {
    padding: 0 0 0;
    border: none;
    border-radius: 0;
  }
  .comment_parts .sbBox::before {
    display: none;
  }
  .comment_parts .sbBox::after {
    display: none;
  }

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

  .comment_parts .txt {
  }
}



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

.interview_parts .interview_item {
  margin: 0 0 8rem;
}
.interview_parts .interview_item:last-child {
  margin: 0 0 0;
}

.interview_parts .q_ttl {
  padding: 0 0 0 6rem;
  font-size: 3.2rem;
  position: relative;
}
.interview_parts .q_ttl::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 0;
  background: #000;
  width: 46px;
  height: 46px;
  padding: 0 0 5px;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
}

.interview_parts .abox {
  margin: 3rem 0 0;
}
.interview_parts .a_ttl {
  background: #fff;
  padding: 1.5rem 4rem;
  font-size: 3.2rem;
  border: 2px solid #000;
  border-radius: 0 100px 100px 100px;
}
.interview_parts .txt {
  margin: 3rem 0 0;
}

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

  .interview_parts .interview_item {
    margin: 0 0 5rem;
  }

  .interview_parts .q_ttl {
    padding: 0 0 0 4.5rem;
    font-size: 1.8rem;
  }
  .interview_parts .q_ttl::before {
    top: 3px;
    width: 36px;
    height: 36px;
    padding: 0 0 3px;
    font-size: 2rem;
  }

  .interview_parts .abox {
    margin: 2rem 0 0;
  }
  .interview_parts .a_ttl {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    border: 1px solid #000;
  }
  .interview_parts .txt {
    margin: 1.5rem 0 0;
  }
}



/*--------------------------------------
　slide_cener
---------------------------------------*/
.slick-slide:focus {
  outline: none;
}
.slick-slide a:focus {
  outline: none;
}
.slick-slide {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slider div {
  transition: none;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* arrow */
.slide_cener .slide-arrow {
	display: block;
	position: absolute;
	top: 50%;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 48px;
	height: 48px;
  margin-top: -24px;
	z-index: 999;
	cursor: pointer;
  transition: all 0.3s ease;
}
.slide_cener .prev-arrow {
	left: 170px;
  transform: scale(-1, 1);
}
.slide_cener .next-arrow {
	right: 170px;
}
.slide_cener .slide-arrow:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.slide_cener .slick-list {
  overflow: inherit;
}

@media screen and (max-width: 768px) {
  /* arrow */
  .slide_cener .slide-arrow {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
  .slide_cener .prev-arrow {
    left: -19px;
  }
  .slide_cener .next-arrow {
    right: -19px;
  }
  .slide_cener .slide-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }

  .slide_cener .slick-list {
    overflow: hidden;
  }
  
  
  ul.slide-dots {
    text-align: center;
    margin: 1.5rem 0 0;
    padding: 0 0;
    font-size: 0;
  }
  ul.slide-dots li {
    display: inline-block;
    margin: 0 8px;
    padding: 0 0 0;
  }
  ul.slide-dots li button {
    background: #fff;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    text-indent: -9999px;
  }
  ul.slide-dots li.slick-active button {
    background: #000;
  }
  ul.slide-dots li:last-child {
    margin: 0 8px;
  }
  ul.slide-dots li::before {
    display: none;
  }
}



/*--------------------------------------
　VenoBox
---------------------------------------*/
.vbox-close {
  padding: 15px 15px;
  color: #000;
  font-size: 40px;
}

.vbox-next,
.vbox-prev {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 48px;
  height: 48px;
  font-size: 0;
}
.vbox-next span,
.vbox-prev span {
  width: 100%;
  height: 100%;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
}
.vbox-prev {
  right: calc(50% + 450px);
}
.vbox-next {
  left: calc(50% + 450px);
}
.vbox-prev span {
  transform: scale(-1, 1);
}

.vbox-container {
  padding: 50px 50px;
}
.vbox-container::-webkit-scrollbar {
  display: none;
}

.vbox-content {
  padding: 0 0;
}

.vbox-child {
  background: none!important;
  max-width: 940px;
  padding: 0 0 0;
  box-shadow: none;
}

.vbox-preloader {
  display: none;
}

.modalBox {
  background: #fff;
  width: 100%;
  margin: 1rem 0 0;
  border: 2px solid #000;
  border-radius: 15px;
}

.modal_ttl01 {
  padding: 0 0 2rem;
  font-size: 2.4rem;
  border-bottom: 2px dotted #000;
}
.modal_ttl01 .small {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .vbox-close {
    padding: 10px 10px;
    font-size: 25px;
  }

  .vbox-next,
  .vbox-prev {
    margin-top: -8px;
    width: 30px;
    height: 30px;
  }
  .vbox-next span,
  .vbox-prev span {
    width: 100%;
    height: 100%;
    background: url("img/arrow02.png") left top no-repeat;
    background-size: contain;
  }
  .vbox-prev {
    right: calc(100% - 32px);
  }
  .vbox-next {
    left: calc(100% - 32px);
  }
  .vbox-container {
    padding: 50px 20px;
  }

  .vbox-child {
    max-width: 100%;
  }
  
  .modalBox {
    margin: 5px 0 0;
    border: 1px solid #000;
    border-radius: 8px;
  }
  
  .modal_ttl01 {
    padding: 0 0 1rem;
    font-size: 1.8rem;
    border-bottom: 1px dotted #000;
  }
  .modal_ttl01 .small {
    font-size: 1.4rem;
  }
}



/*--------------------------------------
　pg_parts
---------------------------------------*/
.pg_parts {
  margin: 15rem 0 15rem;
  padding: 0 0 10rem;
  position: relative;
  z-index: 0;
}
.pg_parts::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -80px;
  background: #ffe7e1;
  width: calc(100vw + 80px);
  height: calc(100% - 30px);
  min-width: 1000px;
  z-index: -1;
}

.pg_parts .eng_ttl {
  width: 620px;
}

.pg_parts .pg_ttl {
  display: inline-block;
  margin: 3rem 0 0;
  background: #fff;
  padding: 5px 2rem;
  font-size: 1.8rem;
  border: 2px solid #000;
  border-radius: 0 100px 100px 100px;
}

.pg_parts .pg_block {
  margin: 5rem 0 0;
}

.pg_parts .pg_item {
  background: #fff;
  margin: 0 6rem;
  border: 2px solid #000;
  border-radius: 0 0 15px 15px;
}

.pg_parts .slick-slide {
	width: 490px;
}

.pg_parts .image {
  border-botom: 2px solid #000;
}

.pg_parts .captionWrap {
  padding: 1.5rem 2rem;
}
.pg_parts .caption {
  margin: 0 0 0;
  text-align: center;
  font-size:1.4rem;
  color:#000;
}

@media screen and (max-width: 768px) {
  .pg_parts {
    margin: 10rem 0 10rem;
    padding: 0 0 5rem;
  }
  .pg_parts::after {
    top: 15px;
    left: 50%;
    transform: translate(-50%,0);
    width: calc(100% + 40px);
    height: calc(100% - 15px);
    min-width: 100%;
  }

  .pg_parts .eng_ttl {
    width: 100%;
  }

  .pg_parts .pg_ttl {
    margin: 2rem 0 0;
    padding: 5px 1rem;
    font-size: 1.5rem;
    border: 1px solid #000;
  }

  .pg_parts .pg_block {
    margin: 3rem 0 0;
  }

  .pg_parts .pg_item {
    margin: 0 5px;
    border: 1px solid #000;
    border-radius: 0 0 8px 8px;
  }

  .pg_parts .slick-slide {
    width: 100%;
  }

  .pg_parts .image {
    border-botom: 1px solid #000;
  }

  .pg_parts .captionWrap {
    padding: 1rem 1.5rem;
  }
}



/*--------------------------------------
　wp_parts
---------------------------------------*/
.wp_parts {
  margin: 15rem 0 15rem;
  padding: 0 0 10rem;
  position: relative;
  z-index: 0;
}
.wp_parts::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -80px;
  background: #f1deae;
  width: calc(100vw + 80px);
  height: calc(100% - 30px);
  min-width: 1000px;
  z-index: -1;
}

.wp_parts .eng_ttl {
  width: 620px;
}

.wp_parts .wp_ttl {
  display: inline-block;
  margin: 3rem 0 0;
  background: #fff;
  padding: 5px 2rem;
  font-size: 1.8rem;
  border: 2px solid #000;
  border-radius: 0 100px 100px 100px;
}

.wp_parts .wp_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}
.wp_parts .wp_item {
  width: calc((100% - 60px) / 3);
  margin: 0 0 50px 0;
	position: relative;
}
.wp_parts .wp_item:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 50px 30px;
}
.wp_parts .wp_item a {
  display: block;
}

.wp_parts .num {
  width: 80px;
}

.wp_parts .imgBox {
  margin: 1rem 0 0;
}
.wp_parts .imgBox::after {
  border-radius: 15px;
}
.wp_parts .imgBox img {
  border-radius: 15px;
  background:#ebebeb;
}

.wp_parts .nameWrap {
  margin: 4rem 0 0;
  padding: 0 5rem 0 0;
  position: relative;
}
.wp_parts .nameWrap::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/modal_open.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

.wp_parts .job {
  display: inline-block;
  background: #000;
  padding: 5px 1.5rem;
  font-size: 1.6rem;
  border-radius: 100px 100px 100px 0;
}

.wp_parts .name {
  margin: 1rem 0 0;
  font-size: 2.2rem;
}


/*----- .working_modal -----*/
.working_modal .modalBox {
  padding: 0 8rem 8rem;
}

.working_modal .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -4rem 0 0;
}
.working_modal .upper .imgBox {
  width: 330px;
}
.working_modal .upper .imgBox::after {
  border-radius: 15px;
}
.working_modal .upper .imgBox img {
  border-radius: 15px;
  background: #ebebeb;
}
.working_modal .upper .nameWrap {
  width: calc(100% - 380px);
  padding: 6rem 0 0;
}
.working_modal .upper .job {
  display: inline-block;
  background: #000;
  padding: 5px 1.5rem;
  font-size: 1.6rem;
  border-radius: 100px 100px 100px 0;
}
.working_modal .upper .name {
  margin: 1rem 0 0;
  font-size: 2.2rem;
}

.working_modal .box {
  margin: 5rem 0 0;
}
.working_modal .ttl01 {
  background: #f8f8f8;
  padding: 1.5rem 2rem;
  font-size: 2.4rem;
  text-align: center;
  border: 2px solid #000;
  border-radius: 100px;
}
.working_modal .box .txt {
  margin: 2rem 0 0;
  line-height: 1.8;
}

.working_modal .message {
  margin: 6rem 0 0;
}
.working_modal .message .eng {
  width: 200px;
  margin: 0 0 0 4rem;
}
.working_modal .message .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1rem 0 0;
}
.working_modal .message .sbBox {
  width: calc(100% - 230px);
  background: #fefdd3;
  padding: 3rem 4rem 3rem;
  border-radius: 15px;
  position: relative;
}
.working_modal .message .sbBox::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 100%;
  border: 15px solid transparent;
  border-left: 22px solid #fefdd3;
  z-index: 1;
}
.working_modal .message .txt {
  margin: 2rem 0 0;
  line-height: 1.8;
}
.working_modal .message .imgBox {
  width: 180px;
}
.working_modal .message .imgBox::after {
  border-radius: 50%;
}
.working_modal .message .imgBox img {
  border: 2px solid #000;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .wp_parts {
    margin: 10rem 0 10rem;
    padding: 0 0 6rem;
  }
  .wp_parts::after {
    top: 15px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100vw;
    height: calc(100% - 15px);
    min-width: 100%;
  }

  .wp_parts .eng_ttl {
    width: 100%;
  }

  .wp_parts .wp_ttl {
    margin: 2rem 0 0;
    padding: 5px 1rem;
    font-size: 1.5rem;
    border: 1px solid #000;
  }

  .wp_parts .wp_block {
    display: block;
    margin: 3rem 0 0;
  }
  .wp_parts .wp_item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .wp_parts .wp_item:nth-of-type(3n-1):nth-last-of-type(1) {
    margin: 0 0 30px 0;
  }
  .wp_parts .wp_item:last-child {
    margin: 0 0 0 0;
  }

  .wp_parts .num {
    width: 20%;
  }

  .wp_parts .imgBox {
    margin: 5px 0 0;
  }
  .wp_parts .imgBox::after {
    border-radius: 8px;
  }
  .wp_parts .imgBox img {
    border-radius: 8px;
  }

  .wp_parts .nameWrap {
    margin: 2rem 0 0;
    padding: 0 4rem 0 0;
  }
  .wp_parts .nameWrap::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  .wp_parts .job {
    padding: 5px 1rem;
    font-size: 1.4rem;
  }

  .wp_parts .name {
    margin: 5px 0 0;
    font-size: 1.8rem;
  }


  /*----- .working_modal -----*/
  .working_modal .modalBox {
    padding: 0 2rem 5rem;
  }

  .working_modal .upper {
    display: block;
    margin: -2rem 0 0;
  }
  .working_modal .upper .imgBox {
    width: 70%;
  }
  .working_modal .upper .imgBox::after {
    border-radius: 8px;
  }
  .working_modal .upper .imgBox img {
    border-radius: 8px;
  }
  .working_modal .upper .nameWrap {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0;
  }
  .working_modal .upper .job {
    padding: 5px 1rem;
    font-size: 1.4rem;
  }
  .working_modal .upper .name {
    margin: 5px 0 0;
    font-size: 1.8rem;
  }

  .working_modal .box {
    margin: 3rem 0 0;
  }
  .working_modal .ttl01 {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    border: 1px solid #000;
  }
  .working_modal .box .txt {
    margin: 1.5rem 0 0;
    line-height: 1.6;
  }

  .working_modal .message {
    background: #fefdd3;
    margin: 7rem 0 0;
    padding: 0 2rem 3rem;
    border-radius: 8px;
    position: relative;
  }
  .working_modal .message .eng {
    position: absolute;
    top: 50px;
    left: 80%;
    width: 40%;
    margin: 0 0 0 auto;
    transform: rotate(90deg);
  }
  .working_modal .message .flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0;
  }
  .working_modal .message .sbBox {
    width: 100%;
    background: none;
    margin: 2rem 0 0;
    padding: 0 0 0;
    border-radius: 0;
    order: 2;
  }
  .working_modal .message .sbBox::after {
    display: none;
  }
  .working_modal .message .txt {
    margin: 1.5rem 0 0;
    line-height: 1.6;
  }
  .working_modal .message .imgBox {
    width: 45%;
    margin: -4rem auto 0;
    order: 1;
  }
  .working_modal .message .imgBox img {
    border: 1px solid #000;
  }
}



/*--------------------------------------
　oneday_parts
---------------------------------------*/
.oneday_parts ul {
  margin: 0 0 0;
  padding: 0 0 0;
}
.oneday_parts ul li {
  margin: 0 0 0;
  padding: 0 0 0;
}
.oneday_parts ul li::before {
  display: none;
  background: none;
  border-radius: 0;
}

.oneday_parts {
  margin: 15rem 0 15rem;
  padding: 0 0 15rem;
  position: relative;
  z-index: 0;
}
.oneday_parts::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -80px;
  background: #ede7da;
  width: calc(100vw + 80px);
  height: calc(100% - 30px);
  min-width: 1000px;
  z-index: -1;
}

.oneday_parts .eng_ttl {
  width: 320px;
}

.oneday_parts .oneday_ttl {
  display: inline-block;
  margin: 3rem 0 0;
  background: #fff;
  padding: 5px 2rem;
  font-size: 1.8rem;
  border: 2px solid #000;
  border-radius: 0 100px 100px 100px;
}

.oneday_parts .oneday_block {
  margin: 5rem 0 0;
}

.oneday_parts .tabArea {
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
}
.oneday_parts .tabArea.top {
  align-items: flex-end;
}
.oneday_parts .tabArea.bottom {
  align-items: flex-start;
}
.oneday_parts .tabArea li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f9ff;
  width: calc(50% - 1rem);
  padding: 2rem 3rem 2rem;
  border: 2px solid #000;
  position: relative;
}
.oneday_parts .tabArea li:hover{
	opacity:0.6;
}
.oneday_parts .tabArea.top li {
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.oneday_parts .tabArea.bottom li {
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.oneday_parts .tabArea li.active {
  background: #000;
}
.oneday_parts .tabArea.top li.active {
  padding: 3rem 3rem 2rem;
}
.oneday_parts .tabArea.bottom li.active {
  padding: 2rem 3rem 3rem;
}
.oneday_parts .tabArea li::before {
  display: block;
  content: "";
	position: absolute;
	top: 50%;
  left: inherit;
  right: 20px;
  transform: translate(0,-50%);
	border: 8px solid transparent;
}
.oneday_parts .tabArea.top li::before {
	border-top: 10px solid #000;
}
.oneday_parts .tabArea.bottom li::before {
	border-bottom: 10px solid #000;
}
.oneday_parts .tabArea li.active::before {
  display: none;
}
.oneday_parts .tabArea li.active::after {
  content: "";
	position: absolute;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
}
.oneday_parts .tabArea.top li.active::after {
	top: 100%;
	border-top: 15px solid #000;
}
.oneday_parts .tabArea.bottom li.active::after {
  bottom: 100%;
	border-bottom: 15px solid #000;
}
.oneday_parts .tabArea .icon {
  width: 68px;
}
.oneday_parts .tabArea .tab_txt {
  width: calc(100% - 80px);
  font-size: 2rem;
  position: relative;
}
.oneday_parts .tabArea li.active .tab_txt {
  color: #fff;
}

.oneday_parts .tabContents {
  background: #fff;
  padding: 6rem 6rem 6rem;
  border: 2px solid #000;
  border-radius: 15px;
}

.oneday_parts .oneday_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 4rem;
  position: relative;
}
.oneday_parts .oneday_item:last-child {
  padding: 0 0 0;
}
.oneday_parts .oneday_item::after {
  content: "";
  position: absolute;
  top: 110px;
  left: 39px;
  height: calc(100% - 60px);
  border-left: 2px dotted #000;
}
.oneday_parts .oneday_item:first-child::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 50px);
  left: 39px;
  height: 60px;
  border-left: 2px dotted #000;
}
.oneday_parts .oneday_item:last-child::after {
  display: none;
}

.oneday_parts .time {
  width: 80px;
  padding: 6rem 0 0;
}
.oneday_parts .time img {
  width: 100%;
}
.oneday_parts .time_txt {
  font-size: 2.2rem;
  text-align: center;
}

.oneday_parts .oneday_box {
  width: calc(100% - 120px);
}

.oneday_parts .txt01 {
  margin: 0 0 3rem;
  padding: 0 4rem;
}
.oneday_parts .txt01:last-child {
  margin: 0 0 0;
}

.oneday_parts .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2rem 0 0;
  padding: 3rem 4rem 3rem;
}

.oneday_parts .txtBox {
  width: calc(100% - 300px);
}

.oneday_parts .cc {
  font-size: 2.4rem;
}

.oneday_parts .sub {
  display: inline-block;
  background: #fff;
  margin: 1rem 0 0;
  padding: 8px 1.5rem;
  font-size: 1.4rem;
  border: 2px solid #000;
  border-radius: 100px;
}

.oneday_parts .txt02 {
  margin: 2rem 0 0;
}

.oneday_parts .imgBox {
  width: 260px;
}
.oneday_parts .imgBox.bs01::after {
  border-radius: 15px;
}
.oneday_parts .imgBox.bs02::after {
  border-radius: 15px 50% 15px 50%;
}
.oneday_parts .imgBox.bs03::after {
  border-radius: 100px;
}
.oneday_parts .imgBox.bs01 img {
  border-radius: 15px;
}
.oneday_parts .imgBox.bs02 img {
  border-radius: 15px 50% 15px 50%;
}
.oneday_parts .imgBox.bs03 img {
  border-radius: 100px;
}

.oneday_parts .list li {
  margin: 0 0 1rem;
  padding: 0 0 0 3rem;
  font-size: 1.8rem;
  position: relative;
}
.oneday_parts .list li:last-child {
  margin: 0 0 0;
}
.oneday_parts .list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url("img/modal_open.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.oneday_parts .list li a {
  font-weight: bold;
  text-decoration: none;
}


/*----- .oneday_modal -----*/
.oneday_modal .modalBox {
  padding: 5rem 6rem 5rem;
}
.oneday_modal .eng {
  width: 330px;
}
.oneday_modal .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.oneday_modal .imgBox {
  width: 215px;
}
.oneday_modal .imgBox::after {
  border-radius: 100px;
}
.oneday_modal .imgBox img {
  border-radius: 100px;
}
.oneday_modal .txtBox {
  width: calc(100% - 255px);
}
.oneday_modal .txt {
  margin: 2rem 0 0;
  line-height: 1.8;
}


.bg01 {
  background: #fefdd3;
}
.bg02 {
  background: #e5f5e3;
}

@media screen and (max-width: 768px) {
  .oneday_parts {
    margin: 10rem 0 10rem;
    padding: 0 0 6rem;
  }
  .oneday_parts::after {
    top: 15px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100vw;
    height: calc(100% - 15px);
    min-width: 100%;
  }

  .oneday_parts .eng_ttl {
    width: 55%;
  }

  .oneday_parts .oneday_ttl {
    margin: 2rem 0 0;
    padding: 5px 1rem;
    font-size: 1.5rem;
    border: 1px solid #000;
  }

  .oneday_parts .oneday_block {
    margin: 3rem 0 0;
  }

  .oneday_parts .tabArea {
    padding: 0 1rem;
  }
  .oneday_parts .tabArea li {
    display: block;
    width: calc(50% - 3px);
    padding: 1rem 1.5rem 1.5rem;
    border: 1px solid #000;
    text-align: center;
  }
  .oneday_parts .tabArea.top li {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
  }
  .oneday_parts .tabArea.bottom li {
    padding: 1.5rem 1.5rem 1rem;
    border-radius: 0 0 5px 5px;
    border-top: none;
  }
  .oneday_parts .tabArea.top li.active {
    padding: 2rem 1.5rem 1rem;
  }
  .oneday_parts .tabArea.bottom li.active {
    padding: 1rem 1.5rem 2rem;
  }
  .oneday_parts .tabArea li::before {
    top: inherit;
    bottom: 0;
    left: 50%;
    right: inherit;
    transform: translate(-50%,0);
    border: 5px solid transparent;
  }
  .oneday_parts .tabArea.top li::before {
    border-top: 8px solid #000;
  }
  .oneday_parts .tabArea.bottom li::before {
    bottom: inherit;
    top: 0;
    border-bottom: 8px solid #000;
  }
  .oneday_parts .tabArea li.active::after {
    margin-left: -8px;
    border: 8px solid transparent;
  }
  .oneday_parts .tabArea.top li.active::after {
    border-top: 10px solid #000;
  }
  .oneday_parts .tabArea.bottom li.active::after {
    border-bottom: 10px solid #000;
  }
  .oneday_parts .tabArea .icon {
    width: 40px;
    margin: auto;
  }
  .oneday_parts .tabArea .tab_txt {
    width: 100%;
    margin: 5px 0 0;
    font-size: 1.5rem;
  }
  
  .oneday_parts .tabContents {
    padding: 4rem 2rem 4rem;
    border: 1px solid #000;
    border-radius: 8px;
  }

  .oneday_parts .oneday_item {
    padding: 0 0 3rem;
  }
  .oneday_parts .oneday_item::after {
    top: 60px;
    left: 19px;
    height: calc(100% - 40px);
    border-left: 1px dotted #000;
  }
  .oneday_parts .oneday_item:first-child::before {
    bottom: calc(100% - 25px);
    left: 19px;
    height: 30px;
    border-left: 1px dotted #000;
  }

  .oneday_parts .time {
    width: 40px;
    padding: 3rem 0 0;
  }
  .oneday_parts .time_txt {
    font-size: 1.4rem;
  }

  .oneday_parts .oneday_box {
    width: calc(100% - 55px);
  }

  .oneday_parts .txt01 {
    margin: 0 0 1.5rem;
    padding: 0 0;
  }

  .oneday_parts .flex {
    display: block;
    margin: 1.5rem 0 0;
    padding: 1.5rem 2rem 1.5rem;
  }

  .oneday_parts .txtBox {
    width: 100%;
  }

  .oneday_parts .cc {
    font-size: 1.6rem;
  }

  .oneday_parts .sub {
    margin: 1rem 0 0;
    padding: 5px 1rem;
    font-size: 1.3rem;
    border: 1px solid #000;
  }

  .oneday_parts .txt02 {
    margin: 1.5rem 0 0;
  }

  .oneday_parts .imgBox {
    width: 100%;
    margin: 1.5rem 0 0;
  }
  .oneday_parts .imgBox.bs01::after {
    border-radius: 8px;
  }
  .oneday_parts .imgBox.bs02::after {
    border-radius: 8px 50% 8px 50%;
  }
  .oneday_parts .imgBox.bs01 img {
    border-radius: 8px;
  }
  .oneday_parts .imgBox.bs02 img {
    border-radius: 8px 50% 8px 50%;
  }

  .oneday_parts .list li {
    margin: 0 0 8px;
    padding: 0 0 0 2.5rem;
    font-size: 1.5rem;
  }
  .oneday_parts .list li::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }


  /*----- .oneday_modal -----*/
  .oneday_modal .modalBox {
    padding: 2rem 2rem 2rem;
  }
  .oneday_modal .eng {
    width: 50%;
  }
  .oneday_modal .flex {
    display: block;
  }
  .oneday_modal .imgBox {
    width: 70%;
    margin: 2rem auto 0;
  }
  .oneday_modal .txtBox {
    width: 100%;
  }
  .oneday_modal .txt {
    margin: 1.5rem 0 0;
    line-height: 1.6;
  }
  .oneday_parts .tabArea li:hover{
  opacity:1;
  }
}



/*--------------------------------------
　summary_parts
---------------------------------------*/
.summary_parts {
  margin: 15rem 0 15rem;
  padding: 10rem 0 10rem;
  position: relative;
  z-index: 0;
}
.summary_parts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: #fffca8;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  z-index: -1;
}

.summary_parts .summary_block {
  background: #fff;
  max-width: 880px;
  margin: auto;
  padding: 6rem 6rem 6rem;
  border: 2px solid #000;
  border-radius: 15px;
}

.summary_parts .eng_ttl {
  width: 250px;
  margin: auto;
}

.summary_parts .cc {
  margin: 3rem 0 0;
  padding: 0 0 2rem;
  font-size: 3.2rem;
  text-align: center;
  border-bottom: 2px dotted #000;
}

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

.summary_parts .btn-web a {
  margin: 4rem auto 0;
}

.summary_parts .btn-internal a {
  margin: 4rem auto 0;
}

.summary_parts .btn-link a {
  margin: 4rem 0 0;
}

@media screen and (max-width: 768px) {
  .summary_parts {
    margin: 10rem 0 10rem;
    padding: 6rem 0 6rem;
  }
  .summary_parts::after {
    min-width: 100%;
  }

  .summary_parts .summary_block {
    max-width: 100%;
    padding: 3rem 2rem 3rem;
    border: 1px solid #000;
    border-radius: 8px;
  }

  .summary_parts .eng_ttl {
    width: 70%;
  }

  .summary_parts .cc {
    margin: 2rem 0 0;
    padding: 0 0 1.5rem;
    font-size: 2rem;
    border-bottom: 1px dotted #000;
  }

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

  .summary_parts .btn-web a {
    margin: 2rem auto 0;
  }

  .summary_parts .btn-internal a {
    margin: 2rem auto 0;
  }

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



/*--------------------------------------
　related-article01-frame
---------------------------------------*/
.related-article01-frame {
  background: #fff;
  max-width: 800px;
  margin: 10rem auto 10rem;
  padding: 6rem 6rem 6rem;
  border: 2px solid #000;
  border-radius: 35px;
}

.related-article01-frame .eng_ttl {
  width: 390px;
}

.related-article01-title {
  display: inline-block;
  margin: 3rem 0 0;
  background: #fff;
  padding: 5px 2rem;
  font-size: 1.8rem;
  border: 2px solid #000;
  border-radius: 0 100px 100px 100px;
}
.related-article01-title span {
	font-weight: bold;
}

ul.related-article01-list {
	margin: 3rem 0 0;
}
ul.related-article01-list li {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #dedede;
	position: relative;
}
ul.related-article01-list li:first-child {
  border-top: 1px solid #dedede;
}
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: block;
  padding: 0.5rem 4rem 0.5rem 0;
  font-weight: bold;
	text-decoration: none;
  position: relative;
}
ul.related-article01-list li .relations-box__body p{
  margin-top:0;
  margin-bottom:0;
  font-size:1.5rem;
}
ul.related-article01-list li a::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 0;
  background: url("img/arrow02.png") left top no-repeat;
  background-size: contain;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

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

  .related-article01-frame .eng_ttl {
    width: 100%;
  }

  .related-article01-title {
    margin: 2rem 0 0;
    padding: 5px 1rem;
    font-size: 1.5rem;
    border: 1px solid #000;
  }

  ul.related-article01-list {
    margin: 2rem 0 0;
  }
  ul.related-article01-list li {
    font-size: 1.5rem;
  }
  ul.related-article01-list li a {
    padding: 0.5rem 3rem 0.5rem 0;
  }
  ul.related-article01-list li a::after {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
}



/*--------------------------------------
　sv_parts
---------------------------------------*/
.sv_parts {
  margin: 15rem 0 0;
  padding: 0 0 10rem;
  position: relative;
  z-index: 0;
}
.sv_parts::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%,0);
  background: #fffca8;
  width: 100vw;
  height: calc(100% - 30px);
  min-width: 1000px;
  z-index: -1;
}

.sv_parts .eng_ttl {
  width: 570px;
  margin: auto;
}

.sv_parts .ttlWrap {
  margin: 4rem 0 0;
  text-align: center;
}
.sv_parts .sv_ttl {
  font-size: 3.6rem;
  position:relative;
}
.sv_parts .sv_ttl a{
}
.sv_parts .sv_ttl a:after{
    content: "";
    position: absolute;
    top: 55%;
    right: auto;
    background: url(img/arrow02.png) left 10px top no-repeat;
    background-size: contain;
    width: 42px;
    height: 32px;
    margin-top: -16px;
}
.sv_parts .ttl_sub {
  display: inline-block;
  margin: 1rem 0 0;
  background: #fff;
  padding: 5px 2rem;
  font-size: 1.6rem;
  border: 2px solid #000;
  border-radius: 0 100px 100px 100px;
}

.sv_parts .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5rem 0 0;
}

.sv_parts .txtBox {
  width: calc(100% - 490px);
}

.sv_parts .cc {
  font-size: 3rem;
}
.sv_parts .cc .mark {
  background: linear-gradient(transparent 70%, #ffffff 0%);
}

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

.sv_parts .imgBox {
  background: #fff;
  width: 440px;
  border: 2px solid #000;
  border-radius: 0 0 10px 10px;
}

.sv_parts .captionWrap {
  border-top: 2px solid #000;
  padding: 1.5rem 2rem;
}
.sv_parts .caption {
  margin: 0 0 0;
  text-align: center;
}

.sv_parts .btnBox {
  display: flex;
  justify-content: center;
  margin: 6rem 0 0;
}
.sv_parts .btnBox div {
  width: 460px;
  margin: 0 1rem;
}
.sv_parts .btnBox div a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto 0;
}

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

@media screen and (max-width: 768px) {
  .sv_parts {
    margin: 10rem 0 0;
    padding: 0 0 6rem;
  }
  .sv_parts::after {
    top: 15px;
    height: calc(100% - 15px);
    min-width: 100%;
  }

  .sv_parts .eng_ttl {
    width: 100%;
  }

  .sv_parts .ttlWrap {
    margin: 2rem 0 0;
  }
  .sv_parts .sv_ttl {
    font-size: 2rem;
  }
  .sv_parts .ttl_sub {
    margin: 5px 0 0;
    padding: 5px 1rem;
    font-size: 1.2rem;
    border: 1px solid #000;
  }

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

  .sv_parts .txtBox {
    width: 100%;
  }

  .sv_parts .cc {
    font-size: 1.8rem;
    text-align: center;
  }
  
  .sv_parts .txt {
    margin: 2rem 0 0;
  }

  .sv_parts .imgBox {
    width: 100%;
    margin: 2rem 0 0;
    border: 1px solid #000;
    border-radius: 0 0 5px 5px;
  }

  .sv_parts .captionWrap {
    border-top: 1px solid #000;
    padding: 1rem 1.5rem;
  }

  .sv_parts .btnBox {
    display: block;
    margin: 4rem 0 0;
  }
  .sv_parts .btnBox div {
    width: 100%;
    margin: 0 0 2rem;
  }
  .sv_parts .btnBox div:last-child {
    margin: 0 0 0;
  }
  .sv_parts .btnBox div a {
    display: block;
    max-width: 90%;
  }

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





/*--------------------------------------
　fixed_bnr
---------------------------------------*/
.fixed_bnr {
  position: fixed;
  top: 10px;
  right: 110px;
  width: 260px;
  z-index: 1;
  transition: all 0.3s ease;
}
.fixed_bnr .btn-web a {
  max-width: 100%;
  margin: 0 0 0;
	padding: 1.5rem 4rem;
  font-size: 1.5rem;
}
.fixed_bnr .btn-web a::after {
	right: 10px;
	width: 26px;
	height: 26px;
	margin-top: -13px;
}

@media screen and (max-width: 768px) {
  .fixed_bnr {
    position: fixed;
    top: inherit;
    bottom: 3px;
    left: 10px;
    right: inherit;
    width: calc(100% - 120px);
  }
  .fixed_bnr .btn-web a {
    padding: 1rem 4rem;
    font-size: 1.5rem;
  }
  .fixed_bnr .btn-web a::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

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



.voicebtn {
		margin: 3rem auto;
		width: 40rem;
}

@media screen and (max-width: 767px) {
		.voicebtn {
				width: 90%;
		}
}

.voicebtn .btn-voice {
		position: relative;
}
.voicebtn .btn-voice:before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		display: block;
		content: "";
		left: 2.3rem;
		background: url("https://www.jido-career.com/wp/wp-content/uploads/icn_voice.png") no-repeat center center;
		background-size: 100% auto;
		width: 3.7rem;
		height: 4rem;
		z-index: 2;
}
.voicebtn .btn-voice a {
		position: relative;
		display: block;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.25;
		font-weight: 700;
		width: 100%;
		margin: 0 auto;
		background: #fff;
		border: 2px solid #1F69D2;
		border-radius: 100rem;
		padding: 1.5rem 6rem;
	  word-break: break-word;
  overflow-wrap: break-word;
	    text-decoration: none;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.voicebtn .btn-voice a:before, .voicebtn .btn-voice a:after {
		position: absolute;
		right: 0.9rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		display: block;
		content: "";
}
.voicebtn .btn-voice a:before {
		right: 1.95rem;
		background: url("https://www.jido-career.com/wp/wp-content/uploads/icn_arrow02_b-1.png") no-repeat center center;
		background-size: 100% auto;
		width: 0.7rem;
		height: 1.3rem;
		z-index: 2;
}
.voicebtn .btn-voice a:after {
		content: "";
		width: 3rem;
		height: 3rem;
		background: #fff;
		border: 1px solid #1F69D2;
		border-radius: 100%;
		z-index: 1;
}



.voicebtn {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.bnr-voice a {
		text-decoration: none;
}
@media screen and (min-width: 768px) {
	.voicebtn:hover{
				opacity: 1;
				-webkit-transform: scale(1.1);
				        transform: scale(1.1);
		}
		.voicebtn:hover a{
				opacity: 1;
		}
}

.voicebnr {
		margin: 3rem auto;
		width: 35.9rem;
}
@media screen and (max-width: 767px) {
		.voicebnr {
				width: 100%;
		}
}
.voicebnr .bnr-voice {
		border: 2px solid #C6C6C6;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.voicebnr .bnr-voice .bnr-txt {
		display: block;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.25;
		font-weight: 700;
		background: #FFF1BA;
		padding: 1.1rem 1rem;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
@media screen and (max-width: 767px) {
		.voicebnr .bnr-voice .bnr-txt {
				padding: 1.5rem 1rem;
		}
}
.voicebnr .bnr-voice .bnr-img {
		position: relative;
	background: #fff;
		display: block;
		padding: 1.9rem 6.7rem 1.9rem 4rem;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}
.voicebnr .bnr-voice .bnr-img:before, .voicebnr .bnr-voice .bnr-img:after {
		position: absolute;
		right: 0.9rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		display: block;
		content: "";
}
.voicebnr .bnr-voice .bnr-img:before {
		right: 1.95rem;
		background: url("https://www.jido-career.com/wp/wp-content/uploads/icn_arrow02_b-1.png") no-repeat center center;
		background-size: 100% auto;
		width: 0.7rem;
		height: 1.3rem;
		z-index: 2;
}
.voicebnr .bnr-voice .bnr-img:after {
		content: "";
		width: 3rem;
		height: 3rem;
		background: #fff;
		border: 1px solid #1F69D2;
		border-radius: 100%;
		z-index: 1;
}


.voicebnr {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
}

.voicebnr .bnr-voice a{
    text-decoration: none;
}

@media screen and (min-width: 768px) {
.voicebnr:hover {
				opacity: 1;
				-webkit-transform: scale(1.1);
				        transform: scale(1.1);
		}
 .voicebnr:hover a {
				opacity: 1;
		}
}


