@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;
  }
}

/*ここから追加*/
section.sec {
    font-size: 15px;
    line-height: 22.5px;
}

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

.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;
}

.cardLayoutBox {
    box-shadow:0 1px 2px rgb( 0 0 24 /16%);
    border-radius:4px;
    background:#fff;
    border:0.5px solid #eee;
    position: relative;
}
.cardLayoutBox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    background:none !important;
}
.cardLayoutBox:hover {
	opacity:.8 !important;
}

.cardTitle-head{
    font-weight:bold;
    font-size:15px;
}

.cardLayoutBox p{
    margin:20px;
}

.cardTitle-text{
    text-align: left;
    font-size:15px;
}

.cardLayoutBox img{
    display:block;
    width:90%;
    height:auto;
    margin:20px auto;
}

.cardLayout-wrap{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}

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{
    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;
}

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

@media screen and (min-width:768px){
    .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:46px;
        line-height: 69px;
        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;
    }

    .company_brandBox{
      font-size: 16px;
    }


    .cardLayout-wrap{
        max-width: 910px;
    }

    .cardLayoutBox{
        width:calc(100% / 3 - 20px);
        align-items:flex-start;
        margin-bottom:20px;
    }
    
    .button-text{
        width:530px;
        margin:40px auto 56px;
        font-size:32px;
        padding:20px;
     }
    .company_brandBox p{
    padding-bottom:10px;
    }

}

@media screen and (max-width:767px){
    .TitleTextBox{
        margin:0 0 30px 0;
    }

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

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

    
    .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; 
    }

    .cardLayout-wrap{
        max-width: 767px;
        }

    .cardLayoutBox{
        margin:0 0 1em;
        width:calc(100% / 2 - 4px);
        }

    .cardLayoutBox p{
        margin:8px;
    }

    .button-text{
        width:80%;
        margin:20px auto 30px;
        padding:20px;
    }
#contents .button-text span {font-size:16px;}

}


.activity_report {
  margin:30px auto;
  width:600px;  
  padding:0 10px 40px;
  background: #ffffff;
  border: 1px solid #cecccd;
  overflow:hidden;
}

.report_box {
  width:600px;  
  max-height:200px;
  padding-bottom: 10px;
  background: #ffffff;
  margin: 20px auto;
}

.report_box .report_scroll{
  overflow:auto;
  overflow-y:scroll;
}

.report_box .report__title {
 text-align:center;
 padding:5px 0;
 font-weght:bold;
 font-size: 20px;
 border-bottom: 2px solid #d8e2e9;
 color: #005d89;
}

.report_box .day {
 font-size:16px;
 color: #808080;
 padding-bottom:3px;
}

.report_box .text {
 font-size:18px;
 font-weght:bold;
 padding:8px 0 3px;
 margin-bottom:10px;
 border-bottom: 1px solid #cecccd;
}



/* カルーセル用 */

.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: 370px;}
}

.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;
    padding-top:30px;
}
