@charset "UTF-8";
/* ==========================================================================
//
// COMMON
//
========================================================================== */
/* color変数
---------------------------------------------------------- */
:root {
  --gray: #333;
  --gray-light: #787878;
  --color-c-primary: #ff829f; /* ピンク */
  --color-c-primary-hov: #ff96aa; /* ピンクhover */
  --color-c-secondary: #f64077; /* 濃いピンク */
  --color-c-secondary-hov: #ff648c; /* 濃いピンクhover */
  --light: #fee0e4; /* 淡いピンク */
  --light-mid:#fdecf2; /* 淡いピンク２ */
}

.c-primary{
  color: var(--color-c-primary); /* ピンク */
}
.c-secondary{
  color: var(--color-c-secondary); /* 濃いピンク */
}
.c-light{
  color: var(--lighht); /* 淡いピンク */
}

/* BASE
---------------------------------------------------------- */
body,html{
  font-size: 16px;
  height: 100%;

}
body{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro" ,"メイリオ" ,"Meiryo" , sans-serif;
  -webkit-text-size-adjust: 100%;
  color: var(--gray);
}
*, *:before, *:after {
  box-sizing: border-box;
}
p{
  line-height: 1.8;
  margin-bottom: 1rem;
}
a{
  color: var(--gray);
}
a:hover{
  color: var(--gray-light);
}
a[href^="tel:"] {
  cursor: default;
}
img {
  max-width: 100%;
  height: auto;
}

input[type="text"] {
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.relative{
  position: relative;
}

/* clearfix
---------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* webfont
---------------------------------------------------------- */
/* font-family: 'Dancing Script', cursive; */
/* @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap'); */

/* @font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
  font-display: swap;
} */

/* ==========================================================================
// HEADER
========================================================================== */
body.is-fixed header{
  background: #fff;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header {
  display: flex;
  height: 140px;
  background-color: #fff;
}

/* mod-list-btn */
header .wrap-top .mod-list-btn,
header .list-btn-fixed .mod-list-btn {
  font-size: 14px;
}
header .wrap-top .mod-list-btn li a{
  display: block;
  padding: 7px 10px;
  width: 140px;
  height: 40px;
  background: #fff;
  transition: 0.15s;
}
header .wrap-top .mod-list-btn li span,
header .list-btn-fixed .mod-list-btn li span{
  text-align: center;
  display: block;
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
}

/* list-btn common */
header .wrap-top .mod-list-btn li a,
header .list-btn-fixed .mod-list-btn li a{
  color: #fff;
}

/* list-home */
header .wrap-top .mod-list-btn .list-home a{
  background:url(../img/list-home.svg) center bottom no-repeat;
  background-size: 100%;
  border: none;
}
header .wrap-top .mod-list-btn .list-home a:hover{
  background:url(../img/list-home-hover.svg) center bottom no-repeat;
  background-size: 100%;
}

/* list-contact */
header .wrap-top .mod-list-btn .list-contact a{
  background:url(../img/list-contact.svg) center bottom no-repeat;
  background-size: 100%;
  border: none;
}
header .wrap-top .mod-list-btn .list-contact a:hover{
  background:url(../img/list-contact-hover.svg) center bottom no-repeat;
  background-size: 100%;
}

/* logo-site */
header .logo-site{
  padding: 35px 0 0;
  margin-left: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9999;
}
@media screen and (max-width:1350px) {
header .logo-site{
  padding: 44px 0 0;
  margin-left: 20px;
}}
@media screen and (max-width: 1270px) {
header .logo-site{
  padding: 50px 0 0;
  margin-left: 20px;
}}

header .logo-site a{
  transition: 0.15s;
}
header .logo-site a:hover{
  opacity: 0.65;
}

header .logo-site img{
  max-width: 350px;
  width: 350px;
}

@media screen and (max-width:1350px) {
header .logo-site img{
  max-width: 280px;
  width: 100%;
}}
@media screen and (max-width: 1270px) {
header .logo-site img {
    max-width: 220px;
    width: 100%;
}}

/* wrap-top */
header .wrap-top{
  position: relative;
  width: 1200px;
  margin: 0 40px 0 auto;
}
header .wrap-top .list-btn{
  position: absolute;
  top: -2px;
  right: 0;
  display: flex;
}
@media screen and (max-width: 480px) {
header .wrap-top .list-btn{
    display: none;
}}

/* nav-pc
---------------------------------------------------------- */
#nav-pc{
}
#nav-pc .nav-main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 0;
  width: 76%;
  margin-left: auto;
}
#nav-pc .nav-main > li{
  text-align: center;
  font-size: 17px;
}
#nav-pc .nav-main > li > a{
  display: flex;
  align-items: center;
  height: 60px;
  color: var(--gray);
  font-weight: bold;
  flex-direction: column;
}
#nav-pc .nav-main > li > a:hover{
  color: var(--gray-light);
}

#nav-pc .nav-main > li > a > span{
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}
#nav-pc .nav-main > li > a > span > img{
  top: 0;
}

#nav-pc .nav-main > li:nth-of-type(1) > a > span > img{
  width: 36px;
}
#nav-pc .nav-main > li:nth-of-type(2) > a > span > img{
  width: 76px;
}
#nav-pc .nav-main > li:nth-of-type(3) > a > span > img{
  width: 67px;
}
#nav-pc .nav-main > li:nth-of-type(4) > a > span > img{
  width: 83px;
}
#nav-pc .nav-main > li:nth-of-type(5) > a > span > img{
  width: 66px;
}
#nav-pc .nav-main > li:nth-of-type(6) > a > span > img{
  width: 55px;
}
#nav-pc .nav-main > li:nth-of-type(7) > a > span > img{
  width: 80px;
}

#nav-pc .nav-main > li > a:hover span{
  position: relative;
  top: -10px;
  transition: 0.15s;
}

/* nav-sp
---------------------------------------------------------- */
#nav-sp{
  display: none;
}

/* list-btn-fixed
---------------------------------------------------------- */
 header .list-btn-fixed{
  display: none !important;
  width: 50px;
  position: fixed;
  right: -1px;
  z-index: 1001;
}


/* ==========================================================================
// contents-wrap (スマホ時横ズレ防止)
========================================================================== */
@media screen and (max-width : 1024px){
	.contents-wrap {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

/* ==========================================================================
// UNDER SECTION (レスポンシブ含む)
========================================================================== */
.under-section{
  background: url('../../assets/img/section-back-horizontal-dark.jpg') repeat;
  position: relative;
  padding: 200px 0 150px;
}
@media screen and (max-width:1024px) {
  .under-section{
    padding: 100px 0;
  }
}
@media screen and (max-width:480px) {
  .under-section{
    padding: 40px 0;
  }
}

.under-section ul li{
  margin-bottom: 100px;
}
.under-section ul li:nth-of-type(even) .btn{
  margin-left: auto;
}

.under-section ul li .btn{
  width: 550px;
  height: 200px;
}
.under-section ul li .btn p{
  position: absolute;
  top: 46%;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
/* テキストごとに微調整 */
.under-section ul li .btn#kangobu p{
  left: 20%;
}
.under-section ul li .btn#kyoiku p{
  left: 23%;
}
.under-section ul li .btn#busho p{
  left: 23%;
}
.under-section ul li .btn#interview p{
  left: 23%;
}
.under-section ul li .btn#fukuri p{
  left: 23%;
}
.under-section ul li .btn#saiyou p{
  left: 23%;
}


@media screen and (max-width:1139px) {
  .under-section ul li .btn{
    width: calc(550px * 0.8);
    height: calc(200px * 0.8);
    margin: auto;
  }
  .under-section ul li .btn p{
    font-size: 22px;
  }}
@media screen and (max-width:956px) {
  .under-section ul li{
    margin-bottom: 60px;
  }
  .under-section ul li .btn{
    width: calc(550px * 0.6);
    height: calc(200px * 0.6);
  }
  .under-section ul li .btn p{
    font-size: 17px;
  }}
@media screen and (max-width:700px) {
  .under-section ul li .btn{
    width: calc(550px * 0.5);
    height: calc(200px * 0.5);
  }
  .under-section ul li .btn p{
    font-size: 14px;
  }}
@media screen and (max-width:590px) {
  .under-section ul li .btn{
    width: calc(550px * 0.4);
    height: calc(200px * 0.4);
  }
  .under-section ul li .btn p{
    font-size: 11px;
  }}
@media screen and (max-width:480px) {
  .under-section ul li{
    margin-bottom: 20px;
  }
  .under-section ul li .btn{
    width: calc(550px * 0.6);
    height: calc(200px * 0.6);
  }
  .under-section ul li .btn p{
    font-size: 16px;
  }
}


/* ==========================================================================
// FOOTER
========================================================================== */
.fotter_spikes {
  position: relative;
}

.fotter_spikes::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0%;
  bottom: 100%;
  z-index: 10;
  display: block;
  height: 65px;
  background-size: 140px 100%;
  background-image: linear-gradient( 335deg, #fff 25%, transparent 25%), linear-gradient( 25deg, #fff 25%, transparent 25%);
}

footer{
  position: relative;
  padding: 45px 0 0;
  background: #fff;
  border-top: 1px solid #fff;
}
@media screen and (max-width:1460px) {
footer{
  padding: 45px 16px 0;
}}

footer .footer-inner{
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 60px;
}
.footer-base-link{
  padding: 20px 0;
  margin-bottom: 50px;
  border-top:dotted 1px var(--gray);
  border-bottom:dotted 1px var(--gray);
}
.footer-base-link a{
  color: var(--color-c-primary);
  font-size: 13px;
  text-align: center;
  display: block;
}
.footer-base-link a:hover{
  color: var(--light);
}

.footer-info-1,
.footer-info-2{
  color: var(--gray);
  font-size: 13px;
  text-align: center;
}
.footer-info-1{
  padding-bottom: 4px;
}
.footer-info-2 {
  padding-bottom: 16px;
}
.footer-info-2 span{
  margin: 0 0.5rem;
}
.copyright{
  color: var(--gray);
  font-size: 13px;
  text-align: center;
  padding-bottom: 30px;
}

/* footer area-nav
---------------------------------------------------------- */
footer .area-nav{
}
footer .area-nav .list-parent{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 70px auto;
  width: 570px;
}
footer .area-nav .list-parent > li{
  padding: 20px 0;
  margin: 0 12px;
}
footer .area-nav .list-parent > li > a{
  font-size: 13px;
  color: var(--gray);
  font-weight: bold;
  transition: 0.15s;
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
}
footer .area-nav .list-parent > li > a:hover{
  color: var(--gray-light);
}
footer .area-nav .list-parent > li > a:before{
  position: absolute;
  left: 0;
  top: 0;
  content: ">";
  display: block;
  color: var(--color-c-primary);
}

/* TOTOP
---------------------------------------------------------- */
footer .btn-cmn-pagetop{
  width:60px;
  height:60px;
  display: block;
  right: 20px;
  z-index: 20;
}


/* 
==========================================================================
// CATEGORY COLOR
========================================================================== */
.cate-news{
  background-color:#f64077;
}


/* ==========================================================================
//
// TABLET & SMARTPHONE
//
========================================================================== */
@media screen and (max-width:1024px) {
  /* ========================================================================
  // COMMON
  ======================================================================== */
  /* Display
  -------------------------------------------------------- */
  .only-tb,
  .only-tb-md,
  .only-tb-sp{
    display: block !important;
  }
  .only-pc{
    display: none !important;
  }

  /* ========================================================================
  // HEADER
  ======================================================================== */
  body.is-fixed .nav-cmn{
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  body.is-fixed header .logo-site,
  body.is-fixed header .mod-list-btn.list-btn{
    display: none;
  }
  
  header {
    display: block;
    height: auto;
  }
  header .wrap-top {
    /* width: auto; */
    width: 100%;
  }
  header .logo-site{
    position: static;
    padding:10px;
    margin-left: 0;
    display: none;
  }
  /* header .logo-site img {
    max-width: 40%;
  } */
  header .logo-site img {
    /* max-width: 40%; */
    max-width: 100%;
    /* width: 280px; */
    width: 260px;
  }

  /* list-btn-fixed
  ---------------------------------------------------------- */
  header .wrap-top .list-btn {
    position: fixed;
    top: 0;
    right: 0;
  }
  header .wrap-top .mod-list-btn li a{
    padding: 0 14px 5px;
    width: 100%;
  }
  header .list-btn-fixed .mod-list-btn li a{
    padding: 12px 0px 11px 13px;
    width: 100%;
  }
  header .wrap-top .mod-list-btn li span{
    font-size: 12px;
    margin-top: 0;
  }
  /* list-home */
  header .wrap-top .mod-list-btn .list-home a{
    border-top:solid 12px var(--color-c-primary);
  }
  header .wrap-top .mod-list-btn .list-home a:hover{
    border-top:solid 12px var(--color-c-primary-hov);
  }
  /* list-contact */
  header .wrap-top .mod-list-btn .list-contact a{
    border-top:solid 12px var(--color-c-secondary);
  }
  header .wrap-top .mod-list-btn .list-contact a:hover{
    border-top:solid 12px var(--color-c-secondary-hov);
  }


  /* list-btn-fixed
  ---------------------------------------------------------- */
  header .list-btn-fixed svg{
    margin:0 0 5px 0;
  }
  header .list-btn-fixed ul{
    padding: 100px 0 0;
  }
  header .list-btn-fixed li{
    width: 100%;
    writing-mode: vertical-rl;
  }
  header .list-btn-fixed li a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px;
  }
  header .list-btn-fixed .mod-list-btn li span{
    font-size: 12px;
    margin-top: 0;
  }
  /* list-home */
  header .list-btn-fixed .mod-list-btn .list-home a{
    background:url(../img/vertical-list-home.svg) center center no-repeat;
    border-right:solid 11px var(--color-c-primary);
  }
  header .list-btn-fixed .mod-list-btn .list-home a:hover{
  }
  /* list-contact */
  header .list-btn-fixed .mod-list-btn .list-contact a{
    background:url(../img/vertical-list-contact.svg) center center no-repeat;
    border-right:solid 11px var(--color-c-secondary);
  }
  header .list-btn-fixed .mod-list-btn .list-contact a:hover{
  }
  
  /* nav-pc
  -------------------------------------------------------- */
  #nav-pc{
    display: none;
  }
  /* nav-sp
  -------------------------------------------------------- */
  /*
  .is-fixed #nav-sp{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow:0px 0px 7px 3px rgba(0,0,0,0.4);
  }
  */
  #nav-sp{
    display: block;
  }
  #nav-sp .nav-sp-bar{
    position: relative;
    display: flex;
    background: var(--color-c-primary);
    align-items: center;
    height: 60px;
    padding: 0 10px;
  }
  #nav-sp .nav-sp-bar .logo{
    display: block;
    width: 75%;
    /* display: none; */ /* SP時スクロールしなくてもロゴ表示 */
  }
  #nav-sp .nav-sp-bar .logo img{
    width: 100%;
    max-width: 250px;
    /* width: 90%; */
  }
  #nav-sp .nav-main{
    display: none;
    background:rgba(246, 64, 119, 0.9);
    font-family: 'NotoSans',sans-serif;
    box-shadow:0px 0px 6px 2px rgba(0,0,0,0.54);
  }
  /* list-main */
  #nav-sp .list-main{
    position: relative;
    max-height: 450px;
  }
  #nav-sp .list-main > li + li{
    border-top: 1px solid #fff;
  }
  #nav-sp .list-main > li > a{
    color: #fff;
    padding: 15px 10px;
  }
  #nav-sp .list-main > li > a{
    display: block;
  }

  /* trigger */
  #nav-sp .trigger-wrap{
    position: absolute;
    right:10px;
    text-align: center;
  }
  #nav-sp .trigger-wrap .txt{
    color: #fff;
    font-size: 12px;
  }
  #nav-sp .trigger {
    position: relative;
    margin: 0 auto;
    width: 30px;
    height: 23px;
    cursor: pointer;
  }
  #nav-sp .trigger span {
    position: absolute;
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  #nav-sp .trigger span:nth-of-type(1) {
    top: 0;
  }
  #nav-sp .trigger span:nth-of-type(2) {
    top: 10px;
  }
  #nav-sp .trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #nav-sp .trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-sp .trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-sp .trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  /* ========================================================================
  // FOOTER
  ======================================================================== */
  /* footer .footer-inner{
    display: block;
  } */

  /* ========================================================================
  // ADD STYLE
  ======================================================================== */

  .title{
    font-size: 24px;
  }

}


/* ==========================================================================
//
// MEDIUM DEVICE (Add)
//
========================================================================== */
@media screen and (max-width:767px) {

/* Display
  -------------------------------------------------------- */
  
  .only-pc,
  .only-pc-tb,
  .only-tb
  {
    display: none !important;
  }

  .only-pc-md
  .only-tb-md,
  .only-md-sp{
    display: block !important;
  }
  

  /* ========================================================================
  // FOOTER
  ======================================================================== */
  footer .area-nav .list-parent{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 70px auto;
    width: 90%;
  }
  
  footer .area-nav .list-parent > li{
    padding: 20px 0;
    /* width: 50%; */
    width: 40%;
  }
  footer .area-nav .list-parent > li:nth-child(even){
    width: 40%;
    /* margin-left: 20px; */
  }
  
  footer .area-nav .list-parent > li > a{
    font-size: 13px;
  }
}


/* ==========================================================================
//
// SMARTPHONE
//
========================================================================== */
@media screen and (max-width:480px) {
  /* ========================================================================
  // COMMON
  ======================================================================== */
  body,html{
    font-size: 14px;
  }
  /* Display
  -------------------------------------------------------- */
  .only-tb,
  .only-pc-tb,
  .only-pc-md{
    display: none !important;
  }
  .only-pc,
  .only-pc-tb,
  .only-tb{
    display: none !important;
  }
  .only-md-sp,
  .only-sp{
    display: block !important;
  }
  /* ========================================================================
  // HEADER
  ======================================================================== */
  header .logo-site{
    padding: 15px 8px;
    display: none; /* SPでは上部のコンテンツを非表示 */
  }
  header .logo-site img{
    width: 100%;
    max-width: 180px;
  }
  header .wrap-top .mod-list-btn li a{
    padding: 0 3px 3px;
    text-align: center;
  }
  /* list-home */
  header .wrap-top .mod-list-btn .list-home a{
    border-top:solid 20px  var(--color-c-primary);
  }
  header .wrap-top .mod-list-btn .list-home a:hover{
    border-top:solid 20px var(--color-c-primary-hov);
  }
  /* list-contact */
  header .wrap-top .mod-list-btn .list-contact a{
    border-top:solid 20px var(--color-c-secondary);
  }
  header .wrap-top .mod-list-btn .list-contact a:hover{
    border-top:solid 20px var(--color-c-secondary-hov);
  }

  header .wrap-top .mod-list-btn li span{
    display: block;
    font-size: 10px;
    padding: 0 5px 5px;
    margin-top: -6px;
  }
  /* ========================================================================
  // FOOTER
  ======================================================================== */
  footer .area-nav .list-parent{
    margin: 20px auto;
  }
}
