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

/* anton-regular - 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: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/anton-v27-latin-regular.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*----------------------------------------------------------------------------
　reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: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%;
  scrollbar-gutter: stable;
}

body {
  color: #094050;
  font-size: 1.5rem;
  font-family: "Noto Sans JP";
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

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

.anton {
  font-family: 'Anton';
  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: #ff764f;
}
.cl-bl {
  color: #03a8d7;
}



/*--------------------------------------
　fixed_nav
---------------------------------------*/
.fixed_nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 70px;
  padding: 0 3rem;
  z-index: 1;
}

.btn_floating {
  display: none;
}

.fixed_nav .fixed_nav_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-right: 5rem;
}

.fixed_nav .logo_wrap {
  width: 180px;
}
.fixed_nav .logo a {
  display: block;
}

.fixed_nav .sponsored {
  font-size: 1.3rem;
  text-align: center;
}

.fixed_nav .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 450px);
}
.fixed_nav .nav li {
  padding: 0 3rem;
  position: relative;
}
.fixed_nav .nav li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%) rotate(30deg);
  background: #0bc6fc;
  width: 1px;
  height: 100%;
  box-sizing: border-box;
}
.fixed_nav .nav li:last-child::after {
  display: none;
}
.fixed_nav .nav li a {
  display: block;
  padding: 0 2.5rem 0 0;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}
.fixed_nav .nav li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_link-gn.png") left top no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}
.fixed_nav__home .fixed_nav .nav li a::after {
  transform: translate(0,-50%) rotate(90deg);
}

.fixed_nav .btn-web {
  width: 240px;
  margin: 0 0 0;
	font-size: 1.3rem;
}
.fixed_nav .btn-web a {
	padding: 1rem 5rem;
}
.fixed_nav .btn-web a::after {
  right: 15px;
  width: 18px;
  height: 18px;
}

.fixed_nav.is-hide {
  display: none!important;
}

@media screen and (max-width: 768px) {
.fixed_nav {
        margin: 0.7rem 0.7rem 0 0;
        height: 14vw;
        width: 14.6%;
        padding: 0 5px;
        right: 0px;
        left: auto;
        border: 1px solid #093f4f;
    }
}

  .fixed_nav .fixed_nav_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    margin-right: 0;
  }

  .fixed_nav .logo_wrap {
    display: none;
  }

  .fixed_nav .nav {
    display: none;
  }

  .fixed_nav .btn-web {
    width: 50%;
    height: 45px;
    margin: 0 0 0;
    font-size: 3vw;
  }
  .fixed_nav .btn-web a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 3rem;
  }
  .fixed_nav .btn-web a::after {
    right: 10px;
    width: 15px;
    height: 15px;
  }  
}


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

.contents {
  background: #fff;
  width: 1100px;
	min-width: 1100px;
  margin: 3rem auto 0;
  padding: 8rem 8rem 12rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 0;
}

#category,
#page {
  width: 100%;
  margin: 0!important;
  padding: 0!important;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    min-width: 100%;
    padding: 0 0 5rem;
  }
  
	.contents {
		width: 100%;
		min-width: 100%;
		padding: 4rem 2rem 6rem;
		margin: 1rem auto 0;
		box-shadow: none;
	}
}


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

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

header .logo_wrap {
  width: 250px;
}
header .logo a {
  display: block;
}

header .logo_wrap .sponsored {
  font-size: 1.2rem;
  text-align: center;
}

header .sitename_wrap {
  font-size: 1.4vh;
	line-height: 1.5;
}
header .sitename a {
  display: inline-block;
}

.header_lower {
  position: relative;
  z-index: 0;
}
.header_lower::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/lower_bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 990px;
  box-sizing: border-box;
  z-index: -1;
}
.header_lower .sitename_wrap {
  text-align: right;
}
.header_lower .sitename {
  display: inline-block;
}
.header_lower .sitename_wrap .sponsored {
  display: inline-block;
}

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

  header .logo_wrap {
    width: 47%;
        /* position: static; */
        /* margin: auto; */

  }
	
	header .logo_wrap.lower {
       width: 70%;
       position: static;
       margin: 1rem auto 1rem;
   }

	
	header .boxInner {
   /* display: unset; */
}
	
	header .boxInner.lower {
       display: unset;
   }

	
	.header_lower .sitename_wrap {
   text-align: center;
}


  header .logo a {
    display: block;
  }

  header .logo_wrap .sponsored {
    font-size: 1.1rem;
  }

  header .sitename_wrap {
    width: 67%;
       font-size: 1.1rem;
       margin: 1rem auto 0rem;
  }

  .header_lower::after {
    width: 100%;
    height: 0;
    padding-top: calc(100%*990/1440);
  }
}

/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	position: absolute;
	top: 50%;
	right: 0;
  transform: translate(0,-50%);
	width: 80px;
	height: 80px;
	background: none;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 10000;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #094050;
	width: 40px;
	height: 2px;
	margin: auto;
	border-radius: 0;
	transition: all .5s ease-in-out;
}
#hb-menu span:nth-of-type(2){
	margin-top: 12px;
}

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

.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 #fff;
  position: relative;
}
.hb_menu_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%) rotate(90deg);
  background: url("img/arrow_link-wh.png") left top no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  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 3rem 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
  pointer-events: none;
}
.hb_menu_title_link::after {
  display: none;
}
.hb_menu_title.first .hb_menu_title_link {
  pointer-events: auto;
  position: relative;
}
.hb_menu_title.first .hb_menu_title_link::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_link-wh.png") left top no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
}

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

.hb_menu_list_item {
  width: 100%;
	padding: 2.5rem 0 2.5rem 3rem;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	position: relative;
}
.hb_menu_list_item:first-child {
	display: block;
}

.hb_menu_list_link {
	display: block;
	padding: 0 3rem 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_link-wh.png") left top no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
}


/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    width: 14vw;
       height: 15vw;
  }
  #hb-menu span {
    width: 25px;
    height: 1px;
  }
  #hb-menu span:nth-of-type(2){
    margin-top: 9px;
  }

  /* ナビゲーションアイコン：アクティブ */
  .hb-open #hb-menu span:nth-of-type(1) {
    -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
    -ms-transform: translateY(5px) translateX(0) rotate(45deg);
    transform: translateY(5px) translateX(0) rotate(45deg);
  }
  .hb-open #hb-menu span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
    transform: translateY(-5px) 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 {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%) rotate(90deg);
    background: url("img/arrow_link-wh.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
  }
	.hb_menu_title.open::after {
    transform: translate(0,-50%) rotate(-90deg);
	}	
	.hb_menu_title.first {
		padding: 1.5rem 0 1.5rem 0;
	}
	.hb_menu_title.first::after {
		display: none;
	}
  
  .hb_menu_title_link {
    padding: 0 3rem 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }
  .hb_menu_title_link::after {
    display: none;
  }
	.hb_menu_title.first .hb_menu_title_link {
		pointer-events: auto;
		position: relative;
	}
	.hb_menu_title.first .hb_menu_title_link::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%)!important;
    background: url("img/arrow_link-wh.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
	}

  .hb_menu_list {
    display: none;
  }

  .hb_menu_list_item {
    padding: 1.5rem 0 1.5rem 1rem;
  }
  .hb_menu_list_item:first-child {
    display: block;
  }

  .hb_menu_list_link {
    padding: 0 3rem 0 0;
  }
  .hb_menu_list_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: url("img/arrow_link-wh.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
  }
}

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

@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 1rem 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;
}
.l-footer-area::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
	background: #093f4f;
	width: 100%;
  height: calc(100% - 120px);
  z-index: -1;
}

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

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

.l-footer-media {
  background: #ffffff;
  padding: 4rem 7rem;
  color: #fff;
  border: 2px solid #093f4f;
}
.l-footer-media_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer-logo {
	width: 240px;
}
.l-footer-logo a {
	display: block;
}
.l-footer-media_txt {
  width: calc(100% - 300px);
}
.l-footer-media_txt .eng {
  color: #32606e;
  font-size: 3rem;
}
.l-footer-media_txt .media_ttl {
  margin: 1.5rem 0 0;
  font-size: 2rem;
  font-weight: bold;
	color: #093f4f;
}
.l-footer-media_txt .txt {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 2;
	color: #093f4f;
}
.l-footer-media_txt .btn-link a {
  margin: 2rem 0 0;
  color: #093f4f;
}
.l-footer-media_txt .btn-link a::after {
  background: url("img/arrow_link-gn.png") left top no-repeat;
  background-size: contain;
}


.footer_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6rem 0 0;
}

.footer_flex .footer_L {
  width: 330px;
}

.footer_flex .footer_R {
  width: calc(100% - 380px);
}

.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%);
  background: url("img/arrow_link-wh.png") left top no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  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 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%);
  background: url("img/arrow_link-wh.png") left top no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  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-area .menseki {
	background: #104859;
	max-width: 100%;
  padding: 2rem 3rem;
  box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}

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

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

.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::after {
    top: 80px;
    height: calc(100% - 80px);
  }

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

  .l-footer-media {
    padding: 2.5rem 2rem;
	  border: 1px solid #093f4f;
  }
  .l-footer-media_block {
    display: block;
  }
  .l-footer-logo {
    width: 65%;
    margin: 1rem auto 0;
  }
  .l-footer-media_txt {
    width: 100%;
  }
  .l-footer-area .eng {
    font-size: 2rem;
    text-align: center;
	  color: #32606e;
  }
  .l-footer-media_txt .media_ttl {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
    text-align: center;
  }
  .l-footer-media_txt .txt {
    margin: 1.5rem 0 0;
    line-height: 1.8;
  }
  .l-footer-media_txt .btn-link a {
    margin: 1.5rem 0 0;
  }


  .footer_flex {
    margin: 3rem 0 0;
  }

  .footer_flex .footer_L {
    width: 100%;
    order: 2;
  }

  .footer_flex .footer_R {
    width: 100%;
    order: 1;
  }

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

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

  .l-footer-menu__title__link {
    display: block;
    padding: 0 3rem 0 0;
    font-size: 1.4rem;
    pointer-events: none;
  }
  .l-footer-menu__title__link::after {
    display: none;
  }
	.hb_menu_title.first .hb_menu_title_link {
		pointer-events: auto;
		position: relative;
	}
	.hb_menu_title.first .hb_menu_title_link::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%) rotate(90deg);
    background: url("img/arrow_link-wh.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
	}
  
  .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: 0;
    transform: translate(0,-50%);
    background: url("img/arrow_link-wh.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
  }

  .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 {
    margin: 3rem auto 0;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
  }

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

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

	.sitemap {
		margin: 2rem 0 0 0;
		text-align: center;
	}
	.sitemap a {
		padding: 0 1.5rem 0 1.5rem;
		font-size: 1.4rem;
		color: #fff;
		text-decoration: underline;
		position: relative;
	}
	.sitemap a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
    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: 20px;
    right: 20px;
    width: 70px;
    z-index: 0;

}

.l-pagetop__link {
  display: block;
}

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


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

.contents h1 {
	margin: 0 0 5rem;
  padding: 4rem 0 0;
	font-size: 4.5rem;
	font-weight: bold;
  text-align: center;
	line-height: 1.4;
  position: relative;
  z-index: 0;
}
.contents h1::after {
  content: "CONTENT";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  color: #d2f4ff;
	font-weight: 400;
	font-size: 8rem;
  text-align: center;
  font-family: 'Anton';
	line-height: 1;
  opacity: 0.5;
  z-index: -1;
}


.contents h2 {
	background: #94E6FE;
	margin: 8rem 0 2rem;
	padding: 2rem 3rem 2rem 4rem;
	color: #093f4f;
	font-size: 3.2rem;
  border-left: 4px solid #0a4050;
	position: relative;
}

.contents h2 a {
	padding: 0 6rem 0 0;
	color: #093f4f;
	position: relative;
}
.contents h2 a::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -40px;
	width: calc(100% + 7rem);
	height: calc(100% + 4rem);
}
.contents h2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  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;
}


.contents h3 {
	margin: 4rem 0 2rem;
	padding: 0 0 1.5rem 3rem;
	font-size: 2.8rem;
	border-bottom: 1px solid #09404f;
  position: relative;
  z-index: 0;
}
.contents h3::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  background: #ff7650;
  width: 20px;
  height: 2px;
  box-sizing: border-box;
  z-index: -1;
}

.contents h3 a {
	padding: 0 6rem 0 0;
	position: relative;
}
.contents h3 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 1.5rem);
}
.contents h3 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;
}


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

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

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


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

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


  .contents h3 {
    margin: 3rem 0 2rem;
    padding: 0 0 1rem 2rem;
    font-size: 1.8rem;
  }
  .contents h3::before {
    top: 14px;
    width: 12px;
    height: 1px;
  }

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


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

  .contents h4 a {
    padding: 0 3rem 0 0;
  }
  .contents h4 a::after {
    width: 13px;
    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: #ff7650;
	font-weight: bold;
}
.marker {
	--marker-height: 0.2em;
    --marker-gap: 0.2em;

font-weight: bold;
    padding-bottom: var(--marker-gap);
    background: linear-gradient(#fcf06d 0 0) bottom no-repeat;
    background-size: 100% var(--marker-height);

}


.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.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: #ff764f;
  width: 10px;
  height: 10px;
	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);
  display: flex;
  justify-content: center;
  align-items: center;
	position: absolute;
	top: 8px;
	left: 0;
  background: #0a4050;
  width: 15px;
  height: 15px;
	color: #fff;
	font-size: 1rem;
  font-weight: bold;
  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 1.5rem;
		font-size: 1.4rem;
    line-height: 1.6;
	}
	.contents ul li::before {
		top: 10px;
		width: 8px;
		height: 8px;
	}
	
	
	/*----- olリスト -----*/
	.contents ol {
		margin: 2rem 0 2rem;
	}
	.contents ol li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2.5rem;
		font-size: 1.4rem;
    line-height: 1.6;
	}
	.contents ol li::before {
    top: 5px;
	}
}



/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web,
.btn-internal {
	display: block;
	width: 450px;
	margin: 4rem auto 4rem;
	box-sizing: border-box;
	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 25px rgba(0,0,0,0.03);
	position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-web a,
.btn-internal a {
  display: block;
  width: 100%;
  height: 100%;
	padding: 2.5rem 5rem;
	font-weight: bold;
  position: relative;
}

/*----- btn-web（外部リンク） -----*/
.btn-web {
  background: linear-gradient(90deg, #ff5a2d, #ff904d);
}
.btn-web::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #07C6FB;
	border-radius: 100px;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn-web:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn-web a {
	color: #fff;
}
.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: 20px;
  height: 20px;
  box-sizing: border-box;
}
.btn-web a:hover {
  opacity: 1;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal {
  background: linear-gradient(90deg, #ddff9b, #73ffe6);
}
.btn-internal a {
  position: relative;
}
.btn-internal a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow_link-gn.png") left top no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}


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


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


/*----- btnBox -----*/
.btnBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4rem 0 0;
}
.btnBox > div {
  width: 400px;
  margin: 0 1rem 0;
}
.btnBox > div a {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

  .btn-web a,
  .btn-internal a {
    padding: 1.8rem 4rem;
  }

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


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


  /*----- btn-link（テキストリンク） -----*/
  .btn-link a {
    margin: 3rem 0 3rem;
    padding: 0 2rem 0 0;
    font-size: 1.4rem;
  }
  .btn-link a:hover {
    text-decoration: none;
  }

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



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

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

	table td {
		display: block;
		padding: 1.5rem 1.5rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #09404f;
	}
	
	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 #09404f;
  }
  .scroll_table table td {
    display: table-cell;
		border-left: 1px solid #09404f;
  }
}



/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.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: 6rem;
}
.float-img.fr {
  float: right;
  width: 330px;
  margin-left: 6rem;
}

.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: #04aedf;
	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: #effbff;
  max-width: 650px;
	margin: 6rem auto 6rem;
	padding: 3rem 5rem 6rem;
  border: 1px solid #1a4753;
  position: relative;
}

.toc_parts .ttl {
	font-size: 2rem;
	font-weight: bold;
  position: relative;
}

#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 3.5rem;
  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: -6px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #0ac5fb;
	font-size: 1.8rem;
  font-weight: bold;
}
#toc ul.chapter li a {
	display: block;
/* font-weight: bold; */
	text-decoration: none;
}
#toc .chapter .chapter {
  margin: 0 0 2rem 3.5rem;
}
#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 #02143a;
	border-right: solid 1px #02143a;
	-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: #effbff;
	max-width: 190px;
	margin: auto;
	padding: 1.5rem 5rem;
	box-sizing: border-box;
  border: 1px solid #1a4753;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
  border-radius: 100px;
	transition: all 0.4s;
  z-index: 2;
}
.toc_parts .acc_btn::before,
.toc_parts .acc_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
  transform: translate(0,-50%);
	background: #1a4753;
	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-family: 'Anton';
}
.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(239,251,255,0) 0%, rgba(239,251,255,.9) 50%, rgba(239,251,255,.9) 50%, #effbff 100%);
  background: linear-gradient(180deg, rgba(239,251,255,0) 0%, rgba(239,251,255,.9) 50%, rgba(239,251,255,.9) 50%, #effbff 100%);
	width: 100%;
  height: 80px;
	transition: all 0.4s;
  z-index: 1;
}
.toc_parts .acc_btn.is-show + .acc_box::before {
	background: none;
	height: auto;
}

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

.static .toc_parts .acc_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: none;
    background: none;
    width: none;
    height: none;
    z-index:-1;
}

:target {
  scroll-margin-top: 80px; /* ヘッダーの高さ分 */
}

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

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

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

  
  /*グラデーションアコーディオン*/
  .toc_parts .acc_btn {
    bottom: 20px;
    max-width: 65%;
    margin: auto;
    padding: 1.2rem 4rem;
    font-size: 1.5rem;
  }
  .toc_parts .acc_btn::before,
  .toc_parts .acc_btn::after {
    right: 10px;
    width: 16px;
    height: 1px;
  }
  .toc_parts .acc_box.is-hide {
    height: 200px;
  }
  
  .toc_parts .toc_parts_inner {
    padding: 0 0 4rem;
  }
}



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

.related-article01-title {
	font-size: 2rem;
	font-weight: bold;
  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: 2rem 0 0;
}
ul.related-article01-list li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 0;
  font-size: 1.5rem;
	position: relative;
}
ul.related-article01-list li:last-child {
	margin: 0 0 0 0;
}
ul.related-article01-list li::before {
  display: none;
}
ul.related-article01-list li a {
  display: block;
  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_link-gn.png") left top no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}

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

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

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


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

.interview_parts .eng {
  margin-bottom: -5px;
  color: #dbf8ff;
  font-size: 6.4rem;
  text-align: right;
}

.interview_parts .interview_block {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #09404f;
}

.interview_parts .imgBox_wrap {
  width: 250px;
  text-align: center;
  margin-top: -10rem;
}

.interview_parts .imgBox img {
  border-radius: 50%;
}

.interview_parts .name {
  margin: 1.5rem 0 0;
  font-size: 1.6rem;
}
.interview_parts .name span {
  display: inline-block;
  background: #094050;
  color: #fff;
  padding: 8px 1.5rem;
	margin: 0rem 0rem 0.5rem;
  border-radius: 100px;
  line-height: 1;
}

.interview_parts .txtBox {
  width: calc(100% - 300px);
  padding: 4rem 0 0;
}

.interview_parts .interview_ttl {
  background: none;
  margin: 0 0 0;
  padding: 0 0 0;
  color: #094050;
  font-size: 2.4rem;
  border: none;
}
.interview_parts .interview_ttl::before {
  display: none;
}

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

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

  .interview_parts .eng {
    margin-bottom: -2px;
    font-size: 8.3vw;
  }

  .interview_parts .interview_block {
    display: block;
    padding: 2rem 0 0;
    border-top: 1px solid #09404f;
  }

  .interview_parts .imgBox_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    margin-top: 0;
  }

  .interview_parts .imgBox {
    width: 45%;
  }

  .interview_parts .nameBox {
    width: 50%;
  }
  .interview_parts .name {
    display: inline-block;
    margin: 0 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .interview_parts .name span {
    padding: 7px 1rem;
  }

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

  .interview_parts .interview_ttl {
    font-size: 1.8rem;
  }
  .interview_parts .interview_ttl::before {
    display: none;
  }

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


/*--------------------------------------
　icon_ttl
---------------------------------------*/
.icon_ttl {
  background: none;
  margin: 10rem 0 10rem;
  padding: 0 0 3rem 10rem;
  color: #094050;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  border-left: none;
  border-bottom: 2px solid #094050;
  position: relative;
}
.icon_ttl::before {
  content: "CHECK";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 0;
  transform: translate(0,-50%);
  background: #fcf06d;
  width: 82px;
  height: 82px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #094050;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  font-family: 'Anton';
}

h2.icon_ttl,
h3.icon_ttl,
h4.icon_ttl {
  background: none;
  margin: 10rem 0 2rem;
  padding: 0 0 3rem 10rem;
  color: #094050;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  border-left: none;
  border-bottom: 2px solid #094050;
  position: relative;
}
h2.icon_ttl::before,
h3.icon_ttl::before,
h4.icon_ttl::before {
  content: "CHECK";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 0;
  transform: translate(0,-50%);
  background: #fcf06d;
  width: 82px;
  height: 82px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #094050;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  font-family: 'Anton';
}

@media screen and (max-width: 768px) {
  .icon_ttl {
    margin: 6rem 0 6rem;
    padding: 0 0 2rem 9rem;
    font-size: 1.5rem;
    line-height: 1.7;
    border-bottom: 1px solid #094050;
  }
  .icon_ttl::before {
    top: calc(50% - 1rem);
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  h2.icon_ttl,
  h3.icon_ttl,
  h4.icon_ttl {
    margin: 6rem 0 2rem;
    padding: 0 0 2rem 9rem;
    font-size: 1.8rem;
    line-height: 1.7;
    border-bottom: 1px solid #094050;
  }
  h2.icon_ttl::before,
  h3.icon_ttl::before,
  h4.icon_ttl::before {
    top: calc(50% - 1rem);
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
}


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

.qa_parts .qa_item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 8rem;
}
.qa_parts .qa_item:last-child {
  margin: 0 0 0;
}

.qa_parts .txtBox {
  width: calc(100% - 320px);
  flex-grow: 1;
}

.qa_parts .q_ttl {
  background: none;
  margin: 0 0 0;
  padding: 0 0 1.5rem 4rem;
  color: #094050;
  font-size: 2.4rem;
  border: none;
  border-bottom: 2px solid #ccdbdf;
  position: relative;
}
.qa_parts .q_ttl::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  width: inherit;
  height: inherit;
  color: #0bc6fc;
  font-size: 4rem;
  font-weight: 400;
  font-family: 'Anton';
  line-height: 1;
}

.qa_parts .a_ttl {
  background: none;
  margin: 3rem 0 0;
  padding: 0 0 0 4rem;
  color: #094050;
  font-size: 1.8rem;
  border: none;
  position: relative;
}
.qa_parts .a_ttl::before {
  content: "A.";
  position: absolute;
  top: -5px;
  left: 0;
  background: none;
  width: inherit;
  height: inherit;
  color: #ff764f;
  font-size: 4rem;
  font-weight: 400;
  font-family: 'Anton';
  line-height: 1;
}

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

.qa_parts .imgBox {
  width: 390px;
  margin-left: 4rem;
  flex-grow: 1;
}

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

  .qa_parts .qa_item {
    display: block;
    margin: 0 0 4rem;
  }

  .qa_parts .txtBox {
    width: 100%;
  }

  .qa_parts .q_ttl {
    padding: 0 0 1rem 3rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccdbdf;
  }
  .qa_parts .q_ttl::before {
    font-size: 3rem;
  }

  .qa_parts .a_ttl {
    margin: 2rem 0 0;
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
  }
  .qa_parts .a_ttl::before {
    top: -3px;
    font-size: 3rem;
  }

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

  .qa_parts .imgBox {
    width: 100%;
    margin-left: 0;
    margin: 2rem 0 0;
  }
}


/*--------------------------------------
　bnr_parts
---------------------------------------*/
.bnr_parts {
  width: 640px;
  margin: 10rem auto 10rem;
	text-align: center;
}

.bnr_parts a {
  display: block;
  width: 100%;
}

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


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

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

.comment_parts .iconBox {
  width: 136px;
  text-align: center;
}
.comment_parts .comment_item:nth-child(even) .iconBox {
  order: 2;
}
.comment_parts .icon img {
  border-radius: 50%;
  border: 1px solid #0a4050;
}

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

.comment_parts .sbBox {
  background: #fff;
  width: calc(100% - 180px);
  padding: 3rem 4rem;
  border: 1px solid #094050;
  position: relative;
}
.comment_parts .sbBox::before {
  content: "";
  position: absolute;
  top: 50%;
	right: 100%;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 20px solid #fff;
  z-index: 2;
}
.comment_parts .sbBox::after {
  content: "";
  position: absolute;
  top: 50%;
	right: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 21px solid #094050;
  z-index: 1;
}
.comment_parts .comment_item:nth-child(even) .sbBox {
  order: 1;
}
.comment_parts .comment_item:nth-child(even) .sbBox::before {
	right: inherit;
  left: 100%;
  border: 14px solid transparent;
  border-left: 20px solid #fff;
}
.comment_parts .comment_item:nth-child(even) .sbBox::after {
	right: inherit;
  left: 100%;
  border: 15px solid transparent;
  border-left: 21px solid #094050;
}

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

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

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

  .comment_parts .comment_item {
    margin: 0 0 4rem;
  }

  .comment_parts .iconBox {
    width: 100%;
    margin: 2.5rem 0 0;
    order: 2;
  }
  .comment_parts .comment_item:nth-child(even) .iconBox {
    order: 2;
  }

  .comment_parts .icon {
    width: 35%;
    margin: auto;
  }

  .comment_parts .name {
    margin: 1rem 0 0;
  }

  .comment_parts .sbBox {
    width: 100%;
    padding: 2rem 2rem;
    order: 1;
  }
  .comment_parts .sbBox::before {
    top: 100%;
    right: inherit;
    left: 50%;
    margin-top: 0;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 14px solid #fff;
  }
  .comment_parts .sbBox::after {
    top: 100%;
    right: inherit;
    left: 50%;
    margin-top: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #094050;
  }
  .comment_parts .comment_item:nth-child(even) .sbBox {
    order: 1;
  }
  .comment_parts .comment_item:nth-child(even) .sbBox::before {
    right: inherit;
    left: 50%;
    border: 9px solid transparent;
    border-top: 14px solid #fff;
  }
  .comment_parts .comment_item:nth-child(even) .sbBox::after {
    right: inherit;
    left: 50%;
    border: 10px solid transparent;
    border-top: 15px solid #094050;
  }

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

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


/*--------------------------------------
　eng_scroll
---------------------------------------*/
.eng_scroll{
  width: 100vw;
  position: relative;
}
.contents .eng_scroll{
  width: calc(100% + 16rem);
  margin: 8rem 8rem 0 -8rem;
}
.eng_track {
  width: 100%;
  transform: scaleX(-1);
}
.eng_scroll .eng_slide {
  display: inline-block;
  white-space: nowrap;
  color: #E1FFEE;
  font-size: 10rem;
  line-height: 1;
}
.eng_track .slick-slide {
  width: auto!important;
  margin: 0 40px 0 0;
  transform: scaleX(-1);
}
.eng_track .slick-track {
  display: flex;
}
.eng_scroll .slick-list {
	overflow: visible;
}
.contents .eng_scroll .slick-list {
	overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contents .eng_scroll{
    width: calc(100% + 4rem);
    margin: 6rem 2rem 0 -2rem;
  }  
  .eng_scroll .eng_slide {
    font-size: 13vw;
  }
  .eng_track .slick-slide {
    margin: 0 20px 0 0;
  }
}



/*--------------------------------------
　sv_parts
---------------------------------------*/
.sv_parts {
  background: linear-gradient(90deg, #daff9d, #76ffe4);
  width: calc(100% + 0rem);
    margin: 0 0rem 4rem 0rem;
    padding: 6rem 6rem 6rem 6rem;
}

.sv_parts .sv_parts_inner {
  background: #fff url(img/sv_parts_bg.png) right bottom no-repeat;
    background-size: 280px auto;
    padding: 6rem 5rem 8rem;
}

.sv_parts .sv_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sv_parts .sv_upper .boxL {
  width: 280px;
}

.sv_parts .sv_upper .imgBox img {
  border: 1px solid #ccd8dc;
}

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

.sv_parts .sub {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

.sv_parts .ttl_cc {
  display: inline;
  background: linear-gradient(transparent 0%, #0bc5fb 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 1rem 7px 1rem;
  font-size: 2.4rem;
  line-height: 1.9;
	color: #fff;
}

.sv_parts .sv_ttl {
  background: none;
  margin: 1rem 0 0;
  padding: 0 0 0;
  color: #094050;
  font-size: 4rem;
  border: none;
}
.sv_parts .sv_ttl::before {
  display: none;
}
.sv_parts .sv_ttl .line {
  padding: 0 0 5px;
  position: relative;
  z-index: 0;
}
.sv_parts .sv_ttl .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("img/deco_line01.png") left bottom no-repeat;
  background-size: contain;
  width: 100%;
  height: 14px;
  box-sizing: border-box;
  z-index: -1;
}

.sv_parts .sv_block {
  margin: 4rem 0 0;
}
.sv_parts .cc {
  color: #03a8d7;
  font-size: 2.2rem;
}

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

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

@media screen and (max-width: 768px) {
  .sv_parts {
    background: linear-gradient(90deg, #daff9d, #76ffe4);
    width: calc(100% + 4rem);
    margin: 0 2rem 2rem -2rem;
    padding: 3rem 2rem 3rem 0;
  }

  .sv_parts .sv_parts_inner {
    background: #fff url("img/sv_parts_bg.png") right bottom no-repeat;
    background-size: 40% auto;
    padding: 3rem 2rem 3rem;
  }

  .sv_parts .sv_upper {
    display: block;
  }

  .sv_parts .sv_upper .boxL {
    width: 100%;
  }

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

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

  .sv_parts .sub {
    margin: 0 0 0;
    font-size: 1.4rem;
	  position: relative;
        z-index: 1;

  }

  .sv_parts .ttl_cc {
    padding: 5px 5px 7px 5px;
    font-size: 1.8rem;
  }

  .sv_parts .sv_ttl {
    font-size: 2.5rem;
  }
  .sv_parts .sv_ttl .line {
    padding: 0 0 1rem;
  }
  .sv_parts .sv_ttl .line::after {
    width: 100%;
    height: 0;
    padding-top: calc(100%*14/290);
  }

  .sv_parts .sv_block {
    margin: 3rem 0 0;
  }
  .sv_parts .cc {
    font-size: 1.6rem;
  }

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

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


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

.summary_parts .eng {
  margin-left: 3rem;
  color: #b4efff;
  font-size: 6.6rem;
}

.summary_parts .summary_block {
  margin: 1rem 0 0;
  padding: 0 7rem 6rem;
}

.summary_parts .summary_ttl {
  display: inline-block;
  background: #fff;
  margin: 0 0 0;
  padding: 1rem 1rem;
  color: #094050;
  font-size: 2.2rem;
  border: none;
}
.summary_parts .summary_ttl::before {
  display: none;
}

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

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

  .summary_parts .eng {
    margin-left: 2rem;
    font-size: 8.5vw;
  }

  .summary_parts .summary_block {
    margin: 1rem 0 0;
    padding: 0 2rem 3rem;
  }

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

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


/*--------------------------------------
　SP fixed_bnr
---------------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_bnr {
    position: fixed;
        bottom: -5px;
        left: 0px;
        width: 100%;
        z-index: 1;
        display: flex;
  }
  
  .fixed_bnr .btn-internal {
    width: 41vw;
        margin: 0 0 0;
        font-size: 3.6vw;
        border-radius: 0rem;
        display: inline-block;
  }
  .fixed_bnr .btn-internal a {
     padding: 1.2rem 1.5rem 1rem 1rem;
        text-align: left;
  }
  .fixed_bnr .btn-internal a::after {
    right: 10px;
    width: 12px;
    height: 12px;
  }  
}

.sitemap__list br {
  display: none;
}

.sec03::before {
    content: "";
    position: absolute;
    top: -3.5vh;
    right: 30vw;
    background: url(img/deco_arrow02.png) left top no-repeat;
    background-size: contain;
    width: 150px;
    height: 280px;
    box-sizing: border-box;
    z-index: 1;
}


@media screen and (max-width: 768px) {
.sec03::before{
        top: -0px;
        right: 20px;
        width: 28%;
        height: 0;
        padding-top: calc(28% * 280 / 150);
    transform: rotate(-15deg);
    }
}

@media screen and (max-width: 768px) {
	.fixed_bnr .btn-web {
        width: 42vw;
        margin: 0 0 0;
        font-size: 3.6vw;
        border-radius: 0rem;
        display: inline-block;
    }
	
	.fixed_bnr .btn-web a {
        padding: 1.2rem 1.5rem 1rem 1rem;
        text-align: left;
    }
	
	.fixed_bnr .btn-web a::after {
        right: 10px;
        width: 12px;
        height: 12px;
    }
	
	.fixed_bnr.btn-internal::before{
border-radius:0px
}
	
	.fixed_bnr.btn-web::before{
border-radius:0px
}
	
	}
