@charset "utf-8";

/*=========================================*/
/* All */
/*=========================================*/

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700');

/*-- reset --*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6,
p, img, dl, dt, dd,
ol, ul, li,
fieldset, form, label, table, caption,
tbody, tfoot, thead,
article, aside, footer, header, menu, nav, section,
audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both;}
.clear{clear:both;}

ol, ul{
	list-style:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
	display:block;
}

blockquote, q{
	quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
}

a:link{
	color: #003769;
	text-decoration: underline;
}

a:visited{
	color: #003769;
	text-decoration:underline;
}

a:hover,
a:active{
	color:#000000;
	text-decoration:none;
}

img{
	vertical-align:top;
	font-size:0;
	line-height:0;
}

html{
	overflow-x: hidden;
}

body{
    overflow-x: hidden;
	position: relative;
	width: 100%;
    background-color: #ffffff;
    font-size: 15px;
	line-height:170%;
	font-family: 'Noto Sans CJK JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.03em;
	text-align:left;
	color:#333333;
}

.sp{
    display: none;
}

.pc{
}

.contents-box{
    max-width: 1040px;
    width: auto;
    margin: auto;
}

.contents-box-common{
    max-width: 800px;
    width: auto;
    margin: auto;
}

.pagescroll{
    position: fixed;
    width: 49px;
    height: 49px;
    bottom: 0;
    right: 0;
}

.pagescroll a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1f2128;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.pagescroll a:hover{
    background-color: #061867;
	transition: all 0.2s;
}

.pagescroll img{
    width: 100%;
}

@media screen and (max-width:1060px){
.contents-box{
    margin: 0 10px;
}

.pagescroll{
    display: none;
}
}

@media screen and (max-width:1040px){
body{
    font-size: 14px;
}

.sp{
    display: block;
}

.pc{
    display: none;
}
}

@media screen and (max-width:820px){
.contents-box-common{
    margin: 0 10px;
}
}

/*Chrome Opera*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
}

/*=========================================*/
/* Header */
/*=========================================*/

.header{
    position: fixed;
    top: 0;
    left: 0;
	z-index:99999999;
    width: 100%;
	height: 80px;
    background-color:rgba(255,255,255,1.0);
}

.header-area{
	width: 100%;
	position: relative;
}

.header-title{
	display: block;
	position: absolute;
	margin: auto;
	text-align: center;
	transition: all 0.5s;
}

.header-title .logo{
	float: left;
	padding: 20px 0px 0 30px;
	text-align: left;
}

.header-title .logo a{
	width: 200px;
	display: block;
}

.header-title .logo img{
	width: 100%;
}

.global-navi{
	float: right;
}

.global-navi ul{
	display: inline-block;
}

.global-navi li{
    position: relative;
    display: block;
	font-size:16px;
	letter-spacing: 0.04em;
    line-height: 80px;
	text-align: left;
	float: left;
}

.global-navi li.navi-contact{
    margin-left: 20px;
}

.global-navi a{
    display: block;
    height: 80px;
	padding: 0 20px;
	color: #333333;
	text-align: center;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.global-navi a:hover{
	color: #091f83;
	transition: all 0.5s;
}

.global-navi .navi-contact a{
    padding: 0 50px;
    background-color: #091f83;
	color: #fff;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.global-navi .navi-contact a:hover{
    background-color: #000;
	color: #fff;
	transition: all 0.5s;
}

.global-navi .navi-instagram{
	background-image:url("../images/header-btn-instagram-back.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.global-navi .navi-instagram a{
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    background-color: rgba(242,121,59,0.0);
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.global-navi .navi-instagram a:hover{
    background-color: rgba(242,121,59,1.0);
	transition: all 0.5s;
}

.global-navi .navi-instagram img{
    width: 27px;
}

.global-navi .page{
    border-bottom: solid 2px #3872a7;
    padding-bottom: 8px;
}

@media screen and (max-width:1040px){
.header{
	height: 65px;
}

.header-title .logo{
	padding: 18px 0px 0 18px;
}

.header-title .logo a{
	width: 155px;
}

.global-navi{
	display: none;
}
}

@media screen and (max-width:640px){
}

/*=========================================*/
/* sp navi */
/*=========================================*/

.g-nav{
    position:fixed;
    z-index: 999;
    top:0;
    right: -120%;
    width:100%;
    height: 100vh;
    background-color: #ffffff;
    transition: all 0.8s;
}

/*アクティブクラスがついたら位置を0に*/
.g-nav.panelactive{
    right: 0;
    background-color: #ffffff;
}

/*ナビゲーションの縦スクロール*/
.g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.g-nav-list-area{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 40px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

.g-nav-list-area .g-nav-logo{
	width: 100%;
	padding: 0 0 40px 0;
	text-align: left;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}

.g-nav-list-area .g-nav-logo a{
	width: 160px;
	display: block;
}

.g-nav-list-area .g-nav-logo img{
	width: 100%;
}

.g-nav-list-area .box{
    width: 100%;
	padding: 0px 0 20px 0;
}

.g-nav-list-area ul{
	padding: 0px 0 25px 0;
    border-top: solid 1px rgba(0,0,0,0.08);
}

.g-nav-list-area li{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.g-nav-list-area li a{
    display: block;
	padding: 12px 0 12px 0px;
    border-bottom: solid 1px rgba(0,0,0,0.08);
	color: #333;
	text-decoration: none;
}

.openbtn_scroll{
    display: none;
    position:absolute;
    z-index: 9999;
    top:10px;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height:50px;
}

.openbtn_scroll span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    width: 45%;
}

.openbtn_scroll span:nth-of-type(1) {
	top:17px; 
}

.openbtn_scroll span:nth-of-type(2) {
	top:20px;
	opacity: 0;
}

.openbtn_scroll span:nth-of-type(3) {
	top:23px;
}

.openbtn_scroll.active span:nth-of-type(1) {
    top: 15px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
    background-color: #000;
}

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

.openbtn_scroll.active span:nth-of-type(3){
    top: 27px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
    background-color: #000;
}

.openbtn_scroll {
	opacity: 1;
	transition: ease .3s opacity;
}

@media screen and (max-width:1040px){
.g-nav-list-area{
	width: auto;
	margin: 0 30px;
}

.openbtn_scroll{
    display: block;
}
}

/*=========================================*/
/* index main */
/*=========================================*/

.index-kv{
    position: relative;
    height: 800px;
    background: #fff;
}

.index-kv .img-back{
    position: absolute;
    width: calc(100% - 413px);
    height: 720px;
    margin-top: 80px;
	background-image:url("../images/kv-img.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
    left: 413px;
}

.index-kv .catch-box{
    position: absolute;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:center;
    width: 413px;
    height: 800px;
	background-image:url("../images/kv-left.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.index-kv .catch{
    margin-top: 160px;
    font-size: 27px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
}

.index-kv .catch span{
    display: inline-block;
}

.index-kv .catch-sp{
    display: none;
}

.index-kv img.img-1000{
    position: absolute;
    width: 1148px;
    right: -110px;
    bottom: -45px;
}

@media screen and (max-width:1040px){
.index-kv{
    height: 460px;
}

.index-kv .img-back{
    width: calc(100% - 30%);
    height: 395px;
    margin-top: 65px;
	background-image:url("../images/kv-img-sp.jpg");
    left: 30%;
}

.index-kv .catch-box{
    width: 30%;
    height: 460px;
	background-image:url("../images/kv-left-sp.jpg");
}

.index-kv .catch{
    display: none;
}

.index-kv .catch-sp{
    display: block;
    margin-top: 80px;
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
}

.index-kv img.img-1000{
    width: 330px;
    right: -50px;
    bottom: -14px;
}
}

@media screen and (max-width:640px){
}

/*=========================================*/
/* index message */
/*=========================================*/

.index-message{
    padding: 160px 0 400px 0;
    background-color: #e6e7ee;
}

.index-message .title{
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.index-message .catch{
    margin-top: 75px;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.index-message .catch .read{
    font-size: 23px;
    letter-spacing: 0.05em;
}

.index-message .text{
    margin-top: 50px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.00em;
}

.index-message .name{
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: right;
}

@media screen and (max-width:1040px){
.index-message{
    padding: 90px 10px 120px 10px;
}

.index-message .title{
    font-size: 40px;
    font-weight: 600;
}

.index-message .catch{
    margin-top: 40px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.index-message .catch .read{
    display: block;
    padding-top: 8px;
    font-size: 15px;
}

.index-message .text{
    margin-top: 30px;
    font-size: 13px;
    line-height: 23px;
}

.index-message .name{
    margin-top: 20px;
    font-size: 13px;
}
}

/*=========================================*/
/* index slider */
/*=========================================*/

.index-slider{
    position: relative;
    margin-top: -300px;
    padding: 0px 0;
}

.index-slider img.img-city{
    position: absolute;
    width: 1250px;
    left: -110px;
    bottom: -150px;
}

.slider-wrapper {
    display: flex;
    overflow: hidden;
}

.slider {
    animation: scroll-left 50s infinite linear .5s both;
    display: flex;
}

.slide {
    width:269px;
    margin: 0 10px;
}

.slide img {
    display: block;
    width: 269px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* アニメーション */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width:1040px){
.index-slider{
    margin-top: -60px;
}

.index-slider img.img-city{
    width: 420px;
    left: -50px;
    bottom: -50px;
}

.slider {
    animation: scroll-left 50s infinite linear .5s both;
}

.slide {
    width:126px;
    margin: 0 5px;
}

.slide img {
    width: 126px;
}
}

/*=========================================*/
/* index link */
/*=========================================*/

.index-link{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    padding: 150px 0 50px 0;
}

.index-link-bana{
    width: 50%;
}

.index-link-company {
	background-color: #c3623c;
}

.index-link-recruit {
	background-color: #091b6d;
}

.index-link-bana a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    justify-content: center;
    flex-direction: column;
    height: 550px;
    color: #fff;
    text-align: left;
    text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.index-link-bana a:hover{
    opacity: 0.5;
	transition: all 0.5s;
}

.index-link-company a{
	background-image:url("../images/bana-back-company.jpg");
	background-position:center left;
	background-repeat:no-repeat;
	background-size: cover;
}

.index-link-recruit a{
	background-image:url("../images/bana-back-recruit.jpg");
	background-position:center left;
	background-repeat:no-repeat;
	background-size: cover;
}

.index-link-bana .title-en{
    padding: 0 0 0 118px;
	background-position:center left 48px;
	background-repeat:no-repeat;
	background-size: 48px;
    left: 413px;
    font-size: 52px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.05em;
}

.index-link-company .title-en{
	background-image:url("../images/icon-btn-comany.png");
}

.index-link-recruit .title-en{
	background-image:url("../images/icon-btn-recruit.png");
}

.index-link-bana .title-jp{
    padding: 25px 0 0 120px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.15em;
}

.index-link-bana .text{
    position: relative;
    margin: 65px 0 0 120px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.index-link-bana .text::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 15px;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color:rgba(255,255,255,0.5);
}

@media screen and (max-width:1040px){
.index-link{
	flex-direction: column;
    padding: 80px 10px 0px 10px;
}

.index-link-bana{
    width: 100%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 10px;
}

.index-link-bana a{
    height: 250px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.index-link-bana .title-en{
    padding: 0 0 10px 65px;
	background-position:bottom left 20px;
	background-repeat:no-repeat;
	background-size: 28px;
    left: 20px;
    font-size: 32px;
}

.index-link-bana .title-jp{
    padding: 0px 0 0 65px;
    margin-top: -10px;
    font-size: 16px;
}

.index-link-bana .text{
    margin: 65px 0 0 20px;
    font-size: 13px;
}

.index-link-bana .text::before {
    display: none;
}
}

@media screen and (max-width:600px){
.index-link-company a{
	background-image:url("../images/bana-back-company-sp.jpg");
}

.index-link-recruit a{
	background-image:url("../images/bana-back-recruit-sp.jpg");
}
}

/*=========================================*/
/* index instagram */
/*=========================================*/

.index-instagram{
    padding: 50px 0 0 0;
}

.index-instagram-bana {
    width: 100%;
    height: 190px;
    background-color: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.index-instagram-bana a{
    position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
    justify-content: center;
    align-items: center;
    height: 190px;
    color: #fff;
    text-align: center;
    text-decoration: none;
	background-image:url("../images/bana-instagram-back.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.index-instagram-bana a:hover{
    opacity: 0.5;
	transition: all 0.5s;
}

.index-instagram-bana .title{
    width: 217px;
}

.index-instagram-bana .title img{
    width: 100%;
}

.index-instagram-bana .fukidashi{
    position: absolute;
    width: 252px;
    top: -50px;
    left: 10px;
}

.index-instagram-bana .fukidashi img{
    width: 100%;
}

@media screen and (max-width:1040px){
.index-instagram{
    padding: 40px 0 0 0;
}

.index-instagram-bana .title{
    width: 170px;
}

.index-instagram-bana .title img{
    margin-left: -20px;
}

.index-instagram-bana .fukidashi{
    width: 146px;
    top: 10px;
    left: auto;
    right: -10px;
}

.index-instagram-bana .fukidashi img{
    width: 100%;
}
}

/*=========================================*/
/* index contact */
/*=========================================*/

.index-contact{
    margin-top: -60px;
    padding: 150px 0 120px 0;
    background-color: #e6e7ee;
    text-align: center;
}

.index-contact .title-en{
    font-size: 52px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.05em;
}

.index-contact .title-jp{
    padding: 25px 0 0 0;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.15em;
}

.index-contact-tel{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
    gap: 10px;
    margin-top: 50px;
}

.index-contact-tel .box{
    flex: 0 0 calc(50% - 10px);
}

.index-contact-tel .read{
    background-color: #222222;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.0em;
    color: #fff;
}

.index-contact-tel .text-area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:center;
    align-items: center;
    flex-direction: column;
    min-height: 150px;
    padding: 0 15px;
    border: solid 1px rgba(0,0,0,0.15);
    background-color: #fff;
}

.index-contact-tel .tel{
    padding: 5px 0 8px 0;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.0em;
}

.index-contact-tel .text{
    padding: 5px 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width:1040px){
.index-contact{
    margin-top: -90px;
    padding: 140px 0 40px 0;
}

.index-contact .title-en{
    font-size: 31px;
    line-height: 48px;
}

.index-contact .title-jp{
    padding: 0px 0 0 0;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.index-contact-tel{
    flex-direction: column;
}

.index-contact-tel .box{
    flex: 0 0 calc(100% - 0px);
}

.index-contact-tel .text-area{
    min-height: 120px;
}

.index-contact-tel .tel{
    padding: 5px 0 8px 0;
    font-size: 28px;
}

.index-contact-tel .text{
    padding: 4px 0;
    font-size: 13px;
    line-height: 18px;
}
}

/*=========================================*/
/* footer */
/*=========================================*/

.footer{
    padding: 60px 0;
    background-color: #071968;
    color: #fff;
    text-align: center;
}

.footer .logo{
    width: 250px;
    margin: auto;
}

.footer .logo img{
    width: 100%;
}

.footer .add{
    padding: 40px 0 0 0;
    font-weight: 400;
}

.footer .btn{
    padding: 35px 0 0 0;
    text-align: center;
}

.footer .btn a{
    text-decoration: none;
    color: #fff;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.footer .btn a:hover{
    opacity: 0.5;
	transition: all 0.5s;
}

 .footer .btn .ic{
	padding: 5px 0 5px 35px;
	background-image:url("../images/icon-btn-footer.png");
	background-position:center left;
	background-repeat:no-repeat;
	background-size: 24px;
}

.footer .copyright{
    margin-top: 60px;
    padding: 50px 0 0 0;
    border-top: solid 1px rgba(255,255,255,0.15);
    font-weight: 400;
}

@media screen and (max-width:1040px){
.footer{
    padding: 40px 0 30px 0;
}

.footer .contents-box{
    margin: 0;
}

.footer .logo{
    width: 200px;
    margin: auto;
}

.footer .add{
    padding: 30px 0 0 0;
}

.footer .btn{
    padding: 30px 0 0 0;
}

.footer .btn a{
    font-size: 13px;
}

.footer .copyright{
    margin-top: 40px;
    padding: 30px 0 0 0;
}
}

/*=========================================*/
/* common */
/*=========================================*/

.common-title{
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    flex-direction: column;
    height: 455px;
	background-image:url("../images/common-title-back.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.common-title .title-en{
    padding: 20px 0 0 10%;
    font-size: 65px;
    font-weight: 600;
    line-height: 1;
}

.common-title .title-jp{
    padding: 20px 0 0 10.2%;
    font-size: 19px;
    line-height: 26px;
	letter-spacing: 0.1em;
}

.common-title .title-koekituho{
    padding: 20px 0 0 10.2%;
    font-size: 32px;
    line-height: 46px;
	letter-spacing: 0.0em;
}

.common-sub-title{
    padding: 80px 0 50px 0;
    text-align: center;
    color: #000;
}

.common-sub-title .title-en{
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
}

.common-sub-title .title-number{
    font-size: 14px;
    line-height: 1;
}

.common-sub-title h3.title-jp{
    position: relative;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
}

.common-sub-title h3.title-jp::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 1px;
    background-color:rgba(0,0,0,1.0);
}

.common-sub-title h3.title-jp-large{
    position: relative;
    margin-top: 30px;
    font-size: 21px;
    font-weight: 500;
}

.common-sub-title h3.title-jp-large::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 1px;
    background-color:rgba(0,0,0,1.0);
}

.page-contents{
    padding-bottom: 150px;
    background-color: #f2f3f7;
}

.common-contact{
    background-color: #e1e3ec;
    padding: 70px 0;
}

.common-contact .box{
    max-width: 800px;
    height: 210px;
    margin: 0px auto;
	background-image:url("../images/common-contact-back.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
    text-align: center;
}

.common-contact .box a{
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: #fff;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.common-contact .box a:hover{
    opacity: 0.5;
	transition: all 0.5s;
}

.common-contact .box .ic{
	padding: 5px 0 5px 35px;
	background-image:url("../images/icon-btn-recruit.png");
	background-position:center left;
	background-repeat:no-repeat;
	background-size: 24px;
    font-size: 20px;
}

.common-contact .box .text{
	padding: 15px 0 10px 0px;
    font-size: 14px;
    font-weight: 400;
}

.common-list{
    padding: 0px 0 20px 0;
}

.common-list ul{
}

.common-list li{
	display: -webkit-flex;
	display: flex;
    align-items: stretch;
    width: 100%;
}

.common-list .left{
    width: 220px;
    margin-right: 15px;
    padding: 20px 0;
    border-bottom: solid 1px rgba(0,0,0,0.5);
    font-weight: 600;
}

.common-list .right{
    flex: 1;
    padding: 20px 0;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.common-list li:first-child .left{
    border-top: solid 1px rgba(0,0,0,1.0);
}

.common-list li:first-child .right{
    border-top: solid 1px rgba(0,0,0,0.1);
}

.common-list .text-margin-top{
    margin-top: 15px;
}

@media screen and (max-width:1040px){
.common-title{
    height: 270px;
}

.common-title .title-en{
    padding: 25px 0 0 10%;
    font-size: 32px;
}

.common-title .title-jp{
    padding: 12px 0 0 10.5%;
    font-size: 15px;
    line-height: 22px;
}

.common-title .title-koekituho{
    padding: 25px 0 0 10%;
    font-size: 18px;
    line-height: 29px;
}

.common-sub-title{
    padding: 40px 0 30px 0;
}

.common-sub-title .title-en{
    font-size: 23px;
}

.common-sub-title .title-number{
    font-size: 14px;
}

.common-sub-title h3.title-jp{
    margin-top: 25px;
    font-size: 14px;
}

.common-sub-title h3.title-jp::before {
    top: -12px;
}

.common-sub-title h3.title-jp-large{
    margin-top: 25px;
    font-size: 16px;
}

.common-sub-title h3.title-jp-large::before {
    top: -12px;
}

.page-contents{
    padding-bottom: 50px;
}

.common-contact{
    padding: 40px 0;
}

.common-contact .box{
    max-width: 400px;
    height: 175px;
	border-radius: 10px;
}

.common-contact .box .ic{
    font-size: 18px;
}

.common-contact .box .text{
	padding: 12px 0 10px 0px;
    font-size: 13px;
}

.common-list{
    padding: 0px 0 20px 0;
}

.common-list ul{
}

.common-list li{
	display: block;
}

.common-list .left{
    width: auto;
    margin-right: 0;
    padding: 20px 0 0 0;
    border-bottom: none;
}

.common-list .right{
    padding: 5px 0 20px 0;
}

.common-list li:first-child .left{
    border-top: solid 1px rgba(0,0,0,0.1);
}

.common-list li:first-child .right{
    border-top: none;
}
}

@media screen and (max-width:480px){
.common-title{
	background-image:url("../images/common-title-back-sp.jpg");
}

.common-contact .box{
    margin: 0 10px;
}

 .common-contact .box .text{
    font-size: 12px;
}
}

/*=========================================*/
/* company */
/*=========================================*/

.company-img{
    padding-bottom: 30px;
}

.company-img img{
    width: 100%;
}

.company-map{
}

.company-map .map{
    border: solid 1px rgba(0,0,0,0.1);
}

.company-map .map iframe{
    display: block;
    width: 100%;
    height: 350px;
}

.company-map .text{
    padding: 20px 0;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

@media screen and (max-width:1040px){
.company-img{
    padding-bottom: 20px;
}

.company-map .map iframe{
    height: 350px;
}
}

/*=========================================*/
/* recruit */
/*=========================================*/

@media screen and (max-width:1040px){
}

/*=========================================*/
/* contact */
/*=========================================*/

.contact-box{
    position: relative;
    padding: 50px 20px 50px 20px;
    background-color: #fff;
    border: solid 1px rgba(0,0,0,0.1);
    text-align: center;
}

.contact-box .icon{
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -23px;
    width: 47px;
}

.contact-box .icon img{
    width: 100%;
}

.contact-box .read{
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: 600;
}

.contact-box .text{
    padding: 10px 0 0 0;
    font-size: 14px;
}

.contact-box .tel{
    padding: 10px 0 0 0;
    font-size: 32px;
    font-weight: 600;
}

.contact-box .tel .ic{
    margin-right: 10px;
    font-size: 16px;
}

.contact-box .btn{
    max-width: 400px;
    margin: 30px auto 0 auto;
    padding: 30px 0 0 0;
    border-top: solid 1px rgba(0,0,0,0.1);
    text-align: center;
}

.contact-box .btn a{
    text-decoration: none;
    color: #000;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.contact-box .btn a:hover{
    opacity: 0.5;
	transition: all 0.5s;
}

 .contact-box .btn .ic{
	padding: 5px 0 5px 35px;
	background-image:url("../contact/images/icon-btn.png");
	background-position:center left;
	background-repeat:no-repeat;
	background-size: 25px;
}

@media screen and (max-width:1040px){
.contact-box{
    margin-top: 5px;
    padding: 25px 0px 30px 0px;
}

.contact-box .icon{
    top: -15px;
    margin-left: -16px;
    width: 32px;
}

.contact-box .read{
    padding: 10px 0 0 0;
    font-size: 13px;
}

.contact-box .text{
    padding: 10px 0 0 0;
}

.contact-box .tel{
    padding: 10px 0 0 0;
    font-size: 25px;
}

.contact-box .tel .ic{
    font-size: 16px;
}

.contact-box .btn{max-width: 350px;
    margin: 30px auto 0 auto;
    padding: 25px 0 0 0;
}
}

/*=========================================*/
/* koekituho */
/*=========================================*/

.koekituho-text{
    padding-bottom: 20px;
}

@media screen and (max-width:1040px){
}
