/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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, strong, sub, sup, var,
b, 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;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* -------------
ここからCSS
------------- */

/* ---------
 共通CSS
---------- */


/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

body{
  font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro W3','ヒラギノ角ゴ Pro W3',sans-serif;
  margin-left: auto;
  margin-right: auto;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}

.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

.background-1{
  background-image: url("img/背景.png");
}

a	{
  text-decoration:none;
}

@media (min-width:768px){

  header{
    color: white;
    position: relative;
  }

  .fixed-background{
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
  }

  nav li a:hover {
    color:orange;
  }

  .header-mobile{
    display: none;
  }

  .header-left{
    position: absolute;
    z-index: 30;
    top:15px;
    left: 60px;
    display: flex;
  }

  .header-left img{
    width: 100px;
  }

  .header-left h1{
    font-size: 50px;
    padding-top: 30px;
  }

  .globalMenuSp{
    position: absolute;
    z-index: 30;
    top:35px;
    right: 60px;
  }

  .globalMenuSp ul{
   display: flex;
   justify-content: center;
  }

  .globalMenuSp li{
    font-size: 20px;
    padding: 20px;
  }

  a:link, a:visited, a:active {
    color: white;
   }

  .header-img{
    position: relative;
  }

  .header-img-title{
    position: absolute;
    top: 33%;
    left: 4%;
    width: 80%;
    display: none;
  }

  .header-img-title p{
    font-size: 7vw;
    margin: 40px 0;
    font-weight: bold;
    letter-spacing: 25px;
    color: white;
  }

  .header-img img{
    width: 100%;
    position: relative;
  }

  main{
  margin-top: 80px;
  }

  .panel{
    margin: 50px 0 70px 0;
  }

  .panel ul{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .panel li{
    width: 500px;
    margin: 20px;
    background: white;
    position: relative;
  }

  .panel img{
   vertical-align: bottom;
  }

  .p-1{
    position: absolute;
    font-size: 45px;
    top:45%;
    left:30%;
    color:  white;
  }

  .p-2{
    position: absolute;
    font-size: 45px;
    top:45%;
    left:20%;
    color: white;
  }


  .p-3{
    position: absolute;
    font-size: 45px;
    top:45%;
    left:25%;
    color: white;
  }

  .p-4{
    position: absolute;
    font-size: 45px;
    top:45%;
    left:42%;
    color: white;
  }

  .p-5{
    position: absolute;
    font-size: 45px;
    top:45%;
    left:22%;
    color: white;
  }

  .p-6{
    position: absolute;
    font-size: 45px;
    top:45%;
    left:22%;
    color: white;
  }


  .panel img{
    width: 100%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .panel a:hover img{
    opacity: .5;
  }

  main p{
    font-size: 30px;
    margin: 80px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;

  }

  main h2{
    font-size: 50px;
    padding: 20px;
    padding-top:100px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .main-1{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    width:85%;
    display: block;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 100px;
  }

  .main-1 h2{
    width: 200px;
    border-bottom: 3px solid  #f6e4b2;
    }

  .main-1 p{
    width: 900px;
    margin-top: 50px;
  }

  .main-1 img{
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 80px;
    display: block;
  }

  .main-2{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    margin: 0 auto;
    width: 85%;
    display: block;
    background-color: white;
    margin-bottom: 100px;
  }

  .main-2 h2{
    width: 200px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .core-trkm p{
    line-height: 40px;
  }

  .main-2 > p{
    width: 900px;
    margin-top: 50px;
  }

  .main-2 h3:nth-of-type(1){
    font-size: 30px;
    margin: 90px 0 30px 0;
    display: inline-block;
  }

  .main-2 h3{
    font-size: 30px;
    padding: 5px;
    margin: 60px 0 10px 0;
    display: inline-block;
    background-color: rgb(248,229,140,0.8);
  }

  .main-2 h4{
    font-size: 25px;
  }

  .core-trkm{
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  .core-trkm p{
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
    text-align: left;
  }

  .core-trkm p:nth-last-of-type(1){
    padding-bottom: 80px;
    margin-bottom: inherit;
  }

  .main-3{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    margin: 0 auto;
    width: 85%;
    display: block;
    background-color: white;
    margin-bottom: 100px;
  }

  .main-3 h2{
    width: 480px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .main-3 p{
    width: 900px;
    margin-top: 50px;
  }

  .main-3 img{
    width: 60%;
    margin: 0 auto;
    display: block;
  }

  .main-4{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    margin:0 auto;
    width: 85%;
    display: block;
    background-color: white;
    margin-bottom: 100px;
  }

  .main-4 h2{
    width: 180px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .main-4  p{
    width: 900px;
    margin-top: 50px;
  }

  .main-4  p:nth-of-type(2){
    width: 900px;
    margin-top: 80px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .license{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 85%;
    margin:0 auto;
  }

  .license img{
    max-width: 100%;
    height:480px;
  }

  .license p{
    display:inline-block;
    width: 40%;
    margin:0 100px 100px 100px;
  }

  .main-5{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    margin: 0 auto;
    width: 85%;
    display: block;
    background-color: white;
    margin-bottom: 100px;
  }

  .main-5 h2{
    width: 300px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .main-5 p{
    margin-top: 50px;
  }

  .main-5 p:nth-of-type(1){
    font-weight: bold;
    margin-top: 80px;
    font-size: 35px;
    width: 650px;
  }

  .main-5 p:nth-of-type(3){
    font-weight: bold;
    margin-top: 100px;
    font-size: 35px;
    width: 650px;
  }

  .main-5 p:nth-of-type(4){
    padding-bottom: 180px;
  }

  .contact{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    margin: 0 auto;
    width: 85%;
    display: block;
    background-color: white;
  }

  .contact h2{
    width: 300px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .contact p{
    font-size: 20px;
    margin: 80px 0 80px 0;
  }

  iframe{
    width: 100%;
    margin-bottom: 100px;
  }

  .form{
    width: 80%;
    margin: 0 auto;
  }


  .footer-1{
    text-align: center;
    padding: 150px 0;
    background-image: url("img/コアpanel6.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    color: white;
  }

  .footer-1 h5{
   font-size: 30px;
   padding: 30px;
  }

  .mobile{
    font-size: 50px;
    padding: 20px;
    display: inline-block;
    background-color: orange;
    color: white;
    letter-spacing: 11px;
  }

  .time{
    font-size: 20px;
    padding: 20px;
  }

  .footer-2 {
    background-color: #333333;
    color: white;
  }

  .footer-2 h1{
    font-size:60px;
  }

  .footer-2 p{
    font-size: 25px;
    margin-top: 30px;
    line-height: 45px;
  }

  .footer-contents0{
    width: 70%;
    padding-top: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .footer-contents0 img{
    width: 130px;
  }

  .footer‐contents{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 100px auto;
  }

  .footer-contents1{
    flex:4;
    padding-left: 20px;
  }

  .footer-contents1 ul{
    list-style: none;
  }

  .footer-contents1 li{
    padding-bottom: 60px;
    padding-top: 5px;
  }

  .footer-contents1 li:hover{
    color: orange;
  }

  .footer-contents2{
    flex: 5;
  }

  .footer-contents2 p{
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    line-height: normal;
  }

  .footer-contents2 a:hover{
    color: #1A9AF3;
  }

  .footer-contents3{
    flex: 5;
  }

  .footer-contents3 p{
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    line-height: normal;
  }

  .footer-contents4 p{
    font-size: 15px;
    padding: 0 0 10px 0;
    margin: 0;
    line-height: inherit;
    text-align: center;
  }

  footer a:link, footer a:visited, footer a:active {
    color: white;
  }

  .footer-contents1 a:hover{
    color: orange;
    }

}

@media (min-width: 1px) and (max-width: 767px){

  .header-mobile{
    width: 100%;
    background-color: #333333;
    height: 65px;
    position: fixed;
    z-index : 1;
  }

  .header-mobile img{
    height: 100%;
  }

  .header-left{
    display: none;
  }

  .header-right{
    display: none;
  }

  .hamburger {
    display : block;
    position: fixed;
    z-index : 4;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
 }

  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : white;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

/* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: white;
    background-color: #333333;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }

  nav.globalMenuSp ul {
    background-color: #333333;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    font-size: 30px;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: white;
    padding: 1em 0;
    text-decoration :none;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }

  .header-img{
    position: relative;
  }

  .header-img-title{
    position: absolute;
    top: 55%;
    left: 4%;
    width: 80%;
    display: none;
  }

  .header-img-title p{
    font-size: 7vw;
    margin: 20px 0;
    font-weight: bold;
    letter-spacing: 10px;
    color: white;
  }


  .header-img img{
    width: 100%;
    position: relative;
    top: 65px;
  }

  .fixed-background{
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
  }

  main p{
    font-size: 15px;
    margin: 40px 0;
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 5px;
  }

  main h2{
    font-size: 30px;
    padding: 20px;
    padding-top:40px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .panel{
    margin: 100px 0 40px 0;
  }

  .panel ul{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

  }

  .panel li{
    width: 120px;
    margin: 1px;
    background: white;
    position: relative;
  }

   .p-1{
    position: absolute;
    font-size: 20px;
    top: -20%;
    left:15%;
    color:  white;
  }

   .p-2{
    position: absolute;
    font-size: 13px;
    top: -20%;
    left:10%;
    color: white;
  }

  .p-3{
    position: absolute;
    font-size: 15px;
    top: -20%;
    left:15%;
    color: white;
  }

  .p-4{
    position: absolute;
    font-size: 20px;
    top: -20%;
    left:30%;
    color: white;
  }

  .p-5{
    position: absolute;
    font-size: 15px;
    top: -20%;
    left:10%;
    color: white;
  }

  .p-6{
    position: absolute;
    font-size: 15px;
    top: -20%;
    left:10%;
    color: white;
  }


  .panel img{
    width: 100%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .panel a:hover img{
    opacity: .5;
  }


  .main-1{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    width: 85%;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 50px;
  }

  .main-1 h2{
    width: 150px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .main-1 img{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
    display: block;
  }

  .main-2{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    width: 85%;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 50px;
  }

  .main-2 h2{
    width: 150px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .core-trkm p{
    line-height: 20px;
  }

  .main-2 > p{
    margin-top: 50px;
  }

  .main-2 h3:nth-of-type(1){
    font-size: 25px;
    margin: 40px 0 30px 0;
    display: inline-block;
  }

  .main-2 h3{
    font-size: 25px;
    padding: 5px;
    margin: 40px 0 10px 0;
    display: inline-block;
    background-color: rgb(248,229,140,0.8);
  }

  .main-2 h4{
    font-size: 25px;
  }

  .core-trkm{
    width: 70%;
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .core-trkm p{
    font-size: 15px;
    display: block;
    text-align: left;
    margin: 10px 0 25px 0;
  }

  .core-trkm p:nth-last-of-type(1){
    margin-bottom: 40px;
  }

  .main-3{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    width: 85%;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 50px;
  }

  .main-3 h2{
    font-size: 25px;
    width: 230px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .main-3 img{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
    display: block;
  }

  .main-4{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    width: 85%;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 50px;
  }

  .main-4 h2{
    width: 100px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .main-4  p{
    margin-top: 50px;
  }

  .main-4  p:nth-of-type(2){
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .license{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    margin:0 auto;
    padding-bottom: 40px;
  }

  .license img{
    width:100%;
  }

  .license p{
    display:block;
    margin: 5px 0 30px 0;
  }

  .main-5{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    width: 85%;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 50px;
  }

  .main-5 h2{
    width: 200px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .main-5 p{
    margin-top: 50px;
    font-size: 15px;
  }

  .main-5 p:nth-of-type(1){
    font-weight: bold;
    margin-top: 50px;
    font-size: 20px;
  }

  .main-5 p:nth-of-type(3){
    font-weight: bold;
    margin-top: 50px;
    font-size: 20px;
  }

  .main-5 p:nth-of-type(4){
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
  }

  .contact{
    box-shadow:  16px 16px 14px -8px rgba(0,0,0,0.6);
    border-radius: 20px 20px;
    width: 85%;
    margin: 0 auto;
    background-color: white;
  }

  .contact h2{
    width: 200px;
    border-bottom: 3px solid  #f6e4b2;
  }

  .contact p{
    font-size: 15px;
    margin: 40px 0 40px 0;
    padding: 10px;
  }

  iframe{
    width: 100%;
    margin-bottom: 50px;
  }

  .form{
    width: 100%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-1{
    text-align: center;
    padding: 50px 0;
    background-image: url("img/コアpanel6.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    color: white;
  }

  .footer-1 h5{
   font-size: 25px;
   padding: 10px;
  }

  .mobile{
    font-size: 30px;
    padding: 10px;
    display: inline-block;
    background-color: orange;
    letter-spacing: 5px;
  }

  .time{
    font-size: 20px;
    padding: 10px;
  }

  .footer-2 {
    background-color: #333333;
    color: white;
  }

  .footer-2 h1{
    font-size: 25px;
  }

  .footer-2 p{
    font-size: 25px;
    margin-top: 30px;
    line-height: 45px;
  }

  .footer-contents0{
    width: 80%;
    padding-top: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .footer-contents0 img{
    width: 100px;
  }

  .footer‐contents0 a:hover{
    color: white;
  }

  .footer‐contents{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 20px auto;
  }

  .footer-contents1{
   padding-left: 20px;
   padding-bottom: 30px;
  }

  .footer-contents1 ul{
    list-style: none;
  }

  .footer-contents1 li{
   padding: 15px 0 0 0;
  }

  .footer-contents1 li:hover{
    color: orange;
  }

  .footer-contents2{
    margin: 20px 0;
  }

  .footer-contents2 p{
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    line-height: normal;
  }

  .footer-contents2 a:hover{
    color: #1A9AF3;
  }

  .footer-contents3{
    margin: 20px 0;
  }

  .footer-contents3 p{
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    line-height: normal;
  }

  .footer-contents4 p{
    font-size: 15px;
    padding: 0 0 10px 0;
    margin: 0;
    line-height: inherit;
    text-align: center;
  }

  footer a:link, footer a:visited, footer a:active {
    color: white;
  }

  .footer-contents1 a:hover{
    color: orange;
  }

}
