@charset "utf-8";

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ZKG-400.woff2") format("woff2"), url("fonts/ZKG-400.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;
}

/* josefin-sans-700 - 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: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/josefin-sans-v34-latin-700.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: #444;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: #444;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

strong {
	font-weight: bold;
}

body, html {
	height: 100%;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

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

.josefin {
  font-family: 'Josefin Sans';
  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-gn01 {
  color: #00aa94;
}
.cl-gn02 {
  color: #006b5f;
}
.cl-yl {
  color: #fff100;
}



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

header .sitename_wrap {
  font-size: 1.3rem;
  text-align: right;
	line-height: 1.5;
}

.header_lower {
  position: relative;
  z-index: 0;
}
.header_lower::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/header_lower_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  z-index: -1;
}
.header_lower .boxInner {
  display: flex;
  justify-content: space-between;
}
.header_lower .logo {
  width: 230px;
}
.header_lower .logo a {
  display: block;
}
.header_lower .sponsored {
  margin: 5px 0 0 0;
  font-size: 1.1rem;
}

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

  header .sitename_wrap {
    font-size: 1.1rem;
	  text-align: center;
	  display: flex;
        flex-direction: column;
        align-items: center;

  }
  header .sitename {
    display: block;
  }
  header .sponsored {
    display: inline;
    margin-left: 5px;
  }
  
  .header_lower::after {
    width: 100%;
    height: 250px;
  }
  .header_lower .boxInner {
    display: block;
  }
  .header_lower .logo_wrap {
    display: none;
  }
  .header_lower .sponsored {
    margin: 0 0 0 0;
  }
}


/*--------------------------------------
　fixed_header
---------------------------------------*/
.fixed_header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  min-width: 1100px;
  height: 70px;
  padding: 0 2rem;
  z-index: 111;
}

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

.fixed_header .logo {
  width: 230px;
}
.fixed_header .logo a {
  display: block;
}

.fixed_header .sponsored {
  margin: 5px 0 0;
  font-size: 1.1rem;
}

.header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 100px 0 0;
}
.header_nav li:not(:last-child) {
  margin: 0 3rem 0 0;
}
.header_nav li a {
  display: block;
  padding: 0 2.5rem 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.header_nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: #00aa94;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border-radius: 50%;
}
.header_nav li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 6px;
  width: 6px;
  height: 6px;
  transform: translate(0,-50%) rotate(135deg);
  box-sizing: border-box;
  border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

/* トップページ */
.is-top .header_nav li a::after {
  transform: translateY(-50%) rotate(135deg);
}

/* 下層ページ */
.is-under .header_nav li a::after {
  transform: translateY(-50%) rotate(45deg);
top: calc(50% - 0px);
  right: 7px;
}


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


  .fixed_header .logo {
    width: 45%;
  }

  .fixed_header .sponsored {
    margin: 3px 0 0;
    font-size: 8px;
  }

  .header_nav {
    display: none;
  } 
}


/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
	width: 75px;
	height: 62px;
	background: #006b5f;
	box-sizing: border-box;
  border-radius: 10px;
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #fff;
	width: 34px;
	height: 2px;
	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: 7px;
}

/* ナビゲーションアイコン：アクティブ */
.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: #eafdf9;
	width: 100%;
	height: 100%;
	padding: 8rem 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_logo_wrap {
  text-align: center;
}
.hb_logo_wrap .hb_logo {
  max-width: 230px;
  margin: auto;
}
.hb_logo_wrap .sponsored {
  margin: 5px 0 0;
  font-size: 1.1rem;
}

.hb_menu_wrapper {
	max-width: 800px;
	margin: 3rem auto 0;
}

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

.hb_menu_title {
	padding: 2.5rem 1rem 2.5rem 1rem;
	border-bottom: 1px solid #444;
  position: relative;
}
.hb_menu_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%) rotate(90deg);
  background: url("img/arrow_gn.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  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 1rem;
}
.hb_menu_title.first::before {
  display: none;
}
.hb_menu_title.first::after {
  display: none;
}

.hb_menu_title_link {
	display: block;
	padding: 0 3rem 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
  pointer-events: none;
	position: relative;
}
.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_gn.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  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 #444;
	position: relative;
}

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


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    right: 5px;
    width: 55px;
    height: 45px;
    border-radius: 5px;
  }
  #hb-menu .hb-inner {
    display: table-cell;
    vertical-align: middle;
  }
  #hb-menu span {
    width: 24px;
    height: 1px;
  }
  #hb-menu span:nth-of-type(2),
  #hb-menu span:nth-of-type(3){
    margin-top: 7px;
  }

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

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

  .hb_logo_wrap {
    text-align: left;
  }
  .hb_logo_wrap .hb_logo {
    max-width: 45%;
    margin: 0;
  }
  .hb_logo_wrap .sponsored {
    margin: 3px 0 0;
    font-size: 8px;
  }

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

  .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 {
    padding: 1.5rem 0 1.5rem 1rem;
  }

  .hb_menu_list_link {
    padding: 0 2.5rem 0 0;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
  }
  .hb_menu_list_link::after {
    width: 18px;
    height: 18px;
  }
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 1100px;
	margin: 6rem auto 0;
  padding: 0 10rem;
  font-size: 1.3rem;
  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: 1rem;
		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_about
---------------------------------------*/
.footer_about {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto -10rem;
  padding: 5rem 5rem 5rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  position: relative;
}

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

.footer_about .l-footer-logo_wrap {
  width: 280px;
}
.footer_about .l-footer-logo {
  width: 230px;
}
.footer_about .l-footer-logo a {
  display: block;
}

.footer_about .sponsored {
  margin: 5px 0 0;
  font-size: 1.1rem;
}

.footer_about .footer_about_txt {
  width: calc(100% - 330px);
}

.footer_about .eng {
  width: 220px;
}

.footer_about .footer_about_ttl {
  margin: 1rem 0 0;
  font-size: 2.4rem;
}

.footer_about .txt {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

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

@media screen and (max-width: 768px) {
  .footer_about {
    max-width: calc(100% - 4rem);
    margin: 0 auto -15rem;
    padding: 2rem 2rem 2rem;
    border-radius: 10px;
  }

  .footer_about .footer_about_inner {
    display: block;
  }

  .footer_about .l-footer-logo_wrap {
    width: 100%;
    margin: 1rem 0 0;
  }
  .footer_about .l-footer-logo {
    width: 50%;
    margin: auto;
  }

  .footer_about .sponsored {
    margin: 3px 0 0;
    font-size: 8px;
    text-align: center;
  }

  .footer_about .footer_about_txt {
    width: 100%;
  }

  .footer_about .eng {
    width: 50%;
    margin: auto;
  }

  .footer_about .footer_about_ttl {
    font-size: 1.6rem;
  }

  .footer_about .txt {
    margin: 1.5rem 0 0;
    line-height: 1.6;
  }

  .footer_about .btn-link a {
    margin: 1.5rem 0 0
  }  
}


/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
	background: #00aa94;
	width: 100%;
	min-width: 1100px;
}

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

.l-footer-area__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
	padding: 16rem 0 5rem;
}

.l-footer-left {
  width: 330px;
}

.l-footer-right {
  width: calc(100% - 370px);
}

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

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

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

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

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

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

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

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

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

.l-footer-area .menseki {
	background: rgba(6,207,181,0.22);
	max-width: 100%;
  margin: 0 auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}

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

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

.l-footer-copy {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}
.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
  color: #fff;
}
.l-footer-copy a:hover {
  text-decoration: none;
}

.l-footer-copy .sitemap {
	width: 15%;
	margin: 0 0 0 4rem;
	box-sizing: border-box;
  text-align: right;
}
.l-footer-copy .sitemap a {
	padding: 0 1.5rem 0 0;
 	position: relative;
}
.l-footer-copy .sitemap a::after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
  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 {
    display: block;
    max-width: 100%;
    padding: 18rem 2rem 4rem;
  }

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

  .l-footer-right {
    width: 100%;
    margin: 3rem 0 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: 5px;
    transform: translate(0,-50%) rotate(135deg);
		width: 8px;
		height: 8px;
		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 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 #fff;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }

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

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

  .l-footer-submenu__list__item {
    margin: 0 0 0 0;
    border-top: 1px solid #fff;
  }

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

  .l-footer-area .menseki {
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
  }

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

  .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: 230px;
  right: 10px;
  width: 100px;
  z-index: 0;
}

.l-pagetop__link {
  display: block;
}
.l-pagetop__link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media screen and (max-width: 768px) {
	.l-pagetop {
		bottom: 5px;
		right: 3px;
		width: 20%;
	}
  .l-pagetop__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
}


/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents_wrap {
  width: 100%;
	min-width: 1100px;
  margin: 4rem 0 12rem;
  position: relative;
  z-index: 0;
}

.contents {
  background: #fff;
  width: 1100px;
  margin: auto;
  padding: 8rem 10rem 6rem;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  position: relative;
  z-index: 0;
}

#category,
#page {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    min-width: 100%;
margin: 0rem 0 0;
  }
  
  .contents {
    width: 100%;
    margin: auto;
    padding: 3rem 2rem 6rem;
    border-radius: 15px;
  }

  #category,
	#page {
		width: 100%;
	}
}



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

.contents h1 {
	margin: 0 0 8rem;
	color: #006b5f;
	font-size: 4.4rem;
	font-weight: bold;
  text-align: center;
	line-height: 1.4;
  position: relative;
}
.contents h1::after {
  content: "";
  display: block;
  background: #006b5f;
  width: 60px;
  height: 2px;
  margin: 3rem auto 0;
  box-sizing: border-box;
}


.contents h2 {
	background: #c2f6ef;
	margin: 8rem 0 2rem;
	padding: 2rem 3rem 2rem 10rem;
	font-size: 3.4rem;
  border-bottom: 2px solid #00aa94;
  border-radius: 20px 20px 0 0;
	position: relative;
}
.contents h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0,-50%);
  background: url("img/icon_h2.png") left top no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  box-sizing: border-box;
}

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


.contents h3 {
	margin: 6rem 0 2rem;
	padding: 0 0 2rem 0;
	font-size: 2.6rem;
	border-bottom: 2px solid #00aa94;
}

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


.contents h4 {
	color: #00aa94;
	margin: 4rem 0 2rem;
	font-size: 2.2rem;
}

.contents h4 a {
	padding: 0 4rem 0 0;
	color: #00aa94;
	position: relative;
}
.contents h4 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_gn.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
}

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

  .contents h2 {
    margin: 3rem 0 2rem;
    padding: 1.5rem 1.5rem 1.5rem 5rem;
    font-size: 2.2rem;
    border-bottom: 1px solid #00aa94;
    border-radius: 10px 10px 0 0;
  }
  .contents h2::before {
    left: 10px;
    width: 32px;
    height: 32px;
  }

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


  .contents h3 {
    margin: 3rem 0 2rem;
    padding: 0 0 1.5rem 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #00aa94;
  }

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


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

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



/*--------------------------------------
　テキスト
---------------------------------------*/
.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: #00aa94;
	font-weight: bold;
}
.marker {
	font-weight: bold;
  border-bottom: 2px solid #fff100;
}


.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 2rem;
	font-size: 1.4rem;
  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: 10px;
  left: 0;
	background: #fff656;
  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.4rem;
  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: 5px;
	left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00aa94;
  width: 18px;
  height: 18px;
	color: #fff;
	font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  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: 2rem 0 2rem;
  }
  .contents ul li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2rem;
    line-height: 1.6;
  }
  .contents ul li::before {
    top: 9px;
  }

  /*----- olリスト -----*/
  .contents ol {
    margin: 4rem 0 4rem;
    list-style-type: none;
    counter-reset: count;
  }
  .contents ol li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2.5rem;
    line-height: 1.6;
  }
  .contents ol li::before {
    top: 6px;
    width: 14px;
    height: 14px;
    font-size: 1.1rem;
  }
}


/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 420px;
	margin: 4rem auto 4rem;
	padding: 2.8rem 7rem;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
	text-decoration: none!important;
	position: relative;
}
.btn-web a::before,
.btn-internal a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
  transform: translate(0,-50%);
  background: #fff;
	width: 36px;
	height: 36px;
  box-sizing: border-box;
  border-radius: 50%;
}
.btn-web a::after,
.btn-internal a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  transform: translate(0,-50%) rotate(45deg);
  box-sizing: border-box;
}
.btn-web a::after {
  border-top: solid 2px #444;
	border-right: solid 2px #444;
}
.btn-internal a::after {
  border-top: solid 2px #00aa94;
	border-right: solid 2px #00aa94;
}


/*----- btn-web（外部リンク） -----*/
.btn-web a {
	background: #fff656;
}
.btn-web a:hover {
  opacity: 1;
}
.btn-web a:hover::after {
  animation: arrowLoop 0.5s ease-in-out;
}
.btn-web a span {
  display: inline-block;
  font-weight: bold;
  transition: opacity .2s linear;
}
.btn-web a:hover span {
  animation: textLoop 0.5s ease-in-out;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #00aa94;
  color: #fff;
}
.btn-internal a:hover {
  opacity: 1;
}
.btn-internal a:hover::after {
  animation: arrowLoop 0.5s ease-in-out;
}
.btn-internal a span {
  display: inline-block;
  font-weight: bold;
  transition: opacity .2s linear;
}
.btn-internal a:hover span {
  animation: textLoop 0.5s ease-in-out;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 3rem 0 0;
	font-size: 1.4rem;
  font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	position: relative;
}
.btn-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_gn.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  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;
}
.btnBox > div {
  width: 420px;
  margin: 0 1rem 0;
}
.btnBox > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 0 0;
}

@media screen and (max-width: 768px) {
  .btn-web a,
  .btn-internal a {
    max-width: 100%;
    margin: 2rem auto 5rem;
    padding: 1.8rem 4.5rem;
    font-size: 1.5rem;
  }
  .btn-web a::before,
  .btn-internal a::before {
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .btn-web a::after,
  .btn-internal a::after {
    right: 25px;
    width: 8px;
    height: 8px;
  }
  .btn-web a::after {
    border-top: solid 1px #444;
    border-right: solid 1px #444;
  }
  .btn-internal a::after {
    border-top: solid 1px #00aa94;
    border-right: solid 1px #00aa94;
  }


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

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #006B5F;
		max-width: 90%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 5rem;
		box-sizing: border-box;
    color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 100px;
		text-decoration: none!important;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
		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;
  }
  .btnBox > div {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .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 #b6b6b6;
}

table th {
	background: #fdfbf5;
	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 #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
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 #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
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 #b6b6b6;
	}

	table td {
		display: block;
		padding: 1.5rem 1.5rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #b6b6b6;
	}
	
	table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
  
  .scroll_table {
    margin: 5rem 0 5rem;
    padding: 0 0 1.5rem 0;
    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 {
    min-width: 768px;
    margin: 0 0 0;
  }
  .scroll_table table th {
    display: table-cell;
      border-left: 1px solid #b6b6b6;
  }
  .scroll_table table td {
    display: table-cell;
    border-left: 1px solid #b6b6b6;
  }
}


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

.float-img {
  position: relative;
}

.float-img .flame img {
	display: block;
	width: auto;
	margin: auto;
  vertical-align: top;
}

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

.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: #00aa94;
	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;
	}
}


/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  background: #fffdf9;
  max-width: 800px;
	margin: 5rem auto 8rem;
	padding: 4rem 5rem 4rem;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0,0,0,0.06);
  position: relative;
}

.toc_parts .eng {
  position: absolute;
  top: 0;
  right: 40px;
  color: #f9f6ea;
	font-size: 8rem;
}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
	font-size: 2.6rem;
	font-weight: bold;
  line-height: 1;
  border-left: 3px solid #00aa94;
  position: relative;
}

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

#toc ul.chapter {
	margin: 0 0 0;
  padding: 0 2rem;
}
#toc ul.chapter li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 3.5rem;
  font-size: 1.8rem;
  overflow-wrap: break-word;
	position: relative;
	counter-increment: toccount;
}
#toc ul.chapter li:last-child {
	margin: 0 0 0 0;
}
#toc ul.chapter li::before {
	content: counter(toccount,decimal-leading-zero);
	position: absolute;
  top: -7px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #00aa94;
	font-size: 2.2rem;
  font-weight: bold;
}
#toc ul.chapter li a {
	display: block;
  font-weight: bold;
	text-decoration: none;
}
#toc .chapter .chapter {
  margin: 0 0 2rem 2rem;
}
#toc .chapter .chapter li {
	margin: 0 0 1rem 0;
	padding: 0 0 0 1.5rem;
	font-size: 1.5rem;
	position: relative;
	counter-increment: none;
}
#toc .chapter .chapter li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #444;
	border-right: solid 1px #444;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

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

.toc_parts .acc_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: -30px;
	background: #fffdf9;
	max-width: 190px;
	margin: auto;
	padding: 1.5rem 5rem;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
  border-radius: 100px;
  box-shadow: 0 0 12px rgba(0,0,0,0.06);
	transition: all 0.4s;
  z-index: 2;
}
.toc_parts .acc_btn::before,
.toc_parts .acc_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	background: #444;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	transition: all 0.4s;
}
.toc_parts .acc_btn::after {
	transform: rotate(90deg);
}
.toc_parts .acc_btn.is-show::before {
  display: none;
}
.toc_parts .acc_btn.is-show::after {
  transform: rotate(180deg);
}
.toc_parts .acc_btn span {
	font-weight: bold;
}
.toc_parts .acc_btn span:before {
	content: "MORE";
}
.toc_parts .acc_btn.is-show span:before {
	content: "CLOSE";
}

.toc_parts .acc_box {
	overflow: hidden;
	position: relative;
}
.toc_parts .acc_box.is-hide {
  height: 200px;
}
.toc_parts .acc_box::before {
	content: "";
	position: absolute;
	bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(255,253,249,0) 0%, rgba(255,253,249,.9) 50%, rgba(255,253,249,.9) 50%, #fffdf9 100%);
  background: linear-gradient(180deg, rgba(255,253,249,0) 0%, rgba(255,253,249,.9) 50%, rgba(255,253,249,.9) 50%, #fffdf9 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;
}

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

  .toc_parts .eng {
    right: 15px;
    font-size: 4rem;
  }
  
  .toc_parts .ttl {
    padding: 0 0 0 1rem;
    font-size: 1.8rem;
    border-left: 2px solid #00aa94;
  }

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

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

  .toc_parts .acc_btn {
    bottom: -20px;
    max-width: 50%;
    margin: auto;
    padding: 1.2rem 4rem;
    font-size: 1.4rem;
  }
  .toc_parts .acc_btn::before,
  .toc_parts .acc_btn::after {
    right: 10px;
    width: 12px;
    height: 1px;
  }
}


/*--------------------------------------
　interview_parts
---------------------------------------*/
.interview_parts h2,
.interview_parts h3,
.interview_parts h4 {
  background: none;
  margin: 0 0 0;
	padding: 0 0 0 0;
  color: #444;
  border: none;
  border-radius: 0;
}
.interview_parts h2::before,
.interview_parts h3::before,
.interview_parts h4::before {
  display: none;
}


.interview_parts {
  background: #fff;
  margin: 10rem 0 10rem;
  padding: 0 6rem 4rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  position: relative;
}

.interview_parts .eng {
  position: absolute;
  top: 0;
  right: 40px;
  color: #eafdf9;
  font-size: 8rem;
}

.interview_parts .interview_block {
  display: flex;
  justify-content: space-between;
}

.interview_parts .boxL {
  width: 260px;
  margin: -6rem 0 0;
}

.interview_parts .imgBox img {
  border-radius: 20px 80px 20px 20px;
}

.interview_parts .profile {
  background: #eafdf9;
  width: calc(100% - 40px);
  margin: -4rem auto 0;
  padding: 1rem 2rem;
  border-radius: 20px;
  position: relative;
}

.interview_parts .name {
  font-size: 1.6rem;
}
.interview_parts .name .large {
  font-size: 2.4rem;
}

.interview_parts ul.profile_list {
  margin: 5px 0 0;
}
.interview_parts ul.profile_list li {
  margin: 0 0 5px 0;
  padding: 0 0 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}
.interview_parts ul.profile_list li:last-child {
  margin: 0 0 0 0;
}
.interview_parts ul.profile_list li::before {
  content: "";
  display: block;
	position: absolute;
  top: 8px;
  left: 0;
	background: #00aa94;
  width: 6px;
  height: 6px;
	box-sizing: border-box;
  border-radius: 50%;
}

.interview_parts .boxR {
  width: calc(100% - 310px);
  padding: 8rem 0 0;
}

.interview_parts .interview_ttl {
  padding: 2rem 2rem 2rem 0;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.interview_parts .interview_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #c3f6ef;
  width: calc(100% + 50px);
  height: 100%;
  box-sizing: border-box;
  border-radius: 0 100px 100px 0;
  z-index: -1;
}

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

@media screen and (max-width: 768px) {
  .interview_parts {
    margin: 6rem 0 6rem;
    padding: 0 0 3rem;
    border-radius: 10px;
  }
  
  .interview_parts .eng {
    right: 15px;
    font-size: 3rem;
  }

  .interview_parts .interview_block {
    display: block;
  }

  .interview_parts .boxL {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 0;
  }

  .interview_parts .imgBox {
    width: 38%;
    position: relative;
    top: -20px;
  }
  .interview_parts .imgBox img {
    border-radius: 10px 40px 10px 10px;
  }

  .interview_parts .profile {
    background: none;
    width: 50%;
    margin: 3rem auto 0;
    padding: 0 0;
    border-radius: 0;
  }

  .interview_parts .name {
    font-size: 1.4rem;
  }
  .interview_parts .name .large {
    font-size: 1.8rem;
  }
  
  .interview_parts ul.profile_list {
    margin: 3px 0 0;
  }
  .interview_parts ul.profile_list li {
    font-size: 1.2rem;
  }
  .interview_parts ul.profile_list li::before {
    top: 7px;
  }

  .interview_parts .boxR {
    width: 100%;
    padding: 0 2rem 0;
  }

  .interview_parts .interview_ttl {
    padding: 1.2rem 1.5rem 1.2rem 0;
    font-size: 1.8rem;
  }
  .interview_parts .interview_ttl::after {
    width: calc(100% + 20px);
  }

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


/*--------------------------------------
　icon_ttl
---------------------------------------*/
 h2.icon_ttl,
 h3.icon_ttl,
 h4.icon_ttl {
  background: #fdfaf2;
  max-width: 870px;
  margin: 10rem 0 10rem auto;
  padding: 3rem 3rem 3rem 6rem;
  color: #444;
  font-size: 2rem;
  border: none;
  border-radius: 20px;
}
 h2.icon_ttl::before,
 h3.icon_ttl::before,
 h4.icon_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translate(0,-50%);
  background: url("img/icon_check.png") left top no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  box-sizing: border-box; 
}

.icon_ttl {
  background: #fdfaf2;
  max-width: 870px;
  margin: 10rem 0 10rem auto;
  padding: 3rem 3rem 3rem 6rem;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
}
.icon_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translate(0,-50%);
  background: url("img/icon_check.png") left top no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  box-sizing: border-box; 
}

@media screen and (max-width: 768px) {
   h2.icon_ttl,
   h3.icon_ttl,
   h4.icon_ttl {
    max-width: calc(100% - 15px);
    margin: 6rem 0 6rem auto;
    padding: 2rem 1.5rem 2rem 4.5rem;
    font-size: 1.8rem;
    border-radius: 10px;
  }
   h2.icon_ttl::before,
   h3.icon_ttl::before,
   h4.icon_ttl::before {
    left: -30px;
    width: 60px;
    height: 60px;
  }
  
  .icon_ttl {
    max-width: calc(100% - 15px);
    margin: 6rem 0 6rem auto;
    padding: 2rem 1.5rem 2rem 4.5rem;
    font-size: 1.8rem;
    border-radius: 10px;
  }
  .icon_ttl::before {
    left: -30px;
    width: 60px;
    height: 60px;
  }

  .icon_ttl .icon {
    left: -30px;
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
  }
}


/*--------------------------------------
　schedule_parts
---------------------------------------*/
.schedule_parts h2,
.schedule_parts h3,
.schedule_parts h4 {
  background: none;
  margin: 0 0 0;
	padding: 0 0 0 0;
  color: #444;
  border: none;
  border-radius: 0;
}
.schedule_parts h2::before,
.schedule_parts h3::before,
.schedule_parts h4::before {
  display: none;
}

.schedule_parts {
  background: #fff;
  margin: 10rem 0 10rem;
  padding: 6rem 7rem 6rem;
  border: 2px solid #00aa94;
  border-radius: 30px;
  position: relative;
}

.schedule_parts .eng {
  position: absolute;
  top: 0;
  right: 40px;
  color: #eafdf9;
  font-size: 8rem;
}

.schedule_parts .schedule_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 2.5rem;
  position: relative;
}
.schedule_parts .schedule_item:last-child {
  padding: 0 0 0;
}
.schedule_parts .schedule_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  border-left: 2px dashed #00aa94;
  box-sizing: border-box;
}
.schedule_parts .schedule_item:last-child:before {
  display: none;
}

.schedule_parts .time {
  background: #fbf7ea;
  width: 150px;
  padding: 1.2rem 2rem 1.2rem 3rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 100px;
  position: relative;
}
.schedule_parts .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0,-50%);
  background: #00aa94;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
}

.schedule_parts .txtBox {
  width: calc(100% - 190px);
  padding: 1rem 0 0;
}

.schedule_parts .schedule_ttl {
  margin: 0 0 0rem;
  font-size: 2rem;
  font-weight: bold;
}

.schedule_parts .txt {
  margin: 0 0 0;
}

@media screen and (max-width: 768px) {
  .schedule_parts {
    margin: 6rem 0 6rem;
    padding: 3rem 2rem 3rem;
    border: 1px solid #00aa94;
    border-radius: 15px;
  }

  .schedule_parts .eng {
    right: 15px;
    font-size: 4rem;
  }

  .schedule_parts .schedule_item {
    display: block;
    padding: 0 0 2rem;
  }
  .schedule_parts .schedule_item:before {
    left: 5px;
    border-left: 1px dashed #00aa94;
  }

  .schedule_parts .time {
    background: none;
    width: 40%;
    padding: 1rem 2rem 1rem 0;
    font-size: 1.5rem;
    border-radius: 0;
    z-index: 0;
  }
  .schedule_parts .time::before {
    left: 0;
    width: 10px;
    height: 10px;
  }
  .schedule_parts .time::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #fbf7ea;
    width: calc(100% + 20px);
    height: 100%;
    border-radius: 0 100px 100px 0;
    z-index: -1;
  }

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

  .schedule_parts .schedule_ttl {
    margin: 0 0 1rem;
    font-size: 1.5rem;
  }
}


/*--------------------------------------
　qa_parts
---------------------------------------*/
.qa_parts h2,
.qa_parts h3,
.qa_parts h4 {
  background: none;
  margin: 0 0 0;
	padding: 0 0 0 0;
  color: #444;
  border: none;
  border-radius: 0;
  position: relative;
}
.qa_parts h2::before,
.qa_parts h3::before,
.qa_parts h4::before {
  display: none;
}

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

.qa_parts .qa_parts_item {
  margin: 0 0 6rem;
}
.qa_parts .qa_parts_item:last-child {
  margin: 0 0 0;
}

.qa_parts .q_ttl {
  padding: 0 0 3rem 8rem;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.qa_parts .q_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  transform: translate(0,0);
  background: url("img/icon_q.png") left top no-repeat;
  background-size: contain;
  width: 65px;
  height: 50px;
  box-sizing: border-box;
}

.qa_parts .a_box {
  display: flex;
  justify-content: space-between;
margin: 0rem 0 4rem;
}

.qa_parts .imgBox {
  width: 350px;
  flex-grow: 1;
}
.qa_parts .a_box:nth-child(odd) .imgBox {
  margin-right: 4rem;
}
.qa_parts .a_box:nth-child(even) .imgBox {
margin-right: 4rem;
 /* order: 2; */
}
.qa_parts .imgBox img {
  border-radius: 20px;
}
.qa_parts .caption {
  text-align: center;
}

.qa_parts .txtBox {
  width: calc(100% - 310px);
  flex-grow: 1;
}
.qa_parts .a_box:nth-child(even) .txtBox {
  order: 1;
}

.qa_parts .a_ttl {
  background: #eafdf9;
  padding: 3rem 4rem 3rem 10rem;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.qa_parts .a_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0,-50%);
  background: url("img/icon_a-bl.png") left top no-repeat;
  background-size: contain;
  width: 54px;
  height: 50px;
  box-sizing: border-box;
}
.qa_parts .a_box:nth-child(odd) .a_ttl {
  border-radius: 100px 100px 100px 0;
}
.qa_parts .a_box:nth-child(even) .a_ttl {
  border-radius: 100px 100px 100px 0;
}

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

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

  .qa_parts .qa_parts_item {
    margin: 0 0 4rem;
  }

  .qa_parts .q_ttl {
    padding: 0 0 0 4.5rem;
    font-size: 1.8rem;
  }
  .qa_parts .q_ttl::before {
    top: 0;
    width: 32px;
    height: 25px;
  }

  .qa_parts .a_box {
    display: block;
    margin: 3rem 0 0;
  }

  .qa_parts .imgBox {
    width: 100%;
    margin: 2rem 0 0;
  }
  .qa_parts .a_box:nth-child(odd) .imgBox {
    margin-right: 0;
  }
  .qa_parts .a_box:nth-child(even) .imgBox {
    margin-left: 0;
  }
  .qa_parts .imgBox img {
    border-radius: 15px;
	  width: 25rem;
       display: block;
       margin: 0 auto;
  }
	
	.qa_parts .imgBox.people img {
  width: 14rem;
}

  .qa_parts .txtBox {
    width: 100%;
  }

  .qa_parts .a_ttl {
    padding: 1.5rem 2rem 1.5rem 5rem;
    font-size: 1.6rem;
  }
  .qa_parts .a_ttl::before {
    top: 15px;
    left: 15px;
    transform: translate(0,0);
    width: 27px;
    height: 25px;
  }
  .qa_parts .a_box:nth-child(odd) .a_ttl {
    border-radius: 40px 40px 40px 0;
  }
  .qa_parts .a_box:nth-child(even) .a_ttl {
    border-radius: 40px 40px 40px 0px;
  }

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


/*--------------------------------------
　sv_parts
---------------------------------------*/
.sv_parts h2,
.sv_parts h3,
.sv_parts h4 {
  background: none;
  margin: 0 0 0;
	padding: 0 0 0 0;
  color: #444;
  border: none;
  border-radius: 0;
  position: relative;
}
.sv_parts h2::before,
.sv_parts h3::before,
.sv_parts h4::before {
  display: none;
}

.sv_parts {
  background: #eafdf9;
  width: calc(100% + 100px);
  margin: 10rem auto 16rem;
  padding: 8rem 6rem 8rem 0;
  border-radius: 140px 0 0 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  position: relative;
}
.sv_parts::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 70px;
  background: url("img/sv_parts_map.png") left top no-repeat;
  background-size: contain;
  width: 310px;
  height: 260px;
  box-sizing: border-box;
}

.sv_parts .eng {
  position: absolute;
  top: 0;
  right: 20px;
  color: #ffffff;
  font-size: 8rem;
}

.sv_parts .cc {
  font-size: 3rem;
  text-align: center;
}
.sv_parts .cc .large {
  font-size: 4rem;
}

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

.sv_parts .boxL {
  width: 320px;
  margin: 0 0 0 -4rem;
}

.sv_parts .imgBox img {
  border: 2px solid #ebebeb;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
}

.sv_parts .caption {
  text-align: center;
}

.sv_parts .boxR {
  width: calc(100% - 320px);
}

.sv_parts .sv_ttl {
  font-size: 3rem;
  font-weight: bold;
}
.sv_parts .sv_ttl span {
  font-weight: bold;
}
.sv_parts .sub {
  display: inline-block;
  background: #00aa94;
  margin: 0 0 1.5rem;
  padding: 5px 2rem;
  font-size: 1.6rem;
  border-radius: 100px;
}
.sv_parts .sv_ttl .large {
  font-size: 3.8rem;
}

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

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

@media screen and (max-width: 768px) {
  .sv_parts {
/* background: #fff; */
    width: calc(100% + 20px);
    margin: 6rem auto 6rem;
    padding: 4rem 2rem 4rem;
    border-radius: 70px 0 0 10px;
  }
  .sv_parts::after {
    display: none;
  }
  
  .sv_parts .eng {
    right: 0;
    font-size: 3.5rem;
  }

  .sv_parts .cc {
    font-size: 1.8rem;
  }
  .sv_parts .cc .large {
    font-size: 2.4rem;
  }

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

  .sv_parts .boxL {
    width: 100%;
    margin: 0 0 0 0;
  }

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

  .sv_parts .boxR {
    width: 100%;
    text-align: center;
  }

  .sv_parts .sv_ttl {
    font-size: 1.8rem;
    text-align: center;
  }
  .sv_parts .sub {
    margin: 0 0 1rem;
    padding: 5px 1rem;
    font-size: 1.4rem;
  }
  .sv_parts .sv_ttl .large {
    font-size: 2.4rem;
  }

  .sv_parts .txt {
    margin: 1.5rem 0 0;
    text-align: justify;
  }

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


/*--------------------------------------
　summary_parts
---------------------------------------*/
.summary_parts h2,
.summary_parts h3,
.summary_parts h4 {
  background: none;
  margin: 0 0 0;
	padding: 0 0 0 0;
  color: #444;
  border: none;
  border-radius: 0;
  position: relative;
}
.summary_parts h2::before,
.summary_parts h3::before,
.summary_parts h4::before {
  display: none;
}

.summary_parts {
  background: #fdfbf5;
  margin: 10rem 0 10rem;
  padding: 4rem 6rem 6rem;
  border-radius: 30px;
	position: relative;
}

.summary_parts .sub {
  padding: 0 0 0 4rem;
  font-size: 2rem;
  position: relative;
}
.summary_parts .sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #444;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
}

.summary_parts .eng {
  margin: 1rem 0 0;
  color: #006b5f;
  font-size: 6rem;
}

.summary_parts .summary_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin: 3rem 0 0;
  padding: 4rem 4rem 4rem;
  border-radius: 20px;
}

.summary_parts .txtBox {
  width: calc(100% - 0px);
}

.summary_parts .summary_ttl {
  font-size: 2.6rem;
  font-weight: bold;
}

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

.summary_parts .imgBox {
  width: 180px;
}

@media screen and (min-width: 768px) {
.summary_parts::after {
content: "";
position: absolute;
top: 34px;
right: 113px;
background: url(img/summary_parts01.png) left top no-repeat;
background-size: contain;
width: 227px;
height: 167px;
box-sizing: border-box;
}
}



@media screen and (max-width: 768px) {
  .summary_parts {
    margin: 6rem 0 6rem;
    padding: 2rem 2rem 3rem;
    border-radius: 15px;
  }

  .summary_parts .sub {
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
  }
  .summary_parts .sub::before {
    width: 20px;
    height: 1px;
  }

  .summary_parts .eng {
    margin: 8px 0 0;
    font-size: 3rem;
  }

  .summary_parts .summary_block {
    display: block;
    margin: 2rem 0 0;
    padding: 2rem 2rem 2rem;
    border-radius: 10px;
  }

  .summary_parts .txtBox {
    width: 100%;
  }

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

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

  .summary_parts .imgBox {
    display: none;
  }
}


/*--------------------------------------
　com_parts01
---------------------------------------*/
.com_parts01 h2,
.com_parts01 h3,
.com_parts01 h4 {
  background: none;
  margin: 0 0 0;
	padding: 0 0 0 0;
  color: #444;
  border: none;
  border-radius: 0;
  position: relative;
}
.com_parts01 h2::before,
.com_parts01 h3::before,
.com_parts01 h4::before {
  display: none;
}

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

.com_parts01 .com_parts01_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.com_parts01 .com_item {
  background: #fff;
  width: calc((100% / 2) - 20px);
  padding: 0 0 4rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
	border: 2px solid #ebebeb;
}

.com_parts01 .com_item a {
  display: block;
}

.com_parts01 .upper {
  display: flex;
  justify-content: space-between;
}

.com_parts01 .imgBox {
  width: 130px;
}
.com_parts01 .imgBox img {
  border-radius: 20px 60px 20px 0;
}

.com_parts01 .txtBox {
  width: calc(100% - 130px);
  padding: 2rem 2rem;
}

.com_parts01 .name {
  font-size: 1.6rem;
}
.com_parts01 .name .large {
  font-size: 2.4rem;
}

.com_parts01 ul.list {
  margin: 1rem 0 0;
}
.com_parts01 ul.list li {
  margin: 0 0 5px 0;
  padding: 0 0 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
	position: relative;
}
.com_parts01 ul.list li:last-child {
  margin: 0 0 0 0;
}
.com_parts01 ul.list li::before {
  content: "";
  display: block;
	position: absolute;
  top: 8px;
  left: 0;
	background: #fff656;
  width: 6px;
  height: 6px;
	box-sizing: border-box;
  border-radius: 50%;
}

.com_parts01 .com_parts01_ttl {
  display: flex;
  align-items: center;
  background: #c2f6ef;
  width: calc(100% - 40px);
  padding: 1.5rem 3rem 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
  position: relative;
}

.com_parts01 .txt {
  margin: 2rem 0 0;
  padding: 0 4rem;
}

.com_parts01 .link {
  width: calc(100% - 80px);
  margin: 1.5rem auto 0;
  padding: 0 3rem 0 0;
	font-size: 1.4rem;
  font-weight: bold;
	text-align: right;
	line-height: 1.5;
	text-decoration: none;
	position: relative;
}
.com_parts01 .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_gn.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

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

  .com_parts01 .com_parts01_block {
    display: block;
  }

  .com_parts01 .com_item {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0 0 3rem;
    border-radius: 10px;
  }
  .com_parts01 .com_item:last-child {
    margin: 0 0 0;
  }

  .com_parts01 .imgBox {
    width: 35%;
  }
  .com_parts01 .imgBox img {
    border-radius: 10px 30px 10px 0;
  }

  .com_parts01 .txtBox {
    width: 65%;
    padding: 1.5rem 1.5rem;
  }

  .com_parts01 .name {
    font-size: 1.4rem;
  }
  .com_parts01 .name .large {
    font-size: 2rem;
  }

  .com_parts01 ul.list {
    margin: 3px 0 0;
  }

  .com_parts01 .com_parts01_ttl {
    display: block;
    width: calc(100% - 20px);
    padding: 1.5rem 2rem 1.5rem;
    font-size: 1.8rem;
  }

  .com_parts01 .txt {
    margin: 1.5rem 0 0;
    padding: 0 2rem;
  }

  .com_parts01 .link {
    width: calc(100% - 40px);
    padding: 0 2.5rem 0 0;
  }
  .com_parts01 .link::after {
    width: 20px;
        height: 20px;
  }
}


/*--------------------------------------
　related-article01-frame
---------------------------------------*/
.related-article01-frame {
  background: #fffdf9;
  margin: 10rem auto 10rem;
  padding: 4rem 5rem 4rem;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0,0,0,0.06);
  position: relative;
}

.related-article01-frame .eng {
  position: absolute;
  top: 0;
  right: 40px;
  color: #f8f5eb;
  font-size: 8rem;
}

.related-article01-title {
	font-size: 2.6rem;
	font-weight: bold;
  line-height: 1;
  position: relative;
}
.related-article01-title span {
	font-weight: bold;
}

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

ul.related-article01-list {
	margin: 3rem 0 0;
}
ul.related-article01-list li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 0;
  font-size: 1.8rem;
	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 3rem;
	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_gn.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .related-article01-frame {
    margin: 6rem auto 6rem;
    padding: 3rem 2rem 3rem;
    border-radius: 10px;
  }

  .related-article01-frame .eng {
    right: 15px;
    font-size: 4rem;
  }

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

  ul.related-article01-list {
    margin: 2rem 0 0;
  }
  ul.related-article01-list li {
    margin: 0 0 1.5rem 0;
    font-size: 1.6rem;
  }
  ul.related-article01-list li a {
    padding: 0 0 0 2.5rem;
  }
  ul.related-article01-list li a::before {
    width: 16px;
    height: 16px;
  }
}


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

.fixed_bnr a {
  display: flex;
  align-items: center;
  background: #fff656;
  width: 100%;
  height: 143px;
  padding: 2rem 4rem 2rem 2rem;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  position: relative;
}
.fixed_bnr a::before {
content: "";
    position: absolute;
    top: -48px;
    right: 7px;
    background: url(img/fixed_bnr_img.png) left top no-repeat;
    background-size: contain;
    width: 102px;
    height: 92px;
    box-sizing: border-box;

}
.fixed_bnr a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  transform: translate(0,-50%);
  background: url("img/arrow_wh.png") left top no-repeat;
  background-size: contain;
	width: 30px;
	height: 30px;
  box-sizing: border-box;
}
.fixed_bnr a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.fixed_bnr02 .fixed_bnr_inner {
  transition: all 0.3s ease;
}
.fixed_bnr02 .fixed_bnr_inner.stop {
  opacity: 0;
}
.fixed_bnr02 .fixed_bnr_inner.stop a {
  pointer-events: none;
}

.fixed_bnr .bnr_txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

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

  .fixed_bnr a {
    width: 100%;
    height: 60px;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    border-radius: 0 25px 0 0;
  }
  .fixed_bnr a::before {
    display: none;
  }
  .fixed_bnr a::after {
    right: 10px;
    width: 22px;
    height: 22px;
  }
  .fixed_bnr a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }

  .fixed_bnr .bnr_txt {
    font-size: 3.5vw;
  }
}


/*--------------------------------------
　animation
---------------------------------------*/
@keyframes arrowLoop {
  0% {
    transform: translate(0, -50%) rotate(45deg);
    opacity: 1;
  }
  40% {
    transform: translate(10px, -50%) rotate(45deg);
    opacity: 0;
  }
  41% {
    transform: translate(-10px, -50%) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%) rotate(45deg);
    opacity: 1;
  }
}

@keyframes textLoop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-15px);
    opacity: 0;
  }
  41% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


@media screen and (min-width: 768px){
    .header_lower .splogo {
        display: none;
    }
}

@media screen and (max-width: 768px) {
.header_lower .splogo {
    width: 160px;
	        margin: 1rem;
}
}

.sec02_block .imgBox .cc {
font-size: 2.2rem;
text-align: center;
	 padding: 2rem 0rem 1rem;
}

@media screen and (max-width: 768px) {
.sec02_block .imgBox .cc {
font-size: 1.8rem;
margin: 0rem 0rem 1rem 0rem;
        padding: 0rem 0rem 0rem;

}
}

.number .flame {
padding: 1.5rem 9rem 0rem;
}
.number.parents {
margin: 4rem 0rem 0rem;
}

@media screen and (max-width: 768px) {
.number .flame {
margin: 1rem 0rem 0rem;
        padding: 0rem;

}
.number.parents {
margin: 3rem 0rem 5rem;
}
}

.sec11_word .catch {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0rem 0rem 0.2rem;
    color: #00aa94;
}
