@charset "utf-8";

a:link, a:visited {
	text-decoration: underline;
	color:#1d2080;
}

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

html{
	overflow-x : hidden;
	overflow-y : auto;
}


/* Body
---------------------------------------------------------- */
body {
	font-size:14px;
	line-height:1.8;
	letter-spacing:0.02em;
	color:#3e3a39;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


/* Misc.
---------------------------------------------------------- */
.hidden {
	display: none;
}

.t-bold {
	font-weight:bold;	
}

.t-right {
	text-align:right;	
}

a.img-btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.t-alpha {
	font-family: 'Playfair Display', serif;
}

.t-jp-min {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.show-mobile-inline,
.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.hide-mobile-inline {
	display: inline-block;
}


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

	.show-mobile {
		display: block;
	}

	.show-mobile-inline {
		display: inline-block;
	}

	.hide-mobile {
		display: none;
	}

	.hide-mobile-inline {
		display: none;
	}
}


/* Base Layout
---------------------------------------------------------- */
#wrapper {
	width:100%;
}


/*========== HEADER ==========*/
#header{
	width:100%;
	padding: 10px 0 0 0;
}

#header-top {
	height: 90px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header-top h1 {
	width: 300px;
	text-align: center;
	position: absolute;
	left:315px;
	top:20px;
}

#search-form {
	width: 180px;
	position: absolute;
	right:0;
	top:30px;
}

#search-form #search {
    padding: 3px 5px;
    width: 158px;
    height: 22px;
    border: 1px solid #1d2080;
    background: url(../img/bg_search.png) no-repeat right 5px center;
    font-size: 100%;
}


#nav {
	width:100%;
	border-top: 3px solid #1d2080;
}

#nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 14px 0 0 0;
}

.topnav-item {
	width: 137px;
	float:left;
}

.topnav-item a {
	display: block;
	color: #1d2080;
	text-align: center;
	text-decoration: none;
	margin-bottom: 16px;
	border-left: 1px solid #1d2080;
	font-size: 14px;
    font-weight: bold;
	letter-spacing: 1px;
}

.topnav-item a.end {
	border-right: 1px solid #1d2080;
}

.topnav-item a:hover {
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#nav li {
	position: relative;
}

#nav li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

#nav li:hover ul {
	visibility: visible;
	opacity: 1;
	width: 137px;
}

#nav li ul li {
	width: 137px;
	background: #fff;
}

#nav li ul li a {
  padding: 13px 15px;
  background: #fff;
  border-left: none;
  margin-bottom: 0;
}

#nav li ul li a:hover {
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#nav li ul li a .t-small {
	display: block;
	text-align: center;
	font-size: 11px;
	margin-top: 2px;
}

/*========== FOOTER ==========*/
#footer {
	margin-top: 50px;
}

#goto-top {
	background: #f7f8f8;
	text-align: center;
	padding: 5px 0 15px 0;
}

#goto-top span {
	display: block;
	width: 100px;
	padding: 5px 0;
	margin: 0 auto;
	cursor: pointer;
}

#f-nav {
	border-top: 3px solid #1d2080;
}

#f-nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

#f-nav ul li {
	display: inline-block;
}

#f-nav ul li a {
	font-weight: bold;
	color: #1d2080;
	font-size: 13px;
	text-decoration: none;
	border-left: 1px solid #595757;
	text-align: center;
	padding: 0 15px;
}

#f-nav ul li a.end {
	border-right: 1px solid #595757;
}

#footer-address {
	border-top: 1px solid #1d2080;
}

#footer-address-inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
	line-height: 1.6;
}

#footer-inner-l {
	width: 200px;
	float: left;
}

#footer-inner-l img {
	width: 160px;
	height: auto;
}

#footer-inner-r {
	width: 300px;
	float: left;
}

#copyrights {
	width: 300px;
	float: right;
	font-size: 11px;
	padding-top: 1em;
	text-align: right;
}


/* TOP PAGE
---------------------------------------------------------- */
.top-image-layer {
    background: url(../img/main-image.png) no-repeat center;
    width: 100%;
    height: 540px;
}

.top-image-layer {
    width: 100%;
    height: 540px;
	border-bottom: 8px solid #1d2080;
    background-position: center top;
    background-size: 1200px auto;
    -moz-background-size: 1200px auto;
    -webkit-background-size: 1200px auto;
    -o-background-size: 1200px auto;
    background-repeat: no-repeat;

}

.top-image-inner {
    width: 960px;
    height: 315px;
    margin: 0 auto;
    position: relative;
}


.top-content-box {
	padding: 35px 0;
}

.top-content-box.even {
	background: #1d2080;
}

.top-content-box .inner {
	width: 960px;
	margin: 0 auto;
}

.top-content-box h2 {
	color: #1d2080;
	font-weight: bold;
	padding: 20px 0 40px 0;
}

.top-content-box.even h2 {
	color: #fff;
}

.top-content-box h2 span {
	display: block;
	text-align: center;
}

.top-pdf-box {
	padding: 0 0 25px 0;
	width: 960px;
	margin: 0 auto;
}

.top-pdf-box li {
	float: left;
	width: 460px;
	margin: 0 20px 0 0;
}

.top-group-box {
	padding: 0 0 40px 0;
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.top-group-box li {
	float: left;
	width: 460px;
	margin: 0 20px 0 0;
}

.top-group-link {
	text-align: center;
	padding: 15px 0 8px 0;
    background: url(../img/bg_btn_link.png) no-repeat right 15px center;
}

.top-group-link .txt-jp {
	font-size: 19px;
	font-weight: bold;
	display: block;
}

.top-group-link .txt-alpha {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 0 0 5px 0;
}

.top-content-block {
	text-align: center;
}

.top-content-block li {
	display: inline-block;
	width: 280px;
	margin: 0 15px 30px 15px;
	background: #fff;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.top-content-block li.end {
	margin: 0 15px;
}

.top-content-block a {
	display: inline-block;
	text-decoration: none;
}

.top-group-box li a:hover,
.top-pdf-box li a:hover,
.top-content-block a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#top-news .inner {
	width: 100%;
}

#top-news-nav {
	border-bottom: 1px solid #acacac;
	padding: 10px 0 0 0;
}

#top-news-nav ul {
	width: 960px;
	margin: 0 auto;
}

#top-news-nav li {
	display: inline-block;
	line-height: 1.0;
	padding: 0 0 15px 0;
	border-bottom: 3px solid #fff;
}

#top-news-nav li:hover {
	border-bottom: 3px solid #1d2080;
}

#top-news-nav li a {
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 3px 0;
	border-left: 1px solid #acacac;
	text-decoration: none;
	color: #acacac;
}

#top-news-nav li a:hover {
	color: #1d2080;
}

#top-news-nav li.end a {
	border-right: 1px solid #acacac;
}

#top-news-link {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

#top-news-link li {
	padding: 10px 0;
}

#top-news-link li p {
	float: left;
}

#top-news-link li a {
	font-weight: bold;
	color:#3e3a39;
	font-size: 15px;
}

#top-news-link li .top-news-date {
	width: 90px; 
	font-size: 13px;
	color: #666;
}

#top-news-link li .top-news-cat {
	width: 120px; 
}

#top-news-link li .top-news-cat span {
	display: inline-block;
	background: #008fd8;
	min-width: 80px;
	padding: 3px 10px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color: #fff;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#top-news-link li .top-news-cat.yamasui span {
	background: #1d2080;
}

#top-news-link li .top-news-text {
	width: 750px; 
}

#top-news-more {
	text-align: center;
}

#top-news-more .btn-link {
	width: 120px;
	padding-left: 20px;
}

h2 .txt-alpha {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	letter-spacing: 0.1em;
	font-weight: 300;
	padding: 0 0 8px 0;
}

h2 .txt-jp {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

#top-movie {
	background: #F7F7FA;
}
.top-movie-list {
	display: flex;
	justify-content: center;
}
.top-movie-list {
	margin-bottom: 30px;
}
.top-movie-list li {
	width: 80%;
	max-width: 400px;
	margin: 0 15px 30px 15px;
}
.top-movie-list li a {
	display: block;
	border-radius: 8px;
	text-align: center;
}
.top-movie-list li a img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}
.top-movie-list li a span {
}

/* MISC
---------------------------------------------------------- */
.t-center {
	text-align: center;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-80 {
	padding-bottom: 80px;
}


/* SUB PAGE COMMON
---------------------------------------------------------- */
.sub-image-layer {
    width: 100%;
    height: 315px;
	border-bottom: 8px solid #1d2080;
    background-position: center top;
    background-size: 1200px auto;
    -moz-background-size: 1200px auto;
    -webkit-background-size: 1200px auto;
    -o-background-size: 1200px auto;
    background-repeat: no-repeat;

}

.sub-image-inner {
    width: 960px;
    height: 315px;
    margin: 0 auto;
    position: relative;
}

.sub-image-text-box {
	position: absolute;
	bottom:-50px;
	left: 0;
	background: #1d2080;
	width: 250px;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sub-image-text-box p {
	text-align: center;
}

.sub-image-text-box .txt-jp {
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.1em;
	font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.sub-image-text-box .txt-jp span {
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.sub-image-text-box .txt-alpha {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	letter-spacing: 0.2em;
	font-weight: 300;
	color: #fff;
	padding: 12px 0 0 0;
}

.pankuzu {
	width: 960px;
	margin: 0 auto;
	padding: 5px 10px 0 0;
	text-align: right;
	font-size: 11px;
}

.pankuzu.news {
	text-align: left;
	padding: 5px 10px 0 20px;
}

.sub-content-box .inner {
	width: 960px;
	margin: 0 auto;
}

.sub-content-box {
	padding: 30px 0 30px 0;
}

.sub-content-box.intro {
	padding-top: 40px;
}

.sub-content-box h2 {
	color: #1d2080;
	font-weight: bold;
	padding: 20px 0 30px 0;
}

.sub-content-box h2 span {
	display: block;
	text-align: center;
	line-height: 1.3;
}

.sub-content-box h2 .txt-jp {
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.sub-content-box h2 .txt-alpha {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	letter-spacing: 0.15em;
	font-weight: 400;
}

.sub-content-box p {
	line-height: 2.0;
}

.intro-hr {
	border-bottom: 1px solid #1d2080 !important;
	border-top: none !important;
	width: 40px;
	margin: 0 auto 25px auto !important;
}

.btn-link a,
a.btn-link {
	margin-top: 5px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding: 5px 33px 5px 25px;
    background: url(../img/bg_btn_link.png) no-repeat right 10px center;
	border: 2px solid #1d2080;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
}

span.btn-link {
	margin-top: 5px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding: 5px 33px 5px 25px;
    background: url(../img/bg_btn_link_off.png) no-repeat right 10px center;
	border: 2px solid #acacac;
	color: #acacac;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
}

.btn-link.next a,
a.btn-link.next {
	margin-top: 5px;
	padding: 5px 22px 5px 35px;
    background: url(../img/bg_btn_link_l.png) no-repeat left 10px center;
}

span.btn-link.next {
	margin-top: 5px;
	padding: 5px 22px 5px 35px;
    background: url(../img/bg_btn_link_l_off.png) no-repeat left 10px center;
}

a.btn-link:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


/* RECRUIT INFO
---------------------------------------------------------- */
#recruit-header {
    background: url(../img/recruit/image_main.png) no-repeat center bottom;
}

.no-info {
	padding: 0 0 80px 0;
	font-size: 20px;
	text-decoration: underline;
	color: #acacac;
}


/* OUTLINE
---------------------------------------------------------- */
#outline-header {
    background: url(../img/outline/image_main.png) no-repeat center bottom;
}

#outline-message-l {
	width: 550px;
	float: left;
	padding: 0 60px 0 30px;
}

#outline-message-r {
	width: 300px;
	float: left;
}

#outline-corporate,
#outline-philosophy {
	background: #f7f8f8;
}

.creed-box,
.sub-content-box p.philosophy-txt {
	font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	color: #000;
}

.creed-box {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	font-size: 17px;
}

.creed-label {
	width: 230px;
	float: left;
}

.creed-text {
	width: 470px;
	float: left;
}

#outline-profile-layer {
	width: 960px;
}

#outline-profile-l {
	width: 430px;
	float: left;
	padding: 5px 0 0 0;
}

#outline-profile-r {
	width: 440px;
	float: right;
}

#outline-profile-table {
	width: 430px;
	border-top: 1px solid #3e3a39;
}

#outline-profile-table tr {
	border-bottom: 1px solid #3e3a39;
}

#outline-profile-table td {
	padding: 15px 10px;
}

#outline-profile-table td.label {
	padding: 10px 10px;
	width: 100px;
}

#outline-profile-r p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0 0 0;
}

#outline-profile-r .gmap {
	margin: 20px 0;
}


#outline-branch-layer {
	width: 960px;
}

#outline-branch-l {
	width: 430px;
	float: left;
	padding: 5px 0 0 0;
}

#outline-branch-r {
	width: 440px;
	float: right;
}

.outline-branch-list {
	padding: 20px 0 20px 0;
}

.outline-branch-title {
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	color: #1d2080;
	padding: 2px 20px;
	border: 1px solid #1d2080;
	margin: 20px 0 0 0;
}

.outline-branch-box {
	display: inline-block;
	width: 190px;
	margin: 0 20px 25px 0;
}

.outline-branch-name {
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 5px 0;
}

.outline-branch-address {
	font-size: 13px;
	line-height: 1.6;
}

#outline-branch-uono {
	width: 440px;
}

#outline-branch-uono strong{
	font-weight: bold;
	display: block;
}

#branch-uono-l {
	width: 220px;
	float: left;
}

#branch-uono-r {
	width: 200px;
	float: left;
}

#outline-pdf-layer {
	border-top: 2px dotted #1d2080;
	border-bottom: 2px dotted #1d2080;
	padding: 25px 0;
	margin: 15px 0;
}

#outline-pdf-r,
#outline-pdf-l {
	width: 400px;
	float: left;
	padding: 0 40px;
}

#outline-pdf-r p,
#outline-pdf-l  p {
	width: 200px;
	padding: 5px;
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.5;
}

.outline-pdf-link {
	font-weight: bold;
	text-decoration: none;
}

.outline-pdf-link span {
	display: inline-block;
	background: url(../img/outline/icon_dl.png) no-repeat center left;
	padding: 0 0 0 30px;
	font-size: 15px;
}

.outline-pdf-data {
	font-size: 12px;
}

#outline-history-layer {
	position: relative;
}

#outline-history-table {
	width: 100%;
}

#outline-history-table tr.even {
	background: #edf5fa;
}

#outline-history-table td {
	padding: 18px 10px;
}

#outline-history-table td.label {
	width: 80px;
	padding: 18px 20px 18px 40px;
	font-weight: bold;
	color: #1d2080;
}

#outline-history-ph {
	position: absolute;
	top:-10px;
	right: 40px;
}

#outline-history-ph p {
	padding: 0 0 15px 0;
}


/* BUSINESS
---------------------------------------------------------- */
#business-header {
    background: url(../img/business/image_main.png) no-repeat center bottom;
}

#business-speciality-layer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
}

#business-speciality-layer strong {
	display: block;
	font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: bold;
	font-size: 21px;
	color: #1d2080;
	padding: 0 0 5px 0;
}

#business-speciality-l {
	width: 400px;
	float: left;
	padding: 0 30px 0 20px;
}

#business-speciality-r {
	width: 400px;
	float: left;
	padding: 0 0 0 30px;
}

#business-new-layer {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}

#business-new-layer strong {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #1d2080;
	padding: 0 0 5px 0;
}

#business-new-l {
	width: 430px;
	float: left;
	padding: 0 30px 0 20px;
	border-right:1px dotted #1d2080;
}

#business-new-r {
	width: 430px;
	float: left;
	padding: 0 0 0 30px;
}

.business-new-ph {
	width: 220px;
	float: left;
}

.business-new-txt {
	width: 210px;
	float: left;
}

#business-div-list {
	width: 850px;
	margin: 0 auto;
	border-top: 1px solid #1d2080;
}

.business-div-box {
	padding:15px 0;
	border-bottom: 1px solid #1d2080;
}

.business-div-box-l {
	width: 490px;
	float: left;
	position: relative;
	padding-left: 10px;
}

.business-div-box-r {
	width: 320px;
	float: left;
    padding: 35px 10px 0 0;
}

.business-div-box-l .business-div-name {
	width: 200px;
	text-align: center;
	position: absolute;
	left: 250px;
	top:40px;
    padding: 0 5px 0 0;
    background: url(../img/business/bg_business_box.png) no-repeat right center;	
}

.business-div-box-l strong {
	display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 20px;
    background: #1d2080;
}

#sdgs-policy {
	padding-bottom: 60px;
}
.sdgs-policy__text {
	max-width: 850px;
	width: 80%;
  margin: 0 auto 40px auto;
}
.sdgs-policy__image {
	max-width: 400px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.sdgs-policy__image img {
	width: 100%;
	height: auto;
}
.sdgs-policy__button {
	display: flex;
	color: #24187F;
	border: 2px solid #24187F;
	max-width: 500px;
	width: fit-content;
	padding: 12px 20px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	margin: 40px auto 0 auto;
}

/* SOFTBALL
---------------------------------------------------------- */
#soft-header {
    background: url(../img/soft/image_main.png) no-repeat center bottom;
}

#soft-header .sub-image-text-box .txt-jp {
	letter-spacing: 0;
	font-size: 26px;
}

#soft-2015 {
	width: 960px;
	margin: 0 auto;
	border-top:2px solid #1d2080;
}

#soft-2015 p.result-2015 {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 30px 0;
}


#soft-2015 p.result-2015 strong {
    display: block;
    font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-weight: bold;
    font-size: 21px;
    color: #1d2080;
    line-height: 2.2;
}

/* PROJECT
---------------------------------------------------------- */
#pj-header {
    background: url(../img/pj/image_main.png) no-repeat center bottom;
    width: 100%;
    height: 380px;
    border-bottom: none;
    border-top: 15px solid #36a0aa;
}

#pj-header .sub-image-text-box {
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0;
    background: #36a0aa;
    width: 300px;
    height: 300px;
}

#pj-header .sub-image-text-box img {
	width: 80%;
	height: auto;
}

#pj-intro-layer {
	width: 900px;
	margin: 0 auto;
}

#pj-intro-l {
	width: 400px;
	float: left;
	padding-left: 50px;
}

#pj-intro-l strong {
    display: block;
    font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-weight: bold;
    font-size: 21px;
    color: #36a0aa;
    line-height: 1.4;
    padding: 0 0 5px 0;
}

#pj-intro-r {
	width: 400px;
	float: left;
	position: relative;
}

#pj-intro-r img {
	position: absolute;
	top: -80px;
	right: -20px;
}

#pj-genre {
	padding: 20px 0 50px 0;
	color: #1d2080;
	font-weight: bold;
}

p.pj-genre-name {
	color: #1d2080;
	border: 2px solid #1d2080; 
	display: inline-block;
	padding: 2px 20px;
	margin: 0 0 8px 0;
}

p.pj-genre-txt {
	line-height: 1.4;
}


/* YS FOODS
---------------------------------------------------------- */
#ys-header {
    background: url(../img/ys/image_main.png) no-repeat center bottom;
    width: 100%;
    height: 380px;
    border-bottom: none;
}

#ys-header .sub-image-text-box {
    position: absolute;
    bottom: 0px;
    top: 50px;
    left: 40px;
    background: #f3ca1c;
    width: 270px;
    height: 270px;
    text-align: center;
}

.ys-body {
    background: #f3ca1c;
    padding: 30px 0;
}

#ys-intro {
    background: #fff url(../img/ys/bg_ys.png) no-repeat right -20px top 300px;
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 50px 0;
}

.ys-body .sub-content-box .inner {
    width: 900px;
    margin: 0 auto;
}

#ys-intro-layer {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#ys-intro-l {
	width: 450px;
	float: left;
}

#ys-intro-r {
	width: 350px;
	float: left;
	text-align: right;
}

#ys-ph-caption-layer {
	padding: 15px 0 40px 0;
}

#ys-ph-caption-l {
	width: 310px;
	float: left;
	padding: 0 20px 0 30px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	color: #e8bf1c;
}

#ys-ph-caption-r {
	width: 520px;
	padding: 0 20px 0 0;
	float: left;
	font-size: 13px;
	line-height: 1.6;
}

#ys-profile-layer {
	padding: 0 0 40px 0;
}

#ys-profile-l {
	width: 480px;
	float: left;
	padding: 5px 20px 0 70px;
}

#ys-profile-r {
	width: 260px;
	padding: 63px 0 0 0;
	float: left;
	line-height: 1.6;
}

.ys-profile-title {
	border: 2px solid #3e3a39;
	font-weight: bold;
	padding: 1px 20px;
	margin: 0 0 25px 0;
	display: inline-block;
	letter-spacing: 0.1em;
}

#ys-profile-table {
	width: 400px;
	border-top: 1px solid #3e3a39;
}

#ys-profile-table tr {
	border-bottom: 1px solid #3e3a39;
}

#ys-profile-table td {
	padding: 10px 10px;
}

#ys-profile-r p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0 0 0;
}


/* UONO YAMAGUCHI
---------------------------------------------------------- */
#uo-header {
    background: url(../img/uo/image_main.png) no-repeat center bottom;
    width: 100%;
    height: 380px;
    border-bottom: none;
}

#uo-header .sub-image-text-box {
    position: absolute;
    bottom: 0px;
    top: 50px;
    left: 40px;
    background: #17214c;
    width: 270px;
    height: 160px;
    text-align: center;
    padding: 110px 0 0 0;
}

.uo-body {
    background: #17214c;
    padding: 30px 0;
}

#uo-intro {
    background: #fff;
 	width: 900px;
	margin: 0 auto;
	padding: 40px 0 50px 0;
}

.uo-body .sub-content-box .inner {
    width: 900px;
    margin: 0 auto;
}

#uo-intro-layer {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#uo-intro-l {
	width: 450px;
	float: left;
}

#uo-intro-r {
	width: 350px;
	float: left;
	text-align: right;
}

#uo-ph-caption-layer {
	padding: 15px 0 40px 0;
}

#uo-ph-caption-l {
	width: 310px;
	float: left;
	padding: 0 20px 0 30px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	color: #e8bf1c;
}

#uo-ph-caption-r {
	width: 520px;
	padding: 0 20px 0 0;
	float: left;
	font-size: 13px;
	line-height: 1.6;
}

#uo-profile-layer {
	padding: 0 0 40px 0;
}

#uo-profile-l {
	width: 480px;
	float: left;
	padding: 5px 20px 0 70px;
}

#uo-profile-r {
	width: 260px;
	padding: 63px 0 0 0;
	float: left;
	line-height: 1.6;
}

.uo-profile-title {
	border: 2px solid #3e3a39;
	font-weight: bold;
	padding: 1px 20px;
	margin: 0 0 25px 0;
	display: inline-block;
	letter-spacing: 0.1em;
}

#uo-profile-table {
	width: 400px;
	border-top: 1px solid #3e3a39;
}

#uo-profile-table tr {
	border-bottom: 1px solid #3e3a39;
}

#uo-profile-table td {
	padding: 10px 10px;
}

#uo-profile-r p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0 0 0;
}


/* NEWS
---------------------------------------------------------- */
#news-header {
    background: url(../img/news/image_main.png) no-repeat center bottom;
    width: 100%;
    height: 267px;
}

#news-header .sub-image-text-box {
	position: relative;
	background: none;
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 80px 0 0 0;
	bottom: 0;
	left: 0;
}

#news-header .sub-image-inner {
    height: 267px;
}

#news-header .sub-image-text-box p {
	text-align: center;
}

#news-header .sub-image-text-box .txt-jp {
	font-size: 13px;
	padding: 0 0 8px 0;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#news-header .sub-image-text-box .txt-jp span {
	display: block;
	border-bottom: none;
	padding: 0 0 10px 0;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #1d2080;
}

#news-header .sub-image-text-box .txt-alpha {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	letter-spacing: 0.15em;
	font-weight: 300;
	color: #1d2080;
}

.news-content-l {
	width: 660px;
	float: left;
	margin: 0 60px 0 0;
}

.news-content-r {
	width: 240px;
	float: left;
}

.news-archive-box {
	margin-bottom: 40px;
}

.news-archive-title {
	color: #1d2080;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 3px solid #1d2080;
	padding: 5px;
}

.news-archive-list li {
	padding: 0 5px;
	border-bottom: 1px solid #1d2080;
}

.news-archive-list li a {
	display: block;
	padding: 13px 5px 13px 25px;
	background: url(../img/allow.png) no-repeat left center;
	text-decoration: none;
}

.news-header {
	font-size: 12px;
	padding: 0 0 8px 0;
}

.sub-content-box p.news-header-cat {
	display: inline-block;
	min-width: 80px;
    padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	background: #008fd8;
	margin: 0 20px 0 0;
	text-align: center;
	font-size: 11px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    line-height: 1.5;
}

.sub-content-box p.news-header-cat.yamasui {
    background: #1d2080;
}

.news-header-date {
	display: inline-block;
	color: #666;
	font-size: 13px;
}

.news-title {
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 20px 0;
	line-height: 1.3;
}

.news-title a {
	text-decoration: none;
	color:#3e3a39;
}

.news-list-block {
	padding: 25px 5px;
    border-bottom: 1px dotted #1d2080;
}

.news-list-block .news-title {
	font-size: 15px;
    padding: 0 0 0 0;
}


.news-pager-layer {
	width: 350px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
}

.news-pager-l {
	width: 150px;
	float: left;
}

.news-pager-r {
	width: 150px;
	float: right;
	text-align: right;
}

/* CONTACT
---------------------------------------------------------- */
#form-layer {
	margin:20px 0 0 0;
}

.form-box {
	width:700px;
	padding:10px 0;
	margin: 0 auto;
}

span.wpcf7-list-item {
	display: block;
}

.form-box-l,
.form-box-r {
	float:left;
	padding:0px 5px;
}

.form-box-l {
	width:120px;
	padding: 0 10px;
	font-weight: bold;
}

.form-box-r {
	width:480px;
}

#contact-attention {
	color:#ff0000;
	font-size: 12px;
	line-height: 1.6;
	padding: 15px 0;
}

.hissu {
	color:#ff0000;
	font-size:15px;
	padding-left:8px;
}

.input-text {
	width:450px;
	padding:5px 3px;
	border: 1px solid #1d2080;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.input-textarea {
	width:450px;
	padding:5px 3px;
	padding:5px 3px;
	border: 1px solid #1d2080;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

#button-layer {
	text-align:center;
	padding:10px 0 20px 0;
}

#button-layer input {
    padding: 10px 30px;
    background-color: #1d2080;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    border-style: none;
}


/* PAGE COMMON
---------------------------------------------------------- */
.page-title {
	font-weight: bold;
	font-size: 24px;
	padding: 0 0 20px 0;
	line-height: 1.4;
}

.sub-content-box.page {
	width: 800px;
	margin: 0 auto;
}

.sub-content-box.page .inner {
    width: 800px;
    margin: 0 auto;
}


/* PRIVACY POLICY
---------------------------------------------------------- */
#privacy p {
	margin: 0 0 1.5em 0;
}

#privacy h3 {
	color: #1d2080;
	padding: 0 0 8px 0;
}


/* CONTACT FORM7
---------------------------------------------------------- */

div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
    color: #ff0000;
    font-weight: bold;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #1d2080;
    color: #1d2080;
    font-weight: bold;
}


/* 求人情報リスト */
.p-recruit-info-list {
	margin-top: 60px !important;
}

/* 記事本文 */
.p-post-detail__content {
	width: 90%;
	max-width: 960px;
  margin: 0 auto;
	padding-top: 60px;
}
/* カラム */
.p-post-detail__content .wp-block-columns {
    margin-bottom: 20px;
}
/* 見出し */
.p-post-detail__content h1,
.p-post-detail__content h2,
.p-post-detail__content h3,
.p-post-detail__content h4 {
	margin-bottom: 15px;
	font-weight: bold;
	color: #1d2080;
}
.p-post-detail__content h1 {
	font-size: 26px;
	margin-bottom: 26px;
}
.p-post-detail__content h2 {
	font-size: 22px;
}
.p-post-detail__content h3 {
	font-size: 18px;
}
.p-post-detail__content h4 {
	font-size: 15px;
}

/* 段落 */
.p-post-detail__content p {
    margin-bottom: 20px;
}

/* 画像 */
.p-post-detail__content .wp-block-image figcaption {
    font-size: 13px;
    margin-top: 4px;
    text-align: center;
}

/* 引用 */
.p-post-detail__content .wp-block-quote {
    margin-bottom: 20px;
}
.p-post-detail__content .wp-block-quote p {
    margin-bottom: 0;
    padding: 0 0 0 16px;
    border-left: 4px solid #C4C4C4;
}
.p-post-detail__content .wp-block-quote cite {
		font-size: 12px;
    color: #999;
}
/* ギャラリー */
.p-post-detail__content figure.wp-block-gallery.has-nested-images {
    align-items: normal;
    margin-bottom: 20px;
}
.p-post-detail__content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    bottom: initial;
    color: #696969;
    font-size: 13px;
    left: initial;
    margin-bottom: inherit;
    max-height: initial;
    overflow: inherit;
    padding: initial;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.p-post-detail__content .wp-container-9 {
    gap: 40px;
}
.p-post-detail__content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 30%;
}
.p-post-detail__content .wp-container-13,
.p-post-detail__content .wp-container-11 {
    gap: 40px;
}
.p-post-detail__content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
.p-post-detail__content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: 44%;
}

/* 表 */
.p-post-detail__content .wp-block-table {
}
.p-post-detail__content .wp-block-table table {
    border-top: 1px solid #B8B8B8;
    border-left: 1px solid #B8B8B8;
}
.p-post-detail__content .wp-block-table table tr {
    border-bottom: 1px solid #B8B8B8;

}
.p-post-detail__content .wp-block-table table tr td {
    border-right: 1px solid #B8B8B8;
    padding: 3px 8px 5px 8px;
}
.p-post-detail__content .wp-block-table figcaption {
    font-size: 13px;
    text-align: center;
    margin-top: 4px;
}

/* リスト */
.p-post-detail__content ul {
    margin-bottom: 20px;
}
.p-post-detail__content ul li {
    position: relative;
    padding-left: 13px;
    margin-bottom: 3px;
}
.p-post-detail__content ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #1d2080;
    position: absolute;
    left: 0;
    top: 10px;
}
/* 区切り */
.p-post-detail__content .wp-block-separator {
    border-top: 1px solid #E5E5E5;
    border-bottom: none;
    margin: 20px 0;
}
/* 詩（罫線付き補足） */
.p-post-detail__content .wp-block-verse {
    font-size: 13px;
    padding: 10px 16px;
    border: 1px solid #B8B8B8;
    margin-bottom: 20px;
}

/* 添付ファイル */
.p-post-detail__content .wp-block-file .wp-block-file__button {
    background-color: #1d2080;
    border-radius: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
}

/* 動画 */
.p-post-detail__content .wp-block-embed {
    width: fit-content;
    margin: 0 0 20px;
}
.p-post-detail__content .wp-block-embed figcaption {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
}

/* ボタン */
.p-post-detail__content .wp-container-1 {
}
.p-post-detail__content .wp-block-buttons>.wp-block-button {
}
.p-post-detail__content .wp-block-button__link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #1d2080;
    border: 3px solid rgba(255, 255, 255, .8);
    border-radius: 40px;
    line-height: 1;
    text-decoration: none;
    padding: 14px 24px 16px 24px;
    letter-spacing: 1.4px;
    font-weight: 500;
    min-width: 170px;
    max-width: fit-content;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
}

/* 罫線付き段落 */
.p-lined-paragraph {
    margin-bottom: 40px;
    padding: 10px 20px 15px 20px;
    border: 1px solid #cacaca;
    border-radius: 7px;
}

