@charset "utf-8";
/* コーポレートカラー #a2c7c9
文字 #6b584b
アクセントカラー #07575b 
薄い緑 #dae9e9
ピンク　#c9a3b4
補色　#c9a5a3*/

/* リセット */
body,h1,h2,h3,h4,p,ul,dl,dd{
    margin: 0;
    padding: 0;
    list-style: none;
}

img{
    vertical-align: bottom;
}

a{
    text-decoration: none;
}

/* 全体へ */
*{
    box-sizing: border-box;
}

body{
    font-size: 16px;
    line-height: 1.5;
    font-family: YuGothic,"Yu Gothic",Arial,sans-serif;
    font-weight: 500;
    color:#6b584b;
    background-color: #fff;
}

.bg-corporate{
    background-color: #a2c7c9;
}

/* 幅 */
.inner-1{
    width: auto;
    margin: 0 auto;
    max-width: 960px;
}

.inner-2{
    width: 320px;
    margin: 0 auto;
}

.inner-3{
    width: 80%;
    margin: 0 auto;
}

/* 横並び */
.flex{
    display: flex;
}

.space-around{
    justify-content: space-around;
}

.space-between{
    justify-content: space-between;
}

.flex-start{
    justify-content: flex-start;
}

.flex-end{
    justify-content: flex-end;
}

/* ヘッダー */
header{
    padding: 10px 0;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:3;
}

header .small{
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding: 0 1em;
}

header .flex-start{
    align-items: flex-end;
}

header .space-between{
    align-items: center;
}

header .nav{
    width: 70%;
}

header .nav li{
    width: 15%;
    height: 2.4em;
    border-left: 1px solid rgba(255,255,255,0.5);
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

header .nav ul li:last-child{
    border-right: 1px solid rgba(255,255,255,0.5);
}

header .nav ul li a{
    display: block;
    width: 100%;
    height:100%;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    transition: text-shadow 0.5s;
}

header .nav ul li a:hover{
    text-shadow: 0 0 2px #fff;
}

header .nav ul li:first-child a{
    line-height: 2.4;
}

header .nav ul li:first-child {
    line-height: 2.4;
}
/* カレントの時 */

header .nav ul li:last-child a{
    line-height: 2.4;
}

header .nav ul li:last-child{
    line-height: 2.4;
}
/* カレントの時 */

/* フッター・ハンバーガーナビゲーションも共通 */
.current{
    color: #fff;
    font-weight: bold;
    background-color: rgba(255,255,255,0.3); 
}

/* 滑り込み */
.top-margin{
 margin-top: 100px;
}

/* フッター */
.footer-logo{
    text-align: center;
    margin: 0 auto 20px;
}

footer ul{
    flex-wrap: wrap;
    margin-bottom: 10px;
}

footer nav li{
    width: 50%;
    height: 2.4em;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    line-height: 2.4;
}

footer nav ul li:nth-of-type(odd){
    border-right: 1px solid rgba(255,255,255,0.5);
}

footer nav ul li a{
    display: block;
    width: 100%;
    height:100%;
    line-height: 2.4;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    transition: text-shadow 0.5s;
}

footer nav ul .lineheight-1 a{
    line-height: 1.2;
}

footer nav ul .lineheight-1{
    line-height: 1.2;
}


footer nav ul li a:hover{
    text-shadow: 0 0 2px #fff;
}

.icon{
    justify-content: center;
}

.icon p{
    margin: 25px;
}

.icon p a{
    transition: opacity 0.5s;
}

.icon p a:hover{
    opacity: 0.5;
}

.copyright{
    text-align: center;
}

.copyright small{
    color: #fff;
    font-size: 12px;
    line-height: 2;
    padding: 5px;
}

/* コンタクトバー */
.contact-bar{
    position: fixed;
    bottom:20px;
    right:0;
    z-index: 2;
    text-align: center;
}

.contact-bar a{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(180deg,#a2c7c9 0%,#07575b 40%);
    border-radius: 16px 0 0 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    transition: text-shadow 0.5s;
}

.contact-bar a::after{
    content: "▲";
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 20px;
}

.contact-bar a:hover{
    text-shadow: 0 0px 3px #fff;
}

/* 見出し */
/* h2 */
h2{
    font-size: 24px;
    line-height: 1;
    width: max-content;
    margin: 0 auto 20px;
    position: relative;
}

h2::after{
    content:"";
    display: block;
    width: 100%;
    height:3px;
    position: absolute;
    bottom: -1px;
    left:12px;
    background-color: #a2c7c9;
}

h3{
    font-size: 16px;
}

/*more・ctaボタン */
.more-btn{
    text-align: right;
}

.more-btn a{
    background-color: #a2c7c9;
    color: #fff;
    text-shadow:  1px 2px 2px rgba(0,0,0,0.3);
    display: inline-block;
    line-height: 2;
    font-size: 16px; 
    border-radius: 16px;
    box-shadow:1px 3px 3px rgba(0,0,0,0.3);
    text-align: center;
    padding: 0 20px;
    margin-right: 5%;
    margin-bottom: 30px;
    transition: text-shadow 0.5s;
}

.more-btn a:hover{
    text-shadow: 0 0px 3px #fff;
    text-decoration: underline;
}

.cta-btn{
    text-align: center;
}

.cta-btn a{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 20px 30px;
    background: linear-gradient(180deg,#a2c7c9 0%,#07575b 40%);
    border-radius: 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    transition: text-shadow 0.5s;
    text-align: center;
}

.cta-btn a:hover{
    text-shadow: 0 0px 3px #fff;
}

.cta-btn a::after{
    content: "▲";
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 20px;
}

/* マップ */
.map{
    border: 1px solid #a2c7c9;
}

/* ハンバーガーボタン */
.hamburger-btn{
    position: fixed;
    top: 15px;
    right: 10px;
	background-color:transparent;
	cursor: pointer;
    width: 50px;
    height:40px;
    z-index: 3;
}

.hamburger-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    z-index: 3;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
	background-color: #fff;
}

.hamburger-btn span:nth-of-type(1) {
	top:0%;	
}

.hamburger-btn span:nth-of-type(2) {
	top:50%;
}

.hamburger-btn span:nth-of-type(3) {
	top:100%;
}

.hamburger-btn.active span:nth-of-type(1) {
    top: 50%;
    transform:  rotate(45deg);
}

.hamburger-btn.active span:nth-of-type(2) {
	opacity: 0;
}

.hamburger-btn.active span:nth-of-type(3){
    top: 50%;
    transform: rotate(-45deg);
}


/* ハンバーガーオープン時のナビゲーション */
.hamburger-nav{
    background-color: rgba(7, 87, 91,0.9);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 70px;
    z-index: 2;
    overflow: auto;
    display: none;
}

.hamburger-nav ul{
    width: 100%;
    text-align: center;
}

.hamburger-nav ul li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff;
}

.hamburger-nav ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3;
    transition: text-shadow 0.5s;
}

.hamburger-nav ul li a:hover{
    text-shadow: 0 0 2px #fff;
    
}

.hamburger-nav ul .current{
    color: #fff;
    font-weight: bold;
    line-height: 3;
    background-color: rgba(255,255,255,0.3); 
}

.hamburger-nav.active{
    display: block;
}


/* ★ fadeUpアニメ */

@keyframes fadeUp{
    0%{
        transform: translateY(30px);
        opacity: 0;
    }

    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeUpActive{
    animation:fadeUp 1s ease forwards;
}

/* 1個ずつタイミングをずらすなら・・・↓ */
.delay-1{
    animation-delay: 0s;
}

.delay-2{
    animation-delay: 0.2s;
}

.delay-3{
    animation-delay: 0.4s;
}

.delay-4{
    animation-delay: 0.4s;
}

/* ゆらゆら */
@keyframes yurayura{
    0%{
        transform: rotate(10deg);
    }

    50%{
        transform: rotate(-10deg);
    }

    100%{
        transform: rotate(10deg);
    }
}

.maru{
    animation: yurayura 1.5s linear infinite;
}

/* フェードインアニメ */
@keyframes fadeInAnime-1{
    0% {
      opacity: 0;
      transform: translateX(-200px);
    }
  
    100%{
        opacity: 1;
        transform: translateX(0);
    }
  }

  .fadeInAnime-1{
        animation: fadeInAnime-1 2s ease forwards;
  }

/* レスポンシブ */
/* -----------------------------------------
  ハンバーガーボタンを非表示
----------------------------------------- */
.hamburger-btn{
    display: none;
}

/* -----------------------------------------
  ここから960px以下の画面に向けた記述
----------------------------------------- */
@media screen and (max-width:960px){
    .hamburger-btn{
        display: block;
    }

    .nav{
        display: none;
    }

    .inner-1{
        width: 90%;
        margin: 0 auto;
    }
   
    .column-1{
        flex-direction: column;
        align-items: center;
    }

}

/* -----------------------------------------
  ここから768px以下の画面に向けた記述
----------------------------------------- */
@media screen and (max-width:768px){
    h2{
        font-size: 20px;
    }
    
    .column-2{
        flex-direction: column;
        align-items: center;
    }

    .inner-3{
        width: 100%;
        margin: 0 auto;
    }

}

/* -----------------------------------------
  ここから660px以下の画面に向けた記述
  コンタクトバーと重なるため
----------------------------------------- */
@media screen and (max-width:660px){
    .icon{
        margin-bottom: 50px;
    }
}