@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,*::before,*::after{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:bottom}

/* ===============================================
# common
=============================================== */
*{
  box-sizing: border-box;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic Medium";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Mincho Medium";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size:15px;
  font-size:1.5rem;
  font-weight: 400;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;
  animation: PageIn 1.3s ease 0s 1 normal;
  line-height: 1.667;
  -webkit-text-size-adjust: 100%;
  color: #000;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
@keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.wrapper{
  position: relative;
  width: 100%;
}
.inner{
  width: 92%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
section{
  position: relative;
}
a,
a:visited{
  color: #000;
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
  text-decoration: none;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%;
}
button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.for_pc{
  display: block;
}
.for_sp{
  display: none;
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: inline;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: none;
}
.clear{
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
rt{
  font-size: 70%;
}

em,strong,b{
  font-weight: bold;
}
.date,
.en{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
}
@media print,screen and (min-width :835px){
  .flex_pc{
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width :834px){
  body{
    font-size:13.5px;
    font-size:1.35rem;
  }
  img{
    width: 100%;
    height: auto;
  }
  .inner{
    width: 85%;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: none;
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: inline;
  }
}
@media screen and (max-width :340px){
  br.nomini{
    display: none;
  }
}

/*
 マウスオーバー
----------------------------------------------------------- */
.ov{
  display:block;
}
.over{
  display:block;
}
@media screen and (min-width : 835px){
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .6;
    text-decoration: none;
  }
}

/* ===============================================
# main
=============================================== */
main{
  display: block;
  overflow: hidden;
}

/* ===============================================
# header
=============================================== */
#header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  transition: background-color 0.5s ease;;
}
#header .wrapper_follow{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
#header .box_logo{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-left: 27px;
  margin-top: 16px;
}
#header .box_logo .logo {
  width: 150px;
}
#header .box_logo .logo_consortium {
  margin-left: 29px;
  width: 145px;
}
#header .btns_right {
  padding-top: 40px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
}
#header .btns_right .menu_lang {
  margin-right: 50px;
}
#header .btns_right .menu_lang>* {
  margin-right: 29px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
#header .btns_right .menu_lang>a[href="#"] {
  pointer-events: none;
}
#header .btns_right .menu_lang>*::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #000;
  position: absolute;
  top: 3px;
  right: -15px;
}
#header .btns_right .menu_lang>*:last-child {
  margin-right: 0;
}
#header .btns_right .menu_lang>*:last-child::after {
  content: none;
}
#header .btns_right .menu_lang>*.on {
  border-bottom: 2px solid #000;
}
#header .btns_right .btn_menu {
  padding-left: 40px;
  margin-right: 30px;
  background: url(../img/ico_menu_open.svg) no-repeat left center;
  background-size: 31px;
  cursor: pointer;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.08em;
}
#header.on .btns_right .btn_menu {
  background: url(../img/ico_menu_close.svg) no-repeat left center;
  background-size: 31px;
}
#header .main_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 1360px;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
}
#header .main_menu nav {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding: 200px 80px 30px 140px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .main_menu nav::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 28px;
  left: 0;
}
#header .main_menu nav .item_nav {
  width: 42%;
}
#header .main_menu nav .item_nav:nth-child(2n) {
  margin-left: 8%;
}
#header .main_menu nav .item_nav:nth-child(n+3) {
  margin-top: 70px;
}
#header .main_menu nav .item_nav .ttl {
  display:block;
  background: url(../img/ico_arrow_b_r.svg) no-repeat center right 2px;
  background-size: 20px;
  border-bottom: 2px solid #c8c8c8;
  position: relative;
  padding-bottom: 25px;
  padding-right: 25px;
}
#header .main_menu nav .item_nav .ttl::after {
  content: "";
  display: block;
  width: 85px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#header .main_menu nav .item_nav .ttl .main_ttl {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
#header .main_menu nav .item_nav .ttl .sub_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 3px;
  letter-spacing: 0.08em;
}
#header .main_menu nav .item_nav .list {
  margin-top: 24px;
}
#header .main_menu nav .item_nav .list>li {
  line-height: 1.5;
  margin-top: 6px;
}
#header .main_menu nav .item_nav .list>li:first-child,
#header .main_menu nav .item_nav .list>li:nth-child(2) {
  margin-top: 0;
}
#header.low .main_menu {
  height: 100vh;
  overflow: scroll;
}
#header.low .main_menu nav {
  padding: 80px 50px 30px 110px;
}
@media screen and (max-width :1024px){
  #header .main_menu nav {
    padding: 160px 50px 30px 100px;
  }
  #header .main_menu nav:before {
    width: 35px;
  }
  #header .main_menu nav> .item_nav {
    width: 46.7%;
  }
  #header .main_menu nav> .item_nav:nth-child(2n) {
    margin-left: 6.6%;
  }
}
@media screen and (min-width: 835px){
  #header .main_menu {
    transition: all cubic-bezier(0.28, 0.25, 0.25, 1) 0.8s;
    opacity: 0;
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }
  #header.on .main_menu {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@media screen and (max-width :834px){
  #header {
    padding-bottom: 5px;
  }
  #header.on {
    background-color: #fff;
    overflow: scroll;
    height: 100vh;
  }
  #header.action {
    background-color: #fff;
  }
  #header .wrapper_follow {
    padding: 10px 15px 0;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  #header .box_logo{
    margin-top: 0;
    margin-left: 0;
  }
  #header .box_logo .logo {
    width: 115px;
  }
  #header .box_logo .logo_consortium {
    margin-left: 20px;
    width: 115px;
  }
  #header .btns_right {
    padding-top: 0;
  }
  #header .btns_right .menu_lang {
    margin-right: 12px;
  }
  #header .btns_right .menu_lang>* {
    margin-right: 29px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  #header .btns_right .menu_lang>*::after {
    height: 12px;
    top: 3px;
    right: -15px;
  }
  #header .btns_right .btn_menu {
    padding-left: 25px;
    padding-top: 25px;
    margin-right: 0;
    background: url(../img/ico_menu_open.svg) no-repeat left center;
    background-size: 100%;
  }
  #header.on .btns_right .btn_menu {
    background: url(../img/ico_menu_close.svg) no-repeat left center;
    background-size: 100%;
  }
  #header .btns_right .btn_menu>* {
    display: none;
  }
  #header .main_menu {
    position: static;
    width: 100%;
    height: auto;
    display: none;
  }
  #header .main_menu nav {
    display: block;
    padding: 40px 7% 150px;
  }
  #header .main_menu nav::before {
    content: none;
  }
  #header .main_menu nav .item_nav {
    width: 100%;
  }
  #header .main_menu nav .item_nav:nth-child(2n) {
    margin-left: 0;
  }
  #header .main_menu nav .item_nav .ttl {
    display:block;
    background: url(../img/ico_arrow_b_r.svg) no-repeat center right 2px;
    background-size: 16px;
    padding-bottom: 17px;
    padding-right: 25px;
    border: none;
  }
  #header .main_menu nav .item_nav {
      border-bottom: 2px solid #c8c8c8;
      position: relative;
  }
  #header .main_menu nav .item_nav::after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  #header .main_menu nav .item_nav .ttl::after {
    content: none;
  }
  #header .main_menu nav .item_nav .ttl .main_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #header .main_menu nav .item_nav .ttl .sub_ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #header .main_menu nav .item_nav .list {
    margin-top: 0;
    padding-bottom: 12px;
    display: none;
  }
  #header .main_menu nav .item_nav .list>li {
    line-height: 1.5;
    margin-top: 0;
  }
  #header .main_menu nav .item_nav .list>li:first-child {
    margin-top: 0;
  }
  #header .main_menu nav .item_nav .list>li>* {
    border-top: 1px solid #c8c8c8;
    padding: 12px 20px 12px 0;
    background: url(../img/ico_arrow_b.svg) no-repeat center right 3px;
    background-size: 6px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #header .main_menu nav .item_nav .list>li:last-child>* {
    border-bottom: 1px solid #c8c8c8;
  }
  #header .main_menu nav .item_nav:nth-child(n+2) {
    margin-top: 15px;
  }
  #header .main_menu nav .item_nav.accord .ttl {
    background: url(../img/ico_accord_open.svg) no-repeat center right 2px;
    background-size: 16px;
  }
  #header .main_menu nav .item_nav.accord.on .ttl {
    background: url(../img/ico_accord_close.svg) no-repeat center right 2px;
    background-size: 16px;
  }
}
/* ===============================================
# footer
=============================================== */
#footer{
  padding: 55px 0 55px;
  background: #fff;
}
#footer .footer_inner{
  position: relative;
  max-width: 1120px;
  width: 92%;
  margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#footer .box_info .name{
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
#footer .box_info .box_adr{
  margin-top: 25px;
}
#footer .box_info .tel,#footer .box_info .mail{
  display: inline-block;
  padding-left: 26px;
  border-bottom: solid 1px #a0a0a0;
}

#footer .box_info .tel{
  background: url("../img/ico_tel.svg") no-repeat left center;
  background-size: 13px auto;
  padding-left: 25px;
}
#footer .box_info .mail{
  margin-left: 1em;
  background: url("../img/ico_mail.svg") no-repeat left center;
  background-size: 18px auto;
}
#footer .list_link{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#footer .list_link li{
  position: relative;
}
#footer .list_link li:nth-child(n+2){
  margin-left: 40px;
}
#footer .list_link li:nth-child(n+2)::before{
  content: '';
  width: 1px;
  height: 100%;
  background: #a0a0a0;
  position:absolute;
  left: -20px;
  top: 0;
}

#footer .copyright{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width :1024px){
  #footer .box_info .tel,#footer .box_info .mail{
    display: block;
  }
  #footer .box_info .mail{
    margin-left: 0;
  }
}
@media screen and (max-width :834px){
  #footer{
    padding: 35px 0 15px;
  }
  #footer .footer_inner{
    width: 86%;
  }
  #footer .box_info .name{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  #footer .box_info .box_adr{
    margin-top: 35px;
  }
  #footer .box_info .tel,#footer .box_info .mail{
    display: inline-block;
  }
  #footer .box_info .tel{
    background-size: 11px auto;
  }
  #footer .box_info .mail{
    background-size: 15px auto;
    margin-top: 7px;
  }

  #footer .list_link{
    margin-top: 25px;
  }
  #footer .list_link li{
    width: 100%;
    /*width:calc(calc(100% - 60px) / 3);*/
  }
  #footer .list_link li:nth-child(n+2){
    margin-left: 30px
  }
  #footer .list_link li:nth-child(n+2)::before{
    left: -15px;
  }
  #footer .list_link li a{
    height: 100%;
    display: flex;
    align-items: center;
  }

  #footer .copyright{
    position: relative;
    margin-top: 25px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
