@charset "UTF-8";
 *{
   box-sizing: border-box;
}
body {
	margin: 0;
	padding: 100px 0 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
}
header {
	padding: 30px 4% 10px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
}
main {
	margin: 0 auto;
	text-align: center;
}

footer {
	background-color: #ff9900;
	padding: 30px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

a {
	color: #4b4b4b;
}

nav {
	margin: 0 0 0 auto;
}

header ul,main ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

header li {
	margin: 0 0 0 15px;
    font-size: 14px;
}

/*ヘッダーメニュー*/
.sp-nav { display: none; }

@media screen and (max-width: 640px) {
.pc-nav {
	display: none;
}
.sp-nav {
	z-index: 1;
	position: fixed;
	tp: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: block;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	transform: translateY(-100%);
	transition: all .2s ease-in-out;
}
#hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 0 0 auto;
}
#hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color:#ff9900;
    transform: translateY(-50%);
}
#hamburger::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color:#ff9900;
}
#hamburger::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color:#ff9900;
}

/*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
      color: #fff;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
}

/*アイキャッチ部分*/
.eyecatch {
	background: url("images/eyecatch.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 100%;
	height: 500px;
}

.touka1 {
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 500px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.area {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.jp,.en {
	width: 100%;
}

.jp .title {
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	text-shadow: .5px .5px 0 #000, -.5px .5px 0 #000, .5px -.5px 0 #000, -.5px -.5px 0 #000;
	text-align: left;
	margin-left: 5rem;
}

.en .title {
	font-size: 1.6rem;
	font-weight: bold;
	color: rgba(255,255,255,0.95);
	text-align: right;
	margin-right: 5rem;
}

@media screen and (max-width: 750px) {
	.jp .title  {
		max-width:350px;
	    text-align: center;
	    font-size: 2rem;
	    margin:1rem auto;
	}
	.en .title  {
		max-width:290px;
	    text-align: center;
	    font-size: 1.2rem;
	    margin:1rem auto;
	}
}

/*our service*/
.our-mission {
	background: url("images/mission.jpg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	width: 100%;
	padding-bottom: 3rem;	
}

.main-service h2,.our-mission h2,.profile h2,.privacy h2, .otoiawase h2 {
	padding: 2rem 0 .5rem;
	margin: 1rem auto;
	color: transparent;
	-webkit-text-stroke: 2.3px #2c4667;
	font-size: 3rem;
}

.our-mission .copy1 {
	width: 300px;
	margin: 1rem  auto;
	color:#000;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1rem .3rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.our-mission .copy3 {
	max-width: 1200px;
	margin: 1rem auto;
	display: flex;
	justify-content: center;
}

.area1 {
	width:33%;
	padding:1rem;
	margin: 2rem 1rem;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.area1 div {
	font-size: 1.15rem;
	color: #2c4667;
	padding-bottom: 1px;
	height: 3rem;
		
}
.area1 span {
	font-size: 1.15rem;
	font-weight: bold;
}

@media screen and (max-width: 930px) {
	.area1 div {font-size:1rem;}
}

@media screen and (max-width: 855px) {
	.our-mission .copy3 { display: block;}
	.area1 {
		width:90%;
		max-width: 550px;
		margin:1rem auto;
	}
}

/*our service*/
.main-service {
	background-color: #E6E4E0;
	padding-bottom: 4rem;
}

.service-view {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.item {
	width: 45%;
	margin: 0.3rem;
	border: 1px solid #717171;
	background-color: #fff;
}

.item h3 {
	width:70%;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0.8em;
	border:4px double #619f60;
	color: #FFFFFF;
	background: rgba(194,194,194,0.69);
}

.item1 { background: url("images/service-01.jpg"); width: 100%; }
.item2 { background: url("images/service-02.jpg"); width: 100%; }
.item3 { background: url("images/service-03.jpg"); width: 100%; }
.item4 { background: url("images/service-04.jpg"); width: 100%; }

.item1,.item2,.item3,.item4 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 300px;
}

.item dd {
	margin: 0 auto;
	padding: 0 2rem;
	text-align: left;
}


@media screen and (max-width: 800px) {
  .item {
	  display: block;
	  width: 90%;  
  }

  .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*About US*/
.aboutus {
	width:100%;
	margin: 0 auto;
	background-color: #2c4667;
	margin-bottom: 1rem;
}

.aboutus h2 {
	padding: 2rem 0 1rem;
	margin: 0 auto;
	font-size: 3rem;
	color:#fff;		
}

.news {
	width:80%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 1rem;
	display: grid;
	grid-template-columns: 20% 80%;

}

.news .logo { grid-column: 1 / 2;
	text-align: right;}
.news .logo img { width:50px; }

.news .info { grid-column: 2 / 3;}

.news .info li {
	width:100%;
	text-align: left;
	padding:.5rem 0rem;
	border-bottom: 1px solid #717171;
}

.news span { margin:auto .8rem; }

.others {
	padding: 2rem 1rem;
}

.others ul {
	display: flex;
	justify-content: center;
	padding-left: 0px;
}

.others li {
  width: 180px;
  margin: .5rem;
  padding: 4px;
  border: 1px dashed #ccc;
  list-style: none;
}

.others li a {
	color: #fff;
    height: 100%;
    width: 100%;
}

.others img {
  padding-top: 5px;
  width: 50px;
}

/*フッターメニュー*/
.footer-info {
	width: 100%;
	text-align: center;
}

.footer-info img {
	width: 300px;
	padding: 5px;
}

/* フッターのお問い合わせボタン設定 */

.footer-info a {
	color: #000;
}

.button01  {
	width: 300px;
	font-size: 15px;
	color: #2c4667;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	border: 2px solid #2c4667;
	background: #2c4667;
	transition:0.5s;
}
.button01 a{
	color: #fff;
}

.button01:hover {
	background: #fff;
}
.button01:hover a {
	color: #274555;
}

.footer-menu {
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-menu h3{
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #000000 solid;
}

.footer-menu p,.box p {
	margin: .5rem 0;
	padding:　5 10px;
}

.footer-menu ul{
	margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
}
.footer-menu li {
	padding: 0 0 5px;
}

.footer-menu a {
	color: #000;
}

.footer-menu li a:hover{
	text-decoration: underline;
}

.footer-menu .box{ width: 30%; }

/* タブレット対応　横幅800px */
@media only screen and (max-width: 640px) {
.footer-menu {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;}
.footer-menu h3 {
  border-bottom: 1px #000 solid;}
.footer-menu .box {
 width: 100%;}
.footer-menu.box ul li a {
	display: block;
	padding: 5px 15px;}
}

 /* スマホ対応　横幅450px */
@media only screen and (max-width: 430px) {
	.others li {
		width: 165px;
		margin: .2rem;
		padding: 2px;
		font-size:0.9rem;
	}
}