@charset "utf-8";


html {-webkit-text-size-adjust:none}

* {
    margin: 0;
    padding: 0;
}
*:focus {
outline: none;
}

a {
outline: none;
border-style: none;
cursor: pointer;
}
a:active {
outline:none;
}
::selection { 
	color: #000;
	background-color: #ddd;
}
::-moz-selection { 
	color: #000;
	background-color: #ddd;
}
@font-face {
font-family: 'user-NotoSansJP-Medium';
src: url(../../font/NotoSansJP-Medium.otf) format('opentype'),
    url(../../font/NotoSansJP-Medium.woff) format('woff');
}
@font-face {
font-family: 'user-NotoSansJP-Regular';
src: url(../../font/NotoSansJP-Regular.otf) format('opentype'),
    url(../../font/NotoSansJP-Regular.woff) format('woff');
}
@font-face {
font-family: 'user-PublicSans-Medium';
src: url(../../font/PublicSans-Medium.otf) format('opentype'),
    url(../../font/PublicSans-Medium.woff) format('woff');
}
@font-face {
font-family: 'user-PublicSans-Light';
src: url(../../font/PublicSans-Light.otf) format('opentype'),
    url(../../font/PublicSans-Light.woff) format('woff');
}
@font-face {
font-family: 'user-etna';
src: url(../../font/etna.otf) format('opentype'),
    url(../../font/etna.woff) format('woff');
}

body {
	-webkit-font-smoothing: antialiased;
    color: #445b7d;
	height: 100%;
	text-align: left;	
	font-family: 'user-PublicSans-Light','DM Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans JP','ＭＳ Ｐゴシック','MS PGothic','Hiragino Sans',sans-serif; 	
	letter-spacing:0.03em;
	background: #fff;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,p,th {
	font-weight: normal;
	margin: 0;
}

a{
	text-decoration: none;
    color: #445b7d;
    opacity: 1;
    transition: 0.6s;
    cursor: pointer!important;
}
a:hover{
	text-decoration: none;
    cursor: pointer!important;
    color: #445b7d;
}
ul {
	margin:0;
	padding: 0;
    list-style: none;
}
.clearfix:after {
    content:"";
    display: block;
    clear: both;
}
.sp-only {
    display: none!important;
}
.pc-only {
    display: block;
}
.sp,
.lap {
    display: none;
}

img {
    width: 100%;
}

/* fadein */

.fadein {
   opacity: 0;
   transition: all 0.5s 0s ease-out;
 }
.fadein-up {
    transform: translateY(80px);
    transition: all 0.5s 0s ease-out;
}
.fadein.isshow {
    opacity: 1;
}
.isshow > .fadein-up {
   transform: translateY(0px);
}
.fadain.deley {
    transition-delay: 0.5s;
}
.anim {
    position: relative;
    -webkit-transition: all 1.25s ease-out;
    -ms-transition: all 1.25s ease-out;
    transition: all 1.25s ease-out;
}
.anim:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 1200ms cubic-bezier(0.160, 1.065, 0.795, 0.965);
    -webkit-transition: all 1200ms cubic-bezier(0.160, 1.065, 0.795, 0.965);
    -ms-transition: all 1200ms cubic-bezier(0.160, 1.065, 0.795, 0.965);
    transition-timing-function: cubic-bezier(0.160, 1.065, 0.795, 0.965);
    -webkit-transition-timing-function: cubic-bezier(0.160, 1.065, 0.795, 0.965);
    -ms-transition-timing-function: cubic-bezier(0.160, 1.065, 0.795, 0.965);
}
.anim_tb {
    position: relative;
    -webkit-transition: all 0.85s ease-out;
    -ms-transition: all 0.85s ease-out;
    transition: all 0.85s ease-out;
}
.anim_tb:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 800ms cubic-bezier(0.160, 1.065, 0.795, 0.965);
    -webkit-transition: all 800ms cubic-bezier(0.160, 1.065, 0.795, 0.965);
    -ms-transition: all 800ms cubic-bezier(0.160, 1.065, 0.795, 0.965);
    transition-timing-function: cubic-bezier(0.160, 1.065, 0.795, 0.965);
    -webkit-transition-timing-function: cubic-bezier(0.160, 1.065, 0.795, 0.965);
    -ms-transition-timing-function: cubic-bezier(0.160, 1.065, 0.795, 0.965);
}
.anim_tb.anim-left_right:after {
    left: initial;
    left: auto;
    right: 0px;
}
.isshow .anim_tb.anim-left_right:after {
    width: 0;
}
.anim.anim-top_bottom:after {
    top: initial;
    top: auto;
    bottom: 0px;
}
.isshow .anim.anim-top_bottom:after {
    height: 0;
}
.anim_tb.anim-right_left:after {
    right: initial;
    right: auto;
    left: 0px;
}
.isshow .anim_tb.anim-right_left:after {
    width: 0;
}
/* layout */
section#top {
    position: relative;
    height: 100vh;
}
section#top img.pc-only {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-section-title01 {
    position: absolute;
    top: 40px;
    z-index: 2;
    left: 40px;
    width: 40vh;
    transition-delay: 0.5s;
}
section#top div.top-section-title02 {
    position: absolute;
    z-index: 2;
    top: calc(50% - 260px);
    transition-delay: 0.7s;
    font-size: 16px;
    right: 50px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 520px;
    letter-spacing: 0.05em;
    font-family: 'user-PublicSans-Medium',sans-serif;
}
section#top div.fadein {
    height: 100%;
}
.introduction {
    width: 90%;
    margin: 50px auto 80px;
    font-size: 18px;
    font-family: 'user-NotoSansJP-Medium',sans-serif;
    line-height: 1.8;
    text-align: center;
}
.introduction:before {
    content: "";
    height: 50px;
    width: 1.5px;
    background-color: #445b7d;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}

/*  section area */
.section-wrap {
    display: flex;
    margin-bottom: 130px;
    position: relative;
}
.section-area-odd,
.section-area-evn {
    width: 50%;
}
.section-area-odd:last-child {
    margin: 0px 0px 0px 50px;
    width: calc(50% - 50px);
}
.section-area-evn:first-child {
    margin: 0px 50px 0px 0px;
    width: calc(50% - 50px);
}
.lead {
    font-size: 1.1vw;
    font-family: 'user-PublicSans-Medium',sans-serif;
    position: relative;
    width: calc(100% - 50px);
}
.section-area-evn .lead {
    margin:0 20px 0 50px;
    width: calc(100% - 70px);
}
.lead01 {
    float: left;
}
.lead02 {
    float: right;
    font-family: 'user-PublicSans-Medium',sans-serif;
    font-size: 2.2vw;
}
.item-title {
    font-size: 5.5vw;
    font-family: 'user-etna' ,sans-serif;
    line-height: 0.9;
    padding: 6% 0 4%;
}
.item-title span {
    font-family: 'user-PublicSans-Medium',sans-serif;
}
.section-area-evn .item-title {
    margin-left: 50px;
}
.lead:after {
    content: "";
    display: block;
    clear: both;
}
.item-ph  {
    position: relative;
}
.item-ph p {
    margin: 0 0 0 auto;
    width: 85.5%;
}
.section-area-evn .item-ph p {
    margin: 0 auto 0 0;
    width: 77.4%;
}
.section-area-odd .item-ph span {
    position: absolute;
    top: 50%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'user-etna' ,sans-serif;
    font-size: 2vw;
}
.section-area-odd .item-ph span:before {
    content: "";
    height: 1.5px;
    width: 4vw;
    background-color: #445b7d;
    display: block;
    text-align: center;
    margin: auto 0 auto 35%;
}
.section-area-evn .item-ph span {
    position: absolute;
    top: 50%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'user-etna' ,sans-serif;
    font-size: 2vw;
    right: 13%;
}
.section-area-evn .item-ph span:after {
    content: "";
    height: 1.5px;
    width: 4vw;
    background-color: #445b7d;
    display: block;
    text-align: center;
    margin: auto 0 auto 35%;
}
.cap-area {
    margin: 30px auto 30px 50px;
    width: 55%;
}
.section-area-evn .cap-area {
    margin: 30px 50px 30px auto;
}
.style-cap,
.item-cap  {
    font-size: 14px;
    display: flex;
    line-height: 1.5;
    margin-top: auto;
}
.cap {
    padding-bottom: 8px;
    width: 85%;
}
.cap span {
    font-family: 'user-PublicSans-Medium','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans JP','ＭＳ Ｐゴシック','MS PGothic','Hiragino Sans',sans-serif; 	
}
a > .cap-btn {
    margin-left: auto;
    width: 50px;
    color: #fff;
    background-color: #445b7d;
    text-align: center;
    transition: 0.3s;
    border: solid 1px #445b7d;
    font-family: 'user-PublicSans-Medium',sans-serif;
}
a:hover > .cap-btn {
    color: #445b7d;
    background-color: #fff;
}
.cap-btn.gray {
    width: 50px;
    color: #fff;
    margin-bottom: 8px;
    background-color: #D6D6D6;
    text-align: center;
    transition: 0.3s;
    border: solid 1px #D6D6D6;
    height: 100%;
    font-family: 'user-PublicSans-Medium',sans-serif;
}
.item-text-area {
    margin: 30px auto 30px 14%;
    width: 70%;
}
.section-area-evn .item-text-area {
    margin: 30px 0 0 14%;
    width: 64%;
}
.item-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
}
.middleph {
    width: 50%;
    margin: 0 auto 10%;
}
.lead-tb {
    position: absolute;
    right: 10%;
    font-size: 38px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 410px;
    top: calc(50% - 205px);
    font-family: 'user-etna' ,sans-serif;
}
.lead-tb span {
    font-family: 'user-PublicSans-Medium',sans-serif;
}
.view_btn a {
    font-size: 35px;
    font-family: 'user-etna' ,sans-serif;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 30%;
    line-height: 1.5;
    background-color: #445b7d;
    display: block;
    transition: 0.3s;
    border: solid 1px #445b7d;
    
}
.view_btn a:hover {
    color: #445b7d;
    background-color: #fff;
}
.share-title {
    font-size: 19px;
    font-family: 'Inter', sans-serif;
    padding: 50px 0 20px 0;
    text-align: center;
}
.share ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.share li {
    width: 60px;
    margin-right: 40px;
}
.share li:last-child {
    margin-right: 0;
}
.credit_area {
    text-align: left;
    margin: 5% 50px;
    font-size: 14px;
    line-height: 1.8;
    display: flex;
    align-items: flex-end;
}
.staff {
    width: 50%;
}
small {
    width: 50%;
    display: block;
    text-align: right;
}

@media screen and (max-width:1100px) {
    .lap {
        display: block;
    }
}
@media screen and (max-width:820px) {
.sp {
    display: block;
}
section#top {
    position: relative;
    height: auto;
}
section#top img.pc-only {
    width: 100%;
    height: auto;
}
.top-section-title01 {
    width: 25%;
    left: 25px;
}
section#top div.fadein {
    height: auto;
}
section#top div.top-section-title02 {
    top: calc(50% - 205px);
    font-size: 13px;
    right: 25px;
    height: 410px!important;
}
.introduction {
    margin: 25px auto 50px;
    font-size: 15px;
}
.section-wrap {
    margin-bottom: 70px;
}
.cap-area {
    margin: 30px auto 30px 25px;
    width: 65%;
}
.style-cap,
.item-cap {
    font-size: 13px;
}
.item-ph p {
    width: 89%;
}
.section-area-odd .item-ph span {
    left: -5%;
}
.item-text-area {
    margin: 30px auto 30px 11%;
}
.item-text {
    font-size: 13px;
}
.section-area-evn .lead {
    margin: 0 20px 0 25px;
}
.section-area-evn .item-title {
    margin-left: 25px;
}
.section-area-evn .item-ph p {
    width: 76.5%;
}
.share-title {
    font-size: 13px;
    padding: 20px 0;
}
    .share li {
    width: 30px;
    margin-right: 20px;
}
    .credit_area {
    margin: 20px 40px 50px 40px;
    font-size: 11px;
}
    small {
    font-size: 11px;
    }
}
@media screen and (max-width:768px) {
.sp-only {
    display: block!important;
}
.pc-only {
    display: none;
}
section#top {
    position: unset;
    margin-top: 17%;
}
.top-section-title01 {
    top: 25px;
    left: 25px;
    width: 40%;
}
section#top div.top-section-title02 {
    margin-top: 17%;
}
.introduction {
    width: calc(100% - 50px);
    margin: 25px 25px 50px;
}
.section-wrap {
    display: block;
}
.section-area-odd,
.section-area-evn,
.section-area-odd:last-child,
.section-area-evn:first-child {
    width: 100%;
    margin: 0;
}
.cap-area {
    margin: 20px auto 50px 25px;
    width: 50%;
}
.section-area-evn .cap-area {
    margin: 30px 50px 30px 25px;
}
.lead02 {
    font-size: 2.5vw;
}
.item-title {
    padding: 3% 25px;
    font-size: 14vw;
}
.section-area-evn .item-title {
    margin: 0;
}
.item-ph p,
.section-area-evn .item-ph p {
    width: 85%;
}
.item-cap {
    width: 50%;
}
.lead {
    margin: 0 auto;
}
.section-area-evn .lead {
    margin: 0 0 0 25px;
    width: calc(100% - 50px);
}
.section-area-evn .lead {
    margin: 0 0 0 25px;
}
.section-area-odd .item-ph span {
    font-size: 4vw;
    left: 4%;
}
.section-area-evn .item-ph span {
    font-size: 4vw;
    right: 7%;
}
.section-area-odd .item-ph span:before,
.section-area-evn .item-ph span:after {
    width: 6vw;
    margin: auto 0 auto 25%;    
}
.item-text-area,
.section-area-evn .item-text-area {
    margin: 40px auto 20px;
    width: calc(100% - 50px);
}
.middleph {
    width: 100%;
    margin: 0 auto 10%;
}
.lead-tb {
    -ms-writing-mode: revert;
    writing-mode: revert;
    height: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    right: auto;
}
.credit_area {
    margin: 20px 25px 50px;
}
.view_btn a {
    width: 50%;
}
.credit_area {
    display: block;
}
small {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
    .staff {
        width: 100%;
    }
}
@media screen and (max-width:540px) {
    section#top div.top-section-title02 {
    margin-top: 17%;
    top: calc(50% - 150px);
    font-size: 8px;
    height: 300px!important;
    }
    .introduction {
    font-size: 13px;
    }
    .introduction:before {
    height: 35px;
    margin-bottom: 20px;
    }
    .lead {
    font-size: 8px;
    }
    .lead02 {
    font-size: 15px;
    }
    .cap-area,
    .item-cap {
    width: 80%;
    }
    .cap-btn.gray {
    padding: 0px 1px;
    }
    .item-title {
    font-size: 16vw;
    }
    .item-text {
    margin-bottom: 10px;
    }
    .section-wrap {
    margin-bottom: 40px;
    }
    .view_btn a {
        font-size: 25px;
    }
}
@media screen and (max-width:300px) {

}