@charset "UTF-8";

/* -------------------------------- header */
@media print, screen and (min-width: 900px){
  #header{
    align-items: flex-start;
  }
  #header .head_logo{
    width: 13.5%;
    margin-top: 30px;
    margin-left: 1%;
    flex-shrink: 0;
  }
}



/* -------------------------------- top_mv */
#top_mv{
  position: relative; /*for scroll_down*/
}
#top_mv .swiper-container{
  float: right;
}
@media print, screen and (min-width: 900px){
  #top_mv{
    padding-bottom: 7.5%;
  }
  #top_mv .swiper-container{
    width: 81%;
    border-top-left-radius: 40px;
  }
}
@media screen and (max-width: 899px){
  #top_mv{
    padding-bottom: 13%;
  }
  #top_mv .swiper-container{
    width: 92%;
    margin-top: 60px;
    border-top-left-radius: 20px;
  }
}

/* swiper */
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
  text-align: right;
}
.swiper-pagination-bullet{
  vertical-align: middle;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  border: 2px solid #FF9F38;
  background: none;
}
@media print, screen and (min-width: 900px){
  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
    left: -30px;
  }
  .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
  }
  .swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
  }
}
@media screen and (max-width: 899px){
  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15px;
    left: -15px;
  }
  .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
  .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
  }
}

/* scroll_down */
.scroll_down{
  position: absolute;
}
.scroll_down .txt span{
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #FFFFFF;
}
.scroll_down .txt span::before{
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9F38;
  animation: scroll 2s infinite normal;
}
@media print, screen and (min-width: 900px){
  .scroll_down{
    left: 16%;
    bottom: 80px;
  }
  .scroll_down .txt{
    padding-bottom: 70px;
  }
  .scroll_down .txt span{
    height: 60px;
  }
}
@media screen and (max-width: 899px){
  .scroll_down{
    left: 2%;
    bottom: 50px;
  }
  .scroll_down .txt{
    padding-bottom: 45px;
  }
  .scroll_down .txt span{
    height: 40px;
  }
  .scroll_down .txt img{
    width: 11px;
  }
}
@keyframes scroll{
  0%{
    transform: translateY(-100%)
  }
  15%{
    transform: translateY(-98%)
  }
  85%{
    transform: translateY(98%)
  }
  100%{
    transform: translateY(100%)
  }
}



/* -------------------------------- catch_copy */
#catch_copy .copy_logo{
  text-align: center;
}
@media print, screen and (min-width: 900px){
  #catch_copy{
    padding: 80px 0;
  }
  #catch_copy .copy_logo{
    margin-bottom: 80px;
  }
  #catch_copy .copy_logo img{
    width: 398px;
  }
  #catch_copy .copy_txt{
    font-size: 3rem;
  }
}
@media screen and (max-width: 899px){
  #catch_copy{
    padding: 40px 0;
  }
  #catch_copy .copy_logo{
    margin-bottom: 40px;
  }
  #catch_copy .copy_logo img{
    width: 168px;
  }
  #catch_copy .copy_txt{
    font-size: 1.8rem;
  }
}



/* -------------------------------- about */
#about{
  position: relative;
  background: #F2F2F2;
}
@media print, screen and (min-width: 900px){
  #about{
    padding: 80px 0;
  }
}
@media screen and (max-width: 899px){
  #about{
    padding: 50px 0;
  }
}

/* about_bg */
.about_bg{
  position: relative;
  width: 100%;
}

/* about_lead */
.about_lead{
  position: relative;
  text-align: center;
  z-index: 1;
}
.about_lead .inner{
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
.about_lead .txt{
  font-weight: bold;
}
@media print, screen and (min-width: 900px){
  .about_lead .inner{
    padding: 40px;
  }
  .about_lead .txt{
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 899px){
  .about_lead{
    padding: 0 15px;
  }
  .about_lead .inner{
    padding: 30px 35px;
  }
  .about_lead .txt{
    font-size: 1.8rem;
  }
}

/* clm_2wrap */
#about .clm_2wrap{
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
#about .clm_2wrap .exp_block{
  text-align: center;
  background: #fff;
}
#about .clm_2wrap .exp_block .exp .ttl{
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 23px;
  font-weight: bold;
}
#about .clm_2wrap .exp_block .exp .ttl::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 22px;
  background: url(/common/images/icon_equal_01.svg) repeat-y center top;
  background-size: 12px auto;
}
@media print, screen and (min-width: 900px){
  #about .clm_2wrap .ph_block{
    position: absolute;
    top: 40px;
    left: -40px;
    width: 460px;
  }
  #about .clm_2wrap .exp_block{
    float: right;
    width: 620px;
    padding: 40px 75px;
  }
  #about .clm_2wrap .exp_block .exp + .exp{
    margin-top: 30px;
  }
  #about .clm_2wrap .exp_block .exp img{
    width: 132px;
  }
  #about .clm_2wrap .exp_block .exp .ttl{
    font-size: 2.7rem;
  }
  #about .clm_2wrap .exp_block .exp .txt{
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 899px){
  #about .clm_2wrap .ph_block{
    width: 85%;
  }
  #about .clm_2wrap .exp_block{
    position: relative; /*for layer up*/
    width: 85%;
    margin: -35px auto 0;
    padding: 30px 35px;
  }
  #about .clm_2wrap .exp_block .exp + .exp{
    margin-top: 20px;
  }
  #about .clm_2wrap .exp_block .exp img{
    width: 89px;
  }
  #about .clm_2wrap .exp_block .exp .ttl{
    font-size: 2.4rem;
  }
  #about .clm_2wrap .exp_block .exp .txt{
    font-size: 1.8rem;
  }
}

/* clm_1wrap */
#about .clm_1wrap{
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
#about .clm_1wrap .exp_block{
  position: relative; /*for layer up*/
  max-width: 920px;
  margin-top: -40px;
  background: #fff;
}
#about .clm_1wrap .exp_block .exp .txt{
  font-weight: bold;
}
@media print, screen and (min-width: 900px){
  #about .clm_1wrap{
    margin-top: 70px;
  }
  #about .clm_1wrap .exp_block{
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    text-align: center;
  }
  #about .clm_1wrap .exp_block .exp .txt{
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 899px){
  #about .clm_1wrap{
    margin-top: 50px;
  }
  #about .clm_1wrap .exp_block{
    margin-right: 15px;
    margin-left: 15px;
    padding: 30px 35px;
  }
  #about .clm_1wrap .exp_block .exp .txt{
    font-size: 1.8rem;
  }
}

/* about_jr */
.about_jr{
  position: relative;
  text-align: center;
  z-index: 1;
}
.about_jr .inner{
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
.about_jr .txt{
  font-weight: bold;
}
.about_jr .logo{
  margin-top: 15px;
}
@media print, screen and (min-width: 900px){
  .about_jr{
    margin-top: 70px;
  }
  .about_jr .inner{
    padding: 20px 20px 30px;
  }
  .about_jr .txt{
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 899px){
  .about_jr{
    margin-top: 50px;
    padding: 0 15px;
  }
  .about_jr .inner{
    padding: 17px 10px;
  }
  .about_jr .txt{
    font-size: 1.6rem;
  }
  .about_jr .logo{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}



/* -------------------------------- bg */
/* bg-01 */
.bg-01{
  left: 0;
  bottom: 0;
}
.bg-01 .bg-green{
  z-index: -1;
}
.bg-01 .bg-orange{
  z-index: -2;
}
@media print, screen and (min-width: 900px){
  .bg-01{
    width: 55vw;
    height: 44vw;
  }
  .bg-01 .bg-green{
    top: 0;
    left: 0;
    width: 20.5%;
    height: 70%;
  }
  .bg-01 .bg-orange{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66%;
  }
}
@media screen and (max-width: 899px){
  .bg-01{
    width: 80vw;
    height: 60vw;
  }
  .bg-01 .bg-green{
    bottom: -52%;
    left: 0;
    width: 16%;
    height: 60%;
  }
  .bg-01 .bg-orange{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
  }
}

/* bg-02 */
.bg-02 .bg-red{
  top: 0;
  right: 0;
  width: 80%;
  height: 70%;
  z-index: -2;
}
.bg-02 .bg-sky-blue{
  bottom: -3%;
  left: 0;
  width: 50%;
  height: 50%;
  z-index: -1;
}
@media print, screen and (min-width: 900px){
  .bg-02{
    right: 2vw;
    bottom: -11.5vw;
    width: 18vw;
    height: 17vw;
  }
}
@media screen and (max-width: 899px){
  .bg-02{
    right: 0;
    bottom: -18vw;
    width: 28vw;
    height: 27vw;
  }
}

/* bg-03 */
.bg-03 .bg-yellow{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 900px){
  .bg-03{
    bottom: 3vw;
    left: 0;
    width: 35vw;
    height: 8vw;
  }
}
@media screen and (max-width: 899px){
  .bg-03{
    top: 43vw;
    right: 0;
    width: 27vw;
    height: 40vw;
  }
}

/* bg-04 */
.bg-04 .bg-purple{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 900px){
  .bg-04{
    top: -18vw;
    right: 4vw;
    width: 35vw;
    height: 24vw;
  }
}
@media screen and (max-width: 899px){
  .bg-04{
    top: -40vw;
    left: 0;
    width: 82vw;
    height: 72vw;
  }
}

/* bg-05 */
.bg-05 .bg-blue{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 900px){
  .bg-05{
    top: -10vw;
    left: 0;
    width: 12vw;
    height: 13.5vw;
  }
}
@media screen and (max-width: 899px){
  .bg-05{
    top: -5vw;
    left: 0;
    width: 27vw;
    height: 45vw;
  }
}

/* news */
#about .news {
  position: relative;
  z-index: 1;
}

#about .news .inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

@media print, screen and (min-width: 900px) {
  #about .news {
    margin-bottom: 70px;
  }

  #about .news .inner {
    padding: 35px 40px 40px;
  }
  
  #about .news .ttl {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }
  
  #about .news_list {
    overflow: auto;
    padding-right: 25px;
  }
  
  #about .news_list>a {
    text-decoration: none;
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.6rem;
  }
  
  #about .news_list>a:first-child {
    border-top: 1px solid #CCCCCC;
  }
  
  #about .news_list .date {
    min-width: 100px;
    letter-spacing: 0;
  }
  
  #about .news_list .txt {
    font-weight: bold;
    letter-spacing: 1.8px;
  }
  
  #about .news_list>a.disable {
    pointer-events: none;
  }
  
  #about .news_list>a:not(.disable) .txt {
    text-decoration: underline;
  }
  
  #about .news_list>a.pdf .txt::after {
    content: '';
    display: inline-flex;
    height: 18px;
    width: 18px;
    background: url(../images/ico_pdf.png) center center no-repeat;
    background-size: contain;
    transform: translateY(2px);
    margin-left: 3px;
  }
  
  #about .news_list>a.link .txt::after {
    content: '';
    display: inline-flex;
    height: 10px;
    width: 10px;
    border-top: 2px solid #FF9F38;
    border-right: 2px solid #FF9F38;
    transform: rotate(45deg);
    margin-left: 3px;
  }
  
  #about .news_list>a.pdf:hover .txt,
  #about .news_list>a.link:hover .txt {
    color: #FF9F38;
    transition: 200ms;
  }

  #about .news_list::-webkit-scrollbar {
    width: 6px;
    background: #E9E9E9;
    border-radius: 4px;
  }
  
  #about .news_list::-webkit-scrollbar-thumb {
    background: #FF9F38; 
    border-radius: 4px;
  }
}
@media screen and (max-width: 899px){
  #about .news {
    margin-bottom: 50px;
    padding: 0 15px;
  }

  #about .news .inner {
    padding: 27px 30px;
  }
  
  #about .news .ttl {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
  }
  
  #about .news_list {
    overflow: auto;
    padding-right: 10px;
  }
  
  #about .news_list>a {
    text-decoration: none;
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.6rem;
  }
  
  #about .news_list>a:first-child {
    border-top: 1px solid #CCCCCC;
  }
  
  #about .news_list .date {
    min-width: 100px;
    letter-spacing: 0;
    margin-bottom: 7px;
  }
  
  #about .news_list .txt {
    font-weight: bold;
    letter-spacing: 1.8px;
  }
  
  #about .news_list>a.disable {
    pointer-events: none;
  }
  
  #about .news_list>a:not(.disable) .txt {
    text-decoration: underline;
  }
  
  /* #about .news_list>a.pdf .ico {
    display: inline-flex;
    margin-left: 8px;
    max-width: 18px;
  } */
  
  #about .news_list>a.pdf .txt::after {
    content: '';
    display: inline-flex;
    height: 18px;
    width: 18px;
    background: url(../images/ico_pdf.png) center center no-repeat;
    background-size: contain;
    transform: translateY(2px);
    margin-left: 3px;
  }
  
  #about .news_list>a.link .txt::after {
    content: '';
    display: inline-flex;
    height: 10px;
    width: 10px;
    border-top: 2px solid #FF9F38;
    border-right: 2px solid #FF9F38;
    transform: rotate(45deg);
    margin-left: 3px;
  }

  #about .news_list::-webkit-scrollbar {
    width: 6px;
    background: #E9E9E9;
    border-radius: 4px;
  }
  
  #about .news_list::-webkit-scrollbar-thumb {
    background: #FF9F38; 
    border-radius: 4px;
  }
}