*body{
	margin:0;
	padding:0;
}

/*********************************
	＠問い合わせ　Contact Form 7カスタマイズ
*********************************/

.wpcf7 form {
    margin: 0em 0em 0;
  }
  .wpcf7 {
    border: 0px solid #ddd;
    background: #ffffff;
  }
  .form__wrap {
    width: 100%;
    max-width: 900px;  /*フォームの最大幅*/
    margin-right: auto;
    margin-left: auto;
  }
  .wpcf7 .template02 {
    color: #323232;
    font-size: 16px;
  }
  .wpcf7 .template02 a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: inherit;
    transition: opacity .25s;
  }
  .wpcf7 .template02 a:hover {
    opacity: .5;
    transition: opacity .25s;
  }
  .wpcf7 .template02 div.form__row {
    display: flex;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d8d8d8;
  }
  .wpcf7 .template02 div.form__row.row-privacy, .wpcf7 .template02 div.form__row.row-submit {
    display: block;
    border-top: 0;
    margin-top: 1em;
    text-align: center;
  }
  .wpcf7 .template02 p.form__label, .wpcf7 .template02 p.form__body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .wpcf7 .template02 p.form__label {
    width: 36%;
    padding: 1.5em 1em;
    font-size: 15px;
  }
  .wpcf7 .template02 p.form__body {
    width: 64%;
    padding: 1.5em 1em;
  }
  .wpcf7 .template02 div.form__row.row-privacy .form__body, .wpcf7 .template02 div.form__row.row-submit .form__body {
    width: 100%;
  }
  .wpcf7 .template02 p.form__label label {
    position: relative;
    margin: 0;
    padding: 4px 0;
    padding-left: 44px;
    box-sizing: border-box;
  }
  .wpcf7 .template02 p.form__label label::after {
    content: "任意";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    margin: 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #ececec;
    color: #ffd700;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
  }
  .wpcf7 .template02 p.form__label.is-required label {
    position: relative;
  }
  .wpcf7 .template02 p.form__label.is-required label::after {
    content:"必須";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    padding: 0 5px;
    background-color: #ffd700;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }
  .enform .wpcf7 .template02 p.form__label label { padding-left:5em; }
  .enform .wpcf7 .template02 p.form__label.is-required label::after { content: "Mandatory";width:6em;}
  .enform .wpcf7 .template02 p.form__label label::after { content: "Any";width:6em;}
/* テキストフィールド */
  .wpcf7 .template02 input[type=text], .wpcf7 .template02 input[type=tel], .wpcf7 .template02 input[type=email], .wpcf7 .template02 textarea {
    width: 100%;
    margin: 0;
    padding: .5em 1em;
    border: 1px solid #9f9f9f;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
/* テキストフィールド placeholder */
  .wpcf7 .template01 input[type=text]::placeholder, .wpcf7 .template01 input[type=tel]::placeholder, .wpcf7 .template01 input[type=email]::placeholder, .wpcf7 .template01 input[type=url]::placeholder, .wpcf7 .template01 input[type=date]::placeholder, .wpcf7 .template01 input[type=number]::placeholder, .wpcf7 .template01 textarea::placeholder {
    color: #ccc;
  }
  .wpcf7 .template01 input[type=text]:-ms-input-placeholder, .wpcf7 .template01 input[type=tel]:-ms-input-placeholder, .wpcf7 .template01 input[type=email]:-ms-input-placeholder, .wpcf7 .template01 input[type=url]:-ms-input-placeholder, .wpcf7 .template01 input[type=date]:-ms-input-placeholder, .wpcf7 .template01 input[type=number]:-ms-input-placeholder, .wpcf7 .template01 textarea:-ms-input-placeholder {
    color: #ccc;
  }
  .wpcf7 .template01 input[type=text]::-ms-input-placeholder, .wpcf7 .template01 input[type=tel]::-ms-input-placeholder, .wpcf7 .template01 input[type=email]::-ms-input-placeholder, .wpcf7 .template01 input[type=url]::-ms-input-placeholder, .wpcf7 .template01 input[type=date]::-ms-input-placeholder, .wpcf7 .template01 input[type=number]::-ms-input-placeholder, .wpcf7 .template01 textarea::-ms-input-placeholder {
    color: #ccc;
  }
/* テキストフィールド フォーカス時 */
  .wpcf7 .template01 input[type=text]:focus, .wpcf7 .template01 input[type=tel]:focus, .wpcf7 .template01 input[type=email]:focus, .wpcf7 .template01 input[type=url]:focus, .wpcf7 .template01 input[type=date]:focus, .wpcf7 .template01 input[type=number]:focus, .wpcf7 .template01 textarea:focus {
    outline: 0;
    border: 1px #0d3f76 solid;
    box-shadow: 0 0 2px 2px rgb(22, 107, 202);
  }
/* チェックボックス */
  .wpcf7 .template02 input[type=checkbox] {
    display: none;
  }
  .wpcf7 .template02 input[type=checkbox] + span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }
  .wpcf7 .template02 input[type=checkbox] + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    background-color: #fefefe;
    box-sizing: border-box;
  }
  .wpcf7 .template02 input[type=checkbox] + span::after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: .8em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    transform: rotate(40deg);
    transition: opacity .25s ease;
  }
  .wpcf7 .template02 input[type=checkbox]:checked + span {
    color: #113d6e;
    transition: all .25s ease;
  }
  .wpcf7 .template02 input[type=checkbox]:checked + span::before {
    opacity: 1;
    border: 1px solid #68a0e1;
    box-shadow: 0 0 2px 2px rgb(184, 200, 218);
    background-color: #004799;
    transition: opacity .25s ease;
  }
  .wpcf7 .template02 input[type=checkbox]:checked + span::after {
    opacity: 1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity .25s ease;
  }
/* ラジオボタン */
  .wpcf7 .template02 input[type=radio] {
    display: none;
  }
  .wpcf7 .template02 input[type=radio] + span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }
  .wpcf7 .template02 input[type=radio] + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50%;
    background-color: #fefefe;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }
  .wpcf7 .template02 input[type=radio] + span::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }
  .wpcf7 .template02 input[type=radio]:checked + span {
    color: #0c396b;
  }
  .wpcf7 .template02 input[type=radio]:checked + span::before {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
  }
  .wpcf7 .template02 input[type=radio]:checked + span::after {
    opacity: 1;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #004fa4;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }
 /* セレクト */
  .wpcf7 .template02 span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .wpcf7 .template02 select {
    cursor: pointer;
    width: 250px;
    max-width: 100%;
    margin: 0;
    padding: .5em 3.5em .5em 1em;
    border: 1px solid #9f9f9f;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    background-image: linear-gradient(90deg, #d4cbb2, #d4cbb2);
    background-position: 100% 0;
    background-size: 2em 3.5em;
    background-repeat: no-repeat;
    color: inherit;
    font-size: inherit;
    line-height: 1;
    box-sizing: border-box;
    transition: border-color 0.2s ease, outline 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .wpcf7 .template02 select::-ms-expand {
    display: none;
  }
  .wpcf7 .template02 span.select-wrap::after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: .6em;
    height: .6em;
    top: 50%;
    right: .8em;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    box-sizing: border-box;
  }
  .wpcf7 .template02 select:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgb(0, 0, 0);
  }
  .wpcf7 .template02 span.select-wrap:focus-within::after {
    border-bottom: 1px solid #6c5d2f;
    border-right: 1px solid #6c5d2f;
  }
/* 送信ボタン */
  .wpcf7 .template02 .submit-btn {
    position: relative;
    width: 320px;
    height: 65px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7 .template02 input[type="submit"] {
    cursor: pointer;
    width: 320px;
    max-width: 100%;
　　box-shadow:: none;
    border: 1px solid #000000 !important;
    border-radius: 8px;
　　 background-color: #fff;
    color: #000;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    transition: all .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .wpcf7 .template02 input[type="submit"]:disabled {
    cursor: not-allowed;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
    background-color: #fff !important;
    color: #000 !important;
    padding: 1px;
  }
  .wpcf7 .template02 input[type="submit"]:hover {
    box-shadow: 0 0 2px 2px rgb(0, 0, 0);
    background-color: #fff;
    color: #000;
    transition: all .25s;
  }
  .wpcf7 .template02 input[type="submit"]:focus {
    outline: 0;
    border: 1px #fff solid;
    box-shadow: 0 0 2px 2px rgb(0, 0, 0);
  }
  input[type="submit"] {
    border: 1px solid #0000 !important;
    padding: 10px;
  }
  .arrow {
    position: relative;
  }
  .arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 12px solid #034693;
    border-bottom-width: 0;
  }
  ::placeholder {
    color: #0000;
  }
  @media only screen and (max-width: 799px) {
    .wpcf7 .template02 div.form__row {
      display: block;
    }
    .wpcf7 .template02 p.form__label {
      width: 100%;
      padding: 1.5em 1em 0;
    }
    .wpcf7 .template02 p.form__body {
      width: 100%;
      padding: 1em 1em 1.5em;
    }
  }
/*ã€‡ã®éžè¡¨ç¤º*/
.content ol>li:before, .content ul>li:before{ display:none;}


/*ãƒªãƒ³ã‚¯ã¨ãƒ›ãƒãƒ¼ã®æ–‡å­—è‰²å¤‰æ›´*/
.globalNavi__list .current_page_item > a, 
.globalNavi__list .current-menu-item > a, 
.globalNavi__list .page_item a:hover,
 .globalNavi__list .menu-item a:hover {
 border-bottom:2px solid rgba(255,215,0,0.48); 
color:#fffff;
}

.l-footer .bottomFooter { background: #ffff;}
.bottomFooter__list li { color: #000000;}
.bottomFooter__list li a:hover{ border-color: #000000;}
.bottomFooter__copyright { color: #000000; }
.bottomFooter__link{ color: #000000;}
h4{ padding: 1rem 2rem; border-left: 4px solid #ffd700;}

.menuBtn { top: 8px;}
header .container {margin-left:0;}
@media only screen and (min-width: 1139px) {
header.l-header,.breadcrumb__list { max-width: 1170px;margin: auto;}
header.l-header.l-header-clone {max-width: 100%;}
 header.l-header.l-header-clone > * { max-width: 1170px;margin: auto;}
}
@media only screen and (min-width: 1000px) {
header .container-header { margin:auto;}
.globalNavi__list li:last-child a {  margin-right: 0px; } 
}

.globalNavi__list { list-style: none; display: flex; justify-content: end; align-items: center;}
.globalNavi__list>li { padding: 0 .5em;}
ul.new-posts .post-data { margin-left: 8.5em; margin-top: 0;}

.still { height:35vw;}
aside ul.new-posts .post-data { margin-left: 7em; margin-top: 0;}
aside ul.new-posts li {padding:1em 0;}
aside ul.new-posts .new-mark { padding: 0.4em 0.4em .5em; vertical-align: baseline; margin: 0em .5em 0 0; display: inline-block;}
aside ul.new-posts .title {display: inline-block; vertical-align: top;}
aside ul.new-posts .new-mark +  .title {width: calc(100% - 3.2em);}

#viewNormal:checked~.archive .archive__contents { margin-left:0;}
article.archive__item .heading{margin-bottom:0;margin: 0;}

.archive {display: grid;grid-template-columns: repeat(2, 1fr);grid-column-gap: 15px;grid-row-gap: 15px;margin-bottom: 2em;}
.archive .phrase { display: block; margin-bottom: 0px;}
.archive time {font-size:90%;color: #7f7f7f;display: block;margin-bottom: .5em;}

#viewWide:checked~.archive{ display:block;}
#viewWide:checked~.archive .archive__item + .archive__item ,
#viewNormal:checked~.archive .archive__item + .archive__item { margin-top:1.5em;}

#viewNormal:checked~.archive{ display:block;}
#viewNormal:checked~.archive .archive__item a{display:block;position:relative;min-height: 200px;padding-left: 32%;}
#viewNormal:checked~.archive .archive__item a .eyecatch{width: 30%;position:absolute;left:0;top:0;height:100%;margin: 0;}

@media (min-width: 900px) {
.archive {grid-template-columns: repeat(3, 1fr);}
}

@media (min-width: 600px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) { margin-top: 0;}
}
@media (max-width: 900px) {
#viewNormal:checked~.archive .archive__item a{ min-height: 10em; }
}
@media (max-width: 600px) {
.archive {display:block; }
#viewNormal:checked~.archive .archive__item {margin-bottom:1em;}
#viewNormal:checked~.archive .archive__item a{ min-height:initial;height:100%;}
}

/*スタッフ紹介*/
section.staff.grid {}

ul.stafflist {display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 60px; grid-row-gap: 60px;}
ul.stafflist li {margin:0; padding:0;}
ul.stafflist li .img {width: 230px; height: 230px; overflow:hidden;margin: auto;border-radius: 50%;}
ul.stafflist li .img img {object-fit: cover;height: 100%;width: 100%;}
ul.stafflist li h2 {border-bottom: 1px solid #eee;padding: .8em 0 0.8em;margin-bottom: .8em;}
ul.stafflist li .name {text-align: right;font-size: 140%;font-weight: bold;margin-top: 1.5em;}
ul.stafflist li .mem1 {margin-top:1.5em;}

@media only screen and (max-width: 900px){
ul.stafflist {display: block;padding:0 4%; max-width:700px; margin:0 auto;}
ul.stafflist li + li {margin-top:60px;}    
}

@media only screen and (max-width: 500px){
ul.stafflist li .img {width: 12em; height:12em; }
ul.stafflist li h2 { padding: 0 0 0.8em;}    
}
.top_list.flex {display: flex;width: 100%;box-sizing: border-box;margin: 80px auto; align-items: flex-start;}
.top_list .archive {width:calc(96% - 140px);margin-right:5%; }
.monthly_a {width:140px;}
.monthly_a ul {border-top: dotted 1px rgba(0,0,0,.1);}
.content .monthly_a li {display: block;border-bottom: dotted 1px rgba(0,0,0,.1);line-height: 1.5;padding: 15px 0;padding-left: 0;transition: .15s;}

.content article.archive__item .heading {font-size:100%;}
.content article.archive__item .heading + p { margin-top: 0rem;}

@media (max-width: 600px) { 
.top_list.flex {display: block; margin: 3em auto;}
.top_list .archive {width:100%;margin-right:0; }
.monthly_a {width:100%;}
}

/* 202502追加 ページトップボタン重複のためデフォルトのボタンを非表示 */
.scrolled .page_top_btn {
	display: none;
}

/* 202503追加 メインビジュアルスライダー表示調整 */
.l-headerBottom .swiper-container.swiper-slider {
	aspect-ratio: 2 / 1;
    height: auto;
}
