@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	background: transparent;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
body {
	line-height: 1;
}
section, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: var(--color-blk);
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: var(--color-blk);
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
}
/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:499px) {
	html {
		font-size: 2.5vw;
	}
}
body {
	color: var(--color-blk);
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.7;
}
header {
  box-shadow: var(--box-shadow);
  background: #fff;
}
header > div:nth-child(1) {
  max-width: 100%;
  background: transparent linear-gradient(90deg, #22A9B5 0%, #84C190 100%) 0% 0% no-repeat;
}
header > div:nth-child(1) > ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
header > div:nth-child(1) > ul li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: #fff 1px solid;
}
header > div:nth-child(1) > ul li:last-child {
  padding-right: 15px;
  border-right: #fff 1px solid;
}
header > div:nth-child(1) > ul li a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  display: block;
}
header > div:nth-child(1) > ul li a:hover {
  text-decoration: underline;
}
header > div:nth-child(2) {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > div:nth-child(2) > h1 {
  max-width: 260px;
  width: 25%;
  margin-right: 1%;
}
header > div:nth-child(2) > h1 img {
  width: 100%;
}
header > div:nth-child(2) > div {
  width: 74%;
}
#lang_btn {
  display: none;
}
main {
	display: block;
}
footer {
  border-top: #eee 1px solid;
  background: #fff;
}
footer > div:nth-child(1) {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
/*
  display: flex;
  justify-content: space-between;
  align-items: center;
*/
}
footer > div:nth-child(1) > div:nth-child(1) {
  flex: 1;
}
footer > div:nth-child(1) > div:nth-child(1) ul {
  display: flex;
  align-items: center;
}
footer > div:nth-child(1) > div:nth-child(1) ul li:nth-child(1) {
  width: 210px;
  margin-right: 20px;
}
footer > div:nth-child(1) > div:nth-child(1) ul li:nth-child(1) img {
  width: 100%;
}
footer > div:nth-child(1) > div:nth-child(1) dl dt {
  font-size: 1.4rem;
  font-weight: 500;
}
footer > div:nth-child(1) > div:nth-child(1) dl dd {
  font-size: 1.4rem;
}
footer > div:nth-child(1) > div:nth-child(2) {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
footer > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) {
  width: 85%;
  display: flex;
  justify-content: space-between;
}
footer > div:nth-child(1) > div:nth-child(2) > ul:nth-child(2) {
}
footer > div:nth-child(1) > div:nth-child(2) > ul > li > a,
footer > div:nth-child(1) > div:nth-child(2) > ul > li > span {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-blk);
}
footer > div:nth-child(1) > div:nth-child(2) > ul > li > ul {
  margin-top: 5px;
}
footer > div:nth-child(1) > div:nth-child(2) > ul > li > ul > li a {
  font-size: 1.2rem;
  color: var(--color-blk);
}
footer > div:nth-child(2) {
  padding: 15px 10px;
  background: var(--sub-colorgre);
}
footer > div:nth-child(2) > div {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer > div:nth-child(2) > div > ul {
  display: flex;
}
footer > div:nth-child(2) > div > ul li {
  margin-right: 30px;
}
footer > div:nth-child(2) > div > ul li a {
  font-size: 1.3rem;
  color: #fff;
}
footer > div:nth-child(2) > div > p {
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
	header {
		width: 100%;
		min-width: 100%;
    height: 70px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 9999;
	}
  header > div:nth-child(1) {
    display: none;
  }
  header > div:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  header > div:nth-child(2) > h1 {
    max-width: none;
    width: auto;
    height: 44px;
  }
  header > div:nth-child(2) > h1 img {
    width: auto;
    height: 100%;
  }
  #lang_btn {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 15px;
  }
  #lang_btn a {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: var(--eng-font);
    text-decoration: none;
    color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--base-color) 2px solid;
    border-radius: 5px;
    border-radius: 50%;
  }
  footer > div:nth-child(1) {
    width: 100%;
    padding: 30px 20px;
    justify-content: center;
  }
  footer > div:nth-child(1) > div:nth-child(1) ul li:nth-child(1) {
    width: 50%;
    margin-right: 15px;
  }
  footer > div:nth-child(1) > div:nth-child(2) {
    display: none;
  }
  footer > div:nth-child(2) {
    padding: 0;
  }
  footer > div:nth-child(2) > div {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  footer > div:nth-child(2) > div > ul {
    display: flex;
    border-bottom: #fff 1px solid;
  }
  footer > div:nth-child(2) > div > ul li {
    margin-right: 0;
    flex: auto;
    border-right: #fff 1px solid;
  }
  footer > div:nth-child(2) > div > ul li:last-child {
    border-right: none;
  }
  footer > div:nth-child(2) > div > ul li a {
    padding: 10px 0;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  footer > div:nth-child(2) > div > p {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    text-align: center;
}
}
/***** nav *****/
/*#nav .menu-item-has-children > a:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#nav .menu-item-has-children > a.open:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
#nav .menu-item-has-children > a.open:after {
	background: transparent;
}*/
#nav .menu-item-has-children .sub-menu {
	display: none;
}

@media only screen and (max-width : 768px) {
	#menu_btn {
		top: 20px;
		right: 10px;
		transition: .3s;
		cursor: pointer;
		position: absolute;
		z-index: 10000;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu-trigger {
		width: 18px;
		height: 17px;
		position: relative;
	}
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: var(--base-color);
		transition: all .2s;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		width: 70%;
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}	
	#menu_btn.active .menu-trigger span {
		background-color: #fff;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(1) {
		transform: translateY(8px) rotate(-45deg);
	}
	#menu_btn.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	#menu_btn.active .menu-trigger span:nth-of-type(3) {
		transform: translateY(-8px) rotate(45deg);
	}
	#nav {
		width: 100%;
		height: 100%;
    padding-top: 70px;
		overflow: auto;
    background: transparent linear-gradient(90deg, #22A9B5 0%, #84C190 100%) 0% 0% no-repeat;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 12;
		transform: translate(100%);
		transition: all .5s;
	}
	#nav.open {
		transform: translateZ(0);
	}
	#nav li {
		padding: 0;
		border-bottom: #fff 1px dotted;
	}
	#nav li:first-child {
		border-top: #fff 1px dotted;
	}
  #nav > ul > li:nth-last-child(1),
  #nav > ul > li:nth-last-child(2),
  #nav > ul > li:nth-last-child(3) {
    display: block;
  }
	#nav li a,
  #nav li > span {
		padding: 20px;
    font-size: 1.6rem;
    font-weight: 500;
		text-decoration: none;
		color: #fff;
		display: block;
		position: relative;
	}
	#nav li.focus a,
  #nav li.focus > span {
		color: var(--base-color);
		background-color: #fff;
	}
	#nav .menu-item-has-children > a {
		position: relative;
	}
	#nav .menu-item-has-children > a::before {
		content: "＋";
/*
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-left: 0;
		border-bottom: 0;*/
    font-size: 2rem;
		position: absolute;
		right: 10px;
		top: 20%;
    transform: translateX(-50%);
		/*transform: rotate(135deg) translateX(-50%);*/

		display: block;
	}
	#nav .menu-item-has-children.open > a::before {
		content: "－";
/*
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-left: 0;
		border-bottom: 0;*/
    font-size: 2rem;
		position: absolute;
		right: 10px;
		top: 20%;
    transform: translateX(-50%);
		/*transform: rotate(-45deg) translateX(-50%);*/
		display: block;
	}
	#nav .menu-item-has-children.focus > a::before {
    content: "＋";
    font-size: 2rem;
		position: absolute;
		right: 10px;
		top: 20%;
    transform: translateX(-50%);
		display: block;
/*
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid var(--base-color);
		border-left: 0;
		border-bottom: 0;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: rotate(135deg) translateX(-50%);
		display: block;
*/
	}
	#nav .menu-item-has-children.focus.open > a::before {    
		content: "－";
    font-size: 2rem;
		position: absolute;
		right: 10px;
		top: 20%;
    transform: translateX(-50%);
		display: block;
/*
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid var(--base-color);
		border-left: 0;
		border-bottom: 0;
		position: absolute;
		right: 10px;
		top: 45%;
		transform: rotate(-45deg) translateX(-50%);
		display: block;
*/
	}
	#nav .menu-item-has-children .sub-menu li {
		border: none;
	}
	#nav .menu-item-has-children .sub-menu li a {
		padding: 12px 20px;
    font-size: 1.5rem;
    font-weight: 500;
		color: var(--base-color);
		border-top: var(--base-color) 1px dotted;
		background: #fff;
	}
}
@media print, screen and (min-width : 769px) {
	#menu_btn, .overlay {
		display: none;
	}
	#nav > ul {
		display: flex;
    justify-content: flex-end;
	}
	#nav > ul > li {
		position: relative;
    border-left: #eee 1px solid;
		transition: .4s;
    flex: auto;
	}
  #nav > ul > li::before {
		content: "";
		width: 0;
		height: 2px;
		background-color: var(--base-color);
		position: absolute;
		left: 50%;
		bottom: 5px;
		transform: translateX(-50%);
    transition: .3s;
    opacity: 0;
	}
  #nav > ul > li:hover::before {
		content: "";
		width: 60%;
		height: 2px;
		background-color: var(--base-color);
		position: absolute;
		left: 50%;
		bottom: 5px;
		transform: translateX(-50%);
    opacity: 1;
	}
	#nav > ul > li:hover {
		color: var(--base-color);
	}
	#nav > ul > li:nth-child(5){
    border-right: #eee 1px solid;
	}  
	#nav > ul li.focus > a,
  #nav > ul li.focus > span {
		color: var(--base-color);
	}
  #nav > ul > li:nth-last-child(1),
  #nav > ul > li:nth-last-child(2) {
    display: none;
  }
	#nav > ul > li > a,
  #nav > ul > li > span {
    height: 100px;
		font-size: 1.5rem;
		font-weight: 500;
		text-decoration: none;
		color: var(--color-blk);
		display: flex;
		justify-content: center;
		align-items: center;
    cursor: pointer;
	}
/*
	#nav > ul > li > a::before,
  #nav > ul > li > span::before {
		content: "";
		width: 0;
		height: 2px;
		background-color: var(--base-color);
		position: absolute;
		left: 50%;
		bottom: 5px;
		transform: translateX(-50%);
    transition: .3s;
    opacity: 0;
	}
  #nav > ul > li > a:hover::before,
  #nav > ul > li > span:hover::before {
		content: "";
		width: 60%;
		height: 2px;
		background-color: var(--base-color);
		position: absolute;
		left: 50%;
		bottom: 5px;
		transform: translateX(-50%);
    opacity: 1;
	}
	#nav > ul > li a:hover,
  #nav > ul > li span:hover {
		color: var(--base-color);
	}
*/
	#nav .menu-item-has-children > a {
		cursor: pointer;
	}
	#nav .current-menu-item li a {
		color: var(--color-blk);
	}
	#nav li ul.sub-menu {
		position: absolute;
		width: 20vw;
    max-width: 243px;
		top: 100px;
    left: 0;
		z-index: 999;
		border: none;
    box-shadow: 0 15px 10px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	}
	#nav li ul.sub-menu li {
		width: 100%;
		border-top: #eee 1px solid;
	}
	#nav li ul.sub-menu li a {
		padding: 15px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: var(--ttl-font);
    text-decoration: none;
		background-color: rgba(255,255,255,1);
    display: block;
    position: relative;
    transition: 0.4s;
	}
	#nav li ul.sub-menu li a:hover {
    color: #fff;
		background: var(--base-color);
	}
  #nav li ul.sub-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;    
  }
  
  #nav > ul > .focus .sub-menu li a,
  #nav > ul > .focus .sub-menu li span {
    color: var(--color-blk);
  }
}

/*****  *****/
#wrap {
}
#header_nav {
  display: flex;
  justify-content: flex-end;
}
#header_nav li {
  margin-left: 25px;
}
#header_nav li a {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--ttl-font);
  color: var(--color-blk);
}
#header_nav li a:hover {
  text-decoration: none;
}
@media only screen and (max-width : 768px) {
  #header_nav {
    display: none;
  }
}

/***** clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.pc {
	display: block;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
}
.sp {
	display: none;
}
@media screen and (max-width:768px) {
	.sp {
		display: block;
	}
}
/***** margin *****/
.mt3 {
	margin-top: 3px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mb3 {
	margin-top: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
/***** 文字サイズ *****/
.ft_s {
	font-size: 1.4rem !important;
}
.ft_m {
	font-size: 1.6rem !important;
}
.ft_l {
	font-size: 1.8rem !important;
}
.ft_ll {
	font-size: 2.2rem !important;
}
/***** フォント太さ *****/
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
/***** リスト *****/
.ttl + .list,
.sub_ttl + .list {
  margin-top: 0;
}
.list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.arrow_list li {
  margin-bottom: 10px;
  padding-left: 27px;
  position: relative;
}
.disc li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.deci {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.deci li {
  margin-bottom: 10px;
}
.arrow_list li:last-child,
.disc li:last-child,
.deci li:last-child {
  margin-bottom: 0;
}
.arrow_list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: var(--base-color);
  line-height: 1;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}
.arrow_list li::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 2px solid var(--base-color);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 0.8em;
  left: 7px;
  box-sizing: border-box;
}
.disc li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  background: var(--base-color);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.number_dl dt {
  width: 2em;
  float: left;
  clear: left;
}
.number_dl dd {
  margin-bottom: 5px;
  padding-left: 2em;
}
.number_dl dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .arrow_list li {
    padding-left: 20px;
  }
  .arrow_list li::before {
    width: 10px;
  }
  .arrow_list li::after {
    content: "";
    width: 7px;
    height: 7px;
    left: 5px;
  }
}
/***** ※ *****/
.note {
	margin-left: 1em;
	text-indent: -1em;
}
.note::before {
	content: "※";
}
.note_dl {
  margin-top: 5px;
}
.note_dl dt {
	width: 2em;
  font-size: 1.5rem;
	float: left;
	clear: left;
}
.note_dl dd {
	padding-left: 2em;
  font-size: 1.5rem;
}
.note_dl_s {
	margin-top: 5px;
}
.note_dl_s dt {
	width: 1em;
	float: left;
	clear: left;
}
.note_dl_s dd {
	padding-left: 1em;
}
/***** 位置 *****/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
/***** 色 *****/
.red {
	color: #cc0000;
}
.blue {
	color: #0580c4;
}
.black {
	color: var(--color-blk);
}
/***** 取り消し *****/
.cancel {
	text-decoration: line-through;
}
/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}
/***** アイコン *****/
.icon {
	margin-right: 5px;
	padding-right: 20px;
}
@media screen and (max-width:768px) {
	.icon {
		padding-right: 20px;
	}
}
.win_icon {
	padding-right: 18px;
	background: url("../images/common/win_icon.svg") 100% 50% no-repeat;
	background-size: 13px 11px;
}
.pdf_icon {
	background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.pdf_icon {
		background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.xls_icon {
	background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.xls_icon {
		background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.doc_icon {
	background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.doc_icon {
		background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
.ppt_icon {
	background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px) {
	.ppt_icon {
		background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
		background-size: 13px;
	}
}
/***** ボタン *****/
.more_btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.more_btn a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  transition: 0.5s;
}
.more_btn a::before {
  content: "";
  width: 7px;
  height: 9px;
  margin-right: 10px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  display: inline-block;
}
.more_btn a:hover {
  color: #fff;
}
.ttl_box .more_btn {
  margin: 0 0 10px 30px;
}
.faq_card + .more_btn {
  margin-top: 50px;
}
footer .more_btn a {
  padding: 5px 10px;
  font-size: 1.2rem;
  color: var(--sub-colorgre);
  border-color: var(--sub-colorgre);
}
footer .more_btn a::before {
  width: 5px;
  height: 7px;
  margin-right: 7px;
  background: var(--sub-colorgre);
  transition: 0.5s;
}
footer .more_btn a:hover {
  background: var(--sub-colorgre);
}
footer .more_btn a:hover::before {
  background: #fff;
}
.btn_green a {
  font-size: 1.3rem;
  color: var(--base-color);
  border-color: var(--base-color);
}
.btn_green a::before {
  background: var(--base-color);
  transition: 0.5s;
}
.btn_green a:hover {
  background: var(--base-color);
}
.btn_green a:hover::before {
  background: #fff;
}
.btn_green2 a {
  color: var(--base-color);
  background: #fff;
}
.btn_green2 a::before {
  background: var(--base-color);
  transition: 0.5s;
}
.btn_green2 a:hover {
  background: var(--base-color);
}
.btn_green2 a:hover::before {
  background: #fff;
}
.btn_green3 a {
  color: var(--sub-colorgre);
  background: #fff;
}
.btn_green3 a::before {
  background: var(--sub-colorgre);
  transition: 0.5s;
}
.btn_green3 a:hover {
  background: var(--sub-colorgre);
}
.btn_green3 a:hover::before {
  background: #fff;
}
.btn_red a {
  font-size: 1.3rem;
  color: var(--sub-colorred);
  border-color: var(--sub-colorred);
}
.btn_red a::before {
  background: var(--sub-colorred);
  transition: 0.5s;
}
.btn_red a:hover {
  background: var(--sub-colorred);
}
.btn_red a:hover::before {
  background: #fff;
}
.btn_s a {
  width: 290px;
  padding: 20px 0;
  font-size: 1.8rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_s a::before {
  width: 9px;
  height: 11px;
}
.btn_center a {
  margin: 30px auto;
}
@media screen and (max-width:768px) { 
  .ttl_box .more_btn {
    margin: 10px 0 0 0;
  }
  .faq_card + .more_btn {
    margin-top: 30px;
  }
  .more_btn a {
    letter-spacing: 0;
  }
  .btn_s a {
    width: 100%;
    padding: 15px 0;
    font-size: 1.6rem;
  }
  .btn_center a {
    margin: 20px auto;
  }
}
/* ページトップ */
/*********************/
#pagetop {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
	background-color: var(--base-color);
	border-radius: 50%;
	border: #fff 2px solid;
	cursor: pointer;
	transition: 0.5s;
}
#pagetop::before {
	content: "";
	width: 8px;
	height: 8px;
/*
	border-right: 12px solid transparent;
	border-bottom: 15px solid #fff;
	border-left: 12px solid transparent;
*/
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -38%) rotate(-45deg);
}
#pagetop:hover {
	opacity: 0.7;
}
@media screen and (max-width:768px) {
	#pagetop {
		width: 50px;
		height: 50px;
	}
}
/***** 印刷用 *****/
@media print {
	main > div {
		display: block;
	}
	main > div::after {
		content: "";
		clear: both;
		display: block;
	}
	#pagetop {
		display: none;
	}
}
/***** *****/
:root {
  --ttl-font: "Zen Kaku Gothic Antique", sans-serif;
  --eng-font: "Roboto", sans-serif;
  --base-color: #1AB1BE;
  --sub-colorgre: #418B91;
  --sub-colorred: #D46759;
  --sub-colororg: #FCAE64;
  --bk-color1: #F1FBFC:
  --hover-color1: #F1FBFC;
  --color-blk: #333;
  --gradation-color1: linear-gradient(90deg, #22a9b5, #84c190 80%); 
  --box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  --border-radius: 10px;
  --btn-pad: 20px 0;
}
@media screen and (max-width:768px) {
	:root {
		--btn-pad: 10px 0;
}