@charset "UTF-8";
/**共通**/
body{
    font-family: "ヒラギノ角ゴ ProN","ヒラギノ明朝ProN","Noto Sans JP","Noto Serif JP""游ゴシック","游明朝" sans-serif;
}

#header,#office,footer{
    width: 100vw;
    color: #0d2557;
    font-size: 16px;
}

/**---------------スマホ----------------**/
@media screen and (max-width: 768px){
#header,#footer{
    max-width: 768px;
    min-width: 375px;
    width: 100%;
}

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}
}

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

span.office{
    display: block;
    line-height: 1.83;
    font-size: 18px;
}

span.furigana{
    display: block;
    transform: translateX(68px);
    width: 50%;
}

span.map{
    display: block;
    line-height: 1.1;
    font-size: 18px;
}

span.flexbox{
    display: flex;
    flex-direction: column;
    text-align: center;
}

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.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;
    transform: translate(-167.5px, -39px);
}

h2.title-jp{
    transform: translate(167.5px, -39px);
}

h3{
    font-size: 23px;
    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;
}

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

/** -------- スマホ -------- **/
@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;
}

h2.title-jp1{
    color: #FFFFFF;
    margin: 0 auto;
    padding: 24px 0;
    transform: translate(0px, 0px);
}

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

h4.question{
    transform: translateX(0px);
}

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

.content-after{
    background-color: #FFFFFF;
    color: #0d2557;
    border: solid 2px #0d2557;
}

.span{
    font-size: 18px;
}
}

/**ヘッダー**/
#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: 3;
    padding: 0;
}

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: space-between;
    align-items: center;
    column-gap: 15px;
}

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;
}

.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;
}

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

h1{
    position: relative;
    left: 233px;
    transform: translateY(-300px);
}

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

/** -------- スマホ -------- **/
@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;
}
}
/*----------スマホ-----------*/
@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;
    transform: none;
}

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

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

.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;
}

/*スマホ用メニューのスタイル*/
.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(-10px,10px);
}

.cta_button {
    transform: none;
}
}

/*--office--*/
#office{
    padding: 78px 0 0 0;
    max-width: 822px;
    margin: 0 auto;
}

.col-2_a{
    display: flex;
    justify-content: center;
    margin: 67px auto 0 auto ;
    gap: 22px;
    vertical-align: middle;
    align-items: center;
}

.col-2_b{
    display: flex;
    justify-content: center;
    margin: 67px auto 0 auto ;
    gap: 160px;
    vertical-align: middle;
    align-items: center;
}

span.solid{
    display: none;
}

span.map_sp{
    display: none;
}

img[src$=images/map.png]{
    width: 309px
}

img[src$=images/illustration.jpg]{
    width: 350px
}

span.name{
    display: inline-block;
    font-size: 18px;
    line-height: 1.83;
}

/*----------スマホ-----------*/
@media screen and (max-width: 768px) {
#office{
    max-width: 768px;
    min-width: 375px;
    width: 100%;
    max-height: 3044px;
    min-height: 1569px;
    height: 100%;
    padding: 104px 1px 13px 1px;
}

.col-2_a,.col-2_b{
    display: block;
}

span.map_sp{
    display: block;
}

span.map{
    display: none;
}
span.solid{
    display: block;
    width: 100%;
    padding: 51px 0;
    opacity: 0.8;
    border-bottom: solid 1px #93a8c9;
}

.item{
    width: 80%;
    margin: 0 auto;
}

.item img{
    width: 100%;
}
}

/*--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 */
}

/*--スマホ--*/
@media screen and (max-width: 768px){
#footer{
    width: 100%;
    height: 462px;
    translate: 0px 236px;
    margin-top: 97px;
}

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: -252px;
    
}



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;
    margin: 0 auto;
    left: 209px;
}

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

}
