@charset 'utf-8';
/* CSS Document */
#textarea{  
    width:600px;  
    margin-left:auto;  
    margin-right:auto;  
    }  
          
.textarea{  
    width:600px;  
    margin-left:auto;  
    margin-right:auto;  
    }  
  
.photo-show {   
  height: 550px; /*表示したい大きさ*/  
    /*margin: 30px auto; /*縦余白は任意*/  
    position: relative;  
    width: 600px; /*表示したい大きさ、height と合わせる*/  
}  
  
/*各画像のアニメーションの合計秒数*/  
.photo-show img {   
    animation: show 20s infinite;  
    -webkit-animation: show 20s infinite;  
    height: auto;  
    max-width: 100%;  
    opacity: 0;  
    position: absolute; /*画像を全て重ねる*/  
}  
  
/*アニメーション*/  
  
@keyframes show {  
    0% {opacity:0}  
    10% {opacity:1}  
    20% {opacity:1}  
    40% {opacity:0}
  }  
  
@-webkit-keyframes show {  
    0% {opacity:0}  
    10% {opacity:1}  
    20% {opacity:1}  
    40% {opacity:0}  
}  
  
/*各画像のアニメーションの開始時間をずらす*/  
  
/*1枚目*/  
.photo-show img:nth-of-type(1) {  
    animation-delay: 0s;  
    -webkit-animation-delay: 0s;  
}  
/*2枚目*/  
.photo-show img:nth-of-type(2) {  
    animation-delay: 6s;  
    -webkit-animation-delay: 6s;  
}  
/*3枚目*/  
.photo-show img:nth-of-type(3) {  
    animation-delay: 12s;  
    -webkit-animation-delay: 12s;  
}


/* メニューをページ下部へ移動 */



/* コンテンツ全体に余白 */
#wrapper.narrow
#contents.clearfix{
  padding: 0 20px !important;
}

/* メニューの横並び */
#brand_container
#sub_area .sub_area_nav ul{
  display: flex;
  flex-wrap:wrap;
}
#brand_container
#sub_area .sub_area_nav ul li{
  width: 20%;
}

#wrapper
#brand_container{
  width: 100%;
}
#wrapper
#brand_container
#sub_area{
  width: 100%;
  position: static !important;
}

.sec
h2.head_def_b_l{
  line-height: 1.5;
  background: #62A7CE;
  color: #fff;
  text-align: left;
  padding: 10px 5px 10px 35px;
  margin-bottom: 15px;
}
h3.head_def_g_l{
  font-size: 180%;
}

#main_contents a:visited {
    color: #6b9ed2;
}
#contents a{
color: #6b9ed2;
}
.index_read{
  margin-bottom: 3em;
  font-size: 110%;
}
.index_read p{
  line-height: 1.5;
}

section.sec
.index_menu li {
margin-bottom: 2em;
}

.head_def_b{
  font-size: 180%;
  padding-top: 1em;
  margin-bottom: 0.5em;
  letter-spacing: -0.05em;
}
ul.flower{
  background: url(../img/bg_flower.png) no-repeat center top;
}
ul.flower p{
font-size: 125%;
}

.index_menu li p.pic{
    width: 130px;
}
p.index_menu_p{
  font-size:125%;
  margin-bottom: 3em;
  line-height: 1.5;
}
ul.index_menu{
  margin-bottom: 8em;
}
#main_contents
a.btn_b_link{
  color: #fff;
  background: linear-gradient(to bottom,#8abedb 0%,#62a7ce 100%);
}
#index_page_2
ul li
a.link_swb::before{
  content: ">";
  color: #fff;
  background: #dcedf8;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
}
#sub_area
ul li
a.link_swb::before{
  content: ">";
  color: #fff;
  background: #dcedf8;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
}
#sub_area
ul li{
  font-size: 95%;
}
#main_contents
a.btn_b_link:visited {
  color: #fff;
  background: linear-gradient(to bottom,#8abedb 0%,#62a7ce 100%);
}
.grp{
  margin-bottom: 4em;
}
.grp p{
  font-size: 110%;
  line-height: 1.5;
}
p.w_line{
  font-size: 110%;
  margin-bottom: 1em;
}
section.index_page_2
ul li{
  margin-bottom: 1em;
  color: #333;
}

#index_page_2
ul li
a.link_swb,
a.link_swb:visited{
  color: #333;
}
#index_page_2 ul{
  font-size: 110%;
}

#main_area
.index_page_2
ul li{
  color: #333;
}
h3.head_def_b,
p.head_def_under{
  margin-bottom: 1em;
}
p.change{
  margin-bottom: 2em;
  background: linear-gradient(to bottom,#8abedb 0%,#62a7ce 100%);
  padding: 5px;
  border-radius: 5px;
  font-size: 110%;
  line-height: 1.5;
  color: #fff;
}
ul.index_menu li
h3.head_def_b,
h3.head_def_b:visited
{
  color: #6b9ed2;
}
h4.flower{
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px){
  #brand_container #sub_area .sub_area_nav{
  display:block;
  }
  span.btn_sub_menu{
  display:none;
  }
}


#main_area
section.company_data_area{
  margin-top: 3em;
}
#main_area
section.company_data_area
.company_data dt {
    font-weight: bold;
    color: #6b9ed2;
    margin: 0.5em;
    font-size: 110%;
}
#main_area
section.company_data_area
.company_data dd {
    margin: 0 0 1.5em 1em;
    font-size: 110%;
    line-height: 1.5;
}
h2.head_def_b_l{
  font-size: 180%;
}

a.btn_more{
    background: linear-gradient(to bottom,#8abedb 0%,#62a7ce 100%);
    padding: 5px;
    border-radius: 5px;
    font-size: 110%;
    line-height: 1.5;
    color: #fff;
    margin: 1em 0;
}
#main_contents a.btn_more:hover,
#main_contents a.btn_more:visited,
#main_contents a.btn_more:link{
  color: #fff;
}
p.change,
a.btn_more{
    background: linear-gradient(to bottom,#8abedb 0%,#62a7ce 100%);
    padding: 5px;
    border-radius: 5px;
    font-size: 110%;
    line-height: 1.5;
    color: #fff;
    margin: 1em 0;
}
#main_contents a.btn_more:hover,
#main_contents a.btn_more:visited,
#main_contents a.btn_more:link{
  color: #fff;
}

/*ここから追加*/
section.sec p {
    padding: 10px;
    
}

p.sec-text-bold {
    font-weight:bold;
}

#contents .title-head{
    color:#6b9ed2;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .title-headGL{
    color:#555;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size:2.2em;
margin-bottom:20px;
}

#contents .TitleTextBox :nth-child(n + 3){
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: left;
    display:block;
    margin: auto;
}

.TitleTextBox{
    border-bottom:1px solid #6b9ed2;
}

.Title-text-box02 {
    display:flex;
    justify-content:center;
    position:relative;
    align-items: center;
}

a.btn_02_a span:before {
    content: '';
    width: 26px;
    height: 26px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
}

a.btn_02_a span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 3px solid #58aee9;
    border-right: 3px solid #58aee9;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -5px;
}

a.btn_02_a:hover span:after {
    border-top: 3px solid #82c3f0;
    border-right: 3px solid #82c3f0;
}

#contents .button-text:hover {
  background-color: #82c3f0;
}

#contents .button-text{
    font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align:left;
    background-color:#58aee9;
    color:#ffffff;
    position: relative;
    border-radius:4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


@media screen and (min-width:768px){
    #contents .sec{
        font-size:16px;
        text-align:center;
        margin-bottom: 56px;
    }
    .TitleTextBox{
        margin:0 0 56px 0;
    }
    
    .Title-text-box02 {
        margin: 0 0 40px 0;
    }

    .Title-text-box02 img{
        width:20%;
        padding:0 10px 0 0;
    }

    .title-img-head{
        color:#6b9ed2;
        font-size:24px;
        padding:10px 0 0 0; 
    }

    .title-head{
        font-size:56px;
        line-height: 84px;
        padding:0 0 40px 0px;
    }

    .TitleTextBox :nth-child(n + 3){
        font-size:32px;
        padding:0 0 20px 0;
        width: 50%;
    }

    
    .TitleTextBox :nth-child(7){
    padding-bottom:56px;
    }

    .text-left{
        text-align:center;
        font-size:49px;
        line-height:73.5px;
        }
    
    .button-text{
        width:47%;
        margin:40px auto 56px;
        font-size:32px;
        padding:20px;
        }
    
    section.sec img{
        margin:auto;
        padding:20px 0px 20px 0px;
    }
        
        
}

@media screen and (max-width:767px){
    #contents .sec{
        text-align:left;
    }
    
    #contents .TitleTextBox{
        margin:0 0 20px 0;
    }

    #contents .title-head{
        font-size:24px;
        line-height: 36px;
        padding:0 0 20px 0;
    }

    #contents .TitleTextBox :nth-child(n + 3){
        font-size:20px;
        padding:0 0 10px 0;
        width: 300px;
    }
    
    #contents .TitleTextBox :nth-child(7){
    padding-bottom:30px;
    }

    .Title-text-box02 {
        margin: 0 0 20px 0;
    }

    .Title-text-box02 img{
        width:40%;
        padding:0 10px 0 0;
    }

    .title-img-head{
        color:#6b9ed2;
        font-size:24px;
        padding:10px 0 0 0; 
    }
    .button-text{
        width:80%;
        margin:20px auto 30px;
        padding:20px;
    }
 #contents .button-text span{
    font-size:18px;
    }

}



/* カルーセル用 */

.carousel {
    width: 600px;
    height: 210px;
    position: relative;
    margin: 30px auto;
  }
  
  .carousel-area {
    /* リスト数×リスト幅を計算してwidth指定してもいいが、汎用性を考慮してjQueryで計算代入する */
    height: 100%;
    position: absolute;
    display: flex;
  }
  
  /* object-fitを使用せずに画像トリミングさせるためにbackgroundで指定 */
  .carousel-list {
    width: 600px;
    height: 20%;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  @media screen and (max-width: 600px) {
    .carousel {
      width: 300px;
      height: calc(300px * 0.5625);
    }
  
    .carousel-list {
      width: 300px;
      height: calc(300px * 0.5625);
      margin-right: 0;
    }
  }
  
  .carousel-list:nth-child(1) {
    background-image: url(./img/hamster.jpg);
  }
  
  .carousel-list:nth-child(2) {
    background-image: url(./img/sheep.jpg);
  }
  
  .carousel-list:nth-child(3) {
    background-image: url(./img/turtle.jpg);
  }
  
  .carousel-list:nth-child(4) {
    background-image: url(./img/bird.jpg);
  }
  
  .carousel-list:nth-child(5) {
    background-image: url(./img/lion.jpg);
  }
  

  
  /*********** スライド送りボタン ***********/
  /* 共有パーツ */
  .arow-wrap {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .arrow-btn {
    width: 48px;
    height: 48px;
    background-color: #58aee9;
    border-radius: 50%;
    transition: .2s;
    border: none;
  }
  
  /* プライマリー入力ディバイスがhoverを使える場合 */
  @media (hover: hover) {
  
    .arrow-btn:focus {
      box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
    }
  
    .arrow-btn:hover {
      background-color: #58aee9;
      box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
    }
  }
  
  /* 左 */
  .arrow-left {
    position: relative;
    display:none;
  }
  
  .arrow-left:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fefefe;
    border-left: 2px solid #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%) rotate(-45deg);
  }
  
  /* 右 */
  .arrow-right {
    position: relative;
    display:none;
  }
  
  .arrow-right:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fefefe;
    border-left: 2px solid #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%) rotate(135deg);
  }
  
  @media screen and (max-width: 600px) {
    .arrow-btn {
      width: 30px;
      height: 30px;
    }
  }
  
  /*********** ページネーション ***********/
  .pagination {
    width: 100px;
    margin: 5% auto 0;
    display: flex;
    justify-content: space-around;
  }
  
  .pagination-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cee5f5;
  }
  
  /* jsでtargetクラスがついたら背景色を変える */
  .pagination-circle.target {
    background-color: #58aee9;
  }
@media screen and (min-width:767px){
#carousel_area {
    overflow: hidden;
    height: 330px;}
}

.title-head_e{
text-align: center;
    font-size: 49px;
    box-sizing: content-box;
color: #6b9ed2;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: block;
    background: none;
}
