@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #202020;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
.clear {
  overflow: hidden;
}
.clear:after {
  clear: both;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
}
.txtcenter {
  text-align: center;
}
.txtright {
  text-align: right;
}
a {
  color: #030000;
}
.bold {
  font-weight: bold;
}
.red {
  color: #ff0b44;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.l_continar {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.l980_continar {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.l1370_continar {
	max-width: 1370px;
	width: 100%;
	margin: 0 auto;
}
.l_flex {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}
.f_serif {
  font-family: "Noto Serif JP", serif;
}
#header {
  padding: 5px 0;
  width: 100%;
  height: 87px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  align-content: center;
	background: #000000;
background: linear-gradient(180deg,rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
}
#header.is_fixed {
	background: #172C55;
}
#header .header_inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#header .title-h p {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	color: #fff;
}
#header h1 {
  width: 396px;
	position: relative;
    top: 0;
    left: -1.5%;
}
#header #menu {
  width: 67%;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
#header #menu .menu_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
	height: 100%;
}
#header #menu .menu_inner ul {
	height: 100%;
}
#header #menu .l_flex.language {
  margin-left: 35px;
}
#header #menu .l_flex.language a {
  width: 45px;
  height: 45px;
}
#header #menu .l_flex.language a:first-child {
  margin-right: 10px;
}
#header #menu .l_flex.language a img {
  width: 100%;
  height: 100%;
}
#header #menu ul li {
  display: inline-block;
  margin-right: 35px;
	align-content: center;
	height: 100%;
}
#header #menu ul li:last-child {
  margin-right: 0px;
}
#header #menu ul li.menu_parent {
  position: relative;
}
#header #menu ul li.menu_parent:before {
  content: "";
  width: 8px;
  height: 4.31px;
  background: url(../images/common/menu-arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#header #menu ul li.menu_parent:hover:before {
  -webkit-transform: translateY(-50%) translateX(-50%) rotateX(180deg);
  transform: translateY(-50%) translateX(-50%) rotateX(180deg);
}
#header #menu ul li.menu_parent:hover .menu_child {
  display: block;
}
#header #menu ul li a,#header #menu ul li p span {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#header #menu ul li.contact_btn a {
  padding: 38% 5px;
  background: #008F47;
  color: #fff;
}
#header #menu ul li a.assessment_btn {
  color: #fff;
  background: linear-gradient(45deg, #09D8B2, #28B674);
  border-radius: 5px;
  padding: 10px;
}
#header #menu ul li:last-child a.assessment_btn {
  background: linear-gradient(45deg, #09D1D8, #289EB6);
}
#header #menu ul li a.assessment_btn img {
  margin-right: 5px;
  vertical-align: top;
}
#header #menu ul li a.assessment_btn span {
  font-size: 11px;
}
#header #menu .menu_child {
  display: none;
  width: 435px;
  position: absolute;
  top: 77%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  padding-top: 13px;
	box-shadow: 0 0px 7px 7px rgba(0, 0, 0, 0.05);
}
#header #menu .menu_child:before {
  content: "";
  width: 69px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/common/menu_child.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#header #menu .menu_child .menu_child_inner {
  background-color: #fff;
  padding: 15px 10px;
  position: relative;
}
#header #menu .menu_child .menu_child_inner::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
  background: url("../images/common/menu_arrow_l.png")no-repeat;
  background-size: contain;
  aspect-ratio: 30 / 10;
  width: 5.56%;
  height: 10px;
}
#header #menu li:nth-child(5) .menu_child .menu_child_inner::before {
	    top: -22%;
}
#header #menu .menu_child .menu_child_inner .mene-s:first-child {
    width: 55%;
    border-right: 1px solid #D7DEE3;
    padding-right: 10px;
}
#header #menu .menu_child .menu_child_inner .mene-s {
    width: 42%;
}
#header #menu .menu_child .menu_child_inner a {
  text-align: left;
  color: #111111;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  margin: 20px 0;
  display: block;
  position: relative;
}
#header #menu .menu_child .menu_child_inner .mene-s.l_flex {
  padding: 10px 0;
}
#header #menu .menu_child .menu_child_inner .mene-s.l_flex a {
  width: calc(50% - 5px);
  margin: 10px 0;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0 10px 0 0;
}
#header #menu .menu_child .menu_child_inner .mene-s.l_flex a::before {
  content: "";
  background: url("../images/common/manu_arrow_right.png")no-repeat;
  background-size: contain;
  aspect-ratio: 5.82 / 10.49;
  width: 5.82px;
  height: 10.49px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#header #menu .menu_child .menu_child_inner .mene-s a img {
  width: 45%;
}
#header #menu .menu_child .menu_child_inner .mene-s a span {
  color: #002D4B;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 15px;
}
#header #menu .menu_child .menu_child_left {
  width: 148px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
#header #menu .menu_child .menu_child_right {
  border-left: 1px solid #fff;
  width: 624px;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 20px;
}
#header #menu .menu_child .menu_child_right a {
  display: block;
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#header #menu .menu_child .menu_child_right a span {
  padding-left: 14px;
}
#footer .footer_in .footer_menu li.ttl.pc {
	display: block;
}
#footer .footer_in .footer_menu li.ttl.sp {
	display: none;
}
#footer {
  padding: 50px 0 10px;
  background: #172C55;
}
#footer .privacy {
  color: #141414;
  font-size: 1.3rem;
  text-align: right;
  margin: 30px 0 5px;
}
#footer .copyright {
  display: block;
  width: 100%;
  text-align: center;
    font-size: 1.2rem;
    color: #fff;
    margin-top: 60px;
}
#footer .footer_in {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .footer_in .footer_info {
  width: 35%;
}
#footer .footer_in .footer_info .footer_logo {
  width: 372px;
	position: relative;
    top: 0;
    left: -4%;
}
#footer .footer_in .footer_info p.add, #footer .footer_in .footer_info p.time {
  color: #fff;
  line-height: 29px;
	font-size: 16px;
	font-size: 1.6rem;
}
#footer .footer_in .footer_info .name {
  color: #000000;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  padding-bottom: 0.5em;
  font-weight: bold;
}
#footer .footer_in ul.language_btn.l_flex {
  justify-content: flex-start;
  margin-top: 45px;
}
#footer .footer_in ul.language_btn.l_flex a {
  width: 45px;
}
#footer .footer_in ul.language_btn.l_flex a:first-child {
  margin-right: 10px;
}
#footer .footer_in .footer_menu {
  width: 64%;
  margin-top: 20px;
}
#footer .footer_in .footer_menu ul {
  justify-content: flex-end;
  border-left: 1px solid #fff;
  padding: 0 20px;
	width: 21%;
}
#footer .footer_in .footer_menu ul:nth-child(2) {
    width: 58%;
}
#footer .footer_in .footer_menu ul:last-child {
  border-right: 1px solid #fff;
}
#footer .contents {
  position: relative;
  padding: 20px 10px;
}
#footer .footer_in .footer_menu li, #footer .menu .ttl-menu, #footer .menu .ttls-menu {
  margin-bottom: 15px;
  color: #9EA8A3;
}
#footer .footer_in .footer_menu li a, #footer .menu .ttl-menu a, #footer .menu .ttls-menu a {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
  color: #fff;
  margin-bottom: 0;
	display: inline-block;
	width: 100%;
	padding-left: 1em;
    text-indent: -1em;
}
#footer .menu .ttls-menu a {
  display: block;
  width: calc(50% - 5px);
}
#footer .footer_in .footer_menu li:nth-child(6), #footer .footer_in .footer_menu li:nth-child(8), #footer .footer_in .footer_menu li:last-child {
  margin-right: 0;
}
#footer .footer_in .footer_menu li {
  width: 100%;
  margin-bottom: 10px;
}
#footer .footer_in .footer_menu ul.small_list li a {
  font-size: 13px;
  font-size: 1.3rem;
}
#footer .footer_in .footer_menu ul .col1 {
	width: 54%;
}
#footer .footer_in .footer_menu ul .col2 {
	width: 45%;
}
#breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}
#breadcrumb ul {
  font-size: 0;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
#breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
#breadcrumb ul li:last-child:after {
  display: none;
}
#breadcrumb ul li a {
	color: #000;
}
#eyecatch {
  position: relative;
  background: url("../images/common/eyecatch.png") center center no-repeat;
  background-size: cover;
  height: 350px;
}
#eyecatch h2 {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.3rem;
  display: inline-block;
  z-index: 2;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 95px;
  height: 95px;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.wp-pagenavi {
  padding: 20px 0 50px 0;
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  color: #202020;
  padding: 3px 8px;
  margin: 2px;
  background-color: #fff;
  border: 1px solid #202020;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.btn_l {
  margin: 0 auto;
}
/*矢印が右に移動する*/
.btnarrow {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2rem;
  border: 1px solid #fff;
  color: #fff;
}
.btnarrow:hover {
  opacity: 1;
}
/*矢印と下線の形状*/
.btnarrow::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 20px;
  left: 89%;
  /*下線の形状*/
  width: 25%;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all .3s;
}
.btnarrow::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 23px;
  right: -33px;
  /*矢印の形状*/
  width: 8px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow:hover::before {
  left: 95%;
}
.btnarrow:hover::after {
  right: -20%;
}
.btnarrow_bk {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2rem;
  border: 1px solid #2A2A2A;
  color: #2A2A2A;
}
.btnarrow_bk:hover {
  opacity: 1;
}
/*矢印と下線の形状*/
.btnarrow_bk::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 20px;
  left: 89%;
  /*下線の形状*/
  width: 25%;
  height: 1px;
  background: #A71524;
  /*アニメーションの指定*/
  transition: all .3s;
}
.btnarrow_bk::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 23px;
  right: -30px;
  /*矢印の形状*/
  width: 8px;
  height: 1px;
  background: #A71524;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow_bk:hover::before {
  left: 95%;
}
.btnarrow_bk:hover::after {
  right: -20%;
}
.btnarrow_bk_s {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 8px 40px;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2rem;
  border: 1px solid #2A2A2A;
  color: #2A2A2A;
}
.btnarrow_bk_s:hover {
  opacity: 1;
}
/*矢印と下線の形状*/
.btnarrow_bk_s::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 20px;
  left: 89%;
  /*下線の形状*/
  width: 25%;
  height: 1px;
  background: #A71524;
  /*アニメーションの指定*/
  transition: all .3s;
}
.btnarrow_bk_s::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 23px;
  right: -26px;
  /*矢印の形状*/
  width: 8px;
  height: 1px;
  background: #A71524;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow_bk_s:hover::before {
  left: 95%;
}
.btnarrow_bk_s:hover::after {
  right: -20%;
}
#contact_bnr_footer {
  margin-bottom: 130px;
}
#contact_bnr_footer .contents {
  background: #F9FAF5;
  border: 1px solid #E7EBDD;
  border-radius: 10px;
  position: relative;
  padding: 50px 55px 30px;
}
#contact_bnr_footer h3 {
  width: 58.08%;
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#contact_bnr_footer p.ttl_s {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}
#contact_bnr_footer p.ttl_s span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
#contact_bnr_footer ul li {
  width: calc(33.33% - 20px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, .15);
  position: relative;
  padding: 30px 5px 13px;
  display: flex;
  flex-direction: column;
}
#contact_bnr_footer ul li a {
  flex-grow: 1;
  align-content: center;
}
#contact_bnr_footer ul li h4 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 3px 20px;
  background: #CF4040;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#contact_bnr_footer ul li:nth-child(2) h4 {
  background: #E56815;
}
#contact_bnr_footer ul li:nth-child(3) h4 {
  background: #27AB11;
}
#contact_bnr_footer ul li p {
  text-align: center;
  color: #262626;
}
#contact_bnr_footer ul li .tel {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Libre Baskerville", serif;
}
#contact_bnr_footer ul li .tel span {
  font-size: 21px;
  font-size: 2.1rem;
  margin-right: 5px;
}
#contact_bnr_footer ul li .time {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
#contact_bnr_footer ul li .form {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
}
#contact_bnr_footer ul li:last-child .l_flex {
  justify-content: center;
  align-items: center;
}
#contact_bnr_footer ul li .line_btn {
  width: 54.57%;
  margin-right: 15px;
}
#contact_bnr_footer ul li .line_btn img {
  width: 100%;
}
#contact_bnr_footer ul li .line_qr {
  width: 20.28%;
}
#kuyou_btn .l_continar {
  max-width: 810px;
  width: 100%;
  margin: 0 auto 175px;
}
#kuyou_btn h3 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
  text-align: center;
}
#kuyou_btn li {
  width: calc(25% - 15px);
}
#thanks {
    padding: 100px 0;
}
#thanks h3 {
	font-size: 33px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
    color: #0c72c7;
    text-align: center;
}
#thanks p {
	    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.1rem;
    text-align: center;
}
#privacy {
	    padding: 100px 0;
	font-family:  "Noto Sans JP", sans-serif;
	line-height: 30px;
    letter-spacing: 0.05rem;
}
#privacy h3 {
    font-size: 27px;
    font-weight: 600;
    color: #008f47;
    margin-bottom: 16px;
	margin: 65px 0 20px;
}
.voice_btn {
    text-align: center;
    margin-top: 60px;
}
.voice_btn a {
    font-size: 20px;
    font-weight: 600;
    background: #008f47;
    border-radius: 50px;
    color: #fff;
    padding: 5px 25px;
}
.menu_pc {
	display: block;
}
.menu_sp {
		display: none;
	}
#notfound {
    margin: 100px auto;
    text-align: center;
}
#notfound h3 {
    font-size: 27px;
    font-weight: bold;
	letter-spacing: 01.rem;
}
#notfound a {
    font-size: 18px;
    font-weight: 600;
    background: #183f8a;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
}
#fixed_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
        background: rgba(1, 112, 56, 0.94);
    padding: 10px 0 5px;
	display: none;
}
#fixed_menu .l_flex {
	justify-content: center;
}
#fixed_menu ul li {
	width: 16.92%;
	margin-right: 20px;
}
#fixed_menu ul li:last-child {
	margin-right: 0;
}
#fixed_menu ul li:first-child {
	width: 15.46%;
}
.blue-btn {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 13px 5px 10px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-align: center;
  display: block;
  background: #fff;
  border: 1px solid #1290E5;
  color: #0064A8;
  position: relative;
}
.blue-btn::before {
  content: "";
  background: url("../images/top/btn-arrow-blue.png")no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
  position: absolute;
  top: 42%;
  right: 3%;
  transform: translateX(-50%);
}
.move {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.move.is-active {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
@media screen and (max-width: 1545px) {
#fixed_menu ul li {
    width: 21.92%;
}
	#fixed_menu ul li:first-child {
    width: 20.46%;
}
}
@media screen and (max-width: 1470px) {
	.l1370_continar {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 1400px) {
  #footer .privacy {
    margin: 30px 10% 5px 0;
  }
  #footer .copyright {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1366px) {
	#header .header_inner {
		    margin: 10px auto 0;
	}
	#header .title-h {
		display: none;
	}
	#eyecatch {
		    height: 260px;
	}
	#eyecatch h2 {
		top: 55%;
	}
	.menu_pc {
		display: none!important;
	}
	.menu_sp {
		display: block;
	}
  #header {
    width: 100%;
    padding: 0 10px;
    height: 55px;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
  }
	#header h1 {
		left: -4.5%;
	}
  #header h1 span {
    display: none;
  }
  #header #menu_trigger {
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url("../images/common/icon_open.png") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
  }
  #header #menu_trigger.is-open {
    background: url("../images/common/icon_close.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
  #header #menu {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #172C55;
    text-align: center;
  }
  #header #menu .menu_inner {
    padding: 80px 10px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
	#header #menu .menu_inner ul {
		height: auto;
	}
  #header #menu ul {
    padding-bottom: 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #fff;
    width: 100%;
  }
  #header #menu ul li {
    display: block;
    padding-left: 2%;
    padding-right: 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 15px 5px;
    margin-right: 0;
	  text-align: center;
	  width: 100%;
  }
  #header #menu ul li.menu_parent p.menu_parent_a {
    display: block;
    width: 100%;
	  cursor: pointer;
  }
  #header #menu ul li.contact_btn {
    width: 100%;
    border-bottom: none;
  }
  #header #menu ul li.contact_btn a {
    padding: 15px 0;
    border: none;
    width: 20%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #header #menu ul li.menu_parent {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #header #menu ul li.menu_parent:before {
    display: none;
  }
  /*#header #menu ul li.menu_parent .menu_parent_a span:before {
    content: "";
    width: 15px;
    height: 10px;
    background: url("../images/common/menu_arrow.png") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 20px;
    right: 10px;
    -webkit-transform: translateY(-50%) rotateX(-180deg);
    transform: translateY(-50%) rotateX(-180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header #menu ul li.menu_parent .menu_parent_a.is-open span:before {
    -webkit-transform: translateY(-50%) rotateX(0deg);
    transform: translateY(-50%) rotateX(0deg);
  }*/
	#header #menu ul li.menu_parent .mene-s span {
		position: relative;
	}
#header #menu ul li.menu_parent .mene-s span::before {
  content: "";
  background: url("../images/common/manu_arrow_right.png")no-repeat;
  background-size: contain;
  aspect-ratio: 5.82 / 10.49;
  width: 5.82px;
  height: 10.49px;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
	
	/*矢印の位置と向き*/
	#header #menu ul li.menu_parenti.has-child::before {
    content: none;
}
#header #menu ul li.menu_parent.has-child .menu_parent_a::before {
    content: '';
    position: absolute;
    width: 13.49px;
    height: 5.22px;
    background: url("../images/common/menu-arrow.svg") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 24%;
}
#header #menu ul li.menu_parent.has-child .menu_parent_a::before,#header #menu ul li.menu_parent.has-child .menu_parent_a:hover::before{
	        left: auto;
        top: 24px;
        right: 10px;
	transform: rotate(0deg);
}
#header #menu ul li.menu_parent.has-child .menu_parent_a.is-open::before, #header #menu ul li.menu_parent.has-child:hover::before{
    transform: rotate(180deg);
}
    
#header #menu ul li.menu_parent.has-child.active::before{
    transform: rotate(-180deg);
	left: auto;
        top: 30px;
        right: 10px;
}
	#header #menu .mene-s {
    display: none;
    width: 100%;
    position: static;
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding-top: 0;
  }
  #header #menu .mene-s:before {
    display: none;
  }
	#header #menu ul li.menu_parent .mene-s span {
		color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
		line-height: 23px;
	}
  #header #menu .mene-s a {
    font-weight: 600;
    padding: 15px 0;
    font-size: 16px;
    color: #000;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  #header #menu .mene-s a img {
    display: none;
  }
 
  #header #menu .menu_link {
    width: 100%;
	          margin-top: 20px;
  }
  #header #menu .menu_link a {
           margin-bottom: 5px;
        display: block;
        border-radius: 0;
        background: #fff;
        color: #172C55;
        padding: 10px;
        text-align: center;
        font-weight: bold;
	  border-radius: 50px;
  }
  #header #menu .menu_link a span {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
  }
  #header #menu .menu_link p {
    font-size: 16px;
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  #header #menu .menu_link a .icon_system {
    padding-left: 38px;
  }
  #header #menu .menu_link a img, #header #menu ul li a.assessment_btn img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: text-top;
  }
	#header #menu ul li a {
		display: block;
		width: 100%;
	}
  #header #menu .l_flex.language {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  #header #menu .l_flex.language a {
    width: 12.13%;
  }
  #header #menu .l_flex.language a:first-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1315px) {
	#header h1 {
		left: 0%;
	}
	#header h1 {
		width: 313px;
	}
}
@media screen and (max-width: 1265px) {
  .l_continar {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1240px) {
	#footer .footer_in {
		padding: 0 15px;
	}
}
@media screen and (max-width: 1190px) {
	#fixed_menu {
		padding: 15px 0 10px;
	}
    #fixed_menu ul li:first-child {
        width: 24.46%;
    }
	    #fixed_menu ul li {
        width: 26.92%;
    }
	#pagetop {
		bottom: 50px;
	}
}
@media screen and (max-width: 1180px) {
  #contact_bnr_footer .contents {
    padding: 50px 25px 30px;
  }
  #contact_bnr_footer ul li {
    width: calc(33.33% - 10px);
  }
  #contact_bnr_footer ul li h4 {
    width: 70%;
    padding: 3px 5px;
  }
}
@media screen and (max-width: 1155px) {
	#footer .footer_in .footer_menu .group {
		display: block;
	}
	#footer .footer_in .footer_menu ul,#footer .footer_in .footer_menu ul:nth-child(2) {
		width: 33.33%;
	}
	#footer .footer_in .footer_menu ul .col1,#footer .footer_in .footer_menu ul .col2 {
		width: 100%;
		padding-left: 1em;
        text-indent: -1.2em;
	}
}
@media screen and (max-width: 1060px) {
	#footer .footer_in .footer_menu li.ttl.pc {
		display: none;
	}
	#footer .footer_in .footer_menu li.ttl.sp {
		display: block;
		width: 100%;
		font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
		position: relative;
	}
	#footer .footer_in .footer_menu li.ttl.sp::before {
		content: '';
    position: absolute;
    width: 13.49px;
    height: 5.22px;
    background: url("../images/common/menu-arrow.svg") 0 0 no-repeat;
    background-size: contain;
		left: auto;
        top: 24px;
        right: 10px;
        transform: rotate(0deg);
	}
	#footer .footer_in .footer_menu li.ttl.sp.is-open::before {
		transform: rotate(180deg);
	}
	#footer .footer_in .footer_menu .group {
		display: none;
	}
	#footer .footer_in .footer_menu ul .col1, #footer .footer_in .footer_menu ul .col2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-left: 0em;
        text-indent: 0em;
	}
	#footer .footer_in .footer_menu ul:nth-child(2) .col1 li:nth-last-child(-n + 2),#footer .footer_in .footer_menu ul:nth-child(2) .col2 li:nth-last-child(-n + 2) {
		        border-bottom: 1px solid #7584a4;
	}
	#footer .footer_in .footer_menu ul:nth-child(2) li:last-child {
		border-bottom: none;
	}
	#footer .footer_in .footer_menu ul:nth-child(2) .col1 li:nth-child(-n + 2) {
		border-top: 1px solid #7584a4;
	}
	#footer .footer_in .footer_menu ul:nth-child(2) .col2 li:last-child {
		border-bottom: none;
	}
  #footer {
    padding: 30px 15px 30px;
  }
  #footer .footer_in {
    padding: 0;
    margin-bottom: 0;
  }
  #footer .footer_in .footer_info {
    width: 100%;
    padding-bottom: 20px;
  }
	#footer .footer_in .footer_info .footer_logo {
		left: -2%;
	}
  #footer .footer_in .footer_info .name {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #footer .footer_in .footer_menu {
    padding-top: 0;
    width: 100%;
    display: block;
  }
  #footer .footer_in .footer_menu > div {
    width: 100%;
    border-left: none;
    padding-left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #footer .footer_in .footer_menu > div:first-of-type {
    border-left: none;
    width: 100%;
    border-bottom: 0;
  }
  #footer .footer_in .footer_menu > div span, #footer .footer_in .footer_menu > div a {
    display: block;
    padding: 10px 15px;
  }
  #footer .footer_in .footer_menu > div ul li {
    padding-top: 0px;
    border-bottom: 1px solid #043281;
    text-align: center;
  }
  #footer .footer_in .footer_menu > div ul li > ul li {
    border: none;
    position: relative;
    padding-left: 15px;
  }
  #footer .footer_in .footer_menu > div ul li > ul li:last-child {
    border-bottom: none;
  }
  #footer .footer_in .footer_menu > div ul li > ul li a:before {
    top: 20px;
  }
  #footer .footer_in .footer_menu li, #footer .menu .ttl-menu, #footer .menu .ttls-menu {
    width: 50%;
    margin: 0;
    padding: 10px 5px;
  }
  #footer .menu {
    display: block;
    width: 100%;
  }
  #footer .menu:nth-child(2) {
    display: block;
  }
  #footer .menu .ttls-menu {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .menu .ttl-menu {
    width: 100%;
  }
  #footer .menu .ttls-menu a {
    display: block;
    margin-bottom: 20px;
    width: calc(50% - 5px);
  }
  #footer .menu .ttls-menu a:last-child, #footer .menu .ttls-menu a:nth-last-child(2) {
    margin-bottom: 0;
  }
  #footer .footer_in .footer_menu .small_list {
    margin-top: 30px;
  }
  #footer .footer_in .footer_menu .small_list li {
    border: 0;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #footer .footer_in .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-left: none;
    border-bottom: 1px solid #7584a4;
  }
	#footer .footer_in .footer_menu ul:first-child {
		border-top: 1px solid #7584a4;
	}
  #footer .footer_in .footer_menu ul:nth-child(2) {
    width: 100%;
    display: block;
  }
  #footer .footer_in .footer_menu ul:last-child {
    border-right: none;
  }
  #footer .contents:nth-child(-n + 2) ::before {
    content: none;
  }
	#footer .footer_in .footer_menu li {
        border-bottom: 1px solid #7584a4;
        border-right: 1px solid #7584a4;
}
	#footer .footer_in .footer_menu li:nth-last-child(-n + 2) {
		border-bottom: none;
	}
	#footer .footer_in .footer_menu li:nth-child(2n) {
		border-right: 0;
	}
  #footer .footer_in .footer_menu li.sp {
    display: block;
  }
	#footer .group {
		display: none;
	}
  #footer .box {
    display: none;
  }
  #footer .privacy, #footer .copyright {
    text-align: left;
  }
	#footer .footer_in .footer_menu ul:last-child li:nth-child(2) {
		border-bottom: 1px solid #7584a4;
	}
}
@media screen and (max-width: 1040px) {
  .l980_continar {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1030px) {
  #contact_bnr_footer ul li .tel {
    font-size: 3.10vw;
  }
}
@media screen and (max-width: 970px) {
	#fixed_menu {
		padding: 15px 0 10px;
	}
    #fixed_menu ul li:first-child {
        width: 29.46%;
    }
	    #fixed_menu ul li {
        width: 30.92%;
			    margin-right: 9px;
    }
}
@media screen and (max-width: 900px) {
  #contact_bnr_footer ul li {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
  #contact_bnr_footer ul li:last-child {
    margin-bottom: 0;
  }
  #contact_bnr_footer h3 {
    width: 71.08%;
    top: -5%;
  }
}
@media screen and (max-width: 890px) {
  .l835_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l825_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 0px;
  }
  .l_flex {
    display: block;
  }
  .l_continar,.l980_continar,.l1370_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header #menu .menu_child .menu_child_inner .mene-s, #header #menu ul li.contact_btn a {
    width: 100%;
  }
	    #footer {
        padding: 20px 15px 0px;
    }
  #pagetop {
    position: fixed;
            bottom: 20px;
        right: 10px;
        z-index: 10;
        width: 72px;
        height: 72px;
  }
  #pagetop img {
    width: 80px;
  }
  #eyecatch {
    background: url("../images/common/eyecatch_sp.png") center center no-repeat;
    background-size: cover;
    height: 160px;
  }
  #eyecatch h2 {
    font-size: 22px;
    display: block;
    padding: 0 5px;
    width: 100%;
	          top: 60%;
  }
  #breadcrumb {
    padding-bottom: 0;
	  font-size: 14px;
        line-height: 26px;
  }
  #contact_bnr_footer {
    margin-bottom: 100px;
  }
  #contact_bnr_footer h3 {
    width: 95.12%;
  }
  #contact_bnr_footer .contents {
    padding: 40px 15px 0px;
  }
  #contact_bnr_footer ul li {
    width: 100%;
    margin-bottom: 35px;
  }
  #contact_bnr_footer ul li .line_btn {
    width: 68%;
    margin: 0 auto;
  }
  #contact_bnr_footer ul li .tel {
    font-size: 32px;
    font-size: 3.2rem;
  }
  #contact_bnr_footer h3 {
    top: -1%;
  }
  #kuyou_btn h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #kuyou_btn ul.l_flex {
    display: flex;
  }
  #kuyou_btn li {
    width: calc(50% - 5px);
    margin-bottom: 25px;
  }
  #kuyou_btn .l_continar {
    max-width: 810px;
    width: 100%;
    margin: 0 auto 115px;
  }
#privacy h3 {
    font-size: 27px;
    margin-bottom: 23px;
    margin-top: 45px;
    line-height: 38px;
}
	#fixed_menu {
		padding: 7px 0;
	}
#fixed_menu .l_flex {
	display: flex;
}
	#fixed_menu ul li {
		width: 18.66%;
		margin-right: 5px;
	}
	#fixed_menu ul li:first-child {
		width: 54.66%;
	}
	#footer .footer_in .footer_info .footer_logo {
		width: 100%;
	}
}
@media screen and (max-width: 720px) {
  .l675_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*# sourceMappingURL=common.css.map */
#fix_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#fix_nav ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#fix_nav li {
  width: 49.5%;
}
#fix_nav li img {
  width: 100%;
}

/***************
cta-area
***************/
#cta-area {
	padding: 55px 0 40px;
	background: url("../images/common/cta-bg.png")no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}
#cta-area h3 {
	font-size: 40px;
	font-size: 4.0rem;
	text-align: center;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: 0.2rem;
}
#cta-area p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 30px;
	letter-spacing: 0.1rem;
	text-align: center;
}
#cta-area .l_flex {
	justify-content: center;
	position: relative;
}
#cta-area .l_flex::before {
	content: "";
	background: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#cta-area dl {
	width: 35.83%;
}
#cta-area dl:last-child {
	padding-left: 4%;
}
#cta-area dl dt {
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 15px;
	text-align: center;
}
#cta-area dl dd {
	text-align: center;
}
#cta-area dl:first-child dd a {
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 500;
	color: #fff;
	display: inline-block;
}
#cta-area dl:first-child dd a span {
	font-size: 43px;
	font-size: 4.3rem;
}
#cta-area dl:last-child dd a {
	font-size: 32px;
	font-size: 3.2rem;
	padding: 7px 5px;
	font-weight: 500;
	color: #05225B;
	background: #fff;
	border-radius: 50px;
	display: inline-block;
	width: 100%;
}
@media screen and (max-width: 1200px) {
	#cta-area dl {
    width: 40.83%;
}
	#cta-area dl:last-child {
    padding-left: 7%;
}
	#cta-area dl:first-child dd a span {
		font-size: 3.58vw;
	}
	#cta-area dl:first-child dd a {
		font-size: 2.25vw;
	}
	#cta-area dl:last-child dd a {
		font-size: 2.66vw;
	}
}
@media screen and (max-width: 930px) {
    #cta-area dl {
        width: 48.83%;
    }
	#cta-area dl:first-child dd a span {
        font-size: 4.62vw;
    }
	#cta-area dl:first-child dd a {
        font-size: 2.90vw;
    }
	    #cta-area dl:last-child dd a {
        font-size: 3.44vw;
    }
}
@media screen and (max-width: 768px) {
	#cta-area {
    padding: 55px 0 40px;
    background: url(../images/common/cta-bg_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
}
	#cta-area h3 {
		    font-size: 33px;
    font-size: 3.3rem;
	}
	#cta-area .l_flex::before {
		content: none;
	}
	#cta-area p {
		    margin-bottom: 36px;
	}
	#cta-area dl {
    width: 100%;
		position: relative;
}
	#cta-area dl:first-child {
		border-bottom: 1px solid #fff;
		padding-bottom: 30px;
        margin-bottom: 25px;
	}
	#cta-area dl dd a,#cta-area dl:first-child dd a {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 7px 5px;
    font-weight: 500;
    color: #05225B;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
}
	#cta-area dl:first-child dd a {
		font-size: 6.08vw;
		padding: 0px 5px;
	}
	#cta-area dl:first-child dd a span {
		font-size: 9.01vw;
	}
	#cta-area dl:last-child dd a {
		font-size: 7vw;
	}
	#cta-area dl:last-child {
		padding-left: 0;
	}
}