@charset "UTF-8";
@import url("pc-menu.css");
body.fixed {
   width: 100%;
}
img {
	width: 100%;
	height: auto;
}

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 12;
}
.sponly {
    display: none;
}
.brtab, .brsp, .sp, .sp2, .tab-img {
 	display: none;
 }
.fin {
	opacity : 0;
	transform : translate(0, 30px);
	transition-duration: 1.5s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}


@media all and (max-width: 480px) {}


/*------------------------------------------------------------
   HEADER
------------------------------------------------------------*/

header {
   position: fixed;
   height: 110px;
   width: 100%;
   background: #FFF;
   top: 0;
   left: 0;
   z-index: 3;
   transition: all .5s;
}
header.scroll-nav {
   height: 80px;
}
header .logo {
   position: relative;
   width: 160px;
   top: 50%;
   transform: translateY(-50%);
   left: 40px;
   padding-right: 30px;
}
header .logo:before {
   width: 12px;
   height: 12px;
   background-image: url("../img/new-window.svg");
   right: 0;
   top: calc(50% - 6px);
}
header .career-ttl {
   font-family: 'Poppins', sans-serif;
   font-size: 20px;
   font-weight: 500;
   position: absolute;
   left: 260px;
   top: 50%;
   transform: translateY(-50%);
   white-space: nowrap;
   color: #06456F;
}
@media all and (max-width: 1200px) {
header .logo {
   width: 140px;
   left: 20px;
   padding-right: 15px;
}
header .logo:before {
   width: 8px;
   height: 8px;
   background-image: url("../img/new-window.svg");
   right: 0;
   top: calc(50% - 4px);
}
header .career-ttl {
   font-family: 'Poppins', sans-serif;
   font-size: 16px;
   font-weight: 500;
   position: absolute;
   left: 200px;
   top: 50%;
   transform: translateY(-50%);
   white-space: nowrap;
   color: #06456F;
}
}

/*------------------------------------------------------------
   FOOTER
------------------------------------------------------------*/
footer .copyright {
   width: 100%;
   height: 40px;
   background: #06456F;
}
footer .copyright > p {
   font-size: 10px;
   text-align: center;
   color: #FFFFFF;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}
.footer-menu {
   width: 100%;
   padding: 50px 0;
   background: #E9EEF2;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.footer-menu .fm-block01 {
   width: 55%;
   max-width: 700px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   box-sizing: border-box;
   padding: 0 60px 0 40px;
}
.footer-menu .fm-block01 .footer-logo {
   width: 170px;
   padding-right: 25px;
   position: relative;
}
.footer-menu .fm-block01 .footer-logo:before {
   width: 12px;
   height: 12px;
   background-image: url("../img/new-window.svg");
   right: 0;
   top: calc(50% - 6px);
}
.footer-menu .fm-block01 .footer-career-ttl {
   font-family: 'Poppins', sans-serif;
   font-size: 20px;
   font-weight: 500;
   color: #06456F;
   white-space: nowrap;
   position: relative;
   top: 5px;
}
.footer-menu .fm-block01 .footer-top-link a {
   text-decoration: none;
   font-size: 15px;
   font-weight: 600;
   position: relative;
   color: #06456F;
   padding: 0 25px 0 0;
   top: 8px;
}
.footer-menu .fm-block01 .footer-top-link a:before {
   width: 12px;
   height: 12px;
   background-image: url("../img/new-window.svg");
   right: 0;
   top: calc(50% - 6px);
}
.footer-menu .fm-block02 {
   width: 45%;
   position: relative;
}
.fm-block02 ul {
   position: absolute;
   right: 40px;
   top: calc(50%);
   transform: translateY(-50%);
   width: 100%;
   max-width: 450px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.fm-block02 ul li {
   display: inline-block;
   position: relative;
   transition: all .5s;
}
.career-top .fm-block02 ul li:nth-child(1) p,
.movie .fm-block02 ul li:nth-child(3) p,
.people .fm-block02 ul li:nth-child(4) p,
.faq .fm-block02 ul li:nth-child(5) p, 
.outline .fm-block02 ul li:nth-child(6) p {
   color: #45BBCF;
}
.career-top .fm-block02 ul li:nth-child(1) p:before,
.movie .fm-block02 ul li:nth-child(3) p:before,
.people .fm-block02 ul li:nth-child(4) p:before,
.faq .fm-block02 ul li:nth-child(5) p:before,
.outline .fm-block02 ul li:nth-child(6) p:before {
   transform: scale(1, 1); 
   height: 2px;
   background: #45BBCF;
   bottom: 0px;
}
.fm-block02 ul li > p {
   position: relative;
   font-size: 13px;
   padding: 5px 0;
   font-weight: 500;
   transition: all .5s;
}
.fm-block02 ul li:hover > p {
   color: #45BBCF;
}
.fm-block02 ul li > p:before {
   width: 100%;
   height: 2px;
   background: #45BBCF;
   bottom: 0px;
   transition: all .3s;
   transform: scale(0, 1);
   transform-origin: center top;
}
.fm-block02 ul li:hover > p:before {
   transform: scale(1, 1); 
   height: 2px;
   background: #45BBCF;
   bottom: 0px;
}
/*------------------------------------------------------------
   共通項目
------------------------------------------------------------*/
.scale-bg .bg {
   position: relative;
   overflow: hidden;
   background: #000000;
   border-radius: 5px;
}
.scale-bg .bg img {
   opacity: 1;
   transform: scale(1.01);
   transition: all .3s;
}
.scale-bg:hover .bg img {
   opacity: .8;
   transform: scale(1.06);
}

.blue-arrow:before {
   width: 40px;
   height: 40px;
   right: 0;
   bottom: 0;
   background: #06456F;
   transition: all .3s;
   border-radius: 0 0 5px 0;
   z-index: 1;
}
.btn-parent:hover .blue-arrow:before {
   background: #45BBCF;
}
.blue-arrow:after {
   width: 10px;
   height: 10px;
   background-image: url("../img/arrow.svg");
   right: 15px;
   bottom: 15px;
   z-index: 2;
}
.button01 {
   position: relative;
   overflow: hidden;
   text-decoration: none;
   display: inline-block;
   padding: 15px 30px;
   box-sizing: border-box;
   background: #06456F;
   text-align: center;
   outline: none; 
   transition: ease .2s;
   width: 80%;
   left: 50%;
   transform: translateX(-50%);
   max-width: 400px;
   border-radius: 5px;
}
.button01 p {
  position: relative;
  z-index: 3;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  white-space: nowrap;
}
.button01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #45BBCF;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.button01:hover:before{
  transform-origin: left top;
  transform: scale(1, 1);
}
.button01:after {
   width: 10px;
   height: 10px;
   background-image: url("../img/arrow.svg");
   right: 15px;
   top: calc(50% - 5px);
   z-index: 2;
}

.button02 {
   position: relative;
   overflow: hidden;
   text-decoration: none;
   display: inline-block;
   padding: 15px 30px;
   box-sizing: border-box;
   background: #06456F;
   text-align: center;
   outline: none; 
   transition: ease .2s;
   width: 80%;
   left: 50%;
   transform: translateX(-50%);
   max-width: 500px;
   border-radius: 5px;
   margin: 60px 0 0;
}
.button02 p {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}
.button02 p:after {
   width: 14px;
   height: 14px;
   background-image: url("../img/entry-icon.svg");
   left: -50px;
   top: calc(50% - 7px);
}
.button02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #45BBCF;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.button02:hover:before{
  transform-origin: left top;
  transform: scale(1, 1);
}
.button02:after {
   width: 10px;
   height: 10px;
   background-image: url("../img/arrow.svg");
   right: 15px;
   top: calc(50% - 5px);
   z-index: 2;
}



.button03 {
   position: relative;
   overflow: hidden;
   text-decoration: none;
   display: inline-block;
   padding: 15px 30px;
   min-height: 60px;
   box-sizing: border-box;
   background: #06456F;
   text-align: center;
   outline: none; 
   transition: ease .2s;
   border-radius: 5px;
}
.button03 p {
  position: relative;
  z-index: 3;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  white-space: nowrap;
}
.button03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #45BBCF;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.button03:hover:before{
  transform-origin: left top;
  transform: scale(1, 1);
}
.button03:after {
   width: 10px;
   height: 10px;
   background-image: url("../img/arrow.svg");
   right: 15px;
   top: calc(50% - 5px);
   z-index: 2;
}

.button04 {
   position: relative;
   overflow: hidden;
   text-decoration: none;
   display: inline-block;
   padding: 15px 30px;
   min-height: 60px;
   box-sizing: border-box;
   background: #06456F;
   text-align: center;
   outline: none; 
   transition: ease .2s;
   border-radius: 5px;
}
.button04 p {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  padding: 0 30px;
  white-space: nowrap;
}
.button04 p:after {
   width: 12px;
   height: 12px;
   background-image: url("../img/entry-icon.svg");
   left: 0;
   top: calc(50% - 6px);
}
.button04:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #45BBCF;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.button04:hover:before{
  transform-origin: left top;
  transform: scale(1, 1);
}
.button04:after {
   width: 10px;
   height: 10px;
   background-image: url("../img/arrow.svg");
   right: 15px;
   top: calc(50% - 5px);
   z-index: 2;
}



/*------------------------------------------------------------
   下層共通
------------------------------------------------------------*/

.basic .ttl-box {
   width: 100%;
   height: 220px;
   background: #E9EEF2;
   margin-top: 110px;
   position: relative;
}
.basic h1 {
   text-align: center;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   font-size: 18px;
   font-weight: 400;
}
.basic h1 span {
   color: #06456F;
   font-size: 60px;
   font-weight: 100;
   display: block;
   line-height: 1.4em;
}
.basic .content-box {
   padding: 80px 0;
}
.basic .intro {
   text-align: center;
   padding-bottom: 60px;
}
.related-links {
   padding: 120px 0 80px;
   margin: 120px 0 0;
   position: relative;
}
.related-links:before {
   background-image:url( "../img/dots.svg");
   height: 8px;
   width: 44px;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
}
.related-links h3 {
   text-align: center;
   font-size: 60px;
   font-weight: 100;
   color: #06456F;
}
.related-links ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 90%;
   max-width: 1000px;
   margin: 30px auto 0;
}
.related-links ul li {
   width: 47%;
   margin: 0 1.5% 4%;
   position: relative;
}
.interview .related-links ul li .txt-box {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 2;
   width: 100%;
   box-sizing: border-box;
   padding: 15px;
   background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%,  rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .6) 100%);
   border-radius: 0 0 5px 5px;
}
.movie .related-links ul li .txt-box {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
}
.related-links ul li .txt-box p {
   color: #FFF;
   font-size: 14px;
   font-weight: 300;
}
.movie .related-links ul li .txt-box p {
   text-align: center;
   font-size: 18px;
   font-weight: 400;
}
.related-links ul li .txt-box p span {
   font-size: 24px;
   padding-right: 10px;
}
.movie .related-links ul li .txt-box p span {
   font-size: 30px;
   font-weight: 300;
}

/*------------------------------------------------------------
   PEOPLE INDEX
------------------------------------------------------------*/

.people .index-banner {
   width: 90%;
   margin: 0 auto;
   max-width: 980px;
}
.people .index-banner li {
   margin-bottom: 40px;
   position: relative;
   border-radius: 5px;
}
.people .index-banner li .txt-box {
   position: absolute;
   z-index: 1;
   top: 50%;
   transform: translateY(-50%);
   left: 50px;
}
.people .index-banner li:nth-child(2) .txt-box,
.people .index-banner li:nth-child(3) .txt-box {
   left: 45%;
}
.people .index-banner li .txt-box .cc {
   font-size: 32px;
   font-weight: 300;
   line-height: 1.6em;
   color: #FFF;
   text-shadow: 0px 0px 20px rgba(28, 28, 28, 0.1);
   margin-bottom: 10px;
}
.people .index-banner li .txt-box .profile {
   font-size: 14px;
   font-weight: 300;
   line-height: 1.6em;
   color: #FFF;
   text-shadow: 0px 0px 20px rgba(28, 28, 28, 0.1);
   margin-bottom: 10px;
}
.people .index-banner li .txt-box .profile span {
   font-size: 24px;
   padding-right: 10px;
}
.people .index-banner li {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.people .index-banner li:nth-child(1):before {
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background: linear-gradient(90deg, #446d89 0%, rgba(68, 109, 137, 0.03) 64.53%, rgba(68, 109, 137, 0) 100%);
   opacity: 0.82;
   z-index: 1;
   border-radius: 5px;
}
.people .index-banner li:nth-child(2):before,
.people .index-banner li:nth-child(3):before{
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background: linear-gradient(-90deg, #446d89 0%, rgba(68, 109, 137, 0.03) 64.53%, rgba(68, 109, 137, 0) 100%);
   opacity: 0.82;
   z-index: 1;
   border-radius: 5px;
}


/*------------------------------------------------------------
   PEOPLE 詳細
------------------------------------------------------------*/

.interview .main {
   margin-top: 110px;
}
.interview .mv {
   position: relative;
}
.interview .mv:before {
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background: linear-gradient(0deg, #446d89 0%, rgba(68, 109, 137, 0.03) 64.53%, rgba(68, 109, 137, 0) 100%);
   opacity: 0.82;
   z-index: 1;
}
.interview .mv h1 {
   position: absolute;
   bottom: 30px;
   width: 100%;
   max-width: 980px;
   left: 50%;
   transform: translateX(-50%);
   color: #FFF;
   font-size: 50px;
   font-weight: 300;
   line-height: 1.6em;
   text-shadow: 0px 0px 20px rgba(28, 28, 28, 0.1);
   z-index: 2;
}
.interview .content-box {
   width: 90%;
   margin: 0 auto;
   max-width: 980px;
}
.interview  .profile-box {
   padding: 40px 0 60px;
}
.interview  .profile-box .ttl {
   font-size: 18px;
   color: #06456F;
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-style: italic;
   line-height: 1.6em;
   padding: 0 0 5px;
   margin-bottom: 10px;
   border-bottom: solid #E1E8ED 3px;
}
.interview  .profile-box .name {
   font-size: 14px;
   font-weight: 300;
}
.interview  .profile-box .name span {
   font-weight: 300;
   font-size: 24px;
   padding-right: 10px;
}
.interview  .profile-box ul li {
   display: inline-block;
   margin-right: 30px;
}
.interview  .profile-box ul li {
   font-size: 14px;
   font-weight: 300;
}
.interview  .profile-box ul li span {
   font-size: 14px;
   color: #06456F;
   font-weight: 400;
}
.interview-block {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: 60px;
}
.interview-block .txt-box {
   width: 47%;
}
.interview-block .img-box {
   width: 47%;
}
.block02 .txt-box {
   order: 2;
}
.block02 .img-box {
   order: 1;
}
.interview-block .txt-box h2 {
   padding-left: 20px;
   position: relative;
   margin-bottom: 20px;
   font-size: 23px;
   font-weight: 400;
   color: #06456F;
   line-height: 1.6em;
}
.interview-block .txt-box h2:before {
   width: 4px;
   height: 100%;
   border-radius: 2px;
   background: #45BBCF;
   left: 0;
}
.interview-block .txt-box .ip01 {
   font-size: 14px;
   font-weight: 300;
   padding-bottom: 1em;
}



/*------------------------------------------------------------
   MOVIE INDEX
------------------------------------------------------------*/

.movie .index-banner {
   width: 90%;
   margin: 0px auto 0;
   max-width: 980px;
}
.movie .index-banner li {
   margin-bottom: 60px;
   position: relative;
   display: flex;
   flex-wrap: wrap;
}
.movie .index-banner li .bg {
   order: 2;
   width: 50%;
   border-radius: 0 5px 5px 0;
}
.movie .index-banner li .txt-box {
   order: 1;
   width: 50%;
   background: #06456F;
   border-radius: 5px 0 0 5px;
   box-sizing: border-box;
   padding: 30px;
   position: relative;
}
.movie .index-banner li .txt-box .ttl {
   color: #FFF;
   font-size: 13px;
   font-weight: 300;
   margin-bottom: 20px
}
.movie .index-banner li .txt-box .ttl span {
   padding-right: 12px;
   margin-right: 12px;
   position: relative;
}
.movie .index-banner li .txt-box .ttl span:before {
   width: 1px;
   height: 12px;
   background: rgba(255,255,255,0.30);
   right: 0;
   top: calc(50% - 6px);
}
.movie .index-banner li .txt-box .mc {
   font-size: 30px;
   color: #FFF;
   font-weight: 300;
   line-height: 1.6em;
}
.movie .index-banner li .txt-box .txt-bottom {
   position: absolute;
   bottom: 30px;
   box-sizing: border-box;
   padding: 0 30px 0 0;
   width: calc(100% - 30px);
}
.movie .index-banner li .txt-box .txt-bottom .time {
   text-align: right;
   font-size: 13px;
   
   font-weight: 400;
   color: #45BBCF;
   line-height: 1.6em;
   padding-bottom: 5px;
   margin-bottom: 10px;
   border-bottom: 2px solid #45BBCF;
}
.movie .index-banner li .txt-box .txt-bottom .p01 {
   font-size: 13px;
   line-height: 1.6em;
   color: #FFF;
   font-weight: 300;
}

.movie .movie-note {
   width: 90%;
   margin: 0 auto 80px;
   max-width: 1000px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.movie .movie-note li {
   width: 100%;
   margin: 0 1%;
   text-align: center;
   background: #06456F;
   line-height: 70px;
   font-size: 20px;
   color: #FFF;
   position: relative;
}

/*------------------------------------------------------------
   MOVIE  Top-message
------------------------------------------------------------*/

.youtube-area {
   width: 90%;
     margin: 0 auto;
     max-width: 780px;
}
.movie-box {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     margin-bottom: 40px;
}
.movie-box iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.movie h2 {
   text-align: center;
   font-size: 50px;
   font-weight: 300;
   color: #06456F;
   line-height: 1.6em;
   margin-bottom: 80px;
   padding-bottom: 200px;
   position: relative;
   display: inline-block;
   white-space: nowrap;
   left: 50%;
   transform: translateX(-50%);
}
.movie h2 span {
   position: relative;
   
}
.movie h2 span:before {
   width: 28px;
   height: 28px;
   background-image: url("../img/dq-left.svg");
   left: -40px;
   top: 10px;
}
.movie h2 span:after {
   width: 28px;
   height: 28px;
   background-image: url("../img/dq-right.svg");
   right: -150px;
   top: 10px;
}
.movie h2:before {
   width: 1px;
   height: 130px;
   background: #06456F;
   bottom: 0;
   left: 50%;
}
.movie h2:after {
   width: 19px;
   height: 19px;
   background-image: url("../img/circle-wave.svg");
   bottom: -9px;
   left: calc(50% - 9px);
}
.movie .content-box > h3 {
   text-align: center;
   font-size: 60px;
   font-weight: 100;
   color: #06456F;
}
.movie h4 {
   text-align: center;
   font-size: 24px;
   font-weight: 500;
   color: #06456F;
   line-height: 1.6em;
   margin-bottom: 30px;
}
.top-message-extra {
   margin: 90px auto;
   width: 90%;
   max-width: 1000px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.top-message-extra .txt-box {
   width: 48%;
}
.top-message-extra .img-box {
   width: 48%;
}
.top-message-extra .img-box img{
   border-radius: 5px;
}
.top-message-extra .txt-box h5 {
   font-size: 24px;
   font-weight: 500;
   color: #06456F;
   line-height: 1.6em;
   margin-bottom: 30px;
}
.top-message-extra .txt-box .name {
   margin: 30px 0 0;
   font-weight: 300;
}
.top-message-extra .txt-box .name span {
   font-size: 24px;
   padding-left: 10px;
}
.np01 {
   font-size: 14px;
   font-weight: 300;
}

.work-movie-gallery {
   margin: 90px auto;
   width: 90%;
   max-width: 1000px;
}
.work-movie-gallery ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.work-movie-gallery ul li {
   width: 31.33%;
}
.work-movie-gallery ul li img {
   border-radius: 5px;
}

.movie-txt-box {
   position: relative;
   margin-top: -30px;
   margin-bottom: 40px;
}

.movie-txt-box p{
   text-align: left;
   font-size: 14px;
   font-weight: 300;
}



/*------------------------------------------------------------
   FAQ
------------------------------------------------------------*/
.faq .inside_link {
   width: 90%;
   margin: 0 auto 80px;
   max-width: 1000px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.faq .inside_link li {
   width: 23%;
   margin: 0 1%;
   text-align: center;
   background: #06456F;
   line-height: 70px;
   font-size: 18px;
   color: #FFF;
   cursor: pointer;
   position: relative;
}
.faq .inside_link li:before {
   width: 13px;
   height: 7px;
   background: url("../img/menu-arrow.svg");
   right: 20px;
   top: calc(50% - 2px);
}

.faq_box h2 {
   text-align: center;
   font-size: 40px;
   font-weight: 300;
   color: #06456F;
   position: relative;
   padding-bottom: 10px;
   margin-bottom: 40px;
}
.faq_box h2:after {
   width: 40px;
   height: 4px;
   background: #06456F;
   bottom: 0;
   left: calc(50% - 20px);
}

.faq_box {
   margin-bottom: 80px;
}
.faq_box dl {
   width: 90%;
   margin: 0 auto;
   max-width: 1000px;
   border-bottom: solid 1px #ADBEC9;
}
.faq_box dl.first {
   border-top: solid 1px #ADBEC9;
}
.faq_box dl dt {
   cursor: pointer;
   position: relative;
   box-sizing: border-box;
   font-size: 18px;
   padding: 20px 20px 20px 95px;
   font-weight: 400;
   transition: all .5s;
}
.faq_box dl dt span {
   color: #45BBCF;
   font-size: 30px;
   font-weight: 300;
   position: absolute;
   left: 20px;
}
.faq_box dl dt:after {
   width: 22px;
   height: 22px;
   background-image: url("../img/plus.svg");
   right: 20px;
   top: calc(50% - 9px);
}
.faq_box dl dt.active:after {
   background-image: url("../img/minus.svg");
}
.faq_box dl dd {
   display: none;
   position: relative;
   box-sizing: border-box;
   padding: 20px 20px 20px 95px;
   background: #F5F5F5;
   font-size: 14px;
   font-weight: 300;
}
.faq_box dl dd span {
   color: #45BBCF;
   font-size: 30px;
   font-weight: 300;
   position: absolute;
   left: 20px;
}
.faq_box dl dd a {
   color: #45BBCF;
}


/*------------------------------------------------------------
   outline index
------------------------------------------------------------*/


.outline-index .content-box {
   width: 90%;
   margin: 0 auto 0;
   max-width: 980px;
}
.outline-box {
   margin-bottom: 80px;
}
.outline-box dl {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.outline-box dl dt {
   width: 20%;
   box-sizing: border-box;
   padding: 30px 15px;
   color: #06456F;
   font-size: 15px;
   font-weight: 500;
   border-bottom: #06456F solid 1px;
}
.outline-box dl dd {
   width: calc(80% - 4px);
   box-sizing: border-box;
   padding: 30px 15px;
   border-bottom: #ADBEC9 solid 1px;
   font-size: 14px;
   font-weight: 300;
}
.outline-box dl.first dt {
   border-top: #06456F solid 1px;
}
.outline-box dl.first dd {
   border-top: #ADBEC9 solid 1px;
}
.outline-box dl dd a {
   color: #45BBCF;
   font-weight: 400;
}

.outline-index h2,
.outline-all h2 {
   text-align: center;
   font-size: 40px;
   font-weight: 300;
   color: #06456F;
   position: relative;
   padding-bottom: 10px;
   margin-bottom: 40px;
}
.outline-index h2:after,
.outline-all h2:after {
   width: 40px;
   height: 4px;
   background: #06456F;
   bottom: 0;
   left: calc(50% - 20px);
}
.outline-index .note,
.outline-all .note {
   text-align: center;
   font-size: 14px;
   font-weight: 300;
}


.process-box ul {
   margin: 60px auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.process-box ul li {
   width: 180px;
   background: #E9EEF2;
   margin: 0 5px 20px;
   position: relative;
   box-sizing: border-box;
   padding: 20px;
   min-height: 180px
}
.process-box ul li .number {
   position: absolute;
   left: 0;
   top: 0;
   width: 30px;
   height: 30px;
}
.process-box ul li .number p {
   color: #FFF;
   z-index: 2;
   position: absolute;
   left: 55%;
   top: 55%;
   transform: translate(-50%, -50%);
}
.process-box ul li .number:before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #8398A5 transparent transparent transparent;
}
.process-box ul li .txt-box {
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.process-box ul li .txt-box .ttl {
   text-align: center;
   font-weight: 500;
   font-size: 14px;
}
.process-box ul li .txt-box .sub-txt {
   font-size: 13px;
   line-height: 1.4em;
   font-weight: 300;
   padding: 10px 0 0;
}

.buttons-box ul {
   margin: 50px auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 90%;
}
.buttons-box ul li {
   width: 46%;
   margin: 0 2%;
}

/*------------------------------------------------------------
   outline 一覧
------------------------------------------------------------*/
.outline-all .content-box {
   width: 90%;
   margin: 0 auto 0;
   max-width: 980px;
   padding-bottom: 80px;
}

.outline-list {
   margin: 40px 0 80px;
}

.outline-list dl {
   margin-bottom: 40px;
   position: relative;
}
.outline-list dl dt {
   background: #E9EEF2;
   font-size: 15px;
   font-weight: 500;
   color: #06456F;
   line-height: 1.6em;
   padding: 20px 30px;
   position: relative;
}
.outline-list dl dt:before {
   display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    top: 0;
    border-width: 20px 20px 0 0;
    border-color: #45BBCF transparent transparent transparent;
}
.outline-list dl dd {
   border: solid 1px #E9EEF2;
   padding: 20px 30px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.outline-list dl dd .location {
   width: calc(100% - 120px);
   font-size: 15px;
   font-weight: 400;
}
.outline-list dl dd .location span {
   font-weight: 500;
   padding-right: 15px;
}
.outline-list dl dd .more-button {
   width: 120px;
}
.outline-list dl dd .more-button{
   text-decoration: none;
   color: #06456F;
   font-size: 18px;
   font-weight: 300;
   padding-right: 30px;
   box-sizing: border-box;
   position: relative;
   white-space: nowrap;
}
.outline-list dl dd .more-button:before {
   width: 16px;
   height: 16px;
   background-image: url("../img/more-arrow.svg");
   right: 0px;
   top: calc(50% - 8px);
}
/*------------------------------------------------------------
   outline detail
------------------------------------------------------------*/
.detail h1 {
   text-align: center;
   font-size: 40px;
   font-weight: 300;
   color: #06456F;
   position: relative;
   padding: 40px 0px 10px;
   margin-bottom: 40px;
}
.detail h1:after {
   width: 40px;
   height: 4px;
   background: #06456F;
   bottom: 0;
   left: calc(50% - 20px);
}
.detail .main {
   margin-top: 110px;
}
.detail .content-box {
   width: 90%;
   margin: 0 auto 0;
   max-width: 980px;
   padding-bottom: 80px;
}
.detail dl dd .txt-box01 {
   padding-bottom: 10px;
}
.detail dl dd .txt-box01 .ttl {
   font-weight: 500;
}
.list-style01 {
   margin-left: 1.5em;
}
.list-style01 li {
   list-style: outside;
}