@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p,
blockquote, table, th, td, figure {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	font-size:62.5%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0 none;
}

table {
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

object, embed, img {
	vertical-align: top;
}

p {
	line-height: 1.6;
	font-size: 16px;
	color: #000;
}

@media (max-width: 768px) {
	p {
		line-height: 1.6;
		font-size: 14px;
	}
	
}

a {
	text-decoration: none;
}



/*
	base.css
*/

img{	
	border:0px none #FFFFFF;
	width: 100%;
	height: auto;
}


body
{
	font-family: 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	max-width: 1920px;
    margin: auto;
}


/*===================================
    header
===================================*/


.header .header-box .site-header {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #efefef
}

.header .site-navigation {
  margin-top: 82.84px
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 100
}

.site-header .site-header-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.site-header .brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 30px
}

.site-header .brand a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 10
}

.site-header .brand-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.site-header .brand-img img {
  display: block;
  width: 240px
}

.site-header .brand-img .area_name {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  display: block;
  color: #009c6f;
  margin-left: 1em
}

.site-header .brand-des {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  line-height: 1.15;
  white-space: nowrap;
  margin-bottom: 0.4em
}

.site-header .quick-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  margin-left: auto;
  margin-right: 0
}

.site-header .quick-start a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 1.15;
  padding: 0.3em
}

.site-header .quick-start a {
  margin-right: 2em
}

.site-header .quick-start a svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
  display: block;
  margin-right: 0.3em
}

@media (min-width: 1100px) {
  .site-header .quick-start a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
  }

  .site-header .quick-start a:hover {
    color: #009c6f
  }
}

.right-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.right-elements .el-btns {
	width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.1;
  white-space: nowrap
}

.right-elements .el-btns svg {
  width: 22px;
  min-width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto 0.7em
}

.right-elements .el-btns>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
  position: relative
}

.right-elements .el-btns .curriculum {
  color: #1D8E5A;
}



.right-elements .el-btns>div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 10;
  display: block;
  cursor: pointer
}

.right-elements .el-btns>div:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 60px solid rgba(255, 255, 255, 0.1);
  border-right: 150px solid transparent;
  z-index: 3;
  left: 0;
  top: 0
}

@media (min-width: 1100px) {
  .right-elements .el-btns>div {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
  }

  .right-elements .el-btns>div:hover {
    background-color: #f19800 !important;
	  color: #fff;
  }

	
}

.right-elements .el-btns .contact {
  background-color: #3082c3;
  overflow: hidden
}

.right-elements .el-btns .contact form {
  width: 100%
}

.right-elements .el-btns .contact input {
  position: relative;
  z-index: 4;
  padding: 0 35px;
  width: 100%;
  background-color: transparent;
  height: 82.84px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 116px;
  font-size: 14px
}

.right-elements .el-btns .contact .icon {
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%)
}

.right-elements .el-btns .request {
  background-color: #1D8E5A;
  position: relative
}

.right-elements .el-btns .request.curriculum {
  background-color: #fff;
  position: relative;
}

.right-elements .el-btns .request.curriculum i {
	display: block;
	font-size: 22px;
	text-align: center;
	margin-bottom: 7px;
	/*@include sp_break(900px) {
		display: inline-block;
		font-size: 16px;
		margin: 0 4px 0 0;
	}*/
}


.right-elements .el-btns .request input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  z-index: 12;
  cursor: pointer
}

.right-elements .el-btns .exp {
  background-color: #e02129;
  position: relative
}

.right-elements .el-btns .exp input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  z-index: 12;
  cursor: pointer
}

.right-elements .el-tel {
  font-size: 11px;
  white-space: nowrap;
  line-height: 1.15;
  background-color: #f0f0f0;
  padding: 0 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.right-elements .el-tel .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 27px;
  font-weight: 900;
  color: #2455a0;
  line-height: 1;
  margin: 5px 0
}

.right-elements .el-tel svg {
  width: 0.95em;
  min-width: 0.95em;
  height: 0.95em;
  display: block;
  margin-right: 0.3em
}

.right-elements .el-tel>a {
  cursor: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  z-index: 10
}

.site-navigation {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  position: relative;
  z-index: 19;
  margin-top: -1px
}

.site-navigation .site-navigation-wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: calc((100% - 1300px) / 2)
}

.site-navigation .global-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.site-navigation .global-navigation ul li a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
  font-size: 16px;
  color: #2455a0;
  border-right: 1px solid #efefef
}

.site-navigation .global-navigation ul li a span {
  display: block;
  text-align: center;
  line-height: 1.15
}

.site-navigation .global-navigation ul li a span:last-child {
  font-size: 11px;
  text-transform: capitalize;
  margin-top: 0.4em
}

.site-navigation .global-navigation ul li a span:first-child {
  font-weight: 700
}

@media (min-width: 1100px) {
  .site-navigation .global-navigation ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
  }

  .site-navigation .global-navigation ul li a:hover {
    background-color: #f2f2f2
  }
}

.site-navigation .global-navigation ul li:first-child a {
  border-left: 1px solid #efefef
}

.site-navigation .extra-nav {
  padding-right: 30px
}

.site-navigation .extra-nav a,
.site-navigation .extra-nav a:link {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.15;
  color: #ffffff;
  background-color: #2455a0;
  padding: 0.6em 1.6em;
  border-radius: 3em
}

.site-navigation .extra-nav a svg,
.site-navigation .extra-nav a:link svg {
  width: 0.95em;
  height: 0.95em;
  min-width: 0.95em;
  display: block;
  margin-left: 0.5em
}

@media (min-width: 1100px) {

  .site-navigation .extra-nav a,
  .site-navigation .extra-nav a:link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
  }

  .site-navigation .extra-nav a:hover,
  .site-navigation .extra-nav a:link:hover {
    background-color: #0032A4;
  }
}

@media (max-width: 1800px) {
  .site-header {
    padding: 0
  }
}

@media (max-width: 1600px) {
  .site-header .brand-img img {
    width: 220px;
  }

  .site-header .brand-img .area_name {
    font-size: 16px;
    margin-left: 0.8em;
  }

  .right-elements .el-tel {
    padding: 0 20px;
  }

  .right-elements .el-btns .contact input {
    padding: 0 20px;
  }
}

@media (max-width: 1500px) {
  .site-header .quick-start a:not(:last-child) {
    margin-right: 1em;
  }
}

@media (max-width: 1400px) {
  .right-elements .el-btns .contact input {
    font-size: 12px;
    line-height: 111px;
  }

  .site-header .brand-img img {
    width: 180px;
  }

  .site-header .brand-img .area_name {
    font-size: 16px;
  }

  .site-header .quick-start a {
    font-size: 12px;
  }

  .right-elements .el-tel .num {
    font-size: 24px;
    margin: 4px 0;
  }

  .right-elements .el-tel .open-time {
    font-size: 10px;
  }

  .right-elements .el-btns>div {
    font-size: 12px;
  }

  .site-navigation .site-navigation-wrapper {
    padding: 0 30px !important
  }

  .site-navigation .extra-nav {
    padding-right: 0;
    margin-left: 30px;
  }

  .site-navigation .global-navigation ul li a {
    height: 56px;
    padding: 0 30px;
    white-space: nowrap;
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .site-header .quick-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 20px
  }

  .site-header .quick-start a {
    padding: 2px;
    margin-right: 0 !important
  }

  .site-header .quick-start {
    max-width: 48%
  }

  .site-header .brand {
    max-width: 48%
  }
}

@media (max-width: 1100px) {
  .site-navigation .global-navigation ul li a {
    padding: 0 20px;
    white-space: nowrap;
    font-size: 13px
  }
}

@media (max-width: 980px) {
  .site-navigation .global-navigation ul li a {
    padding: 0 15px
  }

  .site-header .site-header-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .site-header-content .right-elements {
    width: 100%;
    width: 100%
  }

  .site-header .quick-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
  }

  .site-header .quick-start a {
    font-size: 14px;
    margin-right: 30px !important
  }

  .right-elements .el-tel,
  .right-elements .el-btns>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .right-elements .el-btns {
    width: 60%
  }

  .right-elements .el-tel {
    padding: 8px
  }
}

@media (max-width: 900px) {
  .site-header .brand {
    padding: 10px 20px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }
	
  .site-header .brand-img img {
    width: 160px;
  }
	
  .site-header .brand-img .area_name {
    font-size: 14px;
  }

  .right-elements .el-btns .contact input {
    height: 50px;
    font-size: 12px;
    line-height: 70px
  }

  .right-elements .el-btns .contact .icon {
    top: 8px
  }

  .site-header {
    z-index: 900
  }

  .show-mobile-nav .site-header .brand {
    display: none
  }
	
  .header {
    padding-top: 50px
  }

  .header .header-box .site-header {
    position: static
  }

  .site-header-content .right-elements {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 260;
    height: 50px;
    padding-right: 50px
  }

  .site-header-content .right-elements .el-btns {
    width: 75%
  }

  .right-elements {
    width: 100%
  }

  .right-elements .el-tel {
    position: relative;
    z-index: 1;
    overflow: hidden
  }

  .right-elements .el-btns svg {
    width: 20px;
    min-width: 20px;
    height: 15px
  }

  .right-elements .el-btns>div>span {
    margin-top: 0.5em
  }

  .right-elements .el-btns .request.curriculum {
    display: flex;
    align-items: center;
	  border-right: 1px solid #1D8E5A;
  }

  .site-header .brand-des {
    display: none
  }

  .right-elements .el-tel .num {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .right-elements .el-tel .num .icon svg {
    width: 25px;
    min-width: 25px;
    height: 25px
  }

  .site-header .site-header-content {
    display: block
  }

  .site-header-content .right-elements {
    width: calc(100%)
  }

  .right-elements .el-tel {
    width: 25%
  }

  .right-elements .el-btns>div {
    width: 25%
  }

  .right-elements .el-tel .num {
    font-size: 14px
  }

  .right-elements .el-tel .num span:last-child {
    margin-top: 0.5em
  }

  .site-navigation {
    display: none !important
  }

  .site-header .quick-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 auto
  }

  .site-header .quick-start a {
    font-size: 12px
  }

  .right-elements .el-tel,
  .right-elements .el-btns>div {
    padding: 8px 10px
  }

  /*.right-elements .el-btns>div>span {
    display: none;
  }*/

  .right-elements .el-btns svg {
    margin-bottom: 0
  }

  .right-elements .el-btns {
    width: 75%
  }

  .site-header .quick-start {
    display: none
  }

  .right-elements .el-tel .open-time,
  .right-elements .el-tel .first,
  .right-elements .el-tel .num_txt {
    display: none
  }

  .right-elements .el-btns>div>span {
    display: flex;
    align-items: center;
  }
	.right-elements .el-btns .request.curriculum i {
	display: block;
		font-size: 16px;
		margin-right: 4px;
		margin-bottom: 0; 
	}

	
}

@media (max-width: 500px) {
  .right-elements .el-btns .contact input {
    padding: 0
  }



  .right-elements .el-tel .num {
    font-size: 12px
  }

  .right-elements .el-tel .open-time {
    font-size: 8.5px
  }

  .right-elements .el-btns>div {
    font-size: 10px;
    padding: 8px 6px
  }

  .site-header .brand {
    max-width: none
  }
}

@media (max-width: 480px) {
  .right-elements .el-tel {
    min-width: 100px
  }
}

@media (max-width: 400px) {
  .right-elements .el-tel {
    min-width: 90px
  }

  .site-header .quick-start a {
    font-size: 10px
  }

  .site-header .quick-start a svg {
    display: none
  }

  .site-header-content .right-elements {
    padding-right: 40px
  }
}

@media (max-width: 370px) {
  .right-elements .el-btns .contact {
    min-width: 40px
  }

  .right-elements .el-btns .contact svg {
    margin-bottom: 0
  }

  .right-elements .el-btns>div {
    width: auto
  }
}

@media (max-width:980px) {
  .site-header-content .right-elements {
    width: auto;
  }
}

@media (max-width: 900px) {
  .lp-section-title .inbividual-text {
    margin-bottom: 0;
  }

  .inbividual-text {
    max-width: 100%;
    margin: 30px auto 30px;
  }

  .site-header-content .right-elements {
    padding-right: 0;
  }

  .lp-group-hero {
    padding-top: 0;
  }

  .lp-individual-5 .col .bottom .article .box {
    width: calc(50% - 10px);
    margin-top: 30px;
  }

  .site-header .brand-des {
    display: block;
  }

  .site-header-content .right-elements {
    width: 100%;
  }

  .site-header-content .right-elements .el-btns,
  .right-elements .el-btns > div {
    width: 50%;
  }

  .right-elements .el-tel .num,
  .right-elements .el-btns > div {
    flex-direction: row;
  }

  .right-elements .el-btns svg {
    margin: 0;
  }

  .right-elements .el-tel .num span:last-child,
  .right-elements .el-btns > div > span {
    margin-top: 0;
    font-size: 12px;
  }

  .right-elements .el-tel .num span:last-child {
    font-size: 4vw;
  }
}







/*

*/