@charset "utf-8";

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    /*font-size: 93.75%; */
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #122C48;
    font-weight: 400;
    height: 100%;
    position: relative;
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input {
    font-family: 'Open Sans', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7em;
    color: #122C48;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #ccc;
    padding: 10px 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

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

abbr,
acronym {
    border: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

/*-------------------------------------------------------------
	Page related
-------------------------------------------------------------*/
#wrapper {
    position: relative;
    overflow: hidden;
}

#nojs {
    width: 940px;
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 20px auto;
}

::selection {
    background: #007CCF;
    color: #fff;
}

::-moz-selection {
    background: #007CCF;
    color: #fff;
}

::-webkit-selection {
    background: #007CCF;
    color: #fff;
}

.sp_size {
    display: none !important;
}


/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
#header_wrap {
    width: 100%;
    z-index: 100;
    position: fixed;
/*     background: #fff; */
    transition: all .3s ease;
}

#header_wrap:after {
    content: "";
    clear: both;
    display: block;
}

#header_wrap.hide {
    transform: translateY(-100%);
}

#header_wrap.smallhead {
    background: #fff !important;
}

#header_area {
    display: flex;
    justify-content: space-between;
   /* align-items: center;
    width: 1860px;*/
    max-width: 100%;
	margin: 0;
    padding: 10px 2%;
    transition: all .3s ease;
	align-items: center;
}

/* #header_wrap.smallhead #header_area #logo a{
    max-width:130px;
} */

#logo {
    transition: all 0.3s;
}

#logo a,
#logo img {
    display: block;
    width: auto;
/* 	max-width:162px; */
	width:100%;
    min-width: 100px;
    height: auto;
    /*max-width: 21vw;*/
    transition: all .3s ease;
    position: relative;
}

#logo img.logo_black {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.smallhead #logo img.logo_black {
	opacity: 1;
}

/* .mbox {
    display: none;
    z-index: 10000;
} */

/* .mbox_open {
    display: block;
} */

/* #menu {
    float:right;
} */

.menu_list {
    overflow: visible;
    display: flex;
    align-items: center;
    padding-left: 0;
    /*margin: 4px 0 0;*/
	margin: 0;
}

.menu_item {
    display: inline-block;
    line-height: 1.6;
    margin: 0;
    /* position: relative; */
}

.parent_btn::after {
    content: '';
    display: block;
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 16px;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: none;
    border-right: 2px solid #007CCF;
    border-bottom: 2px solid #007CCF;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    transform: rotate(45deg);
}

/*#menu nav>ul>li:first-child:before,#menu .nav_btn:before{
	content:none;
}
#menu nav>ul>li.gn_lang {
	margin-right: 10px;
}*/
.menu_link {
    display: block;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    /*     text-shadow: 0 0 20px rgba(29, 54, 71, 0.15); */

    padding: 30px 15px 30px 15px;
    position: relative;
    transition: all 0.3s;
}

.smallhead .menu_link {
    color: #122C48 !important;
}




/* .menu_link:hover::after,
.menu_item.on .menu_link::after {
    background:#32548f;
} */

.menu_link:not(.no_hover):hover,
.menu_item.on .menu_link:not(.no_hover) {
    opacity: .7;
}

.menu_link.no_hover {
    cursor: default;
}

/* .menu_link {
	padding: 10px 25px 10px 25px;
} */
/* 

.h_sub_list {
    transition: visibility .3s, opacity .3s;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    z-index: 1000;
    overflow: hidden;
}

.s_sub_item {
    line-height: 1.6;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0 2px;
    list-style: none !important;
}


.menu_item:hover .h_sub_list {
    opacity: 1;
}

.menu_item:hover>.h_sub_list>.s_sub_item {
    overflow: visible;
    opacity: 1;
    height: auto;
    box-shadow: rgb(0 0 0 / 9%) 0 3px 3px;
}

.h_sub_link {
    display: block;
    padding: 10px 30px 10px 30px;
    background: #fff;
    color: #000;
    white-space: nowrap;
    text-align: center;
    transition: background-color .3s;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.h_sub_link:hover {
    background: #007CCF;
    color: #fff;
} */


#menu .menu_ja {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    display: block;
    font-weight: 500;
    line-height: 1.0;
    white-space: nowrap;
}

.menu_item.contact {
    margin-left: 15px;
}

.menu_item.recruit a,
#header_wrap.smallhead .menu_item.recruit a {
	width: 160.5px;
    padding: 11px 30px;
    color: #fff !important;
    background: #ED1C24;
    border-radius: 50px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
	white-space: nowrap;
}
.menu_item.recruit a:hover,#header_wrap.smallhead .menu_item.recruit a:hover{
	background:#c70010;
}

.menu_item.contact a,
#header_wrap.smallhead .menu_item.contact a {
    padding: 11px 30px;
    color: #fff !important;
    background: #2750DF;
    border-radius: 50px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
	white-space: nowrap;
}
.menu_item.contact a:hover,#header_wrap.smallhead .menu_item.contact a:hover{
	background: #032BB4;
}

/* drop */
/*.drop_wrap {
    display: block;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 28px 0 27px;
    background: #e7f3ff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.menu_item:hover .drop_wrap {
    opacity: 1;
    visibility: visible;
}

.hide .menu_item:hover .drop_wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.drop_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

.drop_parent {
    width: 47.636%;
    margin: 0 auto 0 0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.drop_parent_link {
    position: absolute;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-decoration: none !important;
    color: #FFF !important;
    width: 100%;
    height: 100%;
    padding: 30px 35px;
    z-index: 10;
    text-shadow: 1px 1px 3px #333;
}

.drop_parent_link::after {
    display: block;
    content: attr(data-en)'';
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2rem;
    color: #FFF;
    margin: 6px 0 0;
}

.drop_parent_link+img {
    display: block;
    transition: all .3s ease;
    pointer-events: none;
}

.drop_parent_link:hover+img {
    transform: scale(1.03);
}



.drop_list {
    display: flex;
    flex-wrap: wrap;
    width: 42.818%;
    padding: 0;
    margin: 0 0 -34px;
}

.drop_item {
    line-height: 1.6;
    list-style: none !important;
    width: 41.825%;
    margin-bottom: 34px !important;
}

.drop_item:nth-child(odd) {
    margin-right: auto;
}*/

/* .drop_item:not(.parent_item) {
    margin: 0 41px 31px 8px;
} */

/* .drop_item:not(.parent_item)::before {
    content: '-';
    color: #222;
    margin-right: 3px;
} */

/*.drop_link {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #222 !important;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    padding-right: 25px;
    padding-bottom: 10px;
    background: url(img/arrow_header_dropmenu.svg) no-repeat right 2px center / 18px;
    border-bottom: 1px solid #AAA;
    position: relative;
    transition: all .3s ease;
}

.drop_link:hover {
    opacity: .7;
}

.drop_link::before {
    display: block;
    content: attr(data-en)'';
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2rem;
    color: #AAAAAA;
    margin: 0 0 4px;
}*/

/* .parent_item {
    width: 100%;
    padding: 28px 8px 22px;
    margin: 0 auto 25px;
    border-bottom: 1px solid #ccc;
}

.parent_link {
    font-size: 2rem;
} */

/* contact btn */
/*.menu_item.contact a::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #33aaff;
    z-index: 5;
    transition: width 0.3s;
}

.menu_item.contact a:hover::after {
    width: 100%;
}*/

.menu_item.contact a span {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
	display:inline-block;
    font-size: 1.6rem;
    line-height: 1.0;
    position: relative;
    z-index: 10;
}

.menu_item.contact a span::before {
    /*display: block;
    content: "";
    width: 28px;
    height: 23px;
    background: url(img/icon_contact.svg) no-repeat center / contain;
    margin-right: 11px;*/
}

/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/

#footer_wrap {
    position: relative;
/* 	background:#fff; */
}
#footer_box{
	background:#fff;
}

.footerSnsBanner {
/* 	position: absolute; */
/* 	bottom: 0;
	left: 0;
	right: 0; */
/* 	background: #2750DF; */
/* 	padding: 0 20px 60px; */
/* 	z-index: 2; */
	position:relative;
	margin-top:-110px;
}

.footerSnsBanner:after{
	content:"";
	position:absolute;
	width:100%;
/* 	height:100%; */
	height: calc(100% - 110px);
	top:110px;
	left: 0;
    right: 0;
	background: #2750DF;
}

.footerSnsBanner__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
/* 	margin: -105px auto 0; */
	margin: 0 auto;
	max-width: 1240px;
	padding:0 20px;
	position: relative;
	z-index: 3;
}

.footerSnsBanner__item {
	flex: 1;
	min-width: 280px;
	max-width: calc(33.333% - 14px);
	list-style: none;
	margin:0;
}

.footerSnsBanner__item a {
	display: block;
	text-decoration: none;
	transition: opacity 0.3s ease;
	overflow: hidden;
	background:none!important;
	padding:0!important;
}

.footerSnsBanner__item a:hover {
	opacity: 0.9;
}

.footerSnsBanner__item img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}

/*----------------
	footer_contact
--------------------*/
.footer_contact {
	background: #2750DF;
	padding: 80px 0 100px;
}

.f_contact_in {
	flex-direction: column;
	align-items: stretch;
}

.f_contact_head {
	text-align: center;
	margin-bottom: 50px;
}

.f_contact_head h2{
	font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
	color:#fff;
	margin:0;
	line-height:1.6;
}

.f_contact_head h2::before {
    display: block;
    content: attr(data-txt) '';
    font-family: 'Poppins', sans-serif;
    font-size: 8rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.0;
/*     color: #122C48; */
    white-space: pre-line;
	color:#fff;
}

.f_contact_head.top_ttl h2::before {
	color: #fff !important;
}

.f_contact_sub {
	font-size: 1.5rem;
	color: rgba(255,255,255,0.9);
	margin: 0 0 15px 0;
}

.f_contact_txt {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #fff;
	margin: 50px 0 0 0;
}

.f_contact_body {
	display: flex;
	flex-wrap: wrap;
	gap: 75px;
	max-width: 1240px;
	margin: 0 auto;
	align-items: flex-start;
}

.f_contact_col.f_contact_tel {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 75px;
}

.f_contact_col h3 {
	font-size: 1.8rem;
	color: #fff;
	margin: 0 0 20px 0;
	text-align: center;
}

.f_contact_tel_inner {
    display: flex;
	    gap: 90px;
}

.f_tel_num,
.f_fax_num {
	gap: 12px;
	font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 12px 0;
	position: relative;
	letter-spacing:0;
}

.f_tel_num a {
	color: #fff !important;
}

.f_tel_icon,
.f_fax_icon {
display: inline-block;
    width: 55px;
    opacity: 0.6;
}

.f_tel_icon::before,
.f_fax_icon::before {
content: '';
    position: absolute;
    top: 3%;
    left: -1%;
    width: 55px;
    height: 55px;
    background-size: contain;
    /* background-position: center; */
    background-repeat: no-repeat;
}

.f_tel_icon::before {
	background-image: url(img/icon_tel.png);
}

.f_fax_icon::before {
	background-image: url(img/icon_fax.png);
}

.f_tel_time {
	font-size: 1.3rem;
    color: #fff;
    text-align: center;
    display: block;
	font-weight: 400;
	letter-spacing:0.1em;
}

.f_form_btn {
	display: inline-block;
	padding: 15px 60px;
	background: #ED1C24;
	color: #fff!important;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.3s ease;
}

.f_form_btn:hover {
	background: #C62828;
}




/*---------
	footer_contact
-------------*/

 .f_contact_in{
	max-width:1240px;
	padding:0 20px;
	margin:auto;
	display: flex;
    flex-wrap: wrap;
}
/* .f_contact_l{
	width:41.1%;
	margin-right:2%;
} */
/* .f_contact_txt h2{
	font-size:1.7rem;
	font-weight:700;
	letter-spacing:0.05em;
	color:#fff;
	margin-bottom:13px;
	margin:0 0 13px 0;
}
.f_contact_txt h2:before{
	display: block;
    content: attr(data-txt)'';
    font-family: 'Michroma', sans-serif;
    font-size:6.8rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.0;
    color: #fff;
} */



/*
.f_link_btn{
	display: inline-block;
	text-decoration:none;
}
.f_link_btn_in{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.f_link_txt{
	position:relative;
	display: inline-block;
	margin-right:20px;
	font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}
.f_link_circle{
	position: relative;
    display: inline-block;
    border-radius: 50%;
	font-family: 'Roboto', sans-serif;
	font-size:2.2rem;
	font-weight:700;
	letter-spacing:0;
	color:#2B5872;
	width:128px;
	height:128px;
}

.f_link_circle:before{
	 position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transition: all 1.5s cubic-bezier(.23,1,.32,1),border .3s ease;
    transform: translate(-50%,-50%);
	width:122px;
	height:122px;
}

.f_link_circle:after{
	position: absolute;
    content: '';
    width:20px;
    height: 20px;
    background: url(img/arrow_white.svg) center center/100% auto no-repeat;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.f_link_circle svg{
	position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: opacity .3s cubic-bezier(.23,1,.32,1);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}

.f_link_circle svg circle{
	fill: transparent;
	stroke: #fff;
	stroke-width: 1px;
    transition: stroke-dashoffset .7s cubic-bezier(.23,1,.32,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	stroke-dasharray: 346px;
    stroke-dashoffset: 346px;
}
a.f_link_btn:hover svg, a:hover .f_link_circle svg {
    opacity: 1;
}
 a:hover .f_link_circle::before {
	width:122px;
    height:122px;
    opacity: 0;
}
a:hover .f_link_circle svg circle,a.f_link_circle:hover svg circle{
	stroke-dashoffset: 0;
}
.f_link_circle svg circle{
	stroke: #fff;
}*/




/* .f_contact_list{
	width:56.9%;
}
.f_contact_btn{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:29px 10px 25px 30px;
	border-bottom:1px solid #fff;
	color:#fff;
	text-decoration:none;
}
.f_contact_btn:first-child{
	border-top:1px solid #fff;
}
.f_contact_btn h3{
	font-size:1.6rem;
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.05em;
	color: #fff;
	margin:0;
}
.f_contact_btn h3:before{
	display: block;
    content: attr(data-txt)'';
    font-family: 'Michroma', sans-serif;
    font-size:3.0rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

 */
/* 
.f_contact_btn .f_link_circle{
	width:56px;
	height:56px;
}
.f_contact_btn .f_link_circle:before{
	width:54px;
    height:54px;
}
.f_contact_btn:hover .f_link_circle::before {
	width:54px;
    height:54px;
}  */




/*---------
	footer_main
-------------*/

.footer_main {
    max-width: 1520px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    padding: 100px 20px 115px 20px;
    margin: auto;
    overflow: hidden;
}

.footer_address {
    /*margin-right: 2%;*/
    font-size: 1.6rem;
    width: 20%;
}

.footer_logo a {
    text-decoration: none;
	display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_logo a p{
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #122C48;
}

.footer_address strong {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
}
.footer_address [href^="tel:"]{
	padding: 3px 0 3px 24px;
}

.footer_address strong a img {
   /* max-width: 70%;*/
}

.footer_address p {
    letter-spacing: 0.05em;
    line-height: 1.85;
    margin: 0 0 25px;
	white-space: nowrap;
}

.footer_sns_list {
	display: flex;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.footer_sns_list li {
    list-style: none;
}

.footer_sns_list li a {
	display: block;
	transition: opacity 0.3s ease;
}

.footer_sns_list li a[target="_blank"] {
	padding-right: 0;
    background: none;
}

.footer_sns_list li a:hover {
	opacity: 0.8;
}

.footer_sns_list img {
	width: 48px;
	height: 48px;
	display: block;
}

.footer_address [href^="tel:"] {
    text-decoration: none;
    color: #222;
	padding-left:30px;
	background:url(img/icon_tel.svg)no-repeat;
	background-size:24px 24px;
	background-position:left center;
}



.footer_menu_wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:65%;
}

/*.footer_menu {
    white-space: nowrap;
}
.footer_menu:nth-child(1){
	width: 10%;
	margin-right:5.5%;
}
.footer_menu:nth-child(2){
	width: 6%;
	margin-right:5.5%;
}
.footer_menu:nth-child(3){
    width: 15.5%;
	margin-right:0;
}
.footer_menu:nth-child(4){
	width: 6%;
	margin-right:5.5%;
}
.footer_menu:nth-child(5){
	width: 6%;
	margin-right:5.5%;
}
.footer_menu:nth-child(6){
	width: 14%;
	margin-right:5%;
}
.footer_menu:last-child {
	width:18.8%;
    margin-right: 0;
}*/

.footer_menu_list {
    padding: 0;
    margin: 0 0 25px;
}


.footer_menu_item {
    list-style: none;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.footer_menu_link {
    position: relative;
    display: inline-block;
    color: #122C48 !important;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    font-weight: 500;
    margin: 0 0 10px;
}

.footer_menu_link:not(.no_hover):hover {
    opacity: .7;
}

.footer_menu_link.no_hover {
    cursor: default;
}

.footer_menu_link.f_parent_link {
    position: relative;
    overflow: hidden;
}


.footer_menu_link.f_parent_link span {
    display: inline-block;
}

.f_sub_list {
    padding: 0;
    margin: 0;
}

.f_sub_item {
	position:relative;
    line-height: 1.6;
    margin-bottom: 5px;
    list-style: none !important;
	padding-left:17px;
}

.f_sub_item:before {
    content:"";
	position:absolute;
	left:4px;
	top:calc(50% - 1px);
	width:4px;
	height:1px;
	background:#222;
}

.f_sub_link,
.footer_lnk_top a {
    position: relative;
    display: inline-block;
    color: #122C48 !important;
    text-decoration: none;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}

.f_sub_link:hover,
.footer_lnk_top a:hover {
    opacity: .7;
}

/*------------ メニューの下 お問い合わせボタン ------------*/
.footer_form_wrap {
    /*text-align: right;
    width: 100%;
    padding-top: 4px;*/

}


.footer_form_btn {
    display: inline-block;
    text-decoration: none;
    padding: 11px 48px;
    color: #fff !important;
    background:#E60012;
    border-radius: 50px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
}
.footer_form_btn:hover{
	background: #c70010;
}


/*------------ copyright ------------*/

#footer_copy {
/*     max-width: 1520px;
    width: 100%;
    padding: 0 20px 40px 20px;
    margin: auto; */
/*     text-align: center; */
	background:#fff;
}

.copyright{
	 max-width: 1520px;
    width: 100%;
    padding: 0 20px 40px 20px;
    margin: auto;
/*     text-align: center; */
}


.copyright span small {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
	color:#6C7D8D;
}

#return {
    position: relative;
}

#return a {
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: block;
    /*background: #0797ad url(img/arrow_t_white.svg) no-repeat center center / 23px 13px;*/
    background: #31444e;
    border: 1px solid #31444e;
    width: 60px;
    height: 60px;
    transition: background-color .3s;
    font-size: 0;
    text-decoration: none;
	border-radius: 30px;
    z-index: 10;
}

#return a:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: border-color 0.3s;
}

#return a:hover {
    border-color: #2b5872;
    background-color: #2b5872;
}

/* #return a:hover:after {
	border-top: 2px solid #007CCF;
	border-right: 2px solid #007CCF;
}
 */



@media (min-width: 768px) {
    body {
        min-width: 1300px;
    }
}


/* Error */
/* .error404 #content_h{
	margin-top:220px;
} */
.error404 #h_area{
/* 	max-width:1240px; */
	margin-bottom: 0;
}
.error404 .content_area{
	padding-bottom:200px;
}

@media screen and (max-width:767px) {
/* 	.error404 #content_h{
		margin-top:150px;
	} */
	.error404 .content_area{
		padding:50px 0 160px 0;
	}
}


/* 
@media screen and (min-width: 768px) and (max-width: 1200px){
	#header_area{
		min-width:1200px;
	}
} */




@media screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 1.3rem;
        background: #fff;
        width: auto;
    }

    input,
    textarea,
    select {
        font-size: 1.4rem;
    }

    /* body {
       
    } */

    #nojs {
        width: auto;
        background: #fff;
        color: #f00;
        padding: 10px;
        border: 5px solid #F00;
        text-align: center;
        margin: 10px auto;
    }

    img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

    /*-------------------------------------------------------------
		header
	-------------------------------------------------------------*/

    #header_wrap {
        z-index: 100;
    }

    #header_wrap.sp_menu_on {
        border-bottom: none;
    }

    #header_wrap.index_header {
        /*height: 65px;*/
    }
	/* =========================
	   企業サイト
	========================= */

	body.is-menu-open .corporate_header {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}

	body.is-menu-open .corporate_header #toggle {
		position: fixed !important;
		top: 0;
		right: 0;
		z-index: 1200;
		display: block;
	}

	body.is-menu-open .corporate_header #menu-box {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100dvh;
		overflow-y: auto;
		z-index: 1100;
	}


	/* =========================
	   採用サイト
	========================= */

	body.is-menu-open .recruit_header {
		position: absolute;
	}

	body.is-menu-open .recruit_header {
		position: absolute;
	}

	body.is-menu-open .recruit_header #toggle {
		position: static !important;
	}
	
    #header_area {
        padding: 8px 0 8px 20px !important;
    }

    #logo {
        z-index: 100;
    }

    #logo a,
    #logo img {
        width: 100%;
        min-width: auto;
        max-width: 190px;
    }
	/*
	#header_wrap.smallhead #header_area #logo a {
		max-width: 160px;
	}*/
    /* #header_wrap.smallhead #logo {
        top: 22px;
    } */

    #toggle {
        display: block;
        position: relative;
        height: 65px;
        top: 0;
        right: 0;
        z-index: 9000;
        float: right;
    }

    #toggle a {
        display: block;
        background: none;
        color: #007CCF;
        width: 80px;
        height: 65px;
        box-sizing: border-box;
        position: relative;
    }

    #toggle a span,
    #toggle a::before,
    #toggle a::after {
        content: "";
        font-size: 0;
        position: absolute;
        display: block;
        background: #fff;
        width: 38px;
        height: 3px;
        margin: auto;
        left: 0;
        right: 0;
        transition: all 0.3s;
    }

    .smallhead #toggle a span,
    .smallhead #toggle a::before,
    .smallhead #toggle a::after {
        background: #2B5872;
    }

    .smallhead #toggle a.open::before,
    .smallhead #toggle a.open::after {
        background: #fff;
    }

    .fixed #toggle a::before,
    .fixed #toggle a::after {
        background: #fff;
    }

    #toggle a::before {
        top: 20px;
    }

    #toggle a span {
        top: 30px;
    }

    #toggle a::after {
        top: 40px;
    }

    #toggle a.open {
        color: #fff;
    }

    #toggle a.open span {
        opacity: 1;
    }

    #toggle a.open span {
        opacity: 0;
    }

    #toggle a.open:before {
        -moz-transform: translate(0, 12px) rotate(45deg);
        -webkit-transform: translate(0, 12px) rotate(45deg);
        transform: translate(0, 12px) rotate(45deg);
        top: 21px;
        left: 0;
    }

    #toggle a.open:after {
        -moz-transform: translate(0, -12px) rotate(-45deg);
        -webkit-transform: translate(0, -12px) rotate(-45deg);
        transform: translate(0, -12px) rotate(-45deg);
        top: 45px;
        left: 0;
    }

    #menu-box {
        float: none;
        position: fixed;
        z-index: 8000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 69px;
        padding-bottom: 80px;
        margin: 0;
        background: #2B5872;
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #menu {
        display: block;
        clear: both;
        background: none;
        padding: 0 20px 40px;
        position: relative;
        z-index: 10000;
        float: none;
    }

    /*#menu .menu_en{
		font-size:1.6rem;
	}*/
    #menu .menu_ja {
        font-size: 1.4rem;
    }

    .menu_dis {
        display: none !important;
    }

    /* .menu_mbox {
        display: block !important;
    } */
    /*     .overlay_none {
        position: fixed;
    } */

    /* #js-gnav-layer {
        background: #fff !important;
        z-index: 90;
    } */

    #menu ul {
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    #menu nav ul li {
        float: none;
        margin: 0;
        width: auto;
        /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
        position: relative;
        box-sizing: border-box;
        text-align: center;
        box-shadow: none;
    }

    #menu nav ul li.top_item {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
    }

    #menu nav ul li a {
        padding: 15px 15px 16px;
        line-height: 1;
        color: #fff !important;
        margin: 0;
        opacity: 1 !important;
    }

    #menu nav ul li.nav_btn {
        display: block;
        text-align: center;
        margin: auto;
    }

    #menu .nav_btn a {
        padding: 13px 15px 13px;
        background: none;
    }

    .menu_list {
        display: block;
        margin: 0;
    }

    .index_header {
        position: relative;
    }

    .sp_menu_on.index_header {
        position: relative;
        top: auto;
        left: auto;
    }

    #menu {
        display: block;
        clear: both;
    }

    .menu_dis {
        display: none !important;
    }

    /* .menu_mbox {
        display: block !important;
    }

    .sp_menu_on {
        position: fixed !important;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 1000;
        top: 0;
    }

    .body_no {
        display: none;
    } */

    .menu_item {
        display: block;
        float: none;
        margin: 0;
        width: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        position: relative;
        box-sizing: border-box;
        text-align: left;
    }



    .parent_btn::after {
        top: 0;
        right: 22px;
        bottom: 0;
        left: auto;
        border-color: #fff;
        transform: rotate(45deg);

    }

    .parent_btn.open::after {
        top: 6px;
        transform: rotate(-135deg);
    }

    /* .h_sub_list {
        display: none;
        position: relative;
        padding: 0;
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    .h_sub_link {
        padding: 10px 30px 10px 30px;
        background: transparent;
        border-radius: none;
        color: #fff;
    }

    .s_sub_item {
        border: none !important;
        opacity: 1;
        height: auto;
    } */

    /* drop */
    /*.drop_wrap {
        display: none;
        position: static;
        padding: 0;
        margin: 0;
        background: rgba(5, 54, 134, 0.2);
        border-top: 1px solid rgba(242, 242, 242, 0.5);
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .drop_box {
        padding: 0;
    }

    .drop_parent {
        width: 100%;
        margin: 0 auto;
    }

    .drop_parent_link {
        position: static;
        font-size: 1.4rem;
        padding: 20px 25px;
    }

    .drop_parent_link::after {
        content: none;
    }

    .drop_parent_link .sp_size {
        display: inline-block !important;
    }

    .drop_list {
        display: block;
        width: 100%;
        margin: 0;
    }

    .drop_item {
        padding: 0;
        margin: 0 !important;
        border: none;
    }

    .drop_parent {
        border: none;
        display: none;
    }

    .drop_link {
        font-size: 1.3rem;
        background: none;
        border: none;
    }

    .drop_link::before {
        content: none;
    }*/

    /* contact btn */
    #menu .menu_item.contact {
        margin-top: 20px;
        border-bottom: none;
    }

	#menu .menu_item.contact a,
	#menu .menu_item.recruit a {
        width: 100%;
        margin: auto;
    }

    .menu_item.contact a::after {
        background: #ff7600;
    }

    .menu_item.contact a span {
        font-size: 1.5rem;
    }

    #menu .menu_item.recruit,
    #menu .menu_item.contact {
        display: inline-block;
        width: calc(50% - 5px);
        margin-top: 20px;
        border-bottom: none;
        vertical-align: top;
        text-align: center;
    }
	
    /*-------------------------------------------------------------
		footer
	-------------------------------------------------------------*/

	/*---------
		footer_contact
	-------------*/
	.footer_contact{
		padding:80px 0 80px 0;
	}
	.f_contact_l{
		width:100%;
		margin-right:0;
	}
	.f_contact_list{
		width:100%;
		margin-top:20px;
	}
	
	.f_contact_txt h2{
		font-size: 1.4rem;
	}
	.f_contact_txt h2:before {
		font-size: 3.4rem;
	}
	.f_link_txt{
		font-size: 1.8rem;
	}
	
	.f_link_circle{
		width: 80px;
    	height: 80px;
	}
	.f_link_circle:before{
		width: 78px;
    	height: 78px;
	}
	a:hover .f_link_circle:before{
		width: 80px;
    	height: 80px;
	}

	
	.f_contact_btn{
		padding:18px 10px 20px 15px; 
	}
	.f_contact_btn h3{
		font-size:1.3rem;
	}
	.f_contact_btn h3:before{
		font-size:2.0rem;
	}
	
	
	.footerSnsBanner__list {
		margin: -80px auto 0;
		flex-direction: column;
		gap: 15px;
	}

	.footerSnsBanner__item {
		max-width: 100%;
		min-width: 100%;
	}

	.footerSnsBanner {
		padding: 0 20px 0;
	}
	/*----------------
		footer_contact (SP)
	--------------------*/
	.footer_contact {
		padding: 60px 0 80px;
	}

	.f_contact_head {
		margin-bottom: 40px;
	}

	.f_contact_head h2::before {
		font-size: 4.5rem;
	}
	
	.f_contact_txt{
		margin-top:30px;
		font-size:1.4rem;
	}
	
	.f_contact_col h3{
		font-size:1.6rem;
	}

	.f_contact_body {
		flex-direction: column;
		gap: 10px;
	}

	.f_contact_col {
		min-width: 100%;
	}

	.f_contact_col.f_contact_form {
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}

	.f_tel_num,
	.f_fax_num {
		font-size: 2.2rem;
		text-align: center;
	}
	
	.f_contact_tel_inner {
    gap: 0;
    flex-direction: column;
		align-items: center;
	}
	
	.f_contact_col.f_contact_tel {
    border-right: none;
    padding-right: 0;
}
	
	.f_tel_icon::before, .f_fax_icon::before {
		top: 6%;
        left: 8%;
        width: 35px;
        height: 35px;
	}

	
	
    /*---------
        footer_main
    -------------*/
    .footer_main {
        flex-direction: column;
        padding: 0;
        padding: 40px 20px 10px;
    }

    .footer_menu_wrap {
        display: block;
        width: 100%;

    }

    .footer_menu {
        width: 100%;
    }

    .footer_menu:last-child {
        margin-top: 0;
    }

    .footer_menu_list {
        width: 100%;
        padding: 0;
        font-size: 13px;
        margin: 0;
    }

    .footer_menu_item {
        position: relative;
        margin: 0 !important;
        border-bottom: 1px solid #ccc;
    }
	
    .footer_menu_link,
    .footer_lnk_top a,
    .f_sub_link {
        display: block;
        font-size: 1.3rem;
        padding: 15px 36px 15px 20px;
    }

    .footer_menu_link {
        font-weight: bold;
        margin: 0 0 0;
    }

    .footer_menu_link.f_parent_link::before,
    .footer_menu_link.f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        margin: auto;
        background: #222;
        opacity: 1;
    }

    .footer_menu_link.f_parent_link::before {
        top: 24px;
        left: unset;
        right: 19px;
        width: 14px;
        height: 2px;
    }

    .footer_menu_link.f_parent_link::after {
        top: 18px;
        right: 25px;
        width: 2px;
        height: 14px;
        transition: opacity 0.3s;
    }

    .footer_menu_link.f_parent_link.open::after {
        opacity: 0;
    }

    .f_sub_item.sp_size {
        padding: 0;
        border-bottom: 1px solid #444;
    }

    .sp_size .f_sub_link {
        display: block;
        padding: 15px 20px;
        font-size: 13px;
        letter-spacing: 1.3px;
    }

    .f_sub_item,
    .footer_lnk_top {
        margin: 0;
		padding:0;
    }

    .footer_lnk_top {
        border-bottom: 1px solid #e6e6e6;
    }

    .f_sub_list {
        display: none;
        padding: 0;
        margin: 0 !important;
        border-top: 1px solid #e6e6e6;
        border-left: none;
    }

    .f_parent_link::before,
    .f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        margin: auto;
        background: #fff;
    }

    .f_parent_link::before {
        top: 24px;
        right: 19px;
        width: 14px;
        height: 2px;
    }

    .f_parent_link::after {
        top: 18px;
        right: 25px;
        width: 2px;
        height: 14px;
        transition: opacity 0.3s;
    }

    .footer_address {
        font-size: 1.3rem;
        width: 100%;
        padding: 0 0 35px;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }


    .footer_address strong {
        max-width: calc(100% - 40px);
        margin-bottom: 10px;
    }

    .footer_address strong a img {
        max-width: 65%;
        margin: 0 auto;

    }

    .footer_address p {
        margin: 0 0 13px;
		line-height: 2.5;
    }
	
	.footer_logo a{
		align-items: center;
	}

    .footer_sns_list {
        justify-content: center;
    }

    /*.footer_icon_list {
        justify-content: center;
    }*/

    /*------------ メニューの下 お問い合わせボタン ------------*/
    .footer_form_wrap {
        text-align: center;
        padding-top: 25px;

    }

    .footer_form_btn {
        background:#fff!important;
		color:#222!important;
		border-radius:0;
    }

    .footer_form_btn span {
        font-size: 1.4rem;
        line-height: 50px;
    }

    /*  */
    #footer_copy {
        padding: 10px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    #return a {
        width: 50px;
        height: 50px;
        right: 20px;
    }

    #return a span {
        display: block;
        position: absolute;
        top: -19px;
        width: 100%;
        text-align: center;
    }

    #wrapper.fixed {
        position: fixed;
    }
}



[href^="tel:"] {
    color: #333 !important;
    pointer-events: none;
    text-decoration: none !important;
}


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

    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }
}


/*---------------------------------------------------------
	form_btn iphone用
---------------------------------------------------------*/
form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}


/* =========================
施工実績 モーダル
========================= */
body.is-modal-open {
    overflow: hidden;
}

.construction_modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.construction_modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.construction_modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);

    opacity: 0;
    transition: opacity 0.35s ease;
}

.construction_modal.is-open .construction_modal__overlay {
    opacity: 1;
}

.construction_modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(1100px, calc(100% - 80px));
    background: #fff;

    opacity: 0;
    transform: translate(-50%, -48%);
    transition:
        opacity 0.35s ease 0.08s,
        transform 0.35s ease 0.08s;
}

.construction_modal.is-open .construction_modal__content {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.construction_modal__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 64px;
    height: 64px;
    border: 0;
    background: #e51f1f;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
}

.construction_modal__inner {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 55px;
    padding: 70px;
}

.construction_modal__main_img {
    width: 100%;
    aspect-ratio: 560 / 560;
    object-fit: cover;
}

.construction_modal__body {
    display: flex;
    flex-direction: column;
}

.construction_modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.construction_modal__date {
    font-size: 20px;
}

.construction_modal__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 115px;
    height: 35px;
    padding: 0 14px;
    background: #0050E6;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}

.construction_modal__ttl {
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
}

.construction_modal__info {
    margin-top: 20px;
}

.construction_modal__info div {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.8;
}

.construction_modal__info dt {
    flex: 0 0 auto;
}

.construction_modal__info dt::after {
    content: "：";
    margin-left: 0.2em;
}

.construction_modal__info dd {
    margin: 0;
}

.construction_modal__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: auto;
}

.construction_modal__thumb {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.7;
}

.construction_modal__thumb.is-active {
    opacity: 1;
}

.construction_modal__thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.construction_modal__arrow {
    position: fixed;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background: transparent;
    cursor: pointer;
}

.construction_modal__arrow--prev {
    left: -130px;
    transform: translateY(-50%) rotate(-135deg);
}

.construction_modal__arrow--next {
    right: -130px;
    transform: translateY(-50%) rotate(45deg);
}


/* =========================
施工実績 スマホ
========================= */
@media screen and (max-width: 767px) {

    .construction_page {
        padding: 50px 0 200px;
    }

    .construction_cat_list {
        margin-bottom: 50px;
        display: block;
        ;
        margin-bottom: 50px;
    }

    .construction_cat_item {
        min-width: calc(50% - 5px);
        height: 44px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .construction_list {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .construction_modal__content {
        width: calc(100% - 30px);
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }

    .construction_modal__inner {
        display: block;
        padding: 50px 20px 30px;
    }

    .construction_modal__body {
        margin-top: 25px;
    }

    .construction_modal__head {
        align-items: flex-start;
        gap: 15px;
    }

    .construction_modal__ttl {
        font-size: 17px;
		padding-bottom: 10px;
    }

    .construction_modal__thumbs {
        grid-template-columns: repeat(4, 1fr);
        margin-top: 15px;
    }

    .construction_modal__arrow {
        display: none;
    }
	
	.construction_modal__date {
		font-size: 16px;
		margin: 0;
	}	
	
	.construction_modal__cat {
		min-width: 100px;
		height: 30px;
		padding: 0 14px;
		font-size: 14px;
	}	

	.construction_modal__info {
		margin-top: 10px;
	}
	
	.construction_modal__info div {
		margin-bottom: 10px;
		font-size: 14px;
	}
}

/*-------------------------------------
    scroll fade animation
--------------------------------------*/

.inview {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.inview.on {
	opacity: 1;
	transform: translateY(0);
}

/* 順番にふわっと出す用 */
.inview.delay-1 {
	transition-delay: 0.2s;
}

.inview.delay-2 {
	transition-delay: 0.4s;
}

.inview.delay-3 {
	transition-delay: 0.6s;
}

.inview.delay-4 {
	transition-delay: 0.8s;
}