@charset "utf-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
    font: 14px/1.9 'Noto Sans JP', Arial, Verdana, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳＰゴシック', Meiryo, sans-serif;
    font-weight: 300;
	    -webkit-text-size-adjust:100%;
	    overflow-x: hidden;
	    color: #000;
	    background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

/*img{
	width: 100%;
	height: auto;
}*/

@media screen and (min-width: 541px) {
    .sp {
      display: none;
    }
  }
  
  @media screen and (max-width: 540px) {
    .pc {
      display: none;
    }
  }
  
  @media screen and (min-width: 769px) {
    .tb {
      display: none;
    }
  }
  
  @media screen and (max-width: 768px) {
    .nb {
      display: none;
    }
  }
  
  @media screen and (min-width: 321px) {
    .mn {
      display: none;
    }
  }

section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}


#header{
	text-align: center;
}

#header h1{
	padding-top: 20px;
}


#mainnav a{
	color: #000;
}

#mainImg{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
  position: absolute;
  left: 50%;
  max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}

img{
	max-width: 100%;
	height: auto;
}


section{
	clear:both;
	padding-top: 70px;
  margin-bottom: 100px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 30px;
	font-weight:normal;
	text-align: center;
}


section h2 span {
	background: #fff;
	padding: 0 80px;
    font-size: 50px;
}


.line {
    height: 3px;
    background-color: #000; /* 青色 */
    margin: 10px 600px 50px 600px;
    border-radius: 2px;
  }
  

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.inners{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
    font-size: 15px;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 0px;
}

/*社長挨拶*/
main {
    max-width: 800px;
    margin: 40px auto;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
main h1 {
    margin-top: 0;
    font-size: 2em;
    border-left: 6px solid #003366;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  
  .president-info {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  
  .president-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
  }
  
  .president-name {
    font-size: 1.2em;
    font-weight: bold;
  }

  /*map表示*/
  
#sec05{
	padding-top: 0px;
}


.title{
    text-align: center;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
  
  

  /*フッターCSS*/
  .footer {
    background-color: #c5b69c;
    color: white;
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .footer .left {
    max-width: 400px;
  }
  
  .footer .logo {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .footer .logo .orange {
    color: #ff6c2c;
  }
  
  .footer .tagline {
    margin-bottom: 20px;
    font-size: 16px;
  }
  
  .footer .address {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .footer .right ul {
    list-style: none;
    padding: 40px;
    margin: 10px;
  }
  
  .footer .right ul li {
    margin-bottom: 10px;
  }
  
  .footer .right ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
  }
  
  .footer .right ul li a:hover {
    text-decoration: underline;
  }
  
  .copyright {
    background-color: #c5b69c;
    color: white;
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
  }

  /*businessの部分 */
  .business-section {
    padding: 40px 0px;
    margin: 0 0 -75px -100px;
  }

  .business-header {
    position: relative;
    display: inline-block;
  }

  .business-header .en {
    font-family: cursive;
    color: #f57c00;
    font-size: 64px;
  }

  .business-header .jp {
    position: absolute;
    bottom: 0;
    left: 100%;
    white-space: nowrap;
    font-size: 28px;
    color: #333;
    margin-left: 250px;
    padding: 0;
  }


 

  /* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    background: #f6f6f6;
  }
  
  /* 2つ目だけ左右反転 */
  #sec02_02 {
    flex-direction: row-reverse;
  }

  /* 画像側 */
  .bg {
    flex: 1;
    line-height: 0;
    overflow: hidden;
    min-width: 300px;
    height: 400px;
  }
  
  .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* テキスト側 */
  .txt {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* padding なしで端を合わせる */
  }
  
  /* テキストの中身にだけ余白 */
  .vMid {
    padding: 60px 20px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  
  /* h2＋横線 */
  .vMid h2 {
    font-size: 22px;        
    margin: 30px 120px;
    position: relative;
    white-space: nowrap;     /* 折り返しを防ぐ */
  }
  
  
  .vMid h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    margin: 10px auto 20px;
  }

/*btn*/
    .button-container {
      text-align: left;
      margin: 80px 0;
      margin-left: 250px;
    }

    .btn {
      background-color: #2563eb; /* 青 */
      color: white;
      font-weight: bold;
      padding: 12px 24px;
      border-radius: 8px;
      text-decoration: none;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-block;
    }

    .btn:hover {
      background-color: #1d4ed8;
      transform: scale(1.05);
    }


/*message*/
  
 .post * {
	color: #333;
	font-size: 16px;
	line-height: 1.15;
}

h1 {
	margin: 30px 0;
	font-size: 25px;
	text-align: center;
}

form {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

label {
	margin-bottom: 3px;
	text-align: left;
	display: block;
}

label span {
	padding-left: 5px;
	color: red;
}

input:not(input[type="submit"]) {
	width: 100%;
	margin-bottom: 25px;
	padding: 7px 7px;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: left;
	display: block;
}

textarea {
	width: 100%;
	margin-bottom: 25px;
	padding: 7px 7px;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: left;
	display: block;
}

input[type="submit"] {
	margin: 20px;
	padding: 10px 15px;
	background-color: #EEE;
	border: 1px solid #BBB;
	border-radius: 5px;
	display: inline-block;
}

.post p:not(.complete) {
	width: 100%;
	min-height: calc(1em * 1.15 + 7px * 2 + 2px);
	margin-bottom: 25px;
	padding: 7px 7px;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: left;
	display: block;
}
.complete {
	text-align: center;
}













/*メディアクエリ*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
    a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 45px 10px 20px;
		font-size: 14px;
		font-weight: 300;
	}
	
    #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
  /*.business-header .jp{
    margin-left: 80px;
  }*/
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .business-header .en {
    font-size: 60px;
    text-align: center;
  }

  .business-header .jp {
    font-size: 30px;
    text-align: center;
    width: 100%;   /* ← 中央揃えに必要！ */
    margin: 0 auto;
    display: block;
  }

  .business-header {
    padding-left: 6vw;
  }

  .button-container {
    margin-left: 40px;
  }

  .wrap {
        flex-direction: column !important; /* rowやrow-reverseを強制解除して縦並びに */
        margin-bottom: 40px;
        background: none !important;
    }

      .bg, .txt {
        width: 100%;
      }

      .wrap .bg img {
        margin-bottom: 20px;
      }

      .bg img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 20px;
        padding-top: 20px;
        background-color: #fff;
      }
    
      .txt h2 {
        position: relative;
        padding-left: 20px;
        border: none; /* 元の線を削除 */
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: left;
      }

      .txt h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50px;
        width: 4px;
        height: 30px; /* ← この高さで短く調整 */
        background-color: #f57c00;
      }

      .txt h2::after {
        display: none !important;
      }
    
      .vMid {
        padding: 20px; /* スマホ用に余白調整 */
        text-align: left;
      }
    
      .vMid h2 {
        margin: 0 0 10px;
        font-size: 20px;
      }
    
      .vMid h2::after {
        margin: 10px 0 20px;
      }

      .vMid p {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
      }
}




@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){

    .wrap {
        flex-direction: column !important; /* rowやrow-reverseを強制解除して縦並びに */
        margin-bottom: 40px;
        background: none !important;
    }

      .bg, .txt {
        width: 100%;
      }

      .wrap .bg img {
        margin-bottom: 20px;
      }

      .bg img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 20px;
        padding-top: 20px;
        background-color: #fff;
      }
    
      .txt h2 {
        position: relative;
        padding-left: 20px;
        border: none; /* 元の線を削除 */
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: left;
      }

      .txt h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50px;
        width: 4px;
        height: 30px; /* ← この高さで短く調整 */
        background-color: #f57c00;
      }

      .txt h2::after {
        display: none !important;
      }
    
      .vMid {
        padding: 20px; /* スマホ用に余白調整 */
        text-align: left;
      }
    
      .vMid h2 {
        margin: 0 0 10px;
        font-size: 20px;
      }
    
      .vMid h2::after {
        margin: 10px 0 20px;
      }

      .vMid p {
        font-size: 16px;
        line-height: 1.8;
        text-align: left;
      }
    
      .inners,
      .innerS {
        font-size: 16px;
        line-height: 1.8;
        width: 94%;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0 20px;
      }

      .business-section {
        display: flex;
        align-items: center;      /* 縦方向中央 */
        justify-content: center;  /* 横方向中央 */
      }

      /* 中のテキストを縦並び＋中央揃え */
      .business-header {
        text-align: center;
      }

      /* 英語見出し */
      .business-header .en {
        font-size: 50px;
        font-family: cursive;
        color: #f57c00;
        display: block;
        margin-bottom: 10px;
        border-bottom: #000;
      }

      /* 日本語見出し */
      .business-header .jp {
        font-size: 18px;
        color: #333;
        display: block;
        margin-left: -100px;
      }





      /*.business-header {
        text-align: center;
        padding-left: 100px; /* 余白を追加（お好みで調整） *
        margin-bottom: 20px;
      }

      .business-header .en {
        font-size: 50px;
        font-family: 'cursive';
        color: #f57c00;
        display: block;
        margin-bottom: 5px;
        line-height: 1.2;
      }

      .business-header .jp {
        display: block;
        font-size: 18px;
        color: #333;
        margin: 0;
      }*/

      a#menu{
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 10px;
	    }

	    #menuBtn{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #fff;
        transition: .2s;
	    }

	    #menuBtn:before, #menuBtn:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 2px;
        background: #fff;
        transition: .3s;
	    }

	    #menuBtn:before{
  	    margin-top: -7px;
	    }

	    #menuBtn:after{
  	    margin-top: 5px;
	    }

	    a#menu .close{
  	    background: transparent;
	    }

      a#menu .close:before, a#menu .close:after{
        margin-top: 0;
      }

      a#menu .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
      }

      a#menu .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
      }

      .panel{
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: 0;
        z-index: 100;
      }

      .panel.open {
          display: block;
      }
        
      #mainnav{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        text-align: right;
        z-index:500;
      }

      #mainnav ul{
        border-bottom: 1px solid #ccc;
        background: #fff;
        text-align: left;
      }

      #mainnav li a{
        position: relative;
        display:block;
        padding:15px 25px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-weight: 400;
      }

      #mainnav li a:before{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }

      .col3 li{
        margin: 0 auto;
        display: block;
          max-width: 288px;
      }

      #mainImg {
        height: auto;
        padding-top: 10px;
      }
    
      #mainImg img {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
      }
    
      /* VISION・MISSIONタイトル調整 */
      section h2 span {
        font-size: 26px;
        padding: 0 10px;
        display: inline-block;
        border-bottom: 2px solid #ccc;
        line-height: 1.4;
      }
    
      section h2 {
        font-size: 20px;
        margin-bottom: 15px;
      }
    
      .line {
        margin: 20px auto;
        width: 60%;
        margin-bottom: 40px;
      }
    
      /* 余白の再整理 */
      section {
        padding: 30px 0;
        margin: 0;
      }
    
      body {
        font-size: 16px;
        line-height: 1.6;
        padding: 0 10px;
      }

      .button-container {
      text-align: center;
      margin: 80px 0;
    }

    .btn {
      background-color: #2563eb;
      color: white;
      font-weight: bold;
      padding: 12px 24px;
      border-radius: 8px;
      text-decoration: none;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-block;
    }

    .btn:hover {
      background-color: #1d4ed8;
      transform: scale(1.05);
    }

 
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}

/* レスポンシブ対応：スマホ画面向け */
        @media screen and (max-width: 600px) {
            .footer .right ul {
                padding: 20px;
                margin: 0;
            }

            .footer .right ul li a {
                font-size: 14px;
                white-space: nowrap; /* ←これが改行を防ぐポイント */
            }
        }