@charset "UTF-8";

/**共通**/
body{
    font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic",sans-serif;
}

#header,#mainvisual,#about,#cta,#works,footer{
    width: 100vw;
    color: #0d2557;
    font-size: 16px;
}
#mainvisual,#about,#cta,#works{
    padding: 78px 0 78px 0;
}

.pc-only{
    display: block;
}

.sp-only{
    display: none;
}

/*--------------スマホ--------------*/
@media screen and (max-width: 768px) {
#mainvisual,#about,#works{
    max-width: 768px;
    min-width: 375px;
    width: 100%;
    max-height:1632px;
    min-height: 797px;
    height: 100%;
}

#header,#footer{
    max-width: 768px;
    min-width: 375px;
    width: 100%;
}

#mainvisual,#about,#cta,#works{
    padding: 31px 0 78px 0;
} 

#about #works{
    padding: 31px 0 78px 0;
}

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

#concept, #system, #plan, #faq, #access {
    padding: 40px 0 30px 0;
}
}



/**--フォント--**/
span{
    display: block;
}

span.flexbox{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-feature-settings: "palt";
}
span.title-en:first-child{
    color: #93a8c9;
    font-size: 59px;
    text-align: center;
    opacity: 0.5;
    margin-bottom: -50px;
}


span.title-jp:last-child{
    font-size: 25px;
    font-weight: bold;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

h1{
    width: 53%;
}

h2{
    font-size: 25px;
}

h2.number{
    text-align: left;
    font-size: 2vw;
    width: 100px;
}

h2.title::after{
    content: "";
    position: absolute;
    width: 343px;
    height: 7px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #0d2557;
    display: inline-block;
    transform: translateY(23px);
}
h2.title-jp1{
    color: #FFFFFF;
}

h2.title-jp2{
    color: #ffffff;
    padding: 45px 0px 40px 0px;
}

h2.title-jp3{
    color: #0d2557;
    padding: 45px 0px 40px 0px;
}


h3{
    font-size: 2vw;
    font-weight: 600;
}

h3.subtitle{
    transform: translate(178px,86px);
    width: 53%;
}

h3.cta{
    color: #FFFFFF;
    text-align: center;
}

p{
    color: #FFFFFF;
    text-align: center;
    padding: 30px;
    font-feature-settings: "palt";
}

p.copyright{
    color: #0d2557;
    font-size: 13px;
    text-align: center;
    transform: translateY(103px);
    padding: 5px;
}

p.photo{
    font-size: 41px;
    color: #0d2557;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

h1{
    font-size: 25px;
}

h2.title::after{
    content: "";
    position: absolute;
    width: 315px;
    height: 7px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #0d2557;
    display: inline-block;
    transform: translateY(23px);
}

h2.title{
    text-align: center;
    padding-bottom: 64px;
}

span.title-en:first-child{
    font-size: 54px;
}

span.title-jp:last-child{
    font-size: 23px;
    font-weight: bold;
    position: relative;
    text-align: center;
    white-space: nowrap;
}


h3.subtitle {
    display: none;
}

h2.number{
    font-size: 56px;
}

h3.middle{
    font-size: 31px; 
}

h3.cta{
    font-size: 25px;
}
span.flexbox{
    font-size: 18px;
    line-height: 2.17;
}

p{
    font-size: 17px;
    line-height: 1.94;
    padding: 30px 0px;
}

h2.title-jp1{
    color: #FFFFFF;
    margin: 0 auto;
    padding: 24px 0;
}

h2.title-jp{
    margin: 0 auto;
    padding: 24px 0;
    transform: translate(0px, 0px);
}

p.copyright{
    width: 260px;
    transform: none;
    transform: translateY(55px);
    margin: 0 auto;
}
}

/*--ボタン--*/
.button{
    display: block;
    width: 220px;
    height: 70px;
    background-color:#558d96;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    padding: 13px,32px;
    text-align: center;
    text-decoration: none;
    cursor:pointer;
}

.cta_button{
    cursor:pointer;
}

.button:hover{
    background:#0d2557;
}

.cta_button:hover{
    background:#0d2557;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
.sp-button{
    display: block;
    width: 220px;
    height: 70px;
    background-color:#558d96;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    padding: 13px,32px;
    text-align: center;
    text-decoration: none;
}

nav.footer_gnav-sp-wrap .button{
    margin: 0 auto;
}
}

/**ヘッダー**/
#header {
	/* 背景色 */
	background-color: #ffffff;
	/* 横幅100% */
	width: 100vw
	/* 高さ70px */
	height: 70px;
	/* 内側余白を左右80px */
	padding: 0 80px;
	/* 横並びにする */
	display: flex;
	/* 左右に散らすように水平方向の揃え方を指定する */
	justify-content: space-between;
	/* 横並びした要素を上下中央に配置 */
	align-items: center;
	/* 固定表示 */
	position: fixed;
	/* 固定表示は上から0pxの位置に */
	top: 0;
	/* 重なり順を1に（数字が大きいほど重なり順は上） */
	z-index: 4;
    padding: 0;
    font-family: ヒラギノ明朝ProN;
}

h1.header-logo {
	/* 横幅150px*/
	width: 150px;
    transform: translate(-303px,-2px);
}

h1.header-logo img {
	/* 画像の下にできる余白を削除する記述 上下中央に配置するために追加 */
	vertical-align: bottom;
    translate: 100px 2px;
    padding: 28px,0;
}

ul{
    list-style-type: none;
    background-repeat: no-repeat;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1px;
}

nav.gnav-pc-wrap {
	/* 横並びにする */
	display: flex;
	/* 左右に散らすように水平方向の揃え方を指定する */
	justify-content: space-between;
	/* 横並びした要素を上下中央に配置 */
	align-items: center;
    width: 100%;
}

ul.gnav-pc {
	/* 横幅100% */
	width: 100%;
}

ul.gnav-pc li {
	/* インライン要素にして横並びにする */
	display: inline;
	/* 右側余白40px */
    margin-right: 28px;
    cursor:pointer;
}

ul.gnav-pc li a:hover{
    opacity: 0.5 ;
}

a{
    word-wrap:break-word;
    text-decoration: none;
    font-size: 18px;
    transform: translateY(50px);
    font-weight: bold;
    color: #0d2557;
}

a.gnav-pc{
    font-family: "Hiragino Mincho ProN","Yu Mincho",serif;
}

ul.footer_gnav-pc li a:hover{
    opacity: 0.5;
}

.gnav-sp-wrap{
    display: none;
}

/*----------スマホ-----------*/
@media screen and (max-width: 768px) {
#header{
    max-width: 768px;
}

nav.gnav-pc-wrap{
    display: none;
}

#menu-button{
    display: block;
    width: 60px;
    height: 60px;
    padding: 12px 9px;
}

.menu-button-inner{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.menu-button-inner span{
    display: block;
    height: 2px;
    width: 100%;
    background-color: #0d2557;
    position: absolute;
}

.menu-button-inner span:nth-child(1){
    top: 0;
}

.menu-button-inner span:nth-child(2){
    top: 12px;
}

.menu-button-inner span:nth-child(3){
    top: 24px;
}

.menu-button-inner span:nth-child(3)::after {
    content:"MENU";
    position: absolute;
    top: 5px;
    left:-2px;
    color: #0d2557;
    font-size: 16px;
    text-transform: uppercase;
}

.menu-button-inner span:nth-child(3)::after {
    content:"MENU";
    position: absolute;
    top:5px;
    left:-2px;
    color: #0d2557;
    font-size: 16px;
    text-transform: uppercase;
}

.menu-button-inner.active span:nth-of-type(1) {
    top: 8px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}

.menu-button-inner.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-button-inner.active span:nth-of-type(3) {
    top: 20px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}
    
.menu-button-inner.active span:nth-of-type(3)::after {
    content:"";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top:5px;
    left:4px;
}

.sp-button{
    display: block;
    width: 220px;
    height: 70px;
    background-color:#558d96;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    padding: 13px,32px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

h1.header-logo {
	/* 横幅150px*/
	width: 150px;
    transform: translate(-303px,-2px);
}

.gnav-sp-wrap{
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 61px;
    padding-top: 102px;
}

.gnav-sp-wrap ul.gnav-sp{
    top: 154px;
    display: block;
}

ul.gnav-sp li {
    text-align: center;
    margin-bottom: 30px;
}

ul.gnav-sp li a{
    font-family: serif;
    font-size: 23px;
    color: #0d2557;
    font-weight: bold;
}

h1.header-logo img{
    width: 220%;
    transform: translate(223px,10px);
}
}

/**メインビジュアル**/
#mainvisual{
    width: 100%;
    height: 824px;
}

.item1{
    position: relative;
    top: 63px;
    left: 222px;
    z-index: 2;
    width:53%
}

.item2{
    position: relative;
    left: 712px;
    z-index: 1;
    width: 42%;
    top: -81px;
}

h1{
    position: relative;
    left: 233px;
    transform: translateY(-300px);
    font-feature-settings: "palt";
}

h1.message{
    position: relative;
    left: 233px;
    transform: translateY(-300px);
    font-feature-settings: "palt";
}

.item_sp{
    display: none;
}

/*----------スマホ-----------*/
@media screen and (max-width: 768px) {
#mainvisual{
    padding: 78px 0 0 0;
    height: 1001px;
}

.item_pc{
    display: none;
}

.item_sp{
    display: block;
}

.item_sp .item{
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.item_sp .item_2{
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

.item_sp .item img{
    width: 50%;
}

.item_sp .item_2 img{
    width: 50%;
}

h1.text{
    font-size: 25px;
    max-width: 272px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pc_text{
    display: none;
}

.text{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0;
}

h1{
    position: relative;
    transform: none;
    left: auto;
    font-feature-settings: "palt";
}
}


/*--about--*/
#about{
    background-color: #ffffff;
    width: 100%;
    height: 1200px;
}

.hexagon3__wrapper{
    display: flex;
    flex-wrap: wrap;
    --wrapper-width: 70%;
    width: 65%;
    width: var(--wrapper-width);/* 全体の大きさを変更できる */
    margin-right: calc(-1 * var(--wrapper-width) / 3 * 0.25 * 2 - var(--wrapper-width) / 3 * 0.05 * 2);
    margin-bottom: 20%;
    transform: translateY(123px)
}

.hexagons{
    width: calc(100% /3);
}

.honeycomb-area{
    display: flex;
    justify-content: center;
    transform: translateY(132px);
}

.hexagon-3_hexagon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 200 / 173;/* 正六角形になる比率 */
    background-color: #0d2557;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    font-size: 1.25vw;
    line-height: 1.1;
}

.hexagon-3_hexagon>span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
    background-color: #fff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* 2行目と3行目の六角形を上にずらして縁を重ねる */
.hexagon-3_hexagon:nth-of-type(2),
.hexagon-3_hexagon:nth-of-type(3) {
    margin-top: -5%;
}

/* 中央の列を調整 */
.honeycomb-area .hexagons-center {
    transform: translateY(calc(120% / -7));
}
/* 2列目と3列目の六角形を左にずらして縁を重ねる */
.honeycomb-area .hexagons-center,
.honeycomb-area .hexagons-right {
    margin-left: calc(-100% / 3 * 0.25 - 100% / 3 * 0.05);
}
css
/* 2列目と3列目の六角形を左にずらして縁を重ねる */
.honeycomb-area .hexagons-center,
.honeycomb-area .hexagons-right {
    margin-left: calc(-100% / 3 * 0.25 - 100% / 3 * 0.05);
}
css
/* 中央の列を下にずらす */
.honeycomb-area .hexagons-center {
    transform: translateY(calc(100% / 6));
}
/* 2列目と3列目の六角形を左にずらして縁を重ねる */
.honeycomb-area .hexagons-center,
.honeycomb-area .hexagons-right {
    margin-left: calc(-100% / 3 * 0.25 - 100% / 3 * 0.05);
}

/* 2列目と3列目の六角形を左にずらして縁を重ねる */
.honeycomb-area .hexagons-center,
.honeycomb-area .hexagons-right {
    margin-left: calc(-100% / 3 * 0.25 - 100% / 3 * 0.05);
}

.slider{
    display: none;
}

/*----------スマホ-----------*/
@media screen and (max-width: 768px) {
#about{
    max-width: 768px;
    min-width: 375px;
    width: 100%;
    max-height:1632px;
    min-height: 760px;
    height: 833px
}

.about h2.title{
    padding-bottom: 64px
}

h3.subtitle{
    display: none;
}

.honeycomb-area{
    display: none;
}

.slider{
    display: block;
}


/*------ スライダーの横幅 ------*/
.slider{
    margin:0 auto;
    background-color: rgba(147, 168, 201, 0.5);
    width: 100vw;
}

/*------ スライダーフォント ------*/
.slider .card-item h2.number{
    font-size: 56px;
    padding-left: 65px;
    padding-top: 36px;
} 

.slider .card-item h3.middle{
    font-size: 31px;
    letter-spacing: 0.035em;
    height: 39px;
    padding-top: 53px;
    text-align: center;
}

.slider .card-item span.flexbox{
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2.2;
    height: 416px;
    padding: 66px 0px;
    text-align: left;
    width: 250px;
    margin: 0 auto;
}



/*-------- 高さ調整 ----------*/
.slider .slick-slide{
    height:auto!important;
}

/*---------- 矢印 ----------*/
.slider .slick-next{
    right:0!important;
    
}
.slider .slick-prev{
    left:0!important;
    
}

.slick-arrow:before{
	content:""!important;
}

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url(../images/arrow2.jpg)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../images/arrow1.jpg)!important;
    background-size: contain!important;
}

.slick-arrow{
    z-index:2!important;
    width: 36px!important;
    height: 35px!important;
}

.slick-next{
    right:-30px!important;
}

.slick-prev{
    left:-30px!important;
}
}

/*--CTA--*/
#cta{
    background-image: url(../images/cta.jpg);
    width: 100%;
    background-size: cover;
}

.cta_button{
    display: block;
    width: 220px;
    height: 70px;
    background-color:#558d96;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    padding: 13px,32px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

span.cta-out{
    display: block
}

span.cta{
    display: inline;
}
@media screen and (max-width: 768px) {
#cta{
    max-width: 768px;
    min-width: 375px;
    width: 100%;
    max-height:897px;
    min-height: 439px;
    height: 100%;
    background-position: top;
    padding: 0px;
}

span.cta{
    display: block;
}

}


/*--Works--*/
#works{
    width: 100%;
}

.bg-color{
    background-image: url(../images/bg.png);
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 833px;
    margin: 98px 0px 0px 0px;
}

.photo {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50vw;
    height: 833px;
}

.item_a{
    text-align: right;
    padding: 0px 103px 55px 277px;
}

.item_b{
    padding:0px 108px 0px 170px;

}

.item_c{
    text-align: right;
    padding: 0px 0px 55px 103px;
}

.item_d{
    padding: 0px 0px 8px 198px;
}

.autoplay div img{
    height: 313px;
}


/*-画像c-*/
.item_a .slick_ap img{
    width: 365px;
} 


@media screen and (max-width: 768px) {
#works{
    max-width: 768px;
    min-width: 375px;
    width: 100%;
    max-height:1632px;
    min-height: 797px;
    height: 100%;
}

.section-inner{
    padding: 46px 27px;
}

.bg-color{
    background: linear-gradient(180deg, #0d2557 0%, #0d2557 50%, #FFFFFF 50%, #FFFFFF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1611px;
    display: block;
    transform: translateY(0px);
    max-width: 100%;
    height: auto;
    margin: 0px 0px;
}
.photo{
    height: 807px;
    width: initial;
    text-align: center;
}
    
.background-letter{
    display: none;
}

.item_a{
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 10px 10px 10px
}

.item_b{
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
}

.item_c{
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
}

.item_d{
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
}



}


/*--footer--*/
#footer{
	/* 背景色 */
	background-color: #ffffff;
	/* 横幅100% */
	width: calc(100% - 15px);
	/* 高さ70px */
	height: 150px;
	/* 内側余白を左右80px */
	padding: 0 80px;
	/* 左右に散らすように水平方向の揃え方を指定する */
	justify-content: space-between;
	/* 横並びした要素を上下中央に配置 */
	align-items: center;
	top: 0;
	/* 重なり順を1に（数字が大きいほど重なり順は上） */
	z-index: 3;
    padding: 0;
}

footer.element{
    width: 86.9%;
    display: flex;
    transform: translate(-24px, 113px);
}


h1.footer-logo {
	/* 横幅150px*/
	width: 130px;
    transform: translate(-209px,-2px);
    height: 54px;

}

h1.footer-logo img {
	/* 画像の下にできる余白を削除する記述 上下中央に配置するために追加 */
	vertical-align: bottom;
    translate: 94px 18px;
    padding: 28px,0;
}
ul{
    list-style-type: none;
    background-repeat: no-repeat;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1px;
}

ul.footer_gnav-pc {
	/* 横幅100% */
	width: 100%;
    justify-content: space-between;
    margin: 16px;
}

nav.footer_gnav-pc-wrap {
	/* 横並びにする */
	display: flex;
	/* 左右に散らすように水平方向の揃え方を指定する */
	justify-content: space-between;
	/* 横並びした要素を上下中央に配置 */
	align-items: center;
    transform: translateX(474px);
}


ul.footer_gnav-pc li {
	/* インライン要素にして横並びにする */
	display: inline;
	/* 右側余白40px */
}

p.copyright span.copyright{
    display: inline;
}

nav.footer_gnav-sp-wrap{
    display: none;
}


/*--スマホ--*/
@media screen and (max-width: 768px){
#footer{
    width: 100%;
    height: 449px
    background-color: #FFFFFF;
}

nav.footer_gnav-pc-wrap{
    display: none;
}

nav.footer_gnav-sp-wrap{
    display: block;
    width: 252px;
    margin: 0 auto;
    transform: translateY(44px);
}

ul.footer_gnav-sp{
    display: block;
    max-width: 253px;
}

nav.footer_gnav-sp{
    display: block;
    max-width: 181px;
}

footer.element {
    display: block;
    margin-top: 130px
    
}

nav.footer_gnav-sp-wrap ul.footer_gnav-sp li{
    padding: 0 0 12px 0;
}

p.copyright span.copyright{
    display: block;
}

h1.footer-logo img {
	/* 画像の下にできる余白を削除する記述 上下中央に配置するために追加 */
	vertical-align: bottom;
    padding: 28px,0;
    transform: none;
    translate: none;
    width: 301px;
}

h1.footer-logo {
	/* 横幅150px*/
	width: 301px;
    height: auto;
    transform: none;
    margin: 0 auto;
}

footer.element{
    width: 100%;
    transform:none
}
}
