@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Teko");
/* //コンテンツ
$header_width:310px; */
/* $border_radius:4px; */
/* $bar-style: solid; 
$cbar-size: 1px;
$cbar-color: #fff; */
/* ブレイクポイント */
/* inner*/
/*見出し大*/
/*見出し中*/
/* @mixin mdltxt($weight:bold,$center:center) {
   font-size:24px;
   font-weight:$weight;
   text-align: $center;
}  */
/*見出し小*/
/* @mixin sabtxt($weight:bold,$center:center) {
   font-size:24px;
   font-weight:$weight;
   text-align: $center;
}  */
/* セクション */
/*--- マージン ---*/
/*--- パディング ---*/
/* flex */
/* 背景 */
/*absolute*/
/*-------------------------
 @include mixin.mq(var.$sm){
        display:none;
  }
@include mixin.mq(var.$ks){}
@include mixin.mq(var.$xs){}

@include mixin.flex;

---------------------------*/
/*--------------------------------
幅,囲い要素
----------------------------------*/
#wrapper {
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
  min-height: 100vh;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  background: #FFF;
  right: 0;
  overflow: hidden;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 639px) {
  #wrapper {
    min-width: initial;
  }
}

#wrapper, #container, footer {
  font-family: "Noto Sans JP", sans-serif;
}

header,
footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
    margin: auto;
    padding: 2%;
  }
}

main {
  margin-top: 4.375rem; /* 70px */
}

main:not(.main_front), .page_container {
  margin-top: 40px;
}
.sec {
  margin-top: 160px;
}
@media screen and (max-width: 639px) {
  .sec {
    margin-top: 100px;
  }
}

/*--------------------------------
文字サイズ・見出し
----------------------------------*/
.main_mds, h2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 639px) {
  .main_mds, h2 {
    font-size: 1.5rem;
  }
}
.main_mds span, h2 span {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  display: block;
  color: #3CB8EC;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

/*--------------------------------
フッター
----------------------------------*/
/* footer:not(.ft_front){
  margin-top: 90px;
  @include mixin.mq(var.$sm){
      padding: 80px 0 40px 0;
   }
}
 */
/*--------------------------------
ボタン
----------------------------------*/
.common_btn {
  font-weight: bold;
  max-width: 280px;
  padding: 1.1rem 2rem 1.2rem 2rem;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  /*   &::before{
         position: absolute;
         content:"";
          background-image: url(../img/arrow_w.svg);
          background-size: cover;
          background-repeat: no-repeat;
          display: block;
          top:0;
          bottom:0;
          margin: auto;
          width: 48px;
          height: 8px;
          right: -2rem;
    } */
}
@media screen and (max-width: 639px) {
  .common_btn {
    max-width: 80%;
    font-size: 14px;
    padding: 0.8rem 2rem 1rem 2rem;
  }
}
.common_btn .common_btn_stxt {
  font-size: 12px;
  display: block;
  line-height: 1.25;
}
.common_btn .common_btn_icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 1rem;
  right: 1.8rem;
}

/*-------------------------------------
その他共通パーツ
--------------------------------------*/
/*-- (トップボタン) --*/
#go_top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 99;
}
@media screen and (max-width: 639px) {
  #go_top {
    right: 10px;
    width: 2.4rem;
  }
}

/*-------------------------------------
ぱんくず
--------------------------------------*/
#breadcrumb {
  margin: 20px auto;
  font-size: 14px;
  color: #939393;
}
@media screen and (max-width: 639px) {
  #breadcrumb {
    font-size: 12px;
  }
}
#breadcrumb a {
  color: #939393;
  display: inline-block;
}

/**************************** 付与class名一覧 ****************************/
/*---------------------------------------------
表示非表示
----------------------------------------------*/
.pc {
  display: block !important;
}

/* .tb{
  display: none !important;
}
.tb_vist{
  display: none !important;
} */
.sp {
  display: none !important;
}

/* @media screen and (max-width:1240px) {
  .tb{display: block !important;}
} */
/* @media screen and(max-width: px) and (min-width: px){
  .tb_vist{
    display: block !important;
  }
} */
@media screen and (max-width: 639px) {
  .sp {
    display: block !important;
  }
  /*  .tb{
     display: none !important;
   } */
  /*   .tb_visit{
      display: none !important;
    } */
  .pc {
    display: none !important;
  }
}
/*------------------------------------------*
* ブロックスタイル
*------------------------------------------*/
li {
  list-style: none;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.vertical-bottom {
  vertical-align: bottom;
}

/*------------------------------------------*
* インラインスタイル
*------------------------------------------*/
img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #767676;
  display: block;
}

a:hover, a:hover img, input[type=submit]:hover, input[type=button]:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=80)";
}

/*------------------------------------------*
* ポジション
*------------------------------------------*/
.relative {
  position: relative;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------*
* position系CSS
*------------------------------------------*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

/*------------------------------------------*
*ブロック・インライン
*------------------------------------------*/
.block {
  display: block;
}

.inline {
  display: inline-block;
}

/*------------------------------------------*
*アニメーション
*------------------------------------------*/
/********* フェードイン *********/
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_down ｜上から下へ出現
----------------------------*/
.scroll_down {
  transition: 0.8s ease-in-out;
  transform: translateY(-30px);
  opacity: 0;
}

.scroll_down.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-80px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(80px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*--徐々にずらす -- */
.low_timing02 {
  transition-delay: 1s;
}

.low_timing03 {
  transition-delay: 2s;
}

.low_timing04 {
  transition-delay: 3s;
}

.low_timing05 {
  transition-delay: 4s;
}

.low_timing05 {
  transition-delay: 10s;
}

.low_timing06 {
  transition-delay: 20s;
}

.low_timing07 {
  transition-delay: 30s;
}

.low_timing08 {
  transition-delay: 50s;
}

.timing02 {
  transition-delay: 0.2s;
}

.timing03 {
  transition-delay: 0.4s;
}

.timing04 {
  transition-delay: 0.6s;
}

.timing05 {
  transition-delay: 0.8s;
}

@-webkit-keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------------------------------*
* レイアウト
*------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0px;
  padding: 0;
}

dl, dd, dt {
  margin: 0;
  padding: 0;
}

/*------------- モバイル -------------------*/
@media screen and (max-width: 639px) {
  #wrapper {
    width: 100%;
    min-width: 100%;
  }
  #wrapper img {
    max-width: 100%;
  }
}
/*------------------------------------------*
* ヘッター
*------------------------------------------*/
header {
  z-index: 100;
  background-color: #fff;
}

/*------------------------------------------*
* ナビ
*------------------------------------------*/
h1 img {
  vertical-align: middle;
}

/*------------------------------------------*
* フッター
*------------------------------------------*/
footer .inner {
  margin: 0 auto;
}

/*------------------------------------
scss記述　例
/*１
.page_container{
    @include mixin.mq(var.$sm){
    font-size:0.875rem;
    } 
} */
/*２ エクステンド
%slide_backimg{
    position: absolute;
    content:"";
    display: block;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
/*.swiper-slide{
    position: relative;
    img{
        display: none;
    }
    &.slide1{
        &::before{
            @extend %slide_backimg;
            background-image: url(../img/slide1.jpg);

        }
    }
*/
/*　3
@include mixin.sabtxt;
*/
/*　4
@mixin sabtxt($weight:bold,$center:center) {
   font-size:24px;
   font-weight:$weight;
   text-align: $center;
} 
*/
/*5
font-family: var.$totu;
$totu:'toppan-bunkyu-midashi-go-std', sans-serif;
*/
/*6 
  color:foundation.$color_white;
*/
/*------------------------------------*/
/*----------------------------------------------------------------------------------------------
トップページ・の記述+Gナビ,下層ページのFV等
-----------------------------------------------------------------------------------------------*/
/*---　ハンバーガー --*/
.hamburger {
  display: none;
}

/*--- ヘッダー ---*/
.logo {
  display: flex;
  width: 16rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .logo {
    width: 12rem;
  }
}
.logo span {
  width: 100%;
}

.logo__ttl {
  font-size: 0.875rem;
}

.header {
  position: fixed;
  z-index: 98 !important;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  padding: 1rem 0 1.2rem 0;
  border-bottom: solid 1px #eee;
}
@media screen and (max-width: 639px) {
  .header {
    padding: 0.8rem 0 0.8rem 0;
  }
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gnav__list--inner {
  display: flex;
  gap: 20px;
  font-size: 0.875rem;
  justify-content: flex-end;
  width: calc(100% - 10rem);
  align-items: center;
}
.gnav__list--inner a {
  font-weight: 500;
}

.gnav__menu.admission {
  padding: 0.8rem 2.8rem 1rem 2.8rem;
  background-color: #165db3;
}
.gnav__menu.admission a {
  color: #fff;
}

/*-- 見出し --*/
.main_mds {
  margin-bottom: 20px;
  text-align: center;
}

/*--- ファーストビュー ---*/
.top_fv {
  margin-top: 5.65rem;
  padding: 2.25rem 0;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  .top_fv {
    margin-top: 3.9rem;
  }
}

.top_fv {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 33%;
  background-size: cover;
  background-image: url(../img/fv.jpg);
  height: 38vh;
  min-height: 460px;
}
@media screen and (max-width: 639px) {
  .top_fv {
    min-height: 510px;
  }
}

.top_fv__catchcopy--main {
  color: #283138;
  font-size: 2.5rem;
}
@media screen and (max-width: 639px) {
  .top_fv__catchcopy--main {
    font-size: 2rem;
  }
}

.fvinner {
  width: 1080px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
}
@media screen and (max-width: 639px) {
  .fvinner {
    width: 100%;
    padding: 0 4%;
    height: 9rem;
    line-height: 1.5;
  }
}

/*--- もっと詳しくボタン ---*/
.leanmore_inner {
  height: 100%;
  position: relative;
}
.leanmore_inner .btn_Learnmore {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  color: #165db3;
  background-color: #fff;
  padding: 0.8rem 2rem 1rem;
  font-weight: 600;
  border-radius: 2px;
}

/*--- お知らせー ---*/
.nweslist:first-of-type {
  border-top: solid 1px;
}

.nweslist:nth-last-of-type(1) {
  border-bottom: solid 1px;
}

.nweslist {
  padding: 20px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .nweslist {
    padding: 20px 12px;
  }
}

.newslist__day_ctg,
.nweslist__link {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.newslist__wrapper--ttl {
  width: 77%;
}
@media screen and (max-width: 639px) {
  .newslist__wrapper--ttl {
    width: 100%;
    margin-top: 12px;
    font-size: 0.875rem;
  }
}

.newslist__day_ctg {
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .newslist__day_ctg {
    width: 100%;
  }
}

.newslist__day_ctg--ctg {
  background-color: #165db3;
  color: #fff;
  padding: 0 10px;
  margin: 0 16px 0 16px;
}
@media screen and (max-width: 639px) {
  .newslist__day_ctg--ctg {
    font-size: 0.75rem;
  }
}

.topkaisai__link {
  background-color: #165db3;
  margin-left: auto;
  margin-right: initial;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .topkaisai__link {
    margin: 20px auto;
  }
}

/*--- 心の健康投資について ---*/
.mentalhealth {
  margin-top: 60px;
}
.mentalhealth .inner {
  background-color: #f7f7f7;
  padding: 2rem;
}

.mentalhealth__list {
  display: flex;
  margin-top: 40px;
  justify-content: space-around;
  align-items: baseline;
}
@media screen and (max-width: 639px) {
  .mentalhealth__list {
    display: block;
  }
}
.mentalhealth__list li {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .mentalhealth__list li {
    width: 100%;
  }
}

.mentalhealth__list li:nth-of-type(2) {
  margin-top: 20px;
}

.mentalhealth__content--text p {
  margin: 20px 0;
}
@media screen and (max-width: 639px) {
  .mentalhealth__content--text p {
    font-size: 0.875rem;
    margin: 12px 0;
  }
}

.mentalhealth__welcoco {
  display: flex;
  align-items: center;
  height: 172px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}

/*--- わたしたちについて ---*/
.aboutus {
  margin-top: 60px;
}

.aboutus__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .aboutus__list {
    display: block;
  }
}
.aboutus__list .aboutus__content:nth-of-type(2) {
  margin: 0 2rem 0 2rem;
}
@media screen and (max-width: 639px) {
  .aboutus__list .aboutus__content:nth-of-type(2) {
    margin: 20px 0 20px 0;
  }
}
.aboutus__list .aboutus__content {
  width: 30%;
}
@media screen and (max-width: 639px) {
  .aboutus__list .aboutus__content {
    width: 100%;
    padding: 0 2rem;
  }
}

.aboutus__content--text h4 {
  text-align: center;
}
.aboutus__content--text p {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .aboutus__content--text p {
    margin-top: 1.2rem;
    font-size: 0.875rem;
  }
}

footer {
  margin-top: 120px;
  padding: 2rem 0;
  border-top: solid 1px #eee;
}
@media screen and (max-width: 639px) {
  footer {
    margin-top: 60px;
  }
}

.footer__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.ftlogo {
  width: 100%;
}
.ftlogo a {
  width: 16rem;
}
@media screen and (max-width: 639px) {
  .ftlogo a {
    width: 12rem;
  }
}
@media screen and (max-width: 639px) {
  .ftlogo {
    width: 100%;
  }
}
.ftlogo a {
  line-height: 3.2;
}

.ftnav__wrapper {
  width: 100%;
  margin-top: 30px;
  /*   width: calc(100% - (7rem + 30px));
    margin-left: 30px; */
}
@media screen and (max-width: 639px) {
  .ftnav__wrapper {
    width: 100%;
    margin-top: 1rem;
  }
}

.ftnav__article {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .ftnav__article {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .ftnav__article .ftnav__menu:nth-child(n+2) {
    margin-top: 20px;
  }
}

.ftnav__menu--list {
  margin-bottom: 10px;
}

.ftnav__menu--list a {
  font-size: 0.875rem;
  color: #333;
  font-weight: normal;
}

.ftnav__menu--lavel,
.ftnav__menu--lavel a {
  font-weight: 500;
  color: #333;
  font-size: 1rem;
}

.ftnav__menu--lavel {
  margin-bottom: 1rem;
}

.ftnav__menu--link:hover {
  color: #165db3;
}
/*# sourceMappingURL=style.css.map */