@charset "utf-8";

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

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

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

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


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


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

body {
  color: #373a3d;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  -webkit-text-size-adjust: none;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

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

.vertical {
  -webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New vertical";
}

@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
  
  .vertical-none {
    -webkit-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    letter-spacing: inherit;
    font-family: "Zen Kaku Gothic New";
  }  
}



/*--------------------------------------------------
　color
--------------------------------------------------*/
.cl-wh {
  color: #fff;
}
.cl-bl {
  color: #1dacdf;
}


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

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

.main_contents .mainLeft {
  width: calc(100% - 220px);
  margin-right: 220px;
  padding-right: 30px;
}

.contents {
  width: 100%;
  margin: auto;
  padding: 9rem 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100vw;
  height: 195px;
  min-width: 1100px;
  background: #fff;
  background-image:
    linear-gradient(0deg, transparent calc(100% - 2px), #d9f4f5 calc(100% - 2px)),
    linear-gradient(90deg, transparent calc(100% - 2px), #d9f4f5 calc(100% - 2px));
  background-size: 60px 60px;
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
}
.contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100vw;
  height: 350px;
  min-width: 1100px;
  background:#ffffff00;
  background-image:
    linear-gradient(0deg, transparent calc(100% - 2px), #d9f4f5 calc(100% - 2px)),
    linear-gradient(90deg, transparent calc(100% - 2px), #d9f4f5 calc(100% - 2px));
  background-size: 60px 60px;
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
}

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

.contents__inner {
  position: relative;
}
.contents__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  background: url("img/lower-bg01.png") left top repeat-y;
  background-size: 95px auto;
  width: 95px;
  height: 100%;
  z-index: -2;
  opacity: 0.1;
}
.contents__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  background: url("img/lower-bg02.png") left top repeat-y;
  background-size: 95px auto;
  width: 95px;
  height: 100%;
  z-index: -2;
  opacity: 0.1;
}

.main_contents .mainRight {
  position: fixed;
  top: 60px;
  right: 0;
  background: #fff;
  width: 250px;
  padding: 2rem 2rem 8rem;
  border-radius: 0 0 0 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
  overflow-x: hidden;
	overflow-y: auto;
}
.main_contents .mainRight::-webkit-scrollbar {
	display: none;
}
@media screen and (max-width:1400px) {
.main_contents .mainRight {
  padding: 1rem 2rem 6rem;
}
	
} 

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

  .main_contents {
    display: block;
  }

  .main_contents .mainLeft {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .contents {
    padding: 1.5rem 2rem 2rem;
  }
  .contents::before {
    height: 195px;
    min-width: 100%;
    background-image:
      linear-gradient(0deg, transparent calc(100% - 1px), #d9f4f5 calc(100% - 1px)),
      linear-gradient(90deg, transparent calc(100% - 1px), #d9f4f5 calc(100% - 1px));
    background-size: 30px 30px;
  }
  .contents::after {
    height: 250px;
    min-width: 100%;
    background-image:
      linear-gradient(0deg, transparent calc(100% - 1px), #d9f4f5 calc(100% - 1px)),
      linear-gradient(90deg, transparent calc(100% - 1px), #d9f4f5 calc(100% - 1px));
    background-size: 30px 30px;
  }
  
  #category,
  #page {
    max-width: 100%;
  }
  
  .contents__inner::before {
    display: none;
  }
  .contents__inner::after {
    display: none;
  }  

  .main_contents .mainRight {
    position: relative;
    top: inherit;
    left: inherit;
    background: none;
    width: 100%;
    height: auto;
    padding: 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
  }
}


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

header .sitename {
  display: inline-block;
  font-size: 1.1rem;
}
header .sitename a{
  color: #1dacdf;
}
header .sponsored {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1.1rem;
}

header .operation {
  font-size: 1.1rem;
}

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

  header .sitename__wrap {
    width: calc(100% - 121px);
  }

  header .sitename {
    display: block;
  }

  header .sponsored {
    display: block;
    margin-left: 0;
  }  
  
  .header_lower .boxInner {
    display: flex;
    justify-content: space-between;
  }
  .header_lower .logo {
    width: 30%;
    margin: 6rem 0 0;
  }
  .header_lower .logo a {
    display: block;
  }
  .header_lower {
    padding: 1rem 5px 0.5rem;
    position: relative;
  }
  .header_lower::before {
    content: "";
        position: absolute;
        bottom: 13px;
        left: 10px;
        background: url(img/lower-bg-sp.png) left top no-repeat;
        background-size: contain;
        width: 60%;
        height: 0;
        padding-top: calc(60% * 100 / 474);
  }
}


/*--------------------------------------------------
　#hb-menu
--------------------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	height: 60px;
	background:#1f93e8;
	box-sizing: border-box;
  border-radius: 0 0 0 10px;
	cursor: pointer;
	z-index: 10000;
}


#hb-menu .hb-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
	height: 60px;
  text-align: center;
}
#hb-menu .hb-txt::after {
  content: "MENU";
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#hb-menu .hb-bar span:nth-of-type(1),
#hb-menu .hb-bar span:nth-of-type(2) {
	display: block;
	background: #fff;
	width: 44px;
	height: 2px;
	margin: auto;
	border-radius: 0;
	transition: all .5s ease-in-out;
}
#hb-menu .hb-bar span:nth-of-type(2){
	margin-top: 11px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu .hb-txt::after {
  content: "CLOSE";
}

.hb-open #hb-menu .hb-bar 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 .hb-bar 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: rgba(0,0,0,0.7);
	pointer-events: auto;
}

/*----- g-nav -----*/
.g-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	width: 38%;
	height: 100%;
	padding: 10rem 6rem;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .5s;
	transform: translateX(100%);
	z-index: 9999;
}
.hb-open .g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	transform: translateX(0);
	transform: translateZ(0);
}
.g-nav .g-nav-inner::-webkit-scrollbar {
  display: none;
}

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

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

.hb_menu_title {
	padding: 2rem 0 2rem 0;
	border-bottom: 1px solid #1dacdf;
  position: relative;
  cursor: pointer;
}
.hb_menu_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%) rotate(90deg);
  background: url("img/arrow-link-bl.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  box-sizing: border-box;
}
.hb_menu_title.open::after {
  transform: translate(0,-50%) rotate(-90deg);
}	
.hb_menu_title.first {
  padding: 2rem 0 2rem 0;
}
.hb_menu_title.first::after {
  display: none;
}

.hb_menu_title_link {
	display: block;
	padding: 0 4rem 0 0;
	color: #1dacdf;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
  pointer-events: none;
}
.hb_menu_title.first .hb_menu_title_link {
  position: relative;
  pointer-events: auto;
}
.hb_menu_title.first .hb_menu_title_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-link-bl.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  box-sizing: border-box;
}

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

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

.hb_menu_list_link {
	display: block;
	padding: 0 3rem 0 3rem;
	color: #1dacdf;
	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-bl.png") left top no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    width: 120px;
    height: 50px;
    border-radius: 0 0 0 5px;
  }
  #hb-menu .hb-inner {
    gap: 0 10px;
    height: 50px;
  }
  #hb-menu .hb-txt::after {
    font-size: 1.4rem;
  }
  #hb-menu .hb-bar span:nth-of-type(1),
  #hb-menu .hb-bar span:nth-of-type(2) {
    width: 22px;
    height: 1px;
  }
  #hb-menu .hb-bar span:nth-of-type(2){
    margin-top: 7px;
  }

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

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

  .hb_menu_title {
    padding: 1.5rem 0 1.5rem 0;
  }
  .hb_menu_title::after {
    width: 16px;
    height: 12px;
  }
  .hb_menu_title.first {
    padding: 1.5rem 0 1.5rem 0;
  }

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

  .hb_menu_list_link {
    padding: 0 3rem 0 1.5rem;
  }
}


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

@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 3rem auto 0;
		padding: 0 1.5rem 0.5rem 1.5rem;
		box-sizing: border-box;
		font-size: 1.2rem;
		white-space: nowrap;
		overflow: auto;
	}
	#pankuzu::-webkit-scrollbar{
		height: 2px;
}
	#pankuzu::-webkit-scrollbar-track{
		background: #efefef;
		margin: 0 1.5rem;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	#pankuzu::-webkit-scrollbar-thumb {
		background: #cacaca;
		border-radius: 0;
		box-shadow: none;
	}
}


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

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

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

.footer-media {
  background: #fff;
  padding: 4rem 6rem;
  border-radius: 10px;
}
.footer-media .footer-media__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
}
.footer-media .footer-media__txt {
  width: calc(100% - 170px);
}
.footer-media .media-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
	    color: #1dacdf;
}
.footer-media .txt {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  line-height: 2;
}
.footer-media .btn-link a {
  margin: 2rem 0 0;
}

.l-footer-logo {
	width: 170px;
}
.l-footer-logo a {
	display: block;
}

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

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

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

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 4rem 0 0;
	color: #fff;
  font-size: 1.68rem;
	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: 20px;
  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: 1.5rem;
  gap: 0 30px;
}

.l-footer-menu__list__item {
  width: calc((100% - 60px) / 3);
  margin: 0 0 15px 0;
	box-sizing: border-box;
	position: relative;
}
.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
	display: block;
	padding: 0 4rem 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: 20px;
  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: #3d3d3d;
	max-width: 750px;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}
.l-footer-area .menseki a {
  color: #fff;
	text-decoration: underline;
}

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

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

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

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

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

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

  .footer-media {
    padding: 2rem 2rem;
    border-radius: 5px;
  }
  .footer-media .footer-media__inner {
    display: block;
  }
  .footer-media .footer-media__txt {
    width: 100%;
  }
  .footer-media .media-ttl {
    font-size: 1.7rem;
    text-align: center;
  }
  .footer-media .txt {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .footer-media .btn-link a {
    margin: 1.5rem 0 0;
  }

  .l-footer-logo {
    width: 45%;
    margin: 1rem auto 0;
  }

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

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

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

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

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

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

	.l-footer-menu__list__link {
		padding: 1.5rem 3rem 1.5rem 1.5rem;
		font-size: 1.4rem;
	}
	.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: 16px;
    height: 12px;
    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 rgba(255,255,255,0.6);
	}

	.l-footer-submenu__list__link {
		padding: 1.5rem 0 1.5rem 3rem;
	}
	.l-footer-submenu__list__link::before {
		content: "";
		position: absolute;
		top: 26px;
		left: 15px;
		background: #fff;
		width: 6px;
		height: 1px;
	}

	.l-footer-area .menseki {
		max-width: 100%;
		margin: 3rem auto 0;
		padding: 1.5rem 1.5rem;
		font-size: 1rem;
	}

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

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

	.sitemap {
		margin: 2rem 0 0 0;
		text-align: center;
	}
	.sitemap a {
		padding: 0 1.5rem 0 1.5rem;
		font-size: 1.4rem;
		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: 30px;
  right: 20px;
  width: 42px;
  z-index: 1111;
}

.l-pagetop__link {
  display: block;
}
@media screen and (max-width:1540px) {
.l-pagetop {
  bottom: 10px;
  width: 30px;
	right: 260px;
}
}

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


/*--------------------------------------------------
　Side
--------------------------------------------------*/
.side .side-logo {
  width: 130px;
  margin: 0 auto 5rem;
}
.side .side-logo a {
  display: block;
}

.side-link01 {
  width: calc(100% + 2rem);
  margin: 0 0 2rem;
}
.side-link01 a {
  display: block;
  background: linear-gradient(90deg, #ff349a, #ff1644);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.side-link01 a::before {
    content: "";
    position: absolute;
    top: -48px;
    right: 11px;
    background: url(img/side-link01-img.png) left top no-repeat;
    background-size: contain;
    width: 85px;
    height: 49px;
    box-sizing: border-box;
    z-index: 1;
}
.side-link01 a::after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  right: 10px;
  transform: translate(0,-50%);
  background: url("img/arrow-link-wh.png") left top no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  box-sizing: border-box;
}
.side-link01 .link__inner {
  display: block;
  padding: 2rem 3rem 1.5rem 2rem;
  font-weight: bold;
}
.side-link01 a .sub {
  position: absolute;
  top: -15px;
  left: 15px;
  background: linear-gradient(90deg, #ff349a, #ff1644);
  padding: 3px 8px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 100px;
  z-index: 1;
}

.side-link02 {
  width: calc(100% + 2rem);
  margin: 0 0 2rem;
}
.side-link02 a {
  display: block;
  background:#1dacdf;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.side-link02 a::before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  background: url("img/side-link02-img.png") left top no-repeat;
  background-size: contain;
  width: 110px;
  height: 80px;
  box-sizing: border-box;
  z-index: 1;
}
.side-link02 .link__inner {
  display: block;
  padding: 1.5rem 2rem 1.5rem;
  font-weight: bold;
  position: relative;
}
.side-link02 .link__inner.sp_only {
  display: none;
}
.side-link02 .link__inner::before,
.side-link02 .link__inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px dotted #fff;
}
.side-link02 .link__inner::before {
  top: 5px;
}
.side-link02 .link__inner::after {
  bottom: 5px;
}
.side-link02 a .sub {
  position: absolute;
  bottom: -15px;
  right: 0;
  background: #1dacdf;
  padding: 5px 3.5rem 5px 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border: 2px solid #fff;
  border-right: none;
  border-radius: 100px 0 0 100px;
  z-index: 1;
}
.side-link02 a .sub::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  background: url("img/icon-web-wh.png") left top no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
  box-sizing: border-box;
}

.side-nav {
  margin: 2rem 0 0;
}
.side-nav li {
  padding: 1.5rem 0 1.5rem;
  border-bottom: 2px dotted #d8d8d8;
}
.side-nav li:last-child {
  border-bottom: none;
}
.side-nav li a {
  display: block;
  padding: 0 1rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.side-nav li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translate(0,-50%);
  background: url("img/arrow-link-bl.png") left top no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  box-sizing: border-box;
}

@media screen and (max-width:1400px) {
	.side .side-logo {
    width: 100px;
		margin: 0 auto 3.5rem;
}
	.side-link01 {
    margin: 0 0 1rem;
}
	.side-nav li {
  padding: .5rem 0 .5rem;
}
	.side-nav li a {
  font-size: 1.2rem;
}
	.side-link01 a .sub {
  font-size: 1.1rem;
}
	.side-link01 a {
    font-size: 1.3rem;
}
	.side-link02 a {
   font-size: 1.3rem;
}
	.side-link02 a .sub {
 font-size: 1.1rem;
}
	}


@media screen and (max-width: 768px) {
  .side .side-logo {
    display: none;
  }

  .side-link__wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
  }  

  .side-link01 {
    width: calc(100% / 2);
    margin: 0 0 0;
    order: 2;
  }
  .side-link01 a {
    display: flex;
    align-items: center;
    font-size: 3.2vw;
    border-radius: 5px 0 0 0;
  }
  .side-link01 a::before {
    display: none;
  }
  .side-link01 a::after {
    top: 50%;
    right: 8px;
    width: 12px;
    height: 9px;
  }
  .side-link01 .link__inner {
    padding: 1.2rem 2rem 1.2rem 1.2rem;
  }
  .side-link01 a .sub {
    display: none;
  }

  .side-link02 {
    width: calc(100% / 2);
    margin: 0 0 0;
    order: 1;
  }
  .side-link02 a {
    display: flex;
    align-items: center;
    font-size: 3.2vw;
    border-radius: 0 5px 0 0;
  }
  .side-link02 a::before {
    display: none;
  }
  .side-link02 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0,-50%);
    background: url("img/icon-web-wh.png") left top no-repeat;
    background-size: contain;
    width: 17px;
    height: 14px;
    box-sizing: border-box;
  }
  .side-link02 .link__inner {
    padding: 1.2rem 2rem 1.2rem 1.2rem;
  }
  .side-link02 .link__inner.pc_only {
    display: none;
  }
  .side-link02 .link__inner.sp_only {
    display: block;
  }
  .side-link02 .link__inner::before,
  .side-link02 .link__inner::after {
    display: none;
  }
  .side-link02 a .sub {
    display: none;
  }
  .side-link02 a .sub::after {
    display: none;
  }

  .side-nav {
    display: none;
  } 
}


/*--------------------------------------------------
　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 {
  background: linear-gradient(90deg, #41d1de, #3499e5);
	margin: 0 0 3rem;
  padding:3.5rem 5rem 4rem;
	color: #fff;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.4;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(9,19,3,0.1);
  position: relative;
  z-index: 0;
}
.contents h1::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px dotted #1dacdf;
  border-top: none;
  border-left: none;
  border-radius: 0 0 10px 0;
  z-index: -1;
}


.contents h2 {
	background: #d3f5f7;
	margin: 7rem 0 2rem;
	padding: 2rem 3rem 2rem 4rem;
	font-size: 3.2rem;
  border-left: 10px solid #1dacdf;
  border-radius: 0 10px 10px 0;
	position: relative;
}

.contents h2 a {
	padding: 0 6rem 0 0;
	position: relative;
}
.contents h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	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-bk.png") left top no-repeat;
  background-size: contain;
  width: 32px;
  height: 24px;
  box-sizing: border-box;
}


.contents h3 {
	margin:6rem 0 2rem;
	padding: 0 0 1.5rem 7rem;
  color: #1dacdf;
	font-size: 3rem;
	border-bottom: 2px solid #1dacdf;
  position: relative;
}
.contents h3::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  transform: translate(0,-50%);
  background: url("img/icon-h3.png") left top no-repeat;
  background-size: contain;
  width: 48px;
  height: 44px;
  box-sizing: border-box;
}

.contents h3 a {
	padding: 0 7rem 0 0;
  color:#1dacdf;
	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-bl.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 19px;
  box-sizing: border-box;
}


.contents h4 {
	color: #1dacdf;
	margin: 4rem 0 2rem;
  padding: 1rem;
	font-size: 2.4rem;
  border-bottom: 3px dotted #ed869b;
}

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

.contents h5 {
	margin: 4rem 0 2rem;
  padding: 0 0 0 2rem;
	font-size: 1.8rem;
  position: relative;
}
.contents h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #1dacdf;
  width: 3px;
  height: calc(100% - 10px);
  box-sizing: border-box;
  border-radius: 5px;
}

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

@media screen and (max-width: 768px) {
  .contents h1 {
    margin: 0 0 3rem;
    padding: 2rem 2rem;
    font-size: 2.5rem;
    border-radius: 5px;
  }
  .contents h1::after {
    top: 5px;
    left: 5px;
    border-radius: 0 0 5px 0;
  }

  .contents h2 {
    margin: 4rem 0 2rem;
    padding: 1.4rem 1.5rem 1.8rem 1.5rem;
    font-size: 2.2rem;
    border-left: 5px solid #1dacdf;
    border-radius: 0 5px 5px 0;
  }

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


  .contents h3 {
    margin: 4rem 0 2rem;
    padding: 0 0 1rem 4.5rem;
    font-size: 2rem;
    border-bottom: 1px solid #1dacdf;
  }
  .contents h3::before {
 top: calc(50% - 6px);
        width: 40px;
        height: 40px;
        left: -3px;
  }

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


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

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

  .contents h5 {
    margin: 3rem 0 2rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.6rem;
  }
  .contents h5::before {
    width: 2px;
    height: calc(100% - 12px);
  }

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


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

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

.txt_bold {
	color: #36acd5;
  font-size: 1.6rem;
	font-weight: bold;
}
.marker {
	background: linear-gradient(transparent 90%, #ff9fcf 0%);
	font-weight: bold;
}

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

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


/*--------------------------------------------------
　リスト
--------------------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
	margin: 3rem 0 3rem;
}
.contents ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.5rem;
	font-size: 1.6rem;
  line-height: 1.8;
	position: relative;
}
.contents ul li:last-child {
  margin: 0 0 0 0;
}
.contents ul li::before {
  content: "";
  display: block;
	position: absolute;
  top: 11px;
  left: 0;
	background: #ff1744;
  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: 3rem 0 3rem;
	list-style-type: none;
	counter-reset: count;
}
.contents ol li {
  margin: 0 0 1rem 0;
	padding: 0 0 0 2.5rem;
	font-size: 1.6rem;
  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: 8px;
	left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1dacdf;
  width: 15px;
  height: 15px;
	color: #fff;
	font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  box-sizing: border-box;
}
.contents ol a {
	display: inline-block;
	text-decoration: underline;
}
.contents ol li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	/*----- ulリスト -----*/
	.contents ul {
		margin: 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: 8px;
    width: 6px;
    height: 6px;
	}
	
	
	/*----- 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: 6px;
	}
}


/*--------------------------------------------------
　リンク
--------------------------------------------------*/
.btn-web a,
.btn-internal a {
	display: block;
	max-width: 400px;
	margin: 6rem auto 6rem;
	padding: 2rem 6rem 2rem 7rem;
	box-sizing: border-box;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	border-radius: 100px;
	text-decoration: none!important;
	box-shadow: 0 4px 8px rgba(9,19,3,0.1);
	position: relative;
}
.btn-web a:hover,
.btn-internal a:hover {
  opacity: 1;
  transform: translateY(-8px);
}

/*----- btn-web（外部リンク） -----*/
.btn-web a {
  background: #fff;
  color: #1dacdf;
  border: 2px solid #1dacdf;
}
.btn-web a::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 25px;
  transform: translate(0,-50%);
  background: url("img/icon-web-bl.png") left top no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
  box-sizing: border-box;
}

/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
  background: linear-gradient(90deg, #ff349a, #ff1644);
	color: #fff;
}
.btn-internal a::after {
  content: "";
	position: absolute;
	top: 50%;
	right: 25px;
  transform: translate(0,-50%);
  background: url("img/arrow-wh.png") left top no-repeat;
  background-size: contain;
  width: 26px;
  height: 19px;
  box-sizing: border-box;
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 3rem 0 0;
	font-size: 1.6rem;
  font-weight: bold;
	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-link-bl.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  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: 410px;
  margin: 0 2rem 0;
}
.btnBox > div a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin: 0 0 0;
}

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


  /*----- btn-web（外部リンク） -----*/
  .btn-web a {
    border: 1px solid #1dacdf;
  }
  .btn-web a::after {
    right: 15px;
    width: 21px;
    height: 16px;
  }

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


  /*----- btn-link（テキストリンク） -----*/
  .btn-link a {
    margin: 3rem 0 3rem;
    padding: 0 2rem 0 0;
    font-size: 1.4rem;
  }
  .btn-link a::after {
    width: 16px;
    height: 12px;
  }
  .btn-link a:hover {
    text-decoration: none;
  }
  
	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #333;
		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;
    box-shadow: 0 4px 8px rgba(9,19,3,0.1);
		position: relative;
	}
  .btn-tel a::before {
		content: "";
		position: absolute;
		top: 50%;
    left: 25px;
    transform: translate(0,-50%);
    background: url("img/icon-tel.png") left top no-repeat;
    background-size: contain;
		width: 15px;
		height: 26px;
	}
  
  
  /*----- btnBox -----*/
  .btnBox {
    display: block;
    margin: 3rem 0 0;
  }
  .btnBox > div {
    width: 90%;
    margin: 0 auto 3rem;
  }
  .btnBox > div:last-child {
    margin: 0 auto 0;
  } 
}


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

table th {
	background: #e9fafb;
	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: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
}
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: left;
	font-size: 1.5rem;
	line-height: 1.4;
	word-break: break-all;
	border-left: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
}
table td a {
	text-decoration: underline;
}
table td a:hover {
	text-decoration: none;
}

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

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

	table td {
		display: block;
		padding: 1.5rem 1.5rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #aca9a3;
	}
  

  /*----- 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 #808080;
  }
  .scroll-table table td {
    display: table-cell;
		border-left: 1px solid #808080;
  }
}


/*--------------------------------------------------
　画像＋テキスト
--------------------------------------------------*/
.float-wrap {
	margin: 3rem 0 4rem;
	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: 400px;
  margin-right: 4rem;
}
.float-img.fr {
  float: right;
width: 400px;
    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: #1dacdf;
	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: 2rem 0 3rem;
	}
	
	.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: #fff;
  max-width: 840px;
	margin: 8rem auto 8rem;
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  position: relative;
}

.toc_parts .ttl {
  background: #f8f8f8;
  padding: 1.2rem 3rem 1.2rem 9rem;
	font-size: 2.2rem;
	font-weight: bold;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.toc_parts .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  background: url("img/icon-toc.png") left top no-repeat;
  background-size: contain;
  width: 78px;
  height: 64px;
  box-sizing: border-box;
  z-index: 1;
}

#toc {
  padding: 3rem 9rem;
}

#toc ul.chapter {
	margin: 0 0 0;
}
#toc ul.chapter li {
  margin: 0 0 2rem 0;
	padding: 0 0 0 3rem;
  font-size: 1.5rem;
  overflow-wrap: break-word;
	position: relative;
	counter-increment: toccount;
}
#toc ul.chapter li:last-child {
	margin: 0 0 0 0;
}
#toc ul.chapter li::before {
	content: counter(toccount,decimal-leading-zero);
	position: absolute;
  top: -6px;
  left: 0;
	background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
	color: #1dacdf;
	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 #333;
	border-right: solid 1px #333;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#toc .chapter .chapter li a {
  font-weight: 500;
}

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

.toc_parts .acc_btn {
	position: absolute;
	left: 0;
	right: 0;
  bottom: -30px;
	background: #fff;
	max-width: 190px;
	margin: auto;
	padding: 1.5rem 4rem 1.5rem 3rem;
	box-sizing: border-box;
  border: 1px solid #333;
	font-size: 1.6rem;
	font-weight: bold;
	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: #333;
	width: 14px;
	height: 2px;
	transition: all 0.4s;
}
.toc_parts .acc_btn::after {
	transform: translate(0,-50%) rotate(90deg);
}
.toc_parts .acc_btn.is-show::before {
  display: none;
}
.toc_parts .acc_btn.is-show::after {
  transform: translate(0,-50%) rotate(180deg);
}
.toc_parts .acc_btn span {
	font-weight: bold;
}
.toc_parts .acc_btn span:before {
	content: "目次を開く";
}
.toc_parts .acc_btn.is-show span:before {
	content: "目次を閉じる";
}
.toc_parts .acc_btn:hover {
 opacity: 0.6; 
}

.toc_parts .acc_box {
	overflow: hidden;
	position: relative;
}
.toc_parts .acc_box.is-hide {
  height: 200px;
}
.toc_parts .acc_box::before {
	content: "";
	position: absolute;
	bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	width: 100%;
  height: 150px;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
	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 1.5rem;
}

@media screen and (max-width: 768px) {
  .toc_parts {
    max-width: 100%;
    margin: 3rem auto 5rem;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
  }

  .toc_parts .ttl {
    padding: 1rem 2rem 1rem 7rem;
    font-size: 1.8rem;
    border-radius: 5px 5px 0 0;
  }
  .toc_parts .ttl::before {
    left: 3px;
    width: 55px;
    height: 45px;
  }

  #toc {
    padding: 2rem 2rem;
  }

  #toc ul.chapter li {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 2.5rem;
  }
  #toc ul.chapter li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
  }
  #toc .chapter .chapter {
    margin: 0 0 1.5rem 2.5rem;
  }

  .toc_parts .acc_btn {
    bottom: -25px;
    max-width: 60%;
    padding: 1.2rem 3rem 1.2rem 2rem;
    font-size: 1.5rem;
  }
  .toc_parts .acc_btn::before,
  .toc_parts .acc_btn::after {
    right: 12px;
    width: 12px;
    height: 1px;
  }
  .toc_parts .acc_btn:hover {
   opacity: 1; 
  }
}


/*--------------------------------------------------
　related-article01-frame
--------------------------------------------------*/
.related-article01-frame {
  background: #fff;
  max-width: 840px;
  margin: 10rem auto 10rem;
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  position: relative;
}

.related-article01-title {
  background: #f8f8f8;
  padding: 1.5rem 6rem 1.5rem 6rem;
	font-size: 2.2rem;
	font-weight: bold;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.related-article01-title span {
  padding: 0 0 0 1.5rem;
	font-weight: bold;
  position: relative;
}
.related-article01-title span::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translate(0,-50%);
  background: #1dacdf;
  width: 3px;
  height: calc(100% - 8px);
  box-sizing: border-box;
  border-radius: 5px;
}

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

ul.related-article01-list {
  margin: 0 0 0;
  padding: 3rem 6rem;
}
ul.related-article01-list li {
  margin: 0 0 0.5rem 0;
	padding: 0 0 0 0;
  font-size: 1.6rem;
	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;
  font-weight: bold;
	text-decoration: none;
  position: relative;
}
ul.related-article01-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-link-bl.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  box-sizing: border-box;
}

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

  .related-article01-title {
    padding: 1.2rem 2rem 1.2rem 2rem;
    font-size: 1.8rem;
    border-radius: 5px 5px 0 0;
  }
  .related-article01-title span {
    padding: 0 0 0 1.2rem;
  }
  .related-article01-title span::before {
    width: 2px;
  }

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


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

.summary-parts .eng {
  font-size: 2.4rem;
letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 700;
}

.summary-parts__block {
  background: #fcfcb9;
  margin: 0.5rem 0 0;
  border-radius: 10px;
  position: relative;
}
.summary-parts__block::after {
     content: "";
    position: absolute;
    top: -85px;
    right: 2px;
    background: url(img/summary_illust.png) left top no-repeat;
    background-size: contain;
    width: 353px;
    height: 146px;
    box-sizing: border-box;
}

.summary-parts__item {
  padding: 6rem 6rem 5rem;
}

.summary-parts .summary-ttl {
     font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 2rem;
    border-bottom: 3px dotted #ebba6c;
}

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

.summary-parts .btn-web a {
  max-width: 400px;
  margin: 4rem auto 0;
}
.summary-parts .btn-internal a {
  max-width: 400px;
  margin: 4rem auto 0;
}

.summary-parts .btnBox {
  margin: 4rem 0 0;
}
.summary-parts .btnBox > div {
  width: 390px;
}
.summary-parts .btnBox > div a {
  max-width: 100%;
  margin: 0 auto 0;
}
.summary-parts .btn-link a {
    margin: 2rem 0 0;
}

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

  .summary-parts .eng {
    font-size: 1.6rem;
  }

  .summary-parts__block {
    margin: 5px 0 0;
    border-radius: 5px;
  }
  .summary-parts__block::after {
top: -41px;
        right: -10px;
        width: 155px;
        height: 62px;
  }

  .summary-parts__item {
    padding: 3rem 2rem;
  }

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

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

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

  .summary-parts .btnBox {
    margin: 2rem 0 0;
  }
  .summary-parts .btnBox > div {
    width: 90%;
  }
}


/*--------------------------------------------------
　qa-parts01
--------------------------------------------------*/
.qa-parts01 {
  margin: 5rem 0 5rem;
}

.qa-parts01__item {
  margin: 0 0 6rem;
}
.qa-parts01__item:last-child {
  margin: 0 0 0;
}

.qa-parts01 .q-ttl {
  background: none;
  margin: 0 0 0;
  padding: 0 0 0 6rem;
  color: #333;
  font-size: 2.2rem;
  border: none;
  position: relative;
}
.qa-parts01 .q-ttl::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background: #1dacdf;
  width: 40px;
  height: 2px;
  box-sizing: border-box;
}

.qa-parts01 .a-ttl {
  margin: 2rem 0 0;
	color: #ff3396;
  padding: 0 0 0 6rem;
  font-size: 2.2rem;
  position: relative;
}
.qa-parts01 .a-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/icon-a.png") left top no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
}

.qa-parts01 .txt {
  margin: 1.5rem 0 0;
  padding: 0 0 0 6rem;
}

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

  .qa-parts01__item {
    margin: 0 0 3rem;
  }

  .qa-parts01 .q-ttl {
    padding: 0 0 0 4rem;
    font-size: 1.8rem;
  }
  .qa-parts01 .q-ttl::before {
    top: 13px;
    width: 30px;
    height: 1px;
  }

  .qa-parts01 .a-ttl {
    margin: 1rem 0 0;
    padding: 0 0 0 4rem;
    font-size: 1.6rem;
  }
  .qa-parts01 .a-ttl::before {
    width: 30px;
    height: 30px;
  }

  .qa-parts01 .txt {
    margin: 1.5rem 0 0;
    padding: 0 0 0 0;
  }
}


/*--------------------------------------------------
　sv-parts
--------------------------------------------------*/
.sv-parts {
  margin:10rem -5.7rem 10rem;
  padding: 8rem 0 8rem;
  position: relative;
  z-index: 0;
}

.sv-parts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: #fff6e8;
  background-image:
    linear-gradient(0deg, transparent calc(100% - 2px), rgba(255,255,255,0.6) calc(100% - 2px)),
    linear-gradient(90deg, transparent calc(100% - 2px), rgba(255,255,255,0.6) calc(100% - 2px));
  background-size: 50px 50px;
  background-repeat: repeat;
  background-position: center center;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  z-index: -1;
}

.sv-parts .sv-parts__inner {
  max-width: 1100px;
  margin: auto;
}

.sv-parts .sub-ttl__wrap {
  margin-left: 8rem;
  margin-bottom: -1.5rem;
}
.sv-parts .eng {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}
.sv-parts .sub-ttl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  font-size: 2rem;
}

.sv-parts__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 60px;
  background: #fff;
  padding: 7rem 8rem;
  border-left: 2px dotted #000;
  border-right: 2px dotted #000;
}

.sv-parts .boxL {
  width: calc(100% - 450px);
}

.sv-parts .c-name {
  display: inline-block;
  padding: 0 0 5px;
  font-size: 2.4rem;
  background-image: repeating-linear-gradient(-45deg, #ffec6e 0 2px, transparent 2px 4px);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: 0 100%; 
}

.sv-parts .cc {
  margin: 3rem 0 0;
  font-size: 3rem;
}

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

.sv-parts .boxR {
  width: 450px;
  position: relative;
}

.sv-parts .movie-txt01 {
  position: absolute;
  bottom: calc(100% - 25px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 106px;
  font-size: 1.4rem;
  line-height: 1.3;
  border: 1px solid #1dacdf;
  border-radius: 50%;
}
.sv-parts .movie-txt01 span {
  line-height: 1.3;
}
.sv-parts .movie-txt01 .large {
  font-size: 2rem;
}
.sv-parts .movie-txt01::before {
 content: "";
 display: block;
 padding-top: 100%;
}
.sv-parts .movie-txt01::after {
 content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dashed #1dacdf;
  box-sizing: border-box;
  border-radius: 50%;
}

.sv-parts .boxR .box__inner {
  background: #e9fafa;
  width: 100%;
  padding: 0 3rem 3rem;
  border-radius: 10px;
  position: relative;
}

.sv-parts .movie-txt02 {
  margin-left: -1rem;
  position: relative;
  top: -10px;
}
.sv-parts .movie-txt02 > span {
  display: inline;
  background: linear-gradient(transparent 0%, #fcfcb9 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 1.5rem;
  font-size: 1.6rem;
  border-radius: 100px;
}

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

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

.btn-web.check .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcb9;
  width: 65px;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 50%;
}
.btn-web.check .icon::before {
 content: "";
 display: block;
 padding-top: 100%;
}
.btn-web.check a {
  padding: 2rem 6rem 2rem 10rem;
  text-align: left;
}
.btn-internal.voice .icon {
 position: absolute;
 top: 50%;
 left: 15px;
 transform: translate(0, -50%);
 display: flex;
 justify-content: center;
 align-items: center;
 background: #ffffff38;
 height: 65px;
 width: 65px;
 font-size: 1.3rem;
 text-align: center;
 border-radius: 50%;
}
.btn-internal.voice a {
  padding: 2rem 6rem 2rem 10rem;
  text-align: left;
}
@media screen and (max-width:1400px) {
	.sv-parts {
   margin: 10rem -3rem 10rem;
  }
	
	
	.sv-parts .boxR {
    width: 320px;
}
	.sv-parts .boxL {
    width: calc(100% - 320px);
}
	.sv-parts .movie-txt01 {
    bottom: calc(100% - 12px);
}
	.sv-parts .movie-txt02 > span {
    line-height: 1.7;
}
}


@media screen and (max-width: 768px) {
  .sv-parts {
    margin: 6rem 0 6rem;
    padding: 5rem 0 4rem;
  }
	
  .sv-parts::after {
    background-image:
      linear-gradient(0deg, transparent calc(100% - 1px), rgba(255,255,255,0.6) calc(100% - 1px)),
      linear-gradient(90deg, transparent calc(100% - 1px), rgba(255,255,255,0.6) calc(100% - 1px));
    background-size: 25px 25px;
    min-width: 100%;
  }

  .sv-parts .sv-parts__inner {
    max-width: 100%;
  }
  
  .sv-parts .sub-ttl__wrap {
    margin-left: 2rem;
    margin-bottom: -1rem;
  }
  .sv-parts .eng {
    width: 55%;
  }
  .sv-parts .sub-ttl {
    margin-left: 1.4rem;
    font-size: 3.6vw;
  }

  .sv-parts__block {
    display: block;
    padding: 3rem 2rem;
  }

  .sv-parts .boxL {
    width: 100%;
  }

  .sv-parts .c-name {
    padding: 0 0 3px;
    font-size: 2rem;
    background-image: repeating-linear-gradient(-45deg, #ffec6e 0 2px, transparent 2px 4px);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: 0 100%; 
  }

  .sv-parts .cc {
    margin: 2rem 0 0;
    font-size: 2rem;
  }

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

  .sv-parts .boxR {
    width: 100%;
    margin: 7.5rem 0 0;
  }

  .sv-parts .movie-txt01 {
    bottom: calc(100% - 20px);
    width: 30%;
    font-size: 3vw;
  }
  .sv-parts .movie-txt01 .large {
    font-size: 4.8vw
  }
  .sv-parts .movie-txt01::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }

  .sv-parts .boxR .box__inner {
    width: 100%;
    padding: 0 2rem 3rem;
    border-radius: 5px;
  }

  .sv-parts .movie-txt02 {
    margin-left: -1rem;
    top: -20px;
  }
  .sv-parts .movie-txt02 > span {
    display: inline-block;
    background: none;
    padding: 0 0;
    font-size: 1.4rem;
    border-radius: 0;
    line-height: 1.8;
  }
  .sv-parts .movie-txt02 > span span {
    display: inline;
    background: linear-gradient(transparent 0%, #fcfcb9 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 3px 1.5rem;
    font-size: 1.4rem;
    border-radius: 100px;
  }
  .sv-parts .movie-txt02 > span span:nth-of-type(2) {
    margin-left: 2rem;
  }

  .sv-parts .movie {
    margin: 0 auto 0;
  }

  .sv-parts .btnBox {
    margin: 3rem 0 0;
  }
  
  .btn-web.check .icon {
    left: 10px;
    width: 40px;
    font-size: 8px;
  }
  .btn-web.check a {
    padding: 1.5rem 4rem 1.5rem 5.5rem;
  }
  .btn-internal.voice .icon {
    font-size: 8px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .btn-internal.voice .icon::before {
    width: 42px;
    height: 26px;
  }
  .btn-internal.voice a {
    padding: 1.5rem 4rem 1.5rem 5.5rem;
  }
}


/*--------------------------------------------------
　interview-parts
--------------------------------------------------*/
.interview-parts {
  max-width: 930px;
  margin: 12rem auto 8rem;
}

.interview-parts__item {
  background: #fff6e8;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(9,19,3,0.07);
}

.interview-parts .interview-ttl01 {
  line-height: 1.8;
  display: inline-block;
  background: #fff;
  max-width: 71%;
  margin-top: -6rem;
  margin-left: -1rem;
  padding: 3rem 6rem 3rem 6.5rem;
  font-size: 2.4rem;
  border-radius: 10px;
  box-shadow: 0 0 5px rgb(9 19 3 / 13%);
  position: relative;
}
.interview-parts .interview-ttl01::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 25px;
  background: url("img/deco02.png") left top no-repeat;
  background-size: contain;
  width: 36px;
  height: 27px;
  box-sizing: border-box;
}
.interview-parts .interview-ttl01::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 101%;
  height: 100%;
  border: 2px dotted #1dacdf;
  border-left: none;
  border-top: none;
  border-radius: 0 0 10px 0;
}
.interview-parts .interview-ttl01 .large {
  font-size: 2.8rem;
}

.interview-parts .item__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 70px;
  padding: 6rem 7rem 7rem;
}

.interview-parts__item:has(.btn-internal) .item__inner {
  padding: 6rem 7rem 0;
}

.interview-parts .boxL {
  width: 150px;
	    margin-top: 0;
}
.interview-parts__item:has(.btn-internal) .boxL {
    margin-top: 3rem;
}

.interview-parts .imgBox {
  width: 100%;
  position: relative;
}
.interview-parts .image {
  position: relative;
}
.interview-parts .image::after {
  content: "";
  position: absolute;
  top: calc(100% - 24px);
  left: -20px;
  transform: translate(0,-50%);
  background: url("img/interview_a.png") left top no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  box-sizing: border-box;
}
.interview-parts .image.b::after {
  background: url("img/interview_b.png") left top no-repeat;
  background-size: contain;
}
.interview-parts .image img {
  border-radius: 100px;
}

.interview-parts .img-txt__wrap {
  position: absolute;
  top: -25px;
  right: -20px;
}
.interview-parts .img-txt {
  display: flex;
  justify-content: flex-end;
}
.interview-parts .img-txt > span span {
  background: linear-gradient(transparent 0%, #1dacdf 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 8px 2px;
  font-size: 1.5rem;
  border-radius: 100px;
}
.interview-parts .img-txt > span span:nth-of-type(2) {
  margin-top: 2.5rem;
}
@-moz-document url-prefix() {
  .interview-parts .img-txt > span span {
    padding: 8px 5px;
  }
}

.interview-parts .boxR {
  width: calc(100% - 150px);
}

.interview-parts .name {
  font-size: 1.8rem;
}

.interview-parts .interview-ttl02 {
  margin: 1.5rem 0 0;
  font-size: 2.4rem;
}

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

.interview-parts .btn-internal a {
  margin: 0 auto 0;
  bottom: -40px;
}

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

  .interview-parts__item {
    border-radius: 5px;
  }

  .interview-parts .interview-ttl01 {
      max-width: 80%;
	  width: 72%;
        margin-left: 0;
        padding: 2rem 1rem 2rem 3rem;
        font-size: 1.5rem;
        border-radius: 0 5px 5px 0;
        position: relative;
        left: -9px;
	  margin-top: -4rem;
  }
  .interview-parts .interview-ttl01::before {
    top: 10px;
    left: 10px;
    width: 21px;
    height: 20px;
  }
  .interview-parts .interview-ttl01::after {
    border-radius: 0 0 5px 0;
  }
  .interview-parts .interview-ttl01 .large {
    font-size: 2rem;
  }

  .interview-parts .item__inner {
    display: block;
    padding: 3rem 2rem 3rem;
  }
	.interview-parts__item:has(.btn-internal) .item__inner {
  padding: 4rem 2rem 0;
}

  .interview-parts .boxL {
    width: 100%;
  }
	.interview-parts__item:has(.btn-internal) .boxL {
    margin-top: 0;
}


  .interview-parts .interview-ttl02__wrap {
    display: flex;
    justify-content: space-between;
	align-items:anchor-center;
  }
  
  .interview-parts .imgBox {
    width: 30%;
	  margin-left: 1rem;
  }
  .interview-parts .image::after {
    top: calc(100% - 15px);
    left: -15px;
    width: 45px;
    height: 45px;
  }

  .interview-parts .img-txt__wrap {
    top: -15px;
    right: -22px;
  }
  .interview-parts .img-txt > span span {
    font-size: 1.1rem;
  }
  .interview-parts .img-txt > span span:nth-of-type(2) {
    margin-top: 2.5rem;
    right: 20px;
    position: absolute;
    height: max-content;
  }

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

  .interview-parts .interview-ttl02__box {
    width: 54%;
  }
  
  .interview-parts .name {
    font-size: 1.4rem;
  }

  .interview-parts .interview-ttl02 {
    margin: 1rem 0 .5rem;
    font-size: 1.6rem;
  }

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

  .interview-parts .btn-internal a {
    bottom: -25px;
	  max-width: 100%;
  }
}


/*--------------------------------------------------
　bnr-parts01
--------------------------------------------------*/
.bnr-parts01 {
  max-width: 820px;
  margin: 10rem auto 10rem;
}

.bnr-parts01 a {
  display: block;
}
.bnr-parts01 a:hover {
  opacity: 1;
  transform: translateY(-8px);
}

.bnr-parts01 .eng {
  width: 210px;
}

.bnr-parts01__block {
  background: linear-gradient(90deg, #41d1de, #3499e5);
  padding: 10rem 5rem 5rem;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.bnr-parts01__block::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%,0);
  background: url("img/illust03.png") left top no-repeat;
  background-size: contain;
  width: 700px;
  height: 80px;
  margin: auto;
  box-sizing: border-box;
  z-index: -1;
}
.bnr-parts01__block::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 300px;
  background: url("img/arrow-bnr-wh.png") left top no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
}

.bnr-parts01 .bnr-txt {
  width: calc(100% - 270px);
  font-size: 2.5rem;
}
.bnr-parts01 .bnr-txt .large {
  font-size: 4rem;
}
.bnr-parts01 .bnr-txt .bb {
  border-bottom: 2px solid #fff;
}

.bnr-parts01 .bnr-parts01-img {
  position: absolute;
  bottom: 0;
     right: 15px;
    width: 280px;
}

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

  .bnr-parts01 .eng {
    width: 60%;
  }

  .bnr-parts01__block {
    padding: 2.5rem 2rem 0;
    border-radius: 5px;
  }
  .bnr-parts01__block::before {
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("img/illust03-sp.png") left top no-repeat;
    background-size: contain;
    width: 80%;
    height: 0;
    padding-top: calc(80%*170/290);
  }
  .bnr-parts01__block::after {
    display: none;
  }

  .bnr-parts01 .bnr-txt {
    width: 100%;
    font-size: 5vw;
  }
  .bnr-parts01 .bnr-txt .large {
    padding: 0 5.5rem 0 0;
    font-size: 7vw;
    position: relative;
  }
  .bnr-parts01 .bnr-txt .large::after {
    content: "";
    position: absolute;
    top: 78%;
    right: 0;
    transform: translate(0,-50%);
    background: url("img/arrow-bnr-wh-sp.png") left top no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
  }
  .bnr-parts01 .bnr-txt .bb {
    border-bottom: 1px solid #fff;
  }

  .bnr-parts01 .bnr-parts01-img {
   position: relative;
        bottom: 0;
        right: -30px;
        width: 56%;
        margin: 2rem 0 0 auto;
  }
}


/*--------------------------------------------------
　bnr-parts02
--------------------------------------------------*/
.bnr-parts02 {
  max-width: 820px;
  margin: 10rem auto 10rem;
}

.bnr-parts02 a {
  display: block;
  background: #fff;
  padding: 0 5rem 5rem;
  border: 2px solid #ededed;
  border-radius: 10px;
  box-shadow: 20px 20px 0 #fcfcb9;
  position: relative;
}
.bnr-parts02 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(9,19,3,0.1);
}
.bnr-parts02 a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 300px;
  background: url("img/arrow-bnr-pk.png") left top no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
}
.bnr-parts02 a:hover {
  opacity: 1;
  transform: translateY(-8px);
}

.bnr-parts02 .bnr-txt__wrap {
  width: calc(100% - 280px);
}
.bnr-parts02 .bnr-txt .sub {
  display: inline-block;
  background:#1dacdf;
  margin: 0 0 1rem;
  padding: 1rem 2rem;
  font-size: 2rem;
  border-radius: 100px;
  position: relative;
  top: -25px;
}
.bnr-parts02 .bnr-txt .sub::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 80px;
  background: url("img/deco03.png") left top no-repeat;
  background-size: contain;
  width: 14px;
  height: 20px;
  box-sizing: border-box;
}
.bnr-parts02 .bnr-txt .large span {
  padding: 0 0 5px;
  background-image: repeating-linear-gradient(-45deg, #ffec6e 0 2px, transparent 2px 4px);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: 0 100%; 
  font-size: 3.6rem;
}

.bnr-parts02 .txt {
  margin: 3rem 0 0;
}

.bnr-parts02 .bnr-parts02-img {
  position: absolute;
  bottom: 0;
      right: 17px;
    width: 275px;
}

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

  .bnr-parts02 a {
    padding: 0 2rem 0;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: 10px 10px 0 #fcfcb9;
  }
  .bnr-parts02 a::before {
    border-radius: 5px;
  }
  .bnr-parts02 a::after {
    display: none;
  }

  .bnr-parts02 .bnr-txt__wrap {
    width: 100%;
  }
  .bnr-parts02 .bnr-txt .sub {
    margin: 0 0 5px;
    padding: 5px 1rem;
    font-size: 1.4rem;
    top: -15px;
  }
  .bnr-parts02 .bnr-txt .sub::after {
    left: 40px;
    width: 11px;
    height: 16px;
  }
  .bnr-parts02 .bnr-txt .large {
    padding: 0 5.5rem 0 0;
    position: relative;
  }
  .bnr-parts02 .bnr-txt .large::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: url("img/arrow-bnr-pk-sp.png") left top no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
  }
  .bnr-parts02 .bnr-txt .large span {
    padding: 0 0 3px;
    background-image: repeating-linear-gradient(-45deg, #ffec6e 0 2px, transparent 2px 4px);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    font-size: 7vw;
  }
  .bnr-parts02 .txt {
    margin: 3rem 0 0;
  }

  .bnr-parts02 .bnr-parts02-img {
    position: relative;
    bottom: inherit;
    right: inherit;
           width: 100%;
        margin: 0.5rem auto 0;
  }
}



/*--------------------------------------------------
　qa-parts02
--------------------------------------------------*/
.qa-parts02 {
  max-width: 820px;
  margin: 10rem auto 10rem;
  padding: 5rem 0 0;
  position: relative;
  z-index: 0;
}
.qa-parts02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: calc(100% + 220px);
  height: 250px;
  background: #fff;
  background-image:
    linear-gradient(0deg, transparent calc(100% - 2px), #d9f4f5 calc(100% - 2px)),
    linear-gradient(90deg, transparent calc(100% - 2px), #d9f4f5 calc(100% - 2px));
  background-size: 60px 60px;
  background-repeat: repeat;
  background-position: center center;
  z-index: -1;
}

.qa-parts02__block {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
  margin: 2rem 0 2rem;
}

.qa-parts02__item {
  width: calc(100% / 2);
  padding: 5rem 3rem 2rem;
  position: relative;
  z-index: 0;
}
.qa-parts02__item::before {
  content: "";
  position: absolute;
  top: 0;
  left:23px;
  background: url("img/icon-q.png") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 46px;
}
.qa-parts02__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fcfcb9;
  width: 100%;
  height: calc(100% + 40px);
  box-sizing: border-box;
  border-radius: 300px;
  z-index: -2;
}

.qa-parts02 .q-ttl {
  font-size: 2.4rem;
}

.qa-parts02 .name__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  margin: 2rem 0 0;
  padding:0;
  border-bottom: 2px dotted #1dacdf;
}

.qa-parts02 .imgBox {
  width: 180px;
  z-index: -1;
}

.qa-parts02 .name {
  width: calc(100% - 130px);
  font-size: 1.8rem;
}

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

@media screen and (max-width: 768px) {
  .qa-parts02 {
    max-width: 100%;
    margin: 6rem auto 6rem;
    padding: 3rem 0 0;
  }
  .qa-parts02::before {
    width: calc(100% + 40px);
    height: 180px;
    background-image:
      linear-gradient(0deg, transparent calc(100% - 1px), #d9f4f5 calc(100% - 1px)),
      linear-gradient(90deg, transparent calc(100% - 1px), #d9f4f5 calc(100% - 1px));
    background-size: 30px 30px;
  }

  .qa-parts02__block {
    display: block;
    margin: 0 0 0;
    padding: 0 2rem;
  }

  .qa-parts02__item {
    width: 100%;
    margin: 0 0 6rem;
    padding: 3rem 0 2rem;
  }
  .qa-parts02__item:last-child {
    margin: 0 0 0;
  }
  .qa-parts02__item::before {
    top: inherit;
    bottom: calc(100% - 20px);
    left: 0;
    width: 42px;
    height: 32px;
  }
  .qa-parts02__item::after {
    height: 100%;
  }
  
  .qa-parts02 .q-ttl {
    font-size: 1.8rem;
  }

  .qa-parts02 .name__wrap {
    gap: 0 10px;
    margin: 1rem 0 0;
    padding: 0 1.5rem;
  }

  .qa-parts02 .imgBox {
    width: 45%;
  }

  .qa-parts02 .name {
    width: 50%;
    font-size: 1.4rem;
  }

  .qa-parts02 .txt {
    margin: 1.5rem 0 0;
  }
}


/*--------------------------------------------------
　recruit-parts
--------------------------------------------------*/
.recruit-parts {
  margin: 10rem -5.7rem 10rem;
  padding: 8rem 0 14rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
.recruit-parts {
 margin: 10rem 0 10rem;
}
}
.recruit-parts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: #fff6e8;
  background-image:
    linear-gradient(0deg, transparent calc(100% - 2px), rgba(255,255,255,0.6) calc(100% - 2px)),
    linear-gradient(90deg, transparent calc(100% - 2px), rgba(255,255,255,0.6) calc(100% - 2px));
  background-size: 50px 50px;
  background-repeat: repeat;
  background-position: center center;
  width: 100vw;
  height: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  z-index: -1;
}

.recruit-parts .recruit-parts__inner {
  max-width: 1100px;
  margin: auto;
}

.recruit-parts .eng {
  width: 154px;
}

.recruit-parts .recruit-ttl01 {
  font-size: 3rem;
    background: none;
    margin: 0;
    padding: 0;
    border-left: none;
    border-radius: 0;
}
.recruit-parts .recruit-ttl01 .large {
  font-size: 4rem;
}

.recruit-parts .note {
  margin: 1rem 0 0;
  color: #7c7c7c;
  font-size: 1.4rem;
}

.recruit-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 70px;
}
.recruit-info .boxL {
  width: 50%;
  padding: 0 0 12rem;
  position: relative;
  z-index: 0;
}
.recruit-info .boxL::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fcfcb9;
  width: 100vw;
  height: 70%;
  box-sizing: border-box;
  z-index: -1;
}
.recruit-info .imgBox {
  width: 100%;
  margin: 5rem 0 0 0;
}
.recruit-info .boxR {
  width: 50%;
  padding: 10rem 0 0;
}
.recruit-info .info-table01 ul {
  margin: 0 0 0;
}
.recruit-info .info-table01 ul li {
  margin: 0 0 0;
  padding: 0 0 0;
}
.recruit-info .info-table01 ul li::before {
  display: none;
}
.recruit-info .info-table01 dl {
  display: flex;
  justify-content: space-between;
  gap: 0 5px;
}
.recruit-info .info-table01 dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  padding: 2rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #1dacdf;
}
.recruit-info .info-table01 dd {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
  padding: 2rem 1rem;
  border-bottom: 2px solid #d9d9d9;
}

.recruit-internship .boxR img {
      border: 1px solid #d9d9d9;
}

.recruit-info .info-table01 dd p {
  margin: 0 0 0;
}
.recruit-info .info-table01 dd p.txt01 {
  font-size: 1.5rem;
  line-height: 1.6;
}
.recruit-info .info-table01 dd p.txt02 {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.recruit-info .info-table01 dd > div {
  width: 100%;
}
.recruit-info .info-table01 .btn-link a {
  margin: 2rem 0 0;
}
.recruit-info .info-table02 {
  margin: 4rem 0 0;
}
.recruit-info .table02-ttl {
  padding: 0 0 0 2.5rem;
  font-size: 1.4rem;
  position: relative;
}
.recruit-info .table02-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background: #1dacdf;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
}
.recruit-info .table02-ttl span {
  margin-right: 1rem;
  font-size: 1.8rem;
}
.recruit-info .info-table02 table {
  background: none;
  margin: 2rem 0 0;
  border: none;
}
.recruit-info .info-table02 table th {
  padding: 1.5rem 1.5rem;
}
.recruit-info .info-table02 table td {
  padding: 1.5rem 1.5rem;
}
.recruit-info .info-table02 thead th {
  background: none;
  font-size: 1.5rem;
}
.recruit-info .info-table02 thead th:not(:first-child) {
  background: #fcfcb9;
  width: 37.5%;
}
.recruit-info .info-table02 thead th:first-child {
  width: 25%;
  border-left: none;
}
.recruit-info .info-table02 tbody th {
  background: #e9f9fa;
	width: 30%;
  border-left: none;
  font-size: 1.5rem;
}
.recruit-info .info-table02 thead th:not(:first-child) {
    border-left: 2px solid #d9d9d9;
}
.recruit-info .info-table02 tbody td {
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
border-left: 2px solid #d9d9d9;
}
.recruit-info .info-table02 tbody td.small {
  font-size: 1.4rem;
}

.recruit-internship {
  margin:-7rem 0 0;
  position: relative;
}

.recruit-info .info-table02 tbody td:first-of-type {
    border-top: 2px solid #d9d9d9;
}
.recruit-info .info-table02 tbody th:first-of-type {
    border-top: 2px solid #d9d9d9;
}
@media screen and (max-width: 1400px) {
.recruit-internship {
  margin:5rem -3rem 0;
}
}

.recruit-internship__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 70px;
  background: #fff;
  padding: 4rem 7rem 5rem;
  border-left: 2px dotted #000;
  border-right: 2px dotted #000;
}
.recruit-internship .boxL {
  width: calc(100% - 420px);
}
.recruit-internship .internship-ttl01 {
  font-size: 1.7rem;
  line-height: 1.8;
  position: relative;
}
.recruit-internship .internship-ttl01 span {
  line-height: 1.8;
}
.recruit-internship .internship-ttl01 .bb {
  border-bottom: 2px solid #1dacdf;
}
.recruit-internship .internship-ttl01 .large {
  padding: 0 0 5px;
  background-image: repeating-linear-gradient(-45deg, #ffec6e 0 2px, transparent 2px 4px);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: 0 100%; 
  font-size: 3rem;
}
.recruit-internship .internship-ttl02 {
  background: #42bae4;
  width: calc(100% - 30px);
  margin: 4rem 0 0 auto;
  padding: 1rem 2rem 1rem 3rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 0 100px 100px 0;
  position: relative;
}
.recruit-internship .internship-ttl02 .large {
  font-size: 2.7rem;
}
.recruit-internship .internship-ttl02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -41px;
  background: url("img/illust04.png") left top no-repeat;
  background-size: contain;
  width: 100px;
  height: 80px;
  box-sizing: border-box;
}
.recruit-internship .txt {
  margin: 3rem 0 0;
}
.recruit-internship .boxR {
  width: 420px;
}
.recruit-internship .btn-web.check a {
  margin: 4rem auto 0;
  padding: 2.5rem 6rem 2.5rem 8rem;
    background: #ffffcf;
    box-shadow: 0px 0px 20px rgb(65 188 231 / 55%);
}
.recruit-internship .btn-web.check .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    background: #d0f6f7;
    width: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-parts {
    margin: 6rem 0 6rem;
    padding: 5rem 0 0;
  }
  .recruit-parts::after {
    background-image:
      linear-gradient(0deg, transparent calc(100% - 1px), rgba(255,255,255,0.6) calc(100% - 1px)),
      linear-gradient(90deg, transparent calc(100% - 1px), rgba(255,255,255,0.6) calc(100% - 1px));
    background-size: 25px 25px;
    min-width: 100%;
  }

  .recruit-parts .recruit-parts__inner {
    max-width: 100%;
  }

  .recruit-parts .eng {
    width: 30%;
  }

  .recruit-parts .recruit-ttl01 {
    font-size: 1.7rem;
  }
  .recruit-parts .recruit-ttl01 .large {
    font-size: 2.2rem;
  }

  .recruit-info {
    display: block;
  }
  .recruit-info .boxL {
    width: 100%;
    padding: 0 0 0;
  }
  .recruit-info .boxL::after {
    display: none;
  }
  .recruit-info .imgBox {
    display: none;
  }
  .recruit-info .boxR {
    width: 100%;
    padding: 0 0 0;
  }
  
  .recruit-info .info-table01 {
    margin: 2rem 0 0;
  }  
  .recruit-info .info-table01 ul li {
    margin: 0 0 2rem;
  }  
  .recruit-info .info-table01 ul li:last-child {
    margin: 0 0 0;
  }  
  .recruit-info .info-table01 dl {
    display: block;
  }
  .recruit-info .info-table01 dt {
    display: inline-block;
    width: inherit;
    padding: 0 0 5px;
    font-size: 1.7rem;
  }
  .recruit-info .info-table01 dd {
    display: block;
    width: 100%;
    padding: 1rem 0 1.5rem;
  }
  .recruit-info .info-table01 dd p.txt01 {
    font-size: 1.4rem;
  }
  .recruit-info .info-table01 dd p.txt02 {
    margin: 5px 0 0;
    font-size: 1.2rem;
  }
  .recruit-info .info-table01 .btn-link a {
    margin: 1.5rem 0 0;
  }
  .recruit-info .info-table02 {
    margin: 4rem 0 0;
  }
  .recruit-info .table02-ttl {
    padding: 0 0 0 2rem;
    font-size: 1.2rem;
  }
  .recruit-info .table02-ttl span {
    margin-right: 5px;
    font-size: 1.7rem;
  }
  .recruit-info .info-table02 table {
    margin: 1.5rem 0 1rem;
  }
  .recruit-info .info-table02 thead th {
    font-size: 1.4rem;
	        display: table-cell;
	    border-bottom: 2px solid #d9d9d9;
  }
  .recruit-info .info-table02 tbody th {
    font-size: 1.4rem;
	          width: 40%;
	          display: table-cell;
	      padding: 1rem 1rem;
	  border-bottom: 2px solid #d9d9d9;
  }
  .recruit-info .info-table02 tbody td {
    font-size: 1.4rem;
	    border-bottom: 2px solid #d9d9d9;
	          display: table-cell;
	  padding: 1rem 1rem;
  }
  .recruit-info .info-table02 tbody td.small {
    font-size: 1.3rem;
  }

  .recruit-internship {
  margin: 5rem 0 0;
  }
  .recruit-internship__block {
    display: block;
    padding: 2rem 2rem 3rem;
  }
  .recruit-internship .boxL {
    width: 100%;
  }
  .recruit-internship .internship-ttl01 {
    font-size: 1.6rem;
  }
  .recruit-internship .internship-ttl01 .bb {
    border-bottom: 1px solid #1dacdf;
  }
  .recruit-internship .internship-ttl01 .large {
    padding: 0 0 3px;
    background-image: repeating-linear-gradient(-45deg, #ffec6e 0 2px, transparent 2px 4px);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: 0 100%; 
    font-size: 2.2rem;
  }
  .recruit-internship .internship-ttl02 {
    font-size: 1.7rem;
  }
  .recruit-internship .internship-ttl02 {
    width: calc(100% - 10px);
    margin: 2rem 0 0 auto;
    padding: 8px 1.2rem 8px 2rem;
    font-size: 1.5rem;
  }
  .recruit-internship .internship-ttl02 .large {
    font-size: 1.8rem;
  }
  .recruit-internship .internship-ttl02::before {
    left: -27px;
    width: 60px;
    height: 48px;
  }
  .recruit-internship .txt {
    margin: 2rem 0 0;
  }
  .recruit-internship .imgBox {
    margin: 2rem 0 0;
  }
  .recruit-internship .boxR {
    width: 100%;
    margin-top: 0;
  }
  .recruit-internship .btn-web.check a {
    max-width: 100%;
    margin: 4rem auto 0;
    padding: 1.8rem 4rem 1.8rem 5rem;
	box-shadow: 0px 0px 15px rgb(65 188 231 / 55%); 
  }
  .recruit-internship .btn-web.check .icon {
    width: 35px;
	left: 12px;
}
  .recruit-parts .imgBox-bottom {
    width: calc(100% + 4rem);
    margin: 5rem 2rem 0 -2rem;
  }
}



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

.article-parts .article-ttl {
  display: inline-block;
  background-image: repeating-linear-gradient(-45deg, #ffec6e 0 2px, transparent 2px 4px);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: 0 100%; 
  margin-left: 4rem;
  padding: 0 0 5px 0;
  font-size: 3.2rem;
  position: relative;
}
.article-parts .article-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  background: url("img/deco02.png") left top no-repeat;
  background-size: contain;
  width: 32px;
  height: 27px;
  box-sizing: border-box;
}

.article-parts__block {
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
  margin: 5rem 0 0;
}

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

.article-parts__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
  background: #fff;
  padding: 3rem 4rem 3rem;
  box-shadow: 0 0 5px rgb(9 19 3 / 13%);
  border: 2px dotted #1dacdf;
  border-left: none;
  border-top: none;
  border-radius: 0 0 10px 0;
  position: relative;
}
.article-parts__item a:hover {
  opacity: 1;
  transform: translateY(-8px);
}

.article-parts .boxL {
  width: 120px;
}

.article-parts .imgBox {
  width: 100%;
  position: relative;
}
.article-parts .image {
  position: relative;
}
.article-parts .image::after {
  content: "";
  position: absolute;
  top: calc(100% - 24px);
  left: -20px;
  transform: translate(0,-50%);
  background: url("img/interview_a.png") left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
.article-parts .image.b::after {
  background: url("img/interview_b.png") left top no-repeat;
  background-size: contain;
}
.article-parts .image img {
  border-radius: 100px;
}

.article-parts .img-txt__wrap {
  position: absolute;
top: -8px;
    right: -16px;
}
.article-parts .img-txt {
  display: flex;
  justify-content: flex-end;
}
.article-parts .img-txt > span span {
  background: linear-gradient(transparent 0%, #1dacdf 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 8px 2px;
  font-size: 1.4rem;
  border-radius: 100px;
}
.article-parts .img-txt > span span:nth-of-type(2) {
  margin-top: 2.5rem;
}
@-moz-document url-prefix() {
  .article-parts .img-txt > span span {
    padding: 8px 5px;
  }
}

.article-parts .boxR {
  width: calc(100% - 120px);
}

.article-parts .article-txt {
  font-size: 2rem;
}

.article-parts .more {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0 0;
  padding: 0 2rem 0 0;
  font-size: 1.5rem;
  position: relative;
}
.article-parts .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow-link-bl.png") left top no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  box-sizing: border-box;
}

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

  .article-parts .article-ttl {
    background-image: repeating-linear-gradient(-45deg, #ffec6e 0 2px, transparent 2px 4px);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: 0 100%; 
    margin-left: 3rem;
    padding: 0 0 3px 0;
    font-size: 2rem;
  }
  .article-parts .article-ttl::before {
    left: -30px;
    width: 21px;
    height: 20px;
  }

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

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

  .article-parts__item a {
    gap: 0 35px;
    padding: 3rem 2rem 2rem;
    border-left: none;
    border-top: none;
    border-radius: 0 0 5px 0;
  }

  .article-parts .boxL {
    width: 35%;
  }

  .article-parts .imgBox {
    width: 100%;
  }
  .article-parts .image::after {
    top: calc(100% - 15px);
    left: -15px;
    width: 45px;
    height: 45px;
  }

  .article-parts .img-txt__wrap {
    top: -15px;
    right: -18px;
  }
  .article-parts .img-txt > span span {
    font-size: 1.1rem;
  }

  .article-parts .boxR {
    width: 65%;
  }

  .article-parts .article-txt {
    font-size: 1.6rem;
  }

  .article-parts .more {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
  }
  .article-parts .more::after {
    width: 14px;
    height: 11px;
  }
}

