@charset "UTF-8";
/*
Theme Name: NIGHT BIRD
Author: DERA-DESIGN
Author URI: https://deradesign.jp/
Description: 2021.1.1
Version: 1.0
*/






/*--------------------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;
  color: #ffffff;
}

html{
	width:100%;
	overflow-x:hidden;
  margin-top: 0!important;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  background: #214175;
  position: relative;
}


body::before {
content:"";
display: block;
background: url(https://gosei-ai.jp/wp-content/uploads/Shape_02.png)no-repeat;
height: 100%;
width: 100vw;
background-size: cover;
background-position: top center;
position: absolute;
top: 0;
mix-blend-mode: soft-light;
background-attachment: fixed;
z-index: -5;
}

body::after {
content:"";
display: block;
background: url(https://gosei-ai.jp/wp-content/uploads/bg-pink.png)no-repeat;
height: 100%;
width: 100vw;
background-size: cover;
background-position: top center;
position: absolute;
top: 0;
z-index: -10;
background-attachment: fixed;
}




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

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


table ol li {
  list-style:decimal;
}

table ol {
  padding-left: 1.5em;
}

blockquote, q {
  quotes: none;
}

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

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

a:hover {
  color: #b7859d;
}


::-moz-selection {
  background-color: #ffffff;
  color: #ffffff;
}
::selection {
  background-color: #ffffff;

}

::placeholder{
  color:#ccc
}

::-webkit-scrollbar{
  width: 10px;
  padding: 1px;
}


::-webkit-scrollbar-track{
  background: #f3f3f3;
  border: none;

  border-radius: 0px;

}

::-webkit-scrollbar-thumb{
  background:#214175;
  border-radius: 0px;
  box-shadow: none;



}

@keyframes onAutoFillStart { from {} to {}}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #555555 !important;

}


/* 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;
}

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

input, select {
  vertical-align: middle;
  color: #ffffff;
}

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: Inter, 見出ゴMB1, 'ヒラギノ角ゴシック', 'Hiragino Sans';
}

/* プレースホルダー */
::-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: #666666;
}

/* 入力欄 */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
    background: #fff;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    border: 1px solid #ffffff;

}

/* 日付 */
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 #ffffff;
  background: #ffffff;

  cursor: pointer;
  color: #555555;
  font-size: 14px;
  border-radius: 3px;
}

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;


}

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

form input[type="radio"]:checked + span:after {
  content: "";
  width:9px;
  height:9px;
  background:#ffffff;
  display:inline-block;
  border-radius: 5px;
  position: absolute;
  top:-4px;
  bottom:0px;
  left: 4px;
  margin: auto;
}

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 #ffffff;
  position:relative;
  top:2px;
}

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

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

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

.contact-form button{
  display: block;
  z-index: 1;
  position: relative;
  width: 50%;
  min-width: 200px;
  margin-top: 40px;
  padding: 1em;
  text-align: center;
  transition: 0.5s;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 auto;
  font-size: 15px;
  border-radius: 50px;
}

.contact-form button:hover {
  background: #00000044;
  border: 1px solid #ffffff;
  color: #fff;
  opacity: 1;
}

.contact-form button: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: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}

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



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

@media screen and (min-width: 881px) {
  select {
    width: 410px;
  }
  textarea {
    height: 210px;
	display:block;
	border: none;
    border: 1px solid #ffffff;
  }
}

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




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





body {
  color: #ffffff;
  font-family: Inter, 見出ゴMB1, 'ヒラギノ角ゴシック', 'Hiragino Sans';
  font-size: 15px;
  letter-spacing: .05rem;

}

body p{
	line-height: 2.3;
  text-align: justify;
}


.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: #ffffff;
}



html,
body {

}

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

p{
  word-break: break-all;
}


.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:14px;
}

.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;
}

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

.box-post-text:nth-child(1) {
  border-top: 1px solid #ffffff;
}

.box-post-text a {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}

.box-post-text a:hover {
  background: #00000044;
}

.gray .box-post-text a:hover {
  background: #efefef;
}

.box-post-text a > * {
  margin: 5px 0;
  line-height: 20px;
}

.box-post-text time {
  margin-right: 10px;
  font-size: 12px;
  width: 6em;
}

.main-column > p{
  font-size: 15px;
  text-align: justify;
  line-height:2.3;
	letter-spacing:.05em;
}

.main-column ul{
  margin:15px 0;
}

.main-column ul li{
  font-size: 14px;
  line-height: 28px;
}

.main-column ul li:before{
  content:"";
  display:inline-block;
  height:10px;
  width:10px;
  background:#ffffff;
  border-radius:5px;
	margin-right:5px;
}

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

.main-column table{
  margin:32px 0;
  width:100%;
}

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

.main-column table th{
  padding: 15px 15px 15px 0;
  vertical-align: top;

}


.main-column table td{
  padding: 15px 0 15px 15px;
  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;
  position:relative;
}


.main-column .box-post-text h3:after {
  content:"";
  display:block;
  height:14px;
  width:14px;
  background:url(images/triangle.svg);
  background-size:cover;
  position:absolute;
  bottom:4px;
  right:0;
  top: 0;
  margin: auto;
}

.wrap-post-img-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.wrap-post-img-text:after {
  display: block;
  width: 31%;
  height: 1px;
  content: "";
}

.box-post-img-text {
  width: calc((100% - 60px) / 3);
  margin: 20px 0;
}

.box-post-img-text a {
  display: block;
}

.box-post-img-text a:hover{
    opacity: 0.8;
}

.box-post-img-text a > *:nth-child(1) {
  margin-bottom: 10px;
  position:relative;
  display:flex;
}

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

.box-post-img-text img {
  width: 100%;
  height: auto;
}

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



.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:20px;
  margin: 0;
  padding: 0;
  border: none;
}

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

}



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

.box-post-archive:nth-child(1) {
  border-top: 1px solid #ffffff;
}



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

.box-post-archive a:hover {
  opacity: 0.8;
}

.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;
}

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

.box-post-archive time:before,.box-post-img-text time:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  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: 2.3;
  font-size:20px;
  margin:0;
  padding:0;
  border:none;
}

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

}

.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:hover {
  opacity: 0.8;
}

.box-post-archive-side a > div:nth-child(1) {
  width: 100px;
  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:calc(100px / 1.618)!important;
  height: auto;
}

.box-post-archive-side time {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 3px;
}

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

.box-post-archive-side h3 {
  width: 100%;
  line-height: 1.5;
  text-align: justify;
}

.box-post-archive-side .category-post {
  display:none;
  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:15px;
}

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

.box-post-text .category-post {
  margin-right: 15px;
  width:12em;
}

.header {
  z-index: 9999;
  position: relative;

  height: auto;
  box-sizing: border-box;
  padding: 20px;

}

.index .header {
  z-index: 9999;
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  padding: 28px 40px 40px;
min-height: 800px;
}


.nav-drawer{
  height: 100%;
}


.header .contents{
  width: 100%;
  height: 100%;
}


.index .header .contents{
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: relative;
  /*min-height: 800px;*/
}


/*.index .header .contents::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:url(https://gosei-ai.jp/wp-content/uploads/toyama-1.svg)no-repeat;
  position: absolute;
  background-size: contain;
  right: -50%;
  opacity: 0.5;

}*/

https://gosei-ai.jp/wp-content/uploads/toyama-1.svg

.header.over {

  left: 0;

}

.header.over.active {

  top: 0;
  left: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transition: all 0.5s 0.5s;
  z-index: 9999;
}

.inner-header {
  display: flex;
	flex-direction:column;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0;
  height: 100%;

}

.index .inner-header {
  justify-content: center;
  gap: 40px;
}

.wrap-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;

}

.index .wrap-logo {
  height: initial;
  flex-direction: row;
  justify-content: left;
  position: relative;
}

.wrap-logo .logo {
  display: block;
  margin: 20px 0 0;
	width:20vh;
}


.index .wrap-logo .logo {
  display: block;
  margin: 0 0;
  width:60%
}



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

.wrap-logo .logo img {
  display: block;
  max-width: 100%;
  height: auto;

}

.head-header {
  line-height: 1;
  font-size:10px;
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 80px;

}

.head-header h1,.head-header p{
  line-height: 1.25;
 
  text-align: center;
}


.wrap-tel-header p {
  font-size: 12px;
  text-align: right;
	margin-top:14px;
	margin-right:50px;
	    word-break: keep-all;
    white-space: nowrap;
}

.tel {
  font-size: 28px;
  position:relative;
	top:8px;
}

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

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

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

.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;
  padding-top: 0.75em;
          transform: scale(0.8, 0.8);
  font-size: 10px;
}

.sp-menu:before {
  color: #ffffff;
  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: none;
}

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

.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: 50px 0;
}

.inner-footer-top {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.box-info-footer {
    width: 300px;
    margin: 0 auto 30px;
    text-align: center;
}

.box-info-footer .logo {
  display: block;
  margin-bottom:0.5em;
}

.box-info-footer img {
  width: 300px;
  height: auto;
}

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

.info-footer {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 12px;
}

.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 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

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

.wrap-footer-nav .footer-nav{
  width:calc((100% - 40px) / 3);
  border-bottom:1px solid #ffffff;
}

.wrap-footer-nav .footer-nav li a{
  border-top:1px solid #ffffff;
  padding:0.5em 0;
  display:block;
}

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

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

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

.copyright small {
	color:#ffffff;
}

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

.sidebar .btn-archive{
	width:100%;
	background:none;
	color:#666 ;
	border:1px solid #ccc;
}

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

.widget_nav_menu,
.box-side {

}

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


.widget h3,
.head-side {
  position: relative;
  padding:6px 0 4px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  margin-bottom:15px;
  line-height: 1;
}

.widget h3::before,h3.head-side:before{
  display: block;
  content: "";
  height: 1px;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-width: 20px;
  margin-right: 20px;
}

.widget h3::after,h3.head-side:after{
  display: block;
  content: "";
  height: 1px;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-width: 20px;
  margin-left: 20px;
}





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

.widget_nav_menu .menu > li,.list-side > li {

}

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

.widget_nav_menu .menu > li a:hover,
.list-side > li a:hover {
  background: #f3f3f3;
  color: #ffffff;
}

.widget_nav_menu ul > li > ul.sub-menu{
  display: none;
  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: #b7859d;
  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:#b7859d;
  padding:0.75em 1em;
  color:#ffffff;
  z-index:1;
}

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

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


.wp-caption-text{
  font-size: 15px;
  line-height: 1.7em;
  margin-top: 0.5em;
  width: 340px;
  text-align: justify;
  letter-spacing: 0.05em;
  word-break: break-all;
}

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

.list-side2 li {

}

.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;grid-column:
}

.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-bottom: 1em;
}

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

}

.side-address-compnay p{
  display: flex;
  align-items: baseline;
}

.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(images/company.svg);
}

.company_zipcode:before{
  background:url(images/zip.svg);
}

.company_pref:before{
  background:url(images/pref.svg);
}

.company_tel:before{
  background:url(images/tel2.svg);
}

.company_fax:before{
  background:url(images/fax.svg);
}

.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 #ffffff;
  font-size: 12px;
  text-align: center;
  transition: 0.4s;
}

.side-list-compnay a:hover {
  background: #b7859d;
  border: 1px solid #b7859d;
  color: #fff;
  opacity: 1;
  transition: 0.4s;
}

.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;
  border-right: none;
  font-size: 14px;
}

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

.box-search .fa-search {
  display: block;
  background: #939597;
  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: #ffffff;
  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:0;

}

.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;
}


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

body:not(.index) .main-visual {
  display: flex;
  align-items: center;
  height: 150px;
  color: #32363b;

  background-size: cover;
  background-blend-mode: multiply;
}

.webp body:not(.index) .main-visual {
  display: flex;
  align-items: center;
  height: 150px;
  color: #32363b;


  background-size: cover;
  background-blend-mode: multiply;
}

body.service .main-visual {
  color: #32363b;

  background-size: cover;
  background-blend-mode: multiply;
}

.webp body.service .main-visual {
  color: #32363b;


  background-size: cover;
  background-blend-mode: multiply;
}

body.info .main-visual {
  color: #32363b;

  background-size: cover;
  background-blend-mode: multiply;
}

.webp body.info .main-visual {
  color: #32363b;


  background-size: cover;
  background-blend-mode: multiply;
}


.wrap::before {
  content: "";
  display: block;
  height: var(--header-h);
  margin-top: calc(-1 * var(--header-h));
  visibility: hidden;
}


body.works .main-visual {
  color: #32363b;

  background-size: cover;
  background-blend-mode: multiply;
}

.webp body.works .main-visual {
  color: #32363b;


  background-size: cover;
  background-blend-mode: multiply;
}

body.search .main-visual {
  color: #32363b;

  background-size: cover;
  background-blend-mode: multiply;
}

.webp body.search .main-visual {
  color: #32363b;


  background-size: cover;
  background-blend-mode: multiply;
}

body:not(.index) .main-visual.landing {
  display: flex;
  align-items: center;
  height: 650px;
  background:none;
  background-size: initial;
  background-blend-mode: initial;
  position: relative;
  justify-content: center;
}



body:not(.index) .main-visual.landing .head-page{
  position: absolute;
}

body:not(.index) .main-visual.landing .head-page::before{
  content: "";
  display: block;
  height: calc(100% + 100px);
  width: calc(100% + 100px);
  position: absolute;
  top: -50px;
  left: -50px;
  background: #444444;
  z-index: -5;
  mix-blend-mode: multiply;
}

body:not(.index) .main-visual.landing picture{
  z-index: -10;
}

body:not(.index) .main-visual.landing img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -10;
}

.main-visual picture {
  display: block;
}

.main-visual img {
  width: 100%;
  height: auto;
}

.head-page {

  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  line-height: 1;
    
}

.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: 30px;
}

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




.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: flex-start;
  line-height: 1.5;
  margin-bottom: 28px;
  margin-top: -80px;
  padding-top: 160px;
  font-size: 28px;
  border-radius: 10px;
  line-height:1.5;
}

.main-column h2:after {
  display: block;
  content:none;
  height: 1px;
  background-color: #999999;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-width: 20px;
  margin-left:20px;
}

.main-column h2 + p{
	margin-top:-20px;
}

.wrap-1column h2 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  letter-spacing:0.2em;
  text-indent:0.2em;
  font-size:30px;
  margin-bottom:60px;
}

.index .wrap-1column h2::after {
  content: attr(data-text);
  font-size: 16px;
  margin-top: 15px;
  font-family: Inter, 見出ゴMB1, 'ヒラギノ角ゴシック', 'Hiragino Sans';
}

.single-post .head-common {
  font-size: 36px;
  border-bottom:1px solid #ffffff;
}

a:hover {
  color:#b7859d;
  transition: 0.2s;
}

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

.wrap-btn {
  display: flex;
}

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


.btn-archive {
  display: block;
  z-index: 1;
  position: relative;
  width:50%;
  min-width:200px;
  margin-top: 40px;
  padding: 1em 2em;
  text-align: center;
  transition: 0.5s;
  border-radius: 50px;
  border: 1px solid #ffffff;
  line-height: 1.5;
}

.section-icon .btn-archive {
  margin: 40px auto 0;
}

.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;
}

.btn-archive:hover {
  background: #00000044;
  border: 1px solid #ffffff;
  color: #fff;
  opacity: 1;
}

.btn-archive: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: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}

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

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

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

.global-nav {
  display: flex;
	justify-content:center;
  z-index: 2;
  width: 100%;
}

.global-nav > li {
  position: relative;
	padding:0 1em;
}


.global-nav > li > a {
  display: block;
  padding:0.5em 0;
  text-align: center;
  position:relative;
	font-weight:bold;
}

.global-nav > li > a::after {
  content:"";
  display: block;
  position: absolute;
  height: 1px;
  width:0;
  background: #b7859d;
  transition: 0.4s;
  bottom: 3px;

}

.global-nav > li > a:hover:after {
  width: 100%;
  transition: 0.4s;
}

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

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

.global-nav > li:hover:before {
  width: 80%;

}



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




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

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

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

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



.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:#3d6888;
  opacity: 1;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}



.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 .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}

.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 #ccc;
  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 {
  text-indent: .5em;
}

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

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

.drawer-nav > li > ul > li > ul >li a{
  text-indent: 1em;
}

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

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

.drawer-nav a {
  display: block;
  padding: 0.5em 1vw;

}




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

/* .drawer-nav a:before {
  content:"●";
  margin-right:3px;
  color:#999999;
} */

.drawer-nav .btn-sub {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 42px;
  margin: auto;

}

.drawer-nav .btn-sub span {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    width: 17px;
    height: 17px;
    margin: auto;

    border: 1px solid #939597;
    border-radius: 20px;
}

.btn-sub span::before {
    content: "";
    display: block;
    height: 1px;
    width: 7px;
    background: #939597;
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    margin: auto;
}

.btn-sub.close span::after {
    content: "";
    display: block;
    height: 1px;
    width: 7px;
    background: #939597;
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(
-90deg
);
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.btn-sub.open span::after {
    content: "";
    display: block;
    height: 1px;
    width: 7px;
    background: #939597;
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(
0deg
);
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.footer-nav > li {
  line-height: 1.75;
}

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

.footer-nav a:before {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.5em;
          transform: rotate(45deg);
  border-top: 2px solid #131313;
  border-right: 2px solid #131313;
  vertical-align: 5%;
  content: "";
}

.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: #939597;
}

.pagination > span {
  position: relative;
  top: -4px;
  margin: 0 3px;
}

.pagination li {
  margin: 0 5px;
}

.pagination .pager {
  display: flex;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  align-items: center;
  text-align: center;
}

.pagination .pager i {
  vertical-align: bottom;
  display: flex;
  align-items:center;
  position: relative;
  margin: 0 auto;
  justify-content: center;
}

.pagination .pager i.fa-chevron-right{

}

.pagination .pager i.fa-chevron-right::before,.pagination .pager i.fa-chevron-left::before{
  content:"";
  height: 1px;
  width: 15px;
  background: #ffffff;
  position: absolute;
}

.pagination .pager i.fa-chevron-right::after{
  content:"";
  height: 9px;
  width:9px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  right: -7px;
}

.pagination .pager i.fa-chevron-left::after{
  content:"";
  height: 9px;
  width:9px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  left: -7px;
}


.pagination .pager:hover,
.pagination .pager.current {
  background: #00000044;
  opacity: 1;
  color: #ffffff;
  border: 1px solid #ffffff;
}

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

  /*
	.fas {
		display: block;
		padding: 0.25em 0 0em;
		height: 1em;
	}
	img{
		height: auto;

		@include media(pc) {
			width: 96px;
		}
		@include media(sp) {
			width: 15vw;
		}
	}
	.fas{
		display: block;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: $color-main;
		background-size: contain;

		@include media(pc) {
			width: 50px;
			height: 50px;
			font-size: 20px;
			line-height: 50px;
		}
		@include media(sp) {
			width: 10vw;
			height: 10vw;
			font-size: 4vw;
			line-height: 10vw;
		}
	}
*/
}

.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: #ffffff;
  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;
  }
}

.main-column ul.nav-link {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
  margin: 0;
}

.link-prev,
.link-next{
  width: calc((100% - 20px) / 2);
  position:relative;
}

.link-prev a,
.link-next a,
.link-archive a {
  display: block;
  padding:20px;
  border: 1px solid #ffffff;
  text-align: center;
  height: 100%
}

.link-prev a,
.link-next a{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.link-prev a > p,
.link-next a > p{
  width: 100%;
  height: 1em;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}



.link-prev a > div.nav-link-img,
.link-next a > div.nav-link-img{
  width: 120px;
  height: calc(120px / 1.618);
  margin-right: 15px;

}

.link-prev a .nav-link-img img,
.link-next a .nav-link-img img{
  width: 100%;
  height:100%;
  object-fit: cover;
}

.link-prev a > div.nav-link-detail,
.link-next a > div.nav-link-detail{
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  width: calc(100% - 135px);

}

.link-prev a > div time,
.link-next a > div time{
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 12px;
}

.link-prev a > div time::before,
.link-next a > div time::before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(images/date.svg);
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.link-prev a > div h3,
.link-next a > div h3{
  margin: 0;
  padding: 0;
  border-bottom: none;
  font-size: 16px;
}

.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 {

  width: 100%;
}

.link-archive a {
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-top: 20px;
  font-size: 15px;
  border-radius: 50px;
}

.link-prev a:hover,
.link-next a:hover{
  opacity: 0.8;
  }

.link-archive a:hover{
  background: #00000044;
  border: 1px solid #ffffff;
  color: #ffffff;

}

.link-prev a:hover p,
.link-next a:hover p{

}

.link-prev a:after {
    -webkit-transform: rotate(225deg);
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 24px;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(225deg);
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    content: "";
  }

.link-next {

}

.link-next a:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 24px;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  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: #ffffff;
}

.bg-stripe-blue {
  background-image: linear-gradient(90deg, #cccccc 0, #cccccc 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;
}


ul.list-caution li{
  font-size:12px;
  line-height:16px;
}


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

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

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

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

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

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

.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;
}

a:hover .wrap-zoom > img {
  -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: #b7859d;
  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: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  margin: auto;
  vertical-align: middle;
}

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

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

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

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

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

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

.btn-close {
    margin: 0 auto 4vw;
    padding: 1em;
    text-align: center;
    cursor: pointer;
    border: #cccccc 1px solid;
    width: calc(100% - 5vw);
}

.btn-close:before {
	content:"×";
}

#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.05em;
  line-height: 2;
  padding: 1em 1em;
}

.table-common td {
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 1em 1em;
}

.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-about {
  display: flex;
  flex-flow: row-reverse nowrap;
  width: 100%;
}

.wrap-about img{
  height:100%;
}

.wrap-about > div:nth-child(1) {
  margin-left: 25px;
}

.wrap-about > div:nth-child(2) {
  width: calc(100% - 256px - 25px);
}

.about-box {
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0 0;
    border: 1px solid #ffffff;
    margin-top: 0!important;
}


.section-summary .about-box h2{
	font-size:16px;
	line-height:1;

}
.section-summary .about-box p {
    line-height: 1.8;
    font-size: 12px;

}
.wrap-message {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px;
  border: 1px solid #ccc;
}

.wrap-message > div {

}

.wrap .wrap-message h3{
  margin-top:0;
  width: 100%;
  display: block;

}

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


.wrap-message > div:nth-child(3) {
  text-align: center;
  width: 23%;

}

.wrap-message > div:nth-child(2) img{
  text-align: center;
  width: 68%;
}

.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: 50px;
/* border: 50px solid #e8f2ff;
padding: 40px;*/
}

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

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

.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 > h2:nth-child(1){
  padding-top: 0;
}


.main-column h3 {
  margin: 2em 0 1em;
  padding: 0.25em 0;
  border-bottom: 2px solid #ffffff;
  font-size: 20px;
  line-height: 1.25;
  }

.wrap-message p{
  text-align:justify;
}

.president{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top:1em;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
	line-height:1.5;
  width: 100%;
text-align: right;

}

.president span{
	display:inline;
}

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

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

.main-column .box-post-archive p{

}

.main-column h4 {
  margin: 2em 0 0.5em;
  font-size: 18px;
  line-height: 1.25;
  border-bottom: 1px solid #ffffff;
}

.main-column h4:before {
  margin-right: 0.5em;
  color: #ffffff;
  content: "■";
}

.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:flex-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{
  font-size: 14px;
  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: #b7859d;
}


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

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

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



.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 #ffffff;
}

.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 #ffffff;
}


.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: 15px 15px 15px 0;
  min-width:250px;
}

.main-column .contact-form table th div{
  display: flex;
  align-items: center;
}

.main-column .contact-form table td{
  padding: 15px 0 15px 15px;
  width: calc(100% - 250px);
}

.section-about h2{
  margin-bottom:15px;
}

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

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

#nav-content .logo {
    display: block;
    margin: 4vw 4vw 2vw;
    overflow: hidden;
}

.mobile-tel-header{
  display: flex;
  flex-direction: column-reverse;
  margin:2.5vw;
  background: #104f82;
  color: #ffffff;
  padding:8px;
  border-radius: 5px;

}

.mobile-tel-header a{
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  border-bottom: 1px solid #ffffff;
  padding-bottom:3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mobile-tel-header a::before {
    content: "どんなことでもお気軽にお問い合わせください";
    width: 100%;
    background: none;
    margin: 0;
    border-radius: initial;
    font-size: 2.5vw;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    height: auto;
    padding: 0 0 6px;
    margin: 0 0 6px;
    position: initial;
    display: block;
    transform: inherit;
    top: initial;
    left:-32px;
	  margin-top:3px;
    order:-2;
}

.mobile-tel-header a::after{
	content:"";
	display:block;
	height:32px;
	width:32px;
    position:initial;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z" /></svg>') no-repeat center center;
  background-size:cover;
	left: -1px;
  top: 18px;
  order:-1;
  margin: 0 1vw 0 0;
}

.mobile-tel-header p{
  font-size: 2.5vw;
  text-align:center;
  padding-top: 9px;
  color: #ffffff;

}

.mw_wp_form_input .mw-input-page {
    display: block;
}

.mw_wp_form p {
    font-size: 16px;
    line-height: 1.7em;
}

.mw_wp_form_input .mw-check-page {
    display: none;
}

.mw_wp_form_preview .mw-input-page {
    display: none;
}


.mw-btn {
    background: #b7859d;
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 1em;
}
/* シンプルフッター */

.simple-footer-nav {
    display: flex;
    justify-content: center;
    margin-bottom: -30px;
}

.simple-footer-nav li a {
    padding: 0 .5em;
    color: #ffffff;
    font-size: 12px;
}

.simple-footer-nav li a:hover {
    color: #b7859d;
}

.simple-footer-nav li ul{
	display:none;
}

.no-webp .contact-box {
    background: url(images/contact.jpg) #000000dd;
    background-blend-mode: multiply;
    background-position: center;
    padding: 100px 0;
    background-size: cover;
    z-index: 50;
}


.webp .contact-box {
    background: url(images/contact.jpg.webp) #000000dd;
    background-blend-mode: multiply;
    background-position: center;
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed !important;
    z-index: 50;
}

.contact-box h2 {
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: bold;
    line-height: 1.5em;
}



.contact-box p {

    line-height: 2em;
    font-size: 18px;
    color: #ffffff;
    text-indent: 0;
    letter-spacing: .05em;
}

.contact-box p.telp {
    text-align: center;
}

.contact-btn-box {
    width: 700px;
    margin: 30px auto 10px;
    display: flex;
    justify-content: space-between;
}


.contact-btn-box a {
    display: block;
    padding: 18px 0 15px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    border:1px solid #ffffff;
    width: 100%;
    font-size: 24px;
    transition: 0.2s;
    border-radius: 50px;
}

.contact-btn-box a:hover {
    background: linear-gradient(20deg,#214175,#e39bab);
    border: 1px solid #ffffff;
    transition: 0.2s;
}

.contact-btn-box a span{
    font-size: 12px;
    margin-top: 10px;

}


.contact-tel {
    color: #ffffff;
    margin-right: 15px;
}

.contact-tel:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/tel.svg)no-repeat;
    background-size: cover;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.gray{
  background: #f3f3f3;
}

.white{
  background: #ffffff;
}

.none{
  background: none;
}

.section-icon{

}

.section-icon h2{
  letter-spacing: .05em;
  margin-bottom: .3em;
  text-indent: .05em;
  position: relative;
  font-size:42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 80px;
  padding: 10px 30px;
  border-radius: 50px;
  background: #ed7551;
  color:#ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 500px;
  max-width: 100%;
}

.index .top-col-icon1 h2:after{
  content:"";
  display: block;
  height: 100px;
  width:100px;
  background: url(https://deradesign.jp/citizen-teacher/wp-content/uploads/wapuu-wp20_outlined.svg)no-repeat;
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  margin: auto;
}

.index .top-col-icon2 h2:after{
  content:"";
  display: block;
  height: 45px;
  width:45px;
  background: url(images/top-col-icon2.svg)no-repeat;
  position: absolute;
  top: 17.5px;
  margin-top: 0;
}

.index .top-col-icon3 h2:after{
  content:"";
  display: block;
  height: 45px;
  width:45px;
  background: url(images/top-col-icon3.svg)no-repeat;
  position: absolute;
  top: 17.5px;
  margin-top: 0;
}

.index .top-col-icon4 h2:after{
  content:"";
  display: block;
  height: 45px;
  width:45px;
  background: url(images/top-col-icon4.svg)no-repeat;
  position: absolute;
  top: 17.5px;
  margin-top: 0;
}

.section-icon h3{
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-size:20px;
  color: #b7859d;
}

.section-summary{
  background: linear-gradient(135deg, #444444, #444444),url(https://gosei-ai.jp/wp-content/uploads/about-bg.jpg) no-repeat center center;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  background-attachment: fixed !important;
}

.webp .section-summary{
  background: linear-gradient(135deg, #444444, #444444),url(https://gosei-ai.jp/wp-content/uploads/about-bg.jpg) no-repeat center center;
	background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
}

.section-summary h2,.section-summary h3,.section-summary h4,.section-summary p,.section-summary a{
  color:#ffffff;

}

.section-summary h2{
  letter-spacing: .05em;
  text-align: left;
  margin-bottom: .5em;
  display: block;
  text-indent: 0;
  line-height: 1.7;
  font-weight: bold;
}



.section-summary .btn-archive{
  width: 100%
}

/*.section-message h2,.section-message p{
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/

.section-message p{
  text-align: center;
  font-size: 18px;
}

.main-column .box-post-faq h3 {
    padding: 0;
    background: none;
    font-size: 36px;
    line-height: 1.7;
    border-bottom: 1px solid #ffffff;
    position: relative;
    padding-left: 42px;
}

.main-column .box-post-faq h3::before {
    content: "Q";
    font-size: 120px;
    height: auto;
    width: auto;
    background: none;
    color: #93959733;
    font-weight: bold;
    position: absolute;
    left: -30px;
    top:-80px;
    text-align: justify;

}

.main-column .box-post-faq p {
    padding-left: 42px;
    position: relative;
}

.main-column .box-post-faq p::before {
    content: "A";
    height: auto;
    width: auto;
    background: none;
    color: #b7859d33;
    font-weight: bold;
    font-size: 120px;
    position: absolute;
    left: -22px;
    top:-12px;
    line-height: 1;
}

.archive .box-post-staff{
  position: relative;
  padding-bottom: 62px;
}

.box-post-staff .staff-img-box{
  width:100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 15px;
}

.box-post-staff img{
  width: 100%;
  height: auto!important;

}

.box-post-staff .staff-img-box::after{
  content:"";
  display: block;
  height: 1px;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 15px;
}

.box-post-staff h3{
  position: absolute;
  display: block;
  bottom: 0;
  margin: 0;
  padding: 15px 25px 25px;
  width: 100%;
  color: #ffff;
  border-bottom: none;
  line-height: 1;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.box-post-staff h3 span{
  position: relative;
  z-index: 1;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  justify-content: space-between;

}

.box-post-staff h3 span::after{
  content:attr(data-text);
  margin-left: 10px;
  font-size: 10px;
  font-weight: bold;
}

.box-post-staff h3::before{
  content:attr(data-text);
  display: block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin-bottom: 0.5em;
}

.box-post-staff h3::after{
  content:"";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555555;
  mix-blend-mode: multiply;
  top:0;
  left: 0;
}

.box-post-staff p.staff-message{

}

.box-post-staff .btn-archive {
    width: 100%;
    margin-top: 15px;
}

.staff .main-column .btn-archive {
    width: 100%;
}

.staff .archive .main-column .btn-archive {
    width: 100%;
    position: absolute;
    bottom: 0;
}


.single-contents-narrow{
  width: 840px;
  margin: 0 auto;
}

.single-staff-summary{
  display: flex;
  padding: 80px;
  background: #f3f3f3;

}

.single-staff-summary .head-common{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.single-staff-summary .staff-position{
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.single-staff-summary .head-common::after{
  content: attr(data-text);
  font-size: 16px;
  margin-left: 20px;
}



.single-staff-summary img{
  width: 400px;
  margin-right: 60px;
  box-shadow: 20px 20px 30px #93959799;
}



.single-staff-list .box-post-staff h3{
  font-size: 18px;
  padding: 15px 15px 25px;
}

.single-staff-list .box-post-staff h3::before{
  font-size: 12px;
}

.box-post-service{
  position: relative;
  min-height: 500px;
  display: flex;
  margin-top: 200px;
  padding: 80px;

}

.box-post-service::before,.box-post-service::after{
  position: absolute;
  z-index: 10;
  font-size: 180px;
  color: #ffffff;
  font-weight: bold;
  mix-blend-mode: overlay;
  line-height: 120px;
}

.box-post-service:nth-child(1)::before,.box-post-service:nth-child(1)::after{
  content: "01.";
}

.box-post-service:nth-child(2)::before,.box-post-service:nth-child(2)::after{
  content: "02.";
}

.box-post-service:nth-child(3)::before,.box-post-service:nth-child(3)::after{
  content: "03.";
}

.box-post-service:nth-child(4)::before,.box-post-service:nth-child(4)::after{
  content: "04.";
}

.box-post-service:nth-child(5)::before,.box-post-service:nth-child(5)::after{
  content: "05.";
}

.box-post-service:nth-child(6)::before,.box-post-service:nth-child(6)::after{
  content: "06.";
}

.box-post-service:nth-child(7)::before,.box-post-service:nth-child(7)::after{
  content: "07.";
}

.box-post-service:nth-child(8)::before,.box-post-service:nth-child(8)::after{
  content: "08.";
}

.box-post-service:nth-child(9)::before,.box-post-service:nth-child(9)::after{
  content: "09.";
}

.box-post-service:nth-child(10)::before,.box-post-service:nth-child(10)::after{
  content: "10.";
}



.box-post-service img.service-img-main{
  position: absolute;
  width: 500px;
  height: 500px!important;
  box-shadow: 20px 20px 30px #93959799;
  object-fit: cover;
  top: -100px;
  left: 50px;

}

.box-post-service .box-post-service-bg-box{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.box-post-service .box-post-service-bg-box span{
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  filter: blur(4px);
  opacity: 0.5;
}


.box-post-service .box-post-service-img-box{
  min-width: 300px;
}

.box-post-service .box-post-service-detail-box{
  z-index: 10;
  position: relative;
  background: #ffffffdd;
  padding: 40px;
}



.box-post-service h3{
  position: relative;
  border: none;
  font-size: 48px;
  margin: 0;
  line-height: 1;
  padding: 0px 0 20px;
  font-weight: bold;
  color: #b7859d;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.box-post-service h3::after{
  content: attr(data-text);
  font-size: 16px;
  margin-left: 20px;

}

.single-post-service-detail-box{
  background: #ffffffcc;
  padding: 80px;
  position: relative;
  overflow: hidden;
}

.single-post-service-detail-box::before{
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  filter: blur(4px);
  z-index: -10;
}

.single-post-service h1{
  position: relative;
  border: none;
  font-size: 64px;
  margin: 0;
  line-height: 1;
  padding: 0px 0 20px;
  font-weight: bold;
  color: #b7859d;
  font-family: "リュウミン M-KL", "Ryumin Medium KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.single-post-service h1::after{
  content: attr(data-text);
  font-size: 32px;
  margin-left: 20px;

}

.box-post-service .btn-archive {
    width: 100%;
    margin-top: 15px;
}

.nav > .contents {
    padding: 10px 0;
}

.landing-separator img{
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-content{
  width: 1200px;
  padding: 180px 40px;
  margin: 0 auto;
}

.landing-content iframe{
  margin: 50px auto;
  display: block;
}

.wrap-1column-max .wp-block-image{
  margin-bottom: 0;
}

.wrap-1column-max h2{
  text-align: center;
  display: block;
  margin-bottom: 28px;
  margin-top: 28px;
  padding-top: 0;
  font-size: 32px;
}

.wrap-1column-max p{

}

.wrap-1column-max .main-column h2 + p {
    margin-top: 0;
}


.col-1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.col-1 >  *{
  width: 100%;
  margin: 20px 0;
}


.col-2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.col-2 >  *{
  width: calc((100% - 40px) / 2);
  margin: 20px 0;
}


.col-3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-3 > *{
  width: calc((100% - 80px) / 3);
  margin: 20px 0;
}

.col-4{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.col-4 >  *{
  width: calc((100% - 120px) / 4);
  margin: 20px 0;
}

.br-min1280{
  display: block;
}

.br-min1080{
  display: block;
}

.br-min880{
  display: block;
}

.br-min680{
  display: block;
}

.br-max1280{
  display: none;
}

.br-max1080{
  display: none;
}

.br-max880{
  display: none;
}

.br-max680{
  display: none;
}

header .search-form{
  position: absolute;
  top: 15px;
  left: 15px;
}

.over header .search-form{
  position: absolute;
  top: 15px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 33px;
}

.over header.active .search-form{
  display: none;
}

header .search-form .search-field{
  border-radius: 20px;
  width:37px;
  padding: 0.5em 16px;
  background: url(images/search.svg)no-repeat;
  background-size: 16px;
  background-position: center left 9px;
}

header .search-form .search-field:focus{
  width:300px;
  transition: 0.2s;
  background: none;
}

header .search-form .screen-reader-text,header .search-form .search-submit{
  display: none;
}

.wrap-2column .main-column {
  width:calc(100% - 360px);
}

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

.sidebar{
  margin-top: -13px;
  width:320px;
}

.mw_wp_form .horizontal-item + .horizontal-item{
  margin-right: 10px;
  margin-left: 0;
}

.spsearch{
  display: none;
}

input.accordion {
    display: none;
}

/* ナイトバード　デモ専用 */

.bird-box{
  position: relative;
}

.bird{
  position: absolute;
  width: 650px;
  top: -140px;
}

.build-box{
  position: relative;
}

.build {
  position: absolute;
  width: 700px;
  top: -260px;
  left: -50px;
}

.jazz{
  background: url(http://keita2017.xsrv.jp/night-bird/wp-content/uploads/jazz.svg);
  background-size: cover;
  background-position: center;
}

.jazz h2,.jazz p{
  color: #ffffff;
}


/* ナイトバード　デモ専用 ここまで */


.detail-read{
  text-align: center;
}

.section-detail ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.section-detail ul li{
  width: calc((100% - 40px) / 2);
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;

}

.section-detail ul li time{
  background: #b7859d;
  background-image: url(images/detail-wp.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 80px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 20px;
  min-width: 150px;
  padding-top: 70px;
  font-size: 18px;
  text-align:center;
  position: relative;
  min-height: 98px;
}


.section-detail ul li div{
  flex: 1;
}


.section-detail ul li time:before{
  position: absolute;
  top: -18px;
  left: -10px;
  font-size: 90px;
}

.section-detail ul li:nth-child(1) time:before{
  content: "#1";
}

.section-detail ul li:nth-child(2) time:before{
  content: "#2";
}

.section-detail ul li:nth-child(3) time:before{
  content: "#3";
}

.section-detail ul li:nth-child(4) time:before{
  content: "#4";
}

.section-detail ul li:nth-child(5) time:before{
  content: "#5";
}

.section-detail ul li:nth-child(6) time:before{
  content: "#6";
}

.section-detail ul li:nth-child(7) time:before{
  content: "#7";
}

.section-detail ul li:nth-child(8) time:before{
  content: "#8";
}

.section-detail ul li:nth-child(9) time:before{
  content: "#9";
}





.section-detail ul li h3{
  font-weight: bold;
  font-size: 20px;
  color: #b7859d;
  margin-bottom: 10px;

}

.section-detail ul li p{
   margin-bottom: -7px;
   line-height: 1.7;
}

.teacher-box{
  display: flex;
}

.teacher-box picture{
  min-width: 300px;
  max-width: 300px;
  margin-right: 30px;
}

.teacher-box h3{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.teacher-box h4{
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;

}


.teacher-box p{
  text-align: left;

}

.teacher-box ul li{
  margin-top: .5em;
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
}

.teacher-box ul li::before{
  content: "●";
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.section-overview ul li{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5;
}


.section-overview ul li div{

  line-height: 1.5;
  padding: 15px;
  background: #bbbbbb;
  display: flex;
  justify-content: space-between;

  margin-right: 30px;
  min-width: 100px;
  font-size: 16px;


}

.section-overview ul li div span{
  color: #f3f3f3;
  font-weight: bold;
}

.wp-block-code code {
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
}


  #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: 90%;
    max-width: 300px;
  min-width:300px;
    height: 100%;
    overflow: auto;
    transform: translateX(-105%);
    background: #214175;
    transition: 0.5s ease-in-out;
  white-space:nowrap;
  word-break:keep-all;
  }

  #nav-content::before {
    content: "";
    display: block;
    height: 100%;
    width:100vw;
    background: url(https://gosei-ai.jp/wp-content/uploads/Shape_02.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(5px);
  }

  #nav-content::after {
    content: "";
    display: block;
    background: url(https://gosei-ai.jp/wp-content/uploads/bg-pink.png) no-repeat;
    height: 100%;
    width: 100vw;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    z-index: -10;
    background-attachment: fixed;
  }


  .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);
  }

  .global-nav {
    display: none;
  }


  .wrap-logo .logo-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 15%;
  }




.logo-01{
  /*アニメーション設定*/
  animation-name:fade-in1;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-02{
  /*アニメーション設定*/
  animation-name:fade-in2;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-03{
  /*アニメーション設定*/
  animation-name:fade-in3;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-04{
  /*アニメーション設定*/
  animation-name:fade-in4;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-05{
  /*アニメーション設定*/
  animation-name:fade-in5;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-06{
  /*アニメーション設定*/
  animation-name:fade-in6;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}


.logo-07{
  /*アニメーション設定*/
  animation-name:fade-in7;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-08{
  /*アニメーション設定*/
  animation-name:fade-in8;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-09{
  /*アニメーション設定*/
  animation-name:fade-in9;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-10{
  /*アニメーション設定*/
  animation-name:fade-in10;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-11{
  /*アニメーション設定*/
  animation-name:fade-in11;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-12{
  /*アニメーション設定*/
  animation-name:fade-in12;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-13{
  /*アニメーション設定*/
  animation-name:fade-in13;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-14{
  /*アニメーション設定*/
  animation-name:fade-in14;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-15{
  /*アニメーション設定*/
  animation-name:fade-in15;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-16{
  /*アニメーション設定*/
  animation-name:fade-in16;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-17{
  /*アニメーション設定*/
  animation-name:fade-in17;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-18{
  /*アニメーション設定*/
  animation-name:fade-in18;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-19{
  /*アニメーション設定*/
  animation-name:fade-in19;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}

.logo-20{
  /*アニメーション設定*/
  animation-name:fade-in20;
  animation-duration:2s; /*アニメーション時間*/
  animation-timing-function: ease-out; /*アニメーションさせるイージング*/
  animation-delay:1s; /*アニメーション開始させる時間*/
  animation-iteration-count:1; /*繰り返し回数*/
  animation-direction:normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
  opacity:0;
}


/*アニメーション*/
@keyframes fade-in1 {
  0% {opacity: 0; transform: translate3d(0,-20%,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(0,5,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in2 {
  0% {opacity: 0; transform: translate3d(0,-10%,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(0,-2.5%,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}


@keyframes fade-in3 {
  0% {opacity: 0; transform: translate3d(0,10%,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(0,2.5%,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);; }
}

@keyframes fade-in4 {
  0% {opacity: 0; transform: translate3d(0,20%,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(0,5%,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in5 {
  0% {opacity: 0; transform: translate3d(-20%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(-5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in6 {
  0% {opacity: 0; transform: translate3d(-10%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(-2.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in7 {
  0% {opacity: 0; transform: translate3d(-20%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(-5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}


@keyframes fade-in8 {
  0% {opacity: 0; transform: translate3d(-10%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(-2.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}


@keyframes fade-in9 {
  0% {opacity: 0; transform: translate3d(-20%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(-5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in10 {
  0% {opacity: 0; transform: translate3d(10%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(2.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}


@keyframes fade-in11 {
  0% {opacity: 0; transform: translate3d(20%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in12 {
  0% {opacity: 0; transform: translate3d(20%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in13 {
  0% {opacity: 0; transform: translate3d(10%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(2.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}


@keyframes fade-in14 {
  0% {opacity: 0; transform: translate3d(10%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(2.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in15 {
  0% {opacity: 0; transform: translate3d(14%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(3.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in16 {
  0% {opacity: 0; transform: translate3d(18%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(4.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}


@keyframes fade-in17 {
  0% {opacity: 0; transform: translate3d(22%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(5.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in18 {
  0% {opacity: 0; transform: translate3d(26%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(6.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

@keyframes fade-in19 {
  0% {opacity: 0; transform: translate3d(30%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(7.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}


@keyframes fade-in20 {
  0% {opacity: 0; transform: translate3d(34%,0,0);filter: blur(50px) invert(100%);}
  50% {opacity: 0.5; transform: translate3d(8.5%,0,0);filter: blur(5px) invert(50%);}
  100% {opacity: 1; transform: translate3d(0,0,0);filter: blur(0) invert(0);}
}

.revolution header{
  padding: 0;
}


.revolution header .head-header{
  display: none;

}

.revolution header .nav-drawer .contents .inner-header{
  display: none;

}


.revolution header .search-form .search-field{
  display: none;
}

 .revolution .spsearch{
  display: none!important;
 }

.revolution #nav-open{
  top: 3vw;
}

.revolution .pagetop{
  background: #32363b;
  right: 3vw;
}

.revolution-section{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.revolution-section .wrap-logo{
  height: 25vw;
  position: relative;
}

.rs-box{
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;


}

.bg-red{
  background: #cd251c;
  mix-blend-mode: multiply;
  color: #ffffff!important;
  padding: 5vw;
  border-radius: 50%;
  width: 40vw;
  height: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-box h3{
  font-weight: bold;
  color: #32363b;
  text-align: center;
  line-height: 1.5;
}

.bg-dark .rs-box h3{
  color: #ffffff;
}

.rs-box p{
  font-weight: bold;
  color: #32363b;
  text-align: center;
}

.rs-box a{
  font-weight: bold;
  color: #32363b;
}

.rs-box a:hover{
  color: #666666;
}

.rs-box span{
  font-weight: bold;
  color: #32363b;
}

.bg-dark .rs-box p{
  color: #ffffff;
}

.rs-xl{
  font-size: 5vw;
}

.rs-l{
  font-size: 4vw;
}

.rs-m{
  font-size: 3vw;
}

.rs-s{
  font-size: 2vw;
}

.rs-ss{
  font-size: 1.5vw;

}

.rs-sss{
  font-size: 1.2vw;

}

.rs-video{
  width: calc(56vw * 0.6);
  height: calc(31.5vw *0.6);
}


.rs-flex{
  display: flex;
  gap:4vw;

}

.rs-box ul{

}

.rs-box ul li{
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.7;
}

.bg-dark .rs-box ul li{
  color: #ffffff;
}

.assignment-detail{
  display: block;
}

.assignment-detail h3{
  text-align: left;
}

.assignment-detail p{
  text-align: left;
}


.rs1{
  background: url(https://toyama-design.com/wp-content/uploads/rs01.jpg)no-repeat center / cover;
}

.rs2{
  background: url(https://toyama-design.com/wp-content/uploads/rs02.jpg)no-repeat center / cover;
}

.rs3{
  background: url(https://toyama-design.com/wp-content/uploads/rs03.jpg)no-repeat center / cover;
}

.rs4{
  background: url(https://toyama-design.com/wp-content/uploads/rs04.jpg)no-repeat center / cover;
}

.rs5{
  background: url(https://toyama-design.com/wp-content/uploads/rs05.jpg)no-repeat center / cover;
}

.rs8{
  
  }

.rs10{
  
  }

.rs11-2{
  background: url(https://toyama-design.com/wp-content/uploads/rs11.jpg)no-repeat center / cover;
}

.rs12{
  background: url(https://toyama-design.com/wp-content/uploads/rs02.jpg)no-repeat center / cover;
}

.rs18{
  background: url(https://toyama-design.com/wp-content/uploads/rs18.jpg)no-repeat center / cover;
}

.rs19{
  background: url(https://toyama-design.com/wp-content/uploads/rs19.jpg)no-repeat center / cover;
}

.rs24{
  background: url(https://toyama-design.com/wp-content/uploads/rs24.jpg)no-repeat center / cover;
}

.rs25{
  background: url(https://toyama-design.com/wp-content/uploads/rs25.jpg)no-repeat center / cover;
}

.rs26{
  background: url(https://toyama-design.com/wp-content/uploads/rs26.jpg)no-repeat center / cover;
}

.rs27{
  background: url(https://toyama-design.com/wp-content/uploads/rs27.jpg)no-repeat center / cover;
}

.rs28{
  background: url(https://toyama-design.com/wp-content/uploads/rs28.jpg)no-repeat center / cover;
}

.rs30{
  background: #000000;
}

.rs31{
  background: #000000;
}

.rs32{
  background: #000000;
}

.rs34{
  background: url(https://toyama-design.com/wp-content/uploads/rs33.jpg)no-repeat center / cover;
}

.rs37{
  background: url(https://toyama-design.com/wp-content/uploads/rs35.jpg)no-repeat center / cover;
}

.rs41{
  background: url(https://toyama-design.com/wp-content/uploads/rs38.jpg)no-repeat center / cover;
}

.rs45{
  background: url(https://toyama-design.com/wp-content/uploads/rs41.jpg)no-repeat center / cover;
}

.rs48{
  background: url(https://toyama-design.com/wp-content/uploads/rs44.jpg)no-repeat center / cover;
}

.rs49{
  background: url(https://toyama-design.com/wp-content/uploads/rs45.jpg)no-repeat center / cover;
}

.rs50{
  background: url(https://toyama-design.com/wp-content/uploads/rs46.jpg)no-repeat center / cover;
}

.rs53{
  background: url(https://toyama-design.com/wp-content/uploads/rs49.jpg)no-repeat center / cover;
}

.rs54{
  background: url(https://toyama-design.com/wp-content/uploads/rs50.jpg)no-repeat center / cover;
}

.rs55{
  background: url(https://toyama-design.com/wp-content/uploads/rs51.jpg)no-repeat center / cover;
}

.rs57{
  background: url(https://toyama-design.com/wp-content/uploads/rs60.jpg)no-repeat center / cover;
}

.rs58{
  background: url(https://toyama-design.com/wp-content/uploads/rs62.jpg)no-repeat center / cover;
}

.rs63{
  background: url(https://toyama-design.com/wp-content/uploads/rs61.jpg)no-repeat center / cover;
}


.rs65{
  background: url(https://toyama-design.com/wp-content/uploads/rs200.jpg)no-repeat center / cover;
}

.rs66{
  background: url(https://toyama-design.com/wp-content/uploads/rs200.jpg)no-repeat center / cover;
}

.rs67{
  background: url(https://toyama-design.com/wp-content/uploads/rs201.jpg)no-repeat center / cover;
}

.rs68{
  background: url(https://toyama-design.com/wp-content/uploads/rs200.jpg)no-repeat center / cover;
}

.rs4-3{
  background: url(https://toyama-design.com/wp-content/uploads/rs300.jpg)no-repeat center / cover;

}

.rs4-5{
  background: url(https://toyama-design.com/wp-content/uploads/rs301.jpg)no-repeat center / cover;

}

.rs4-6{
  background: url(https://toyama-design.com/wp-content/uploads/rs302.jpg)no-repeat center / cover;

}


.rs-w-10{
  width: 10%;
}

.rs-w-20{
  width: 20%;
}

.rs-w-30{
  width: 30%;
}


.rs-w-40{
  width: 40%;
}

.rs-w-50{
  width: 50%;
}

.rs-w-60{
  width: 60%;
}


.rs-w-70{
  width: 70%;
}

.rs-w-80{
  width: 80%;
}

.rs-w-90{
  width: 90%;
}

.rs-w-100{
  width: 100%;
}

.rs-mt-2{
  margin-top: 2vw;
}

.rs-mt-1{
  margin-top: 1vw;
}

.rs-left{
  text-align: left!important;  
}

.frame01{
  position: fixed;
  width: calc(18px * 0.6);
  height: calc(270px * 0.6);
  top: 1.5vw;
  left: 1.5vw;
  z-index: 10;
}

.frame02{
  position: fixed;
  width: calc(538px * 0.6);
  height: calc(18px * 0.6);
  left: 1.5vw;
  bottom: 1.5vw;
  z-index: 10;
}

.frame03{
  position: fixed;
  width: calc(19px * 0.6);
  height:calc(495px * 0.6);
  right: 1.5vw;
  bottom: 1.5vw;
  z-index: 10;
}

.frame04{
  position: fixed;
  width: calc(530px * 0.6);
  height: calc(18px * 0.6);
  top: 1.5vw;
  right: 1.5vw;
  z-index: 10;
}

.quote{
  position: absolute;
  bottom: 2.5vw;
  color: #999999;
  font-size: 0.5vw;
  text-align: center;
}

.quote a{
  color: #999999;
}

.revolution .contact-box{
  height: 100vh;
  display: flex;
  align-items: center;
}

.revolution .footer{
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.revolution .footer-top{
  flex: 1;
  display: flex;
  align-items: center;
}


.revolution .copyright{
  background: none;

}

.revolution .copyright small{
  color: #32363b;
}

.rs-btn{
  padding: 1em 2em;
  border: 1px solid #999999;
  margin-top: 2vw;
  border-radius: 100px;
}

.rs-btn:hover{
  background: #ffffff;
  color: #ffffff;
}


.main-column table.event-single-table tr {
    border-bottom: 1px solid #cccc;
}

.main-column table.event-single-table tr td,.main-column table.event-single-table tr th {
    vertical-align: top;
    padding: 15px 0;
    font-size: 16px;
}

.btn-join {
    width: 100%;
}

.btn-join a {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    min-width: 300px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 1em;
    background: none;
    text-align: center;
    transition: 0.5s;
    color: #333333;
    border: 1px solid #ffffff;
    border-radius: 50px;
    transition: .5s;
}

.btn-join a:hover {
  background: #ffffff;
  color: #ffffff;
}

.section-revolution{
  height: 100vh;
  min-height: 100vh;
  position: relative;
}


.section-revolution .revo-box{
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;

}


.rs-box p.rs-justify{
  text-align: justify;
}



.wrap-header-detail{
  width: 100%;
  display: flex;
  gap: 40px;
}


.wrap-header-detail-left{
  width: calc(60% - 40px);


}

.wrap-header-detail-left div{
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.wrap-header-detail-left div img{
  width: 35%;

}


.wrap-header-detail-left div p{
  color: #fff;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding: 9px 0;
}

.wrap-header-detail-left p::before{
  content: "";
  height: 10px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-bottom: 5px;
}


.wrap-header-detail-left p::after{
  content: "";
  height: 10px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-top: 5px;
}

.wrap-header-detail-left ul{
  padding-top: 20px;


}

.wrap-header-detail-left ul li{
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.5;
  
}

.wrap-header-detail-left ul li span{
  background: #ffffff;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  color: #3f4860;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  margin-right: 10px;
  margin-left: -5px;
}


.wrap-header-detail-right{
  background: #214175;
  height: 100%;
  width: 40%;
  position: relative;
  padding: 20px;
  border-top: 5px solid #d69faf;
  border-right: 5px solid #cb8ea4;
  border-bottom:5px solid #a47c97;
  border-left: 5px solid #b0829c;
  box-sizing: border-box;
  overflow: hidden;


}


.wrap-header-detail-right > div{
  position: relative;
  z-index: 10;

}


.wrap-header-detail-right::before{
  content:"" ;
  display: block;
  height: 100%;
  width:100vw;

  background: url(https://gosei-ai.jp/wp-content/uploads/Shape_02.png) no-repeat;

  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(5px);
}

.wrap-header-detail-right::after{
    content: "";
    display: block;
    background: url(https://gosei-ai.jp/wp-content/uploads/bg-pink.png) no-repeat;
    height: 100%;
    width: 100vw;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;

}


.wrap-header-detail-right div{
  display: flex;
  flex-direction: column;
  height: 100%;

}

.wrap-header-detail-right div h3{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;

}

.wrap-header-detail-right div p{

  text-align: center;
  display: block;
  font-weight: bold;
  flex: 1;
  display:flex ;
  align-items: center;
  justify-content: center;
  background: #ffffff44;
  border-radius: 10px;

}


.wrap{
  z-index: 50;
}


.organizer{
  text-align: center;
  margin-bottom: 20px;
  font-size: 10px;
  padding: 0 4vw;
}


#application p{
  text-align: center;
}


.entry-box{
  background: #00000099;
  padding:80px 60px;
  border-radius: 20px;
}


.entry-box .btn-archive{
  background: #ffffff;
  color: #3f4860;
}


.entry-box .btn-archive:hover{
  opacity: 0.6;
  background: #ffffff;
  color: #3f4860;
}

.to-entry{
  text-align: center;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  padding: 15px;
  border-radius: 100px;
  font-size: 18px;
  height: 130px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff44;
}


.section-summary-detail h3{
  font-size: 22px;
  line-height: 2;
  font-weight: bold;
  margin-top: 10px;
}

.section-summary-detail ul{

}

.section-summary-detail ul li{
  line-height: 2.3;

  
}

.section-summary-detail ul li span{
display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.section-summary-detail ul li::before{
  content: "● ";
  
  
}


.summary-message{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 32px;
line-height: 1.5;
}


.west-logo{
  width: 74px;
  display: block;
  margin: 0 auto 20px;
}

.namlist{
  padding: 1.5em;
}

.namlist li{
  line-height: 2.25;
  list-style: auto;

}





/* Edge */
@supports (-ms-ime-align: auto) {
  .wp-block-image img{
    width: 100%;
  }
}


/* IE10以降 */
@media all and (-ms-high-contrast: none) { /* ハイコントラストモードが「オフ」の場合 */
  .wp-block-image img{
    width: 100%;
  }
}


/*--------------------9999ここまで--------------------*/



@media screen and (min-width: 1281px) {

.contents {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}





.has-large-font-size{
  font-size:42px;
}

.wrap-2column .main-column {
  width: 840px;
}

.main-column > p{

}


.wrap-1column-narrow .main-column {
  width: 840px;
  margin:0 auto;
}

.wrap-1column-max{
  width: 100%;
}

.wrap-1column-max .main-column {
  width:100%;
  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: calc(100% - 222px - 50px);
}



}


@media screen and (min-width: 681px) and (max-width:1280px) {
  .main-visual .noslide{
  width: 100%;
  height: 48vw;
  left: 0;
  }

}





@media screen and (min-width: 881px) and (max-width:1280px) {
  .contents {
  width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
  }

  .main-visual .contents {
    width: 100%;
  }

  .contents.wrap-1column-max{
    width: 100%;
  }


  .footer-contents {
    width:calc(100% - 340px);
  }

	.footer-contents .footer-nav a{
    font-size:1.2vw;
  }

	.wrap-message{
    flex-flow:wrap;
	}

	.wrap-message > div:nth-child(1){
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 25px;
	}




  .main-visual picture{
    height: 100%;
  }

  .main-visual img{
    height: 100%;
    object-fit: cover;
  }

}



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

  }




  .index .wrap {
    padding: 0px;
  }
  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: 100px 0;
  }
  .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 {
    margin: -20px 0;
  }

  .header.over {
   
  }
	
  .header.over .inner-header {
    display: none;
  }
  .wrap-tel-header {
    display: flex;
    flex-wrap: nowrap;
  }

  a[href^="tel:"] {
    pointer-events: none;
	word-break: keep-all;
    white-space: nowrap;
    text-decoration: none;
  }
  .btn-form,
  button.btn-form {
    width: 250px;
    padding: 1em;
    font-size: 15px;
  }
  .drawer-nav {
    
  }
  .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 {
   
  }
  .btn-close {
    display: none;
  }
  .table-common th {
    width: 180px;
    padding: 1em 1em;
    vertical-align: top;
  }
  .table-common td {
    padding: 1em 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% - 300px);
  }

  .main-visual picture {
    height: 100%;
  }


}




  .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){
   width:calc(70% - 40px);
	}

	.wrap-message > div:nth-child(2){
    width:75%;
	margin-right: 2%;
	}

	.wrap-message > div:nth-child(2) .btn-archive{
    min-width:100%;

	}






	.widget_media_image figure a{
		max-width:300px;

	}

	.widget_media_image figcaption{
		margin-top:.75em;
	}

  .main-visual picture {
    height: 100%;
  }

  .main-visual img {
    height: 100%;
    object-fit: cover;
  }


}


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


}

/*--------------------1680ここまで--------------------*/


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


}

/*--------------------1480ここまで--------------------*/




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

  .landing-content{
    width: 100%;
  }

  .col-4 > * {
    width: calc((100% - 80px) / 3);
  }

  .br-min1280{
    display: none;
  }

  .br-max1280{
    display:block;
  }

.wrap-header-detail-left ul li{
  font-size: 1.8vw;
}

.wrap-header-detail-left ul li span{
  font-size: 1.5vw;

  width: 6vw;
  height:6vw;
  min-width: 6vw;

}


.wrap-header-detail-left div p{
    font-size: 2vw;
}


}

/*--------------------1280ここまで--------------------*/


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

  .box-post-img-text {
      width: calc((100% - 30px) / 2);
  }

  .box-post-service .box-post-service-img-box{
    min-width: 0;
    width: 0;
  }

  .box-post-service img.service-img-main{
    left: -100px;
  }

  .box-post-service::before, .box-post-service::after{
    right:40px;
    top:65px;
  }

  .wrap-2column .main-column {
    width:100%;
  }

  .wrap-2column .sidebar {
    width:100%;
  }

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

  .wrap-2column .main-column {
    margin-bottom: 10vw;
  }

  .box-post-archive-side a > div:nth-child(1){
    width: 30vw;
    height: calc(30vw / 1.618);
  }

  .sidebar img{

  }
  .sidebar .box-post-archive-side img{
  height: calc(30vw / 1.618)!important;
  }

  .box-post-archive-side a > div:nth-child(2){
    width: calc(100% - 30vw - 10px);
  }

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

  .global-nav > li{
    padding: 0 1vw;
  }

  .single-staff-summary{
    padding: 4vw;
  }

  .single-staff-summary img{
    margin-right: 3vw;
    box-shadow: 10px 10px 30px #93959799;
  }

  .single-staff-summary .head-common::after{
    display: block;
    margin-left:0;


  }

  .single-staff-summary .head-common{
    flex-flow: column;
  }

  .section-detail ul li{
    width: 100%
  }

  .teacher-box {
    flex-direction: column;
    align-items: center;
  }

  .teacher-box picture{
    margin-right: 0;
    margin-bottom: 30px;
  }



  .col-4 > * {
      width: calc((100% - 40px) / 2);
  }

  .col-3 > * {
      width: calc((100% - 40px) / 2);
  }


  .br-min1080{
    display: none;
  }

  .br-max1080{
    display:block;
  }


}

/*--------------------1080ここまで--------------------*/


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



.index .header{
  padding: 24px 4vw 40px;
}

}


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

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



}


@media screen and (max-width: 880px) {
  .pc {
    display: none;
  }
  .sp {
    display:block;
  }
  body.over {
    padding-top: 80px;
  }
  .tb-contents {
    width: 100%;

  }

	.footer-top {
		padding:50px 0 30px;
	}

  .footer-top .tb-contents {
    width: 100%;
  padding-right: 0;
  padding-left: 0;
  }

  .simple-footer-nav{
	flex-wrap:wrap;
  margin-bottom: 10vw;
  }


  .simple-footer-nav li{
    width: 100%;
    text-align: center;
    border-top: 1px solid #efefef;

  }

	.simple-footer-nav li a{
	border-right:none;
	width: 100%;
		padding: 15px 0;
	display:block;
	}

  .sp-contents {
    width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  }


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

  .wrap-2column .section-common h2 {
    text-align:center;
	display:block;
  }

  .index .wrap {
    padding: 0 0 20vw;
  }
  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 {
    padding: 10vw 0;
  }
  .box-post-text a {
    flex-flow: row wrap;
    padding:10px 0;
  }
  .header.over {
    top: -180px;
  }
  .wrap-logo {
    margin-left: 20px;
  }
  .head-header {
    margin-bottom: 15px;
  }

  .head-header p,.head-header h1{

    text-align: center;
  }

  .wrap-tel-header {
    display: none;
  }
  .inner-footer-top {
    justify-content: center;
  }
  .inner-footer-top > div {
    margin: 20px;
  }
  .box-info-footer {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 285px;
  }

	.wrap-footer-nav .footer-nav li a {
	font-size:1.6vw;

	}

  .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;
  }


  .top-message {
    font-size: 30px;
  }

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

  .side-compnay h3{
    width:100%;
  }

  .side-compnay picture{
    width:100%;
  }

  .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 {
    margin: -20px 0;
    }

  .contact-box .contents {

    }

  .contact-box h2 {
    font-size: 4vw;
    }

  .contact-btn-box {
    flex-direction: column;
    }

  .contact-btn-box {
    width: 100%;
    }

  .contact-btn-box a {
    width: 100%;
    }

  .contact-btn-box a:nth-child(1) {
    margin-bottom: 20px;
    }



	.single-post .head-common{
	font-size:4vw;
	}

	.wrap .wrap-message h3{
    margin: 0 2.5vw;
	}

	.contact-tel{

    margin: 4vw 0 0;
	}

  .contents {
    width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
  }

  .main-visual .contents {
    width: 100%;
    margin-top: 15px;
  }

  .contents.wrap-1column-max{
    width: 100%;
    }

  .section-message p{
    text-align: justify;
  }


  .contact-box p{
    text-align: justify;
  }

  .section-icon h2{
    flex-flow: row;
    font-size: 4vw;

  }

  .section-icon h2::before{
    margin-bottom: 0;
    margin-right: 2vw;
    width: 10vw;
    height: 10vw;
  }

  .index .top-col-icon1 h2:after,.index .top-col-icon2 h2:after,.index .top-col-icon3 h2:after,.index .top-col-icon4 h2:after{
    width:20vw;
    height:20vw;
    top: -26vw;
  }

  .section-icon h2{
    margin-top: 20vw;
  }


  .box-post-service{
    padding: 4vw;
  }

  .box-post-service::before, .box-post-service::after{
    font-size: 140px;
    right: 1vw;
    top: calc(4vw + 5px);
  }

  .section-icon h3{
    font-size: 3vw;
    margin:1em 0 .5em;
  }

  .main-visual.landing{
    margin-top: 15px;
  }

  body .telp {
  text-align: center;
  }

  .single-post-service-detail-box{
    padding: 4vw;
  }

  .single-post-service h1::after{
    display: block;
    margin-left: 0;
    margin-top: 0.2em;
  }

  .single-staff-summary{
    flex-flow: column;
  }

  .single-staff-summary img{
    margin: 0 auto;
  }

  .single-staff-summary > div{
    margin-top: 4vw;

  }

  .over header.active .search-form {
    display: block;
    margin: 0;
    position: initial;
  }

  .spsearch{
    display: block;
    border: 1px solid #ffffff;
    width: 33px;
    height: 33px;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(images/search.svg)no-repeat;
    background-size: 16px;
    background-position: center left 7px;
  }

  .spsearch label{
    width: 33px;
    height: 33px;
    display: block;
  }



  header .search-form{
    position: initial;
  }

  .search-form-box {
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
    padding: 0 4%;
  }

  #btn-spsearch:checked ~ .search-form-box {
    height: 48px;
    max-height: 48px;
    transition: 0.5s;
  }



  header .search-form .search-field{
    width: 100%;
    background: none;
  }

  header .search-form .search-field:focus {
    width: 100%;
  }


  .pagination{
    margin-top: 4vw;
    margin-bottom: 8vw;
  }


  .col-4 > * {
    width: 100%;
  }

  .col-3 > * {
    width: 100%;
  }

  .col-2 > * {
    width: 100%;
  }

  .br-min880{
    display: none;
  }

  .br-max880{
    display:block;
  }
.wrap-header-detail{
  flex-direction: column;
  gap: 4vw;
}

.wrap-header-detail-left{
  width: 100%;
}

.wrap-header-detail-right{
  width: 100%;
}

.wrap-header-detail-left ul li{
  font-size: 3.2vw;
}

.wrap-header-detail-left div p {
 font-size: 3.5vw;
}

.wrap-header-detail-left ul li span{
  font-size: 3vw;
  width: 10vw;
  height: 10vw;
  min-width: 10vw;

}

.to-entry {
  width: 20vw;
  height: 20vw; 
  font-size: 3vw;
   padding: 1vw;
}

.wrap-header-detail-right div h3{
  font-size: 4vw;
}


.contents.entry-box{
   width: calc(100% - 8vw);
   padding: 4vw;
}

table.table-company th{
  display: block;
  width: 100%!important;

  font-weight: bold;
  padding-bottom: 0;
}

table.table-company td{
  display: block;

  width: 100%!important;
  padding-top: 0;
}

}

/*--------------------880ここまで--------------------*/


@media screen and (max-width: 680px) {
  body.over {
    padding-top: 60px;
  }
  .spFullWidth {
    width: 100%;
    height: auto;
  }
  .wrap-main {
    width: 100%;
    padding: 10vw 5vw;
  }
  .inner-main h1 {
    font-size: 6vw;
  }
  .box-post-text time {
    width:8em;
    margin-right: 5px;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .main-column .box-post-text h3,.wrap-1column  .box-post-text h3{
    width: 100%;
    font-size: 13px;
    line-height: 16px;
	padding-right: 25px;
  }

  .wrap-post-img-text:after {
    width: 47%;
  }

  .box-post-img-text {
    width: calc((100% - 3vw) / 2);
  }

  .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: 25vw;
  }
  .box-post-archive a > div:nth-child(2) {
    width: calc(100% - 25vw - 20px);
  }
  .box-post-archive h3 {
    margin-top: 0;
    font-size: 13px;
  }
  .category-post {
    font-size: 10px;
  }
  .box-post-text .category-post {
    margin-right: 5px;
  }
  .header.over {
    top: -180px;
  }
  .inner-header {
    padding: 20px 0 0;
  }
  .wrap-logo {
    margin-left: 0;
  }
  .wrap-logo .logo {
    width: 50vw;
  }

  .head-header {

  }

  .head-header > * {
    color: #fff;
    font-size: 8px;
    text-align: center;
  }
  .list-sp-menu {
    display: flex;
    position: absolute;
    top: 34px;
    right: 50px;
  }

  .sp-header-tel{
    position:relative;
    height:40px;
    width:45px;
    display:inline-block;
  }

  .sp-header-tel span{
    width:100%;
    position:absolute;
    bottom:-0.5px;
  }

  .sp-header-tel:before{
    content:"";
    display:inline-block;
    height:34px;
    width:34px;
    position:absolute;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%231364b3" d="M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z" /></svg>') no-repeat center center;
    background-size:cover;
    margin:0 auto;
    right:0;
    left:0;
	top:-5px;
  }


  .sp-header-contact{
    position:relative;
    height:40px;
    width:45px;
    display:inline-block;
  }

  .sp-header-contact span{
    width:100%;
    position:absolute;
    bottom:-0.5px;
  }

  .sp-header-contact:before{
    content:"";
    display:inline-block;
    height:34px;
    width:34px;
    position:absolute;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%231364b3" d="M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z" /></svg>') no-repeat center center;
    background-size:cover;
    margin:0 auto;
    right:0;
    left:0;
	top:-5px;
  }

  .sp-header-access{
    position:relative;
    height:40px;
    width:45px;
    display:inline-block;
  }

  .sp-header-access span{
    width:100%;
    position:absolute;
    bottom:-0.5px;
  }

  .sp-header-access:before{
    content:"";
    display:inline-block;
    height:34px;
    width:34px;
    position:absolute;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%231364b3" d="M12,11.5A2.5,2.5 0 0,1 9.5,9A2.5,2.5 0 0,1 12,6.5A2.5,2.5 0 0,1 14.5,9A2.5,2.5 0 0,1 12,11.5M12,2A7,7 0 0,0 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9A7,7 0 0,0 12,2Z" /></svg>') no-repeat center center;
    background-size:cover;
    margin:0 auto;
    right:0;
    left:0;
	top:-5px;
  }

  .inner-footer-top > div {
    margin:0 0 20px;
  }
  .box-footer-top {
    padding: 10vw 10vw 7.5vw;
    text-align: center;
  }
  .wrap-footer-nav {
    display: none;
  }
  .copyright {
    font-size: 10px;
  }
  .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%;
  }

  .breadcrumb{
	margin-bottom:5px;
  }

  .index .main-visual {
    width: 100%;
	margin-bottom:0;
  }

  body:not(.index) .main-visual {
    height: 100px;
  }
  .head-page {
    padding-top: 0.5em;
    font-size: 25px;
  }
  .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;
    min-height: 7.5vw;
    font-size: 4vw;
    line-height: 7.5vw;
    max-width: 7.5vw;
    max-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;
/*     position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;

  }
  .link-prev,
  .link-next,
  .link-archive {
    width: 100%;
  }

  .link-prev,
  .link-next{
    margin-bottom: 3vw;
  }

  .link-prev a > p, .link-next a > p{
    font-size: 3vw;
    text-align: left;
    margin-bottom: 2vw;
  }

  .link-next a:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 3.7vw;
    right: 3.7vw;
    width: calc(3vw / 1.414);
    height: calc(3vw / 1.414);
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    content: "";
}

.link-prev a:after{
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 2.7vw;
  right: 2.7vw;
  left: initial;
  width: calc(3vw / 1.414);
  height: calc(3vw / 1.414);
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  content: "";
}


  .link-prev a,
  .link-next a,
  .link-archive a {
    height: 100%;
    padding: 3vw;
    font-size: 3vw;
  }
  .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: 18px;
    right: 10px;
  }
  .table-common > tbody > tr, .table-contact > tbody > tr {
    display: flex;
	flex-flow: wrap;
    align-items: center;
    width: 100%;
	border-top: 1px solid #ffffff;
  }

  .table-common > tbody > tr:last-child {
	border-bottom: 1px solid #ffffff;
  }


  .table-common > tbody > tr th, .table-contact > tbody > tr th,
  .table-common > tbody > tr td,
  .table-contact > tbody > tr td {
	 min-width: 8em;
    list-style-type: none;
  }

  .recruit .table-common > tbody > tr th{
    width:100%;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: .5vw;
    padding-top: 2vw;
    padding-right: 0;
  }

  .recruit .table-common > tbody > tr td{
    padding-left: 0;
    padding-top: .5vw;
    padding-bottom: 2vw;
  }

   .main-column .contact-form table th,.main-column .contact-form table td	{
		width: 100%;
		padding-left: 0;
	}

   .main-column .contact-form table td{
		padding-top: 0;
	}

  .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;
  }

  .main-column table th{
	border-bottom:none;
    border-top:none;
  }



  .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;
    padding: 5vw 2.5vw;
  }
  .wrap-message > div {
    margin: 2.5vw;
  }
  .wrap-message > div:nth-child(1) {
    width: 100%;
  }

	.main-visual .noslide{
	width:100%;
	left:0;
	}

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

	.wrap-message > div:nth-child(3){
    width: 100%;
    padding:0 15%;

	}

	.widget_media_image figure{
		width:100%!important;
	}

	.widget_media_image figcaption{
		width:100%;
	}

	.single-post .head-common{
		font-size:6vw;
	}

	.mobile-tel-header a{
    letter-spacing: -0.02em;
	}

  .contents {
    width: calc(100% - 8vw);
    margin-right: auto;
    margin-left: auto;
  }

  .main-visual .contents {
    width: 100%;
    margin-top: 0;
  }

  header .contents {
    width: 100%;
  }







  .box-post-service .box-post-service-img-box{
    min-width: 100%;
    width: 100%;
    height: calc((100vw - 16vw) / 1.618);

  }

  .box-post-service img.service-img-main{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;

  }

  .box-post-service{
    flex-flow: row;
  }

  .box-post-service {
    flex-flow: row;
    flex-wrap: wrap;
    margin-top: 10vw;
  }

  .box-post-service::before, .box-post-service::after{
    right: inherit;
    left: 5vw;
    top: 0;
    font-size: 40vw;
    line-height: 1em;
  }

  .br-min680{
    display: none;
  }

  .br-max680{
    display:block;
  }

  .box-post-service h3{
    font-size:8vw;
  }

  .service-lead{
    font-size: 2.5vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }

  .box-post-service .box-post-service-detail-box{
    padding: 4vw;

  }

  .box-post-service h3::after {
    font-size: 2vw;
    margin-left: 0;
    margin-top: 0.75em;
    display: block;
  }

  .single-post-service h1{
    font-size: 8vw;
  }

  .single-post-service h1::after{
    font-size: 2vw;
    margin-top:2vw;
  }

  .section-icon h2{
    font-size: 6vw;
  }

  .section-icon h3{
    font-size: 4vw;
  }

  .main-visual.landing {
    margin-top: 0;
  }

  .btn-archive{
    width:100%;
  }

  .page-landing .header{
    position: absolute;
  }

  body:not(.index) .main-visual.landing{
    height: 100vh;
  }

  .landing-content{
        padding: 180px 4vw;
  }

  .webp .contact-box {
    background-attachment: initial !important;
  }

  .webp .contact-box {
    background-attachment: initial !important;
  }

  .single-post-service-detail-box::before {
    background-attachment: initial !important;
  }

  .main-column .box-post-archive p{
    display: none;
  }

  .main-column .box-post-faq h3{
    font-size: 6vw;
    line-height: 1.7;
    padding-bottom: 2vw;
    padding-left: 6vw;
  }

  .main-column .box-post-faq h3::before{
    font-size: 25vw;
    line-height: 1;
    top: -10vw;
    left: -6vw;

  }

  .main-column .box-post-faq p{
    padding-left: 6vw;
  }

  .main-column .box-post-faq p::before{
    font-size: 25vw;
    line-height: 1;
    top: -2vw;
    left: -6vw;
  }

  .contact-box h2 {
    font-size: 6vw;
  }

  .wrap-1column h2{
    font-size: 6vw;
  }

  .index .wrap-1column h2::after{
    font-size: 3vw;
  }

  .detail-read{
    text-align: left;
  }

  .section-detail ul li time{
    width: 24vw;
    min-width: 24vw;
  }

  .section-detail ul li time{
    font-size: 3.5vw;
    padding-top:17vw;
    min-height: 24vw;
  }

  .section-detail ul li time:before{
    font-size: 20vw;
    top: -4vw;
    left: -2.5vw;

  }

  .section-overview ul li{
  flex-direction: column;
  }

  .section-overview ul li div{
    width: 100%;
    padding:10px 40%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .frame01{
  position: fixed;
  width: calc(18px * 0.3);
  height: calc(270px * 0.3);
  top: 1.5vw;
  left: 1.5vw;
  z-index: 10;
}

.frame02{
  position: fixed;
  width: calc(538px * 0.3);
  height: calc(18px * 0.3);
  left: 1.5vw;
  bottom: 1.5vw;
  z-index: 10;
}

.frame03{
  position: fixed;
  width: calc(19px * 0.3);
  height:calc(495px * 0.3);
  right: 1.5vw;
  bottom: 1.5vw;
  z-index: 10;
}

.frame04{
  position: fixed;
  width: calc(530px * 0.3);
  height: calc(18px * 0.3);
  top: 1.5vw;
  right: 1.5vw;
  z-index: 10;
}

.quote {
    position: absolute;
    bottom: 4vw;
    color: #999999;
    font-size:1vw;
    text-align: center;
}

.revolution #nav-open{
  top: 7vw;
  right: 2vw;
}

.revolution .pagetop{
  right: 7vw;
}

.inner-header {

    height: 80%;
}
.summary-message {
    font-size: 22px;
}

}
.wrap-1column .entry-box h2 {
    margin-bottom: 30px;
}

/*--------------------680ここまで--------------------*/



@media screen and (max-width: 480px) {
  .contact-box h2 {
    font-size:8vw;
    }

    .mobile-tel-header a::before{
      font-size: 3.5vw;
    }
}


@media screen and (max-width: 600px) {
  .wp-block-column:not(:last-child){
    margin-bottom: 3vw;
  }
}


@media screen and (min-width: 681px) and (max-width:1080px){

.widget_media_image figure{
width:100%!important;
display:flex;
flex-direction:row;
}

.widget_media_image figure a {
    max-width: 40vw;
    margin-right: 3vw;
}

.widget_media_image figcaption {
    margin-top: 0;
    width: calc(100% - 40vw - 3vw);
}

}

@media screen and (min-width: 681px) and (max-width:880px){

  .main-visual{

  }

}


/*--------------------common.css--------------------*/

/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */
/* 共通色指定
*************************** */
.global-nav .sub-menu > li > a,
.btn-contact,
.pagetop,
.slick-dots li.slick-active button:before,
.sp-nav,
.wpcf7-submit {
  background:#214175;
  color: #fff;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}

.category-post {
  display: inline-block;
  font-size: 12px;
  text-align: left;
  position: relative;
  margin-right: 1.5em;
  display: flex;
  align-items: center;

}

.category-post::before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(images/category.svg);
  background-size: cover;
  margin-right: 5px;
}

.main-column .category-post {
  width: auto;
  margin-right: 0;
}

.copyright{
  background:#00093f;
}


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

.footer {

}

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

.bg-cate-2 {
  background: #7a5b44;
}

.bg-cate-3 {
  background: #57b7e8;
}

.bg-cate-4 {
  background: #8fc31f;
}

.bg-cate-5 {
  background: #7e2a00;
}

.bg-cate-6 {
  background: #00a29a;
}

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

.bg-cate-8 {
  background: #9082a4;
}

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

.bg-cate-10 {
  background: #0047cf;
}

/* カテゴリ表示の背景色 */
/* 共通色指定
*************************** */
/* ウィジェット
*************************** */
.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;
}

/* 固定ページ
*************************** */
/* 会社概要　テーブル
*************************** */

table.table-company th {

  border:none;
}

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

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

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


.table-common th span{
  background: #990000;
  margin-left: 10px;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px;
  border-radius: 5px;
  height: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-indent: 0.2em;
}


/* お問い合わせ　テーブル
*************************** */
/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (min-width: 681px), print {
  /* 会社概要　テーブル
	*************************** */

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

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

table.table-company th {
    width: 20%;
  }
  /* 会社概要　テーブル
	*************************** */
  /* お問い合わせ　テーブル
	*************************** */
  .contact table tr {
    border-bottom: 1px solid #ffffff;
	display: flex;
    align-items: center;
    flex-flow: wrap;
  }
  .contact table tr:first-child {
    border-top: 1px solid #ffffff;
  }
  .contact table th {
    width: 20%;
    line-height: 42px;
  }
  /* お問い合わせ　テーブル
	*************************** */
}
@media screen and (min-width: 881px) {
  .nav {

    color: #666;

  }




}

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