@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: 500;
  src: url("fonts/ZKG-500.woff2") format("woff2"), url("fonts/ZKG-500.woff") format("woff");
  font-display: swap;
}

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

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

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*----------------------------------------------------------------------------
　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:500;
  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: #413f3d;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

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

.inter {
  font-family: 'Inter';
  font-weight: 400;
  letter-spacing: 0.08em;
}

.vertical {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-family: "Zen Kaku Gothic New 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-wh {
  color: #fff;
}
.cl-bl {
  color: #25557b;
}
.cl-or {
  color: #d55236;
}


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

.contents {
  background: #fdfdfd;
  width: 100%;
  margin: auto;
  padding: 4rem 0 6rem;
  position: relative;
  z-index: 0;
}
.contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/lower_bg01.png") center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 1052px;
  box-sizing: border-box;
  z-index: -1;
}

.contents__inner {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 0;
}
.contents__inner::after {
  content: "";
  position: absolute;
  top: 460px;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/lower_bg02.png") center top repeat-y;
  background-size: 1800px auto;
  width: 1800px;
  height: 100%;
  z-index: -1;
}

#category,
#page {
  width: 1000px;
  margin: auto!important;
  padding: 0!important;
	box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    min-width: 100%;
  }
  
	.contents {
		padding: 3rem 2rem 4rem;
	}
  .contents::after {
    background: url("img/lower_bg01.png") center top no-repeat;
    background-size: 100% auto;
    height: 500px;
  }

  .contents__inner {
    width: 100%;
  }
  .contents__inner::after {
    top: 400px;
    background: url("img/lower_bg02.png") center top repeat-y;
    background-size: 105% auto;
    width: 100vw;
    height: 100%;
  }
  
	#category,
	#page {
		width: 100%;
	}
}


/*--------------------------------------
　fixed-nav
---------------------------------------*/
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(237 233 224);
  width: 100%;
  height: 70px;
  min-width: 1000px;
  padding: 0 2rem;
  z-index: 1;
	border-bottom:2px solid #d8d1c1;
}

.fixed-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: calc(100% - 70px);
}

.fixed-nav .logo {
  width: 162px;
}

.fixed-nav .nav-list {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 502px);
}
.fixed-nav .nav-list li {
  margin: 0 2rem 0 0;
}
.fixed-nav .nav-list li:not(:last-child) {
  padding: 0 2rem 0 0;
  border-right: 2px solid #ccc;
}
.fixed-nav .nav-list li a {
  padding: 0 3.5rem 0 0 ;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.fixed-nav .nav-list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-bk.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 24px;
  box-sizing: border-box;
}

.fixed-nav .btn-web a {
  display: flex;
  align-items: center;
  background: #d55236 url("img/icon-web-taxi.png") left -5px bottom 5px no-repeat;
  background-size: 62px auto;
  width: 340px;
  max-width: 340px;
  height: 70px;
  margin: 0 0 0;
	padding: 0 7rem 0 5rem;
  font-size: 1.6rem;
}
.fixed-nav .btn-web a::after {
content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 45px;
    height: 45px;
}
.fixed-nav .btn-web a:hover {
	background: #832121 url("img/icon-web-taxi.png") left -5px bottom 5px no-repeat;
  background-size: 62px auto;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .fixed-nav {
    top: inherit;
    bottom: 0;
    left: 0;
    background: none;
    width: calc(100% - 70px);
    height: auto;
    min-width: calc(100% - 70px);
    padding: 0 0;
  }

  .fixed-nav__inner {
    display: block;
    height: auto;
    width: 100%;
  }

  .fixed-nav .logo {
    display: none;
  }

  .fixed-nav .nav-list {
    display: none;
  }

  .fixed-nav .btn-web a {
    display: flex;
    align-items: center;
    background: #d55236 url("img/icon-web-taxi.png") left -5px bottom 5px no-repeat;
    background-size: 20% auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 1.5rem 5.5rem 1.5rem 3.5rem;
    font-size: 3.8vw;
    border-radius: 30px 30px 0 0;
  }
  .fixed-nav .btn-web a::before {
    border-radius: 29px 29px 0 0;
  }
  .fixed-nav .btn-web a::after {
    right: 13px;
    width: 38px;
    height: 38px;
  }
  .fixed-nav .btn-web a:hover {
    background: #832121 url("img/icon-web-taxi.png") left -5px bottom 5px no-repeat;
    background-size: 20% auto;
  }  
}


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

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

header .logo_wrap {
  width: 162px;
}

header .sitename_wrap {
  width: calc(100% - 182px);
  font-size: 1.2rem;
	text-align: end;
}
header .sitename a {
  font-weight: 500;
}

.header_lower {
  position: absolute;
  top: 0;
  left: 0;
  padding:1rem 9rem 1rem 2rem;
}
.header_lower .sitename {
  display: inline-block;
}
.header_lower .sponsored {
  display: inline-block;
  margin-left: 2rem;
}
.header_lower .operation {
  margin: 0;
}

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

  header .boxInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  header .logo_wrap {
    width: 30%;
    margin: 1.5rem auto 0;
    order: 2;
  }

  header .sitename_wrap {
    width: calc(100% - 50px);
    font-size: 1.1rem;
    order: 1;
	  text-align: left;
  }

  .header_lower {
    background: #ede9e0;
    position: relative;
    padding: 1rem 1rem;
	          background: #e3dccb;
  }
  .header_lower .sponsored {
    margin-left: 0;
  }
  .header_lower .operation {
    margin: 5px 0 0;
	  color: #8f8f8f;
  }
}


/*--------------------------------------
　mv-lower
---------------------------------------*/
.mv-lower {
  background: url("img/mv-lower_bg.jpg") center center repeat-y;
  background-size: 100% auto;
  width: 100%;
  min-width: 1000px;
  position: relative;
  z-index: 1;
}
.mv-lower::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  background: url("img/mv-lower_img01.png") left top no-repeat;
  background-size: contain;
  width: 444px;
  height: 296px;
  box-sizing: border-box;
  z-index: -1;
}
.mv-lower::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 65%;
  background: url("img/mv-lower_img02.png") left top repeat-x;
  background-size: 704px auto;
  width: 100%;
  height: 145px;
  box-sizing: border-box;
  z-index: -1;
 opacity: 0.6;
}

.mv-lower__inner {
  padding: 14rem 0 9rem;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 0;
}

.mv-lower h1 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .mv-lower {
    min-width: 100%;
  }
  .mv-lower::before {
    bottom: -30px;
    right: inherit;
    left: -40px;
    width: 40%;
    height: 0;
    padding-top: calc(40%*296/444);
  }
  .mv-lower::after {
    left: 50%;
    background: url("img/mv-lower_img02.png") left top repeat-x;
    background-size: 100% auto;
    width: 100%;
    height: 0;
	bottom: -5px;
    padding-top: calc(100%*156/715);
  }

  .mv-lower__inner {
    padding:4rem 2rem 4.5rem;
    max-width: 100%;
  }

  .mv-lower h1 {
    font-size: 2.5rem;
  }
}


/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background: #d55236;
	box-sizing: border-box;
  border-radius: 0 0 0 10px;
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #fff;
	width: 30px;
	height: 1px;
	margin: auto;
	border-radius: 0;
	transition: all .5s ease-in-out;
}
#hb-menu span:nth-of-type(2),
#hb-menu span:nth-of-type(3){
	margin-top: 9px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span:nth-of-type(1) {
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-ms-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(8px) 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(-8px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) 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: #fff;
	width: 40%;
	height: 100%;
	padding: 12rem 0;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .5s;
	transform: translateX(100%);
	z-index: 9999;
}
.hb-open .g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	transform: translateX(0);
	transform: translateZ(0);
}
.g-nav .g-nav-inner::-webkit-scrollbar {
  display: none;
}

.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: 1px solid #413f3d;
  position: relative;
}
.hb_menu_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%) rotate(90deg);
  background: url("img/arrow-link.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.hb_menu_title.open::after {
  transform: translate(0,-50%) rotate(-90deg);
}	
.hb_menu_title.first {
  padding: 2rem 0 2rem 0;
}
.hb_menu_title.first::after {
  display: none;
}

.hb_menu_title_link {
	display: block;
	padding: 0 4rem 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
  pointer-events: none;
  cursor: pointer;
}
.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;
  transform: translate(0,-50%);
  background: url("img/arrow-link.png") left top no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}

.hb_menu_list {
	display: none;
	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: block;
}

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


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
	/*----- hb-menu -----*/
	#hb-menu {
		width: 50px;
		height: 50px;
	}
	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		width: 22px;
	}
	#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%;
		padding: 6rem 2rem;
	}
	
	.hb_menu_wrapper {
		max-width: 100%;
		margin: auto;
	}
	
  .hb_menu_title {
    padding: 1.5rem 0 1.5rem 0;
  }
  .hb_menu_title::after {
    width: 18px;
    height: 18px;
  }
  .hb_menu_title.first {
    padding: 1.5rem 0 1.5rem 0;
  }

  .hb_menu_title_link {
    padding: 0 2.5rem 0 0;
    font-size: 1.5rem;
  }
  .hb_menu_title.first .hb_menu_title_link::after {
    width: 18px;
    height: 18px;
  }

  .hb_menu_list_item {
    margin: 0 0 0 0;
    padding: 1.5rem 0 1.5rem 1rem;
    border-bottom: 1px solid #c1c1c1;
  }

  .hb_menu_list_link {
    display: block;
    padding: 0 2.5rem 0 1.5rem;
  }
	  .hb_menu_list_link br{
    display:none;
  }
  .hb_menu_list_link::before {
    width: 6px;
  }
  .hb_menu_list_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: url("img/arrow-link.png") left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
  }  
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 1000px;
	margin: 0 auto 0;
  padding:0;
  font-size: 1.4rem;
  position: relative;
  z-index: 0;
}
#pankuzu a {
	display: inline-block;
  text-decoration: underline;
  font-weight: 500;
	line-height: 1.8;
}
#pankuzu a:hover {
  text-decoration: none;
}

#pankuzu br{
  display:none;
}

@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		padding: 0 0 0.5rem 0;
		font-size: 1.2rem;
		white-space: nowrap;
		overflow: auto;
	}
	#pankuzu::-webkit-scrollbar{
		height: 2px;
}
	#pankuzu::-webkit-scrollbar-track{
		background: #efefef;
		margin: 0 0;
		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: #ededeb;
	width: 100%;
	min-width: 1000px;
}

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




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

.l-footer-media {
  background: #fbf9f6;
  padding: 4rem 6rem 4rem;
  border-radius: 10px;
}
.l-footer-media__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer-logo {
	width: 162px;
}
.l-footer-logo a {
	display: block;
}
.l-footer-media__ttl {
	width: calc(100% - 182px);
  font-size: 2.2rem;
}
.l-footer-media .txt {
  margin: 3rem 0 0;
}
.l-footer-media .btn-link a {
  margin: 3rem 0 0;
}

.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 #413f3d;
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 4rem 0 0;
  font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
  transition: all 0.3s ease;
	position: relative;
}
.l-footer-menu__title__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-link.png") left top no-repeat;
  background-size: contain;
	width: 24px;
	height: 24px;
  box-sizing: border-box;
}

.l-footer-menu__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
	box-sizing: border-box;
	margin-top: 2rem;
  gap: 0 30px;
}

.l-footer-menu__list__item {
  width: calc((100% - 60px) / 3);
  margin: 0 0 15px 0;
	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;
  transform: translate(0,-50%);
  background: url("img/arrow-link.png") left top no-repeat;
  background-size: contain;
	width: 20px;
	height: 20px;
  box-sizing: border-box;
}

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

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

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

.l-footer-area .menseki {
	background: rgba(74,73,72,0.8);
	max-width: 720px;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
  border-radius: 10px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2;
}

.l-footer-area .menseki a{
	color: #fff;
	    text-decoration: underline;
}
.l-footer-area .menseki span {
  display: inline-block;
}

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

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

.l-footer-copy {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  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;
  transform: translate(0,-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

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

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

  .l-footer-media {
    padding: 3rem 2rem 3rem;
    border-radius: 5px;
  }
  .l-footer-media__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .l-footer-logo {
    width: 50%;
    margin: 1rem auto 0;
    order: 2;
  }
  .l-footer-media__ttl {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    order: 1;
  }
  .l-footer-media .txt {
    margin: 2rem 0 0;
  }
  .l-footer-media .btn-link a {
    margin: 2rem 0 0;
  }

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

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

  .l-footer-menu__title {
    padding: 1.5rem 0 1.5rem 0;
  }
	.l-footer-menu__title::after { 
		content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%) rotate(90deg);
    background: url("img/arrow-link.png") left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
  }
	.l-footer-menu__title.open::after {
    transform: translate(0,-50%) rotate(-90deg);
	}


  .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;
    gap: 0 0;
  }

  .l-footer-menu__list__item {
    width: 100%;
    margin: 0 0 0 0;
    border-bottom: 1px solid #413f3d;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }

  .l-footer-menu__list__link {
    padding: 1.5rem 2.5rem 1.5rem 1rem;
  }
  .l-footer-menu__list__link::after {
    width: 18px;
    height: 18px;
  }

  .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 #413f3d;
  }

  .l-footer-submenu__list__link {
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  }
  .l-footer-submenu__list__link::before {
    top: 26px;
    left: 15px;
    width: 6px;
  }
  .l-footer-submenu__list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: url("img/arrow-link.png") left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
  }

  .l-footer-area .menseki {
    max-width: 100%;
    margin: 3rem auto 0;
    padding: 1.5rem 1.5rem;
    border-radius: 5px;
    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;
    transform: translate(0,-50%) rotate(45deg);
		width: 6px;
		height: 6px;
		border-top: 1px solid #413f3d;
		border-right: 1px solid #413f3d;
	}
}


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

.l-pagetop__link {
  display: block;
}

@media screen and (max-width: 768px) {
	.l-pagetop {
		bottom: 10px;
		right: 5px;
		width: 50px;
	}
}


/*--------------------------------------
　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 h2 {
  background: linear-gradient(90deg, #4d7391, #5498bd);
	margin: 7rem 0 2rem;
	padding: 2rem 2rem 2rem 3rem;
	color: #fff;
	font-size: 3.6rem;
  border-left: 6px solid #25557b;
  border-radius: 0 10px 10px 0;
	position: relative;
}

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


.contents h3 {
	margin: 5rem 0 2rem;
	padding: 0 0 1.5rem 7rem;
	font-size: 2.8rem;
	border-bottom:4px dotted #df78628a;
  position: relative;
}
.contents h3::before {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
  left: 0;
  transform: translate(0,-50%);
  background: url("img/icon-taxi-rd.png") left top no-repeat;
  background-size: contain;
	width: 50px;
	height: 50px;
  box-sizing: border-box;
}

.contents h3 a {
	padding: 0 7rem 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;
  transform: translate(0,-50%);
  background: url("img/arrow-bk.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 28px;
  box-sizing: border-box;
}


.contents h4 {
	color: #25557b;
	margin: 4rem 0 2rem;
  padding: 0 0 0 3rem;
	font-size: 2.2rem;
  position: relative;
}
.contents h4::before {
	content: "";
	position: absolute;
	top: 18px;
  left: 0;
  background: #25557b;
	width: 25px;
	height: 1px;
  box-sizing: border-box;
}

.contents h4 a {
	padding: 0 7rem 0 0;
	color: #25557b;
	position: relative;
}
.contents h4 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow-bk.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 28px;
  box-sizing: border-box;
}


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

.contents h5 a {
	padding: 0 7rem 0 0;
	position: relative;
}
.contents h5 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow-bk.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 28px;
  box-sizing: border-box;
}


.contents .check-ttl {
  background: #d19c45;
  margin:8rem 0 2rem;
  padding: 2rem 2rem 2rem 8rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #d19c45;
  position: relative;
}
.contents .check-ttl::before {
        content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translate(0, -50%);
    background: url(img/icon-check-ttl.png) left top no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents h2 {
    margin: 5rem 0 1.5rem;
    padding:0.8rem 1.5rem 1rem 1.5rem;
    font-size: 2.2rem;
    border-left: 3px solid #25557b;
    border-radius: 0 5px 5px 0;
  }

  .contents h2 a {
    padding: 0 4rem 0 0;
  }
  .contents h2 a::before {
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
  }
  .contents h2 a::after {
    width: 25px;
    height: 25px;
  }


  .contents h3 {
    margin: 3.5rem 0 1.5rem;
    padding: 0 0 1.5rem 5rem;
    font-size: 1.8rem;
  }
  .contents h3::before {
    top: calc(50% - 5px);
    width: 40px;
    height: 40px;
  }

  .contents h3 a {
    padding: 0 3rem 0 0;
  }
  .contents h3 a::before {
    height: calc(100% + 1rem);
  }
  .contents h3 a::after {
    right: 0;
    width: 18px;
    height: 18px;
  }


  .contents h4 {
    margin: 3rem 0 1.5rem;
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
  }
  .contents h4::before {
    top: 12px;
    width: 25px;
  }

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


  .contents h5 {
    margin: 3rem 0 1.5rem;
    font-size: 1.5rem;
  }

  .contents h5 a {
    padding: 0 3rem 0 0;
  }
  .contents h5 a::after {
    right: 0;
    width: 18px;
    height: 18px;
  }
  
  
  .contents .check-ttl {
    margin: 4rem 0 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 5.5rem;
    font-size: 1.8rem;
    border-radius: 5px;
  }
  .contents .check-ttl::before {
    left: 10px;
   width: 43px;
        height: 43px;
  }
}



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

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

.txt_bold {
	color: #c82b09;
	font-weight: bold;
}
.marker {
  border-bottom: 2px solid #f39581;
	font-weight: bold;
}


.caption {
	margin: 1rem 0 0 0;
	padding: 0 0 0.5rem 0;
	font-size: 1.2rem;
	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: 1.5rem 0 1.5rem;
    font-size: 1.6rem;
		line-height: 1.8;
	}
	
	.caption {
		margin: 1rem 0 0 0;
    font-size: 1rem;
	}
}



/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
	margin: 3rem 0 3rem;
}
.contents ul li {
  margin:0 0 0.5rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.8;
	position: relative;
}
.contents.sm ul li br{
	display:none;
}

.contents ul li:last-child {
  margin: 0 0 0 0;
}
.contents ul li::before {
  content: "";
  display: block;
	position: absolute;
  top: 13px;
  left: 0;
	background: #d55236;
  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 3rem;
	font-size: 1.7rem;
  font-weight: bold;
  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);
  display: flex;
  justify-content: center;
  align-items: center;
	position: absolute;
	top: 8px;
	left: 0;
  background: #9e842a;
  width: 17px;
  height: 17px;
	color: #fff;
	font-size: 1.3rem;
  font-weight: bold;
  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: 2.5rem 0 2.5rem;
  }
  .contents ul li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .contents ul li::before {
    top: 10px;
  }


  /*----- olリスト -----*/
  .contents ol {
    margin: 3rem 0 3rem;
  }
  .contents ol li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .contents ol li::before{
    top: 6px;
    width: 15px;
    height: 15px;
    font-size: 1.2rem;
  }
}



/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 440px;
	margin: 6rem auto 8rem;
	padding: 2rem 9rem 2rem 5rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 100px;
	text-decoration: none!important;
	position: relative;
}
.btn-web a::before,
.btn-internal a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255,255,255,0.5);
  box-sizing: border-box;
	border-radius: 100px;
}


/*----- btn-web（外部リンク） -----*/
.btn-web a {
	background: #d55236;
}
.btn-web a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0,-50%);
  background: url("img/icon-web.png") left top no-repeat;
  background-size: contain;
  width:50px;
  height:50px;
  box-sizing: border-box;
}
.btn-web a:hover {
	background: #9d1b1b;
  opacity: 1;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #25547b;
}
.btn-internal a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0,-50%);
  background: url("img/icon-internal.png") left top no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
.btn-internal a:hover {
background: #0f334e;
  opacity: 1;
}


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


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


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

@media screen and (max-width: 768px) {
  .btn-web a,
  .btn-internal a {
    max-width: 90%;
    margin: 3rem auto 3rem;
    padding: 2rem 6rem 2rem 3rem;
    font-size: 1.5rem;
  }
  .btn-web a::before,
  .btn-internal a::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }


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


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

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

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #403F3D;
		max-width: 90%;
		margin: 3rem auto 3rem;
		padding: 2rem 6rem 2rem 3rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
    text-align: left;
		line-height: 1.5;
		border-radius: 100px;
		text-decoration: none!important;
		position: relative;
	}
  .btn-tel a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
    border-radius: 100px;
  }
  .btn-tel a::after {
		content: "";
        position: absolute;
        top: 50%;
        right: 27px;
        transform: translate(0, -50%);
        background: url(img/icon-tel.png) left top no-repeat;
        background-size: contain;
        width: 18px;
        height: 29px;
	}
  
  
  /*----- btnBox -----*/
  .btnBox {
    display: block;
    margin: 3rem 0 0;
  }
  .btnBox > div {
    width: 90%;
    margin: 0 auto 1.5rem;
  }
  .btnBox > div:last-child {
    margin: 0 auto 0;
  } 
}



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

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

table td {
	padding: 2rem 2rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.4;
  word-break: break-all;
	border-left: 1px solid #413f3d;
	border-bottom: 1px solid #413f3d;
}
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.5rem 1.5rem;
		font-size: 1.5rem;
		border-left: none;
		border-bottom: 1px solid #413f3d;
	}

	table td {
		display: block;
		padding: 1.5rem 1.5rem;
		font-size: 1.5rem;
		border-left: none;
		border-bottom: 1px solid #413f3d;
	}
	
	table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
  
  .table-parts02 table th {
    display: table-cell;
		border-left: 1px solid #413f3d;
  }
  .table-parts02 table td {
    display: table-cell;
		border-left: 1px solid #413f3d;
  }
  
  /*----- ScrollHint -----*/
  .scroll_table {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .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 {
    margin: 0 0 1rem;
  }
  .scroll_table table th {
    display: table-cell;
		border-left: 1px solid #413f3d;
  }
  .scroll_table table td {
    display: table-cell;
		border-left: 1px solid #413f3d;
  }
}



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

.float-img {
  position: relative;
}

.float-img .flame img {
	display: block;
	width: auto;
	margin: 0 auto 4rem;
  vertical-align: top;
    border-radius: 10px;
}

.float-img.fl {
  float: left;
  width: 410px;
  margin-right: 5rem;
}
.float-img.fr {
  float: right;
  width: 410px;
  margin-left: 4rem;
}
.float-img.fr .flame img,.float-img.fl .flame img {
    margin: 0 auto 1rem;
}

.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: #25557b;
	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;
}

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

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

	.float-wrap p {
		margin: 1.5rem 0 1.5rem;
	}
	.float-img .flame img {
    border-radius: 5px;
	margin: 0 auto 2rem;
}
}



/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc__wrap {
  max-width: 800px;
	margin: 8rem auto 12rem;
}

.toc__wrap .ttl {
  padding: 0 0 0 5rem;
	font-size: 2.4rem;
	font-weight: bold;
  position: relative;
  z-index: 0;
}
.toc__wrap .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 70px);
  transform: translate(0,-50%);
  background: url("img/deco-circle01.png") left top no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  z-index: -1;
}

.toc_parts {
  background: #f8f8f8;
  margin: 2rem 0 0;
	padding: 4rem 5rem 4rem;
  border-radius: 10px;
  position: relative;
}

#toc ul.chapter {
	margin: 0 0 0;
}
#toc ul.chapter li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 3.5rem;
  font-size: 1.8rem;
  overflow-wrap: break-word;
	position: relative;
	counter-increment: toccount;
}
#toc ul.chapter li:last-child {
	margin: 0 0 0 0;
}
#toc ul.chapter li::before {
	content: counter(toccount,decimal-leading-zero);
	position: absolute;
  top: -10px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #c2b6a2;
	font-size: 2.5rem;
  font-weight: bold;
}
#toc ul.chapter li a {
	display: block;
  font-weight: bold;
	text-decoration: none;
}
#toc .chapter .chapter {
  margin: 0 0 2rem 3.5rem;
}
#toc .chapter .chapter li {
	margin: 0 0 1rem 0;
	padding: 0 0 0 1.5rem;
	font-size: 1.7rem;
	position: relative;
	counter-increment: none;
}
#toc .chapter .chapter li::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
  background: #413f3d;
	width: 8px;
	height: 1px;
}
#toc .chapter .chapter li a {
  font-weight: 500;
}

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


.toc_parts .acc_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: -30px;
	background: #f8f8f8;
	max-width: 300px;
	margin: auto;
	padding: 2rem 5rem 2rem 4rem;
	box-sizing: border-box;
  border: 2px solid #c5c5c5;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
  border-radius: 100px;
	transition: all 0.4s;
  z-index: 2;
}
.toc_parts .acc_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
  transform: translate(0,-50%);
	background: url("img/toc-open.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 30px;
  box-sizing: border-box;
	transition: all 0.4s;
}
.toc_parts .acc_btn.is-show::after {
	background: url("img/toc-close.png") left top no-repeat;
  background-size: contain;
}
.toc_parts .acc_btn span {
	font-weight: bold;
}
.toc_parts .acc_btn span:before {
	content: "目次を開く";
}
.toc_parts .acc_btn.is-show span:before {
	content: "目次を閉じる";
}
.toc_parts .acc_btn:hover {
  opacity: 0.6;
}

.toc_parts .acc_box {
	overflow: hidden;
	position: relative;
}
.toc_parts .acc_box.is-hide {
  height: 150px;
}
.toc_parts .acc_box::before {
	content: "";
	position: absolute;
	bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(248,248,248,.9) 50%, rgba(248,248,248,.9) 50%, #f8f8f8 100%);
  background: linear-gradient(180deg, rgba(248,248,248,0) 0%, rgba(248,248,248,.9) 50%, rgba(248,248,248,.9) 50%, #f8f8f8 100%);
	width: 100%;
  height: 50px;
	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__wrap {
    max-width: 100%;
    margin: 4rem auto 6rem;
  }

  .toc__wrap .ttl {
    padding: 0 0 0 1.5rem;
    font-size: 1.8rem;
  }
  .toc__wrap .ttl::after {
    right: calc(100% - 40px);
    width: 85px;
    height: 85px;
  }

  .toc_parts {
    margin: 1rem 0 0;
    padding: 3rem 2rem 3rem;
    border-radius: 5px;
  }

  #toc ul.chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
  }
  #toc ul.chapter li::before {
    top: -4px;
    font-size: 2rem;
  }
  #toc .chapter .chapter {
    margin: 0 0 1.5rem 3rem;
  }
  #toc .chapter .chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.2rem;
    font-size: 1.5rem;
  }
  #toc .chapter .chapter li::before {
    top: 11px;
    width: 6px;
  }


  .toc_parts .acc_btn {
    bottom: -20px;
    max-width: 50%;
    padding: 1rem 4rem 1rem 3rem;
    border: 1px solid #c5c5c5;
    font-size: 1.5rem;
  }
  .toc_parts .acc_btn::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .toc_parts .acc_btn.is-show::after {
    background: url("img/toc-close.png") left top no-repeat;
    background-size: contain;
  }
  .toc_parts .acc_btn:hover {
    opacity: 1;
  }

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



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

.related-article01-title {
	font-size: 2.4rem;
	font-weight: bold;
  position: relative;
}
.related-article01-title span {
	font-weight: bold;
}
.related-article01-title ::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% - 70px);
    transform: translate(0, -50%);
    background: url(img/deco-circle01.png) left top no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    z-index: -1;
}
.related-article01-frame p.catch-01 {
  margin: 0 0 0;
  font-weight: bold;
}

ul.related-article01-list {
  background: #f8f8f8;
	margin: 2rem 0 0;
  padding: 4rem 5rem 4rem;
  border-radius: 10px;
}
ul.related-article01-list li {
  margin: 0 0 0.5rem 0;
	padding: 0 0 0 0;
  font-size: 2rem;
	position: relative;
}
ul.related-article01-list li:last-child {
	margin: 0 0 0 0;
}
ul.related-article01-list li::before {
  display: none;
}
ul.related-article01-list li a {
  padding: 0 0 0 4rem;
  font-weight: bold;
	text-decoration: none;
  position: relative;
}
ul.related-article01-list li a::before {
	content: "";
	position: absolute;
	top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-bk.png") left top no-repeat;
  background-size: contain;
	width: 22px;
	height: 22px;
  box-sizing: border-box;
}

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

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

  ul.related-article01-list {
    background: #f8f8f8;
    margin: 1rem 0 0;
    padding: 3rem 2rem 3rem;
    border-radius: 5px;
  }
  ul.related-article01-list li {
    margin: 0 0 1rem 0;
    font-size: 1.6rem;
  }
  ul.related-article01-list li::before {
    display: none;
  }
  ul.related-article01-list li a {
    padding: 0 0 0 3rem;
  }
  ul.related-article01-list li a::before {
    width: 18px;
    height: 18px;
  }
	.related-article01-title ::after  {
        right: calc(100% - 40px);
        width: 85px;
        height: 85px;
    }
}


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

.summary-parts .summary-ttl01 {
  margin: 0 0 0 3rem;
  padding: 0 0 0 10rem;
  font-size: 2.2rem;
  position: relative;
}
.summary-parts .summary-ttl01::before {
	content: "";
	position: absolute;
	top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/icon-summary.png") left top no-repeat;
  background-size: contain;
	width: 80px;
	height: 80px;
  box-sizing: border-box;
}
.summary-parts .summary-ttl01 span {
  display: inline-block;
  border-bottom: 2px solid #d55236;
}

.summary-parts__block {
  background: #edf4f3;
  background-size: cover;
  padding: 6rem 6rem 5rem;
  border-radius: 10px;
}

.summary-parts__block .btn-web a,
.summary-parts__block .btn-internal a {
    margin: 4rem auto 0rem;
}


.summary-parts .summary-ttl02 {
  font-size: 2.6rem;
	 margin-bottom: 3.5rem; 
}

.summary-parts .txt {
  margin: 3rem 0 0;
}

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

  .summary-parts .summary-ttl01 {
    margin: 0 0 0 1.5rem;
    padding: 0 0 0 6rem;
    font-size: 1.6rem;
  }
  .summary-parts .summary-ttl01::before {
    width: 50px;
    height: 50px;
  }
  .summary-parts .summary-ttl01 span {
    border-bottom: 1px solid #d55236;
  }

  .summary-parts__block {
    padding: 3.5rem 2rem 2.5rem;
    border-radius: 5px;
  }

  .summary-parts .summary-ttl02 {
    font-size: 1.8rem;
	  margin-bottom: 1rem; 
  }

  .summary-parts .txt {
    margin: 1.5rem 0 0;
  }
	.summary-parts__block .btn-web a,
.summary-parts__block .btn-internal a {
max-width: 100%;
        margin: 3rem auto 2rem;
}
}


/*--------------------------------------
　qa-parts
---------------------------------------*/
.qa-parts {
  margin: 4rem 0 4rem;
}

.qa-parts__item {
  margin: 0 0 8rem;
}
.qa-parts__item:last-child {
  margin: 0 0 0;
}

.qa-parts .q-ttl {
  background: none;
  margin: 0 0 0;
  padding: 1.5rem 0;
  color: #25557b;
  font-size: 2.6rem;
  border-top: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  border-left: none;
  border-radius: 0;
}
.qa-parts .q-ttl::before {
  display: none;
}

.qa-parts .a-box {
  margin: 2.5rem 0 0;
}

.qa-parts .a-ttl {
  background: none;
  margin: 0 0 0;
  padding: 0 0 0 5rem;
  color: #413f3d;
  font-size: 2.4rem;
  border: none;
  border-radius: 0;
  position: relative;
}
.qa-parts .a-ttl::before {
  content: "A.";
  position: absolute;
  top: -10px;
  left: 0;
  transform: translate(0,0);
  background: none;
  width: inherit;
  height: inherit;
  color: #d55236;
  font-size: 3.6rem;
  font-weight: 400;
  font-family: 'Inter';
}

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

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

  .qa-parts__item {
    margin: 0 0 4rem;
  }

  .qa-parts .q-ttl {
    padding: 1rem 0;
    font-size: 1.8rem;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }

  .qa-parts .a-box {
    margin: 1.5rem 0 0;
  }

  .qa-parts .a-ttl {
    padding: 0 0 0 2.5rem;
    font-size: 1.8rem;
  }
  .qa-parts .a-ttl::before {
    top:-2px;
        font-size: 2.2rem;
  }

  .qa-parts .txt {
    margin: 2rem 0 0;
  }
	.qa-parts .txt + .txt {
  margin: 1.5rem 0 0;
}
	.float-img.fr .flame img, .float-img.fl .flame img {
    margin: 1.5rem auto 0;
}
}


/*--------------------------------------
　sv-parts
---------------------------------------*/
.sv-parts {
  margin: 12rem 0 10rem;
  position: relative;
  z-index: 0;
}
.sv-parts::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/bg02.png") center top no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 60px;
  min-width: 1000px;
  box-sizing: border-box;
  z-index: -1;
}
.sv-parts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/bg01.jpg") center center repeat-y;
  background-size: 100% auto;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  box-sizing: border-box;
  z-index: -2;
}

.sv-parts__inner {
  max-width: 1000px;
  margin: auto;
  padding: 12rem 0 10rem;
  position: relative;
  z-index: 0;
}
.sv-parts__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/bg03.png") center bottom repeat-x;
  background-size: 1102px auto;
  width: 100vw;
  height: 183px;
  z-index: -1;
}

.sv-parts__upper {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
}

.sv-parts__upper .boxL {
  width: calc(100% - 440px);
  position: relative;
  z-index: 0;
}
.sv-parts__upper .boxL::before {
    content: "";
    position: absolute;
    top: -18px;
    right: calc(100% + -49px);
    background: url(img/clover01.png) left top no-repeat;
    background-size: contain;
    width: 130px;
    height: 270px;
    box-sizing: border-box;
    z-index: -1;
}
.sv-parts__upper .boxL::after {
     content: "";
    position: absolute;
    top: -93px;
    right: calc(100% - -1px);
    background: url(img/clover02.png) left top no-repeat;
    background-size: contain;
    width: 170px;
    height: 240px;
    box-sizing: border-box;
    z-index: -1;
}

.sv-parts__upper .eng {
  color: #5e8197;
  font-size: 2rem;
}

.sv-parts__upper .sv-ttl {
  padding: 0 0 1.5rem;
  font-size: 3.2rem;
  border-bottom: 1px solid #9e9e9e;
}
.sv-parts__upper .sv-ttl .sub {
  margin-right: 2rem;
  font-size: 1.5rem;
}
.sv-parts__upper .sv-ttl .small {
  font-size: 2rem;
}

.sv-parts__upper .cc {
  margin: 3rem 0 0;
  font-size: 4.2rem;
}
.sv-parts__upper .cc .mark {
  display: inline-block;
  background:linear-gradient(90deg, #33526b, #2779a7);
  margin-right: 1rem;
  padding: 8px 1rem;
  line-height: 1;
  border-radius: 5px;
}

.sv-parts__upper .boxR {
  width: 440px;
  position: relative;
}
.sv-parts__upper .boxR::after {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/deco-circle02.png") left top no-repeat;
  background-size: contain;
  width: 660px;
  height: 660px;
  box-sizing: border-box;
  z-index: -1;
}

.sv-parts .movieBox {
  position: relative;
	width: 100%;
	height: 0;
	margin: auto;
	padding-top: 56.25%;
}
.sv-parts .movieBox iframe {
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sv-parts .txtBox {
  background: #fff;
  margin: 3rem 0 0;
  padding: 4rem 5rem;
  border-radius: 10px;
}

.sv-parts .txt {
  margin: 0 0 0;
}
.sv-parts .txt a{
  text-decoration: underline;
}

.sv-parts .btnBox {
  margin: 5rem 0 0;
}
.sv-parts + .recruit-parts {
    margin: 0 0 10rem;
}

.sv-parts + .recruit-parts::before {
    display: none;
}

.sv-parts + .recruit-parts .recruit-parts__upper .boxL::before {
    display: none;
}

.sv-parts + .recruit-parts .recruit-parts__upper .boxL::after {
    display: none;
}

.sv-parts:has(+ .recruit-parts) {
    margin: 12rem 0 0;
}
.sv-parts + .recruit-parts .recruit-parts__inner {
    padding: 12rem 0 20rem;
}
.sv-parts + .recruit-parts::after {
    background: url(img/bg06.jpg) center top repeat-y;
    background-size: 100% auto;
}
.sv-parts + .recruit-parts .recruit-parts__inner::after {
    background: none;
}
@media screen and (max-width: 768px) {
  .sv-parts {
    margin: 8rem 0 6rem;
  }
  .sv-parts::before {
    background: url("img/bg02.png") center bottom no-repeat;
    background-size: 100% auto;
    height: 0;
    min-width: 100%;
    padding-top: calc(100%*60/1400);
  }
	.sv-parts:has(+ .recruit-parts) {
    margin: 8rem 0 0;
}
	.sv-parts + .recruit-parts {
    margin: 0 0 8rem;
}
  .sv-parts::after {
    min-width: 100%;
  }

  .sv-parts__inner {
    max-width: 100%;
    padding: 5rem 0 6rem;
  }
  .sv-parts__inner::after {
    background: url("img/bg03.png") center bottom repeat-x;
    background-size: 550px auto;
    width: 100vw;
    height: 90px;
  }

  .sv-parts__upper {
    display: block;
    gap: 0 0;
  }

  .sv-parts__upper .boxL {
    width: 100%;
  }
  .sv-parts__upper .boxL::before {
        top: -80px;
        right: calc(100% + -64px);
        background: url(img/clover01.png) left top no-repeat;
        background-size: contain;
        width: 96px;
  }
  .sv-parts__upper .boxL::after {
 top: 0px;
        right: -37px;
    width: 35%;
    height: 0;
    padding-top: calc(35%*240/170);
    transform: scale(-1,1);
  }

  .sv-parts__upper .eng {
    font-size: 1.5rem;
  }

  .sv-parts__upper .sv-ttl {
    margin: 1rem 0 0;
    padding: 0 0 1rem 4rem;
    font-size: 2.2rem;
    position: relative;
  }
  .sv-parts__upper .sv-ttl .sub {
    position: absolute;
    top: 6px;
    left: 0;
    margin-right: 0;
    font-size: 1.2rem;
  }
  .sv-parts__upper .sv-ttl .small {
    display: block;
    font-size: 1.4rem;
  }

  .sv-parts__upper .cc {
    margin: 2rem 0 0;
    font-size: 2.2rem;
  }
  .sv-parts__upper .cc .mark {
    margin-right: 5px;
    padding: 5px 8px 8px;
    border-radius: 3px;
  }

  .sv-parts__upper .boxR {
    width: 100%;
    margin: 3rem 0 0;
    }
  .sv-parts__upper .boxR::after {
    top: -25px;
    left: inherit;
    right: -20px;
    transform: translate(0,0);
    width: 90%;
    height: 0;
    padding-top: 90%;
  }

  .sv-parts .txtBox {
    margin: 2rem 0 0;
    padding: 2rem 2rem;
    border-radius: 5px;
  }

  .sv-parts .btnBox {
    margin: 4rem 0 0;
  }
}


/*--------------------------------------
　interview-parts
---------------------------------------*/
.interview-parts {
  margin: 7rem 0 7rem;
}

.interview-parts .eng {
  margin-bottom: -5px;
  margin-left: 4rem;
  color: #5e8197;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.interview-parts__block {
  background: #f5f3ed ;
  padding: 6rem 6rem 3rem;
  border-radius: 10px;
	border: 2px solid #d8d1c1;
  position: relative;
  z-index: 0;
}

.interview-parts__block::before {
    content: "";
    position: absolute;
   top: -76px;
    right: calc(100% + -95px);
    background: url(img/clover01.png) left top no-repeat;
    background-size: contain;
    width: 130px;
    height: 270px;
    box-sizing: border-box;
    z-index: -1;
}
.interview-parts__block::after {
    content: "";
    position: absolute;
    top: 92px;
    left: calc(100% - 101px);
    background: url(img/clover02.png) left top no-repeat;
    background-size: contain;
    width: 144px;
    height: 240px;
    box-sizing: border-box;
    z-index: -1;
    transform: scale(-1, 1);
}

.interview-parts__upper {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}

.interview-parts__upper .boxL {
  width: 220px;
}

.interview-parts__upper .imgBox img {
  border-radius: 10px;
}

.interview-parts__upper .boxR {
  width: calc(100% - 220px);
}

.interview-parts__upper .name {
  font-size: 1.7rem;
}
.interview-parts__upper .name .large {
  font-size: 2.7rem;
}

.interview-parts__upper .interview-ttl {
  margin: 1rem 0 0;
  font-size: 3rem;
}

.interview-parts__upper .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 1.5rem 0 0;
}
.interview-parts__upper .intro {
    display: flex;
    align-items: center;
}
.interview-parts__upper .tag li {
  background: #25557b;
  margin: 0 0 0;
  padding: 5px 1.2rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 5px;
}
.interview-parts__upper .tag li::before {
  display: none;
}

.interview-parts .txt {
  margin: 3rem 0 0;
}

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

  .interview-parts .eng {
    margin-bottom: -2px;
    margin-left: 1rem;
    font-size: 1.6rem;
  }

  .interview-parts__block {
    background: #f5f3ed;
    padding: 3rem 2rem 1.5rem;
    border-radius: 5px;
  }
	.interview-parts__block::after {
    bottom: -39px;
    left: calc(100% - 81px);
    width: 104px;
    height: 143px;
			top: auto;
}
.interview-parts__block::before {
    top: -59px;
    right: calc(100% + -69px);
    width: 93px;
    height: 270px;
}
  .interview-parts__upper {
    display: block;
    gap: 0 0;
  }

  .interview-parts__upper .boxL {
    width: 100%;
  }
  
  .interview-parts__upper .imgBox__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0 0;
    order: 2;
  }
  .interview-parts__upper .imgBox {
    width: 44%;
  }
  .interview-parts__upper .imgBox img {
    border-radius: 5px;
  }
	
	.interview-parts__upper .intro {
    display: block;
}

  .interview-parts__upper .boxR {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .interview-parts__upper .name {
    width: 100%;
    font-size: 1.5rem;
  }
  .interview-parts__upper .name .large {
    font-size: 2rem;
  }

  .interview-parts__upper .interview-ttl {
    margin: 0 0 0;
    font-size: 1.8rem;
    order: 1;
  }

  .interview-parts__upper .tag {
    gap: 3px;
    margin: 0 0 0.5rem;
    order: 3;
  }
  .interview-parts__upper .tag li {
    padding: 5px 1rem;
    font-size: 1.4rem;
    border-radius: 3px;
  }

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


/*--------------------------------------
　ws-parts
---------------------------------------*/
.ws-parts {
  max-width: 860px;
   margin: 5rem auto 5rem;
}

.ws-parts__block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.ws-parts__item {
  width: 50%;
}

.ws-parts .ws-ttl__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding:2rem 1.5rem;
}
.ws-parts__item:nth-child(1) .ws-ttl__wrap {
  background: #99998b;
  border-radius: 10px 0 0 0;
}
.ws-parts__item:nth-child(2) .ws-ttl__wrap {
  background: #25557b;
  border-radius: 0 10px 0 0;
}


.ws-parts .ws-ttl {
  font-size: 2.4rem;
}
.ws-parts .ws-ttl .wh_bg {
    font-size: 1.7rem;
    margin-left: 0.5rem;
    background: #ffffff;
    color:#7d7d71;
    padding: 0 0.5rem;
}
.ws-parts__item:nth-child(2) .ws-ttl__wrap  .wh_bg{
    color: #25557b;
}
.ws-parts .ws-ttl .large {
  font-size: 3.2rem;
}

.ws-parts .item__inner {
  background:#faf9f5;
  padding: 0.5rem 0;
}
.ws-parts__item:nth-child(1) .item__inner {
  border: 4px solid #c5c5be;
  border-top: none;
  border-radius: 0 0 0 10px;
}
.ws-parts__item:nth-child(2) .item__inner {
  border: 4px solid #25557b;
  border-top: none;
  border-radius: 0 0 10px 0;
}

.ws-parts .imgBox img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}

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

  .ws-parts__block {
    display: block;
  }

  .ws-parts__item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .ws-parts__item:last-child {
    margin: 0 0 0;
  }

  .ws-parts .ws-ttl__wrap {
    display: block;
    padding: 1.2rem 2.4rem 1.2rem 0;
    position: relative;
   cursor: pointer;
  }
  .ws-parts__item:nth-child(1) .ws-ttl__wrap {
    border-radius: 5px 5px 0 0;
  }
  .ws-parts__item:nth-child(2) .ws-ttl__wrap {
    border-radius: 5px 5px 0 0;
  }
  .ws-parts .ws-ttl__wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    width: 25px;
    height: 25px;
    box-sizing: border-box;
  }
  .ws-parts__item:nth-child(1) .ws-ttl__wrap::after {
    background: url("img/acc_open01.png") left top no-repeat;
    background-size: contain;
  }
  .ws-parts__item:nth-child(2) .ws-ttl__wrap::after {
    background: url("img/acc_open02.png") left top no-repeat;
    background-size: contain;
  }
  .ws-parts__item:nth-child(1) .ws-ttl__wrap.open::after {
    background: url("img/acc_close01.png") left top no-repeat;
    background-size: contain;
  }
  .ws-parts__item:nth-child(2) .ws-ttl__wrap.open::after {
    background: url("img/acc_close02.png") left top no-repeat;
    background-size: contain;
  }

  .ws-parts .ws-ttl {
    font-size: 1.4rem;
  }
  .ws-parts .ws-ttl .large {
    font-size: 2rem;
  }
.ws-parts .ws-ttl .wh_bg {
    font-size: 1.6rem;
}
  .ws-parts .acc-content_sp {
     display: none;
  }
  .ws-parts .acc-content_sp.show {
    display: block;
  }

  .ws-parts .item__inner {
    padding: 0.5rem 0;
  }
  .ws-parts__item:nth-child(1) .item__inner {
    border: 1px solid #99998b;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }
  .ws-parts__item:nth-child(2) .item__inner {
    border: 2px solid #25557b;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }

  .ws-parts .imgBox img {
    width: 100%;
  }
}




/*--------------------------------------
　comment-parts
---------------------------------------*/
.comment-parts {
  max-width: 920px;
  margin: 10rem auto 10rem;
}

.comment-parts__item {
  background: #ede9e0;
  margin: 0 0 4rem;
  padding: 5rem 7rem;
  border: 2px solid #d8d1c1;
  border-radius: 10px;
}
.comment-parts__item:last-child {
  margin: 0 0 0;
}

.comment-parts .comment-ttl {
  padding: 0 0 0 8rem;
  font-size: 2.6rem;
  position: relative;
}
.comment-parts .comment-ttl::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  color:#d19c45;
  font-size: 6rem;
  font-weight: 400;
  font-family: 'Inter';
}

.comment-parts .comment__box {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  margin: 3rem 0 0;
}

.comment-parts .comment-sb {
  background: #fff;
  width: calc(100% - 120px);
  padding: 4rem 4rem;
  border-radius: 10px;
  position: relative;
}
.comment-parts .comment-sb::after {
	content: "";
	position: absolute;
	top: 80px;
	left: 100%;
	border: 18px solid transparent;
	border-left: 24px solid #fff;
}

.comment-parts .txt {
  margin: 0 0 0;
}

.comment-parts .img__wrap {
  width: 120px;
  text-align: center;
}

.comment-parts .eng {
  font-size: 2rem;
}

.comment-parts .imgBox {
  margin: 1rem 0 0;
}
.comment-parts .imgBox img {
  border-radius: 0;
}

.comment-parts .name {
  margin: 2rem 0 0;
  font-size: 1.7rem;
}

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

  .comment-parts__item {
    padding: 3rem 2rem;
    border: 1px solid #d8d1c1;
    border-radius: 5px;
    position: relative;
  }
  .comment-parts__item::before {
    content: "Q.";
    position: absolute;
    top: -30px;
    left: 20px;
    color: #c1b59b;
    font-size: 3.8rem;
    font-weight: 400;
    font-family: 'Inter';
  }

  .comment-parts .comment-ttl {
    padding: 0 0 0 0;
    font-size: 1.8rem;
  }
  .comment-parts .comment-ttl::before {
    display: none;
  }

  .comment-parts .comment__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 0;
    background: #fff;
    margin: 2rem 0 0;
    padding: 2.5rem 2rem 3rem;
    border-radius: 5px;
  }

  .comment-parts .comment-sb {
    background: none;
    width: 100%;
    padding: 0 0;
    border-radius: 0;
    order: 2;
  }
  .comment-parts .comment-sb::after {
    display: none;
  }

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

  .comment-parts .img__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    width: 100%;
    text-align: center;
    order: 1;
  }

  .comment-parts .name__wrap {
    width: 50%;
    text-align: left;
  }

  .comment-parts .eng {
    font-size: 1.5rem;
  }

  .comment-parts .imgBox {
    width: 50%;
    margin: 0 0 0;
  }
  .comment-parts .imgBox img {
    display: block;
    width: 80%;
    margin: 0 0 0 auto;
  }

  .comment-parts .name {
    margin: 1rem 0 0;
    font-size: 1.5rem;
  }
}


/*--------------------------------------
　recruit-parts
---------------------------------------*/
.recruit-parts {
  margin: 16rem 0 10rem;
  position: relative;
  z-index: 0;
}
.recruit-parts::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/bg02.png") center top no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 60px;
  min-width: 1000px;
  box-sizing: border-box;
  z-index: -1;
}
.recruit-parts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/bg01.jpg") center center repeat-y;
  background-size: 100% auto;
  width: 100vw;
  height: 100%;
  min-width: 1000px;
  box-sizing: border-box;
  z-index: -2;
}

.recruit-parts__inner {
  max-width: 1000px;
  margin: auto;
  padding: 12rem 0 16rem;
  position: relative;
  z-index: 0;
}
.recruit-parts__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/bg03.png") center bottom repeat-x;
  background-size: 1102px auto;
  width: 100vw;
  height: 183px;
  z-index: -1;
}

.recruit-parts__upper {
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
}

.recruit-parts__upper .boxL {
  width: calc(100% - 540px);
  position: relative;
	padding-left: 7rem;
  z-index: 0;
}
.recruit-parts__upper .boxL::before {
content: "";
    position: absolute;
    top: -19px;
    right: calc(100% + -35px);
    background: url(img/clover01.png) left top no-repeat;
    background-size: contain;
    width: 130px;
    height: 270px;
    box-sizing: border-box;
    z-index: -1;
}
.recruit-parts__upper .boxL::after {
    content: "";
    position: absolute;
    top: -106px;
    right: calc(100% - -1px);
    background: url(img/clover02.png) left top no-repeat;
    background-size: contain;
    width: 170px;
    height: 240px;
    box-sizing: border-box;
    z-index: -1;
}

.recruit-parts__upper .recruit-ttl01 {
  font-size: 4.2rem;
}
.recruit-parts__upper .c-name {
  display: inline-block;
  background: #d55236;
  margin: 0 0 2rem;
  padding: 5px 1.5rem;
  font-size: 2.4rem;
  border-radius: 10px;
}
.recruit-parts__upper .recruit-ttl01 a {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.recruit-parts__upper .recruit-ttl01 a::after {
  content: "";
  display: inline-block;
  background: url("img/arrow-bk.png") left top no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  margin-bottom: -5px;
  margin-left: 1rem;
  box-sizing: border-box;
}

.recruit-parts__upper .note {
  margin: 1.5rem 0 0;
  color: #4d4d4d;
  font-size: 1.5rem;
}

.recruit-parts__upper .boxR {
  width: 540px;
  position: relative;
}

.recruit-parts__upper .boxR .imgBox img {
  border-radius: 10px;
}

.recruit-parts__upper .circle-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background:#d19c45;
  width: 145px;
  margin: -4rem 1.5rem 0 auto;
  border-radius: 50%;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 0;
}
.recruit-parts__upper .circle-txt::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.recruit-parts__upper .circle-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: -1;
}

.recruit-parts__table {
  margin-top: -6rem;
  padding: 0 7rem;
}
.recruit-parts__table table {
  background: none;
  margin: 0 0 0;
  border: none;
}
.recruit-parts__table table th {
  background: none;
  padding:2.5rem 1.5rem;
  color: #25557b;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  border-left: none;
  border-bottom: 2px solid #25557b;
}
.recruit-parts__table table td {
  padding: 2.5rem 5rem;
  text-align: left;
  border-left: none;
  border-bottom: 2px solid #bcbcbc;
}
.recruit-parts__table .td-txt01 {
  font-size: 2rem;
}
.recruit-parts__table .td-txt02 {
  font-size: 1.7rem;
}

.recruit-parts__bottom {
  margin: 4rem 0 0;
  position: relative;
}
.recruit-parts__bottom::after {
  content: "";
  position: absolute;
  top: -100px;
  left: calc(100% - 185px);
  background: url("img/deco-circle02.png") left top no-repeat;
  background-size: contain;
  width: 370px;
  height: 370px;
  box-sizing: border-box;
  z-index: -1;
}

.recruit-parts__bottom .imgBox01 {
  position: absolute;
  top: 60px;
  right: calc(100% - 400px);
}
.recruit-parts__bottom .imgBox02 {
  position: absolute;
  bottom: 0;
  left: calc(100% + 40px);
}
.recruit-parts__bottom .imgBox img {
  border-radius: 10px;
}
.recruit-parts__bottom .image01 {
  width: 610px;
}
.recruit-parts__bottom .image02 {
  width: 410px;
  margin: 4rem -4rem 0 auto;
}
.recruit-parts__bottom .image03 {
  width: 500px;
}

.recruit-parts__bottom .bottom__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 540px;
  height: 540px;
  margin: 0 0 0 auto;
  padding: 14rem 0 0;
  border-radius: 50%;
  position: relative;
}
.recruit-parts__bottom .recruit-ttl02 {
  font-size: 2.6rem;
  text-align: center;
}
.recruit-parts__bottom .recruit-ttl02 span {
  display: inline-block;
  padding: 0 0 1rem;
  border-bottom: 1px solid #d55236;
}

.recruit-parts__bottom ul.list {
  margin: 2rem 0 0;
  padding: 0 10rem;
}
.recruit-parts__bottom ul.list li {
  width: 100%;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.8;
	position: relative;
}
.recruit-parts__bottom ul.list li:last-child {
  margin: 0 0 0 0;
}
.recruit-parts__bottom ul.list li::before {
  content: "";
  display: block;
	position: absolute;
  top: 13px;
  left: 0;
	background: #d55236;
  width: 10px;
  height: 10px;
	box-sizing: border-box;
  border-radius: 50%;
}

.recruit-parts__bottom .txt {
  margin: 3rem 0 0;
  padding: 0 7rem;
}

.recruit-parts__bottom .bottom-txt {
  margin: 3rem 0 0;
  font-size: 2rem;
  text-align: center;
  position: relative;
}
.recruit-parts__bottom .bottom-txt::after {
  content: "";
  display: block;
  background: url("img/deco-arrow01.png") left top no-repeat;
  background-size: contain;
  width: 152px;
  height: 44px;
  margin: auto;
  box-sizing: border-box;
}

.recruit-parts__bottom .btn-web a {
  max-width: 454px;
  margin: -1rem auto 0;
}

@media screen and (max-width: 768px) {
  .recruit-parts {
    margin: 8rem 0 6rem;
  }
  .recruit-parts::before {
    background: url("img/bg02.png") center bottom no-repeat;
    background-size: 100% auto;
    height: 0;
    min-width: 100%;
    padding-top: calc(100%*60/1400);
  }
  .recruit-parts::after {
    min-width: 100%;
  }
	
	

  .recruit-parts__inner {
    max-width: 100%;
    padding: 5rem 0 8rem;
  }
  .recruit-parts__inner::after {
    background: url("img/bg03.png") center bottom repeat-x;
    background-size: 550px auto;
    width: 100vw;
    height: 90px;
  }

  .recruit-parts__upper {
    display: block;
    gap: 0 0;
  }
	.sv-parts + .recruit-parts .recruit-parts__inner {
    padding: 5rem 0 10rem;
}
  
  .recruit-parts__upper .boxL {
    width: 100%;
	  padding-left: 0;
  }
.recruit-parts__upper .boxL::before {
    top: 28px;
    right: calc(100% + -265px);
    background: url(img/clover01.png) left top no-repeat;
    background-size: contain;
    width: 96px;
}
  .recruit-parts__upper .boxL::after {
    top: -20px;
    right: -10px;
    width: 35%;
    height: 0;
    padding-top: calc(35%*240/170);
    transform: scale(-1,1);
  }
  
  .recruit-parts__upper .recruit-ttl01 {
    font-size: 2.2rem;
  }
  .recruit-parts__upper .c-name {
    margin: 0 0 1rem;
    padding: 5px 1rem;
    font-size: 1.5rem;
    border-radius: 5px;
  }
  .recruit-parts__upper .recruit-ttl01 a::after {
    width: 25px;
    height: 25px;
    margin-left: 8px;
  }

  .recruit-parts__upper .note {
    margin: 1rem 0 0;
    font-size: 1.3rem;
  }

  .recruit-parts__upper .boxR {
    width: 100%;
    margin: 2rem 0 0;
  }

  .recruit-parts__upper .boxR .imgBox img {
    border-radius: 5px;
  }

  .recruit-parts__upper .circle-txt {
    width: 30%;
    margin: -3rem 1rem 0 auto;
    font-size: 1.3rem;
  }
  .recruit-parts__upper .circle-txt::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }

  .recruit-parts__table {
    margin-top: -5.5rem;
    padding: 0 0;
  }
  .recruit-parts__table table th {
    padding: 1.5rem 0 0;
    color: #25557b;
    font-size: 1.5rem;
    border-bottom: none;
  }
  .recruit-parts__table table td {
    padding: 1rem 0 1.5rem;
    border-bottom: 1px solid #bcbcbc;
    position: relative;
  }
  .recruit-parts__table table td::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #25557b;
    width: 30%;
    height: 1px;
    box-sizing: border-box;
  }
	.recruit-parts__table table tr:last-child td:last-child {
    border-bottom: 1px solid #bcbcbc;
	}
  .recruit-parts__table .td-txt01 {
    font-size: 1.6rem;
  }
  .recruit-parts__table .td-txt02 {
    font-size: 1.5rem;
  }

  .recruit-parts__bottom {
    margin: 4rem 0 0;
  }

  .recruit-parts__bottom .imgBox01 {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .recruit-parts__bottom .imgBox02 {
    display: none;
  }
  .recruit-parts__bottom .imgBox img {
    border-radius: 5px;
  }
  .recruit-parts__bottom .image01 {
    width: 80%;
    margin: 0 0 0 -3rem;
  }
  .recruit-parts__bottom .image02 {
    width: 65%;
    margin: 1.5rem -1rem 0 auto;
  }

  .recruit-parts__bottom .bottom__item {
    display: block;
    background: #fff;
    width: 100%;
    height: auto;
    margin: 2rem 0 0 0;
    padding: 3rem 2rem 3rem;
    border-radius: 5px;
  }
  .recruit-parts__bottom .recruit-ttl02 {
    font-size: 1.8rem;
  }
  .recruit-parts__bottom .recruit-ttl02 span {
    padding: 0 2rem 1rem;
  }

  .recruit-parts__bottom ul.list {
    margin: 2rem 0 0;
    padding: 0 0;
  }
  .recruit-parts__bottom ul.list li {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .recruit-parts__bottom ul.list li::before {
    top: 9px;
    width: 7px;
    height: 7px;
  }

  .recruit-parts__bottom .txt {
    margin: 2rem 0 0;
    padding: 0 0;
  }

  .recruit-parts__bottom .bottom-txt {
    margin: 2rem 0 0;
    font-size: 1.5rem;
  }
  .recruit-parts__bottom .bottom-txt::after {
    width: 45%;
    height: 0;
    padding-top: calc(45%*44/152);
  }

  .recruit-parts__bottom .btn-web a {
    max-width: 100%;
    margin: -5px auto -7rem;
  }
}


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

.article-parts .article-ttl01 {
  padding: 0 0 2rem 6rem;
  font-size: 2.8rem;
  border-bottom: 2px solid #9e9e9e;
  position: relative;
  z-index: 0;
}
.article-parts .article-ttl01::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -30px;
  background: url("img/clover01.png") left top no-repeat;
  background-size: contain;
  width: 130px;
  height: 270px;
  box-sizing: border-box;
  z-index: -1;
}

.article-parts__block {
  display: flex;
  justify-content: space-between;
  gap: 40px 40px;
  margin: 4rem 0 0;
	flex-wrap: wrap;
  position: relative;
}

.article-parts__item {
   width: calc((100% - 40px) / 2); 
}

.article-parts__item a {
  display: block;
  background: #f5f3ed;
  padding: 3rem 3rem 4rem;
  border-radius: 10px;
  position: relative;
}
.article-parts__item a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 30px;
  background: url("img/arrow-transparent.png") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

.article-parts .article-ttl02 {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
}

.article-parts .item__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
  margin: 3rem 0 0;
}

.article-parts .imgBox {
  width: 240px;
}
.article-parts .imgBox img {
  border-radius: 10px;
}


.article-parts .tag {
  width: calc(100% - 240px);
  margin: 0 0 0;
  padding: 0 0 4rem;
}
.article-parts .tag li {
  background: #25557b;
  margin: 0 0 1rem;
  padding: 5px 1.2rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.article-parts .tag li:last-child {
  margin: 0 0 0;
}
.article-parts .tag li::before {
  display: none;
}

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

  .article-parts .article-ttl01 {
    padding: 0 0 1.5rem 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #9e9e9e;
  }
  .article-parts .article-ttl01::before {
    top: -30px;
    left: -20px;
    width: 25%;
    height: 0;
    padding-top: calc(25%*270/130);
  }

  .article-parts__block {
    display: block;
    gap: 0 0;
    margin: 2rem 0 0;
  }

  .article-parts__item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .article-parts__item:last-child {
    margin: 0 0 0;
  }

  .article-parts__item a {
    padding: 2rem 2rem 2rem;
    border-radius: 5px;
  }
  .article-parts__item a::after {
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .article-parts .article-ttl02 {
    display: block;
    font-size: 1.6rem;
  }

  .article-parts .item__inner {
    display: block;
    gap: 0 0;
    margin: 2rem 0 0;
  }

  .article-parts .imgBox {
    width: 100%;
  }
  .article-parts .imgBox img {
    border-radius: 5px;
  }


  .article-parts .tag {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 0 0 0;
  }
  .article-parts .tag li {
    margin: 0 0 0;
    padding: 5px 1rem;
    font-size: 1.4rem;
    border-radius: 3px;
  }
}
.video-wrap {
  width: 100%;
	margin-top: -16rem;
  max-width: 300px; /* 好きに調整OK */
}

.video-wrap iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
}

.video_box{
display: flex;
    padding: 3rem;
    margin: 21rem 0 8rem;
    gap: 3rem;
}
.video_right{
 border-radius: 10px;
 padding: 3rem;
 background: rgb(250 242 239 / 70%);
}

.video_right .ttl{
	font-weight: bold;
	font-size: 2.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #d55236;
	color: #d55236;
}

@media screen and (max-width: 768px) {
	.video_box{
display: block;
		 border-radius: 5px;
		padding:0;
    margin: 4rem 0 4rem;
}
	.video-wrap {
    margin-top: 0;
    max-width: stretch;
		margin: auto;
        width: 75%;
}
	.video_right {
		margin-top:1.5rem;
    border-radius: 5px;
    padding: 1.5rem 1.5rem 0.5rem;
}
	.video_right .ttl{
	font-size: 1.8rem;
}
	}
