@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/index.html interview.html 
------------------------------------------------------------*/
/*------------------------------------------------------------
common 
------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
  width: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f1f1f1;
}
#main{
  position: relative;
}
.flex {
  display: flex;
}
/*------------------------------------------------------------
common fin//
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
#header{
  position: fixed;
  top: -120px; /* 画面外に隠す */
  left: 0;
  width: 100%;
  background:rgba(255, 255, 255, 0.6);
  color: white;
  transition: top 0.3s;
  z-index: 100;
}
#header.ber{
  top: 0;
}

.inner {
  width: 90%;
  margin: 0 auto;
}
.header-logo{
  color: #231815;
    font-size: 43px;
    font-weight: bold;
}
.sp{
  display: none;
}
h1 {
  margin: 30px 0;
  width: 326px;
  float: left;
}

h1 img {
  vertical-align: middle;
}
#gNavi li a{
  text-decoration: none;
  color: #000;
}
#gNavi li {
  list-style: none;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
}

.gnavi-Inner {
  width: 100%;
  height: 120px;
  margin: 0 auto;
}

.gnavi-Inner ul {
  width: 700px;
  padding: 30px 0;
  height: 40px;
  position: absolute;
  right: 50px;
}
.japanese{
  font-size: 18px;
}
.english{
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 8px 0;

}
/*------------------------------------------------------------
header fin////
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footer-wave {
  line-height: 0;
}

.footer-wave img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  background: #f0e1d8;

  /* 波画像と密着 */
  margin-top: -1px;
}
.footer-inner {
  background: #d9ccc4;
}
.copyright p {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  padding: 20px 0;
}

footer {
  background-color: #f0e1d8;
}

.footer-bnr {
  width: 56%;
  padding: 170px 0 0;
}

.copyright {
  clear: both;
}
.footer-bnr{
  display: flex;
}
.bnr-box{
  width: 50%;;
}
.bnr-box img {
  width: 95%;
}

.footer-list {
  width: 60%;
  padding: 70px 0 40px;
}

.footer-list h3 {
  font-size: 30px;
  margin: 10px 0;
}

.footer-list ol {
  padding: 0;
}

.arrow1,
.arrow2 {
  list-style: none;
  line-height: 2;
  padding: 5px 0;
}

.arrow1 a,
.arrow2 a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.arrow1::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/index/f-arrow-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-bottom: -8px;
}

.arrow2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/index/f-arrow-02.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
/*------------------------------------------------------------
footer fin////
------------------------------------------------------------*/
/*------------------------------------------------------------
common_responsive (max-width: 1200px)fin//
------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
html{
    min-width: 300px;
  }
.sp{
  display: block;
}
.pc{
  display: none;
}
header{
min-width: 300px;
line-height: 50px;
}
.category{
  height: 80px;
}
.category p{
    height: 50px;
    padding: 10px 30px 20px 30px;
    font-size: 24px;
    color: #231815;
    font-weight: bold;
}
#header-menu{
  width: 100%;
  background-color: #e6e6e6;
  margin:0;
  padding: 0;
  height: 100vh;
}

/*hamburger menu*/
nav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
}
ul {
    /*最初はナビゲーションボタンは非表示*/
    list-style:none;
}
#header-menu {
  display: none;
}
.type1 a,
.type2 a{
    padding: 8px 35px;
    font-size: 16px;
    color: #464646;
    display: block;
    text-align: left;
    text-decoration: none;
    width: 94%;
}
.header-logo{
  display: none;
}
#header{
  background: none;
}
.hamburger {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background-color: #29abe2;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    z-index: 10;
}

/* 三本線 */
.hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s; 
}
.hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.hamburger.open{
  background-color: #333333;
}
 
.type1{
  background: #fff;
  border-bottom:solid 1px #000;
  width: 100%;
}
.sp-nav-list-A,
.sp-nav-list-B{
  position: relative;
  display: block;
}
.sp-nav-list-A::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url("../img/index/menu-arrow1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 3%;
  margin-top: 12px;
}
.sp-nav-list-B::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url("../img/index/menu-arrow2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 3%;
  margin-top: 12px;
}
#header-menu {
  width: 100%;
}
#header-menu li:first-of-type{
  border-top:solid 1px #000;
}

.type2{
  background: #EAF6FD;
  border-bottom:solid 0.5px #00b9ef;
  width: 100%;
}
.type2{
  border-top: solid 1px #00b9ef;
}.type2 a{
  border-top: none;
}
/*hamburger menu fin//*/

/*footer*/
  footer .flex{
    display: block;
  }
  .arrow1,
.arrow2{
  line-height: 0;
}

.footer-bnr{
  display: flex;
  padding: 100px 0 0;
  width: 95%;
  margin: 0 auto;
}
.footer-list{
  width: 45%;
  margin: 0 auto;
}
.footer-list h3{
  font-size: 35px;
  letter-spacing: 0.2em;
   text-align: center;
}
 .arrow1::before {
    margin-bottom: -18px;
  }
  .arrow2::before {
    margin-bottom: -18px;
  }
  .arrow1 a,
  .arrow2 a
  {
    padding: 8px 32px;
    font-size: 16px;
    color: #464646;
    display: block;
    text-align: left;
    text-decoration: none;
    width: 80%;
}
  /*footer //*/
}
/*------------------------------------------------------------
common_responsive (max-width: 1200px) 
------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
.footer-list ol {
    padding: 0 0 0 88px;
    width: 73%;
    margin: 0 auto;
}
}
/*------------------------------------------------------------
common_responsive (max-width: 1100px) 
------------------------------------------------------------*/
@media only screen and (max-width: 1100px){
.sp-nav-list-A::after,
.sp-nav-list-B::after{
right:4%;
}
}
/*------------------------------------------------------------
common_responsive (max-width: 960px) 
------------------------------------------------------------*/
@media only screen and (max-width: 960px){
.sp-nav-list-A::after,
.sp-nav-list-B::after{
right:5%;
}
}
/*------------------------------------------------------------
common_responsive (max-width: 800px) 
------------------------------------------------------------*/
@media only screen and (max-width: 800px){
.sp-nav-list-A::after,
.sp-nav-list-B::after{
right:7%;
}
}
/*------------------------------------------------------------
common_responsive (max-width: 700px) 
------------------------------------------------------------*/
@media only screen and (max-width: 700px){
.sp-nav-list-A::after,
.sp-nav-list-B::after{
right:9%;
}
}
/*------------------------------------------------------------
common_responsive (max-width: 600px)
------------------------------------------------------------*/
@media only screen and (max-width: 600px){
.sp-nav-list-A::after,
.sp-nav-list-B::after{
right:11%;
}
}
/*------------------------------------------------------------
common_responsive (max-width: 500px)
------------------------------------------------------------*/
@media only screen and (max-width: 500px){
.sp-nav-list-A::after,
.sp-nav-list-B::after{
right:13%;
}

.category img{
  height: 40%;
}
.footer-list h3{
  font-size: 22px;
}
.footer-list ol{
  width: 80%;
  margin: 0 auto;
}
.footer-list{
  width: 83%;
}
.footer-list li a{
  padding: 8px 28px;
  font-size: 10px;
}
.footer-bnr{
  padding: 0;
}
.copyright p{
  font-size: 12px;
}
.map-article{
      padding: 0 0 80px;
}
.map-left .map,
.map-right .map{
  padding: 5px 0;
}
{
  margin: 25px 0;
}
.map-left, .map-right{
padding: 10px 0;
}
.footer-list h3{
  font-size: 21px;
  letter-spacing: 0.2em;
  text-align: center;
}
}
/*------------------------------------------------------------
common_responsive (max-width:500px)//
------------------------------------------------------------*/