@charset "utf-8";
/*
Theme Name: grits THEME
Author: grits
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
/******************************************************
基本設定
******************************************************/
:root {
  --white: #fff; /* 白 */
  --main-color: #1f296a; /* メインカラー */
  --sub-color: #eb9f5b; /* サブカラー */
  --bg-color: #1f296a; /* 背景色1（基本的にメインカラーと同じ） */
  --bg-high-color: #f6f6f6; /* 背景色2 */
  --inner-size: 1300px; /* インナー */
  --text-size-pc: 16px; /* フォントサイズ */
  --text-size-sp: 14px; /* フォントサイズ */
  --text-color: #303030; /* テキストカラー（通常） */
  --text-high-color: #fff; /* テキストカラー（背景あり） */
  --text-space: 0; /* フォントの間隔 */
  --text-weight: 500; /* フォントの太さ */
  --text-weight-bold: 600; /* フォント（太字）の太さ */
  --text-weight-black: 900; /* フォント（超太字）の太さ */
  --border-color: #ccc; /* 線の色 */
  --sans: "游ゴシック", "Noto Sans JP", "Zen Kaku Gothic New", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; /* ゴシック体 */
  --serif: "游明朝体","Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif; /* 明朝体 */
  --catch: "游ゴシック", "Noto Sans JP", "Zen Kaku Gothic New", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --alphabet: "Funnel Sans", sans-serif; /* 英語フォント */
}
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: var(--text-weight);
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: var(--text-color);
	font-size: 100%;
  font-weight: var(--text-weight);
	font: inherit;
	vertical-align: middle;
  word-break: break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: var(--text-size-pc);
  line-height: 2;
  font-weight: var(--text-weight);
  letter-spacing: var(--text-space);
  font-family: var(--sans);
}
@media screen and (max-width:767px) {
  body {
    font-size: var(--text-size-sp);
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: var(--text-weight);
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: var(--text-weight);
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  text-align: left;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: var(--text-color);
  text-decoration: none;
  vertical-align: baseline;
  border:　none;
  outline:　none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
iPhoneリセット
******************************************************/
input,textarea,select {
  font-family: var(--sans);
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  font-size: 1.6rem;
  font-family: var(--sans);
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp30 {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp30 {
  animation-name: fadeInUp30;
  animation-duration: 1s;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#main_visual .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
/******************************************************
iPhoneリセット
******************************************************/
.clearfix:after,
.inner:after,
.box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
レスポンシブ
******************************************************/
.pc, .tab, .sp {display: none;}
.inner {position: relative;}
@media screen and (max-width: 767px){
  .inner {
    margin: 0 1.5rem;
  }
  .sp {display: block;}
  .sp-left {text-align:left!important;}
  .sp-right {text-align:right!important;}
  .sp-center {text-align:center!important;}
}
@media screen and (min-width: 768px) {
  .inner {
    width: var(--inner-size);
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .pc {display: block;}
  .pc-left {text-align:left!important;}
  .pc-right {text-align:right!important;}
  .pc-center {text-align:center!important;}
}
/******************************************************
基本フォント
******************************************************/
.sans {
  font-family: var(--sans);
}
.serif {
  font-family: var(--serif);
}
.bold {
  font-weight: var(--text-weight-bold);
}
/******************************************************
パンくず
******************************************************/
#breadcrumb {
  padding: 1.2em 0;
}
#breadcrumb br {
  display: none;
}
#breadcrumb li {
  display: inline-block;
  color: var(--text-color);
}
@media screen and (max-width:767px) {
  #breadcrumb li {
    font-size: 1.2rem;
  }
}
#breadcrumb li a {
  color: var(--main-color);
}
#breadcrumb li a:hover {
  color: var(--main-color);
}
#breadcrumb li a.breadcrumb_home:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: .5em;
}
#breadcrumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 .5em;
}
#breadcrumb li:last-child:after {
  content: none;
  margin: 0;
}
/******************************************************
ページネーション
******************************************************/
#pagination {
  margin-top: 3rem;
}
#pagination ul {
  text-align: center;
}
#pagination li {
  display: inline-block;
  margin-right: .3rem;
  font-size: 1.2rem;
}
#pagination li:last-child {
  margin-right: 0;
}
#pagination li a,
#pagination li span {
  display: block;
  width: 3rem;
  height: 3rem;
  color: var(--text-color);
  line-height: 3rem;
  background: var(--border-color);
}
#pagination li a:hover {
  color: var(--white);
  background: var(--main-color);
}
#pagination li span.current {
  color: var(--white);
  background: var(--main-color);
}
#pagination li span.dots {
  color: var(--text-color);
  background: none;
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width:1600px) {
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;       
  }
  #h_cover.active {
    color: var(--main-color);
    background: rgba(31,41,106,.8);
    border-bottom: 0 solid var(--main-color);
  }
  #h_cover a {
    color: var(--white);
  }  
  #h_cover #h_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;        
    border-bottom: 1px solid var(--white);
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;  
  }
  #h_cover.active #h_flex {
    border-bottom: 1px solid var(--main-color);
  }
  #h_logo a {
    display: block;
    padding: 3rem 0;
  }
  #h_logo a img {
    width: auto;
    height: 60px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);    
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;  
  }
  #h_cover.active #h_logo a img {
    height: 40px;
  }  
  #h_toggle_btn {
    display: none;
  }
  #h_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  #h_menu ul {
    display: flex;
  }
  #h_menu ul li {
    font-weight: var(--text-weight-bold);
  }
  #h_menu ul li:nth-child(n+2) {
    margin-left: 2em;
  }
  #h_data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    margin-left: 8rem;
  }
  #h_contact {
    margin-left: 3rem;
  }
  #h_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 80px;
    color: var(--white);
    font-size: 1.8rem;
    font-family: var(--serif);
    letter-spacing: .2em;
    border: 1px solid var(--white);
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;  
  }
  #h_cover.active #h_contact a {
    width: 240px;
    height: 60px;
  }
  #h_contact a:before {
    display: block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
    background: url(/wp-content/uploads/images/icon_plane.webp?20260420) center center no-repeat;
    background-size: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);      
  }
  #h_tel {
    line-height: 1.5;
    letter-spacing: .2em;
  }
  #h_tel .tel a {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 2.4rem;    
    line-height: 1;
    font-family: var(--serif);
  }
  #h_tel .tel a:before {
    display: block;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-right: .5em;
    background: url(/wp-content/uploads/images/icon_tel.webp?20260420) center center no-repeat;
    background-size: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);   
  }
  #h_tel .time {
    margin-top: .5em;
    color: var(--white);
    font-size: 1.4rem;
    font-family: var(--serif);
  }
  #h_address {
    position: absolute;
    right: 30px;
    top: 130px;
    color: var(--white);
    letter-spacing: .2em;
    font-family: var(--serif);
    z-index: 1;
  }
}
@media screen and (max-width:1599px) {
  #header {
    height: 6rem;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    background: var(--white);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;       
  }
  #h_cover.active {}
  #h_cover a {
  }  
  #h_cover #h_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;        
    border-bottom: 1px solid var(--white);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
  }
  #h_cover.active #h_flex {
    border-bottom: 1px solid var(--main-color);
  }
  #h_logo a {
    display: block;
    padding: 1.5rem;
  }
  #h_logo a img {
    width: auto;
    height: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
  }
  #h_toggle_btn {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 101;
    color: var(--main-color);
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 30px;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    left: 15px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 22px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 30px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 38px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: var(--white);
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--white);
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--white);
  }  
  #h_toggle_btn div {
    display: none;
    position: absolute;
    width: 100%;
    bottom: .8rem;
    font-size: 1rem;
    text-align: center;
    font-family: var(--serif);
  }    
  
  #h_nav {
    background: rgba(31,41,106,.8);
    display: block;
    width: 320px;
    max-width: 100%;
    height: 100%;
    padding: 9rem 1.5rem 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_menu {
    margin-bottom: 3rem;
  }
  #h_menu li {
    border-bottom: 1px solid var(--border-color);
  }
  #h_menu li a {
    position: relative;
    display: block;
    padding: .8em .4em;
    padding-right: 1.4em;
    color: var(--white);
  }
  #h_menu li a:after {  
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: .4em;
    margin-top: -.5em;
    color: var(--border-color);
    line-height: 1;
  }  

  #h_data {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #h_contact {
    order: 2;
    width: 100%;
  }
  #h_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    color: var(--white);
    font-family: var(--serif);
    letter-spacing: .2em;
    border: 1px solid var(--white);
  }
  #h_contact a:before {
    display: block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
    background: url(/wp-content/uploads/images/icon_plane.webp?20260420) center center no-repeat;
    background-size: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);      
  }
  #h_tel {
    order: 1;
    margin-bottom: 3rem;
    line-height: 1.5;
    letter-spacing: .2em;
  }
  #h_tel .tel a {
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 2rem;    
    line-height: 1;
    font-family: var(--serif);
  }
  #h_tel .tel a:before {
    display: block;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-right: .5em;
    background: url(/wp-content/uploads/images/icon_tel.webp?20260420) center center no-repeat;
    background-size: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);   
  }
  #h_tel .time {
    margin-top: .5em;
    color: var(--white);
    font-size: 1.4rem;
    font-family: var(--serif);
  }
  #h_address {
    position: absolute;
    right: 1.5rem;
    top: 7.5rem;
    color: var(--white);
    font-size: 1.2rem;
    letter-spacing: .2em;
    font-family: var(--serif);
    z-index: 1;
  }
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width:1240px) {
  #footer {
    padding: 16rem 0;
    background: var(--white);
    border-top: 1px solid var(--border-color);
  }
  #f_inner {
    width: var(--inner-size);
    margin: 0 auto;
    margin-bottom: 12rem;
    padding: 0 5rem;
    box-sizign: border-box;
  }
  #f_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
    padding-bottom: 6rem;
    border-bottom: 1px solid var(--border-color);
  }
  #f_nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  #f_nav li {
    font-weight: var(--text-weight-bold);
  }
  #f_nav li:nth-child(n+2) {
    margin-left: 2em;
  }
  #f_sub_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #f_sub_nav li:nth-child(n+2):before {
    display: inline-block;
    content: "";
    margin: 0 1em;
    width: 1px;
    height: 1em;
    background: var(--border-color);
  }
  #copyright {
    color: var(--border-color);
    text-align: center;
    font-weight: var(--text-weight-bold);
  }
  /* トップに戻る */
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 6rem;
    height: 6rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: var(--main-color);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
  }  
  #page_top a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    margin-top: -3px;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--white);
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    margin-top: -3px;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--white);
  }     
  #page_top a:hover {
    opacity: .7;
  }    
}
@media screen and (max-width:1239px) {
  #footer {
    padding: 5rem 0;
    background: var(--white);
    border-top: 1px solid var(--border-color);
  }
  #f_inner {
    margin-bottom: 5rem;
    padding: 0 1.5rem;
    box-sizign: border-box;
  }
  #f_flex {}
  #f_logo {
    margin-bottom: 3rem;
    text-align: center;
  }
  #f_logo img {
    width: auto;
    height: 7rem;
  }
  #f_nav ul {}
  #f_nav li {
    border-bottom: 1px solid var(--border-color);
  }
  #f_nav li a {
    position: relative;
    display: block;
    padding: .8em .4em;
    padding-right: 1.4em;
  }
  #f_nav li a:after {  
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: .4em;
    margin-top: -.5em;
    color: var(--border-color);
    line-height: 1;
  }  
  #f_sub_nav ul {}
  #f_sub_nav li {
    border-bottom: 1px solid var(--border-color);
  }
  #f_sub_nav li a {
    position: relative;
    display: block;
    padding: .8em .4em;
    padding-right: 1.4em;
  }
  #f_sub_nav li a:after {  
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: .4em;
    margin-top: -.5em;
    color: var(--border-color);
    line-height: 1;
  }  
  #copyright {
    color: var(--border-color);
    text-align: center;
    font-weight: var(--text-weight-bold);
  }
  /* トップに戻る */
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 6rem;
    height: 6rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: var(--main-color);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
  }  
  #page_top a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    margin-top: -3px;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--white);
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    margin-top: -3px;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--white);
  }     
  #page_top a:hover {
    opacity: .7;
  }    
}
/******************************************************
タイトル・共通
******************************************************/
@media screen and (min-width:1240px) {
  .main_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .main_title.center {
    align-items: center;    
    text-align: center;
  }
  .main_title.white .jap,
  .main_title.white .eng {
    color: var(--white);
  }
  .main_title .jap {
    color: var(--main-color);
    font-size: 4.8rem;
    font-weight: var(--text-weight-bold);
  }
  .main_title .eng {
    font-size: 2rem;
    font-weight: var(--text-weight-bold);
  }
  .sub_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 4rem;
    line-height: 1;
  }
  .sub_title .jap {
    font-size: 3.6rem;
    font-weight: var(--text-weight-bold);
  }
  .sub_title .jap img {
    width: auto;
    height: 1em;
  }
  .sub_title .eng {
    margin-left: 2em;
    padding-left: 2em;
    color: var(--border-color);
    font-weight: var(--text-weight-bold);
    border-left: 1px solid var(--border-color);
  }  
  .top_btn {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
  }
  .top_btn.center {
    align-items: center;    
    text-align: center;
  }  
  .top_btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: var(--text-weight-bold);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  .top_btn a:hover {
    color: var(--main-color);
  }
  .top_btn a .arrow {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 6rem;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  .top_btn a:hover .arrow {
    background: var(--bg-high-color);
  }
  .top_btn a .arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    margin-top: -1px;
    margin-left: -16px;
    background: var(--main-color);
  }
  .top_btn a .arrow:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 16px;
    height: 10px;
    margin-top: -5px;
    margin-right: -16px;      
    background: var(--main-color);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }  
  /* ボタン白 */
  .top_btn.white a {
    color: var(--white);
  }
  .top_btn.white a .arrow {
    border-color: var(--white);
  }  
  .top_btn.white a:hover {
    opacity: .7;
  }
  .top_btn.white a:hover .arrow {
    background: none;
  }
  .top_btn.white a .arrow:before {
    background: var(--white);
  }
  .top_btn.white a .arrow:after {
    background: var(--white);
  }
}
@media screen and (max-width:1239px) {
  .main_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    align-items: center;    
    text-align: center;
  }
  .main_title.white .jap,
  .main_title.white .eng {
    color: var(--white);
  }
  .main_title .jap {
    color: var(--main-color);
    font-size: 2.4rem;
    font-weight: var(--text-weight-bold);
  }
  .main_title .eng {
    font-weight: var(--text-weight-bold);
  }
  .sub_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    line-height: 1;
  }
  .sub_title .jap {
    color: var(--main-color);
    font-size: 2.4rem;
    font-weight: var(--text-weight-bold);
  }
  .sub_title .jap img {
    width: auto;
    height: 1em;
  }
  .sub_title .eng {
    margin-left: 2em;
    padding-left: 2em;
    color: var(--border-color);
    font-weight: var(--text-weight-bold);
    border-left: 1px solid var(--border-color);
  }  
  .top_btn {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    align-items: center;    
    text-align: center;
  }  
  .top_btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--main-color);
    font-weight: var(--text-weight-bold);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  .top_btn a .arrow {
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: 3rem;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  .top_btn a .arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 2px;
    margin-top: -1px;
    margin-left: -8px;
    background: var(--main-color);
  }
  .top_btn a .arrow:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 5px;
    margin-top: -2.5px;
    margin-right: -8px;      
    background: var(--main-color);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }  
  /* ボタン白 */
  .top_btn.white a {
    color: var(--white);
  }
  .top_btn.white a .arrow {
    border-color: var(--white);
  }  
  .top_btn.white a .arrow:before {
    background: var(--white);
  }
  .top_btn.white a .arrow:after {
    background: var(--white);
  }
}
/******************************************************
メインビジュアル
******************************************************/
@media screen and (min-width:1240px) {
  #top_main {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--white);
  }
  #main_visual {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
  #main_visual:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,91,172,.2) url(/wp-content/uploads/images/cover_main.webp?20260420) center center no-repeat;
    background-size: cover;
  }
  #main_visual .image {
    width: 100%;
    min-height: 100vh;
  }
  #main_visual .image_a {
    background: url(/wp-content/uploads/images/main_img001.webp?20260420) bottom center no-repeat;
    background-size: cover;
  }
  #main_visual .image_b {
    background: url(/wp-content/uploads/images/main_img002.webp?20260420) bottom center no-repeat;
    background-size: cover;
  }
  #main_visual .image_c {
    background: url(/wp-content/uploads/images/main_img003.webp?20260420) bottom center no-repeat;
    background-size: cover;
  }
  #main_catch {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    min-height: 10em;
    color: var(--white);
    font-size: 3vw;
    font-family: var(--serif);
    line-height: 1.5;
    letter-spacing: .1em;
    z-index: 1;
    box-sizing: border-box;
  }
  #main_catch span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: 0 0 .3em rgba(0,91,171,1);    
  }
  #main_catch span:nth-child(1) {
    margin-bottom: 2em;
  }
  #main_catch span:nth-child(2) {
    margin-top: 2em;
  }
}
@media screen and (max-width:1239px) {
  #top_main {
    position: relative;
    width: 100%;
  }
  #main_visual {
    position: relative;
    width: 100%;
    min-height: 80vh;
  }
  #main_visual:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,91,172,.2) url(/wp-content/uploads/images/cover_main.webp?20260420) bottom center no-repeat;
    background-size: 100% auto;
  }
  #main_visual .image {
    width: 100%;
    min-height: 80vh;
  }
  #main_visual .image_a {
    background: url(/wp-content/uploads/images/main_img001.webp?20260420) bottom center no-repeat;
    background-size: cover;
  }
  #main_visual .image_b {
    background: url(/wp-content/uploads/images/main_img002.webp?20260420) bottom center no-repeat;
    background-size: cover;
  }
  #main_visual .image_c {
    background: url(/wp-content/uploads/images/main_img003.webp?20260420) bottom center no-repeat;
    background-size: cover;
  }
  #main_catch {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%; 
    color: var(--white);
    font-size: 6vw;
    font-family: var(--serif);
    line-height: 1.5;
    letter-spacing: .1em;
    z-index: 1;
    box-sizing: border-box;
  }
  #main_catch span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: 0 0 .3em rgba(0,91,171,1);    
  }
  #main_catch span:nth-child(1) {
    margin-bottom: 2em;
  }
  #main_catch span:nth-child(2) {
    margin-top: 2em;
  }
}
/******************************************************
施工実績
******************************************************/
@media screen and (min-width:1240px) {
  #top_works {
    padding: 16rem 0;
  }
  #top_works .works_box {
    padding-left: 210px;
  }
  #top_works .works_box:nth-child(n+2) {
    margin-top: 8rem;
  }
  #top_works .works_slider_list {
    position: relative;
  }
  #top_works .works_slider_list .list a {
    position: relative;
    display: block;
    width: 480px;
  }
  #top_works .works_slider_list .list:nth-child(n+2) {
    margin-left: 30px;
  }
  #top_works .works_slider_list .list .image img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
  }
  #top_works .works_slider_list .list .data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    color: var(--white);
    line-height: 1.5;
    background-image: linear-gradient(0deg, rgba(31, 41, 106, 0.5) 20%, rgba(31, 41, 106, 0));
    box-sizing: border-box;
  }
  #top_works .works_slider_list .list .data .title {
    font-size: 1.8rem;
  }
  #top_works .works_slider_list .list .data .area {
    font-size: 1.4rem;
  }
  /* 矢印 */
  #top_works .works_slider_list .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    border: none;
    background: none;
    box-sizing: border-box;
  }
  #top_works .works_slider_list .slick_prev {
    left: -170px;
  }  
  #top_works .works_slider_list .slick_next {
    left: -100px;
  }
  #top_works .works_slider_list .slick-arrow:before {
    position: absolute;
    top: 50%;    
    display: block;
    content: "";
    width: 16px;
    height: 3px;
    margin-top: -1.5px;    
    background: var(--border-color);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }  
  #top_works .works_slider_list .slick-arrow:hover:before {
    background: var(--main-color);
  }
  #top_works .works_slider_list .slick-arrow:after {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 16px;
    height: 10px;
    margin-top: -5px;   
    background: var(--border-color);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }   
  #top_works .works_slider_list .slick-arrow:hover:after {
    background: var(--main-color);
  }
  /* 前へ */
  #top_works .works_slider_list .slick_prev:before {
    right: 50%;
    margin-right: -16px;
  }
  #top_works .works_slider_list .slick_prev:after {
    left: 50%;
    margin-left: -16px;      
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }    
  /* 次へ */
  #top_works .works_slider_list .slick_next:before {
    left: 50%;
    margin-left: -16px;
  }
  #top_works .works_slider_list .slick_next:after {
    right: 50%;
    margin-right: -16px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);    
  }  
}
@media screen and (max-width:1239px) {
  #top_works {
    padding: 5rem 0;
  }
  #top_works .works_box {
    padding-bottom: 5rem;
  }
  #top_works .works_box:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_works .works_slider_list {
    position: relative;
  }
  #top_works .works_slider_list .list a {
    position: relative;
    display: block;
    width: calc(100vw - 3rem);
    margin: 0 1.5rem;
  }
  #top_works .works_slider_list .list .image img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
  }
  #top_works .works_slider_list .list .data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    color: var(--white);
    line-height: 1.5;
    background-image: linear-gradient(0deg, rgba(31, 41, 106, 0.5) 20%, rgba(31, 41, 106, 0));
    box-sizing: border-box;
  }
  #top_works .works_slider_list .list .data .title {}
  #top_works .works_slider_list .list .data .area {
    font-size: 1.2rem;
  }
  /* 矢印 */
  #top_works .works_slider_list .slick-arrow {
    position: absolute;
    top: calc(100% + 1em);
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: none;
    background: none;
    box-sizing: border-box;
  }
  #top_works .works_slider_list .slick_prev {
    left: 50%;
    margin-left: -60px;
  }  
  #top_works .works_slider_list .slick_next {
    right: 50%;
    margin-right: -60px;
  }
  #top_works .works_slider_list .slick-arrow:before {
    position: absolute;
    top: 50%;    
    display: block;
    content: "";
    width: 16px;
    height: 3px;
    margin-top: -1.5px;    
    background: var(--border-color);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }  
  #top_works .works_slider_list .slick-arrow:hover:before {
    background: var(--main-color);
  }
  #top_works .works_slider_list .slick-arrow:after {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 16px;
    height: 10px;
    margin-top: -5px;   
    background: var(--border-color);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }   
  #top_works .works_slider_list .slick-arrow:hover:after {
    background: var(--main-color);
  }
  /* 前へ */
  #top_works .works_slider_list .slick_prev:before {
    right: 50%;
    margin-right: -16px;
  }
  #top_works .works_slider_list .slick_prev:after {
    left: 50%;
    margin-left: -16px;      
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }    
  /* 次へ */
  #top_works .works_slider_list .slick_next:before {
    left: 50%;
    margin-left: -16px;
  }
  #top_works .works_slider_list .slick_next:after {
    right: 50%;
    margin-right: -16px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);    
  }  
}
/******************************************************
事業内容
******************************************************/
@media screen and (min-width:1240px) {
  #top_business {
    background: url(/wp-content/uploads/images/top_business_img001.webp?20260420) top right no-repeat;
    background-size: cover;
    /*
    background-image: 
      url(/wp-content/uploads/images/top_business_img001.webp?20260420),
      url(/wp-content/uploads/images/top_business_img001.webp?20260420);
    background-position:
      top right,
      top left;
    background-repeat: 
      no-repeat,
      no-repeat;
    background-size: 
      auto 100%,
      auto 100%;
    */
  }
  #top_business .business_box {
    width: 600px;
    padding: 12rem 8rem;
    background: var(--white);
    box-sizing: border-box;
  }
  #top_business .business_comment p:nth-child(n+2) {
    margin-top: 2em;
  }
}
@media screen and (max-width:1239px) {
  #top_business .inner {
    margin: 0;
  }
  #top_business .inner:before {
    display: block;
    content: "";
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background: url(/wp-content/uploads/images/top_business_img001.webp?20260420) top right no-repeat;
    background-size: cover;
  }
  #top_business .business_box {
    padding: 5rem 1.5rem;
    text-align: center;
    background: var(--white);
    box-sizing: border-box;
  }
  #top_business .business_comment p:nth-child(n+2) {
    margin-top: 1em;
  }
}
/******************************************************
私たちについて
******************************************************/
@media screen and (min-width:1240px) {
  #top_about {
    padding: 16rem 12rem;
  }
  #top_about .about_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_about .about_image {
    width: calc(100% - 270px);
    margin-bottom: 120px;
    background: url(/wp-content/uploads/images/top_about_img001.webp?20260420) top center no-repeat;
    background-size: cover;
    box-shadow: -40px 40px 0 0 rgba(242,242,242,1);
  }
  #top_about .about_image img {
    display: none;
  }
  #top_about .about_box {
    width: 600px;
    margin-top: 120px;
    margin-left: -330px;
    padding: 12rem 8rem;
    background: var(--white);
    box-shadow: 40px 40px 0 0 rgba(242,242,242,1);    
    box-sizing: border-box;
  }
  #top_about .about_comment p:nth-child(n+2) {
    margin-top: 2em;
  }  
}
@media screen and (max-width:1239px) {
  #top_about {}
  #top_about .about_flex {}
  #top_about .about_image {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background: url(/wp-content/uploads/images/top_about_img001.webp?20260420) top center no-repeat;
    background-size: cover;
  }
  #top_about .about_image img {
    display: none;
  }
  #top_about .about_box {
    padding: 5rem 1.5rem;
    background: var(--white); 
    box-sizing: border-box;
    text-align: center;
  }
  #top_about .about_comment p:nth-child(n+2) {
    margin-top: 1em;
  }  
}
/******************************************************
お知らせ
******************************************************/
@media screen and (min-width:1240px) {
  #top_information {
    padding-bottom: 16rem;
    background: url(/wp-content/uploads/images/bg_information.webp?20260420) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_information .news_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  #top_information .news_flex .news_title {
    width: 300px;
  }
  #top_information .news_flex .news_list {
    width: calc(100% - 300px);
    border-top: 1px solid var(--border-color);
  }
  #top_information .news_flex .news_list .list {
    border-bottom: 1px solid var(--border-color);
  }
  #top_information .news_flex .news_list .list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.2em 0;
    font-weight: var(--text-weight-bold);
  }
  #top_information .news_flex .news_list .list a .time {
    width: 120px;
  }
  #top_information .news_flex .news_list .list a .title {
    width: calc(100% - 120px);
    font-weight: var(--text-weight-bold);
  }
  #top_information .information_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_information .information_flex .company_box {
    width: calc(50% - 4rem);
  }
  #top_information .information_flex .company_data {
    margin-bottom: 3rem;
  }
  #top_information .information_flex .company_data table {
    width: 100%;
    table-layout: fixed;
  }
  #top_information .information_flex .company_data th,
  #top_information .information_flex .company_data td {
    text-align: left;
  }
  #top_information .information_flex .company_data tr:nth-child(n+2) th,
  #top_information .information_flex .company_data tr:nth-child(n+2) td {
    padding-top: 1em;
  }
  #top_information .information_flex .company_data th {
    width: 25%;
  }
  #top_information .information_flex .company_movie {
    cursor: pointer;
  }
  #top_information .information_flex .company_movie video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  #top_information .information_flex .instagram_box {
    width: calc(50% - 4rem);
  }
  #top_information .information_flex .instagram_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_information .information_flex .instagram_list .list {
    width: calc((100% / 3) - 8px);
    margin-left: 12px;
  }
  #top_information .information_flex .instagram_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_information .information_flex .instagram_list .list:nth-child(n+4) {
    margin-top: 12px;
  }
}
@media screen and (max-width:1239px) {
  #top_information {
    padding-bottom: 5rem;
    background: url(/wp-content/uploads/images/bg_information.webp?20260420) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_information .news_flex {}
  #top_information .news_flex .news_title {}
  #top_information .news_flex .news_list {
    margin-bottom: 5rem;
    border-top: 1px solid var(--border-color);
  }
  #top_information .news_flex .news_list .list {
    border-bottom: 1px solid var(--border-color);
  }
  #top_information .news_flex .news_list .list a {
    display: flex;
    flex-direction: column;
    padding: 1.2em 0;
    font-weight: var(--text-weight-bold);
  }
  #top_information .news_flex .news_list .list a .time {}
  #top_information .news_flex .news_list .list a .title {
    font-weight: var(--text-weight-bold);
  }
  #top_information .information_flex {}
  #top_information .information_flex .company_box {
  }
  #top_information .information_flex .company_data {
    margin-bottom: 3rem;
  }
  #top_information .information_flex .company_data table {
    width: 100%;
    table-layout: fixed;
  }
  #top_information .information_flex .company_data th,
  #top_information .information_flex .company_data td {
    padding: 1em 0;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
  }
  #top_information .information_flex .company_data th {
    width: 120px;
  }
  #top_information .information_flex .company_movie {
    margin-bottom: 3rem;
    cursor: pointer;
  }
  #top_information .information_flex .company_movie video {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  #top_information .information_flex .instagram_box {}
  #top_information .information_flex .instagram_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_information .information_flex .instagram_list .list {
    width: calc((100% / 3) - 4px);
    margin-left: 6px;
  }
  #top_information .information_flex .instagram_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_information .information_flex .instagram_list .list:nth-child(n+4) {
    margin-top: 6px;
  }
}
/******************************************************
採用情報
******************************************************/
@media screen and (min-width:1240px) {
  #top_recruit {
    padding: 16rem 0;
    background: url(/wp-content/uploads/images/bg_recruit.webp?20260420) top center no-repeat;
    background-size: cover;
  }
  #top_recruit .recruit_message {
    margin-bottom: 8rem;
    color: var(--white);
    font-size: 4.8rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width:1239px) {
  #top_recruit {      
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_recruit.webp?20260420) top center no-repeat;
    background-size: cover;
  }
  #top_recruit .recruit_message {
    margin-bottom: 3rem;
    color: var(--white);
    font-size: 2rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    line-height: 1.5;
  }
}
/******************************************************
投稿ページ　一覧
******************************************************/
@media screen and (min-width:1240px) {
  #page .news_list {
    border-top: 1px solid var(--border-color);
  }
  #page .news_list .list {
    border-bottom: 1px solid var(--border-color);
  }
  #page .news_list .list a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
    padding: 1.2em .8em;
    padding-right: 2.2em;
    font-weight: var(--text-weight-bold);
    box-sizing: border-box;
  }
  #page .news_list .list a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1.2em;
    margin-top: -.5em;
    color: var(--border-color);
    line-height: 1;
  }
  #page .news_list .list a .time {
    width: 120px;
  }
  #page .news_list .list a .title {
    width: calc(100% - 120px);
    font-weight: var(--text-weight-bold);
  }
}
@media screen and (max-width:1239px) {
  #page .news_list {
    border-top: 1px solid var(--border-color);
  }
  #page .news_list .list {
    border-bottom: 1px solid var(--border-color);
  }
  #page .news_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.2em .8em;
    padding-right: 2.2em;
    font-weight: var(--text-weight-bold);
    box-sizing: border-box;
  }
  #page .news_list .list a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1.2em;
    margin-top: -.5em;
    color: var(--border-color);
    line-height: 1;
  }
  #page .news_list .list a .time {
    font-weight: var(--text-weight-bold);
  }
  #page .news_list .list a .title {
    font-weight: var(--text-weight-bold);
  }
}
/******************************************************
投稿ページ　記事
******************************************************/
@media screen and (min-width:1240px) {
  #page #post_data {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid var(--border-color);
  }
  #page #post_data .time {
    color: var(--border-color);
    font-weight: var(--text-weight-bold);
  }
  #page #post_data h1 {
    color: var(--main-color);
    font-size: 2.4rem;
    font-weight: var(--text-weight-bold);
  }
}
@media screen and (max-width:1239px) {
  #page #post_data {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--border-color);
  }
  #page #post_data .time {
    color: var(--border-color);
    font-weight: var(--text-weight-bold);
  }
  #page #post_data h1 {
    color: var(--main-color);
    font-size: 2rem;
    font-weight: var(--text-weight-bold);
  }
}
/******************************************************
投稿ページ　施工実績一覧
******************************************************/
@media screen and (min-width:1240px) {
  #page .works_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .works_list .list {
    width: calc((100% / 2) - 15px);
    margin-left: 30px;
  }
  #page .works_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .works_list .list:nth-child(n+3) {
    margin-top: 6rem;
  }
  #page .works_list .list .image {
    margin-bottom: 1em;
  }
  #page .works_list .list .data {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
  }
  #page .works_list .list .area {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:1239px) {
  #page .works_list {}
  #page .works_list .list {
    border-bottom: 1px solid var(--border-color);
  }
  #page .works_list .list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
  }
  #page .works_list .list .image {
    width: 35%;
  }
  #page .works_list .list .data {
    width: calc(65% - 1.5rem);
    display: flex;
    flex-direction: column;
    line-height: 1.5;
  }
  #page .works_list .list .area {
    font-size: 1.2rem;
  }
}
/******************************************************
下層ページ　キャッチ
******************************************************/
@media screen and (min-width:1240px) {
  #page_catch {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 1;
    background-image: url(/wp-content/uploads/images/page_catch.webp?20260420);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
  }
  #page_catch:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(31,41,106,.2);
  }
  #page_catch .catch_cover {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 3 / 1;
    z-index: 1;
  }
  #page_catch .catch_cover h1 {
    color: var(--white);
    font-size: 4.8rem;
    font-weight: var(--text-weight-bold)!important;
    text-shadow: 0 0 .3em rgba(31,41,106,1);
  }
}
@media screen and (max-width:1239px) {
  #page_catch {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    background-image: url(/wp-content/uploads/images/page_catch.webp?20260420);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
  }
  #page_catch:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(31,41,106,.2);
  }
  #page_catch .catch_cover {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 3 / 2;
    z-index: 1;
  }
  #page_catch .catch_cover h1 {
    color: var(--white);
    font-size: 2.4rem;
    font-weight: var(--text-weight-bold)!important;
    text-shadow: 0 0 .3em rgba(31,41,106,1);
  }
}
/******************************************************
下層ページ　共通
******************************************************/
@media screen and (min-width:1240px) {
  /* カバー */
  #page {
    padding: 12rem 0;
  }
  #page .page_section {
    margin-bottom: 12rem;
  }
  #page section > *:last-child {
    margin-bottom: 0;
  }
  #page .box {
    margin-bottom: 6rem;
  }
  /* ボタン */
  #page .btn {
    display: flex;
    flex-direction: column;
    align-items: center;    
    text-align: center;
  }  
  #page .btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: var(--text-weight-bold);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #page .btn a:hover {
    color: var(--main-color);
  }
  #page .btn a .arrow {
    position: relative;
    width: 60px;
    height: 60px;
    margin-left: 4rem;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #page .btn a:hover .arrow {
    background: var(--bg-high-color);
  }
  #page .btn a .arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 12px;
    height: 2px;
    margin-top: -1px;
    margin-left: -12px;
    background: var(--main-color);
  }
  #page .btn a .arrow:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 12px;
    height: 8px;
    margin-top: -4px;
    margin-right: -10px;      
    background: var(--main-color);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }   
  /* タイトル */
  #page .page_title_a {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 2em;
    padding-bottom: .6em;
    font-size: 3rem;
    font-weight: var(--text-weight-bold);
  }
  #page .page_title_a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin-top: -.75em;
    background: url(/wp-content/uploads/images/icon_logo.webp?20260420) center center no-repeat;
    background-size: contain;
  }
  #page .page_title_b {
    margin-bottom: 1.2em;
    padding: .6em .8em;
    color: var(--main-color);
    font-size: 2rem;
    font-weight: var(--text-weight-bold);
    background: var(--bg-high-color);
    border-left: 2px solid var(--main-color);
  }
  /* テキスト */
  #page p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  /* リスト */
  #page ul li {
    position: relative;
    padding-left: 1.5em;
  }
  #page ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
    color: var(--border-color);
  }
}
@media screen and (max-width:1239px) {
  /* カバー */
  #page {
    padding: 5rem 0;
  }
  #page .page_section {
    margin-bottom: 5rem;
  }
  #page section > *:last-child {
    margin-bottom: 0;
  }
  #page .box {
    margin-bottom: 3rem;
  }
  /* ボタン */
  #page .btn {
    display: flex;
    flex-direction: column;
    align-items: center;    
    text-align: center;
  }  
  #page .btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: var(--text-weight-bold);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #page .btn a:hover {
    color: var(--main-color);
  }
  #page .btn a .arrow {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 3rem;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #page .btn a:hover .arrow {
    background: var(--bg-high-color);
  }
  #page .btn a .arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 2px;
    margin-top: -1px;
    margin-left: -8px;
    background: var(--main-color);
  }
  #page .btn a .arrow:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-right: -8px;      
    background: var(--main-color);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }   
  /* タイトル */
  #page .page_title_a {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 2em;
    padding-bottom: .6em;
    font-size: 2rem;
    font-weight: var(--text-weight-bold);
  }
  #page .page_title_a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin-top: -.75em;
    background: url(/wp-content/uploads/images/icon_logo.webp?20260420) center center no-repeat;
    background-size: contain;
  }
  #page .page_title_b {
    margin-bottom: 1.2em;
    padding: .6em .8em;
    color: var(--main-color);
    font-size: 1.6rem;
    font-weight: var(--text-weight-bold);
    background: var(--bg-high-color);
    border-left: 2px solid var(--main-color);
  }
  /* テキスト */
  #page p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  /* リスト */
  #page ul li {
    position: relative;
    padding-left: 1.5em;
  }
  #page ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
    color: var(--border-color);
  }
}
/*****************************************************
下層ページ　事業内容
******************************************************/
@media screen and (min-width:1240px) {
  #page .business_message {
    margin-bottom: 8rem;
    color: var(--main-color);
    font-size: 3rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    line-height: 1.6;
  }
  #page .business_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12rem;
  }
  #page .business_flex.reverse {
    flex-direction: row-reverse;
  }
  #page .business_flex:last-child {
    margin-bottom: 0;
  }
  #page .business_flex .flex_image {
    width: calc(100% - 360px);
    margin-bottom: 8rem;
  }
  #page .business_flex.row .flex_image {
    box-shadow: -40px 40px 0 0 rgba(242,242,242,1);  
  }
  #page .business_flex.reverse .flex_image {
    box-shadow: 40px 40px 0 0 rgba(242,242,242,1);    
  }
  #page .business_flex .flex_image img {

  }
  #page .business_flex .flex_comment {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 480px;
    margin-top: 8rem;
    padding: 8rem;
    background: var(--white);
    box-sizing: border-box;
    z-index: 1;
  }
  #page .business_flex.row .flex_comment {
    margin-left: -240px;
    box-shadow: 40px 40px 0 0 rgba(242,242,242,1);
  }  
  #page .business_flex.reverse .flex_comment {
    margin-right: -240px;
    box-shadow: -40px 40px 0 0 rgba(242,242,242,1);    
  }
  #page .business_flex .flex_comment .title {
    position: relative;
    color: var(--main-color);
    font-size: 2.4rem;
    font-weight: var(--text-weight-bold);
    line-height: 1;
  }
  #page .business_flex .flex_comment .title:after {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    margin: 4rem 0;
    background: var(--border-color);
  }
  #page .business_flex .flex_comment .comment {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width:1239px) {
  #page .business_message {
    margin-bottom: 3rem;
    color: var(--main-color);
    font-size: 1.6rem;
    font-weight: var(--text-weight-bold);
    text-align: center;
    line-height: 1.6;
  }
  #page .business_flex {
    margin-bottom: 5rem;
  }
  #page .business_flex:last-child {
    margin-bottom: 0;
  }
  #page .business_flex .flex_image {
    margin-bottom: 3rem;
  }
  #page .business_flex .flex_image img {

  }
  #page .business_flex .flex_comment {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--white);
    box-sizing: border-box;
    z-index: 1;
  }
  #page .business_flex .flex_comment .title {
    position: relative;
    color: var(--main-color);
    font-size: 2rem;
    font-weight: var(--text-weight-bold);
    line-height: 1;
  }
  #page .business_flex .flex_comment .title:after {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    margin: 2rem 0;
    background: var(--border-color);
  }
  #page .business_flex .flex_comment .comment {
    margin-bottom: 4rem;
  }
}
/******************************************************
下層ページ　会社案内
******************************************************/
@media screen and (min-width:1240px) {
  #page .company_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  #page .company_flex .flex_image {
    width: 360px;
  }
  #page .company_flex .flex_comment {
    width: calc(100%  - 440px);
  }
  #page .company_flex .flex_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .company_flex .flex_comment p.name {
    font-size: 1.2em;
    font-family: var(--serif);
    text-align: right;
  }
  #page .company_table table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid var(--border-color);
  }
  #page .company_table th,
  #page .company_table td {
    padding: 1.2em;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid var(--border-color);
  }
  #page .company_table th {
    width: 300px;
    font-weight: var(--text-weight-bold);
  }
  #page .group_table table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
  }
  #page .group_table th,
  #page .group_table td {
    padding: 1.2em;
    text-align: center;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  #page .group_table th {
    color: var(--white);
    background: var(--main-color);
  }
  #page .company_map .map {
    margin-bottom: 1em;
  }
  #page .company_map .map iframe {
    width: 100%;
    height: initial;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  #page .company_map .comment {
    text-align: right;
  }
}
@media screen and (max-width:1239px) {
  #page .company_flex {}
  #page .company_flex .flex_image {
    margin-bottom: 1em;
    text-align: center;
  }
  #page .company_flex .flex_image img {
    width: 65%;
    max-width: 360px;
  }
  #page .company_flex .flex_comment {}
  #page .company_flex .flex_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .company_flex .flex_comment p.name {
    font-size: 1.2em;
    font-family: var(--serif);
    text-align: right;
  }
  #page .company_table table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid var(--border-color);
  }
  #page .company_table th,
  #page .company_table td {
    display: block;
    width: 100%;
    padding: 1.2em;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #page .company_table th {
    padding-bottom: .3em;
    font-weight: var(--text-weight-bold);
  }
  #page .company_table td {
    padding-top: .3em;
    border-bottom: 1px solid var(--border-color);
  }
  #page .group_table table {
    width: 100%;
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
  }
  #page .group_table th,
  #page .group_table td {
    padding: 1.2em .3em;
    font-size: 1.2rem;
    text-align: center;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  #page .group_table th {
    color: var(--white);
    background: var(--main-color);
  }
  #page .company_map .map {
    margin-bottom: 1em;
  }
  #page .company_map .map iframe {
    width: 100%;
    height: initial;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  #page .company_map .comment {
    text-align: right;
  }
}
/******************************************************
下層ページ　採用情報
******************************************************/
@media screen and (min-width:1240px) {
  #page .recruit_image {
    margin-bottom: 6rem;
  }
  #page .recruit_comment {
    font-size: 2rem;
    color: var(--main-color);
    font-weight: var(--text-weight-bold);
    text-align: center;
  }
  #page .recruit_table {
    padding: 5rem;
    background: var(--bg-high-color);
  }
  #page .recruit_table table {
    width: 100%;
    table-layout: fixed;
  }
  #page .recruit_table th,
  #page .recruit_table td {
    padding: 1.2em;
    text-align: left;
    vertical-align: middle;
    background: var(--white);
  }
  #page .recruit_table tr:nth-child(n+2) th,
  #page .recruit_table tr:nth-child(n+2) td {
    border-top: 5px solid var(--bg-high-color);
  }  
  #page .recruit_table th {
    width: 25%;
    text-align: center;
    font-weight: var(--text-weight-bold);
  }
}
@media screen and (max-width:1239px) {
  #page .recruit_image {
    margin-bottom: 3rem;
  }
  #page .recruit_comment {
    color: var(--main-color);
    font-weight: var(--text-weight-bold);
    text-align: center;
  }
  #page .recruit_table {
    padding: 1.5rem;
    background: var(--bg-high-color);
  }
  #page .recruit_table table {
    width: 100%;
    table-layout: fixed;
  }
  #page .recruit_table th,
  #page .recruit_table td {
    display: block;
    width: 100%;
    padding: 1.2em;
    text-align: left;
    vertical-align: middle;
    background: var(--white);
    box-sizing: border-box;
  }
  #page .recruit_table tr:nth-child(n+2) th {
    border-top: 10px solid var(--bg-high-color);
  }  
  #page .recruit_table th {
    padding-bottom: .3em;
    font-weight: var(--text-weight-bold);
  }
  #page .recruit_table td {
    padding-top: .3em;
  }
}
/******************************************************
下層ページ　お問い合わせ
******************************************************/
@media screen and (min-width:1240px) {
  #page .contact_comment {
    /*
    text-align: center;
    */
  }
  #page .contact_bg_comment a {
    color: var(--main-color);
    font-weight: var(--text-weight-bold);
    text-decoration: underline;
  }
  #page .contact_bg_comment a:hover {
    text-decoration: none;
  }
  #page .contact_req {
    color: var(--sub-color);
    font-weight: var(--text-weight-bold);
  }
  /* 電話でお問い合わせ */
  #page .contact_tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #page .contact_tel .tel_comment,
  #page .contact_tel .tel_number {
    width: calc(50% - 3rem);
  }
  #page .contact_tel .tel_number a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10rem;
    color: var(--text-color);
    text-align: center;
    line-height: 1.3;
    font-weight: var(--text-weight-bold);
    background: var(--white);
    border: 1px solid var(--text-color);
  }
  #page .contact_tel .tel_number a .time {
    font-size: 1.8rem;
  }
  #page .contact_tel .tel_number a .number {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    font-size: 3rem;
  }
  #page .contact_tel .tel_number a .number:before {
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-right: .5em;
    background: url(/wp-content/uploads/images/icon_tel.webp?20260420) center center no-repeat;
    background-size: contain;
  }    
  /* 問い合わせフォーム */
  #page .contact_form table {
    width: 100%;
    margin-bottom: 6rem;
    table-layout: fixed;
  }
  #page .contact_form th,
  #page .contact_form td {
    text-align: left;
    vertical-align: middle;
  }
  #page .contact_form tr:nth-child(n+2) th,
  #page .contact_form tr:nth-child(n+2) td {
    padding-top: 1.2em;
  }
  #page .contact_form th {
    width: 300px;
    font-weight: 600;
  }
  #page .contact_form th span {
    position: relative;
    display: inline-block;
    padding-right: 1.5em;
  }
  #page .contact_form th span:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "※";
    color: var(--sub-color);
  }
  #page .contact_form input[type=text],
  #page .contact_form input[type=tel],
  #page .contact_form input[type=email],
  #page .contact_form textarea {
    width: 100%;
    padding: .8em;
    border: none;
    background: var(--bg-high-color);
  }
  #page .form_btn {
    text-align: center;
  }
  #page .form_btn input[type=submit] {
    width: 360px;
    height: 80px;
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    background: var(--main-color);  
  }
  /* 確認ページ */
  #page .mw_wp_form_confirm .contact_form th, 
  #page .mw_wp_form_confirm .contact_form td {
    padding: 1.2em 0;
    border-bottom: 1px solid var(--border-color);
  }  
}
@media screen and (max-width:1239px) {
  #page .contact_comment {
    /*
    text-align: center;
    */
  }
  #page .contact_bg_comment a {
    color: var(--main-color);
    font-weight: var(--text-weight-bold);
    text-decoration: underline;
  }
  #page .contact_bg_comment a:hover {
    text-decoration: none;
  }
  #page .contact_req {
    color: var(--sub-color);
    font-weight: var(--text-weight-bold);
  }
  /* 電話でお問い合わせ */
  #page .contact_tel {}
  #page .contact_tel .tel_comment {
    margin-bottom: 1em;
  }
  #page .contact_tel .tel_number a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    color: var(--text-color);
    text-align: center;
    line-height: 1.5;
    font-weight: var(--text-weight-bold);
    background: var(--white);
    border: 1px solid var(--text-color);
  }
  #page .contact_tel .tel_number a .time {
  }
  #page .contact_tel .tel_number a .number {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    font-size: 2.4rem;
  }
  #page .contact_tel .tel_number a .number:before {
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-right: .5em;
    background: url(/wp-content/uploads/images/icon_tel.webp?20260420) center center no-repeat;
    background-size: contain;
  }    
  /* 問い合わせフォーム */
  #page .contact_form table {
    width: 100%;
    margin-bottom: 3rem;
    table-layout: fixed;
  }
  #page .contact_form th,
  #page .contact_form td {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #page .contact_form tr:nth-child(n+2) th {
    padding-top: 1.2em;
  }
  #page .contact_form th {
    width: 300px;
    font-weight: 600;
  }
  #page .contact_form th span {
    position: relative;
    display: inline-block;
    padding-right: 1.5em;
  }
  #page .contact_form th span:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "※";
    color: var(--sub-color);
  }
  #page .contact_form input[type=text],
  #page .contact_form input[type=tel],
  #page .contact_form input[type=email],
  #page .contact_form textarea {
    width: 100%;
    padding: .8em;
    border: none;
    background: var(--bg-high-color);
  }
  #page .form_btn {
    text-align: center;
  }
  #page .form_btn input[type=submit] {
    width: 280px;
    height: 60px;
    color: var(--white);
    font-weight: var(--text-weight-bold);
    text-align: center;
    box-sizing: border-box;
    background: var(--main-color);  
  }
  /* 確認ページ */
  #page .mw_wp_form_confirm .contact_form th, 
  #page .mw_wp_form_confirm .contact_form td {
    padding: 1.2em 0;
    border-bottom: 1px solid var(--border-color);
  }  
}
/******************************************************
下層ページ　サイトマップ
******************************************************/
@media screen and (min-width:1240px) {
  #page .sitemap_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .sitemap_list .list {
    width: calc(50% - 2rem);
    margin-left: 4rem;
  }
  #page .sitemap_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .sitemap_list .list a {
    position: relative;
    display: block;
    padding: .8em .4em;
    padding-right: 1.4em;
    border-bottom: 1px solid var(--border-color);
  }
  #page .sitemap_list .list a:after {  
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: .4em;
    margin-top: -.5em;
    color: var(--border-color);
    line-height: 1;
  }  
}
@media screen and (max-width:1239px) {
  #page .sitemap_list .list a {
    position: relative;
    display: block;
    padding: .8em .4em;
    padding-right: 1.4em;
    border-bottom: 1px solid var(--border-color);
  }
  #page .sitemap_list .list a:after {  
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: .4em;
    margin-top: -.5em;
    color: var(--border-color);
    line-height: 1;
  }  
}