@charset "utf-8";
/*全体の設定*/
/*
* {
	outline: 1px solid magenta;
}
*/
html {
    scroll-behavior: smooth;
}
.top_main_title{
	font-size:120px;
}
.main-font h2{
	display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 10px;
   }

#site-header.site-header{
    display:none;
}
#site-footer.site-footer{
	display:none;
}
.page-header{
    display:none;
}

/*レスポンシブ*/

.sf{
    display:none;
}
.sf_f{
    display:none;
}

@media screen and (max-width: 767px) {
    .pc {
        display:none;
    }
    .sf{
        display:block;
    }
    .sf_f{
        display:flex;
    }
}

/*共通ヘッダー*/

.header--md {
    display: block;
}
@media screen and (max-width: 1110px) {
    .header--md {
        display: none;
    }
}

header {
    background-color: #fff;
    color: #015e8e;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 99999;
}
.header-inner {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.row {
    display: flex;
}
.header-logo {
    flex: 1;
    margin-left: 2rem;
}
.header-logo .logo {
    display: block;
    width: 300px;
    height: auto;
}
.header-logo_recruit a{
    display:block;
    width:300px;
}
.header-logo a{
    display:block;
    width:300px;
}
.gnav-list {
font-family: "Noto Sans", Sans-serif;
    font-weight: 700;
}
#header-global-nav>ul>li {
    display: table-cell;
    height:100px;
}

.gnav-item {
    letter-spacing: .08em;
    padding: 2.3em 1.5em 1em;
    text-align: center;
}
#header-global-nav>ul>li>a {
    display: block;
    /*transition: all .2s ease-in;*/
}

.gnav-list a {
    color: #003a70;
    display:flex;
}
.gnav-list a:hover{
    color:#003a70;
    /*text-shadow:
    0px 0px 1px #003a70;*/
    /*border-bottom: 1px solid;*/
}
.gnav-item .primary {
    font-size: 18px;
}
.gnav-item .sub_title {
    font-size: 10px;
}
.sub_title{
    display:none;
    font-size:10px;
}
.gnav-item .sub_title {
    display:none;
}
.sub_title.header_hover{
    display:block;
}
.global-nav__contact {
    cursor: pointer;
    font-family: "Noto Sans", Sans-serif;
    border: 1px solid #1B5C77;
    background:#fff;
    color:#1B5C77;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    text-align: center;
    margin-left:0.5vw;
    margin-right:1vw;
    padding: 0.9em 2em 1em;
    height: 50px;
    width:150px;
    display:flex;
}
.global-nav__contact img {
    width:27px;
    height:27px;
}
.global-nav__contact p {
    font-size:17px;
    padding:0em 0.6em;
}
.global-nav__contact a, .global-nav__contact:hover {
    background-color:#1B5C77;
    color:#fff;
    border: 1px solid #1B5C77;
    transition: all .2s ease-in;
}

.icon{
	width:30px;
	margin-bottom:10px;
}

.fixed_200{
    position:static;
}
.fixed_200_active{
    position:fixed;
    left:0px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
    opacity:0.9;
}
.fixed_200_active_sf{
    opacity:0.95;
}
.fixed_200.fixed_200_active .button-height .elementor-button-wrapper .elementor-button{
    padding-top:1em;
    padding-bottom:1em;
}
/*spnav*/

.menu_icon{
    width:20px;
}

.primary.sp_primary{
    color:#666;
    display: grid;
    place-items: center;
    padding-left:10px;
}
.sub_title.secondary{
    color:#666;
    margin-top:3px;
}
.primary.sp_primary.new_primary{
    color:#5a5656;
    font-family: "Zen Old Mincho", Sans-serif;
}
.gnav-item__sp__recruit .primary.sp_primary{
    color:#1B5C77;
}

.header--xs {
    display: none;
}
.header--xs {
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .header--xs {
        display: flex;
        left:0px;
    }
}
.header--xs__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.header--xs .logo-box .logo {
    display: block;
    width: 250px;
    height: auto;
}
/*
.header--xs .logo-box .logo img {
    height:64px;
}
*/
@media screen and (max-width: 500px) {
    .header--xs .logo-box .logo img {
        height:40px;
    }
    .header--xs .logo-box .logo {
        width: 220px;
    }
}
.header--xs .logo-box .logo a {
    height: 100%;
}
#nav_toggle {
    position: relative;
    height: 30px;
    width: 30px;
    z-index: 1;
}
#nav_toggle .position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 23px;
}
#nav_toggle .catch {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
#nav_toggle span {
    background: #FCBD30;
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
}
#nav_toggle span:nth-child(1) {
    top: 0px;
    transition: all 0.5s;
}
#nav_toggle span:nth-child(2) {
    top: 8px;
}
#nav_toggle span:nth-child(3) {
    top: 16px;
    transition: all 0.5s;
}
#menu {
    background:#fff;
    margin-top: 100px;
    position: fixed;
    top: 0;
    overflow: hidden;
    transition: left .5s, right .5s;
    height: 100%;
    width: 100%;
    z-index: 1;
    left:-100%;
}
#menu.sc20m{
    margin-top:60px;
}
#menu.recruit_menu{
    background:#F5EBDD;
}

#menu nav {
    overflow: scroll;
    padding-bottom: 15vw;
    height: 100%;
    margin: 0;
}
#menu .gnav-list {
    display: block;
}
#menu .gnav-list {
    border-top: 1px solid #FFE2B4;
}
#menu .gnav-item {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #FFE2B4;
    text-align: left;
    width: 100%;
}
#menu.new_menu .gnav-item {
    border-bottom: 1px solid #FFE2B4;
}
#menu .gnav-item.gnav-item__sp{
    padding: 1.2em 2em 1em;
}
#menu .gnav-item.gnav-item__sp:hover{
    background:#f8f8ff;
}
@media screen and (max-width: 500px) {
#menu .gnav-item.gnav-item__sp{
    padding: 1em 2em 1em;
}
}
#menu .gnav-item.gnav-item__sp__recruit {
    border-bottom: 1px solid #333;
}
#menu.opennav{
    pointer-events: auto;
    left:0%;
}
#nav_toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
#nav_toggle.open span:nth-child(2) {
    opacity:0;
}
#nav_toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/*form*/

.form__row {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .form__row {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    label[for] {
        padding-left: 1.5em;
    }
}
label[for] {
    cursor: pointer;
}
.form__label {
    color: #333;
    width: 22vw;
    margin: 0;
    padding-top: 13px;
    margin-right: 10px;
    font-size: 23px;
    font-family:"Noto Sans", Sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
    .form__label {
    font-size: 2.2vw;
}
}
@media screen and (max-width: 767px) {
    .form__label {
    font-size: 18px;
}
}
@media screen and (max-width: 767px) {
    .form__label {
        width: 100%;
        margin-bottom: 10px;
    }
}
.form__must {
    font-size: 14px;
    font-weight: bold;
    color: #FCBD30B8;
    line-height: 1;
    position: relative;
    top: -12px;
    left: 5px;
}
@media screen and (max-width: 767px) {
    .form__must {
        font-size: 12px;
        top: -9px;
    }
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #333;
    border-radius:10px;
    background:#fff;
    margin-left: 5px;
    font-family:"Noto Sans", Sans-serif;
    font-size: 23px;
    padding:10px;
}
.form__content {
    width: 778px;
    padding-right: 2.3em;
}
@media screen and (max-width: 1024px) {
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 2.2vw;
	}
}
@media screen and (max-width: 767px) {
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 18px;
	}
    .form__content {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }
}
.form__selectbox {
    width: 100%;
    height: 70px;
    font-size: 1.7vw;
    letter-spacing: 0.05em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}
@media screen and (max-width: 1024px) {
    .form__selectbox {
            font-size:2.2vw;
    }
}
@media screen and (max-width: 767px) {
    .form__selectbox {
        width: 100%;
        font-size:18px;
    }
}
.form__button {
    text-align: center;
}
.form__button input[type=submit]:hover, .form__button input[type=submit]:focus {
    background-color: #FCBD30B8;
    border: 1px solid #333;
    color: #fff;
}
.form__button input[type=submit] {
    width: 230px;
    margin-top: 15px;
    max-width: 100%;
    height: 70px;
    font-family:"Noto Sans", Sans-serif;
    background-color: #fff;
    /*border-radius: 30px;*/
    border: 1px solid #FCBD30B8;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #FCBD30B8;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wpcf7-spinner {
    background-color: #FCBD30B8;
    position: absolute;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.wrapper {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.target {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
    .form__button input[type=submit] {
    font-size:20px;
    height:70px;
}
}
@media screen and (max-width: 767px) {
    .form__button input[type=submit] {
    font-size:16px;
    height:55px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    margin-left: 0px;
}
}

/*form*/
.wpcf7-list-item-label{
    line-height:1.5em;
    font-family:"Noto Sans", Sans-serif;
    font-size:20px;
    }
.form__acceptance{
    margin-top:-0.2em;
}

.contact_comment .elementor-heading-title{
    line-height:1.3em;
}

@media screen and (max-width: 767px) {
    .wpcf7-list-item-label{
        font-size:16px;
    }
}

/*フッター*/

.foter_color .elementor-widget-container .elementor-heading-title a:hover{
    color:#d4d4d4;
}


.header--xs.fixed_200_active .opennav nav ul{
    background:#fff;
}