@charset "UTF-8";
/*
Theme Name: 【最新】シンプル　天野企画テーマ
Author: amanokikaku
Author URI: http://amnk.co.jp/
Description: 2019.5.10
Version: 1.0
*/

/* @font-face {
  font-family: "Copse-Regular";
  src: url("./webfonts/Copse-Regular.eot?")  format('eot'),
       url("./webfonts/Copse-Regular.woff2") format('woff2'),
       url("./webfonts/Copse-Regular.woff")  format('woff'),
	   url("./webfonts/Copse-Regular.woff")  format('ttf');
	unicode-range: U+0030-0039;
} */

:root{
    --main_color: #009fe2;
    --sub_color: #EAF7FD;
}




/*--------------------reset.css--------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

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

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
 text-align: left;
}



/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border: 1px solid #cccccc!important;
}

input, select {
  vertical-align: middle;
}

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

iframe {
  vertical-align: bottom;
  max-width: 100%;
}

th {
  text-align: left;
}

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

/*--------------------reset.cssここまで--------------------*/

/*--------------------form.css--------------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="radio"],
input[type="checkbox"],
input[type="submit"],
input[type="button"],
input[type="image"],
select,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: "メイリオ", Meiryo, "Noto Sans JP",  sans-serif;
}

/* プレースホルダー */
::-webkit-input-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-ms-input-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}

/* 入力欄 */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"] {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  color: #333;
}

/* 入力欄 */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
  background: #fff;
  font-size: 16px;
}

/* 日付 */
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"] {
  font-size: 16px;
}

/* 数値 */
/* スピンボタン非表示*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* レンジ */
/* カラーピッカー */
select {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background: url(images/down-select.png) no-repeat right 1em center;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  /* ieでスクロールバー非表示 */
  padding: 0.5em 1em;
  overflow: hidden;
  border: 1px solid #ccc;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

form input[type="radio"] {
  display: none;
}

form input[type="radio"] + span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position:relative;
	line-height:1;
}

form input[type="radio"] + span:before {
  margin-right: 0.3em;
  content: "";
  width:14px;
  height:14px;
  display:inline-block;
  border-radius:10px;
  border:1px solid #cccccc;
  position:relative;
  top:2px;
}

form input[type="radio"]:checked + span:after {
  content: "";
  width:10px;
  height:10px;
  background:#333;
  display:inline-block;
  border-radius: 5px;
  position: absolute;
  left: 2px;
/*   top: 6px; */
    top: 4px;
}

form input[type="checkbox"] {
  display: none;
}

form input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position:relative;
}

form input[type="checkbox"] + span:before {
  margin-right: 0.3em;
  content: "";
  width:14px;
  height:14px;
  display:inline-block;
  border:1px solid #cccccc;
  position:relative;
  top:2px;
}

form input[type="checkbox"]:checked + span:after {
  content: "";
  width: 14px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 3px;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  transform: rotate(-45deg);
}

.prefbox select{
  width:100px;
  margin-bottom:0.5em;
  font-size:16px;
}

.wrap .contact-form table th,.wrap .contact-form table td {
    vertical-align: middle;
}

.contact-form button{
  background: #333;
  color: #ffffff;
  padding: 0.6em 1em;
  width: 50%;
  margin: auto;
  display: block;
  font-size: min(3.7vw,17px);
  font-weight: bold;
  margin-top: 2rem;
	line-height:1;
}
.contact-form button:hover{
	opacity:0.8;
}
.contact-form button:after{
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.mw_wp_form_preview .list-caution{
  display:none;	
}

@media screen and (min-width: 901px) {
  select {
    width: 410px;
  }
  textarea {
    height: 210px;
	display:block;
  }
}

@media screen and (max-width: 640px) {
  textarea {
    height: 60vw;
	display:block;
  }
}

/*--------------------form.cssここまで--------------------*/





body {
    color: #333;
    font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size: min(16px, 3.5vw);
    letter-spacing: .05rem;
    font-weight: 500;
    text-align: justify;
    font-feature-settings: "palt";
    text-rendering: optimizeLegibility;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.textJustify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.weightBold {
  font-weight: bold;
}

.colorBlue {
  color: #555;
}

.text-common {
  line-height: 1.75;
  font-size: min(3.5vw,16px);
}


.text-common:not(:last-child) {
  margin-bottom: 2rem;
}

.in_black{
	margin-right: 0.5rem;
	background: #333;
	color: #fff;
	padding: 0.5rem 0.5rem;
	border-radius: 0px;
	display: inline-flex;
	line-height: 1;
}

body {
  overflow-x: hidden;	
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

.flexCenter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.flexLeft {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.flexRight {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fullWidth {
  width: 100%;
}

.wp-block-image{
  margin-bottom:32px;
}

.wp-block-image figcaption{
  text-align:center;
  margin:10px 0 0;
  font-size:16px;
}

.btn-archive {
  display: block;
  z-index: 1;
  position: relative;
	width: 100%;
    max-width: 224px;
    margin-top: 2.5em;
	border:1px solid #ccc;
  text-align: center;
  transition: 0.5s;
  padding: 1em;
	background:#fff;
    border-radius: 35px;
}

.btn-archive:hover {
  color: #fff;
  background: #333;
  opacity: 1;
}

.btn-archive:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
    width: 9px;
    height: 9px;
  margin: auto;
  transform: rotate(45deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  content: "";
}

.btn-archive:hover:after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.footer-contact .btn-archive {
  min-width: 350px;
  margin: 2em 0;
  box-shadow: 0 0 3px 1px #ccc;
}

.sidebar .btn-archive {
  margin-top: 15px;	
}

.section-about .btn-archive {
  width:100%;
  min-width:100px;
}

.company .wrap-main {
  background: url(images/bg-company-top.png) no-repeat center center;
}

.works .wrap-main {
  background: url(images/bg-works-top.png) no-repeat center center;
}

.recruit .wrap-main {
  background: url(images/bg-recruit-top.png) no-repeat center center;
}

.inner-main {
  color: #fff;
}

.inner-main h1 {
  margin-bottom: 1em;
}

.inner-main p {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.list-post{/*   margin-top:-20px; */margin-top: 2.5em;width: min(1100px,100%);margin: 0 auto;}

.list-post > .box-post-text:first-of-type{
    border-top: 1px solid #ccc;
}

.box-post-text {
  border-bottom: 1px solid #ccc;
}

.box-post-text a {
  display: flex;
  align-items: flex-start;
    padding: 1.4em 2.5em 1.4em 0;
	position:relative;
}

.box-post-text a:before{
	content: "";
    display: block;
    position: absolute;
	top:50%;
	transform:translatey(-50%);
	right:0.8em;
    background: url(images/triangle.svg) center/contain no-repeat;
    width: 14px;
    height: 14px;
}

.list-post .box-post-text time{
	margin-right:2.5em;
	color:#333;
}

.box-post-text time {
  margin-right: 10px;
  font-size: 14px;
}

.main-column p{
  line-height: 1.7;margin-bottom:28px;
}

.main-column ol {
    counter-reset: ol-count;
}

.main-column p + ul, .main-columnp + ol{
	margin-top: min(4vw,1.2rem);
}

.main-column ul li, .main-column ol li{
/*     line-height: 2; */
    line-height: 1.35;
/*     margin-left: min(28px, 4vw); */
/*     padding-left: min(16px, 4vw); */
	position:relative;
  font-size: 14px;
}

.main-column ul:not([class]) li:not([class]){
    padding-left: min(16px, 4vw);
}

.main-column ul:not([class]) li:not([class], :last-of-type){
	margin-bottom:0.4rem;
}

.main-column ul li:before, .main-column ul ol:before{
	display:block;
	position:absolute;
	left:0;
}

.main-column ul:not([class]) li:not([class]):before{
  content:"";
/*   display:inline-block; */
  height:10px;
  width:10px;
  background:#333;
  border-radius:5px;
/* 	margin-right:5px; */
	top: 4px;
}

.main-column ol:not([class]) li:not([class]):before {
    counter-increment: ol-count;
    content: counter(ol-count)".";
    color: #333;
    font-weight: bold;
	display:block;
	position:absolute;
	left:0;
}

.main-column pre{
  max-width:100%;
  font-size: 14px;
  text-align: justify;
  line-height: 1.7;	
  white-space: pre-wrap ;
}

.main-column table{
  width:100%;
}

.main-column table th,
.main-column table td{
   line-height: 1.75;	
}

.main-column table th{
  padding: 1em;
  vertical-align: top;
}

.main-column table td{
  padding: 1em 1em;
  vertical-align: top; 

}

.main-column .box-post-text h3 {
  width: calc(100% - 180px);
  margin:0;
  padding:0;
  border:none;
  font-size: 14px;
  line-height:32px;
}

.wrap-post-img-text {
  	gap: min(8vw,1.5rem);
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(min(100%,360px),1fr));
}

.box-post-img-text {
/* 	flex: 0 400px; */
	-webkit-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
	transition:0.5s;
	display: flex;
	flex-flow: column;
	position:relative;
	&::before{
		content:attr(addr-text);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #005579;
        color: #fff;
        line-height: 1;
        padding: 0.5rem 1rem 0.6rem;
        font-weight: bold;
	}
}

.box-post-img-text:hover{
    -webkit-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
	opacity:1;
}

.index .list-post + .flexCenter .btn-archive{
	margin-top:3rem;
}

.box-post-img-text .btn-archive{
    margin-top: 1.5em;
    background: #333;
    color: #fff;
    max-width: 150px;
    padding: 0.8em 0.7em;
	font-size: min(3.2vw,14px);
}
.box-post-img-text .btn-archive:hover{
    color: #333;
	background:#fff;
}
.box-post-img-text .btn-archive:after{
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.box-post-img-text .btn-archive:hover:after{
	border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.bpi-text{
    padding: 1.5em 1.5em 2.5em;
    position:
    relative;
    height: 100%;
}


.box-post-img-text a {
    display: flex;
    flex-flow: column;
}

.box-post-img-text a > *:nth-child(1) {
  position:relative;
}

.box-post-img-text a > *:nth-child(1) span{
  position:absolute;
  top:10px;
  border-radius:3px 0 0 3px;
    right: 0;
}

.box-post-img-text img {
  width: 100%;
    height: auto!important;
    aspect-ratio: 3/2;
}

.box-post-img-text time {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.main-column .box-post-img-text h3,.wrap-1column .box-post-img-text h3 {
      font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
/*     font-size: 16px; */
	font-size:min(4vw,20px);
    margin: 0 0 0.7em;
    padding: 0; 
    border: none;
}

.box-post-img-text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
	text-align: left;
}

.wrap-post-archive{
  margin-top:-20px;
}

.box-post-archive {
  border-bottom: 1px solid #ccc;
}

.box-post-archive a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
	position:relative;
}

.box-post-archive a:after {
    content: "";
    content: "";
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 14px;
    /* width: 14px; */
    background: url(images/triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 15px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.wrap-1column .box-post-archive a {
  padding: 40px 0;	
}

.box-post-archive a > div:nth-child(1) {
  width: 250px;
  margin-right: 20px;
}

.box-post-archive a > div:nth-child(2) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: calc(100% - 270px);
}


.box-post-archive img {
  width: 100%;
    height: auto!important;
    aspect-ratio: 3/2;
}

.box-post-archive time {
  display: block;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 20px;
}

.box-post-archive time:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(images/date.svg);
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 2px;	
}

.main-column .box-post-archive h3,.wrap-1column .box-post-archive h3 {
  width: 100%;
  line-height: 1.5;
  font-size:
  min(5vw,20px);
  margin:0 0 0.5rem;
  padding:0;
  border:
  none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-post-archive p {
  width: 100%;
  line-height: 1.5;
  font-size:16px;
  margin-top:5px;
  position:relative;
  padding-bottom:25px;
}

/* .box-post-archive p:before {
  content:"続きを読む";
  position:absolute;
  bottom:0;
  right:20px;
}

.box-post-archive p:after {
  content:"";
  display:block;
  height:14px;
  width:14px;
  background:url(images/triangle.svg);
  background-size:cover;
  position:absolute;
  bottom:4px;
  right:0;
} */

.box-post-archive-side a {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.box-post-archive-side a > div:nth-child(1) {
  width: 65px;
  margin-right:10px;
}

.box-post-archive-side a > div:nth-child(2) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: calc(100% - 100px);
}

.box-post-archive-side img {
  width: 100%;
	height:65px!important;
  height: auto;
}

.box-post-archive-side time {
  display: block;
  font-size: 10px;
  line-height: 20px;
}

.box-post-archive-side h3 {
  width: 100%;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-post-archive-side .category-post {
  display: inline-block;
  width: 70px;
  padding:0 5px;
  height: 14px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrap-post-archive-side{
	margin-top:12px;
}

.wrap-post-archive-side .box-post-archive-side:not(:last-child){
	margin-bottom:20px; 
}

.category-post {
  display: inline-block;
  width: 80px;
  height: 20px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.box-post-text .category-post {
  margin-right: 10px;
}

.header {
  z-index: 6;
  position: relative;
  background: #fff;
  position: fixed;
	top:0;
	left: 0;
}

.header.over {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transition: all 0.5s 0.5s;
}

.inner-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 2rem;
}

.wrap-logo {
  display: flex;
  align-items: center;
  flex: 1;
  gap: min(5vw,1.5rem);
}

.wrap-logo .logo {
	display: block;
/* 	max-height: 40px; */
    width: min(60vw, 350px);
}

.wrap-logo .logo:hover {
  opacity:1;
}

.wrap-logo .logo img {
  display: block;
  max-width: 100%;
  height: auto;
/*   max-height: 50px; */
  width: 100%;
  object-fit: contain;
}

.head-header {
	line-height: 1.25;
	font-size: 14px;
}

.wrap-tel-header p {
  font-size: 12px;
  text-align: right;
	margin-top:5px;
}

.tel {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position:relative;
}

.tel:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.list-sp-menu {
  display: none;
}

.list-sp-menu li {
  width: 42px;
  height: 42px;
}

.sp-menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  text-align: center;
}

.sp-menu span {
  -webkit-transform: scale(0.8, 0.8);
  display: block;
  transform: scale(0.8, 0.8);
  font-size: 10px;
    white-space: nowrap;
}

.sp-menu:before {
  color: #555;
  font-size: 24px;
}

.nav-open {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

.nav-open:after {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    font-size: 10px;
    text-align: center;
    content: "";
    padding-bottom: 0.1em;
}

.footer {
  position:relative;
  margin-top:auto;
}

.footer-contact {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}

.footer-contact * {
  text-align: center;
}

.footer-contact h3 {
  margin-bottom: 2em;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 1.5;
}

.footer-top {
    padding: 45px 0;
}

.inner-footer-top {
     display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}

.box-info-footer {

	text-align: center;
}

.box-info-footer .logo {
  display: block;
  margin-bottom: 1em;
    max-width: 300px;
    width: 100%;
}

.box-info-footer img {
    width: 100%;
  height: auto;
}

.box-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 115px;
}

.info-footer {
  margin-bottom: 30px;
  line-height: 1.5;
}

.list-contact li:not(:last-child) {
  margin-bottom: 0.75em;
}

.btn-number {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
}

.btn-number:before {
  width: 3em;
  margin-right: 0.5em;
  background: #999999;
  color:#ffffff;
  font-size: 45%;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  vertical-align: bottom;
  border-radius:5px;
}

.btn-contact {
  display: block;
  position: relative;
  padding: 1em;
  border-radius: 3px;
  text-align: center;
}

.btn-contact:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.footer-contents{
  width:840px;
  display:flex;
	justify-content:space-between;
}

.wrap-footer-nav {
	width: 100%;
}

.wrap-footer-nav .footer-nav li a span{
  display:none;
}

.wrap-footer-nav .footer-nav{
    margin: 0 auto;
    display: flex;
    flex-flow: row;
}

.wrap-footer-nav .footer-nav li a{
  border-right:1px solid #cccccc;
 
  display:block;
	text-align: center;
}

.wrap-footer-nav .footer-nav li:last-of-type a{
	border-right: none;
}

.footer-facebook{
  width: calc((100% - 40px) / 3);	
}

.footer-twitter{
  width: calc((100% - 40px) / 3);	
}

.copyright {
    padding: 1.7em 0;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}

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

.widget_nav_menu:not(:last-child),
.box-side:not(:last-child) {
  margin-bottom: 30px;
}

.widget_nav_menu h3,
.head-side {
     position: relative;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #eee;
/*     padding: 0.5em 1em; */
    padding: 0.7em 1em 0.6em;
	line-height: 1;
    margin-bottom: 0.5em;
}


.widget_nav_menu h3:before,.head-side:before{
  margin-right:0.5em;
}

.widget_nav_menu h3:after,.head-side:after {
  margin-left:0.5em;	
}

.widget_nav_menu .menu > li{
  position:relative;
}

.widget_nav_menu .menu > li,.list-side > li {
  border-bottom: 1px solid #eee;
}

.widget_nav_menu .menu > li a,
.list-side > li a {
  display: block;
  position: relative;
  padding: 0.75em 0;
  background: #fff;
  line-height: 1.25;
}

.widget_nav_menu ul > li > ul.sub-menu{
  visibility:hidden;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  opacity:0;
  transition:0.5s;
}

.widget_nav_menu ul > li:hover > ul.sub-menu{
  visibility:visible;
  z-index:10;
  opacity:1;

}

.widget_nav_menu ul > li > ul.sub-menu > li:nth-child(1):before{
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  background: #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto 0;
  z-index: -1;	
}

.widget_nav_menu ul > li > ul.sub-menu > li > ul > li:nth-child(1):before{
 background: #104f82;	
}

.widget_nav_menu ul > li > ul.sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #c9caca;
}


.widget_nav_menu ul > li > ul.sub-menu > li{
  position:relative;
}

.widget_nav_menu ul > li > ul.sub-menu > li a{
  background:#333;
  padding:0.75em 1em;
  color:#ffffff;
  z-index:1;
}

.widget_nav_menu ul > li > ul.sub-menu > li a:hover{
  opacity:1;
  background:#333;
}

.widget_nav_menu ul > li > ul.sub-menu > li > ul  > li > a{
  background:#104f82;	
}


.wp-caption-text{
  font-size: 12px;
  line-height: 2em;
  margin-top: 0.5em;
  width: 300px;
  text-align: justify;
}

.list-side2 {
  margin-bottom: 1em;
}

.list-side2 li:not(:first-child) {
  margin-top: 15px;
}

.list-side2 a {
  display: flex;
}

.list-side2 a div:nth-child(1) {
  width: 90px;
  margin-right: 10px;
}

.list-side2 a div:nth-child(2) {
  width: 200px;
}

.box-side2 .list-side2 img {
  width: 100%;
  height: 90px!important;
}

.list-side2 time {
  display: block;
  margin-bottom: 0.5em;
  font-size: 12px;
}

.list-side2 span {
  font-size: 14px;
  line-height: 1.5;
}

.side-compnay {
  line-height: 1.5;
}

.side-compnay picture{
  margin-top:12px;
}

.side-compnay img {
	margin-top: 1em;
  margin-bottom: 1em;
}

.side-address-compnay {
  margin-bottom: 1em;
}

.side-address-compnay p:before{
  content:"";
  display:inline-block;
  width:14px;
  height:14px;
  margin-right:5px;
  background-size:cover;
  position: relative;
  top: 2px;
}

.company_name:before{
	background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.35 28.35"><path fill="%23555555" d="M-37.574,0c-5.318,0-9.628,4.311-9.628,9.626c0,5.318,9.17,18.72,9.628,18.72s9.626-13.401,9.626-18.72	C-27.948,4.311-32.259,0-37.574,0z M-37.574,13.309c-2.033,0-3.682-1.649-3.682-3.683c0-2.034,1.649-3.681,3.682-3.681 c2.033,0,3.683,1.647,3.683,3.681C-33.892,11.66-35.541,13.309-37.574,13.309z"/><path fill="%23555555" d="M-47.932,10.229V0h-16.536v10.229c-1.341,0.651-2.273,2.013-2.273,3.603v10.5 c0,2.219,1.8,4.019,4.019,4.019h13.044c2.219,0,4.018-1.8,4.018-4.019v-10.5C-45.66,12.241-46.59,10.879-47.932,10.229z M-62.832,1.635h13.264v10.722h-13.264V1.635z M-63.015,18.636v-2.998h13.63v2.998H-63.015z M-50.965,25.451 c-0.979,0-1.771-0.795-1.771-1.772c0-0.979,0.793-1.772,1.771-1.772s1.771,0.794,1.771,1.772 C-49.193,24.656-49.986,25.451-50.965,25.451z"/><rect x="-61.051" y="4.461" fill="%23555555" width="9.541" height="0.954"/><rect x="-61.051" y="7.459" fill="%23555555" width="5.996" height="0.954"/><path fill="%23555555" d="M-32.876,1.199c-1.948,1.264-2.331,5.213-1.595,8.431c0.572,2.507,1.79,5.869,3.844,9.035	c1.932,2.978,4.626,5.648,6.681,7.193c2.64,1.984,6.402,3.245,8.349,1.982c0.984-0.639,2.448-2.385,2.516-2.697	c0,0-0.859-1.323-1.047-1.613l-2.878-4.438c-0.214-0.33-1.555-0.028-2.235,0.357c-0.92,0.521-1.766,1.918-1.766,1.918 c-0.631,0.364-1.158,0.001-2.262-0.506c-1.354-0.624-2.878-2.562-4.091-4.316c-1.107-1.823-2.255-4.005-2.272-5.496 c-0.014-1.214-0.129-1.844,0.46-2.271c0,0,1.621-0.203,2.471-0.83c0.63-0.465,1.452-1.566,1.238-1.896l-2.878-4.438 c-0.188-0.29-1.046-1.613-1.046-1.613C-29.7-0.063-31.891,0.561-32.876,1.199z"/><rect x="63.531" fill="%23555555" width="28.037" height="6.008"/><polygon fill="%23555555" points="63.531,17.022 74.546,17.022 74.546,28.35 80.554,28.35 80.554,17.022 91.568,17.022 91.568,11.015 63.531,11.015"/><path fill="%23555555" d="M2.933,0v28.35h9.775v-3.91v-2.933h2.934v2.933v3.91h9.775V0H2.933z M9.776,24.439H6.843v-2.933h2.933 V24.439z M9.776,18.574H6.843v-2.933h2.933V18.574z M9.776,12.708H6.843V9.775h2.933V12.708z M9.776,6.843H6.843V3.91h2.933V6.843z M15.642,18.574h-2.934v-2.933h2.934V18.574z M15.642,12.708h-2.934V9.775h2.934V12.708z M15.642,6.843h-2.934V3.91h2.934V6.843z M21.507,24.439h-2.934v-2.933h2.934V24.439z M21.507,18.574h-2.934v-2.933h2.934V18.574z M21.507,12.708h-2.934V9.775h2.934 V12.708z M21.507,6.843h-2.934V3.91h2.934V6.843z"/></svg>') no-repeat center center;
}

.company_zipcode:before{
	background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.35 28.35"><path fill="%23555555" d="M-37.574,0c-5.318,0-9.628,4.311-9.628,9.626c0,5.318,9.17,18.72,9.628,18.72s9.626-13.401,9.626-18.72 C-27.948,4.311-32.259,0-37.574,0z M-37.574,13.309c-2.033,0-3.682-1.649-3.682-3.683c0-2.034,1.649-3.681,3.682-3.681 c2.033,0,3.683,1.647,3.683,3.681C-33.892,11.66-35.541,13.309-37.574,13.309z"/><path fill="%23555555" d="M-47.932,10.229V0h-16.536v10.229c-1.341,0.651-2.273,2.013-2.273,3.603v10.5 c0,2.219,1.8,4.019,4.019,4.019h13.044c2.219,0,4.018-1.8,4.018-4.019v-10.5C-45.66,12.241-46.59,10.879-47.932,10.229z M-62.832,1.635h13.264v10.722h-13.264V1.635z M-63.015,18.636v-2.998h13.63v2.998H-63.015z M-50.965,25.451	c-0.979,0-1.771-0.795-1.771-1.772c0-0.979,0.793-1.772,1.771-1.772s1.771,0.794,1.771,1.772 C-49.193,24.656-49.986,25.451-50.965,25.451z"/><rect x="-61.051" y="4.461" fill="%23555555" width="9.541" height="0.954"/><rect x="-61.051" y="7.459" fill="%23555555" width="5.996" height="0.954"/><path fill="%23555555" d="M-32.876,1.199c-1.948,1.264-2.331,5.213-1.595,8.431c0.572,2.507,1.79,5.869,3.844,9.035	c1.932,2.978,4.626,5.648,6.681,7.193c2.64,1.984,6.402,3.245,8.349,1.982c0.984-0.639,2.448-2.385,2.516-2.697	c0,0-0.859-1.323-1.047-1.613l-2.878-4.438c-0.214-0.33-1.555-0.028-2.235,0.357c-0.92,0.521-1.766,1.918-1.766,1.918 c-0.631,0.364-1.158,0.001-2.262-0.506c-1.354-0.624-2.878-2.562-4.091-4.316c-1.107-1.823-2.255-4.005-2.272-5.496 c-0.014-1.214-0.129-1.844,0.46-2.271c0,0,1.621-0.203,2.471-0.83c0.63-0.465,1.452-1.566,1.238-1.896l-2.878-4.438 c-0.188-0.29-1.046-1.613-1.046-1.613C-29.7-0.063-31.891,0.561-32.876,1.199z"/><rect x="0.156" fill="%23555555" width="28.037" height="6.008"/><polygon fill="%23555555" points="0.156,17.022 11.171,17.022 11.171,28.35 17.179,28.35 17.179,17.022 28.193,17.022 28.193,11.015 0.156,11.015"/></svg>') no-repeat center center;
}

.company_pref:before{
	background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.35 28.35"><path fill="%23555555" d="M14.176,0C8.858,0,4.548,4.311,4.548,9.626c0,5.316,9.17,18.72,9.628,18.72s9.626-13.401,9.626-18.72 C23.802,4.311,19.491,0,14.176,0z M14.176,13.309c-2.033,0-3.682-1.647-3.682-3.683s1.647-3.683,3.682-3.683 s3.683,1.647,3.683,3.683C17.858,11.66,16.209,13.309,14.176,13.309z"/></svg>') no-repeat center center;
}

.company_tel:before{
	background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.35 28.35"><path fill="%23555555" d="M-37.574,0c-5.318,0-9.628,4.311-9.628,9.626c0,5.316,9.17,18.72,9.628,18.72s9.626-13.401,9.626-18.72	C-27.948,4.311-32.259,0-37.574,0z M-37.574,13.309c-2.033,0-3.682-1.647-3.682-3.683s1.647-3.683,3.682-3.683 s3.683,1.647,3.683,3.683C-33.892,11.66-35.541,13.309-37.574,13.309z"/><path fill="%23555555" d="M-47.932,10.229V0h-16.534v10.229c-1.343,0.651-2.273,2.015-2.273,3.604v10.5 c0,2.219,1.8,4.019,4.019,4.019h13.045c2.22,0,4.019-1.8,4.019-4.019v-10.5C-45.66,12.241-46.59,10.879-47.932,10.229z M-62.832,1.635h13.264v10.722h-13.264V1.635z M-63.015,18.636v-2.998h13.632v2.998H-63.015z M-50.965,25.451	c-0.979,0-1.771-0.797-1.771-1.772c0-0.979,0.793-1.772,1.771-1.772c0.978,0,1.771,0.796,1.771,1.772 C-49.193,24.656-49.986,25.451-50.965,25.451z"/><rect x="-61.051" y="4.461" fill="%23555555" width="9.541" height="0.954"/><rect x="-61.051" y="7.459" fill="%23555555" width="5.994" height="0.954"/><path fill="%23555555" d="M5.249,1.198C3.301,2.463,2.918,6.412,3.654,9.63c0.572,2.507,1.79,5.869,3.846,9.035 c1.932,2.978,4.626,5.646,6.681,7.191c2.64,1.984,6.402,3.245,8.349,1.982c0.984-0.639,2.448-2.385,2.518-2.697 c0,0-0.859-1.323-1.047-1.613l-2.878-4.438c-0.216-0.33-1.557-0.028-2.235,0.355c-0.92,0.521-1.766,1.92-1.766,1.92 c-0.633,0.362-1.158,0.001-2.264-0.508c-1.354-0.624-2.878-2.562-4.091-4.314c-1.105-1.823-2.255-4.005-2.271-5.496 c-0.016-1.214-0.13-1.844,0.46-2.271c0,0,1.621-0.201,2.471-0.83c0.63-0.465,1.452-1.564,1.238-1.896l-2.88-4.435 c-0.188-0.29-1.048-1.613-1.048-1.613C8.425-0.063,6.234,0.561,5.249,1.198z"/></svg>') no-repeat center center;
}

.company_fax:before{
	background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.35 28.35"><path fill="%23555555" d="M-37.574,0c-5.318,0-9.628,4.311-9.628,9.626c0,5.318,9.17,18.72,9.628,18.72s9.626-13.401,9.626-18.72 C-27.948,4.311-32.259,0-37.574,0z M-37.574,13.309c-2.033,0-3.682-1.649-3.682-3.683c0-2.034,1.649-3.681,3.682-3.681 c2.033,0,3.683,1.647,3.683,3.681C-33.892,11.66-35.541,13.309-37.574,13.309z"/><path fill="%23555555" d="M22.443,10.229V0H5.907v10.229c-1.341,0.651-2.273,2.013-2.273,3.603v10.5c0,2.219,1.8,4.019,4.019,4.019 h13.044c2.219,0,4.018-1.8,4.018-4.019v-10.5C24.715,12.241,23.785,10.879,22.443,10.229z M7.543,1.635h13.264v10.722H7.543V1.635z M7.36,18.636v-2.998h13.63v2.998H7.36z M19.41,25.451c-0.979,0-1.771-0.795-1.771-1.772c0-0.979,0.793-1.772,1.771-1.772 s1.771,0.794,1.771,1.772C21.182,24.656,20.389,25.451,19.41,25.451z"/><rect x="9.324" y="4.461" fill="%23555555" width="9.541" height="0.954"/><rect x="9.324" y="7.459" fill="%23555555" width="5.996" height="0.954"/></svg>') no-repeat center center;
}

.side-list-compnay {
  display: flex;
  justify-content: space-between;
}

.side-list-compnay li{
  width:48%;	
}

.side-list-compnay a {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  text-align: center;
}

.side-access:before {
  margin-right: 0.5em;
  color: #dc4b3e;
}

.side-company:after {
  margin-left: 1em;
}

.box-search {
  display: flex;
  padding-top:12px;
}

.box-search input[type="text"] {
  width: 85%;
  padding: 7px 14px 6px;
  border-radius: 5px 0 0 5px;
}

.box-search button[type="submit"] {
  width: 15%;
}

.box-search .fa-search {
  display: block;
  background: #666666;
  height: 39px;
  border-radius: 0 5px 5px 0;
  position:relative;
}

.box-search .fa-search:before {
  content:"";
  background:url(images/search.svg);
  background-size:cover;
  display:block;
  height:20px;
  width:20px;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
}

.check {
  display: none;
}

.check + .parent {
  display: flex;
  justify-content: space-between;
  padding: 0.75em 1em;
  background: #555;
  color: #fff;
  line-height: 1.25;
  cursor: pointer;
}

.check + .parent:after {
  content: "▼";
}

.check + .parent + ul {
  display: none;
}

.check:checked + .parent:after {
  content: "▲";
}

.check:checked + .parent + ul {
  display: block;
}

.breadcrumb {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 2em;
  padding: 1em 0 0.5em;
}

.breadcrumb li:nth-child(1){
  padding-left:26px;
  position:relative;
}

.breadcrumb li:nth-child(1) a:before{
  content:"";
  width:18px;
  height:15px;
  display:inline-block;
  background:url(images/home.svg);
  background-size:cover;
  margin-right:5px;
  position:absolute;
  left:0;
  top:-2px;
  
}

.breadcrumb li:not(:first-child):before {
  margin: 0 0.5em 0 1em;
  font-size: 12px;
  content: "/";
}

.breadcrumb a,
.breadcrumb span {
  font-size: 12px;
}

.breadcrumb a:hover {
  text-decoration: underline;
  opacity: 1;
}

.interval5em > *:not(:last-child) {
  margin-bottom: 0.5em;
}

.interval10em > *:not(:last-child) {
  margin-bottom: 1em;
}

.interval15em > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.interval20em > *:not(:last-child) {
  margin-bottom: 2em;
}

.interval25em > *:not(:last-child) {
  margin-bottom: 2.5em;
}

.interval30em > *:not(:last-child) {
  margin-bottom: 3em;
}

.interval35em > *:not(:last-child) {
  margin-bottom: 3.5em;
}

.interval40em > *:not(:last-child) {
  margin-bottom: 4em;
}

.interval45em > *:not(:last-child) {
  margin-bottom: 4.5em;
}

.interval50em > *:not(:last-child) {
  margin-bottom: 5em;
}

.main-visual {
  position:relative;
/* 	top: 95px; */
}
.index .main-visual {
/*     width: 100%;
    left: 50%;
    transform: translateX(-50%); */
	overflow-x:hidden;
}


/* .main-visual .noslide {
  width:1920px;
  position:relative;
  left:-360px;
} */

body:not(.index) .main-visual {
  display: flex;
  align-items: center;
  height: 200px;

	background: #229bd2;
  background-size: cover;
/*  background-blend-mode: overlay;
 filter: grayscale(1);*/
  margin-bottom: 10px;
 
}

.main-visual picture {
  display: block;
}

.main-visual img {
	width: 100%;
	height: auto;
	@media(width < 901px){
		aspect-ratio: 5 / 3.5;
		object-fit: cover;
	}
    @media (900px < width) {
        image-rendering: -webkit-optimize-contrast;
        isolation: isolate;
        display: block;
        width: min(100vw, 1920px);
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.head-page {
  color: #fff;
  font-size: min(5.5vw,32px);
  letter-spacing: 0.3em;
  text-align: center;
  text-indent: 0.3em;
}

.head-page:after {
  margin-top: 0.5em;
  font-size: 16px;
}

.wrap-slider {
  position: relative;
  width: 1920px;
  left: -360px;	
}

.wrap-slider .slider {
  position: relative;
  width: 100%;
  height: 600px;
}

.wrap-slider .slider li {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
          animation-name: fade;
          animation-duration: 15s;
          animation-fill-mode: backwards;
          animation-iteration-count: infinite;
}

.wrap-slider .slider li:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.wrap-slider .slider li:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.wrap-slider .slider li:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

@-webkit-keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  10% {
    display: block;
    opacity: 1;
  }
  33% {
    display: block;
    opacity: 1;
  }
  45% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  10% {
    display: block;
    opacity: 1;
  }
  33% {
    display: block;
    opacity: 1;
  }
  45% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.wrap-head-common {
  margin-bottom: min(5vw,30px);
}

.head-common {
  line-height: 1.25;
}

.main-column h2 {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: min(5vw,2rem);
  margin-top: 4rem;
  font-weight:
  bold;
  font-size: min(6vw,32px);
  gap: 1rem;
}
.wf-mplus1p { font-family: "M PLUS 1p"; }
.main-column h2:after {
  display: block;
  content: "";
  height: 1px;
  background-color: #999999;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-width: 20px;
}

.main-column h2 + p{margin-top: -0.5rem;}

.wrap-1column h2 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  letter-spacing:0.1em;
  text-indent:0.3em;
  font-size:30px;
  margin-bottom: 2rem;
  font-weight: bold;
	color: #009fe2;
	font-family: "M PLUS 1p";
}

.wrap-1column h2:after {
    display: block;
    width: 76px;
    height: 2px;
    margin-top: 2rem;
    background: #93d6f3;
    content: "";
}

.single-post .head-common {
  font-size: min(6vw,36px);
  border-bottom:1px solid #999999;
  padding-bottom: 0.5rem;
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.hover-opacity1 a:hover {
  opacity: 1;
}

.wrap-btn {
  display: flex;
}

.section-about .wrap-btn {
  justify-content: flex-end;
}

.btn-form,
button.btn-form {
  border: 1px solid #555;
  background: #555;
  color: #fff;
  text-align: center;
}

.btn-form:hover,
button.btn-form:hover {
  background: #fff;
  color: #555;
  opacity: 1;
}

.global-nav {
  display: flex;
  z-index: 2;
  width: 100%;
  gap: 2rem;
}

.global-nav > li {
  position: relative;
}

 .no-link >a{
	pointer-events: none;
}

.global-nav > li > a {
  padding:0.5em 0;
  position:relative;
font-weight:500;
}

.global-nav > li > a span{
  display:block;
  font-size:10px;
  margin-top:4px;
  margin-bottom:-4px;
}

.global-nav > li a:before {
  content: "";
  display: block;
  height: 1px;
  width:0;
  background: #333;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition:0.5s;
}

.global-nav > li a:hover:before {
  width: 100%;
}

.global-nav > li > ul {
  z-index: 2;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height:
  auto;
  opacity: 0;
  transition:0.5s;
  visibility: hidden;
}

.global-nav > li:hover > ul{
  height:
  auto;
  opacity:1;
  transition:0.5s;
  top: calc(100% + 30px);
  visibility: visible;
}

.global-nav > li:hover > ul:before{
  content:
  "";
  display:
  block;
  height: 20px;
  width:100%;
  position:
  absolute;
  top: -20px;
  right:0;
  left:0;
  margin:0 auto;
}

.global-nav > li:hover > ul:after{
  content:
  "";
  height:0; 
  width:0;
  display:
  block;
  border-color: transparent transparent #333;
  border-style: solid;
  border-width: 0 15px 15px;
  position:
  absolute;
  top: -15px;
  right:0;
  left:0;
  margin:0 auto;
  z-index:-1;
}

.global-nav > li > ul.sub-menu > li > ul > li{
	position:relative;
}

.global-nav > li > ul.sub-menu > li > ul > li:nth-child(1):before{
  content: "";
  height: 0;
  width: 0;
  display: block;
  border-color: transparent transparent #104f82;
  border-style: solid;
  border-width: 10px 10px 10px;
  position:absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  z-index:2;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.global-nav > li:last-child > ul.sub-menu > li > ul > li:nth-child(1):before{
  left:initial;
  right: -20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);	
}

.global-nav > li > ul.sub-menu > li a:hover{
  background: #555;
  opacity:1;
}

.global-nav > li > ul > li{
  position:relative;
  transition:0.5s;
}

.global-nav > li > ul > li > ul{
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  opacity:0;
  visibility:hidden;
  transition:0.5s;
  z-index:1;
}

.global-nav > li > ul > li:hover > ul{
  opacity:1;
  visibility:visible;
  transition:0.5s;

}

.global-nav > li:last-child > ul > li > ul{
  right:100%;
  left:initial;
}

.global-nav > li > ul > li > ul > li{
  opacity:0;
  visibility:hidden;
}

.global-nav > li > ul > li:hover > ul > li{
  opacity:1;
  visibility:visible;
}

.global-nav > li > ul.sub-menu > li > ul > li > a{
  background:#104f82;
}
 
.global-nav .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #c9caca;
}

.global-nav .sub-menu a {
  display: block;
  padding: 1em;
  text-align: center;
}

.global-nav li > ul > li > a{
	z-index:10;
}

.drawer-nav > li,.drawer-nav > li > ul > li {
  position: relative;
  border-bottom: 1px solid #bdecff;
  line-height: 1.75;
}

.drawer-nav > li > ul > li:last-child {
  border-bottom: none;	
}

.drawer-nav > li > a,.drawer-nav > li > ul > li > a {
  z-index: 1;
  position: relative;
}

.drawer-nav > li > ul > li > a {
	background: #eee;
}

.drawer-nav li a span{
  display:none;
}

.drawer-nav .sub-menu {
  display: none;
  border-top: 1px solid #ccc;
}

.drawer-nav a {
  display: block;
  padding: 1em 1em;
  height: 52px;
}

.drawer-nav button + a:after{
	content: none;
}

.drawer-nav a:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #069edd;
    border-right: 3px solid #069edd;
    content: "";
}

.drawer-nav .btn-sub {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  margin: auto;
  color:#999999;
}

.drawer-nav .btn-sub:before {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(135deg);
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    content: "";
    transition: 0.2s;
}

.drawer-nav .btn-sub.fa-angle-up:before{transform: rotate(-45deg);}


.drawer-nav .no-link .btn-sub {
	width: 100%;
}

.footer-nav > li {
  line-height: 1.75;
		font-size: 12px;
}

.footer-nav > li > a {
  position: relative;
}

.footer-nav a:before {

}

.footer-nav .sub-menu li a{
  padding-left: 1em;
}

.footer-nav .sub-menu li ul li a{
  padding-left: 2em;
}

.pagination {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  color: #555;
}

.pagination li {
  margin: 0 5px;
}

.pagination .pager {
  display: inline-block;
  min-width: 40px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.pagination .pager i {
  vertical-align: bottom;
}

.pagination .pager i:before {
  display: block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination .pager:hover,
.pagination .pager.current {
  background: #555;
  opacity: 1;
}

.pagetop {
  display: flex;
  z-index: 5;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #555;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}

.pagetop span {
  -webkit-transform: rotate(-45deg);
  display: block;
  width: 25%;
  height: 25%;
  margin-top: 5px;
	transform: rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
  width:100%;
}

.loading {
  z-index: 10100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
}

.loading img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}

.bg-loading img {
  background: #aaa url(images/bg-loading.svg) no-repeat center center;
  background-size: 50px;
}

.stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.dot-pulse {
  -webkit-animation: dotPulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #555;
  box-shadow: 9999px 0 0 -5px #00529c;
  color: #00529c;
          animation: dotPulse 1.5s infinite linear;
          animation-delay: 0.25s;
}

.dot-pulse::before, .dot-pulse::after {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00529c;
  color: #00529c;
  content: "";
}

.dot-pulse::before {
  -webkit-animation: dotPulseBefore 1.5s infinite linear;
  -webkit-animation-delay: 0s;
  box-shadow: 9984px 0 0 -5px #00529c;
          animation: dotPulseBefore 1.5s infinite linear;
          animation-delay: 0s;
}

.dot-pulse::after {
  -webkit-animation: dotPulseAfter 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
  box-shadow: 10014px 0 0 -5px #00529c;
          animation: dotPulseAfter 1.5s infinite linear;
          animation-delay: 0.5s;
}

@-webkit-keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #00529c;
  }
  30% {
    box-shadow: 9984px 0 0 2px #00529c;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #00529c;
  }
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #00529c;
  }
  30% {
    box-shadow: 9984px 0 0 2px #00529c;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #00529c;
  }
}

@-webkit-keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #00529c;
  }
  30% {
    box-shadow: 9999px 0 0 2px #00529c;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #00529c;
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #00529c;
  }
  30% {
    box-shadow: 9999px 0 0 2px #00529c;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #00529c;
  }
}

@-webkit-keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #00529c;
  }
  30% {
    box-shadow: 10014px 0 0 2px #00529c;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #00529c;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #00529c;
  }
  30% {
    box-shadow: 10014px 0 0 2px #00529c;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #00529c;
  }
}

.nav-link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.link-prev,
.link-next,
.link-archive {
  width: 180px;
  position:relative;
}

.link-prev a,
.link-next a,
.link-archive a {
  display: block;
/*   padding: 1em; */
  text-align: center;
	padding: 0.75em;
    color: #333;
    border: 1px solid #333;
}
.nav-link li a:hover {
    opacity: 1;
    background: #333;
    color: #fff;
}
.link-prev a:hover:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.link-next a:hover:after{
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.link-prev a:before, .link-prev a:after,
.link-next a:before,
.link-next a:after,
.link-archive a:before,
.link-archive a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.link-archive {
  order: 2;
}

.link-archive a {

}

.link-prev a:before {
  -webkit-transform: rotate(225deg);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1em;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(225deg);
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  content: "";
}

.link-next {
  order: 3;
  text-align: right;
}

.link-next a:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #333;
    border-right: 3px solid #333;
  content: "";
}

.icon-phone:before {
  content: "\f095";
}

.icon-access:before {
  content: "\f1ac";
}

.icon-mail:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0e0";
}

.icon-question:before,
.icon-tel:before {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: -10%;
  content: "";
}

.icon-question:before {
  background: url(images/icon-question.png) no-repeat center center;
  background-size: contain;
}

.icon-tel:before {
  background: url(images/icon-tel.png) no-repeat center center;
  background-size: contain;
}

.bg-blue {
  background: #555;
}

.bg-stripe-blue {
  background-image: linear-gradient(90deg, #555 0, #555 3%, transparent 3%, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat;
  background-size: 18px 18px;
}

.index .overlay {
  position: relative;
}

.list-num > li {
  list-style-position: inside;
  counter-increment: cnt;
}

.list-num > li:before {
  display: inline-block;
  content: counter(cnt);
}

.main-column ul.list-caution{
  margin:0.5em 0 0;
}

.main-column .list-caution li{
  font-size:12px;
  line-height:16px;
    padding-left: min(18px, 5vw);
}

.main-column .list-caution li:before {
  content: "※";
  height:initial;
  width:initial;
  background:none;
}

.main-column .list-circle > li {
  margin-left: 1em;
  text-indent: -1em;
}

.main-column .list-circle > li:before {
  content: "●";
}

.main-column .list-circle-border > li {
  margin-left: 1em;
  text-indent: -1em;
}

.main-column .list-circle-border > li:before {
  content: "○";
}

.main-column .list-dot > li {
  margin-left: 1em;
  text-indent: -1em;
}

.main-column .list-dot > li:before {
  content: "・";
}

.imgFullWidth {
  display: block;
  width: 100%;
  height: auto;
}

/*
* object-fitのclassとie対応（ofi.js必要）
*/
.ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.wrap-zoom {
  overflow: hidden;
}

.wrap-zoom > img {
  transition: 0.5s;
}

.wrap-zoom > img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*　疑似要素テキスト　*/
.attrTextLeft:before,
.attrTextTop:before,
.attrTextBottom:after,
.attrTextRight:after {
  content: attr(data-text);
}

.attrTextLeft:before,
.attrTextRight:after {
  display: inline-block;
}

.attrTextTop:before,
.attrTextBottom:after {
  display: block;
}

/*　疑似要素テキスト　*/
/*　疑似要素アイコン　*/
.attrIconLeft:before,
.attrIconTop:before,
.attrIconBottom:after,
.attrIconRight:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #333;
  position: absolute;
  left: -36px;
  top: -2px;
  border-radius:5px;
}

.attrIconLeft:after{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background:url(images/tel.svg);
  background-size:cover;
  position: absolute;
  left: -36px;
  top: -2px;
  border-radius:5px;
  margin:5px;
}

.attrIconTop:before,
.attrIconBottom:after {
  display: block;
}

.attrIconLeft:before,
.attrIconRight:after {
  display: inline-block;
}

/*　疑似要素アイコン　*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

#nav-open {
	z-index: 10000;
	position: absolute;
	top: 50%;
	right: min(2vw,20px);
	transform: translateY(-50%);
	width: 35px;
/* 	height: 40px; */
	height:25px;
	margin: auto;
	vertical-align: middle;
}

#nav-open:hover {
  cursor: pointer;
}

#nav-open span {
  position: absolute;
  right: 0;
  left: 0;
  width: 80%;
  height: 2px;
  margin: auto;
  background: #009fe2;
  transition: all 0.5s;
}

#nav-open span:nth-of-type(1) {
  top: 0px;
}

#nav-open span:nth-of-type(2) {
  top: 9px;
}

#nav-open span:nth-of-type(3) {
  top: 18px;
}

/*閉じる用の薄黒カバー*/

.btn-close {
  margin: 40px;
  padding: 1em;
  background: #069edd;
  color: #fff;
  text-align: center;
  cursor: pointer;border-radius:30px;
}

#nav-input:checked ~ #nav-open span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
  transition: all 0.5s;
}

#nav-input:checked ~ #nav-open span:nth-of-type(2) {
  opacity: 0;
}

#nav-input:checked ~ #nav-open span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
  transition: all 0.5s;
}

.table-common {
  width: 100%;
}

.table-common th {
  letter-spacing: 0.2em;
  line-height: 2;
}

.table-common td {
  letter-spacing: 0.1em;
  line-height: 2;
}

.table-common a {
  text-decoration: underline;
}

.table-contact {
  width: 100%;
  border-top: 1px solid #ccc;
}

.table-contact th {
  position: relative;
}

.table-contact th.required:after {
  position: absolute;
  right: 0;
  height: 1.5em;
  padding: 0 1em;
  background: #e60012;
  color: #fff;
  line-height: 1.5;
  content: "必須";
}

.table-contact td {
  border-bottom: 1px solid #ccc;
}

.wrap-message {
     display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

.wrap .wrap-message h3{
  margin-top:0;
}



.wrap-message > div:nth-child(2) {
  text-align: left;
	width: 65%;
}

.top-message {
  margin-bottom: 0.5em;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 48px;
  line-height: 1.25;
}

.single-post {
/*   margin-bottom: 10em; */
	margin-bottom: 3rem;
}

.single-header {
  margin-bottom: 1em;
  display:flex;
  justify-content:space-between;
}

.single-header time {
  margin-right: 2em;
  font-size: 14px;
}

.single-header time:before {
  content:"";
  display:inline-block;
  width:14px;
  height:14px;
  background:url(images/date.svg);
  background-size:cover;
  margin-right:5px;
  position:relative;
  top:2px;
}

.single-contents > *:not(:last-child) {
  margin-bottom: 1em;
}

.main-column > *:nth-child(1){
  margin-top:0;
}

.main-column h3 {
  margin: min(8vw,3rem) 0 min(4vw,1.5rem);
  font-size: min(5vw,24px);
  line-height: 1.25;
}

.president{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
  margin-top:1em;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}

.main-column h3 + p{
  margin-top:-10px;	
}

.main-column .box-post-img-text h3 + p,.main-column .box-post-archive p{
  margin-top:0;		
}

.main-column h4 {
  margin: 2rem 0 1rem;
  font-size: min(4.5vw,18px);
  font-weight: 600;
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}

.main-column h4:before {
    content: "";
    width: 0.75rem;
    aspect-ratio: 1/1;
    background: #333;
}

.single-contents p {
  line-height: 2;
}

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

.single-contents iframe {
  max-width: 100%;
}

.single-contents table {
  width: 100%;
}

.single-contents table th,
.single-contents table td {
  padding: 0.5em 1em;
  line-height: 1.5;
}

.single-contents strong {
  font-weight: bold;
}

.related{
  margin-top:50px;
}

.wp-block-media-text{
  margin:32px 0;
}

.wp-block-media-text{
  align-items:start;
}

.wp-block-media-text > *:nth-child(1){
  margin-right:32px;
}

.wp-block-media-text.has-media-on-the-right > *:nth-child(1){
  margin-right:0px;	
}

.wp-block-media-text.has-media-on-the-right > *:nth-child(2){
  margin-right:32px;	
}

.wp-block-media-text .wp-block-media-text__content{
  padding:0;
}

.wp-block-media-text .wp-block-media-text__content p,.wp-block-column p{
font-size:16px;
  text-align: justify;
  line-height: 1.7; 
}

.wp-block-columns{
  margin:32px 0;
}

.wp-block-column .wp-block-image{
  margin-bottom:10px;
}

.wp-block-button{
  margin:15px 0 32px;
}

.wp-block-button__link{
  min-width:50%;
}

.wp-block-cover{
  margin:32px 0;	
}

.main-column ul.nav-link li:before{
  content:none;
}

.main-column ul.nav-link li.link-archive:nth-child(1){
	margin:0 auto;
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #333;
}

.main-column .sitemap > li{
  border-top:1px solid #cccccc;
}

.main-column .sitemap > li > a{
/*   padding:10px 0; */
    padding: 0.7rem 0;
  display: block;
}

.main-column .sitemap > li:last-child{
	border-bottom:1px solid #cccccc;	
}

.main-column .sitemap li a span{
  display:none;
}

.main-column .sitemap .sub-menu{
	margin:0;
}

.main-column .sitemap > li > ul > li{
	width:calc(100% * 2 / 3);
	margin-left:calc(100% / 3);
	border-top:1px solid #cccccc;
}

.main-column .sitemap > li > ul > li > a{
	padding:10px 0;	
	display:block;
}

.main-column .sitemap > li > ul > li > ul > li{
	width:calc(100% / 2);
	margin-left:calc(100% / 2);
	border-top:1px solid #cccccc;
}

.main-column .sitemap > li > ul > li > ul > li > a{
	padding:10px 0;	
	display:block;	
}

.main-column .sitemap li:before{
  content:none;
}

.main-column .contact-form table th{
  padding:1em 1em;
}

.main-column .contact-form table td{
  padding:1em 1em;
}

.section-about .btn-archive{
/*   margin-top:15px;	 */
	margin-top:0;
}

.main-column .wrap-post-img-text .box-post-img-text h3{
  margin-top:5px;
}


/**********************************************
 * *野村　追加
 * ********************************************/
strong{
	font-weight:bold;
}
.spbt0{
	margin-bottom:0;
}

.sp_tel-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1rem;
}
.site-name{
	font-weight:bold;
/*     font-size: min(5vw,35px); */
	font-size: min(7vw,35px);
	letter-spacing: -0.01rem;
    white-space: nowrap;
}

/*トップ*/
.wrap-1column .section-common {
    padding: min(30vw,020px) 0;
}
/* .wrap-1column .section-common.greetings, .wrap-1column .section-common:not(.greetings) + .section-common{
	padding-top: 0;
} */
.wrap-1column .section-common:not(.greetings, .top-link, .toi){
	padding-top: 0;
}
.wrap-1column .section-common:first-child {
    padding: min(20vw,135px) 0 min(30vw,0px);
}
.wrap-1column .conc-title{
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-bottom: 1.5em;
    font-size: min(3.5vw,30px);
}
.wrap-1column .conc-title:after{
	display:none;
}
.topb-point{
	background:#efefef;
	padding:2em;
    margin-top: 3em;
}
.topb-point h3{
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 0.7em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #333;
}
.topb-point img{
	width:100%;
    height: 100%;
}
.topb-point p{
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
}
.o-print, .proc{
    background: #fff;
	padding: 1.5em;
    margin-top: 1.5em;
}
.proc{
    margin-bottom: 1.7em;
    margin-top: 1.7em;
}
.wrap .o-print h4{
    margin-top: 0;
    position: relative;
    margin-bottom: 0.7em;
    text-align: justify;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.wrap .o-print h4:before{
	display:none;
}
.o-print p, .proc p{
    line-height: 1.5;
}
.main-column p > a{
	text-decoration:underline;
}

/*トップスライドショー　コンテンツ*/
.m-slider{
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.m-slider .flexslider{
    margin: 0!important;
}
.slides{
	display: flex;
}
.m-slider .metaslider *{
	border:none!important;
}
.m-slider .flexslider .slides:after{
	display:none;
}
.m-slider .metaslider img{
	object-fit:cover;
}
.main-visual .main-txt{
    position: absolute;
    left: 70px;
    bottom: 75px;
    display: block;
    width: min(80vw,800px);
}

/*ギャラリー　スクロール*/
.pro-scl {
    width: 100%;
}
.simply-scroll-container {
    position: relative;
    width: 100%;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 350px;
}
.simply-scroll-list img {
	float: left; /* Horizontal scroll only */
	padding: 0;
	max-width: 350px;
	width: 100%!important;
	height: 100%;
	margin: 0 min(8vw,45px) 0 0;
}
.tp-example .simply-scroll-list img{
    object-fit: contain;
    object-position: center;
}

/*新着情報*/
.list-post-con{
    width: 100%;
    display: flex;
    align-items: baseline;
}
.list-post-con h3{
	line-height:1.25;
}

/*トップ　代表挨拶*/
.greetings{
	background:#f7f7f7;
}
.gr-box{
	display:flex;
	justify-content:space-between;
    max-width: 800px;
    margin: 0 auto;
}
.gr-box > div:nth-of-type(2) img{
	aspect-ratio:1;
	width:100%;
	border-radius:50%;
	object-fit:cover;
}
.gr-box p {
    line-height: 1.8;
	font-size:16px;
	text-align:justify;
}
.gr-box .gr-name{
	display:block;
	text-align:right;
	margin-top: 15px;
}

/*トップ　ラインナップ*/
.line-up{
	display:grid;
    grid-template-columns: repeat(auto-fit,minmax(min(45%,250px),1fr));
    gap: min(6vw,40px);
    margin: 0 auto;
    max-width: 550px;
}
.line-up a img{
	aspect-ratio:6/7;
}
.line-up a p{
	margin-top:0.8rem;
}

/*トップ　how to*/
.how-to .wrap-post-img-text{
    counter-reset: number 0;
}
.how-to .box-post-img-text{
	position:relative;
}
.how-to .box-post-img-text{
	pointer-events:none;
}
.how-to .box-post-img-text:before{
	counter-increment: number 1;
    content: counter(number);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(6vw,20px);
    font-weight: bold;
    aspect-ratio: 1;
    line-height: 1;
    width: min(15vw,40px);
    background: #333;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.how-to .bpi-text{
	padding: 1.5em;
}
.how-to .bpi-text:after{
	display:none;
}

/*トップ　ギャラリー*/
.gtop-contents{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(45%,250px),1fr));
    gap: min(5vw,29px) min(6vw,40px);
    margin: 0 auto;
    max-width: 850px;
}
.gtop-contents .box-post-img-text{
	-webkit-box-shadow:none;
	box-shadow:none;
}
.gtop-contents .bpi-text{
	padding:0;
}
.wrap-1column .gtop-contents .box-post-img-text h3{
	margin-bottom:0;
	margin-top:0.5rem;
}
.gtop-contents .bpi-text:after{
	display:none;
}
.gtop-contents a img {
    aspect-ratio: 6/7;
}

/*関連リンク*/
.related-links{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(100%,250px),1fr));
    gap: min(5vw,29px) min(6vw,40px);
}
.related-links a{
    border-radius: 8px;
}
.rl-mori{
	background: #7e6b5a;
	padding:0.8rem;
}
.rl-diy{
	font-weight:bold;
	display:flex;
	align-items:center;
	justify-content:center;
	border:5px solid #7e6b5a;
    padding: 1rem;
	font-weight:bold;
	color:#7e6b5a;
}
.rl-insta{
	background: linear-gradient(160deg,#3d2ae4 0%,#de4eb8 51%,#e6b037 100%);
/*     padding: 0.2rem 0.3rem 0.25rem 0.35rem; */
	padding: 0.25rem 0.3rem;
}
.rl-insta div{
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    font-weight: bold;
    font-size: min(3.7vw,16px);
}
.rl-insta div:before {
    content: "";
    display: block;
    /* position: absolute; */
    /* left: 17px; */
    width: min(7vw,35px);
    height: auto;
	min-width:30px;
    aspect-ratio: 1;
    background: url(images/instalogo.svg) center no-repeat;
    background-size: contain;
    margin: 0 15px 0 0;
}
.rl-insta div:after {
	display: inline-block;
    position: absolute;
    top: 3px;
    right: 1em;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #de4eb8;
    border-right: 3px solid #de4eb8;
    content: "";
}

/*固定ページ 野村*/
.kotei-section p, .inform-box{
    line-height: 1.7;
}
.kotei-section .wp-block-image{
	margin-bottom:0;
}
.main-column .mt0{
	margin-top:0;
}
.img2-box{
	margin-top:2.5em;
}
.img2-box > *{
	display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(100%,300px),1fr));
    gap: min(8vw,40px);
}
.inform-box{
	margin-top:min(17vw,5em);
    background: #f4f4f4;
	padding:2em;
}
.main-column .inform-box h3{
    padding: 0 0 0.4em;
}
.main-column .gallery-box{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(40%,220px),1fr));
    gap: min(5vw,20px);
}
.overview .gallery-box figure{
	width:100%!important;
	margin:0!important;
}
.proc-box{
    margin-top: min(15vw,4.5em);
}
.kotei-section .o-print{
    border: 1px solid #333;
}
.proc-box .btn-archive{
    line-height: 1;
    margin-top: 1.8em;
}
.main-column .original-box h3{
    border-bottom: none;
    border-left: 8px solid #333;
    padding: 0.5em 0.7em;
    background: #F4F4F4;
    font-size: 20px;
}
.wrap .original-box .o-print h4{
    color: #333;
}
.original-box .btn-archive{
	margin-top: min(7vw,2.5em);
}
.design-menu{
    margin-top: min(15vw,5em);
}
.dtable-box > div{
	display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(100%,300px),1fr));
    gap: min(8vw,40px);
}
.d-table h4{
    margin-top: 1.3em;
    font-size: 17px;
}
.d-table table{
    margin: 0;
	border:1px solid #ccc;
}
.d-table table tr:not(:last-of-type){
	border-bottom:1px solid #ccc;
}
.d-table table th, .d-table table td{
	
}
.d-table table th{
	background:#efefef;
	border-right:1px solid #ccc;
}
h2 + .wp-block-table > table{
    margin: 0;
}
* + .img-txt-box2{
	margin-top: min(10vw,4rem);
}
.main-column .img-txt-box2 h3{
	margin-top:0;
}
.contact #section_7 .text-common:not(:last-child){
	margin-bottom: 1rem;
}
.contact #section_7 .sp_tel > *{
    line-height: inherit;
}
p + .mw_wp_form{
	margin-top:1.5rem;
}
.ad-tab{
	display:flex;
	align-items:center;
}
.ad-tab input{
	max-width:150px;
	margin-left:5px;
}

/*Q&A 質問*/
.qa-box {
    margin-bottom: min(6vw,30px);
}
.main-column .qa-box h3 {
    background: #efefef;
    padding: 0.7em 3em 0.7em 2.6em;
    position: relative;
    font-size: min(4vw,20px);
    margin: 0;
    text-align: left;
    cursor: pointer;
    border: none;
}
.qa-box h3:before, .answer-box p:before {
    content: "";
    display: block;
    position: absolute;
    transform: translateY(-50%);
    line-height: 1;
    color: #555555;
	font-weight:bold;
/*     font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}
.qa-box h3:before {
    content: "Q";
    top: 48%;
    left: 1em;
}
.qa-box h3 label {
    position: absolute;
    transform: translateY(-50%);
    top: 40%;
    right: 1.5em;
    width: 18px;
    height: 18px;
}
.qa-box h3 label span {
    position: absolute;
    top: 11px;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #555555;
    transition: all 0.5s;
}
.qa-box .rot label span:nth-of-type(1) {
    opacity: 0;
}
.qa-box h3 label span:nth-of-type(1) {
    transform: translateY(1px) rotate(-90deg);
}
.answer-box {
    border: 3px solid #efefef;
    padding: 1.2em 1.5em 1.2em 1.3em;
    display: none;
}
.answer-box p {
    position: relative;
    padding-left: 2em;
    line-height: 2;
}
.answer-box p:before {
    content: "A";
    top: 15px;
    left: 0;
    font-size: min(4.5vw,20px);
    font-weight: bold;
}

/*修正*/
.related .wrap-post-img-text{
    display: grid;
	justify-content: flex-start;
    grid-template-columns: repeat(auto-fit,calc((100% - 60px) / 3));
    gap: 30px;
}
.related .box-post-img-text{
	width:100%;
}
.related .wrap-post-img-text h3{
	margin-bottom:0;
}

/*フッター　野村変更*/
.footer-contants-another{
	width:100%;
}
.wf-nav{
    letter-spacing: 0.1em;
    gap: min(5vw,30px);
}
.wf-nav a:hover{
	opacity:1;
	color:#333;
}
.wf-nav h4{
	font-weight:bold;
    padding-bottom: 20px;
	font-size:16px;
}
.wf-nav h4 a{
	display:block;
}
.wf-nav li, .icon-menu li{
    font-size: 12px;
    display: block;
    margin-bottom: 16px;
    line-height: 1.25;
    font-weight: bold;
}
.icon-menu li a{
	display: flex;
    align-items: center;
}
.icon-menu li span{
	font-weight:bold;
}
.fmenu{
	gap: min(4vw,60px);
}
.f-contact{
	text-align: center;
}
.f-contact p{
	line-height:1.4;
}
.tel_p{
    font-size: min(4vw,18px);
}
.copyright > div{
	display:flex;
	justify-content:space-between;
}
.copy-con-menu{
    display: flex;
    gap: 20px;
    font-size: 15px;
}
.copy-con-menu li{
    flex: 1 auto;
}
.copy-con-menu li:first-of-type{
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.copy-con-menu a{
	color:#fff;
}
.f-cominfo dl{
    margin-top: 1.3em;
    line-height: 1.5;
}


/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */
/* 共通色指定
*************************** */

.global-nav .sub-menu > li > a,
.copyright,
.btn-contact,
.pagetop,
.category-post,
.slick-dots li.slick-active button:before,
.sp-nav,
.wpcf7-submit {
  background:#333;
  color: #fff;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  color: #fff;
}

.footer {
    border-top: 1px solid #ccc;
}

/*　フッター　*/
/* カテゴリ表示の背景色 */
.bg-cate-1 {
  background: #333;
}

.bg-cate-2 {
  background: #333;
}

.bg-cate-3 {
  background: #333;
}

.bg-cate-4 {
  background: #333;
}

.bg-cate-5 {
  background: #333;
}

.bg-cate-6 {
  background: #333;
}

.bg-cate-7 {
  background: #333;
}

.bg-cate-8 {
  background: #333;
}

.bg-cate-9 {
  background: #333;
}

.bg-cate-10 {
  background: #333;
}

/* カテゴリ表示の背景色 */
/* 共通色指定
*************************** */
/* ウィジェット
*************************** */
.widget_nav_menu li > a {
  padding: 1em 1em;
}

#gallery-1 .gallery-item,
#gallery-2 .gallery-item {
  margin-top: 0 !important;
  margin-bottom: 0.5em;
}

#gallery-1 .gallery-caption,
#gallery-2 .gallery-caption {
  padding: 0.5em 0;
  line-height: 1.25;
}

/* ウィジェット
*************************** */
/* 固定ページ
*************************** */
/* 見出し */
.contents-page h2,
.contents-page h3,
.contents-page h4 {
  margin-bottom: 28px;
  line-height: 1.5;
}

.contents-page h2 {
  padding: 0.5em;
  font-size: 22px;
  font-weight: bold;
}

.contents-page h3 {
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}

.contents-page h4 {
  padding: 0.5em;
  font-size: 18px;
  font-weight: bold;
}

.contents-page h2 .mincho {
  font-size: 24px;
}

/* 見出し */
.contents-page p,
.contents-page span {
  line-height: 1.75;
}

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



/*トップ　テーブル*/

.top_table{
	width: 100%;
}

.top_table tr{
	border-bottom: 1px solid #ccc;
}

.top_table th{
	padding: 1em;
	width: 20%;
}

.top_table td{
	padding: 1em;
}

/*トップ　マップ*/

.section-common.map .text-common{
	line-height: 2;
}

.section-common.map iframe{
	width: 100%;
	height: 400px;
}

/*トップ　問い合わせ*/
.section-common.toi .text-common{
	/* margin-bottom: 0; */
	/* margin-top: 0.5em; */
}

.section-common.toi .left{
	text-align: left;
}

.section-common.toi .pc{
    margin-top: 0.5em;
}

.toi_tell{
    margin-bottom: 2rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.section-common.toi .toi_tell{
	margin-bottom: 3rem;
}

.toi_tell:before{
	content: "";
	background:url(images/tel3.svg) center/contain no-repeat;
	aspect-ratio: 1/1;
	width: min(8vw,1.9rem);
    margin: 0.5rem 0;
}


/*野村追加
*************************** */
.toi_mail{
	margin-bottom: 0;
}


/* 固定ページ
*************************** */
/*汎用*/
.kotei-section + .kotei-section{
    margin-top: min(19vw,9rem);
}

.kotei-section-in + .kotei-section-in{
    margin-top: min(8vw,6rem);
}

.flex-gallery_box >div {
    display: flex;
    flex-flow: wrap;
    gap: min(4vw,2rem);
}

.flex-gallery_box >div:before{
    content: "";
    order: 2;
    flex: 0 1px;
    background: #333;
}

.flex-gallery_box >div >*:nth-child(1) {
    flex: 0 clamp(100px,20%,200px);
    order: 1;
}

.flex-gallery_box >div >*:nth-child(2) {
    flex: 1 370px;
    order: 3;
}

.grid-gallery >div{
    display: grid;
    grid-template: auto / repeat(auto-fill,minmax(min(40%,200px),1fr));
    gap: 1rem;
}


.main-column .price-table tr + tr {
    border-top: 1px solid #333;
}

.main-column .price-table tr th{
    font-weight: 600;
    background: #eee;
}

.main-column .price-table tr >* {
    padding: 0.75rem;
    font-size: min(4vw,14px);
    word-break: keep-all;
}

.main-column .price-table tr >*[rowspan]{
	border-right: 1px solid #333;
}

.kotei-button a {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 350px;
  margin-top: 2.5em;
	border:1px solid #333;
  text-align: center;
  transition: 0.5s;
  padding: min(2vw,1rem);
	background:#fff;
  border-radius: 35px;
}

.kotei-button.has-text-align-center a{
	margin: 0 auto;
}

.kotei-button a:hover {
  color: #fff;
  background: #333;
  opacity: 1;
}

.kotei-button a:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
    width: 9px;
    height: 9px;
  margin: auto;
  transform: rotate(45deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  content: "";
}

.kotei-button a:hover:after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.grid-2 >div{
    display: grid;
    grid-template: auto / repeat(auto-fill,minmax(min(400px,100%),1fr));
    gap: 2rem;
}

.aspect-8_5{
	aspect-ratio: 8/5;
}

.map-con{
	width:100%;
	height:auto;
	aspect-ratio:5/2;
}


/* 会社概要　テーブル
*************************** */

table.table-company th {
  background: #eee;
  border:none;
}

table.table-company td {
  border:none;	
}

/* 会社概要　テーブル
*************************** */

/*会社概要*/

section.company_access{
	padding-top: 40px;
	margin-top: -40px;
}

/* お問い合わせ　テーブル
*************************** */
.contact table {
  width: 100%;
}

.contact table th,
.contact table td {
  line-height: 1.75;
}

.contact table th {
  background: #eee;
}

/* お問い合わせ　テーブル
*************************** */



/*お問い合わせ　電話メール*/
.contact #section_7{
	text-align: center;
}

div:has(> .map-img){
    margin-top: min(5vw, 45px);
}
.map-img{
	width: min(100%, 650px);
	object-fit: contain;
    display: block;
    margin: 0 auto;
}
.route-con > iframe{
    object-fit: cover;
    width: 100%;
    height: auto;
	aspect-ratio: 11 / 6;
	@media(width < 641px){
    	aspect-ratio: 5 / 4;
	}
}

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */


@media screen and (min-width: 1241px) {
.contents {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
	
.has-large-font-size{
  font-size:42px;		
}
	
.wrap-2column .main-column {
  width: 840px;
}

.wrap-1column-narrow .main-column {
width: 940px;
  margin:0 auto;
}
	
.wp-block-cover__inner-container p{
  color:#ffffff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wrap-message > div:nth-child(1) {
	width: 30%;
}
}


@media screen and (min-width: 1331px){
	#nav-content{
	    position: relative;
    	top: -2px;	
	}
.nav-drawer .contents{
    width: 100%;
	padding-right: 25px;
    padding-left: 25px;
    margin-right: 0;
    margin-left: 0;
}
  .drawer-nav {
    display: none;
  }
  #nav-open {
    display: none;
  }
  .btn-close {
    display: none;
  }
}

@media screen and (max-width: 1330px){
.nav-drawer .contents{
	width:100%;
	margin-right: 0;
    margin-left: 0;
}
  .wrap-logo {
    margin-left: 20px;
  }
  .head-header {
    width: 50%;
  }
  .global-nav {
    display: none;
  }
#nav-close {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #nav-content {
    -webkit-transform: translateX(-105%);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 300px;
    height: 100%;
    overflow: auto;
            transform: translateX(-105%);
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .btn-close {
    display: block;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
	  opacity:1;
  }
}


@media screen and (min-width: 901px) {
  .tb {
    display: none;
  }
  .sp {
    display: none;
  }

	.wrap-1column .contents{
		width: 1100px;
	}

  .wrap-2column {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
  }

  .wrap-2column .sidebar {
    width: 300px;
  }
  .index .wrap {
    padding: 0 0 00px;
  }
	
/* .nav-drawer .contents{
    width: 100%;
	padding-right: 25px;
    padding-left: 25px;
    margin-right: 0;
    margin-left: 0;
} */
	
  body:not(.index) .wrap {
    padding: 0 0 150px;
  }
  .inner {
    padding: 0 50px;
  }
  .wrap-section-interval > *:not(:last-child) {
    margin-bottom: 90px;
  }
  .wrap-section-padding > * {
    padding: 60px 0;
  }
  .wrap-2column .section-common:nth-child(1) h2{
    margin-top: 0px;
  }
  .wrap-1column .section-common {
	    padding: 120px 0;
    margin-top: 0px;
    text-align: center;
  }

/*トップ　お問い合わせ*/
.index .wrap-1column .section-common.toi{
    padding-bottom: 60px;
}	
	
  .wrap-main {
    display: flex;
    position: absolute;
    top: -25px;
    left: -450px;
    align-items: center;
    justify-content: flex-end;
    width: 898px;
    height: 305px;
    padding: 50px;
  }
  .inner-main {
    width: 250px;
  }
  .inner-main h1 {
    font-size: 26px;
  }
  .inner-main p {
    font-size: 14px;
  }
  .wrap-post-img-text {

  }
  .wrap-tel-header {
    display: flex;
    flex-direction: column-reverse;
  }
	
  a[href^="tel:"] {
    pointer-events: none;
  }
  .btn-form,
  button.btn-form {
    width: 250px;
    padding: 1em;
    font-size: 15px;
  }
/*   .drawer-nav {
    display: none;
  } */
  .pagetop {
  right: 20px;
  bottom: -20px;
  opacity:0;
  transition:0.5s;
  }
  .pagetop.active {
  bottom: 20px;
  opacity:0.7;
  transition:0.5s;
  }
	.pagetop.active:hover {
  opacity:1;	
  }	
	
  .icon-question:before,
  .icon-tel:before {
  width: 15px;
  height: 15px;
  }
  .bg-footer {
    background: url(images/bg-footer.jpg) no-repeat center top -1px;
    background-size: 2001px 273px;
  }
  .index .overlay:before {
    z-index: 4;
    position: absolute;
    top: -40px;
    left: -450px;
    width: 480px;
    height: 743px;
    background: rgba(0, 155, 219, 0.6);
    content: "";
  }
  .index1:after {
    z-index: 1;
    position: absolute;
    top: -160px;
    left: -450px;
    width: 898px;
    height: 864px;
    background: url(images/index1.png) no-repeat center center;
    content: "";
  }
  .bg-company {
    background: url(images/bg-works.png) no-repeat center top;
  }
  .bg-outline {
    background: url(images/bg-outline.jpg) no-repeat center top;
  }
  .bg-history {
    background: url(images/bg-history.jpg) no-repeat center top;
  }
  .bg-access {
    background: url(images/bg-access.jpg) no-repeat center top;
  }
/*   #nav-open {
    display: none;
  }
  .btn-close {
    display: none;
  } */
  .table-common th {
    width: 180px;
    padding: 0.5em 1em;
    vertical-align: top;
  }
  .table-common td {
    padding: 0.5em 1em;
    vertical-align: top;
  }
  .table-contact {
    margin-bottom: 60px;
  }
  .table-contact th {
    width: 230px;
    padding: 2em 0 0 1em;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    vertical-align: middle;
    vertical-align: top;
  }
  .table-contact th.required:after {
    top: 2.5em;
    font-size: 11px;
  }
  .table-contact td {
    padding: 1em 2em;
  }
  .confirm .table-contact td {
    height: 72px;
    line-height: 40px;
  }
	
  .wrap-1column .box-post-archive a > div:nth-child(1) {
    width: 300px;
    margin-right: 40px;	
  }
	
  .wrap-1column .box-post-archive a > div:nth-child(2) {
    width: calc(100% - 420px);	
  }
	
/*901 野村追加*/
.icon-menu img{
	width:32px;
	margin-right:16px;
}
.sp-fmenu{
	display:none;	
}
.fmenu {
	display: flex;
	border-right: 1px solid #ccc;
    width: calc((100% - min(5vw,30px)) / 9*4);
    padding-right: min(5vw,30px);
    justify-content: center;
}
.f-cominfo{
    width: calc((100% - min(5vw,30px)) / 9*3);
	border-right: 1px solid #ccc;
    padding-right: min(5vw,30px);
}
.f-cominfo .logo{
    width: 85%;
    display: block;
}
.f-contact{
    width: calc((100% - min(5vw,30px)) / 9*2);
}
.wf-nav{
    display: flex;
    justify-content: space-between;
}
.gr-box > div:nth-of-type(1){
    width: calc((100% - 45px) / 5*4);
}
.gr-box > div:nth-of-type(2) {
    width: calc((100% - 45px) / 5);
}
}



@media screen and (min-width: 901px) and (max-width:1240px) {
 .contents, .wrap-1column .contents{
	  width: calc(100% - 80px);
	  margin-right: auto;
	  margin-left: auto;
  }
	
  .wrap-2column .main-column {
    width:calc(100% - 340px);
  }

.wrap-message > div:nth-child(1){
    box-sizing: border-box;
    margin: 0;
		width: 30%;
}
	
	.lazyloaded{
	width:initial;
	}
	
	.main-visual .noslide{
	width:calc((100% - 80px) * 1.6);
	left:calc((100% - 80px) * -0.3);
	}
}



@media screen and (min-width: 641px) and (max-width:900px){
  .wrap-1column .box-post-archive a > div:nth-child(1) {
    width: 240px;
    margin-right: 40px;	
  }
	
  .wrap-1column .box-post-archive a > div:nth-child(2) {
    width: calc(100% - 280px);	
  }	
	
.wrap-message > div:nth-child(1) {
    box-sizing: border-box;
    margin: 0;
    width: 30%;
}
	
.wrap-message > div:nth-child(2) {
    text-align: left;
    width: 65%;
}
	
	.wrap-message > div:nth-child(2) .btn-archive{
    min-width:100%;
	
	}
	
	.main-visual .noslide{
	width:calc(92% * 1.6);
	left:calc(92% * -0.3);
	}
}


@media screen and (max-width: 900px) {
  .sp {
    display: none;
  }
  body.over {

  }
  .tb-contents{
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .wrap-2column .main-column {
/*     margin-bottom: 10vw; */
    margin-bottom: min(6rem,23vw);
  }

  .wrap-2column .section-common:nth-child(1) h2 {
    margin-top: 0px;
  }

  .index .wrap {
	padding: 0 0 10vw 0;
  }
  body:not(.index) .wrap {
	    padding: 0 0 20vw;
  }
  .wrap-section-interval > *:not(:last-child) {
    margin-bottom: 15vw;
  }
  .wrap-section-padding > * {
    padding: 10vw 0;
  }
  .wrap-2column .section-common:not(:last-child) {
    margin-bottom: 10vw;
  }
  .wrap-1column .section-common {
	  text-align: center;
  }
.wrap-1column section > last-
  .box-post-text a {
    flex-flow: row wrap;
  }
/*   .wrap-logo {
    margin-left: 20px;
  }
  .head-header {
    width: 50%;
  } */
  .wrap-tel-header {
    display: none;
  }
  .inner-footer-top {
    justify-content: center;
  }
  .box-info-footer {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }

  .sidebar {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .sidebar > * {
    width: 100%;  
  }
	
  .sidebar .widget_nav_menu {
    display:none;		
  }
	
  .sidebar img {
    width: 100%;
  }
  .list-side2 a div:nth-child(1) {
    width: 40%;
    margin-right: 5%;
  }
  .list-side2 a div:nth-child(2) {
    width: 55%;
  }
  .side-list-compnay {
    justify-content: flex-start;
  }
  .side-list-compnay li:nth-child(1) {
    margin-right: 1em;
  }

/*   .global-nav {
    display: none;
  } */
  .footer-nav {
    align-items: center;
  }
	
  .footer-contents {
	  width:100%;
  }	
	
  .pagetop {
    right: 3vw;
    bottom: -60px;
  }
  .pagetop.active {
    bottom: 3vw;
  }
/*   #nav-close {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #nav-content {
    -webkit-transform: translateX(-105%);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 300px;
    height: 100%;
    overflow: auto;
            transform: translateX(-105%);
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .btn-close {
    display: block;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
	  opacity:1;
  } */
  .top-message {
    font-size: 30px;
  }
	
  .side-compnay{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }
	
  .side-compnay h3{
    width:100%;
  }
	
  .side-compnay picture{

  }
	
  .side-address-compnay-box{
   width:100%;		
  }
	
  .company-photo{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
  }
	
  .sidebar .company-photo > div{
    width:48%;
    margin-bottom: 4vw;
    }
	
  .wrap-post-img-text {
    flex-flow: wrap;
  }
	
/*900 野村追加*/
.main-visual .main-txt {
    left: 50%;
    top: 73%;
    transform: translateX(-50%) translateY(-50%);
}
.footer-top{
    padding: 3em 0 0;
}
.pc-fmenu{
	display:none;	
}
.footer-top .tb-contents{
	padding:0;
}
.wf-nav li, .icon-menu li{
	margin-bottom: 0;
}
.sp-fmenu .sub-menu{ 
	border-top: 1px solid #ccc;
    padding: 1.5em 1.5em 1.5em 2.5em;
    background: #f7f7f7;
}
.sp-fmenu > ul{
	border-top:1px solid #ccc;
}
.sp-fmenu > ul > li{
	border-bottom:1px solid #ccc;
	margin-bottom:0;
width:50%;
float:left;
}
	.sp-fmenu > ul > li{border-right:1px #ccc solid;}
	
	.sp-fmenu > ul > li a{
	padding: 3vw;
    display: block;
    font-size: 16px;
text-align:center;
}
.sp-fmenu span{
	position:relative;
	display:block;
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding: 0.8em 1em;
}
.sp-fmenu span:before{
    -webkit-transform: rotate(135deg);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    transform: rotate(135deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: "";	
}
.sp-fmenu .arrow-none:before{
	display:none;
}
.sp-fmenu .rot:before{
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.sp-fmenu .sub-menu li{
    font-size: 13px;
	margin-bottom:1em;
}
.sp-fmenu .sub-menu li:last-of-type{
	margin-bottom:0;
}
.sp-fmenu .sub-menu li a{
    display: block;
    position: relative;
	position:relative;
}
.icon-menu{
    margin-top: 1.7em;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 1.7em;
    border-bottom: 1px solid #ccc;
}
.icon-menu li span{
	display:none;	
}
.icon-menu ul{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(40px,1fr));
    gap: 20px;
    letter-spacing: 0.03em;
}
.icon-menu li{
    display: flex;
}
.icon-menu li a {
    margin: 0 auto;
}
.icon-menu img{
    min-width: 40px;
	max-width:50px;
	width:100%;
}
.f-contact {
	display:none;
    margin-top: 2em;
    margin-bottom: 2em;
}
.f-contact .toi_tell{
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin-bottom: 1.5em;
}
.f-contact .toi_mail p {
    font-size: 14px;
}
.f-cominfo{
	width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    text-align: center;
    margin-bottom: 1.7em;
}
.f-cominfo .logo{
   /* max-width: 250px;*/
    width: 100%;
    display: block;
    margin: 0 auto;
}
.f-cominfo dl {
    margin-top: 1em;
}
	
.gr-box {
    flex-direction: column-reverse;
}
.gr-box > div:nth-of-type(1){
    margin-top: 1.7em;
}
.gr-box > div:nth-of-type(2) img{
	display:block;
	width:60%;
    margin: 0 auto;
}
.gr-box p {
    font-size: 15px;
}
}


@media screen and (max-width: 640px) {
	.box-post-archive time:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(images/date.svg);
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 2px;	
}
  body.over {
	padding-top:85px;
}
  .spFullWidth {
    width: 100%;
    height: auto;
  }
  .wrap-main {
    width: 100%;
    padding: 10vw 5vw;
  }
  .inner-main h1 {
    font-size: 6vw;
  }
.box-post-text a{
	padding: 0.75rem 2.5rem 0.75rem 0;
	flex-wrap: wrap;
}
  .box-post-text time {
    width: 6em;
    margin-right: 5px;
    font-size: 10px;
  }
	.list-post .box-post-text time{
	    margin-right: 0;
	    margin-bottom: 5px;
	    font-size: 12px;
	    width:
	    auto;
	}
  .main-column .box-post-text h3,.wrap-1column  .box-post-text h3{
    width: 100%;
    font-size: 14px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
/*   .box-post-img-text h3 {
    font-size: 13px;
  } */
/*   .box-post-img-text p {
    font-size: 13px;
  } */
  .box-post-archive a > div:nth-child(1) {
    width: 17vw; margin-right: 12px;
  }
	.box-post-archive a {padding: 13px 0;}

  .box-post-archive a > div:nth-child(2) {
    width: calc(100% - 25vw - 20px);
  }
	.box-post-archive time{
		font-size: 8px;
		margin-bottom: 0.0em;
		   
	}
	.main-column .box-post-archive h3, .wrap-1column .box-post-archive h3{
		margin-bottom: 0.2em; font-size: min(5vw,18px);
	}
  .category-post {
    width: 6em;
    font-size: 10px;
  }
  .box-post-text .category-post {
    margin-right: 5px;
  }
	.inner-header {
/* 		height: 85px;
		padding: 25px 0 0px; */
		height:65px;
		padding:0;
	}
/*	.over .inner-header{
		padding: 15px 0;
		height:100%;
	}*/
  .wrap-logo {
    margin-left: 0;
  }
  .wrap-logo .logo {
/*     width: 180px; */
    width: auto;
/*     margin-left: 2vw; */
    margin-left: 3vw;
  }
  .head-header {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    background: #009fe2;
    line-height: 25px;
	transition: all 0.5s 0.5s;
  }
	.over .head-header{
		transition: all 0.5s 0.5s;
		/*display:none;*/
	}
  .head-header > * {
    color: #fff;
    font-size: 11.5px;
    text-align: center;
  }
  .list-sp-menu {
    display: flex;
    position: absolute;
    top: 33px;
/*     right: min(calc(40px + 2vw),60px); */
	    right: min(calc(34px + 2vw),62px);
  }
	.over .list-sp-menu{
/* 		top: 13px; */
	    top: 10px;
	}	
	
.list-sp-menu li {
    width: 40px;
    height: 40px;
}
  .sp-header-tel{
    position:
    relative;
/*     height: 42px;
    width: 42px; */
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  }

  .sp-header-tel:before{
    content:
    "";
    display:
    inline-block;
/*     height:25px;
    width:25px; */
    height: 20px;
    width: 20px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.35 28.35"><path fill="%23555555" d="M-37.574,0c-5.318,0-9.628,4.311-9.628,9.626c0,5.316,9.17,18.72,9.628,18.72s9.626-13.401,9.626-18.72 C-27.948,4.311-32.259,0-37.574,0z M-37.574,13.309c-2.033,0-3.682-1.647-3.682-3.683s1.647-3.683,3.682-3.683 s3.683,1.647,3.683,3.683C-33.892,11.66-35.541,13.309-37.574,13.309z"/><path fill="%23555555" d="M-47.932,10.229V0h-16.534v10.229c-1.343,0.651-2.273,2.015-2.273,3.604v10.5 c0,2.219,1.8,4.019,4.019,4.019h13.045c2.22,0,4.019-1.8,4.019-4.019v-10.5C-45.66,12.241-46.59,10.879-47.932,10.229z M-62.832,1.635h13.264v10.722h-13.264V1.635z M-63.015,18.636v-2.998h13.632v2.998H-63.015z M-50.965,25.451 c-0.979,0-1.771-0.797-1.771-1.772c0-0.979,0.793-1.772,1.771-1.772c0.978,0,1.771,0.796,1.771,1.772 C-49.193,24.656-49.986,25.451-50.965,25.451z"/><rect x="-61.051" y="4.461" fill="%23555555" width="9.541" height="0.954"/><rect x="-61.051" y="7.459" fill="%23555555" width="5.994" height="0.954"/><path fill="%23555555" d="M5.249,1.198C3.301,2.463,2.918,6.412,3.654,9.63c0.572,2.507,1.79,5.869,3.846,9.035 c1.932,2.978,4.626,5.646,6.681,7.191c2.64,1.984,6.402,3.245,8.349,1.982c0.984-0.639,2.448-2.385,2.518-2.697 c0,0-0.859-1.323-1.047-1.613l-2.878-4.438c-0.216-0.33-1.557-0.028-2.235,0.355c-0.92,0.521-1.766,1.92-1.766,1.92 c-0.633,0.362-1.158,0.001-2.264-0.508c-1.354-0.624-2.878-2.562-4.091-4.314c-1.105-1.823-2.255-4.005-2.271-5.496 c-0.016-1.214-0.13-1.844,0.46-2.271c0,0,1.621-0.201,2.471-0.83c0.63-0.465,1.452-1.564,1.238-1.896l-2.88-4.435 c-0.188-0.29-1.048-1.613-1.048-1.613C8.425-0.063,6.234,0.561,5.249,1.198z"/></svg>') center / contain no-repeat;
    margin:0 auto;
    right:0;
    left:0;
  }


  .sp-header-contact{
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  }
	
  .sp-header-contact:before{
    content:
    "";
    display:
    inline-block;
    height: 20px;
    width: 20px;
    background:
    url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.35 28.35"><path fill="%23555555" d="M-34.074,0c-5.318,0-9.628,4.311-9.628,9.626s9.17,18.72,9.628,18.72s9.626-13.401,9.626-18.72 C-24.448,4.311-28.759,0-34.074,0z M-34.074,13.309c-2.033,0-3.682-1.646-3.682-3.683s1.646-3.684,3.682-3.684 s3.683,1.647,3.683,3.684C-30.392,11.66-32.041,13.309-34.074,13.309z"/><path fill="%23555555" d="M23.947,0.1H4.404C1.972,0.1,0,2.072,0,4.503v0.013l12.133,11.065c0.581,0.527,1.306,0.79,2.042,0.791	c0.736-0.001,1.459-0.264,2.041-0.791L28.35,4.516V4.503C28.35,2.072,26.378,0.1,23.947,0.1z"/><path fill="%23555555" d="M14.175,19.675c-1.525,0.001-3.063-0.554-4.268-1.653L0,8.987v15.06c0,2.432,1.972,4.401,4.401,4.401 h19.543c2.434,0,4.403-1.972,4.403-4.401V8.987l-9.908,9.035C17.237,19.121,15.7,19.676,14.175,19.675z"/></svg>') no-repeat center center;
    margin:0 auto;
    right:0;
    left:0;
  }
	
  .sp-header-access{
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
  }
	
  .sp-header-access:before{
    content:
    "";
    display:
    inline-block;
    height: 20px;
    width: 20px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.35 28.35"><path fill="%23555555" d="M14.176,0C8.858,0,4.548,4.311,4.548,9.626c0,5.316,9.17,18.72,9.628,18.72s9.626-13.401,9.626-18.72 C23.802,4.311,19.491,0,14.176,0z M14.176,13.309c-2.033,0-3.682-1.647-3.682-3.683s1.647-3.683,3.682-3.683 s3.683,1.647,3.683,3.683C17.858,11.66,16.209,13.309,14.176,13.309z"/></svg>') center / contain no-repeat;
    margin:0 auto;
  }
	
	.footer-top {
	padding:30px 0 0;
}
	
  .inner-footer-top > div {
    margin: 0;
  }
  .box-footer-top {
    padding: 10vw 10vw 7.5vw;
    text-align: center;
  }
  .wrap-footer-nav {

  }
	
	.wrap-footer-nav .footer-nav {

    flex-flow: wrap;

	}
	
	.footer-nav > li{
		width: 50%;
	}
	
	.wrap-footer-nav .footer-nav li a {
        border-bottom: 1px solid #cccccc;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.8), 0 1px 0px rgba(0, 0, 0, 0.19);
    padding: 1em 0;
}
	
	.wrap-footer-nav .footer-nav li:last-of-type a{
		border-right: 1px solid #cccccc;
	}
	
	
  .copyright {
    font-size: 3vw;
	padding: 2em 0;
  }
  .sidebar {
    display: block;
  }
  .sidebar > * {
    width: auto;
  }
  .widget_nav_menu:not(:last-child),
  .box-side:not(:last-child) {
    margin-bottom: 10vw;
  }
  .list-side2 a div:nth-child(1) {
    width: 30%;
  }
  .list-side2 a div:nth-child(2) {
    width: 65%;
  }
	
.main-visual {
    position: relative;
}
  .main-visual {
    width: 100%;
  }
  body:not(.index) .main-visual {
    height: 100px;
    margin-bottom: 0;
  }
  .head-page:after {
    font-size: 12px;
  }
  .wrap-slider .slider {
    height: 75vw;
  }
  .wrap-slider .slider img {
    height: 75vw;
  }
  .section-about .wrap-btn {
    justify-content: center;
  }
  .btn-form,
  button.btn-form {
    width: 65vw;
    padding: 1em;
  }

  .pagination .pager {
    min-width: 7.5vw;
    height: 7.5vw;
    font-size: 4vw;
    line-height: 7.5vw;
  }
  .pagination .pager i:before {
    min-width: 7.5vw;
    height: 7.5vw;
    font-size: 4vw;
    line-height: 7.5vw;
  }
  .nav-link {
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .link-prev,
  .link-next,
  .link-archive {
    flex: 1;
    width: auto;
    height: 100%;
  }
  .link-prev a,
  .link-next a,
  .link-archive a {
    height: 100%;
    font-size: 12px;
  }
	
.link-prev a{
	border-right:none;
}
.link-prev a:before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
.link-prev a:hover:before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.link-next a{
	border-left:none;
}
.link-next a:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
.link-next a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
  .icon-question:before,
  .icon-tel:before {
    width: 4vw;
    height: 4vw;
  }
  .bg-footer {
    background: url(images/bg-footer@2x.jpg) no-repeat center top;
    background-size: 100% 55.5vw;
  }
  .bg-company {
    background: url(images/bg-works.png) no-repeat right 40% bottom;
    background-size: cover;
  }
  .bg-outline {
    background: url(images/bg-outline.jpg) no-repeat center top;
    background-size: cover;
  }
  .bg-history {
    background: url(images/bg-history.jpg) no-repeat center top;
    background-size: cover;
  }
  .bg-access {
    background: url(images/bg-access.jpg) no-repeat center top;
    background-size: cover;
  }
  .spImgFullWidth {
    display: block;
    width: 100%;
    height: auto;
  }
	#nav-open {
		top: 22px;
/* 		top: 46px; */
		transform: unset;
		width: 32px;
		height: 37px;
	}
	.over #nav-open{
/* 		top: 15px; */

	}
  .table-common > tbody > tr, .table-contact > tbody > tr {
    display: block;
    width: 100%;
  }
  .table-common > tbody > tr th, .table-contact > tbody > tr th,
  .table-common > tbody > tr td,
  .table-contact > tbody > tr td {
    display: list-item;
    width: 100%;
    list-style-type: none;
  }
  .table-common th {
    padding: 1em 0 0.5em;
  }
  .table-common td {
    padding: 0 0 1em;
    border-bottom: 1px solid #eee;
  }
  .table-contact {
    margin-bottom: 5vw;
  }
  .table-contact th {
    padding: 1.5em 1em 0.5em;
  }
  .table-contact th.required:after {
    top: 1.5em;
    margin-right: 1em;
    font-size: 2.7vw;
  }
  .table-contact td {
    padding: 0.5em 1em 1.5em;
  }
  .wrap-about {
    flex-flow: row wrap;
    justify-content: center;
  }
  .wrap-about > div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 3vw;
    margin-left:0;
    width:100%;
  }
	
	.wrap-about > div:nth-child(1) img {
    width:100%;		
	}
	
  .wrap-about > div:nth-child(2) {
    width: 100%;
  }
  .wrap-message {
    flex-flow: row-reverse wrap;
    justify-content: center;
  }
  .wrap-message > div {
    margin: 0;
  }
  .wrap-message > div:nth-child(1) {
    width: 50%;
   margin-bottom: 2.5vw;
  }
	
	.wrap-message > div:nth-child(2){
		width: 100%;
	}
	
	.main-visual .noslide{
	width:100%;
	left:0;
	}
	
	.text-common{
/* 		text-align: center; */
		text-align: justify;
	 }
	
	#section_2 .text-common{
		text-align: justify;
	}
	
	.wrap-1column h2{
		font-size: calc(18px + 1vw);
	}

	.main-column .box-post-img-text h3, .wrap-1column .box-post-img-text h3{
/* 	    font-size: calc(11px + 1vw); */
    	margin-left: 0;
	}

	.btn-archive{
		width:60%;
	}
}
/*--------------------common.css--------------------*/

/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (min-width: 641px), print {
	.sp-slide{
		display:
		none;
	}	
	
  /* 会社概要　テーブル
	*************************** */
	.wrap .sp_tel > *{
		color: #333;
		text-align: center;
		font-size: calc(26px);
		border-radius: 2em;
		width: 100%;
		display: block;
	    font-weight: bold;
	}

table.table-company tr {
    border-bottom: 1px solid #ccc;
  }

table.table-company tr:first-child {
    border-top: 1px solid #ccc;
  }

table.table-company th {
    width: 20%;
  }
  /* 会社概要　テーブル
	*************************** */
  /* お問い合わせ　テーブル
	*************************** */
  .contact table tr {
    border-bottom: 1px solid #ccc;
  }
  .contact table tr:first-child {
    border-top: 1px solid #ccc;
  }
  .contact table th {
    width: 20%;
    line-height: 42px;
  }
  /* お問い合わせ　テーブル
	*************************** */
}
@media screen and (min-width: 901px) {
  .nav {
    color: #333;
  }
	
	.nav > .contents{
		padding:5px 0;
	}
	
	
}
@media screen and (min-width: 641px) {
	.spnomi{display:none;}
.single-post {
/*     margin-bottom: 10rem; */
    border: 1px solid #ccc;
    padding: 56px;
    box-shadow: 2px 2px 4px #eee;
}
	
/**********************************************
 * *野村　追加
 * ********************************************/
.footer-nav > li {
    flex: 1;
}
.topb-point{
	display:flex;
	justify-content:space-between;
}
.topb-point > div{
	width:calc((100% - 2em) / 2);
}
.img-txt-box > *{
	display:flex;
	justify-content:space-between;
}
.img-txt-box > * > *:nth-child(1){
	width:300px;
}
.img-txt-box > * > *:nth-child(2){
	width:calc(100% - 340px);
}
.img2-box > *{
	row-gap:0;	
}
	
.img-txt-box2 > *{
	display:flex;
	justify-content:space-between;
}
.img-txt-box2-rev > *{
	flex-direction:row-reverse;	
}
.img-txt-box2 > * > *{
	width:calc((100% - 40px) / 2);
}
}


@media screen and (max-width: 640px) {
	
	.box-post-archive img {
    width: 100%;
    height: auto!important;
	aspect-ratio: 1/1;
}

	.pc-slide{
		display:none;
	}		
	
	.section-common.toi .toi_mail a{
	font-size: 23px;}
	.spnomi{display:block;}

.wrap-logo .logo img {
  display: block;
  max-width: 100%;
  height: auto;
	max-height:9vw;
	object-position: left;
}
	 .pc {
    display: none;
  }
  .sp {
    display: block;
	}
	
	.index .wrap {
	padding:0 0 18vw 0;
  }
body:not(.index) .wrap {
    padding: 0 0 25vw;
}	
	
	.section-common.toi .text-common span, .section-common.toi .text-common a{

	}
	
	.section-common.toi .text-common span.in_black{
		font-size: 13px;
		font-family: sans-serif;
		line-height: 1;
	}
	
.top_table th{
/* 	width: 32%; */
    width: 38%;
}

	.section-common.toi .toi_mail{
		justify-content: center;
	}

	.toi_mail p{
	    font-size: 16px;
	}
	
	.section-common.toi .text-common:last-child{
	margin-bottom: 0;
	}
	
	.left{
		text-align: left;
	}
	
	.sp_tel > *{
    text-align: center;
    font-size: min(24px,5vw);
    background: #333;
    color: #fff;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
 }
		
/* .main-column .contact-form table td{
  padding:1em 0em;
} */
	
	
/**********************************************
 * *野村　追加
 * ********************************************/
.wrap-1column .conc-title{
	font-size:5.5vw;
}
.wrap-1column #section_1 h2{
    margin-bottom: 35px;
    line-height: 1.5;
}
.topb-point > div:nth-of-type(1){
    margin-bottom: 1.2em;
}
.img-txt-box > * > *:nth-child(1){
	margin-bottom:1.5em;
}
.main-column h2{
    justify-content: flex-start;
}
.main-column h2:after{
	display:none;	
}
.box-post-text{
	position:relative;
}
.box-post-text:before{
	content:
	"";
	display:
	block;
}
.list-post-con{
    width: 100%;
    text-align: justify;
    flex-wrap: wrap;
}
.img-txt-box2 > * > *:nth-child(1){
	margin-bottom:1.5em;
}
	
/*トップスライドショー　コンテンツ*/
.m-slider {
    height: auto;
}
.simply-scroll-list {
    max-height: 45vw;
}
.simply-scroll-list img {
	max-width: 72vw;
}
	
.main-column .original-box .proc-box h3{
    margin-top: 1em;
}
.original-box .btn-archive {
	min-width: 100%;
}
.dtable-box > div{
    gap: 0;
}
	
/*トップ　事業*/
.bpi-text {
	padding: 1.2em 1.2em 2.5em;
}
.icon-menu img {
    max-width: 40px;
}
.copyright > div {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
}
.copy-con-menu {
    gap: 0;
    font-size: 14px;
    justify-content: center;
    margin-bottom: 1em;
}
.copy-con-menu li {
    flex: none;
}
.copy-con-menu li:first-of-type {
    padding-right: 1em;
}
.copy-con-menu li:last-of-type{
    padding-left: 1em;
}
	
/*修正*/
.related .wrap-post-img-text{
    grid-template-columns: repeat(auto-fit,47%);
    gap: 15px;
    margin: -10px 0 0;
}
.related .box-post-img-text{
	margin: 0;	
}	
.flex-gallery_box >div{
	gap: unset;
}	
.flex-gallery_box >div >*:nth-child(1){
	flex: 1 100%;
}	
.flex-gallery_box >div:before{
	content: none;
}
	
/*Q&A 質問*/
.qa-box h3 label {
    top: 35%;
    width: 15px;
    height: 15px;
}
.qa-box h3 label span {
    height: 2px;
}
.answer-box p:before {
    top: 13px;
}
	
/*お問い合わせ*/
.contact table{
    border-bottom: 1px solid #ccc;	
}
.contact table tr {
    border-top: 1px solid #ccc;
}
.main-column .contact-form table th {
	background:none;
    padding: 1.5em 1em 0 1em;
}
.contact-form table th > *{
	font-weight:bold;	
}
.main-column .contact-form table td {
	border-bottom:none;
    padding: 1em 1em 1.5em 1em;
}
	
}

/*--------------------common.cssここまで--------------------*/


.wakuwaku{background:url(https://nagara.gardenmall-gifuhashima.com/wp-content/uploads/dot.png);padding:80px 0!important;margin:80px 0 0;}
.modelc .box-post-img-text{background:#fff;}
.modelc{
	background:#EAF7FD;
	padding:80px 0!important;
/* 	margin:80px 0; */
	margin:80px 0 0;
}

.wakuwaku .wrap-post-img-text{background:#fff;}
.tiikisigen{background:#EAF7FD;padding:80px 0!important;margin:80px 0;}

.newssection{padding:20px 0!important;margin-bottom:56px;}
blockquote {
    position: relative;
    padding: 35px 15px 35px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
	margin-bottom:36px;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\f10d";
   font-family: "Font Awesome 5 Free";
    color: #9dd4ff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}