@charset 'UTF-8';

/*-------------------

# Universal
# Header
# Article
# Archive_news
# Single_news
# Top
# Other
# Footer

------------------- */


/* Universal
----------------------------------------------------------------------*/
html,body {
    font-family: "Open Sans", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.4;
    width: 100%;
    height: auto;
    letter-spacing: .02em;
}

html {
    font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
    height: 100%;
}
body {
    font-size: 1.6rem; /*font-size : 16px と同等*/
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
body{
    padding-top: 0;
}
body > #container,
body > article,
body > #top {
    flex: 1;
}
body.single_post{
    padding-top: 0;
}

.prop {
    display: block;
    max-width: 980px;
    margin: 0 auto;
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

form > div ,
form > p {
    max-width: 450px;
    width: 100%;
}
form > *{
    margin-top: 25px;
}
form > *:nth-child(2){
    margin-top: 0;
}
form .submit_btn{
    margin-top: 30px;
    text-align: center;
}
form .submit_btn > p{
    text-align: center;
    padding-left: 72px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

form p label em{
    display: block;
}
form p > span{
    margin-top: 8px;
    display: block;
    width: 100%;
    line-height: 0;
}

form span.wpcf7-form-control-wrap{
    line-height: 0;
}
form span.wpcf7-form-control-wrap > *:not(input):not(textarea):not(select){
    line-height: 1.4;
}

form p > span input+span,
form p > span textarea+span,
form p > span select+span{
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output{
    border: none!important;
    color: #dc3232!important;
    padding: 0!important;
    margin: 30px auto 0!important;
    font-size: 1.4rem;
}

.wpcf7-not-valid-tip{
    font-size: 1.4rem!important;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
    display: none;
}

.form_name p{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 14px;
}
.form_name p label{
    display: block;
    width: 100%;
}
.form_name p > span{
    width: calc(50% - 7px);
}

.form_kikan select{
    text-align: center;
}
.form_kikan > p{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 14px;
    align-items: start;
}
.form_kikan > p label{
    display: block;
    width: 100%;
}
.form_kikan > p > span:not(.wpcf7-form-control-wrap){
    width: 1em;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_kikan > p > span.wpcf7-form-control-wrap{
    width: calc(50% - (14px + 0.5em));
    height: auto;
}
.form_kikan input{
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    padding: 12px 15px;
    color: #3a3a3a;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #f5f5f5;
    width: 100%;
    line-height: 1.6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


input[type='text'],
input[type='email'],
input[type='tel'],
select,
textarea {
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 42px;
    padding: 12px 15px;
    color: #3a3a3a;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #f5f5f5;
    width: 100%;
    line-height: 1.6;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
select{
    position: relative;
    line-height: 1;
}

/* Safariハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,
    .css-selector,
    input[type='text'],
    input[type='email'],
    input[type='tel'],
    select,
    textarea {
        padding: 12px 20px;
    }
}

_::-webkit-full-page-media,_:future,
:root .css-selector,
:root input[type='text'],
:root input[type='email'],
:root input[type='tel'],
:root select,
:root textarea {
    padding: 12px 20px;
}

/* IEハック */
@media all and (-ms-high-contrast:none) {
    .css-selector,
    input[type='text'],
    input[type='email'],
    input[type='tel'],
    select,
    textarea {
        padding: 12px 20px;
    }
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
select:focus,
textarea:focus {
    border-color: #007698;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

textarea {
    overflow: auto;
    width: 100%;
    resize: none;
    min-height: 200px;
}


input[type='submit'] {
    width: 100%;
    font-size: 1.6rem;
    border: 1px solid #007698;
    color: #007698;
    background: #fff;
    max-width: 240px;
    padding: 10px 20px;
    text-align: center;
    margin: 0 0 0 0;
    transition: all ease 0.2s;
    cursor: pointer;
}

.ajax-loader {
    display: none!important;
}

input[type='submit']:hover {
    opacity: 0.8;
    background: #007698;
    color: #fff;
}

.consent{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.consent .wpcf7-form-control-wrap{
    margin-top: 0;
    line-height: 1.4;
}
.consent p{
    display: inline-block;
    line-height: 1.4;
}
.consent p span{
    display: inline-block;
    width: auto;
}
.consent .wpcf7-list-item{
    margin-left: 0;
}
.consent input[type='checkbox']{
    margin: 0 8px 2px 0;
      position: relative;
      width: 18px;
      height: 18px;
      border: 1px solid #000;
      border-radius: 2px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
}
.consent input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    line-height: 1.4;
    color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    line-height: 1.6;
    color: #999;
}

/* Firefox 18- */
:-moz-placeholder {
    line-height: 1.4;
    opacity: 1;
    color: #999;
}

/* Firefox 19+ */
::-moz-placeholder {
    line-height: 1.4;
    opacity: 1;
    color: #999;
}

/* IE 10+ */
:-ms-input-placeholder {
    line-height: 1.4;
    color: #999!important;
}

.sp {
    display: none;
}

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

p{
    text-align: left;
}

h1,
h1 a {
    display: inline-block;
}

h1 a:hover {
    opacity: .8;
}

article h1{
    font-size: 3.2rem;
    margin-top: 40px;
    text-align: left;
}

h2 {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 100;
    position: relative;
    margin: 6rem auto 0 auto;
    color: #000;
}
h2 span{
    display: block;
    font-size: 1.6rem;
    color: #888888;
}

h2+.sub_txt{
    margin-top: 40px;
    text-align: center;
    font-size: 1.5rem;
}

#page-top {
    display: none;
}

h3{
    text-align: left;
    color: #d76600;
    font-size: 2rem;
}

h3:not(:first-child){
    margin-top: 40px;
}

h3.notfound {
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
    color: #e69300;
}

em{
    font-style: normal;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    z-index: 999;
    background:#fff;
    text-align:center;
    color:#fff;
    z-index: 999;
    box-sizing: border-box;
}

.splash_con {
  position: relative;
  max-width: 320px; /* 画像の幅に合わせて調整 */
  width: 100%;
  height: auto;
  aspect-ratio: 25 / 7;
  top: calc(50% - 6px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.line {
  position: absolute;
  top: 100%; /* ★穴（出現位置）の高さ。ここから上が画像になります */
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f39800;
  z-index: 2;
  animation: drawAndFade 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#splash_logo {
  position: absolute;
  top: 0;         /* コンテナの一番上から */
  bottom: 0px;  /* ★穴より下を隠す（全体の高さpx - 穴の位置150px = 250px） */
  height: 100%;
  left: 0;
  width: 100%;
  overflow: hidden; /* ここからはみ出た画像（下側）を隠す */
}

#splash_logo img {
  position: absolute;
  bottom: 0; /* マスクの一番下（＝線の位置）に画像を張り付ける */
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  /* 最初は画像の高さ分（100%）だけ下に下げて隠す */
  transform: translateY(100%);
  animation: slideUpFromLine 1s cubic-bezier(0.1, 1, 0.1, 1) 0.8s forwards;
}

/* 横線：伸びて消える */
@keyframes drawAndFade {
  0% { width: 0; opacity: 1; }
  50% { width: 100%; opacity: 1; }
  100% { width: 100%; opacity: 0; }
}

/* 画像：下から上へスライド */
@keyframes slideUpFromLine {
  0% {
    transform: translateY(100%); /* 線のしたに隠れた状態 */
    opacity: 0;
  }
  100% {
    transform: translateY(0); /* 線の位置から上にひょっこり現れる */
    opacity: 1;
  }
}


/* Header
----------------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 10;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* #1 WordPress管理ヘッダー表示状態調整用記述  */
body.customize-support header{
    top: 32px;
}
/* #1 end */

header .header_in{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}

.h_logo{
    background: #f39800;
    padding: 1.5rem 4.2rem 1.8rem 2.6rem;
    border-radius: 0 0 50px 0;
    flex-shrink: 0;
}
.h_logo a{
    display: inline-block;
    transition: opacity 0.2s ease;
    line-height: 1;
}
.h_logo a:hover{
    opacity: 0.8;
}
.h_logo a img{
    width: 20rem;
    height: auto;
    filter: brightness(0) invert(1);
    display: block;
}
.h_logo h1,
.h_logo span{
    display: inline-block;
    line-height: 1;
}

.hamburger{
    display: none;
}

.h_menu{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
.h_menu ul{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;
    height: auto;
    margin: 1.3rem 0 1.3rem 0;
    padding: 0;
    background: none;
    width: max-content;
}
.h_menu ul li{
    position: relative;
    width: 100%;
}
.nav_icon{
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    margin-right: 1.5rem;
    color: #f39800;
    transition: color 0.25s ease;
}
.h_menu ul li a:hover .nav_icon{
    color: #f39800;
}
.nav_text{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.h_menu ul li a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 1.2rem 4rem 1.2rem 2rem;
    color: #231815;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: .04em;
    transition: all 0.25s ease;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(6px);
    box-shadow: inset 4px 0 0 transparent;
    border-radius: 0;
}
.h_menu ul li:first-child a{
    border-radius: 12px 0 0 0;
}
.h_menu ul li:last-child a{
    border-radius: 0 0 0 12px;
}
.h_menu ul li a:hover{
    color: #f39800;
    box-shadow: inset 4px 0 0 #f39800;
    background: rgba(255,255,255,0.98);
}
.h_menu ul li a span{
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    color: #aaa;
    letter-spacing: .1em;
    margin-top: 0.2rem;
    transition: color 0.25s ease;
}
.h_menu ul li a:hover span{
    color: #f39800;
}



/* Article
----------------------------------------------------------------------*/
article {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.section_label{
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .3em;
    color: #f39800;
    margin-bottom: 0.8rem;
    text-align: left;
}
h2.section_heading{
    display: block;
    width: 100%;
    margin: 0;
    font-size: 3.5rem;
    font-weight: 100;
    letter-spacing: .04em;
    color: #222;
    text-align: left;
}
/* ふくろうとは
----------------------------------------------------------------------*/
.fade_in{
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade_in.is-visible{
    opacity: 1;
    transform: translateY(0);
}

#about_intro{
    padding: 12rem 0;
    background: #fafaf8;
}
#about_intro .section_label,
#about_intro .section_heading{
    text-align: center;
}
.about_intro_body{
    max-width: 80rem;
    margin: 8rem auto 0;
}
.about_intro_body p{
    font-size: 1.8rem;
    line-height: 2.6;
    color: #555;
    letter-spacing: .04em;
}
.about_intro_body p + p{
    margin-top: 2.4rem;
}

#news_list{
    background: #fff;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
#news_list ul{
    margin-top: 4rem;
}
#news_list ul li {
    border-bottom: 1px solid #e8e8e8;
}
#news_list ul li:first-child{
    border-top: 1px solid #e8e8e8;
}

#news_list ul li a{
    display: grid;
    grid-template-columns: 12rem 1fr auto;
    align-items: center;
    gap: 2.4rem;
    padding: 2.8rem 0;
    color: #222;
    font-weight: 400;
    font-size: 1.8rem;
    transition: all 0.25s ease;
    text-align: left;
    position: relative;
}
#news_list ul li a:hover{
    color: #f39800;
}
#news_list ul li a::after{
    content: '→';
    font-size: 1.4rem;
    color: #ccc;
    transition: transform 0.25s ease, color 0.25s ease;
}
#news_list ul li a:hover::after{
    transform: translateX(4px);
    color: #f39800;
}
#news_list ul li a span.news{
    display: none;
}
.newsa,
.newsb{
    margin-left: 20px;
    font-size: 1.2rem;
    padding: 0px 1px 0 3px;
    color: #4B4B4B;
    font-weight: 500;
    border-radius: 6px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsa{
    background: #EAD9E9;
}
.newsb{
    background: #BCD8F0;
}
.newsa:before{
    content: "A.";
}
.newsb:before{
    content: "B.";
}
.news_date{
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    color: #aaa;
    letter-spacing: .06em;
    white-space: nowrap;
}
.news_title{
    color: inherit;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.7;
}
h3.news_title{
    margin-top: 0;
}
ul.page-numbers{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 5px;
}
ul.page-numbers li a,
ul.page-numbers li span{
    padding: 0 7px;
    font-size: 1.6rem;
    border: 1px solid transparent;
}
ul.page-numbers li a{
    color: #007698;
    border: 1px solid #007698;
    transition: all ease 0.2s;
}
ul.page-numbers li a:hover{
    color: #fff;
    background: #007698;
}

.archive_link{
    width: 100%;
    font-size: 1.6rem;
    border: 1px solid #96673d;
    color: #96673d;
    background: #fff;
    max-width: 240px;
    padding: 1.2rem 2.4rem;
    text-align: center;
    margin: 5rem auto 0 auto;
    transition: all ease 0.2s;
    border-radius: 50px;
    letter-spacing: .08em;
}
.archive_link:hover{
    opacity: 1;
    background: #96673d;
    color: #fff;
}


/* Archive_news
----------------------------------------------------------------------*/
.archive_news article{
    padding-top: 6rem;
    padding-bottom: 10rem;
}
.archive_news .news_list{
    margin-top: 4rem;
}
.archive_news .news_list li{
    border-bottom: 1px solid #e8e8e8;
}
.archive_news .news_list li:first-child{
    border-top: 1px solid #e8e8e8;
}
.archive_news .news_list li a{
    display: grid;
    grid-template-columns: 12rem 1fr auto;
    align-items: center;
    gap: 2.4rem;
    padding: 2.8rem 0;
    color: #222;
    font-weight: 400;
    font-size: 1.8rem;
    transition: all 0.25s ease;
    text-align: left;
    position: relative;
}
.archive_news .news_list li a:hover{
    color: #f39800;
}
.archive_news .news_list li a .article-date{
    font-size: 1.5rem;
    color: #aaa;
    letter-spacing: .06em;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.archive_news .news_list li a .article-title{
    font-size: 1.8rem;
    color: inherit;
    line-height: 1.7;
}
.archive_news .news_list li a::after{
    content: '→';
    font-size: 1.4rem;
    color: #ccc;
    transition: transform 0.25s ease, color 0.25s ease;
}
.archive_news .news_list li a:hover::after{
    transform: translateX(4px);
    color: #f39800;
}


/* Single_news
----------------------------------------------------------------------*/
/* Single news hero */
.single_hero{
    background: #f7f7f7;
    border-bottom: 1px solid #ececec;
    padding: 12rem 0 8rem;
    text-align: left;
}
.single_hero_in{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 4rem;
}
.single_hero_label{
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .3em;
    color: #f39800;
    margin-bottom: 2rem;
}
.single_hero_title{
    font-size: 3.2rem;
    font-weight: 300;
    color: #222;
    line-height: 1.6;
    letter-spacing: .04em;
    margin: 0 0 2.4rem;
}
.single_hero_date{
    display: block;
    font-size: 1.5rem;
    color: #aaa;
    letter-spacing: .08em;
}

/* Single article body */
.single_article{
    padding-top: 6rem;
    padding-bottom: 10rem;
    text-align: left;
}
.single_article .edit-area{
    font-size: 1.6rem;
    line-height: 2.0;
    color: #333;
}
.single_article .edit-area p{
    margin-top: 2.4rem;
}
.single_article .edit-area p:first-child{
    margin-top: 0;
}
.single_article .edit-area h2{
    font-size: 2.2rem;
    font-weight: 500;
    color: #222;
    margin: 5rem 0 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f39800;
    display: block;
    width: 100%;
    text-align: left;
    letter-spacing: .04em;
}
.single_article .edit-area h3{
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    margin: 3.6rem 0 1.6rem;
}
.single_article .edit-area img{
    max-width: 100%;
    height: auto;
    margin-top: 3rem;
    border-radius: 8px;
}
.single_article .edit-area ul,
.single_article .edit-area ol{
    margin-top: 2rem;
    padding-left: 2rem;
}
.single_article .edit-area li{
    margin-top: 0.8rem;
    line-height: 1.8;
}
.single_footer{
    margin-top: 6rem;
    padding-top: 4rem;
    border-top: 1px solid #ececec;
}


/* Top
----------------------------------------------------------------------*/
.key_in{
    position: relative;
}
.scroll_indicator{
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    cursor: pointer;
    text-decoration: none;
}
.scroll_text{
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .25em;
    color: rgba(255,255,255,0.85);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.scroll_line{
    display: block;
    width: 1px;
    height: 8rem;
    background: rgba(255,255,255,0.2);
    position: relative;
    overflow: hidden;
}
.scroll_line::after{
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    animation: scrollLine 1.8s ease-in-out infinite;
}
@keyframes scrollLine{
    0%   { top: -100%; }
    100% { top: 100%; }
}
.catch{
    position: absolute;
    top: calc(50% - 2rem);
    left: 50%;
    transform: translate(-50%, -50%) scale(0.25);
    z-index: 3;
    height: 180%;
    width: auto;
}
.slideshow {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 100svh;
    overflow: hidden;
    background: #333;
}
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: fade 15s infinite;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.80;
    animation: pan 15s ease-in-out infinite;
}
.slide:nth-child(1) { animation-delay:  0s; }
.slide:nth-child(2) { animation-delay:  5s; }
.slide:nth-child(3) { animation-delay: 10s; }

.slide:nth-child(1) img { animation-delay:  0s; }
.slide:nth-child(2) img { animation-delay:  5s; }
.slide:nth-child(3) img { animation-delay: 10s; }

@keyframes fade {
    0%   { opacity: 0; }
    7%   { opacity: 1; }
    33%  { opacity: 1; }
    40%  { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes pan {
    0%   { transform: scale(1.02) translateX(0.6%); }
    32%  { transform: scale(1.02) translateX(-0.6%); }
    40%  { transform: scale(1.02) translateX(-0.6%); }
    40.1% { transform: scale(1.02) translateX(0.6%); }
    100% { transform: scale(1.02) translateX(0.6%); }
}

.slide figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem 1.5rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    color: #fff;
    font-family: sans-serif;
    font-size: clamp(0.875rem, 2vw, 1.125rem);
}

#top #news_list > div > span{
    display: block;
    margin-top: 30px;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 500;
    padding-left: 20px;
    color: #555;
}
#top #news_list > div > span:nth-of-type(1){
    border-left: 4px solid #C8E8FE;
}
#top #news_list > div > span:nth-of-type(2){
    border-left: 4px solid #C8E8FE;
}
#top .archive_link{
    margin-top: 60px;
}
body#top footer{
    margin-top: 0;
}

/* アクセス：地図左全幅フルブリード */
#top #access{
    margin-top: 0;
    background: #f7f7f7;
}
.access_map_wrap{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 70rem;
}
.access_map_wrap .g_map{
    flex: 0 0 62%;
    position: relative;
}
.access_map_wrap .g_map iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.access_content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem 8rem;
    position: relative;
    overflow: hidden;
}
.access_label{
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .3em;
    color: #f39800;
    margin-bottom: 1.2rem;
}
.access_content h2{
    display: block;
    width: 100%;
    font-size: 3.5rem;
    margin: 0 0 6rem 0;
    text-align: left;
    color: #222;
    letter-spacing: .04em;
}
.access_content h2 span{
    display: none;
}

/* 交通リスト */
.access_info_list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.access_info_list li{
    display: flex;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid #e8e8e8;
    padding: 3rem 0;
}
.access_info_list li:last-child{
    border-bottom: 1px solid #e8e8e8;
}
.access_type{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #f39800;
    margin-right: 1.6rem;
}
.access_type svg{
    width: 2.4rem;
    height: 2.4rem;
    display: block;
}
.access_route{
    font-size: 1.6rem;
    line-height: 1.8;
    color: #444;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 0.4em;
    text-align: left;
}
.access_route strong{
    color: #f39800;
    font-weight: 700;
}

#contact{
    background: #fff;
    padding: 0;
}
.contact_inner{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 65rem;
}
.contact_lead{
    flex: 0 0 42%;
    background: #f39800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem 8rem;
}
.contact_en{
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .4em;
    color: rgba(255,255,255,0.7);
    margin-bottom: 1.2rem;
}
.contact_ja{
    display: block;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: .1em;
    color: #fff;
    margin: 0 0 6rem;
    line-height: 1.3;
    text-align: left;
}
.contact_desc{
    font-size: 1.6rem;
    color: rgba(255,255,255,0.85);
    line-height: 2.0;
    letter-spacing: .06em;
}
.contact_info{
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 7rem 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    background: #fff;
}
.contact_info li{
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 3.4rem 0;
    border-top: 1px solid #ececec;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.contact_info.is-visible li{
    opacity: 1;
    transform: translateY(0);
}
.contact_info.is-visible li:nth-child(2){ transition-delay: 0.15s; }
.contact_info.is-visible li:nth-child(3){ transition-delay: 0.30s; }
.contact_info li:first-child{
    border-top: none;
}
.contact_label{
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .2em;
    color: #f39800;
    width: 4.5rem;
    flex-shrink: 0;
    text-align: left;
}
.contact_value{
    font-size: 2.2rem;
    color: #222;
    letter-spacing: .04em;
    font-weight: 300;
}


#privacy h1+*,
#privacy h2+*{
    margin-top: 40px;
}
#privacy h3{
    text-align: center;
}

#privacy .prop{
    max-width: 600px;
}

#privacy p{
    line-height: 1.8;
}
#privacy p:not(:first-child){
    margin-top: 20px;
}



/* Footer
----------------------------------------------------------------------*/
footer {
    box-sizing: border-box;
    width: 100%;
    margin-top: 9rem;
    background: #f39800;
    color: #fff;
    padding: 0;
}

.footer_in {
    padding: 7rem 10rem 0;
}

/* ナビ行：ロゴ左、リンク群右 */
footer ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0 0 5rem;
    gap: 0;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

footer ul li {
    text-align: left;
}

footer ul li:nth-child(2) {
    margin-top: 0;
    margin-left: auto;
}

/* リンクグループを右寄せにまとめる */
footer ul li:not(.f_logo) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 3.6rem;
    margin-left: 3.6rem;
}

footer ul li a {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.4;
    transition: opacity 220ms ease;
}

footer ul li a:hover {
    opacity: 0.65;
    color: #fff;
}

footer ul li a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .14em;
    opacity: 0.65;
    margin-left: 0;
    line-height: 1.4;
    color: #fff;
}

/* ロゴ */
.f_logo {
    box-sizing: border-box;
    flex-shrink: 0;
}

.f_logo a {
    display: inline-block;
    overflow: hidden;
}

.f_logo img {
    width: 22rem;
    height: auto;
    filter: brightness(0) invert(1);
    display: block;
}

/* タグライン */
footer p {
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: .08em;
    line-height: 2.0;
    color: rgba(255, 255, 255, 0.7);
    padding: 5rem 0 5.5rem;
}

/* コピーライトバー（フル幅の濃いバンド） */
footer p.cr {
    width: calc(100% + 20rem);
    margin-left: -10rem;
    margin-top: 0;
    padding: 2.4rem 10rem;
    border-top: none;
    background: rgba(0, 0, 0, 0.22);
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.6;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

/* About
----------------------------------------------------------------------*/
#about {
    background: #fff;
}
.about_hero{
    padding: 12rem 0 10rem;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 1px solid #ececec;
}
.about_hero_ja{
    font-size: 3.6rem;
    font-weight: 300;
    letter-spacing: .12em;
    color: #222;
    margin: 0;
}
.about_body{
    padding-top: 8rem;
    padding-bottom: 12rem;
    max-width: 800px;
}
.about_dl{
    display: flex;
    flex-direction: column;
    gap: 0;
}
.about_row{
    display: flex;
    align-items: baseline;
    gap: 4rem;
    padding: 3rem 0;
    border-top: 1px solid #ececec;
}
.about_row:first-child{
    border-top: none;
}
.about_dl dt{
    width: 16rem;
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .12em;
    color: #aaa;
    text-transform: uppercase;
    text-align: left;
}
.about_dl dd{
    font-size: 2rem;
    font-weight: 400;
    color: #222;
    line-height: 1.7;
    letter-spacing: .04em;
    margin: 0;
    text-align: left;
}
.about_sub{
    display: block;
    font-size: 1.4rem;
    color: #777;
    margin-top: 0.6rem;
    letter-spacing: .06em;
}
