@charset "utf-8";

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

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

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

/* poppins-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/poppins-v24-latin-700italic.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: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: #3c4968;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

body:not(.home) {
  background: #fafafa;
}


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

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}

@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-or {
  color: #f37f1d;
}
.cl-bl {
  color: #2842ea;
}

.cl-orgGrad {
  color: #f58912;
  background: -webkit-linear-gradient(0deg, #f58912, #ef681e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cl-blgGrad {
  color: #6fbdef;
  background: -webkit-linear-gradient(0deg, #6fbdef, #2842ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.contents {
  width: 1100px;
  margin: auto;
  padding: 2rem 0 12rem;
  position: relative;
  z-index: 0;
}
#category, #page {
    background: #fff;
    width: 100%;
    margin: 0 !important;
    padding: 12rem 8rem 0rem !important;
    border: 1px solid #2c48ff;
}


.p-sitemap br {
  display: none;
}

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

  .contents {
    width: 100%;
    padding: 2rem 0 6rem;
  }

  #category,
  #page {
    padding: 5rem 2rem 0rem!important;
    border: none;
  }
}


/*--------------------------------------------------
　fixed-nav
--------------------------------------------------*/
.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 7.5vh;
    padding: 0 2rem;
    z-index: 1111;
}


.fixed-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.fixed-nav .logo {
  width: 15vh;
}

.fixed-nav .nav {
  display: flex;
  justify-content: center;
  width: calc(100% - 160px);
}
.fixed-nav .nav li {
  margin-right: 3rem;
}
.fixed-nav .nav li a {
  display: inline-block;
  padding-left: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.fixed-nav .nav li a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-nav.png") left top no-repeat;
  background-size: contain;
	width: 12px;
	height: 12px;
  box-sizing: border-box;
}

.fixed-nav #hb-menu {
	position: absolute;
	top: 50%;
	right: 10px;
  transform: translate(0,-50%);
}

@media screen and (max-width: 768px) {
  .fixed-nav {
    background: none;
    width: 100%;
    height: 55px;
    padding: 0 0;
/* pointer-events: none; */
  }

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

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

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

  .fixed-nav #hb-menu {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%);
  }
}


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

header .sitename__wrap {
  text-align: right;
}
header .sitename {
    font-size: 0.7vw;
    line-height: 1.5;
}

header .operation {
  font-size: 1.2rem;
	line-height: 1.5;
}

.header_lower {
  position: relative;
}
.header_lower::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/lower-bg.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  z-index: -1;
}
.header_lower .boxInner {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
.header_lower .logo__wrap {
  width: 200px;
}
.header_lower .logo-header {
  width: 15vh;
}
.header_lower .sponsored {
  margin-top: 5px;
  font-size: 1.2rem;
	line-height: 1.5;
}
.header_lower .sitename__wrap {
  width: calc(100% - 200px);
  margin-right: 110px;
}

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

  .header_lower::after {
    width: 100%;
    height: 300px;
	  background: url(img/lower-bg_sp.jpg) center top no-repeat;
  }
  .header_lower .boxInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 0;
  }
  .header_lower .logo__wrap {
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
    order: 2;
  }
  .header_lower .logo-header {
    width: 45%;
    margin: auto;
  }
  .header_lower .sponsored {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  .header_lower .sitename__wrap {
    width: 100%;
    margin-right: 70px;
    order: 1;
  }
  .header_lower .operation {
    margin-top: 1rem;
  }
}


/*--------------------------------------------------
　#hb-menu
--------------------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
    display: table;
    position: fixed;
    top: 15px;
    right: 10px;
    width: 5vw;
    height: 5vh;
    background: #eff3f8;
    box-sizing: border-box;
    border: 1px solid #3d4969;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s ease;
}

#hb-menu:hover {
  opacity: 0.6;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
	pointer-events: auto;
}
#hb-menu span {
    display: block;
    background: #3c4969;
    width: 2vw;
    height: 0.2rem;
    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: 0.8vh;
}

/* ナビゲーションアイコン：アクティブ */
.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: rgba(0,0,0,0.45);
	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: #3c4968;
	width: 23%;
	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: 2.5rem 0 2.5rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
  position: relative;
}
.hb_menu_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%) rotate(90deg);
  background: url("img/arrow-wh.png") left top no-repeat;
  background-size: contain;
  width: 28px;
  height: 12px;
  box-sizing: border-box;
}
.hb_menu_title.open::after {
  transform: translate(0,-50%) rotate(-90deg);
}	
.hb_menu_title.first {
  padding: 2.5rem 0 2.5rem 0;
}
.hb_menu_title.first::after {
  display: none;
}

.hb_menu_title_link {
	display: block;
	padding: 0 5rem 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
  pointer-events: none;
}
.hb_menu_title.first .hb_menu_title_link {
  pointer-events: auto;
  position: relative;
}
.hb_menu_title.first .hb_menu_title_link::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: 28px;
  height: 12px;
  box-sizing: border-box;
}

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

.hb_menu_list_item {
  width: 100%;
	padding: 2.5rem 0 2.5rem 2rem;
	box-sizing: border-box;
  border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
}
.hb_menu_list_item:first-child {
	display: block;
}

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

.g-nav br {
  display: none;
}

@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    top: 10px;
    right: 5px;
    width: 70px;
    height: 40px;
    border: 1px solid #3d4969;
  }
  #hb-menu:hover {
    opacity: 1;
  }
  #hb-menu .hb-inner {
    display: table-cell;
    vertical-align: middle;
  }
  #hb-menu span {
    width: 22px;
    height: 1px;
  }
  #hb-menu span:nth-of-type(2),
  #hb-menu span:nth-of-type(3){
    margin-top: 5px;
  }

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

  /*----- g-nav -----*/
  .g-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .g-nav .g-nav-inner {
    width: 100%;
    padding: 6rem 2rem;
  }

  .hb_menu_wrapper {
    max-width: 100%;
  }

  .hb_menu_title {
    padding: 1.5rem 0 1.5rem 0;
  }
  .hb_menu_title::after {
    width: 20px;
    height: 8px;
  }
  .hb_menu_title.first {
    padding: 1.5rem 0 1.5rem 0;
  }

  .hb_menu_title_link {
    padding: 0 3rem 0 0;
    font-size: 1.5rem;
  }
  .hb_menu_title.first .hb_menu_title_link::after {
    width: 20px;
    height: 8px;
  }

  .hb_menu_list_item {
    width: 100%;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }

  .hb_menu_list_link {
    padding: 0 3rem 0 0;
  }
  .hb_menu_list_link::after {
    width: 20px;
    height: 8px;
  }
}


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

@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 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 {
	width: 100%;
	min-width: 1100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.l-footer-area::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%,0);
  background: #3c4968;
  width: 100vw;
  height: calc(100% - 120px);
  min-width: 1100px;
  box-sizing: border-box;
  z-index: -1;
}

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

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


.footer-media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 60px;
  padding: 4rem 0 4rem 7rem;
  position: relative;
  z-index: 0;
}
.footer-media::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 100%;
    min-width: 1100px;
    box-sizing: border-box;
    border: 1px solid #3c4969;
    border-right: none;
    z-index: -1;
}

.footer-media-left {
	width: 190px;
}
.l-footer-logo {
	width: 190px;
}
.l-footer-logo a {
	display: block;
}
.footer-media-right {
	width: calc(100% - 190px);
}
.footer-media .eng {
  font-size: 2rem;
}
.footer-media .txt {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2;
}
.footer-media .btn-link a {
  margin: 2rem 0 0;
}


.l-footer-block {
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
}

.l-footer-left {
  width: calc(100% - 320px);
  order: 2;
}

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

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

.l-footer-menu__title {
	padding: 0 0 1.5rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	position: relative;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 5rem 0 0;
	color: #fff;
  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-wh.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 12px;
  box-sizing: border-box;
}

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

.l-footer-menu__list__item {
  width: calc((100% - 50px) / 2);
  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 5rem 0 0;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-menu__list__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-wh.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 12px;
  box-sizing: border-box;
}

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

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

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

.l-footer-right {
  width: 320px;
  order: 1;
}

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

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

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

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

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

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

  .l-footer-area__inner {
    padding: 0 2rem 4rem;
  }


  .footer-media {
    display: block;
    background: #fff;
    padding: 2rem 2rem 2rem;
    border: 1px solid #3c4969;
  }
  .footer-media::after {
    display: none;
  }
  .footer-media-left {
    width: 100%;
  }
  .l-footer-logo {
    width: 50%;
    margin: 1rem auto 0;
  }
  .footer-media-right {
    width: 100%;
  }
  .footer-media .eng {
    font-size: 1.7rem;
    text-align: center;
  }
  .footer-media .txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .footer-media .btn-link a {
    margin: 1.5rem 0 0;
  }


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

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

  .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;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    position: relative;
  }
	.l-footer-menu__title::after { 
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
    transform: translate(0,-50%) rotate(135deg);
		width: 10px;
		height: 10px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.l-footer-menu__title.open::after {
    transform: translate(0,-50%) rotate(-45deg);
	}

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

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

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

  .l-footer-menu__list__link {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
  .l-footer-menu__list__link::after {
    right: 5px;
    transform: translate(0,-50%) rotate(45deg);
    background: none;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

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

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

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

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

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

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

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

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


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

.l-pagetop__link {
  display: block;
}

@media screen and (max-width: 768px) {
	.l-pagetop {
		bottom: 65px;
		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 h1 {
	margin: 0 0 5rem;
  padding: 2.5rem 3rem 2.5rem 0;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.4;
  position: relative;
  z-index: 0;
}
.contents h1::before {
  content: "TOPIC";
  position: absolute;
  bottom: calc(100% - 12px);
  left: 0;
  color: #d1def2;
  font-size: 8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.contents h1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #3c4968;
  width: calc(100% + 80px);
  height: 100%;
  box-sizing: border-box;
  z-index: -1;
}


.contents h2:not([class]) {
    background: linear-gradient(90deg, #49c8ff, #4679ff);
    margin: 8rem 0 2rem;
    padding: 2rem 3rem 2rem 3rem;
    font-size: 3.2rem;
    border-top: 1px solid #4d5874;
    border-bottom: 1px solid #4d5874;
    position: relative;
color: #fff;
}


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


.contents h3:not([class]) {
    margin: 4rem 0 2rem;
    padding: 0 0 2rem 3rem;
    color: #2c48ff;
    font-size: 2.5rem;
    position: relative;
}
.contents h3:not([class])::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 100%;
	border-left: 1px solid #2c48ff;
  box-sizing: border-box;
}
.contents h3:not([class])::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + 15px);
	border-bottom: 1px solid #2c48ff;
  box-sizing: border-box;
}

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


.contents h4:not([class]) {
	margin: 4rem 0 2rem;
  padding: 0 0 0 2rem;
	font-size: 2rem;
  border-left: 3px solid #f48837;
}

.contents h4:not([class]) a {
	padding: 0 6rem 0 0;
	position: relative;
}
.contents h4:not([class]) a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 42px;
	height: 21px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents h1 {
    margin: 0 0 4rem;
    padding: 1.5rem 2rem 1.5rem 0;
    font-size: 2.5rem;
  }
  .contents h1::before {
    content: "TOPIC";
    position: absolute;
    bottom: calc(100% - 6px);
    font-size: 4rem;
  }
  .contents h1::after {
    width: calc(100% + 20px);
  }


  .contents h2:not([class]) {
        margin: 6rem 0 2rem;
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
        font-size: 2.2rem;
    }


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


  .contents h3:not([class]) {
    margin: 3rem 0 2rem;
    padding: 0 0 1.5rem 1.5rem;
    font-size: 1.8rem;
  }
  .contents h3:not([class])::before {
    top: 10px;
  }
  .contents h3:not([class])::after {
    width: calc(100% + 10px);
  }

  .contents h3:not([class]) a {
    padding: 0 4rem 0 0;
  }
  .contents h3:not([class]) a::before {
    left: -15px;
    width: calc(100% + 1.5rem);
    height: calc(100% + 1.5rem);
  }
  .contents h3:not([class]) a::after {
    width: 29px;
    height: 14px;
  }


  .contents h4:not([class]) {
    margin: 3rem 0 2rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.6rem;
    border-left: 2px solid #f48837;
  }

  .contents h4:not([class]) a {
    padding: 0 4rem 0 0;
  }
  .contents h4:not([class]) a::after {
    width: 25px;
    height: 13px;
  }
}


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

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

.txt_bold {
	color: #f37f1d;
	font-weight: bold;
}
.marker {
   background: linear-gradient(transparent 80%, rgba(255, 174, 86, 0.8) 0%);
   font-weight: bold;
}



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

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


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


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

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


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


/*--------------------------------------------------
　リンク
--------------------------------------------------*/
.btn-web a, .btn-internal a {
    display: block;
    max-width: 400px;
    margin: 4rem auto 8rem;
    padding: 2.5rem 7rem;
    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;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}



/*----- btn-web（外部リンク） -----*/
.btn-web a {
  background: linear-gradient(90deg, #f58912, #ef681e);
}
.btn-web a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  background: url("img/icon-web.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 20px;
  box-sizing: border-box;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
    background: linear-gradient(90deg, #3d4969, #2dafe6);
}
.btn-internal a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow-wh.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 12px;
  box-sizing: border-box;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
    display: inline-block;
    margin: 2rem 0 2rem;
    padding: 0 4.5rem 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}

.btn-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow01.png") left top no-repeat;
  background-size: contain;
	width: 36px;
	height: 18px;
  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;
  gap: 0 20px;
  margin: 4rem 0 0;
}
.btnBox > div {
  width: 400px;
  margin: 0 0 0;
}
.btnBox > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 0 0;

}
@media screen and (min-width: 768px) {
.btnBox > div a {
   height: 95px;
   padding: 0 7rem;
   line-height: 1.4;
}
}


@media screen and (max-width: 768px) {
.btn-web a, .btn-internal a {
        max-width: 95%;
        margin: 3rem auto 6rem;
        padding: 1.8rem 4.5rem;
        font-size: 1.4rem;
    }


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


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


	/*----- btn-link（テキストリンク） -----*/
.btn-link a {
        margin: 2rem 0 2rem;
        padding: 0 3.5rem 0 0;
    }

  .btn-link a::after {
    width: 29px;
    height: 14px;
  }

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #00d36e;
		max-width: 95%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 5rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 100px;
		text-decoration: none!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
		position: relative;
	}
  .btn-tel a::before {
		content: "";
		position: absolute;
		top: 50%;
    left: 25px;
    transform: translate(0,-50%);
    background: url("img/icon-tel.png") left top no-repeat;
    background-size: contain;
		width: 15px;
		height: 26px;
	}
  
  
  /*----- btnBox -----*/
  .btnBox {
    display: block;
    margin: 3rem 0 0;
  }
  .btnBox > div {
    width: 95%;
    margin: 0 auto 1.5rem;
  }
  .btnBox > div:last-child {
    margin: 0 auto 0;
  } 
  .btnBox > div a {
    display: block;
  }
}


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


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

	table td {
		display: block;
		padding: 1.5rem 1.5rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #3d4969;
	}
	
	table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
  
  /*----- 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 #3d4969;
  }
  .scroll-table table td {
    display: table-cell;
		border-left: 1px solid #3d4969;
  }
}


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

.float-img {
  position: relative;
}

.float-img .flame img {
	display: block;
	width: auto;
	margin: auto;
  vertical-align: top;
}
.float-img .flame.br img {
    border: 1px solid #3d4968;
}

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

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

.float-wrap .catch {
	margin: 2rem 0 2rem 0;
  color: #2c48ff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.float-wrap.ct .catch {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
	.float-wrap {
		margin: 5rem 0 5rem;
	}
	
	.float-img.fl {
		float: inherit;
		width: 100%;
		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;
	}
}


/*--------------------------------------------------
　interview-parts
--------------------------------------------------*/
.interview-parts {
  background: #eff3f9;
  margin: 4rem 0 4rem;
  padding: 4rem 4rem 4rem;
}

.interview-parts__block {
  display: flex;
  justify-content: space-between;
}

.interview-parts .imgBox {
  width: 198px;
}
.interview-parts .imgBox img {
  border: 1px solid #3d4969;
}

.interview-parts .txtBox {
  width: calc(100% - 170px);
}

.interview-parts .eng {
margin: -46px 0px -8px 39rem;
  color: #d1def2;
  font-size: 5rem;
}

.interview-parts .interview-ttl__wrap {
  background: linear-gradient(90deg, #2842ea, #49b0ff);
  padding: 2rem 4rem;
	margin: 0.4rem 0 0 0;
}

.interview-parts .name {
  font-size: 1.8rem;
}
.interview-parts .name span {
  display: inline-block;
  background: #fff;
  margin-right: 1.5rem;
  padding: 5px 1.5rem;
  border-radius: 100px;
}

.interview-parts .interview-ttl {
  margin-top: 1rem;
  font-size: 2.8rem;
}

.interview-parts .txt {
  margin: 2rem 0 0;
  padding-left: 4rem;
}

.interview-parts .btn-web a, .btn-internal a
{
    margin:3rem auto 1rem 
}

@media screen and (max-width: 768px) {
  .interview-parts {
    margin: 3rem 0 2rem;
        padding: 4rem 2rem 0.1rem;
    position: relative;
  }

  .interview-parts__block {
    display: block;
  }

  .interview-parts .flex-sp {
    display: flex;
    justify-content: space-between;
  }

  .interview-parts .imgBox {
    width: 30%;
    margin-left: -2rem;
  }
  .interview-parts .imgBox img {
    border: 1px solid #3d4969;
  }

  .interview-parts .txtBox {
    width: 100%;
}

  .interview-parts .eng {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 8vw;
	  margin: 0;
  }

  .interview-parts .interview-ttl__wrap {
    width: calc(70% + 2rem);
    padding: 1.5rem 1.2rem;
	  margin: 0rem 0 0 0;
  }

  .interview-parts .name {
    font-size: 1.1rem;
  }
  .interview-parts .name span {
    margin: 0.4rem 5px 0.4rem 0;
        padding: 3px 10px;
  }

  .interview-parts .interview-ttl {
    margin-top: 5px;
    font-size: 1.8rem;
  }

  .interview-parts .txt {
    margin: 1.5rem 0 0;
    padding-left: 0;
  }
	
	.interview-parts .btn-web a, .btn-internal a {
    margin: 2rem auto 3rem;
}
  
}


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

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

.qa-parts .q-ttl {
  padding-left: 5rem;
  font-size: 2rem;
  position: relative;
}
.qa-parts .q-ttl::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background: #2c48ff;
  width: 34px;
  height: 1px;
  box-sizing: border-box;
}

.qa-parts .a-box {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 0;
}
.qa-parts .a-box.rev {
  flex-direction: row-reverse;
}

.qa-parts .imgBox {
  width: 310px;
  flex-grow: 1;
}

.qa-parts .txtBox {
  width: calc(100% - 310px);
  flex-grow: 1;
}

.qa-parts .a-ttl {
  display: flex;
  padding: 0 4rem 2rem 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #d1def2;
  position: relative;
}
.qa-parts .a-ttl span {
  font-size: 3rem;
  flex: 0 0 40px;
}
.qa-parts .a-box:not(.rev) .a-ttl {
  padding: 0 0 2rem 4rem;
}
.qa-parts .a-box:not(:has(.imgBox)) .a-ttl {
  padding: 0 0 2rem 0;
}

.qa-parts .a-box .txt {
  margin: 2rem 0 0;
  padding-right: 4rem;
}
.qa-parts .a-box:not(.rev) .txt {
  padding-left: 4rem;
}
.qa-parts .a-box:not(:has(.imgBox)) .txt {
  padding-left: 0;
}

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

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

  .qa-parts .q-ttl {
    padding-left: 3.5rem;
    font-size: 1.7rem;
  }
  .qa-parts .q-ttl::before {
    top: 12px;
    width: 24px;
  }

  .qa-parts .a-box {
    display: block;
    margin: 2rem 0 0;
  }

  .qa-parts .imgBox {
    width: 100%;
    margin: 2rem 0 0;
  }

  .qa-parts .txtBox {
    width: 100%;
  }

  .qa-parts .a-ttl {
    display: flex;
    padding: 0 0 1.5rem 0;
    font-size: 1.6rem;
  }
  .qa-parts .a-ttl span {
    font-size: 2rem;
    flex: 0 0 30px;
  }
  .qa-parts .a-box:not(.rev) .a-ttl {
    padding: 0 0 1.5rem 0;
  }
  .qa-parts .a-box:not(:has(.imgBox)) .a-ttl {
    padding: 0 0 1.5rem 0;
  }

  .qa-parts .a-box .txt {
    margin: 1.5rem 0 0;
    padding-right: 0;
  }
  .qa-parts .a-box:not(.rev) .txt {
    padding-left: 0;
  } 
}


/*--------------------------------------------------
　summary-parts
--------------------------------------------------*/
.summary-parts {
    background: #fff8f2;
    background-size: cover;
    margin: 10rem 0 10rem;
    border: 0px solid #f37f1d;
}

.summary-parts .eng {
  margin-top: 12px;
  margin-left: 1.5rem;
  color: #fbd2a5;
  font-size: 5rem;
}

.summary-parts .txtBox {
  padding: 2rem 5rem 4rem;
}

.summary-parts .summary-ttl {
  font-size: 2.4rem;
}

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

@media screen and (max-width: 768px) {
  .summary-parts {
    margin: 6rem 0 6rem;
    border: 0px solid #f37f1d;
  }

  .summary-parts .eng {
    margin-top: 6px;
    margin-left: 1rem;
    font-size: 8vw;
  }

  .summary-parts .txtBox {
    padding: 1.5rem 2rem 3rem;
  }

  .summary-parts .summary-ttl {
    font-size: 1.8rem;
  }

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


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

.img-parts__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 30px;
}

.img-parts .img-item {
  width: calc((100% - 30px) / 2);
  flex-grow: 1;
}

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

  .img-parts__block {
    display: block;
  }

  .img-parts .img-item {
    width: 100%;
    margin: 0 0 2rem;
  }  
  .img-parts .img-item:last-child {
    margin: 0 0 0;
  }  
}


/*--------------------------------------------------
　loop-slider
--------------------------------------------------*/
.loop-slider {
  background: #eff3f9;
  overflow: hidden;
  width: calc(100% + 16rem);
  margin: 10rem 8rem 0rem -8rem;
  padding: 3rem 0;
}
.loop-item {
  margin-right: 40px;
}
.loop-item img {
  display: block;
}

.loop-track {
  overflow: hidden;
}
.loop-track .loop-item {
  width: 480px;
  margin-right: 40px;
}
.loop-track .loop-item img {
  display: block;
  width: 100%;
  height: auto;
}
/* rtl時の崩れ対策 */
.loop-track .slick-slide {
  float: left;
}

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

@media screen and (max-width: 768px) {
  .loop-slider {
    width: calc(100% + 4rem);
    margin: 6rem 2rem 0rem -2rem;
    padding: 1.5rem 0;
  }
  .loop-item {
    margin-right: 20px;
  }
}


/*--------------------------------------------------
　sv-parts
--------------------------------------------------*/
.sv-parts {
margin: 0rem -81px 10rem;
    background: linear-gradient(90deg, #49c8ff, #4679ff);
    padding: 0rem 8rem 6rem;

}

.sv-parts__inner {
    background: #fff;
    padding: 4rem 5rem;
}


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


.sv-parts .logo-sjc {
  width: 250px;
}
.sv-parts .logo-sjc img {
  border: 1px solid #3d4968;
}
.sv-parts .logo-sjc .caption {
  text-align: center;
}

.sv-parts .ttl__wrap {
  width: calc(100% - 250px);
}

.sv-parts .sv-sub {
  font-size: 1.2rem;
}
.sv-parts .sv-sub .eng {
  display: inline-block;
  margin-right: 1rem;
}

.sv-parts .sv-ttl {
    margin-top: 0.8rem;
    font-size: 2.8rem;
}
.sv-parts .sv-ttl .mark {
    display: inline-block;
    background: #f37f1d;
    margin-bottom: 0.5rem;
    padding: 8px 1.5rem;
    font-size: 1.8rem;
}

.sv-parts .sv-ttl .large {
  font-size: 4.2rem;
}

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

.sv-parts .btn-internal a {
    margin: 4rem auto 0;
}
.sv-parts .btn-web a { 
    margin: 4rem auto 0;
}

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

.common.sv-parts {
    margin: 0rem -81px 0rem;
}

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

  }
	
	.sv-parts__inner {
    background: #fff;
    padding: 3rem 2rem;
}


  .sv-parts .sv-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 0;
  }

  .sv-parts .logo-sjc {
    width: 100%;
    margin: 2rem 0 0;
    order: 2;
  }

  .sv-parts .ttl__wrap {
    width: 100%;
    order: 1;
    text-align: center;
  }

  .sv-parts .sv-ttl {
    margin-top: 1.5rem;
    font-size: 2.2rem;
  }
  .sv-parts .sv-ttl .mark {
    margin-bottom: 1.5rem;
    padding: 8px 1.2rem;
    font-size: 1.5rem;
  } 
  .sv-parts .sv-ttl .large {
    font-size: 2.8rem;
  }

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

  .sv-parts .btn-internal a {
    margin: 3rem auto 0;
  }
	.sv-parts .btn-web a {
        margin: 1rem auto 0;
    }
	
	.common.sv-parts {
        margin: 0rem -2rem 0rem;
    }
}


/*--------------------------------------------------
　toc_parts
--------------------------------------------------*/
.toc_parts {
  background: #fafafa;
  max-width: 760px;
	margin: 5rem auto 8rem;
	padding: 4rem 5rem 4rem;
  border: 1px solid #3d4969;
  position: relative;
}

.toc_parts .ttl {
	font-size: 2rem;
	font-weight: bold;
}
.toc_parts .ttl .eng {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  color: #d1def2;
	font-size: 3rem;
	font-weight: bold;
}

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

#toc ul.chapter {
	margin: 0 0 0;
}
#toc ul.chapter li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 3rem;
  font-size: 1.5rem;
  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: 2px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #2842ea;
	font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
#toc ul.chapter li a {
	display: block;
  font-weight: bold;
	text-decoration: none;
}

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

.toc_parts .acc_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: -25px;
	background: #fff;
	max-width: 170px;
	margin: auto;
	padding: 1.2rem 5rem;
	box-sizing: border-box;
  border: 1px solid #3d4969;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
	transition: all 0.4s;
  z-index: 2;
	display: none;
}
.toc_parts .acc_btn::before,
.toc_parts .acc_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
  transform: translate(0,-50%);
	background: #3d4969;
	width: 14px;
	height: 2px;
	transition: all 0.4s;
}
.toc_parts .acc_btn::after {
	transform: translate(0,-50%) rotate(90deg);
}
.toc_parts .acc_btn.is-show::before {
  display: none;
}
.toc_parts .acc_btn.is-show::after {
  transform: translate(0,-50%) rotate(180deg);
}
.toc_parts .acc_btn span {
	font-weight: bold;
}
.toc_parts .acc_btn span:before {
	content: "MORE";
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.toc_parts .acc_btn.is-show span:before {
	content: "CLOSE";
}

.toc_parts .acc_box {
	/* overflow: hidden; */
	position: relative;
}
.toc_parts .acc_box.is-hide {
/* height: 130px; */
}
.toc_parts .acc_box::before {
	content: "";
	position: absolute;
	bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(250,250,250,0) 0%, rgba(250,250,250,.9) 50%, rgba(250,250,250,.9) 50%, #fafafa 100%);
  background: linear-gradient(180deg, rgba(250,250,250,0) 0%, rgba(250,250,250,.9) 50%, rgba(250,250,250,.9) 50%, #fafafa 100%);
	width: 100%;
  height: 50px;
  box-sizing: border-box;
  transition: all 0.4s;
  z-index: 1;
	display: none;
}
.toc_parts .acc_btn.is-show + .acc_box::before {
	background: none;
	height: auto;
}

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

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

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

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

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

  .toc_parts .acc_btn {
    bottom: -20px;
    max-width: 60%;
    padding: 1rem 5rem;
  }
  .toc_parts .acc_btn::before,
  .toc_parts .acc_btn::after {
    right: 10px;
    width: 12px;
    height: 1px;
  }

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


/*--------------------------------------------------
　related-article01-frame
--------------------------------------------------*/
.related-article01-frame {
  background: #fafafa;
  max-width: 760px;
	margin: 10rem auto 0;
	padding: 4rem 5rem 4rem;
  border: 1px solid #3d4969;
  position: relative;
}

.related-article01-title {
	font-size: 2rem;
	font-weight: bold;
}
.related-article01-title .eng {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  color: #d1def2;
	font-size: 3rem;
	font-weight: bold;
}
.related-article01-title span {
	font-weight: bold;
}

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

ul.related-article01-list {
	margin: 2rem 0 0;
}
ul.related-article01-list li {
  margin: 0 0 1rem 0;
	padding: 0 0 0 0;
  font-size: 1.5rem;
	position: relative;
}
ul.related-article01-list li:last-child {
	margin: 0 0 0 0;
}
ul.related-article01-list li::before {
  display: none;
}
ul.related-article01-list li a {
  padding-left: 3rem;
  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: 20px;
	height: 8px;
  box-sizing: border-box;
}

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

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

  ul.related-article01-list {
    margin: 1.5rem 0 0;
  }
  ul.related-article01-list li {
    font-size: 1.4rem;
  }
}


/*--------------------------------------------------
　fixed-bnr
--------------------------------------------------*/
.fixed-bnr {
    position: fixed;
    bottom: 14px;
    right: 0;
    width: 24rem;
    z-index: 1;
}

.fixed-bnr a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}



.fixed-bnr .bnr-link.web a {
    background: url(img/fixed-bnr-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}

.fixed-bnr .bnr-link.web a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
  transform: translate(0,-50%);
  background: url("img/arrow-wh.png") left top no-repeat;
  background-size: contain;
	width: 28px;
	height: 12px;
  box-sizing: border-box;
}

.fixed-bnr .bnr-link.internal {
  display: none;
}

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

  .fixed-bnr__inner {
    display: flex;
    justify-content: space-between;
  }

  .fixed-bnr__inner > div {
    width: calc(100% / 2);
  }

  .fixed-bnr a {
    display: flex;
    align-items: center;
    font-size: 3.5vw;
    border-radius: 0;
    height: 100%;
  }

  .fixed-bnr .bnr-link.web a {
    background: linear-gradient(90deg, #f58912, #ef681e);
    padding: 1.2rem 3.5rem 1.2rem 1.5rem;
  }
  .fixed-bnr .bnr-link.web a::after {
    right: 8px;
    background: url("img/icon-web.png") left top no-repeat;
    background-size: contain;
    width: 21px;
    height: 14px;
  }

  .fixed-bnr .bnr-link.internal {
    display: block;
  }
  .fixed-bnr .bnr-link.internal a {
    background: linear-gradient(90deg, #33c2ff, #4462ff);
    padding: 1.2rem 3.5rem 1.2rem 1.5rem;
  }
  .fixed-bnr .bnr-link.internal a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%);
    background: url("img/arrow-wh.png") left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 8px;
    box-sizing: border-box;
  }
}



.illust-click.pc {
    text-align: center;
    margin: 0 0 4vh;
    font-size: 1.7rem;
    font-weight: bold;
}

.illust-click.sp {
    display: none;
}

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

    .illust-click.sp {
        text-align: center;
        margin: 0 0 2rem;
        font-size: 1.5rem;
        font-weight: bold;
display: block
    }
}

.is-host::after {
    top: 0;
    height: 100%;
}

.point-item {
  transition:
    height 0.35s ease,
    transform 0.35s ease;
}


.pagein .btn-internal a::after {
    transform: translate(0, -50%) rotate(90deg);
}