@charset "utf-8";
/*
construction.css
各ページ固有のCSS
*/
/******************************************

header

*******************************************/
header {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header {}
}
/* nav */
#header {
  position: absolute;
  z-index: 999;
  /*初期サイズ（height）*/
  height: 90px;
  width: 100%;
  /*以下はレイアウトのためのCSS*/
  top: 0;
  background-image: url("../img/common/bg_header.svg"), linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #4669b2 50%, #4669b2 100%);
  background-position: center;
  background-size: auto 91px;
  background-repeat: no-repeat;
  text-align: center;
  padding: 0;
  margin: 0;
}
/*HeightMinクラス付与時上部固定*/
#header.HeightMin {
  position: fixed;
  z-index: 999;
  height: 90px;
  animation: DownAnime 0.5s forwards;
  top: 0;
  background-image: url("../img/common/bg_header.svg"), linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #4669b2 50%, #4669b2 100%);
  background-position: center;
  background-size: auto 91px;
  background-repeat: no-repeat;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.hd_line {
  border-top: solid 6px #2692e6;
  display: block;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-180px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#navArea {
  width: 1000px;
  margin: 0 auto 0 auto;
  padding: 15px 0;
  position: static;
  display: flex;
  justify-content: space-between;
}
#navArea .logo {
  position: relative;
  width: 350px;
  height: 60px;
  text-align: left;
  background-image: url("../img/common/img_hdlogo.svg");
  background-size: 310px auto;
  background-repeat: no-repeat;
}
#header.HeightMin #navArea .logo, #header.header_second #navArea .logo {
  position: relative;
  width: 350px;
  height: 60px;
  text-align: left;
  background-image: url("../img/common/img_hdlogo.svg");
  background-size: 310px auto;
  background-repeat: no-repeat;
}
#navArea h1 {
  width: 350px;
  height: 60px;
}
#header.HeightMin #navArea h1, #header.header_second #navArea h1 {
  width: 350px;
  height: 60px;
}
nav ul li a {
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: none;
}
nav ul, #header.HeightMin nav ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  width: 380px;
  margin-left: 10px;
  margin-top: 10px;
}
nav ul li, #header.HeightMin nav ul li {
  color: #FFF;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  padding: 0 0 0 10px;
  margin: 0 0 0 26px;
}
nav ul li:before, #header.HeightMin nav ul li:before {
  content: "";
  background: url("../img/common/img_naviarrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 5px;
  left: -20px;
  display: inline-block;
  pointer-events: none;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav ul li:hover::before, #header.HeightMin nav ul li:hover::before {
  background: url("../img/common/img_naviarrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 5px;
  left: -10px;
  display: inline-block;
  pointer-events: none;
  width: 16px;
  height: 16px;
  opacity: 1;
}
nav ul li span, #header.HeightMin nav ul li span {
  display: block;
  color: #FFF;
  font-size: 0.75rem;
  position: relative;
  cursor: pointer;
  letter-spacing: normal;
  line-height: 1rem;
  text-align: center;
}
nav ul li:hover, nav ul li:hover span {
  color: #19305c !important;
}

nav ul li.page_curr:before , #header.HeightMin nav ul li.page_curr:before  {
  background: url("../img/common/img_naviarrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 5px;
  left: -10px;
  display: inline-block;
  pointer-events: none;
  width: 16px;
  height: 16px;
  opacity: 1;
}
nav ul li.page_curr, nav ul li.page_curr span {
  color: #19305c !important;
}


#navArea .n_eng {
  position: relative;
  font-family: "Oswald", sans-serif;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  color: #FFFFFF;
  display: inline-block;
  margin-left: 20px;
  padding: 10px 10px 0 10px;
  line-height: 20px;
}
#navArea .n_eng:hover {
  color: #19305c !important;
  border: 1px solid #19305c;
}
#navArea .page_eng_curr {
  color: #19305c !important;
  border: 1px solid #19305c;
}

#navArea .nav_contact {
  position: relative;
  color: #FFF;
  width: 100px;
  height: 54px;
  text-align: center;
  margin-top: 2px;
  margin-left: 50px;
  padding-top: 8px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
}
#navArea .nav_contact span {
  display: table-cell;
  font-size: 0.7rem;
  position: relative;
  cursor: pointer;
  width: 100px;
  letter-spacing: normal;
  line-height: 0.5rem;
}
#navArea .nav_contact:hover, #navArea .nav_contact:hover span {
  color: #dcf6ff !important;
}

#navArea .page_contact_curr {
  color: #dcf6ff !important;
}
@media screen and (max-width: 768px) {
  /* nav */
  #header, #header.HeightMin {
    position: fixed;
    /*はじめの高さを設定*/
    height: 52px;
    width: 100%;
    /*以下はレイアウトのためのCSS*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #6595ff;
    color: #fff;
    background-image: url("../img/common/bg_headerSP.svg");
    background-position: left;
    background-size: auto 53px;
    background-repeat: no-repeat;
    text-align: center;
    padding: 6px 16px;
    z-index: 999; /*最前面へ*/
    animation: none;
    margin: 0;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .hd_line {
    display: none;
  }
  #navArea, #header.HeightMin #navArea, #header.header_second #navArea {
    width: 100%;
    height: 52px;
    margin: 0 auto;
    padding: 0;
    position: static;
  }
  #navArea .logo, #header.HeightMin #navArea .logo {
    position: relative;
    width: 250px;
    height: 52px;
    border-right: none;
    text-align: left;
    background-image: url("../img/common/img_hdlogo.svg");
    background-size: 190px auto;
    background-repeat: no-repeat;
    background-position: left 6px;
  }
  #navArea h1 {
    width: 350px;
    height: 52px;
  }
  #header.HeightMin #navArea h1, #header.header_second #navArea h1 {
    width: 350px;
    height: 52px;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -220px;
    bottom: 0;
    width: 220px;
    background: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
    background-color: #FFFFFF;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul, #header.HeightMin nav .inner ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
  }
  nav .inner ul li, #header.HeightMin nav .inner ul li {
    color: #222222;
    text-align: left;
    position: relative;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    padding: 0 0 0 10px;
    margin: 0 0 20px 10px;
  }
  nav ul li:before, #header.HeightMin nav ul li:before,
  nav ul li.page_curr:before , #header.HeightMin nav ul li.page_curr:before{
    content: "";
    background: url("../img/common/img_naviarrowSP.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 8px;
    left: -8px;
    display: inline-block;
    pointer-events: none;
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: none;
  }
  nav ul li:hover::before, #header.HeightMin nav ul li:hover::before {
    content: "";
    background: url("../img/common/img_naviarrowSP.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 8px;
    left: -8px;
    display: inline-block;
    pointer-events: none;
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: none;
  }
  #navArea .n_eng {
    position: relative;
    font-family: "Oswald", sans-serif;
    border: 1px solid #222222;
    border-radius: 6px;
    color: #222222;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    line-height: 20px;
  }
  #navArea .n_eng:hover {
    color: #222222 !important;
    border: 1px solid #222222;
  }
  #navArea .page_eng_curr {
    color: #222222 !important;
    border: 1px solid #222222;
  }

  #navArea .nav_contact span, nav .inner ul li span, #header.HeightMin nav .inner ul li span {
    display: block;
    color: #222222;
    font-size: 0.75rem;
    position: relative;
    cursor: pointer;
    letter-spacing: normal;
    line-height: 1rem;
    text-align: left;
  }
#navArea .page_contact_curr {
  color: #222222 !important;
}
  nav ul li:hover, nav ul li:hover span,
  nav ul li.page_curr, nav ul li.page_curr span{
    color: #222222 !important;
  }
  nav ul li:first-child, #header.HeightMin nav ul li:first-child {
    border-left: none;
    border-top: 1px solid #fff;
  }
  nav .inner ul li a, #header.HeightMin nav .inner ul li a {
    display: block;
    color: #222;
    padding: 30px 0 10px 0;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover, #header.HeightMin nav .inner ul li a:hover {
    color: #222222;
  }
  /* .toggle_btn */
  .toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span, #header.HeightMin .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #FFF;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span, #header.HeightMin .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /* #mask */
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
}
/******************************************

footer

*******************************************/
footer {
  background-color: #FFFFFF;
  color: #222;
  padding: 30px;
  position: relative;
}
footer .ft_box {
  width: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
footer .copyright {
  text-align: center;
  font-size: 0.9rem;
  margin: 0 0 0 60px;
}
footer .privacypolicy {
  text-align: center;
  font-size: 0.9rem;
}
footer .privacypolicy a {}
footer .privacypolicy a:hover {
  color: #ff7043;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer {
    background-color: #FFFFFF;
    color: #222;
    padding: 20px;
    position: relative;
  }
  footer .ft_box {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  footer .copyright {
    text-align: center;
    font-size: 0.7rem;
    padding-top: 0;
    margin: 0;
  }
  footer .privacypolicy {
    text-align: center;
    font-size: 0.7rem;
  }
}
/******************************************

common

*******************************************/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a.txtlink {}
a:hover.txtlink {
  color: #ff7043;
  text-decoration: underline;
}
#message, #kakehashi, #softwear, #research01, #research02, #jimu {
  padding-top: 90px;
  margin-top: -90px;
}
@media (min-width: 751px) {
  #message, #kakehashi, #softwear, #research01, #research02, #jimu {
    padding-top: 52px;
    margin-top: -52px;
  }
}
.txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.txt-indent2rem {
  text-indent: -2.6rem;
  padding-left: 2.6rem;
}
.txt-indent_all {
  padding-left: 1em;
}
#ttl_second {
  height: 650px;
}
#ttl_second_S {
  padding: 120px 0 40px 0;
}
.ttl_second_cont_lead_S {
  font-size: 1.1rem;
  font-weight: 400;
}
#ttl_second_SS {
  padding: 150px 0 0 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
#ttl_second_SS h3 {
  background-color: #d9e5ff;
  padding: 14px 0;
}
.ttl_second_cont_lead_SS {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 50px 0 0 0;
}
.ttl_second_cont {
  width: calc(550px + (50% - 500px));
  height: 650px;
  margin-right: 0;
  margin-left: auto;
  padding: 45px 0 0 40px;
  text-align: left;
  background-color: #d9e5ff;
  display: flex;
  align-items: center;
}
.ttl_second_cont_txt {}
.ttl_second_cont_lead {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: -30px;
}
.ttl_second_eng {
  font-size: 4.4rem;
  font-weight: 500;
  margin: 40px 0;
  color: #3769c3;
  font-family: "Oswald", sans-serif;
}
.second_hd {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.second_hd_L {
  text-align: right;
  border-right: solid 5px #a9c0f2;
  display: flex;
  align-items: center;
}
.second_hd_L_txt {
  width: 450px;
  padding: 0 30px 0 0;
  text-align: right;
}
.second_hd_R {
  width: 550px;
  text-align: left;
  padding-left: 30px;
}
.second_hd_R_center {
  width: 550px;
  text-align: left;
  padding-left: 30px;
}
.second_hd_R_Acenter {
  width: 550px;
  text-align: left;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.second_hd_R_joinus {
  padding-top: 20px;
  padding-bottom: 20px;
}
.txt_bordertop {
  border-top: solid 1.5px #b2b2b2;
  margin: 20px 0;
  padding: 20px 0 0 0;
}
h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
}
h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  color: #3769c3;
  line-height: 3rem;
}
h4 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #3769c3;
  font-family: "Oswald", sans-serif;
  line-height: 3rem;
}
h4 .h4bottom {
  font-size: 1.8rem;
  font-weight: 400;
  color: #3769c3;
  font-family: "Oswald", sans-serif;
  display: inline;
}
h5 {
  font-size: 1.2rem;
  color: #3769c3;
  margin-bottom: 10px;
  font-weight: 500;
}
h6 {
  font-size: 1.1rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.ttl_circle {
  position: relative;
  padding: 0 0 0 1.1rem;
  line-height: 1.8rem;
}
.ttl_circle:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  background-color: #b2b2b2;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.mark_orange {
  color: #FFFFFF;
  background-color: #cc3f31;
  font-size: 0.7rem;
  display: inline-block;
  padding: 5px 20px 6px 20px;
  margin-top: 4px;
  border-radius: 30px;
  line-height: 100%;
  vertical-align: top
}
.ttl_h4sub {
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 8px;
}
.bg_WH {
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 0;
}
.common_outer{
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 0;   
  margin: 90px 0 0 0 ;
}
.wd_1000 {
  width: 1000px;
  margin: 0 auto;
}
.wd_1000 a {
  text-decoration: underline;
}
.wd_1000 a:hover {
  text-decoration: none;
}
.bodytext {
  text-align: left;
  margin: 0 0 20px 0;
}
.separatorline {
  border-bottom: 2px solid #dcdcdc;
  padding: 50px 0 0 0;
  margin: 50px 0;
}
.imground img {
  border-radius: 12px;
  filter: drop-shadow(0 0 0.2rem #8a8a8a);
}
.imground-noshadow img {
  border-radius: 12px;
}
.imgcaption {
  margin-top: 10px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #ttl_second {
    height: 100px;
    margin-bottom: 20px;
  }
  .ttl_second_cont_lead_SS {
    font-size: 1rem;
    font-weight: 400;
    margin: 26px 0 0 0;
    padding: 10px 20px 0 20px;
  }
  .ttl_second_cont {
    width: 60%;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    margin-top: 200px;
    padding: 10px;
    text-align: left;
    background-color: #d9e5ff;
    display: flex;
    align-items: center;
  }
  .ttl_second_cont_txt {
    padding: 20px 0 20px 15px;
  }
  .ttl_second_cont_lead {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
  }
  .ttl_second_eng {
    font-size: 3rem;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #3769c3;
    font-family: "Oswald", sans-serif;
  }
  #ttl_second_S {
    padding: 100px 0 40px 0;
  }
  .ttl_second_cont_lead_S {
    margin-top: 30px;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 400;
  }
  #ttl_second_SS {
    padding: 90px 0 0 0;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  #ttl_second_SS h3 {
    background-color: #d9e5ff;
    padding: 14px 0;
  }
  .second_hd {
    display: block;
    align-items: stretch;
    padding: 0;
  }
  .second_hd_L {
    text-align: left;
    border-left: solid 5px #a9c0f2;
    border-right: none;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
  }
  .second_hd_L_txt {
    width: 450px;
    padding: 0 30px 0 0;
    text-align: left;
  }
  .second_hd_R {
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin-top: 15px;
  }
  .second_hd_R_center {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
  }
  .second_hd_R_Acenter {
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin-top: 15px;
    display: block;
  }
  .second_hd_R_joinus {
    padding-top: 0;
    padding-bottom: 0;
  }
  .txt_bordertop {
    border-top: solid 1.5px #b2b2b2;
    margin: 20px 0;
    padding: 20px 0 0 0;
  }
  h2 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #222222;
  }
  h3 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
    color: #3769c3;
    line-height: 2rem;
  }
  h4 {
    font-size: 2rem;
    font-weight: 500;
    color: #3769c3;
    font-family: "Oswald", sans-serif;
    line-height: 2.6rem;
  }
  h4 .h4bottom {
    font-size: 1.2rem;
    font-weight: 400;
    color: #3769c3;
    font-family: "Oswald", sans-serif;
  }
  h5 {
    font-size: 1.1rem;
    color: #3769c3;
    margin-bottom: 10px;
    font-weight: 500;
  }
  h6 {
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .ttl_circle {
    position: relative;
    padding: 0 0 0 1.1rem;
    line-height: 1.8rem;
  }
  .ttl_circle:before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    display: inline-block;
    background-color: #b2b2b2;
    border-radius: 50%;
    position: absolute;
    top: 0.5rem;
    left: 0;
  }
  .mark_orange {
    color: #FFFFFF;
    background-color: #cc3f31;
    font-size: 0.7rem;
    display: inline-block;
    padding: 5px 20px 6px 20px;
    margin-top: 4px;
    border-radius: 30px;
    line-height: 100%;
    vertical-align: top
  }
  .ttl_h4sub {
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 2px;
  }
  .bg_WH {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 20px;
  }
.common_outer{
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 0;   
  margin: 52px 0 0 0 ;
}
  .wd_1000 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .bodytext {
    text-align: left;
    margin: 0 0 20px 0;
  }
  .separatorline {
    border-bottom: 2px solid #dcdcdc;
    padding: 40px 0 0 0;
    margin: 40px 0;
  }
  .imground img {
    border-radius: 6px;
    filter: drop-shadow(0 0 0.2rem #8a8a8a);
  }
  .imground-noshadow img {
    border-radius: 6px;
  }
  .imgcaption {
    margin-top: 10px;
    font-size: 0.9rem;
  }
}
.effect-fade {
  opacity: 0;
  transform: translate(0, 30px); /* フェードインで動く高さを指定 */
  transition: all 1000ms; /* フェードインにかかる時間を指定 */
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/* 2つ目の要素に400msのdelayをかける */
.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/* 3つ目の要素に800msのdelayをかける */
.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
/* 4つ目の要素に1200msのdelayをかける */
.effect-fade:nth-of-type(4) {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}
/* 5つ目の要素に1600msのdelayをかける */
.effect-fade:nth-of-type(5) {
  -moz-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
}
/*ボタン*/
.btn_common {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #3769c3;
  transition: ease .2s;
  border-radius: 100px;
  cursor: pointer;
  color: #3769c3;
  margin-top: auto;
  padding: 0 40px;
}
.btn_common:hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #3769c3;
  background-color: #3769c3;
  transition: ease .2s;
  border-radius: 100px;
  cursor: pointer;
  color: #FFFFFF;
}
.btn_common::after {
  content: '';
  background-image: url(../img/common/img_arrowR.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: all .3s;
}
.btn_common:hover::after {
  background-image: url(../img/common/img_arrowR_W.svg);
  right: 16px;
}
.btn_readmore {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: solid 1px #3769c3;
  transition: ease .2s;
  border-radius: 100px;
  background-color: #FFF;
  cursor: pointer;
  color: #3769c3;
  font-family: "Oswald", sans-serif;
  margin-top: auto;
  min-width: 240px;
}
.btn_readmore:hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #3769c3;
  background-color: #3769c3;
  transition: ease .2s;
  border-radius: 100px;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
}
.btn_readmore::after {
  content: '';
  background-image: url(../img/common/img_arrowR.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: all .3s;
}
.btn_readmore:hover::after {
  background-image: url(../img/common/img_arrowR_W.svg);
  right: 16px;
}
.btn_commonBL {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #3769c3;
  transition: ease .2s;
  border-radius: 100px;
  cursor: pointer;
  color: #FFFFFF;
  margin-top: auto;
  background-color: #3769c3;
  /*20250709 徒歩時間削除によるレイアウト変更 paddingの追加ここから*/
  /*padding: 5px 36px;*/
  padding: 5px 16.5px;
  /*20250709 徒歩時間削除によるレイアウト変更 paddingの追加ここまで*/
}
.btn_commonBL:hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #3769c3;
  background-color: #FFF;
  transition: ease .2s;
  border-radius: 100px;
  cursor: pointer;
  color: #3769c3;
}
.btn_commonBL a, .btn_commonBLL a {
  color: #FFFFFF;
}
.btn_commonBL a:hover, .btn_commonBLL a:hover {
  color: #3769c3;
}
.btn_commonBLL {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #3769c3;
  transition: ease .2s;
  border-radius: 100px;
  cursor: pointer;
  color: #FFFFFF;
  margin-top: auto;
  background-color: #3769c3;
  padding: 10px 80px;
  font-size: 1.4rem;
}
.btn_commonBLL:hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #3769c3;
  background-color: #FFF;
  transition: ease .2s;
  border-radius: 100px;
  cursor: pointer;
  color: #3769c3;
}
.btn_commonBLL::after {
  content: '';
  background-image: url(../img/common/img_arrowR_W.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: all .3s;
}
.btn_commonBLL:hover::after {
  background-image: url(../img/common/img_arrowR.svg);
  right: 16px;
}
a .aLink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
a span.arrow {
  width: 18px;
  height: 8px;
  background-image: url('../img/common/icn_arrow.png');
  background-size: 18px 8px;
  display: inline-block;
  text-indent: -9999px;
  /* 位置合わせ用 */
  vertical-align: middle;
  right: 0;
  margin: 0 0 4px 10px;
}
a.underline {
  border-bottom: solid 1px #333;
  padding-bottom: 5px;
}
.shikirisen {
  border-bottom: solid 2px #000;
  text-indent: -9999px;
  margin: 25px auto 45px auto;
  width: 170px;
}
a.anchor {
  display: block;
  padding-top: 170px;
  margin-top: -170px;
}
@media screen and (max-width: 768px) {
  /*ボタン*/
  .btn_common {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #3769c3;
    transition: ease .2s;
    border-radius: 100px;
    cursor: pointer;
    color: #3769c3;
    margin-top: 15px;
    padding: 5px 0;
    width: 100%;
    text-align: center;
  }
  .btn_common:hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #3769c3;
    background-color: #3769c3;
    transition: ease .2s;
    border-radius: 100px;
    cursor: pointer;
    color: #FFFFFF;
  }
  .btn_common::after {
    content: '';
    background-image: url(../img/common/img_arrowR.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    transition: all .3s;
  }
  .btn_common:hover::after {
    background-image: url(../img/common/img_arrowR_W.svg);
    right: 16px;
  }
  .btn_readmore {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: solid 1px #3769c3;
    transition: ease .2s;
    border-radius: 100px;
    background-color: #FFF;
    cursor: pointer;
    color: #3769c3;
    font-family: "Oswald", sans-serif;
    min-width: 240px;
    margin-top: 15px;
    padding: 5px 0;
    width: 100%
  }
  .btn_readmore:hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #3769c3;
    background-color: #3769c3;
    transition: ease .2s;
    border-radius: 100px;
    cursor: pointer;
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
  }
  .btn_readmore::after {
    content: '';
    background-image: url(../img/common/img_arrowR.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    transition: all .3s;
  }
  .btn_readmore:hover::after {
    background-image: url(../img/common/img_arrowR_W.svg);
    right: 16px;
  }
  .btn_commonBL {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #3769c3;
    transition: ease .2s;
    border-radius: 100px;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: auto;
    background-color: #3769c3;
    padding: 5px 36px;
    width: 100%;
    text-align: center;
  }
  .btn_commonBL:hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #3769c3;
    background-color: #FFF;
    transition: ease .2s;
    border-radius: 100px;
    cursor: pointer;
    color: #3769c3;
  }
  .btn_commonBL a, .btn_commonBLL a {
    color: #FFFFFF;
  }
  .btn_commonBL a:hover, .btn_commonBLL a:hover {
    color: #3769c3;
  }
  .btn_commonBLL {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #3769c3;
    transition: ease .2s;
    border-radius: 100px;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: auto;
    background-color: #3769c3;
    padding: 10px 0;
    font-size: 1rem;
    width: 100%
  }
  .btn_commonBLL:hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #3769c3;
    background-color: #FFF;
    transition: ease .2s;
    border-radius: 100px;
    cursor: pointer;
    color: #3769c3;
  }
  .btn_commonBLL::after {
    content: '';
    background-image: url(../img/common/img_arrowR_W.svg);
    background-repeat: no-repeat;
    background-size: auto;
    border: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    transition: all .3s;
  }
  .btn_commonBLL:hover::after {
    background-image: url(../img/common/img_arrowR.svg);
    right: 16px;
  }
  a .aLink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  a span.arrow {
    width: 18px;
    height: 8px;
    background-image: url('../img/common/icn_arrow.png');
    background-size: 18px 8px;
    display: inline-block;
    text-indent: -9999px;
    /* 位置合わせ用 */
    vertical-align: middle;
    right: 0;
    margin: 0 0 4px 10px;
  }
  a.underline {
    border-bottom: solid 1px #333;
    padding-bottom: 5px;
  }
  .shikirisen {
    border-bottom: solid 2px #000;
    text-indent: -9999px;
    margin: 25px auto 45px auto;
    width: 170px;
  }
  a.anchor {
    display: block;
    padding-top: 170px;
    margin-top: -170px;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: -70px;
  opacity: 1;
  padding-top: 16px;
  cursor: pointer;
  background: url("../img/common/img_pagetop.png") no-repeat center right;
  background-size: 100%;
  filter: drop-shadow(0 0 0.2rem rgba(157, 157, 157, 0.5));
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: -50px;
    opacity: 1;
    padding-top: 16px;
    cursor: pointer;
    background: url("../img/common/img_pagetop.png") no-repeat;
    background-size: 100%;
    filter: drop-shadow(0 0 0.2rem rgba(157, 157, 157, 0.5));
  }
}
/******************************************

top

*******************************************/
.topcontainer {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  /*min-height: 600px;*/
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.secondcontainer {
  align-items: center;
  width: 100%;
  min-height: 100vh;
  /*min-height: 600px;*/
}
.bg_second {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(450px + (50% - 500px));
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.show .bg, .show .bg_second {
  opacity: 1;
}
.bg.topmoviestill {
  background-image: url("../img/movie/topmovie.jpg");
}
.video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding-top: 90px;
}
.video-wrap video {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.scrollarrow {}
.scrollarrow a {
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scrollarrow a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scrollarrow a::after {
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.txt_toplead_cont {
  height: auto;
  width: 100%;
  position: relative;
}
.cont_txt_toplead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.txt_toplead {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding-top: 90px;
  text-align: center;
}
.block {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  padding: 50px 20px;
}
/* 1秒間かけてフェードイン */
.fadeIn1s {
  animation-name: fadeIn1s;
  animation-delay: .5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeIn1s {
  0% {}
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .topcontainer {
    display: flex;
    align-items: center;
    width: 100%;
    /*min-height: 100vh;*/
    min-height: 350px;
  }
  .bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: -1;
  }
  .bg.topmoviestill {
    background-image: url("../img/movie/topmovie.jpg");
    background-size: auto 350px;
    background-position: center top;
    background-color: #070709;
    margin-top: 52px;
  }
  .video-wrap {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .video-wrap video {
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: hidden;
    top: 227px;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 350px;
  }
  .secondcontainer {
    align-items: center;
    width: 100%;
    min-height: auto;
    /*min-height: 600px;*/
  }
  .bg_second {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: -1;
  }
  .show .bg, .show .bg_second {
    opacity: 1;
  }
  .txt_toplead_cont {
    height: auto;
    width: 100%;
    position: relative;
  }
  .txt_toplead {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    position: absolute;
    width: 100%;
    top: 170px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
  }
}
.main_container {
  width: 100%;
  position: relative;
  background: rgba(209, 222, 248, 0.9);
  padding: 0;
}
.toplead {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.topsublead {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.top_ttlL {
  font-size: 5.6rem;
  font-weight: 500;
  margin: 50px 0;
  color: #3769c3;
  font-family: "Oswald", sans-serif;
}
.top_ttlM {
  font-size: 3.4rem;
  font-weight: 500;
  color: #3769c3;
  font-family: "Oswald", sans-serif;
}
.top_ttlS {
  font-size: 1.2rem;
  font-weight: 500;
  height: 7rem;
  width: 100%;
  color: #222;
  font-family: "Oswald", sans-serif;
}
.top_flagship {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.top_flagship_cont {
  background-color: #d1def8;
  border-radius: 6px;
  padding: 30px 30px;
  width: 320px;
  display: flex;
  flex-direction: column;
}
.top_flagsihp_detail {
  margin-bottom: 20px;
  height: 4rem;
}
.top_flagship_kana {
  background-color: #3769c3;
  display: block;
  color: #FFF;
  font-size: 0.8rem;
  margin: 26px 0 10px 0;
}
.top_flagship_img {
  margin-bottom: 20px;
}
.top_flagship_lead {
  color: #3769c3;
  font-weight: 400;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1.5px solid #adadad;
}
.top_flagship_cont .btn_readmore {
  position: relative;
  margin-top: auto;
}
.top_knowmore_outer {
  margin: 70px 0;
}
.top_knowmore {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
.top_knowmore_cont {
  background-color: #e0eaff;
  background-image: url("../img/top/img_knowmore_world.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 32px 32px;
  width: 320px;
  height: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: .3s;
}
.top_knowmore_cont:hover {
  filter: drop-shadow(0 0 0.55rem #5787de);
}
.top_knowmore_ttl {
  position: absolute;
  top: 116px;
  left: 134px;
}
.top_knowmore_ttl_kakehashi {
  position: absolute;
  top: 80px;
  left: 134px;
}
.top_knowmore_ttlJ {
  color: #3769c3;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}
.top_knowmore_ttlJ span {
  color: #3769c3;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
.top_knowmore_ttleng {
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-align: left;
  margin-top: 16px;
}
.top_info {}
.top_info_outer {
  display: flex;
  justify-content: space-between;
}
.top_info_columnR {
  text-align: left;
  width: 660px;
}
.top_info_banner {
  background-color: #FFFFFF;
  border: 1.5px solid #aecbff;
  border-radius: 10px;
  padding: 14px 0;
  margin-top: 40px;
  position: relative;
  text-align: center;
  opacity: 1;
  transition: .3s;
}
.top_info_banner:hover {
  filter: drop-shadow(0 0 0.4rem #76a2f2);
}
.top_info_main > div:last-child {
  border-bottom: 1px #9fb9dd solid;
}
.info-list-CDT-1 {
  width: 100%;
  border-top: 1px #9fb9dd solid;
  font-size: 0px;
  list-style-type: none;
  padding: 0.8rem 0;
}
.info-list-CDT5 a {
  text-decoration: none;
}
.info-list-cat, .info-list-date, .info-list-text {
  display: inline-block;
  vertical-align: middle;
}
.info-list-cat {
  background-color: #3769c3;
  color: #FFF;
  font-size: 0.8rem;
  border-radius: 6px;
  display: inline-block;
  width: 120px;
  text-align: center;
  margin: 0;
  padding: 6px 10px;
  line-height: 1.4rem;
}
#news-list-cat-Creative {
  background-color: #3ae;
}
#news-list-cat-robot {
  background-color: #C0C0C0;
}
#news-list-cat-eclss {
  background-color: #62d0aa;
}
#news-list-cat-science {
  background-color: #5D87B7;
}
.info-list-text {
  width: 525px;
  margin-left: 14px;
}
.info-list-text h2 {
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}
.info-list-text h2:hover {
  color: #ff7043;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  text-align: left;
  text-decoration: underline;
}
.top_joinus_outer {
  margin: 90px 0 70px 0;
}
.top_joinus_outer .top_ttlL a {
  font-size: 5.6rem;
  font-weight: 500;
  margin: 50px 0;
  color: #3769c3 !important;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
}
.top_joinus_ttl {
  background-color: #3769c3;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 6px 15px 8px 15px;
  ;
  border-radius: 6px;
  display: inline-block;
}
.top_joinus_lead {
  margin: 30px 0 40px 0;
  font-size: 1.1rem;
  font-weight: 400;
}
.top_joinus {
  display: flex;
  justify-content: space-between;
}
.top_joinus_cont {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 32px 32px;
  width: 320px;
  display: flex;
  flex-direction: column;
}
.top_joinus_ttlS {
  color: #3769c3;
  font-weight: 500;
  font-size: 1.4rem;
  border-bottom: 1.5px solid #d1def8;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .main_container {
    width: 100%;
    position: relative;
    background: rgba(209, 222, 248, 0.9);
    padding: 0;
  }
  .toplead {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .topsublead {
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .top_ttlL {
    font-size: 3rem;
    font-weight: 500;
    margin: 30px 0 20px 0;
    color: #3769c3;
    font-family: "Oswald", sans-serif;
  }
  .top_ttlM {
    font-size: 2.4rem;
    font-weight: 500;
    color: #3769c3;
    font-family: "Oswald", sans-serif;
  }
  .top_ttlS {
    font-size: 1.2rem;
    font-weight: 500;
    height: auto;
    width: 100%;
    color: #222;
    font-family: "Oswald", sans-serif;
    margin-bottom: 12px;
  }
  .top_flagship {
    display: block;
    padding-top: 20px;
  }
  .top_flagship_cont {
    background-color: #d1def8;
    border-radius: 6px;
    padding: 20px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .top_flagsihp_detail {
    margin-bottom: 15px;
    height: auto;
  }
  .top_flagship_kana {
    background-color: #3769c3;
    display: block;
    color: #FFF;
    font-size: 0.8rem;
    margin: 26px 0 10px 0;
  }
  .top_flagship_img {
    margin-bottom: 20px;
  }
  .top_flagship_lead {
    color: #3769c3;
    font-weight: 400;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1.5px solid #adadad;
  }
  .top_flagship_cont .btn_readmore {
    position: relative;
    margin-top: auto;
  }
  .top_knowmore_outer {
    margin: 50px 0;
    padding: 0 20px;
  }
  .top_knowmore {
    display: block;
    margin-top: 40px;
  }
  .top_knowmore_cont {
    background-color: #e0eaff;
    background-image: url("../img/top/img_knowmore_world.png");
    background-size: 20%;
    background-repeat: no-repeat;
    border-radius: 6px;
    padding: 32px 32px;
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
  }
  .top_knowmore_ttl {
    padding-left: 66px;
    position: static;
  }
  .top_knowmore_ttl_kakehashi {
    padding-left: 66px;
    position: static;
  }
  .top_knowmore_ttlJ {
    color: #3769c3;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
  }
  .top_knowmore_ttlJ span {
    color: #3769c3;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
  }
  .top_knowmore_ttleng {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    text-align: left;
    margin-top: 5px;
  }
  .top_info {}
  .top_info_outer {
    display: block;
    padding: 10px 0;
  }
  .top_info_columnR {
    text-align: left;
    width: 100%;
    margin-top: 40px;
  }
  .top_info_banner {
    background-color: #FFFFFF;
    border: 1.5px solid #aecbff;
    border-radius: 10px;
    padding: 14px 0;
    margin-top: 40px;
    position: relative;
    text-align: center;
    opacity: 1;
  }
  .top_info_main > div:last-child {
    border-bottom: 1px #9fb9dd solid;
  }
  .info-list-CDT-1 {
    width: 100%;
    border-top: 1px #9fb9dd solid;
    font-size: 0px;
    list-style-type: none;
    padding: 0.8rem 0;
  }
  .info-list-CDT5 a {
    text-decoration: none;
  }
  .info-list-cat, .info-list-date, .info-list-text {
    display: inline-block;
    vertical-align: middle;
  }
  .info-list-cat {
    background-color: #3769c3;
    color: #FFF;
    font-size: 0.8rem;
    border-radius: 6px;
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0;
    padding: 3px 20px;
    line-height: 1.4rem;
  }

  #news-list-cat-Creative {
    background-color: #3ae;
  }
  #news-list-cat-robot {
    background-color: #C0C0C0;
  }
  #news-list-cat-eclss {
    background-color: #62d0aa;
  }
  #news-list-cat-science {
    background-color: #5D87B7;
  }
  .info-list-text {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .info-list-text h2 {
    color: #333333;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    text-align: left;
  }
  .info-list-text h2:hover {
    color: #ff7043;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    text-decoration: underline;
  }
  .top_joinus_outer {
    margin: 50px 0 40px 0;
    padding: 0 20px;
  }
  .top_joinus_outer .top_ttlL a {
    font-size: 3rem;
    font-weight: 500;
    margin: 30px 0 20px 0;
    color: #3769c3;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    transition: all 0.3s ease 0s;
  }
  .top_joinus_outer .top_ttlL a:hover {
    font-size: 3rem;
    font-weight: 500;
    margin: 30px 0 20px 0;
    color: #ff7043 !important;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
  }
  .top_joinus_ttl {
    background-color: #3769c3;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 6px 15px 8px 15px;
    ;
    border-radius: 6px;
    display: inline-block;
  }
  .top_joinus_lead {
    margin: 15px 0 20px 0;
    font-size: 1rem;
    font-weight: 400;
  }
  .top_joinus {
    display: block;
  }
  .top_joinus_cont {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 32px 32px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .top_joinus_ttlS {
    color: #3769c3;
    font-weight: 500;
    font-size: 1.2rem;
    border-bottom: 1.5px solid #d1def8;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}
/******************************************

ABOUT

*******************************************/
.bg_about {
  background-image: url("../img/about/bg_ttl_about.jpg");
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(450px + (50% - 500px));
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.about_lead {
  width: 700px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.about_lead p {
  margin: 0 0 30px 0;
}
.about_lead_img {
  padding-top: 10px;
  margin-bottom: 50px;
}
.about_outer {
  padding: 60px 0 0 0;
}
.about_cont {
  background: rgba(255, 255, 255, 0.8);
  width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 40px 0 70px 0;
  border-radius: 10px;
}
.about_cont h3 {
  padding-bottom: 70px;
}
.about_ttl_outer {
  background-image: url("../img/about/bg_ttl_world.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 500px auto;
}
.about_history_banner {
  display: flex;
  justify-content: flex-start;
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
.about_client_outer {
  padding-bottom: 60px;
}
.about_client {
  width: 520px;
  margin: 0 auto;
  text-align: left;
}
.about_academicassociation_outer {
  width: 500px;
  margin: 0 auto;
  padding: 0;
}
.about_academicassociation_lead {
  padding-bottom: 30px;
  margin-top: 10px;
}
.about_academicassociation_cont {
  text-align: left;
  border-top: #b2b2b2 solid 1px;
  padding-top: 10px;
  padding-bottom: 40px;
}
.about_academicassociation_cont:last-child {
  padding-bottom: 10px;
}
.about_aa_banner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.about_aa_banner img:hover {
  opacity: 0.55 !important;
}
.about_aa_banner div:first-child {
  padding-top: 20px;
}
.about_map_outer {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.about_map_outer .about_gMAP {
  width: 400px;
}
.about_access {
  margin-left: 20px;
  /*20250709 徒歩時間削除によるレイアウト変更 paddingの追加ここから*/
  padding-top: 200px;
  /*20250709 徒歩時間削除によるレイアウト変更 paddingの追加ここまで*/
}
.about_access ul li {
  font-size: 0.8rem;
  line-height: 1.3rem;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
.about_access ul li.ttl_circle {
  position: relative;
  padding: 0 0 0 1.1rem;
}
.about_access ul li.ttl_circle:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  background-color: #b2b2b2;
  border-radius: 50%;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.table_outer {
  width: 800px;
  margin: 0 auto;
}
table.t-company {
  width: 100%;
  border-collapse: collapse;
}
table.t-company tbody th {
  padding: 14px 1rem;
  border-bottom: #b2b2b2 solid 1px;
  vertical-align: top;
  white-space: nowrap;
  width: 10rem;
  font-weight: 400;
}
table.t-company tbody tr:last-child th {
  border-bottom: #b2b2b2 solid 1px;
  white-space: nowrap;
}
table.t-company tbody td {
  text-align: left;
  padding: 0;
  border-bottom: #b2b2b2 solid 1px;
  vertical-align: top;
}
table.t-company tbody td span {
  padding: 14px 0 14px 1rem;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .bg_about {
    background-image: url("../img/about/bg_ttl_about.jpg");
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0.5s ease 0s;
    z-index: -1;
  }
  .about_lead {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }
  .about_lead p {
    margin: 0 0 30px 0;
  }
  .about_lead_img {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .about_lead_img img {
    width: 80%;
  }
  .about_outer {
    padding: 40px 20px 0 20px;
  }
  .about_cont {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 30px 15px 40px 15px;
    border-radius: 10px;
  }
  .about_cont h3 {
    padding-bottom: 30px;
  }
  .about_ttl_outer {
    background-image: url("../img/about/bg_ttl_world.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 360px auto;
  }
  .about_history_banner {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .about_client_outer {
    padding-bottom: 60px;
  }
  .about_client {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .about_academicassociation_outer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .about_academicassociation_lead {
    padding-bottom: 30px;
    margin-top: 10px;
  }
  .about_academicassociation_cont {
    text-align: left;
    border-top: #b2b2b2 solid 1px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .about_academicassociation_cont:last-child {
    padding-bottom: 10px;
  }
  .about_aa_banner {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .about_aa_banner div:first-child {
    padding-top: 20px;
  }
  .about_aa_banner_01 img {
    width: 150px;
    padding: 0 5px;
  }
  .about_aa_banner_02 img, .about_aa_banner_03 img {
    width: 90px;
    padding: 0 5px;
  }
  .about_map_outer {
    display: block;
    margin: 20px 0 0 0;
  }
  .about_map_outer .about_gMAP {
    width: 100%;
  }
  .about_access {
    margin-left: 0;
    margin-top: 15px;
    /*英語版では徒歩時間削除のためcssにpadding追加。レスポンシブ対応でレイアウト崩れを防ぐためにここでもpadding追加 ここから*/
    padding-top: 0px;
　　/*英語版では徒歩時間削除のためcssにpadding追加。レスポンシブ対応でレイアウト崩れを防ぐためにここでもpadding追加 ここまで*/
  }
  .about_access ul li {
  font-size: 1rem;
  line-height: 1.6rem;
  text-indent: -1rem;
  padding-left: 1rem;
  }
  .about_access ul li.ttl_circle {
    position: relative;
    padding: 0 0 0 1.1rem;
  }
  .about_access ul li.ttl_circle:before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    background-color: #b2b2b2;
    border-radius: 50%;
    position: absolute;
    top: 0.3rem;
    left: 0;
  }
  .table_outer {
    width: 100%;
    margin: 0 auto;
  }
  table.t-company {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  table.t-company tbody th {
    padding: 10px 1rem 0 1rem;
    border-bottom: none;
    border-top: #b2b2b2 solid 1px;
    vertical-align: top;
    white-space: nowrap;
    display: block;
    width: 100%;
    font-weight: 500;
  }
  table.t-company tbody tr:last-child th {
    border-bottom: none;
    white-space: nowrap;
    display: block;
  }
  table.t-company tbody td {
    text-align: left;
    padding: 0;
    border-top: none;
    border-bottom: none;
    vertical-align: top;
    display: block;
  }
  table.t-company tbody tr:last-child td {
    border-bottom: #b2b2b2 solid 1px;
  }
  table.t-company tbody td span {
    padding: 0 0 10px 1rem;
    display: table-cell;
    display: block;
  }
}
/******************************************

BUSINESS

*******************************************/
.bg_business {
  background-image: url("../img/business/bg_ttl_business.jpg");
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(450px + (50% - 500px));
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.business_dev {
  margin-top: 60px;
}
.business_dev_outer {
  background-color: #d9e5ff;
  width: 1000px;
  margin: 30px auto 0 auto;
  padding: 30px 30px;
  border-radius: 10px;
  background-image: url("../img/business/bg_ttl_bus_world.png");
  background-repeat: no-repeat;
  background-position: left 40px;
  background-size: 300px auto;
}
.business_dev_cont {
  display: flex;
  align-items: center;
}
.business_dev_contL {
  width: 450px;
  text-align: right;
  padding-right: 30px;
}
.business_dev_contR {
  width: 550px;
  text-align: left;
  padding-left: 30px;
}
.business_dev_contR img {
  width: 100%;
  height: auto;
  margin: 20px 0 10px 0;
}
.ttl_business_eng {
  font-size: 4.4rem;
  font-weight: 500;
  margin: 20px 0 30px 0;
  color: #3769c3;
  font-family: "Oswald", sans-serif;
}
.ttl_business_engS {
  font-size: 1.4rem;
  margin: 20px 0;
  color: #3769c3;
  font-family: "Oswald", sans-serif;
}
.business_dev_kakomi {
  background: rgba(255, 255, 255, 0.8);
  color: #3769c3;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.bn_kakehashi {
  margin: 40px 0 0 0;
  transition: .3s;
}
.bn_kakehashi img {
  border-radius: 10px;
  border: 1.5px solid #b2b2b2;
}
.bn_kakehashi:hover {
  opacity: 1;
  filter: drop-shadow(0 0 0.4rem #76a2f2);
}
.bn_kakehashi img:hover {
  opacity: 1;
}
.business_act_outer {
  padding: 60px 0;
}
.business_act_cont {
  background: rgba(255, 255, 255, 0.8);
  width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 60px;
  border-radius: 10px;
}
.business_research_cont, .business_research_cont_rp {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 20px 0;
}
.business_research_ph, .business_research_ph_rp {
  width: 300px;
}
.business_research_txt, .business_research_txt_rp {
  width: 620px;
  margin-left: 20px;
}
.business_research_desc {
  margin: 10px 0;
  font-size: 0.9rem;
}
.business_research_sttl {
  color: #3769c3;
  font-size: 1.2rem;
  font-weight: 400;
}
.business_research_taisho {
  display: inline-block;
  padding: 0 0 5px 0;
  margin: 10px 0 0 0;
}
.business_research_sttl a {
  color: #3769c3;
  border-bottom: 1px solid #3769c3;
}
.business_research_sttl a:hover {
  color: #3769c3;
  border-bottom: none;
}
.business_grant_outer {
  margin: 30px 0 0 0;
  border: solid 1.5px #b2b2b2;
  padding: 30px 80px;
  font-size: 0.9rem;
  border-radius: 10px;
}
.business_grant_outer p {
  margin: 0 0 20px 0;
}
.business_grant_ttl {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.business_grant_sttl {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 3px;
  text-align: left;
}
.business_grant_outer .ttl_circle {
  position: relative;
  padding: 0 0 0 1.1rem;
  text-align: left;
}
.business_grant_outer .ttl_circle:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  background-color: #b2b2b2;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .bg_business {
    background-image: url("../img/business/bg_ttl_business.jpg");
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 0.5s ease 0s;
    z-index: -1;
  }
  .business_dev {
    margin-top: 60px;
  }
  .business_dev_outer {
    background-color: #d9e5ff;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 30px 30px;
    border-radius: 10px;
    background-image: url("../img/business/bg_ttl_bus_world.png");
    background-repeat: no-repeat;
    background-position: left 40px;
    background-size: 300px auto;
  }
  .business_dev_cont {
    display: block;
  }
  .business_dev_contL {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .business_dev_contR {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .ttl_business_eng {
    font-size: 4.4rem;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #3769c3;
    font-family: "Oswald", sans-serif;
  }
  .ttl_business_engS {
    font-size: 1.4rem;
    margin: 20px 0;
    color: #3769c3;
    font-family: "Oswald", sans-serif;
  }
  .business_dev_kakomi {
    background: rgba(255, 255, 255, 0.8);
    color: #3769c3;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .bn_kakehashi {
    margin: 20px 0 0 0;
  }
  .bn_kakehashi img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #b2b2b2;
  }
  .business_act_outer {
    width: 100%;
    padding: 20px;
  }
  .business_act_cont {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    border-radius: 10px;
  }
  .business_research_cont {
    display: block;
    text-align: left;
    padding: 20px 0;
  }
  .business_research_ph {
    width: 100%;
  }
  .business_research_txt {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .business_research_cont_rp {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 20px 0;
  }
  .business_research_ph_rp {
    width: 100%;
  }
  .business_research_txt_rp {
    display: contents;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .rp_block01 {
    order: 2;
  }
  .rp_block02 {
    order: 1;
    margin-bottom: 20px;
  }
  .rp_block03 {
    order: 3;
  }
  .rp_block04 {
    order: 4;
  }
  .business_research_desc {
    margin: 10px 0;
    font-size: 0.9rem;
  }
  .business_research_sttl {
    color: #3769c3;
    font-size: 1rem;
    font-weight: 400;
  }
  .business_research_taisho {
    border-bottom: none;
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 10px 0 0 0;
  }
  .business_research_sttl a {
    color: #3769c3;
    border-bottom: 1px solid #3769c3;
  }
  .business_research_sttl a:hover {
    color: #3769c3;
    border-bottom: none;
  }
  .business_grant_outer {
    margin: 10px 0 20px 0;
    border: solid 1.5px #b2b2b2;
    padding: 30px 20px;
    font-size: 0.8rem;
    line-height: 1.4rem;
    border-radius: 10px;
  }
  .business_grant_outer p {
    margin: 0 0 20px 0;
  }
  .business_grant_ttl {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .business_grant_sttl {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 3px;
    text-align: left;
  }
  .business_grant_outer .ttl_circle {
    position: relative;
    padding: 0 0 0 1.1rem;
    text-align: left;
    line-height: 1.4rem;
  }
  .business_grant_outer .ttl_circle:before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    display: inline-block;
    background-color: #b2b2b2;
    border-radius: 50%;
    position: absolute;
    top: 0.25rem;
    left: 0;
  }
}
/******************************************

JOIN US

*******************************************/
.ttl_joinus {
  margin-bottom: 30px;
}
.ttl_joinus h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
  color: #3769c3;
  line-height: 3rem;
}
.joinus_sttl {
  font-size: 1rem;
  color: #3769c3;
  font-weight: 400;
}
.joinus_scholarship {
  width: 1000px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
  text-align: left;
  padding: 20px 0;
  border-top: solid 1.5px #c3d2ed;
  border-bottom: solid 1.5px #c3d2ed;
}
.joinus_scholarship img {
  margin-right: 20px;
}
.joinus_desc_outer {
  padding: 60px 0 0 0;
}
.joinus_desc_cont {
  background: rgba(255, 255, 255, 0.8);
  width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 40px;
  border-radius: 10px;
}
.joinus_desc_cont p {
  margin: 0 0 20px 0;
  text-align: left;
}
.joinus_desc_cont ul li {
  text-align: left;
}
.ttl_circle_desc {
  position: relative;
  padding: 0 0 0 1.3rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.ttl_circle_desc:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-color: #b2b2b2;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.seniorwords {
  margin: 0 0 60px 0;
}
.seniorwords_ttl {
  font-size: 1.2rem;
  font-weight: 500;
}
.seniorwords_outer {
  width: 1000px;
  margin: 40px auto 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seniorwords_contex {
  width: 480px;
  background-color: #d9e5ff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.seniorwords_cont {
  display: flex;
  justify-content: flex-end;
  background-image: url(../img/joinus/img_fukidashi.png);
  background-position: 160px bottom;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.seniorwords_contR {
  width: 280px;
}
.seniorwords_comment {
  width: 100%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 30px 36px;
  text-align: left;
}
.seniorwords_title {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 20px;
  width: 280px;
}
.seniorwords_title span {
  font-weight: 500;
  font-size: 1.1rem;
  color: #3769c3;
}
.table_joinus_outer {
  width: 900px;
  margin: 40px auto;
}
table.t-joinus {
  width: 100%;
  border-collapse: collapse;
}
table.t-joinus tbody th {
  padding: 14px 1rem;
  border-top: #b2b2b2 solid 1px;
  border-bottom: #b2b2b2 solid 1px;
  background-color: #d9e5ff;
  vertical-align: top;
  white-space: nowrap;
  width: 10rem;
  font-weight: 400;
  text-align: center;
}
table.t-joinus tbody tr:last-child th {
  border-top: #b2b2b2 solid 1px;
  border-bottom: #b2b2b2 solid 1px;
  white-space: nowrap;
}
table.t-joinus tbody td {
  text-align: left;
  padding: 0;
  border-top: #b2b2b2 solid 1px;
  border-bottom: #b2b2b2 solid 1px;
  vertical-align: top;
}
table.t-joinus tbody td span {
  padding: 14px 0 14px 1rem;
  display: table-cell;
}
/* ac2 */
.acc_cont {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 0 0 0;
}
.ac2 {
  width: 1000px;
  margin: 0 auto;
}
.ac2 dl, .ac2 dt, .ac2 dd {
  margin: 0;
  padding: 0;
}
.ac2 dl + dl {
  margin-top: 1rem;
}
.ac2 dt, .ac2 dd {
  padding: 0;
}
.ac2 dl {
  position: relative;
  overflow: hidden;
}
.ac2 dl > input {
  display: none;
}
.ac2 dt {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  cursor: pointer;
  transition: .4;
}
.ac2 dt:hover {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  cursor: pointer;
  transition: .4;
  color: #ff7043;
  text-decoration: underline;
}
.ac2 dd {
  position: absolute;
  visibility: hidden;
  transition: .4s;
  border-bottom: solid 1px #c3d2ed;
  border-top: solid 1px #c3d2ed;
  margin: 20px 0 0 0;
}
.ac2 dl > input:checked + label + dd {
  position: relative;
  visibility: visible;
  transform: translateY(0);
}
.ac2 dt::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-left: 10px;
  /*right: 10px;*/
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #3769c3 transparent transparent transparent;
  transform: translateY(-50%);
  transition: .4s;
}
.ac2 dl > input:checked + label > dt::after {
  transform: translateY(-50%) rotate(180deg);
}
.ac2 ul {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ac2 ul::before {
  content: "";
  display: block;
  width: 240px;
  order: 1;
}
.ac2 ul::after {
  content: "";
  display: block;
  width: 240px;
}
.ac2 ul li {
  width: 240px;
  text-align: left;
}
.ac2 ul li:before {
  content: '・';
}
.message_outer {
  width: 1000px;
  margin: 0 auto;
}
.message_cont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
}
.message_title {
  font-weight: 500;
  font-size: 1.1rem;
}
.message_title span {
  font-weight: 500;
  font-size: 1.1rem;
  color: #3769c3;
}
.message_img {
  background-color: #d9e5ff;
  border-radius: 10px;
  height: 110px;
  width: 110px;
  margin-right: 40px;
}
.message_txt_outer {
  width: 650px;
  margin: 40px auto 60px auto;
}
.message_txt_cont {
  margin-bottom: 30px;
  text-align: left;
}
.message_q {
  color: #3769c3;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.joinus_gap {
  margin-top: 60px !important;
  display: block;
}
.btn_message_cont {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0 50px 0;
}
#message_link {
  position: relative;
  z-index: 1;
}
#message_link::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-left: 5px;
  /*right: 10px;*/
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #3769c3 transparent transparent transparent;
  transform: translateY(-50%);
  transition: .4s;
}
.btn_message {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 2px #3769c3;
  transition: ease .3s;
  border-radius: 14px;
  cursor: pointer;
  font-size: 1.3rem;
  color: #3769c3;
  margin-top: auto;
  background-color: #FFFFFF;
  padding: 20px 40px 20px 120px;
  background-image: url("../img/joinus/img_p_btn.png");
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: 10px bottom;
}
.btn_message:hover {
  filter: drop-shadow(0 0 0.4rem #4c6faf);
}
@media screen and (max-width: 768px) {
  .ttl_joinus {
    margin-bottom: 30px;
  }
  .ttl_joinus h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    color: #3769c3;
    line-height: 2rem;
  }
  .joinus_sttl {
    font-size: 1rem;
    color: #3769c3;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .joinus_scholarship {
    width: 100%;
    margin: 30px auto;
    display: block;
    justify-content: center;
    font-size: 0.9rem;
    text-align: left;
    padding: 20px 0;
    border-top: solid 1.5px #c3d2ed;
    border-bottom: solid 1.5px #c3d2ed;
  }
  .joinus_scholarship_img {
    text-align: center;
  }
  .joinus_scholarship img {
    margin: 0 0 10px 0;
    width: 100px;
    height: auto;
  }
  .joinus_desc_outer {
    padding: 40px 20px 0 20px;
  }
  .joinus_desc_cont {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    border-radius: 10px;
  }
  .joinus_desc_cont p {
    margin: 0 0 20px 0;
    text-align: left;
  }
  .joinus_desc_cont ul li {
    text-align: left;
  }
  .ttl_circle_desc {
    position: relative;
    padding: 0 0 0 1.3rem;
    font-size: 1rem;
    font-weight: 500;
  }
  .ttl_circle_desc:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-color: #b2b2b2;
    border-radius: 50%;
    position: absolute;
    top: 0.3rem;
    left: 0;
  }
  .seniorwords {
    margin: 0 0 60px 0;
  }
  .seniorwords_ttl {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .seniorwords_outer {
    width: 100%;
    margin: 40px auto 20px auto;
    display: block;
  }
  .seniorwords_contex {
    width: 100%;
    background-color: #d9e5ff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .seniorwords_cont {
    display: flex;
    justify-content: center;
    background-image: url(../img/joinus/img_fukidashi.png);
    background-position: 60px bottom;
    background-repeat: no-repeat;
    background-size: 50px auto;
  }
  .seniorwords_contL {
    width: 90px;
  }
  .seniorwords_contL img {
    width: 90px;
    height: auto;
  }
  .seniorwords_contR {
    width: 200px;
  }
  .seniorwords_comment {
    width: 100%;
    background-color: #FFF;
    border-radius: 20px;
    padding: 22px;
    text-align: left;
    font-size: 0.9rem;
  }
  .seniorwords_title {
    width: 200px;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .seniorwords_title span {
    font-weight: 500;
    font-size: 1rem;
    color: #3769c3;
  }
  .table_joinus_outer {
    width: 100%;
    margin: 40px auto;
  }
  table.t-joinus {
    width: 100%;
    border-collapse: collapse;
  }
  table.t-joinus tbody th {
    padding: 5px 1rem;
    border-top: #b2b2b2 solid 1px;
    border-bottom: none;
    background-color: #d9e5ff;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    font-weight: 400;
    text-align: center;
    display: block;
  }
  table.t-joinus tbody tr:last-child th {
    border-top: #b2b2b2 solid 1px;
    border-bottom: none;
    white-space: nowrap;
  }
  table.t-joinus tbody td {
    text-align: left;
    padding: 0;
    border-top: #b2b2b2 solid 1px;
    border-bottom: none;
    vertical-align: top;
    display: block;
  }
  table.t-joinus tbody tr:last-child td {
    border-bottom: #b2b2b2 solid 1px;
  }
  table.t-joinus tbody td span {
    padding: 14px 0 14px 1rem;
    display: table-cell;
  }
  /* ac2 */
  .ac2 {
    width: 100%;
    margin: 0 auto;
  }
  .ac2 dl, .ac2 dt, .ac2 dd {
    margin: 0;
    padding: 0;
  }
  .ac2 dl + dl {
    margin-top: 1rem;
  }
  .ac2 dt, .ac2 dd {
    padding: 0;
  }
  .ac2 dl {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
  }
  .ac2 dl > input {
    display: none;
  }
  .ac2 dt {
    position: relative;
    z-index: 1;
    padding-right: 0;
    cursor: pointer;
    transition: .4;
    color: #000;
  }
  .ac2 dt:hover {
    position: relative;
    z-index: 1;
    padding-right: 0;
    cursor: pointer;
    transition: .4;
    color: #ff7043;
    text-decoration: underline;
  }
  .ac2 dd {
    position: absolute;
    visibility: hidden;
    transition: .4s;
    border-bottom: solid 1px #c3d2ed;
    border-top: solid 1px #c3d2ed;
    margin: 20px 0 0 0;
  }
  .ac2 dl > input:checked + label + dd {
    position: relative;
    visibility: visible;
    transform: translateY(0);
  }
  .ac2 dt::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-left: 5px;
    /*right: 10px;*/
    border-style: solid;
    border-width: 17.3px 10px 0 10px;
    border-color: #3769c3 transparent transparent transparent;
    transform: translateY(-50%);
    transition: .4s;
  }
  .ac2 dl > input:checked + label > dt::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .ac2 ul {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ac2 ul::before {
    content: "";
    display: block;
    width: 50%;
    order: 1;
  }
  .ac2 ul::after {
    content: "";
    display: block;
    width: 50%;
  }
  .ac2 ul li {
    width: 50%;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-bottom: 3px;
  }
  .ac2 ul li:before {
    content: '・';
  }
  .message_outer {
    width: 100%;
    margin: 0 auto;
  }
  .message_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  .message_title {
    font-weight: 500;
    font-size: 1rem;
  }
  .message_title span {
    font-weight: 500;
    font-size: 1rem;
    color: #3769c3;
  }
  .message_img {
    background-color: #d9e5ff;
    border-radius: 10px;
    height: 110px;
    width: 110px;
    margin-right: 10px;
  }
  .message_txt_outer {
    width: 100%;
    margin: 40px auto 60px auto;
  }
  .message_txt_cont {
    margin-bottom: 30px;
    text-align: left;
  }
  .message_q {
    color: #3769c3;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .joinus_gap {
    margin-top: 0 !important;
    display: block;
  }
  .btn_message_cont {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 0 40px 0;
  }
  #message_link {
    position: relative;
    z-index: 1;
  }
  #message_link::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-left: 5px;
    /*right: 10px;*/
    border-style: solid;
    border-width: 17.3px 10px 0 10px;
    border-color: #3769c3 transparent transparent transparent;
    transform: translateY(-50%);
    transition: .4s;
  }
  .btn_message {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: solid 2px #3769c3;
    transition: ease .3s;
    border-radius: 14px;
    cursor: pointer;
    font-size: 1.1rem;
    color: #3769c3;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    padding: 20px 40px 20px 120px;
    background-image: url("../img/joinus/img_p_btn.png");
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: 10px bottom;
  }
  .btn_message:hover {
    filter: drop-shadow(0 0 0.4rem #4c6faf);
  }
}
/******************************************

PRIVACY POLICY

*******************************************/
#privacypolicy {
  background-color: #d1def8;
  padding-bottom: 60px;
}
.privacypolicy_outer {
  background-color: #FFF;
  width: 100%;
  padding: 90px 0 0 0;
}
.privacypolicy_cont {
  width: 700px;
  margin: 0 auto;
  padding: 0 0 70px 0;
  border-bottom: solid 1.5px #a8a8a8;
  text-align: left;
}
.privacypolicy_cont:last-child {
  border-bottom: none;
}
.privacypolicy_cont h3 {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
.privacypolicy_cont p {
  margin: 0 0 30px 0;
  text-align: left;
}
.privacy_ft {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #privacypolicy {
    background-color: #d1def8;
    padding-bottom: 60px;
  }
  .privacypolicy_outer {
    background-color: #FFF;
    width: 100%;
    padding: 40px 0 0 0;
  }
  .privacypolicy_cont {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 50px 20px;
    border-bottom: solid 1.5px #a8a8a8;
    text-align: left;
  }
  .privacypolicy_cont:last-child {
    border-bottom: none;
  }
  .privacypolicy_cont h3 {
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
  }
  .privacypolicy_cont p {
    margin: 0 0 30px 0;
    text-align: left;
  }
  .privacy_ft {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }
}