@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-footer{
	display:none;
}
header#site-header {
    display:none;
}

.pc_view{
	display:block;
}
.pc_view_f{
	display:flex;
}
.sf_view{
	display:none;
}

@media (max-width: 767px)  {
.pc_view{
	display:none;
}
	.pc_view_f{
		display:none;
	}
.sf_view{
	display:block;
}
}

/*共通ヘッダー*/

.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;
}
.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;
}
/*フッター*/

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


/*form*/

.form__row {
    margin-bottom: 50px;
    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;
    }
}
label[for] {
    padding-left: 2.3em;
}
@media screen and (max-width: 767px) {
    label[for] {
        padding-left: 1.5em;
    }
}
label[for] {
    cursor: pointer;
}
.form__label {
    color: #000;
    width: 250px;
    margin: 0;
    padding-top: 13px;
    margin-right: 10px;
    font-size: 18px;
    font-family:"Noto Sans", Sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .form__label {
        width: 100%;
        margin-bottom: 10px;
    }
}
.form__must {
    font-size: 14px;
    font-weight: bold;
    color: #fe93ff;
    line-height: 1;
    position: relative;
    top: -12px;
    left: 12px;
}
@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: 2px solid #333;
    background:#fff;
    margin-left: 0px;
    border-radius: 5px;
    font-family:"Noto Sans", Sans-serif;
    font-size: 18px;
    padding:10px;
}
.form__content {
    width: 778px;
    padding-right: 2.3em;
}
@media screen and (max-width: 767px) {
    .form__content {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }
}
.form__selectbox {
    width: 100%;
    height: 57px;
    font-size: 18px;
    letter-spacing: 0.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}
@media screen and (max-width: 767px) {
    .form__selectbox {
        width: 100%;
    }
}
.form__button {
    text-align: center;
}
.form__button input[type=submit]:hover, .form__button input[type=submit]:focus {
    background-color: #003a70;
    border: 1px solid #333;
    color: #fff;
}
.form__button input[type=submit] {
    width: 200px;
    max-width: 100%;
    height: 60px;
    font-family:"Noto Sans", Sans-serif;
    background-color: #fff;
    /*border-radius: 30px;*/
    border: 1px solid #003a70;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #003a70;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width: 767px) {
    .form__button input[type=submit] {
		margin-top:10px;
		width:175px;
		height:50px;
	}
}
.wpcf7-spinner {
    background-color: #003c72;
    position: absolute;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #01a9ba;
    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;
}
.p_color.p_deco{
	color:blue;
	text-decoration:underline;
}

/*top投稿*/
.top-news {
  display: grid;
  gap: 16px;
}

.top-news__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
}

.top-news__thumb img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.top-news__cat {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
  background: #0073aa;
  border-radius: 999px;
}

.top-news__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.top-news__empty {
  padding: 24px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 12px;
}
