@charset "UTF-8";

/***************
  common
****************/

body {
  font-size: 12px;
  font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
}

a:link,
a:visited {
  color:#06005A;
}

a {
  color: #fff;
}

img.border {
  border: 1px solid #eee;
  border-radius: 3px;
}

section {
  padding: 20px;
}

a.gototop {
  background-color: rgba(102,173,150,0.2);
  bottom: 3%;
  color: #fff;
  display: none;
  font-size: 2rem;
  height: 3rem;
  line-height: 3.8rem;
  position: fixed;
  right: 2%;
  text-align: center;
  text-decoration: none;
  width: 3rem;
}


h1 {
	font-size: 24px;
	color: #422B00;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
	color: #fff;
	text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
}

h3 {
	font-size: 24px;
	font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
	color: #000;
	text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
}

h4 {
	font-size: 20px;
	font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
	color: #000;
	text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

h5 {
	font-size: 13px;
	background-color: #9E9E9E;
	color: #FFFFFF;
	border-radius: 3px;
	padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h6 {
	font-size: 12px;
	font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
	color: #000;
	text-align: center;
	margin: 0px;
}

p {
	padding: 0 5px;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 25px;
	text-align: center;
}

.tp1 {
	padding: 0 10px;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	line-height: 22px;
	color: #FD9016;
	font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
}

.tp2 {
	padding: 0 10px;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	line-height: 22px;
	color: #FD9016;
	font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
}

.tp3 {
	padding: 0 10px;
	font-size: 13px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	line-height: 22px;
	font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
	text-align: left;
}

.lp {
	padding: 0 5px;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 25px;
	color: #05007A;
}

.lp2 {
	padding: 0 5px;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 25px;
	color: #800002;
}

.cpp {
	font-size: 24px;
	text-align: center;
	margin: 50px auto;
}


/***************
  header
****************/

/* headerContent */

header .headerContent {
  width: 100%;
}

header .headerContent .logo2 {
  width: auto;
}



.headerlogo {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	  top: 0;
  z-index: 10000;
	background-color: rgba(102,173,150,0.2);
}

header .headerContent .logo img {
  width: auto;
	height: 50px;
	float: left;
	margin: 0 30px 0 20px;
}

header .headerContent .logo .logoc {
	float: right;
	color: #ffffff;
	text-align: right;
}

header .headerContent .logo .logoc a {
	color: #ffffff;
}

header .headerContent .logo .logoc img {
  width: 200px;
}

.fadeIn {
font-family: "Lemosty";
font-size: 24px;
text-align: center;
animation-name: fadeInAnime;
animation-duration:5s;
animation-fill-mode:forwards;
opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.logocp {
	display: none;
}



/*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
  position: absolute;
  top: 30%;
left: 15%;
  transform: translate(-50%, -50%);
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.fade-in-bottom img {
   width: 300px;
	margin: 0 auto;
}

/*下からフェードイン*/
.fade-in-bottom2 {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
  position: absolute;
  top: 20%;
left: 25%;
  transform: translate(-50%, -50%);
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.fade-in-bottom2 img {
   width: 200px;
	margin: 0 auto;
}

/*下からフェードイン*/
.fade-in-bottom3 {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
  position: absolute;
  top: 30%;
left: 25%;
  transform: translate(-50%, -50%);
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.fade-in-bottom3 img {
   width: 200px;
	margin: 0 auto;
}


/* globalNavigation 2 */

/*css*/
/* :::::: toggle button :::::: */
 
#navTgl {
  display: none;
}
 
label.open,
label.close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
 
.open {
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #000;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
}
 
#navTgl:checked + .open {
  background-color: #000;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
 
.close {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}
 
#navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(102,173,150,0.2);
}
 
/* :::::: drawer menu :::::: */
 
.menu {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: rgba(102,173,150,1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}
 
#navTgl:checked ~ .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 
.menu p,
.menu li a {
  color: white;
}
 
.menu p {
  text-align: center;
}
 
.menu ul {
  padding: 0;
  list-style-type:none;
}
 
.menu li {
  border-bottom: 1px solid rgba(255,255,255,.6);
  font-size: 20px;
  line-height: 2;
}
 
.menu li:first-child {
  border-top: 1px solid rgba(255,255,255,.6);
}
 
.menu li a {
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  transition: background-color .6s;
}
 
.menu li a:hover {
  background-color: #06005A;
}
 



/* mainImage */

header .mainImage {
  padding: 20px;
  margin-top: 100px;
}

header .mainImage .imageScroll {
  border: 1px solid #eee;
  border-radius: 3px;
}

header .mainImage img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


.pagetopimgt {
	text-align: center;
	vertical-align: central;
	display: block;
 margin-left: auto;
 margin-right: auto;
}

.pagetopimgt img {
	max-width: 100%;
	text-align: center;
	vertical-align: central;
	display: block;
 margin-left: auto;
 margin-right: auto;
}


/* 会社概要 */

.out {
	border: #DCDCDC 0.5px solid;
	border-radius: 3px;
}

.outp {
	font-size: 11px;
}

.detail {
	margin: 10px 5px 40px 5px;
	padding: 0px;
  background: #ef93bb;
}

.detail dl {
  display: table;
  font-size: 13px;
  width: 100%;
}

.detail dl:last-child {
}

.detail dl dt,
.detail dl dd{
  display: table-cell;
  padding: 13px 14px;
  vertical-align: top;
}

.detail dl dt{

  box-sizing: border-box;
  font-size: 12px;
  width: 100px;
}

.detail dt {
  border-right: 1px solid #fff;
}

.guidance {
	text-align: right;
	font-size: 13px;
}



/***************
  footer
****************/


/* s7 */

.s7 {
  overflow: hidden;
  background-color: #ebfcf8;
  text-align: center;
}

.ds7 {
	margin: 20px auto 5px;
  overflow: hidden;
}

.ds71 {
  width: 100%;
  margin: 0 0 30px 0;
}

.ds711 {
	width: 48%;
  text-align: center;
		float: left;
	margin:  10px 0 30px 0;
}

.ds712 {
  width: 50%;
margin: 20px auto 5px;
	  overflow: hidden;
}

.ds713 {
	width: 48%px;
  text-align: center;
	margin:  10px 0 30px 0;
}

.s7p {
color: #000;
text-align: center;
margin: 0px;
font-size: 24px;
  font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
}

.s7p2 {
color: #000;
text-align: center;
margin: 0px;
font-size: 11px;
}

.clear {
  clear:both
}

.ds714 {
text-align: center;
	margin: 0px auto;
}

.ds714 img {
	width: 100%;
	margin: 10px 0;
	float: left;
}


/* footerNavigation */

footer .siteLinks {
  background: #ebfcf8;
  padding: 20px;
}

footer .siteLinks .inner {
  overflow: hidden;
  text-align: center;
border-top: solid 1px #3d3d3d;
}

footer .siteLinks .linkList {
  overflow: hidden;
  text-align: center;
}

footer .siteLinks .logo {
  float: left;
  width: 100%;
	margin: 5px 0px 20px;
}

footer .siteLinks .logo img {
  width: 120px;
}

footer small {
  background: #ebfcf8;
  color: #000;
  display: block;
  font-size: 13px;
  padding: 5px 5px 10px;
  text-align: center;
}




.pf1 {
	padding: 0 5px;
	font-size: 14px;
    margin: 5px 40px 5px;
}

.pf2 {
	padding: 0 5px;
	font-size: 11px;
    margin: 4px 10px 0px;
	letter-spacing: 2px;
	line-height: 15px;
}



/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   text-decoration: none;
   border-right: 1px solid #fff;
}

/*左側メニュー色*/
#sp-fixed-menu li:first-child{
   background: rgba(102,173,150,0.3);
}

/*左側メニュー色*/
#sp-fixed-menu li:last-child{
   background: rgba(102,173,150,0.4);
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #444444;
   text-align: center;
   display:block;
   text-decoration: none;
   width: 100%;
   padding:20px 0;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}

.m-plus-1-<uniquifier> {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}