@charset "UTF-8";
@import url("top_mobile.css");

img {
	width: 100%;
	height: auto;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 12;
}
.logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 90px;
	z-index: 5;
}
.top .logo {
   position: fixed;
	top: 15px;
	left: 15px;
	width: 90px;
	z-index: 5;
}
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.en {
   font-family: 'EB Garamond', serif;
}
.sp-only {
   display: none;
}
.pc-only {
   display: block;
}
@media screen and (max-width: 480px) {
.pc-only {
   display: none;
}
.sp-only {
   display: block;
}
}



/* 右サイドメニュー ボタン */
.button_container {
  position: fixed;
  top: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 101;
  transition: opacity 0.25s ease;
}
.button_container:before {
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 20px;
	content: "";
}
.button_container .top, .button_container .middle,
.button_container .bottom {
  width: 25px; 
}
.button_container.active .top, .button_container.active:hover .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #000;
  top: -4px;
}
.button_container.active .middle {
  opacity: 0;
  background: #000;
}
.button_container.active .bottom, .button_container.active:hover .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #000;
	width: 25px;
	top: 16px;
}
.button_container span {
  background: #000;
  border: none;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.35s ease;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}
.button_container:hover span:nth-of-type(1) {
  top: -2px;
}
.button_container:hover span:nth-of-type(3) {
  top: 18px;
}

/* 右サイドメニュー */
body {
	overflow-x: hidden;
	margin: 0;
}
#slide_menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
   background-color: rgba(255,255,255,0.4);
   z-index: 100;
}
@-moz-document url-prefix() {
  #slide_menu {
     background-color: rgba(255,255,255,0.90);
  }
}
.smbox {
	position: relative;
	width: 88%;
   max-width: 400px;
   margin: 0 auto;
	height: 90vh;
	height: 90dvh;
	box-sizing: border-box;
	padding: 70px 0 80px;
	padding-bottom: calc(80px + env(safe-area-inset-bottom));
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;   /* iOS 慣性スクロール */
	-ms-overflow-style: none;    /* IE, Edge 対応 */
   scrollbar-width: none;       /* Firefox 対応 */
}
.smbox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.smbox-inner {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-content: flex-start;
}
.smbox .menu-split {
   width: 50%;
}
.smbox .menu-top-links {
   width: 100%;
   margin: 0 0 28px;
   display: flex;
   align-items: stretch;
   gap: 10px;
   flex: 0 0 auto;
   align-self: flex-start;
}
.smbox .menu-top-links .menu-top-link {
   width: calc((100% - 20px) / 3);
   aspect-ratio: 1 / 1;
   background: #2C6CB0;
   color: #FFF;
   text-decoration: none;
   font-family: 'Noto Serif JP', serif;
   font-size: min(3vw, 12px);
   font-weight: 500;
   line-height: 1.2;
   letter-spacing: 0.08em;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   position: relative;
   box-sizing: border-box;
   padding: 20px;
}
.smbox .menu-top-links .menu-top-link .arrow-circle {
   width: 18px;
   height: 18px;
   border: 1px solid rgba(255, 255, 255, 0.9);
   border-radius: 50%;
   position: absolute;
   left: 50%;
   bottom: 9px;
   box-sizing: border-box;
   transform: translateX(-50%);
}
.smbox .menu-top-links .menu-top-link .arrow-circle:before {
   content: "";
   width: 4.307px;
   height: 7.613px;
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%274.307%27%20height%3D%277.613%27%20viewBox%3D%270%200%204.307%207.613%27%3E%3Cpath%20d%3D%27M0.354%200.354L3.807%203.807L0.354%207.26%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%271%27%2F%3E%3C%2Fsvg%3E");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
.smbox .menu-split .ttl {
   color: #006CB6;
   font-size: 16px;
   line-height: 1.6em;
   display: inline-block;
   padding-bottom: 9px;
   margin-bottom: 10px;
   border-bottom: solid 1px #006CB6;
}
.smbox .menu-split .sub_ttl {
   font-family: 'Noto Serif JP', serif;
   font-size: 12px;
   color: #000;
}
.smbox .menu-split > ul {
   margin-bottom: 40px;
}
.smbox .menu-split > ul li {
   line-height: 1.3em;
   padding-bottom: 6px;
}
.smbox .menu-split > ul li a {
   font-size:min(3vw,12px);
   color: #000;
   text-decoration: none;
   font-family: 'Noto Serif JP', serif;
   transition: all .5s;
}
.smbox .menu-split > ul li a:hover {
   color: #006CB6;
}
.smbox .menu-split > ul li.indent {
   text-indent: -1.4em;
   margin-left: 1.4em;
}

.smbox .menu-split > ul li.recruit-indent {
   text-indent: 0;
   margin-left: 1em;
}
.smbox .menu-split > ul.menu-footerSns {
   margin: -18px 0 30px;
   display: flex;
   align-items: center;
   gap: 10px;
}
.smbox .menu-split > ul.menu-footerSns li {
   padding-bottom: 0;
   line-height: 1;
}
.smbox .menu-split > ul.menu-footerSns li a,
.smbox .menu-split > ul.menu-footerSns li img {
   width: 30px;
   height: 30px;
   display: block;
}




#container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.entryBtn {
	width: 80px;
   height: 40px;
   position: fixed;
   top: 10px;
   right: 50px;
   display: block;
   z-index: 101;
}
.entryBtn p {
   font-family: 'EB Garamond', serif;
   font-weight: 500;
   line-height: 30px;
   position: relative;
   display: inline-block;
   font-size: 12px;
}
.entryBtn p:before {
   width: 20px;
   height: 20px;
   background-image: url("../img/common_img/heart-btn-top.svg");
   z-index: 2;
   right: -30px;
   top: 5px;
}
.entryBtn p:after {
   width: 20px;
   height: 20px;
   background-image: url("../img/common_img/heart-btn-btm.svg");
   z-index: 1;
   transform: scale(1.6);
   right: -30px;
   top: 5px;
   opacity: .7;
   
}

.entryBtn p:after {
   animation: heartbeat 2s infinite;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(1);
  }
}
.modal {
   display: none;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   z-index: 102;
}
.modal__bg {
   background: rgba(255,255,255,1);
   height: 100vh;
   position: absolute;
   width: 100%;
}
.modal__content {
   width: 90%;
   height: 100%;
   margin: 0 auto;
   z-index: 2;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   overflow-y: scroll;
   box-sizing: border-box;
   padding: 50px 3%;
}

.modal__content .entry-ttl {
   font-family: 'EB Garamond', serif;
   text-align: center;
   font-size: 40px;
}
.modal__content .intro {
   text-align: center;
}
.modal__content .p01 {
   padding: 30px 0;
   position: relative;
   text-align: center;
   color: #006CB6;
   font-family: 'Noto Serif JP', serif;
   font-size: 18px;
}
.modal__content .p02 {
   padding: 0 0 10px;
   position: relative;
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   font-size: 18px;
   line-height: 1.4em;
}
.modal__content .p02 span {
   display: block;
   font-size: 70%;
}
.modal__content .entry-map {
   width: 100%;
   margin: 0 auto 50px;
   position: relative;
}
.entry-map .btn-list li {
   position: absolute;
   z-index: 2;
}

.entry-map .btn-list li p {
   position: relative;
   font-size: 13px;
   padding-right: 20px;
}
.entry-map .btn-list li p:before {
   width: 12px;
   height: 6px;
   background-image: url("../img/common_img/map-arrow.svg");
   right: 0;
   top: calc(50% - 3px);
   transition: all .5s;
}
.entry-map .btn-list li:nth-child(1) {
   top: 27%;
   left: 32%;
}
.entry-map .btn-list li:nth-child(1) p {
   color: #4093CC;
}

.entry-map .btn-list li:nth-child(2) {
   top: 60%;
   left: 76%;
}
.entry-map .btn-list li:nth-child(2) p {
   color: #56B8E3;
}

.entry-map .btn-list li:nth-child(3) {
   top: 72%;
   left: 74%;
}
.entry-map .btn-list li:nth-child(3) p {
   color: #B3A2D9;
}

.entry-map .btn-list li:nth-child(4) {
   top: 45%;
   left: 30%;
}
.entry-map .btn-list li:nth-child(4) p {
   color: #BFDBAB;
}

.entry-map .btn-list li:nth-child(5) {
   top: 78%;
   left: 54%;
}
.entry-map .btn-list li:nth-child(5) p {
   color: #8BD9BB;
}

.entry-map .btn-list li:nth-child(6) {
   top: 85%;
   left: 43%;
}
.entry-map .btn-list li:nth-child(6) p {
   color: #68C8D0;
}

.entry-map .btn-list li:nth-child(7) {
   top: 60%;
   left: 12%;
}
.entry-map .btn-list li:nth-child(7) p {
   color: #D8D19E;
}

.entry-map .btn-list li:nth-child(8) {
   top: 69%;
   left: -3%;
}
.entry-map .btn-list li:nth-child(8) p {
   color: #9AADB5;
}
.job-entry {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin-bottom: 30px;
}
.job-entry li {
   position: relative;
   width: 48%;
   margin: 0 1% 20px;
   background: #EDF6F8;
   height: 60px;
   transition: all .5s;
   transform: scale(1);
}
.job-entry li p {
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   font-size: 14px;
   line-height: 60px;
}
.job-entry li:before {
   width: 20px;
   height: 20px;
   background-image: url("../img/common_img/arrow-btn.svg");
   bottom: -10px;
   left: calc(50% - 10px);
}
a.js-modal-close {
   position: fixed;
   top: 10px;
   left: 10px;
   width: 20px;
   height: 20px;
   background: url("../img/common_img/close-btn.svg") no-repeat center center;
   background-size: contain;
   text-indent: -9999px;
   z-index: 5;
}

.scale-btn .img-box {
   position: relative;
   overflow: hidden;
   background: #006CB6;
}
.scale-btn .img-box img {
   opacity: 1;
   transform: scale(1);
   transition: all .3s;
}


/* フッター */
footer {
   padding: 60px 0 0;
   position: relative;
}
footer .footerSns {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 58px;
   width: 90%;
   max-width: 1100px;
   margin: 0 auto;
   display: flex;
   align-items: center;
   gap: 8px;
}
footer .footerSns__item,
footer .footerSns__item a,
footer .footerSns__item img {
   width: 28px;
   height: 28px;
   display: block;
}
footer .footer-logo {
   width: 90px;
   margin: 0 auto;
}
footer > ul:not(.footerSns) {
   display: none;
}
.copyright {
   width: 100%;
   line-height: 50px;
   text-align: center;
   font-family: 'EB Garamond', serif;
   font-size: 10px;
}




/* 下部　おすすめリンク　 */
.other-contents {
   padding: 40px 0;
}
.other-contents .ttl {
   text-align: center;
   font-size: 16px;
   font-family: 'EB Garamond', serif;
}
.other-contents .other-links {
   width: 80%;
   max-width: 860px;
   margin: 20px auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.other-contents .other-links li {
   width: 46%;
   margin: 0 2%;
   position: relative;
}
.project .other-contents .other-links li {
   width: 100%;
}
.other-contents .other-links li:before {
   width: 30px;
   height: 30px;
   background-image: url("../img/common_img/arrow-btn.svg");
   bottom: -15px;
   left: calc(50% - 15px);
   z-index: 2;
}
.other-contents .other-links li .img-box {
   position: relative;
}
.other-contents .other-links li p {
   display: inline-block;
   font-family: 'Noto Serif JP', serif;
   color: #FFF;
   font-size: 16px;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   position: absolute;
   z-index: 2;
   white-space: nowrap;
}
.project .other-contents .other-links li p span {
   font-size: 40px;
   display: block;
   text-align: center;
   padding-bottom: 25px;
   font-family: 'EB Garamond', serif;
}

@media screen and (max-width: 767px) {
.other-contents ul {
   max-width: 320px;
}
.other-contents .other-links li {
   width: 100%;
   margin: 0 0 30px;
   position: relative;
}
}



/* コード共有 */
.split {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}


/* 共通項目 */
.basic #container {
   position: relative;
   overflow-x: hidden;
   top: 50px;
}
.basic header {
   height: 50px;
   width: 100%;
   background: #FFF;
   position: fixed;
   z-index: 10;
}
.basic main {
   width: 100%;
   position: relative;
}
.basic .h1-box {
   width: 100%;
   height: 350px;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: auto 350px;
   margin-bottom: 50px;
   position: relative;
}
.basic.project .h1-box {
   height: 420px;
   background-position: center top;
}
.basic.recruit .h1-box {
   height: 180px;
   background-size: cover;
   padding: 0;
}
.basic .h1-box:before {
   width: 50%;
   height: 60%;
   top: 0;
   left: 0;
   background: linear-gradient(160deg, rgba(106,183,239,0.78) 0%, rgba(232, 253, 243, 0) 40%);
}
.basic h1 {
   font-family: 'Noto Serif JP', serif;
   font-size: 12px;
   top: 12%;
   left: 10%;
   position: relative;
}
.basic h1 span {
   font-family: 'EB Garamond', serif;
   color: #006CB6;
   font-size: 24px;
   display: block;
   padding-bottom: 5px;
   font-weight: 400;
}
.basic .h1-box .hw01 {
   width: 90%;
   max-width: 550px;
   position: absolute;
   top: calc(50% - 30px);
   left: 50%;
   transform: translate(-50%, -50%);
}
.basic.project .h1-box .hw01 {
   width: 90%;
   max-width: 550px;
   position: absolute;
   top: calc(50% - 60px);
   left: 50%;
   transform: translate(-50%, -50%);
}
.basic .h1-box .txt-header {
   font-family: 'Noto Serif JP', serif;
   font-size:min(7vw, 24px);
   color: #FFF;
   text-align: center;
   display: inline-block;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   line-height: 1.2em;
}
.h2-style01 {
   font-family: 'Noto Serif JP', serif;
   font-size: 36px;
   position: relative;
   display: inline-block;
   left: 50%;
   transform: translateX(-50%);
   padding-bottom: 20px;
   margin-bottom: 70px;
}
.h2-style01:before {
   width: 100%;
   height: 3px;
   background: #006CB6;
   left: 0;
   bottom: 20px;
}
.h3-style01 {
   text-align: center;
   font-family: 'Noto Serif JP', serif;
   font-size: 20px;
   color: #006CB6;
   margin-bottom: 50px;
}
.content-box {
   width: 90%;
   margin: 0 auto;
   max-width: 930px;
}
.btn01 {
   height: 60px;
   background: #EDF6F8;
   box-sizing: border-box;
   padding: 0 0 0 30px;
   position: relative;
   left: 0;
   transition: all .5s;
}
.btn01 p {
   font-size: 16px;
   font-family: 'Noto Serif JP', serif;
   line-height: 60px;
   background: #EDF6F8;
   display: inline-block;
   position: relative;
   padding: 0 10px 0 2px;
}
.btn01:after {
   width: 30px;
   height: 30px;
   background-image: url("../img/common_img/arrow-btn.svg");
   top: calc(50% - 15px);
   right: -15px;
}


@media screen and (max-width: 767px) {
.basic .h1-box {
   width: 100%;
   height: auto;
   padding: 0 0 calc(76.9%)!important;
   background-size: contain;
   margin-bottom: 50px;
   position: relative;
   top: 0;
}
.basic.project .h1-box {
   width: 100%;
   height: auto;
   padding: 0 0 calc(83.4%)!important;
   background-size: contain;
   margin-bottom: 60px;
   position: relative;
}
.basic h1 {
   font-size: 12px;
   top: 7%;
   left: 5%;
   position: absolute;
   z-index: 3;
}
.basic h1 span {
   font-size: 17px;
   padding-bottom: 0px;
}
.basic .h1-box .hw01 {
   width: 90%;
   max-width: 550px;
   position: absolute;
   top: calc(50% - 10px);
   left: 50%;
   transform: translate(-50%, -50%);
}
.basic.project .h1-box .hw01 {
   width: 80%;
   max-width: 550px;
   position: absolute;
   top: calc(50% - 10px);
   left: 50%;
   transform: translate(-50%, -50%);
}
.h2-style01 {
   font-size: 18px;
   padding-bottom: 20px;
   margin-bottom: 30px;
}
.h3-style01 {
   font-size:min(8vw,  18px);
   margin-bottom: 30px;
}
.content-box {
   width: 86%;
   margin: 0 auto;
}
}

.basic .h1-box {
   overflow: hidden;
}

.basic .h1-box:before {
   position: absolute;
   top: 0 !important;
   left: 0 !important;
   right: auto !important;
   bottom: auto !important;
   transform: none !important;
}

#area-7 .recruit-group-ttl {
   color: #000;
   font-size: 18px;
}
#area-7 .recruit-menu ul:last-child {
   border-top: 1px solid rgba(0,0,0,0.2);
   padding-top: 20px;
   margin-top: 6px;
}
#area-7 .recruit-menu ul:nth-of-type(3) {
   margin: 0 auto 26px;
}
