@charset "utf-8";
/* CSS Document */


/*///////  共通   //////*/

article.typehr{
padding-bottom: 3em;
margin-bottom:  3em;
/*border-bottom: solid 2px #ccc;*/
box-sizing: border-box;
}
/*///////  Header   //////*/
/* スクロールできる header */
/*.header {
  position: absolute; 
	margin-top:-70px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
}*/
/* 固定 header */
.header-outer {
  display: flex;
  width: 100%;
  position: fixed;
  height: 70px;
  z-index: 10;
  /* Other */
  background-color: #FFCC00;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.responsive-wrapper {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.header-inner {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner .logo {
  width: 180px;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1260px) {
  .header-inner .logo {
    width: 200px; }
}
@media screen and (max-width:1023px) {
  .header-inner .logo {
    width: auto;
    text-align: center;
    margin: 0;
    padding: 10px;
    border-bottom: none;
  }
  .header-inner .logo img {
    width: 173px
  }
}
@media screen and (max-width:768px) {
  .responsive-wrapper {
    width: 100%;
  }
}
.header-inner nav#gNavi {
  display: flex;
  align-items: center;
}
.header-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.header-navigation .call {
  font-size: 2.25rem;
  line-height: 1.3;
  position: relative;
}
.header-navigation .call > span {
  font-size: 1rem;
  display: block;
  width: 100%;
  text-align: center;
}
.header-navigation .call p {
  font-weight: bold;
}
.header-navigation .call p > span {
  font-stretch: condensed;
}
.header-navigation .call p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../images/call.png") no-repeat;
  background-size: contain;
}
.header-navigation .infobtn a {
  position: relative;
  display: block;
  width: 350px;
  height: 4.375rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 4.375rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FF9A03;
  border-radius: 8px;
  transition: .3s;
}
.header-navigation .infobtn span {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 35px;
  margin-right: 10px;
  background: url("../images/mail.png") no-repeat;
  background-size: contain;
}
.header-navigation .infobtn a:hover {
  transform: scale(1.1);
}
.header-navigation a, .header-navigation button {
  font-size: 1.125rem;
  color: inherit;
  margin-left: 1.75rem;
  position: relative;
  font-weight: 500;
}
.header-navigation a {
  display: none;
  font-size: 1.125rem;
  color: inherit;
  text-decoration: none;
}
.header-navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.header-navigation a:hover:after, .header-navigation button:hover:after {
  transform: scalex(1);
}
.header-navigation a:after, .header-navigation button:after {
  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width:1360px) {
  .header h1 img {
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-width:1152px) {
  .header h1 img {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width:1024px) {
  .header h1 img {
    max-width: 70%;
    height: auto;
  }
}
@media screen and (max-width:768px) {
  .header-outer {
    position: relative; /*
	margin-top:-70px;*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px !important;
    transition: 0.5s all ease-in-out;
  }
  .header_inn {
    height: 100px !important;
  }
}
@media screen and (max-width:644px) {
  .header h1 {
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
  }
  .header h1 img {
    width: auto;
    max-height: 60px;
  }
}
/* ナビゲーション */
header #gNavi > ul {
  width: 70%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  /*font-family: "M PLUS Rounded 1c", sans-serif;*/
  align-items: center;
  height: 33px;
  position: absolute;
  right: 0
}
header #gNavi > ul > li {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  letter-spacing: 0.225em;
  flex: 1 1 auto;
}
header #gNavi > ul > li span {
  font-size: 12px;
}
header #gNavi > ul > li::before {
  content: "";
  display: block;
  height: 10px;
  width: 0;
  border-right: 1px solid #333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header #gNavi > ul li:last-child::after {
  content: "";
  display: block;
  height: 10px;
  width: 0;
  border-right: 1px solid #333;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header #gNavi > ul > li a {
  display: inline-block;
  position: relative;/*
  color: #555;*/
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  &:before {
    content: "";
    position: absolute;
    left: calc(50% - 20%);
    bottom: -3px;
    width: 40%;
    height: 1px;
    background: #166433;
    transform: scale(0, 1);
    transition: 0.4s;
  }
  &:hover:before {
    transform: scale(1);
  }
}
.header-inner #gNaviSP {
  display: none
}
@media screen and (max-width:768px) {
  .header-inner nav#gNavi {
    display: none;
  }
  .header-inner #gNaviSP {
    display: block;
  }
}
/* スマホ　ナビゲーション */
.menu__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 2;
}
.menu__wrapper > div {
  width: 60px;
  height: 6px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.menu__wrapper > div:hover, .menu__wrapper > div:focus {
  outline: none;
}
.menu__wrapper > span {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  padding: 0 15px;
  font-size: 10px;
  margin-top: 25px;
  color: #333;
}
/*.menu__item--meatball {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu__item--meatball:hover, .menu__item--meatball:focus {
  transform: rotate(45deg);
}*/
.menu__item--meatball {
  height: 44px;
  width: 44px;
  position: absolute;
  background: none;
  border: none;
  transform-origin: center;
  transition: transform 0.3s;
}
.menu__item--meatball::after, .menu__item--meatball::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  border-radius: 4px;
  height: 4px;
  display: block;
  background: #333;
  transform-origin: center;
}
.menu__item--meatball::before {
  transform: translateX(-10px);
  box-shadow: 10px 0 0 #333;
  transition: 0.3s;
}
.menu__item--meatball::after {
  transform: translateX(9px);
}
.menu__item--meatball.active {
  transform: rotate(360deg);
}
.menu__item--meatball.active::before {
  box-shadow: none;
  transform: rotate(45deg) translate(-6px, 6px);
  width: 18px;
}
.menu__item--meatball.active::after {
  transform: rotate(-45deg) translate(-6px, -6px);
  width: 18px;
}
/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: -1;
  top: 40px;
  left: 0;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
  transform: translateX(-100%);
  transition: all 0.6s;
  overflow-y: scroll;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0 0 40px;
  width: 90%;
  /*font-family: "M PLUS Rounded 1c", sans-serif;*/
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  text-align: left;
  padding-top: 15px;
  line-height: 1.0;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {}
nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #008345;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.0;
}
nav.globalMenuSp ul li a span, nav.globalMenuSp ul li span {
  font-size: 12px;
  font-weight: normal;
}
nav.globalMenuSp ul li a::after {
  content: '>';
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 12px;
  color: #008345;
}
nav.globalMenuSp ul li a:hover {
  color: #008345;
}
nav.globalMenuSp ul li.half {
  display: flex;
}
nav.globalMenuSp ul li.half h4 {
  width: 40%;
  padding-top: 10px;
  line-height: 2;
}
nav.globalMenuSp ul li.half ul {
  width: 60%;
  padding: 0;
}
nav.globalMenuSp ul li.half ul li a {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  text-align: left;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}
nav.globalMenuSp .snsarea {
  background: #E2E2E2;
  padding: 50px 5%;
  width: 100%;
  margin: auto;
  text-align: left;
}
nav.globalMenuSp .snsarea div {
  width: 100%;
}
nav.globalMenuSp .snsarea a {
  border: 1px solid #333;
  padding: 10px 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
}
nav.globalMenuSp .snsarea a::after {
  content: '●';
  position: absolute;
  right: 10px;
}
/*///////  Parallax   //////*/
.parallax_area {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parallax_area .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.parallax_area.color01 .overlay {
  background: rgba(0, 60, 121, 0.7);
}
.parallax_area.color02 .overlay {
  background: rgba(1, 104, 44, 0.7);
}
.parallax_area.color03 .overlay {
  background: rgba(0, 0, 0, 0.4);
}
.bg_image {
  width: 100%;
  height: 170%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_image .inner {
  padding: 4.25rem 0;
  max-width: 100em;
  margin: auto;
}
/*///////  Goto top   //////*/
#goto {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 20;
}
#goto a {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 14px;
  padding-top: 60px;
  text-align: center;
  color: #fff;
}
#goto a:hover {
  color: #28BFDE;
  text-decoration: none;
}
#goto a:before, #goto a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 10px;
  margin: auto;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform-origin: top center;
  transform-origin: top center
}
#goto a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
#goto a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#goto a:hover:before {
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg)
}
#goto a:hover:after {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg)
}
#goto a:hover:before, #goto a:hover:after {
  background: #28BFDE
}
@media screen and (max-width:768px) {
  #goto {
    display: none !important;
    right: 0
  }
}
/* Footer */
#footer {
  padding: 6em 0 4em 0;
  background-color: #FFD000;
  text-align: center;
  color: #333;
}
#footer .subttle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 1.8rem;
}
#footer .subttle::before,#footer .subttle::after{
	content: '';
    display: block;
	width: 30px;
	height: 1px;
	background: #333;
}
#footer .subttle::before{
	margin-right: 2rem;
}
#footer .subttle::after{
	margin-left: 2rem;
}
#footer .nav ul{
	margin: 5rem auto 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .nav ul li {
	border-right: 1px solid #333;
	line-height: 1.6;
}
#footer .nav ul li:first-child {
	border-left: 1px solid #333;
}
#footer .nav ul li a {
	font-size: 1.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media screen and (max-width:768px) {
	#footer .nav ul{
	margin: 3rem auto;
	flex-wrap: wrap;
}
#footer .nav ul li {
	width: 100%;
	line-height: 2;
	border-right: none;
}
	#footer .nav ul li:first-child {
	border-left: none;
}
}
#footer .icons {
  font-size: 1.6rem;
}
#footer .icons a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .icons a:hover {
  color: #fff;
}
#footer .copyright {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.225em;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}
#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding-left: 1em;
}
#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#footer .copyright li a {
  color: inherit;
}
#footer .copyright li a:hover {
  color: #fff;
}
@media screen and (max-width: 480px) {
  #footer .copyright li {
    border: 0;
    display: block;
    line-height: 1.65em;
    margin: 0;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 980px) {
  #footer {
    padding: 4em 3em 2em 3em;
  }
}
@media screen and (max-width: 736px) {
  #footer {
    padding: 3em 2em 1em 2em;
  }
}
/* Landing */
body.landing #page-wrapper {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}
body.landing #footer {
  background-color: rgba(29, 36, 42, 0.9);
}
body.is-mobile.landing #page-wrapper {
  background: none;
}
body.is-mobile.landing #banner, body.is-mobile.landing .wrapper.style4 {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.is-mobile.landing #footer {
  background-color: #1d242a;
}
/* CTA */
#cta .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  max-width: 100rem;
}
#cta .inner header {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  padding-right: 2em;
  width: 70%;
    
}
#cta .inner header p {
  color: inherit;
}
#cta .inner .actions {
  padding-top: 3em;
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 30%;
}
#cta h3 br {
    display: none;
}
#cta h3 {
    position: relative;
    padding-left: 16px;
    line-height: 46px;
}
#cta h3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 50px;
    background: #333;
}
@media screen and (max-width: 980px) {
  #cta .inner {
    display: block;
    text-align: center;
  }
  #cta .inner header {
    padding-right: 0;
    width: 100%;
  }
  #cta .inner .actions {
    margin-left: auto;
    margin-right: auto;
    max-width: 20em;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #cta .inner .actions {
    max-width: none;
  }
    #cta h3 br {
    display: block;
}
    #cta h3 {
   font-size: 1.75rem;
    line-height: 2.5rem;
}
#cta h3::after {
    top: inherit;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
    height: 3px;
    background: #333;
}
}


/*///////  見出し   //////*/

.left-line {
    border-left: 6px solid #304387;
    padding: 0.625rem 0 0.625rem 1.25rem;
    position: relative;
}
/*.left-line::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #ccc;
}
*/
.under_dot {
    border-bottom: 3px dotted #304387;
    padding: 1rem 0;
    color: #304387;
}
.left-circle {
  color: #fff;
  padding: 0.5rem;
  line-height: 1.3;
  background: #304387;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  margin-bottom: 0.5rem;
}
.left-circle:before {
  content: '●';
  color: white;
  margin-right: 8px;  
}

/*その他の設定*/
*,::before, ::after {
    box-sizing: border-box;
}

/*パンくず*/
.breadcrumbsWrap{
  max-width: 120rem;
  width: 100%;
  margin: auto;
  font-size: 1.4rem;
  color: #777;
  margin-top: 10px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs{
  display: flex;
  align-items: center;
}
.breadcrumbs .home{
    color: #FF9900;
}
.breadcrumbs .arrow{
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #aaa;
  border-right: solid 1.5px #aaa;
  margin-right: 10px;
  margin-left: 10px;
  transform: rotate(45deg);
}

/*ボタン*/
.cta-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 1px solid #ff9900;
    border-radius: 5px;
    background-color: #ff9900;
    color: #fff;
    font-size: 1.6rem;
	font-weight: 700;
	 transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.cta-btn a {
	font-weight: 700;
}
.cta-btn a:hover {
    transform: translateY(-3px); filter: brightness(1.03); 
}



.cta-btn a:hover::before {
    width: 100%;
}