@charset "utf-8";

/*共通部分
-----------------------------------------*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background:transparent; list-style: none; font-style: normal; font-weight: 200; }

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {	display: block;}

nav ul { list-style:none;}

blockquote, q { quotes:none;}

@blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}

ins {background-color:#ff9;color:#000;text-decoration:none;}

mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}

table {border-collapse:collapse;border-spacing:0;}

hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}

input, select {vertical-align:middle;}
/* reset end */

html{
    font-size: 100%;
}
body{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  margin-top: -29px;
  position: relative;
  line-height: 1.8;
}
.wrapper{
  overflow: hidden;
}

/*全体制御
---------------------------------------------------------------*/
a{
  text-decoration: none;
  color: #000;
}
input[type="text"]:focus {
  outline: 0;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.montserrat{
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
}
.zen{
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.cop{
  font-family: "cop";
  letter-spacing: 0.27em;
}
@font-face {
font-family: "cop";
src: url("./font/AnyConv.com__OPTICopperplate.woff") format("woff"),
      url("./font/AnyConv.com__OPTICopperplate.woff2") format("woff2");
}
.cop2{
  font-family: "cop2";
  letter-spacing: 0.27em;
}
@font-face {
font-family: "cop2";
src: url("./font/AnyConv.com__OPTICopperplate-Light.woff") format("woff"),
    url("./font/AnyConv.com__OPTICopperplate-Light.woff2") format("woff2");
}
.cop3{
  font-family: "cop3";
  letter-spacing: 0.27em;
}
@font-face {
font-family: "cop3";
src: url("./font/AnyConv.com__OPTICopperplate-Heavy.woff") format("woff"),
    url("./font/AnyConv.com__OPTICopperplate-Heavy.woff2") format("woff2");
}
@media (max-width:815px)  {
  .nsp-off{
    display: none!important;
  }
}
@media (min-width:816px)  {
  .npc-off{
    display: none!important;
  }
}
@media screen and (max-width:1240px)  {
  .sp-off{
    display: none!important;
  }
}
@media screen and (min-width:1241px)  {
  .pc-off{
    display: none!important;
  }
}
/*ヘッダー
---------------------------------------------------------------*/
header{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 1200px;
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 999999999;
}
header div h1{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 30px
}
header div h1 span{
  font-size: 16px;
}
header nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 67px;
}
header nav a{
  display: block;
  color: #fff;
  font-size: 16px;
}
@media (max-width:1240px)  {
  header{
    width: 100%;
  }
  header div h1{
    font-size: 24px;
    line-height: 24px;
    margin-left: 30px;
  }
  header div h1 span{
    font-size: 14px;
  }
}

/*キービ
---------------------------------------------------------------*/
#key-v{
  height: 1199px;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
}
#key-v .key-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 1199px;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
#key-v h1{
  font-size: 36px;
  padding-top: 426px;
}
#key-v p{
  font-size: 20px;
  margin-top: 64px;
  margin-bottom: 96px;
}
#key-v div{
  width: 128px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  border-radius: 128px;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
}
#key-v div b{
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s;
  color: #fff;
}
#key-v div img{
  display: block;
  position: absolute;
  left: 63px;
  bottom: -26px;
  margin: auto;
  transition: all 0.3s;
}
#key-v div:hover{
  background-color:rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px #c4c4c4;
}
#key-v div:hover b{
  color: #000;
  transition: all 0.3s;
}
#key-v div:hover img{
  transform: translateY(10px);
  transition: all 0.3s;
}
@media (max-width:1240px)  {
  #key-v h1{
    padding-top: 326px;
  }
}
@media (max-width:815px)  {
  #key-v{
    height: 100vh;
  }
  #key-v .key-bg{
    height:100vh;
  }
  #key-v h1{
    padding-top:24vh;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #key-v p{
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:425px)  {
  #key-v h1{
    font-size: 20px
  }
  #key-v p{
    font-size: 12px;
  }
}
/*セクション共通項
---------------------------------------------------------------*/
.section-head{
}
.section-head b{
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  color: #2AAA88;
  font-weight: lighter;
}
.section-head h1{
  text-align: center;
  font-size: 30px;
}
@media (max-width:700px)  {
  .section-head b{
    font-size: 12px;
  }
  .section-head h1{
    font-size: 20px;
  }
}
/*business
---------------------------------------------------------------*/
#business{
  padding-top: 61px;
}
#business .b-top-wrap{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 62px;
}
#business .b-top{
  border-bottom: solid 5px #37AF8F;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
#business .b-top h2{
  text-align: center;
  font-size: 26px;
}
#business section{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}
#business section div{
  width: 350px;
}
#business section div img{
  display: block;
  margin: 0 auto;
  padding-bottom: 46px;
}
#business section div p{
  text-align: center;
  font-size: 18px;
}
#break{
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #37AF8F;
  color: #fff;
  margin-top: 82px;
  margin-bottom: 82px;
}
#break p{
  text-align: center;
  font-size: 26px;
}
@media (max-width:1220px)  {
  #business section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
  }
}
@media (max-width:944px)  {
  #business section{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 50px;
    flex-wrap: wrap;
  }
  #business .b-top-wrap{
    width: 90%;
  }
  #business .b-top h2{
    font-size: 22px;
  }
  #business section div p{
    text-align: center;
    font-size: 16px;
  }
  #break{
    height: 100px
  }
  #break p{
    font-size: 20px;
  }
}
@media (max-width:420px)  {
  #break p{
    font-size: 20px;
  }
}
@media (max-width:350px)  {
#business section div{
  width: 90%;
  margin: 0 auto;
}
#business .b-top h2{
  font-size: 18px;
}
#business section div p{
  text-align: center;
  font-size: 14px;
}
}

/*kuratos
---------------------------------------------------------------*/
#kuratos{

}
#kuratos h1{
  text-align: center;
  margin-bottom: 71px;
  font-size: 26px;
}
.kuratos{
  display: flex;
  justify-content: center;
  grid-gap: 32px;
}
.kuratos section{
}
.kuratos section img{
  display: block;
  margin: 0 auto;
  padding-bottom: 45px;
}
.kuratos section div{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 78px;
  width: 559px;
  height: 78px;
  border: solid 3px #37AF8F;
}
.kuratos section div b{
  font-size: 20px;
  text-align: center;
  font-weight: lighter;
}
.kuratos section ul{
  width: 560px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 62px;
}
.kuratos section ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 75px;
  border: solid 1px #CBCBCB;
  box-sizing: border-box;
  margin-top: -1px;
}
.kuratos section ul li p{
  text-align: center;
  display: block;
}
.kuratos section ul .right{
  margin-left: -1px;
}

@media (max-width:1190px)  {
  .kuratos{
    flex-wrap: wrap;
  }
}
@media (max-width:944px)  {
  #kuratos h1{;
    font-size: 22px;
  }
}
@media (max-width:650px)  {
  #kuratos h1{;
    font-size: 22px;
  }
  .kuratos section div{
    height: 40px;
  }
  .kuratos section div b{
    font-size: 16px;
  }
  .kuratos{
    display: block;
  }
  .kuratos section {
    padding-bottom: 50px;
  }
  .kuratos section div{
    width: 90%;
    margin: 0 auto;
  }
  .kuratos section ul{
    width: 90%;
  }
  .kuratos section ul li{
    width: 50%;
  }
}
@media (max-width:490px)  {
  .kuratos section ul li p{
    font-size: 12px;
  }
}
/*philosophy
---------------------------------------------------------------*/
#ph-wrapper{
  margin-top: 126px;
  position: relative;
}
.bigbg{
  position: absolute;
  width: 70%;
  height: 2450px;
  background-color: #FFFEF7;
  z-index: -2;
}
.ph-head{
  padding-top: 60px;
  padding-bottom: 42px;
}
@media (max-width:620px) {
  .bigbg{
    height: 2000px
  }
}
/**/
#philosophy{
  width: 100%;
  height: 616px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#philosophy .p-bg{
  width: 100%;
  height: 616px;
  position: absolute;
  object-fit: cover;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
}
#philosophy div{
  width: 90%;
  height: 496px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}
#philosophy div h2{
  text-align: center;
  font-size: 36px;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 38px;
}
#philosophy div h2 img{
  display: block;
  width: 38px;
  height: 50px;
}
#philosophy div p{
  font-size: 26px;
  text-align: center;
}
@media (max-width:800px)  {
  #philosophy div h2{
    font-size: 26px;
  }
  #philosophy div p{
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width:557px) {
  #philosophy {
    width: 100%;
    height: 316px;
  }
  #philosophy .p-bg{
    width: 100%;
    height: 316px;
  }
  #philosophy div{
      height: 270px;
  }
  #philosophy div h2{
    grid-gap: 18px;
    font-size: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  #philosophy div h2 img{
    width: 20px;
    height: 24px;
  }
  #philosophy div p{
    font-size: 14px;
  }
}
@media (max-width:400px) {
  #philosophy div h2 img{
    display: none;
  }
}
/**/
#company{
 margin-top: 121px;
}
#company .section-head{
  margin-bottom: 102px;
}
#company ul{
  width: 908px;
  margin: 0 auto;
  padding-bottom: 170px;
}
#company ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 908px;
  height: 90px;
}
#company ul li div:first-child{
  width: 211px;
  border-top: solid 1px #2AAA88;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 35px;
  height: 90px;
}
#company ul li div:last-child{
  width: 697px;
  border-top: solid 1px #EAEAEA;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 35px;
  height: 90px;
}
#company ul li:last-child div:first-child{
  border-bottom: solid 1px #2AAA88;
}
#company ul li:last-child div:last-child{
  border-bottom: solid 1px #EAEAEA;
}
#company iframe{
  width: 100%;
  height: 616px;
}
@media (max-width:900px) {
  #company ul{
    width: 100%;
  }
  #company ul li{
    width: 100%;
  }
  #company ul li div:first-child{
    width: 30vw;
  }
  #company ul li div:last-child{
    width: 70vw;
  }
}
@media (max-width:600px) {
  #company{
   margin-top: 70px;
  }
  #company .section-head{
    margin-bottom: 60px;
  }
  #company ul{
    padding-bottom: 70px;
  }
  #company ul li div p{
    font-size: 14px;
  }
  #company iframe{
    width: 100%;
    height: 316px;
  }
}


/*フッター
---------------------------------------------------------------*/
footer{
}
footer nav{
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 125px;
  margin-top: 139px;
}
footer nav a{
  display: block;
  text-align: center;
  font-size: 12px;
}
footer small{
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 45px 0px 144px 0px;
}
@media (max-width:620px) {
  footer nav{
    display: block;
    margin-top: 100px;
  }
  footer nav a{
    margin-bottom: 30px;
  }
  footer small{
    font-size: 12px;
  }
}


/*ハンバーガー
---------------------------------------------------------------*/
.humberger{
  width: 30px;
  height: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 8px;
  z-index: 99999;
  padding-right: 32px;
}
.h-line{
  background-color: #fff;
  height: 1px;
  border-radius: 1px;
}
.h-01{
  width: 28px;
  transition: all 0.2s;
}
.h-01.active{
  transform: rotate(45deg)translateY(13px);;
  transition: all 0.2s;
  background-color: #34678D;
}
.h-02{
  width: 14px;
  transition: all 0.5s;
}
.h-02.active{
  width: 14px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.5s;
  background-color: #EBC90E;
box-shadow: -10px 0px 10px 6px #fff;
}
.h-03{
  width: 21px;
  transition: all 0.2s;
}
.h-03.active{
  width: 28px;
  transform: rotate(-45deg)translateY(-14px);
  transition: all 0.2s;
    background-color: #34678D;
}
/**/
.h-nav{
  display: block;
  width: 0%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  border-left: solid 1px #c4c4c4;
  position: absolute;
  top: 28px;
  right: 0px;
  opacity: 0;
  transition: all 0.2s;
  overflow: hidden;
}
.h-nav.h-nav-active{
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
.h-nav nav{
  display: block;
  padding-top: 30vh;
}
.h-nav nav a{
  color: #000;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}


/*アニメーション*/

.animation{
	opacity : 0;
	visibility: hidden;
	transition: all 1.4;
	transform: translateY(80px);
}
.active{
	opacity: 1;
	visibility: visible;
  transition: all 1.4s;
	transform: translateY(0);
}

/* フェードイン(初期値) */
.js-fade-left10 {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1s;
}
/* フェードイン(スクロールした後) */
.js-fade-left10.is-inview {
  opacity: 1!important;
  transform: translateX(0);
  transition-delay: .5s;
}
.js-fade-right10 {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s, transform 1s;
}
/* フェードイン(スクロールした後) */
.js-fade-right10.is-inview3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .5s;
}
