@charset "utf-8";
/*
Theme Name: arkhe_child
Template: arkhe
Author:Lino
Description: Lino作成　転用・複製不可
Version:1.0.0
Tags:custom, child theme
*/
body {
  font-family: "ヒラギノ角ゴ ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  letter-spacing: 0.05em;
}
a {
  text-decoration: none;
　color: #2b68b3;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
.l-header__searchBtn {
  display: none !important;
}
@media not all and (min-width: 1000px) {
  .l-content {
    overflow-y: hidden;
  }
}
.with100vw {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.with100vw .wp-block-group__inner-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100vw !important;
}
.width1200 {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}
.width900 {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .pc-max-width-600px {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .pc-max-width-800px {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.textL {
  text-align: left;
}
.textR {
  text-align: right;
}
.textC {
  text-align: center;
}
.po-R {
  position: relative;
}
.imgBoderR15 img {
  border-radius: 15px;
}
.font-jp {
  font-family: 'Noto Serif JP', serif;
}
.font-en, .ark-block-heading__sub {
  font-family: "Jost";
}
.firstl:first-letter {
  color: #AA8743;
}
.fontW400 {
  font-weight: 400;
}
.fontW500 {
  font-weight: 500;
}
.mt30 {
  margin-top: 32px !important;
}
.mtv4 {
  margin-top: 4vh !important;
}
.mtv5 {
  margin-top: 5vh !important;
}
.mtv6 {
  margin-top: 6vh !important;
}
.mbv4 {
  margin-bottom: 4vh !important;
}
.mbv5 {
  margin-bottom: 5vh !important;
}
.mbv6 {
  margin-bottom: 6vh !important;
}
.mbv11 {
  margin-bottom: 11vh !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.gap0 {
  gap: 0 !important;
}
.gap1 {
  gap: 1rem !important;
}
.padding0{padding: 0!important;}
.padding0 .wp-block-group__inner-container{padding: 0!important;}
@media screen and (min-width: 1000px) {
  .mb-pc-v4 {
    margin-bottom: 4vh;
  }
}
/*カラムの表示をスマホでは逆にする*/
@media screen and (max-width: 767px) {
  .reverse {
    flex-direction: column-reverse !important;
  }
}
.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s, transform 2s;
}
.fade-in.show {
  opacity: 1;
  visibility: visible;
}
.fade-in.BtoT {
  transform: translateY(40px);
}
.fade-in.BtoT.show {
  transform: translateY(0px);
}
.fade-in.TtoB {
  transform: translateY(-40px);
}
.fade-in.TtoB.show {
  transform: translateY(0px);
}
.fade-in.RtoL {
  transform: translateX(40px);
}
.fade-in.RtoL.show {
  transform: translateY(0px);
}
.fade-in.LtoR {
  transform: translateX(-40px);
}
.fade-in.LtoR.show {
  transform: translateY(0px);
}
.scale-up {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.scale-up.show {
  opacity: 1;
  transform: scale(1);
}
.marker {
  background: linear-gradient(transparent 80%, rgb(255 220 64) 80%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.marker.show {
  background-size: 100% 100%;
}
/*--メディア---------------------------*/
@media (max-width:768px) {
  .pc {
    display: none !important;
  }
  .pcbr br {
    display: none !important;
  }
  .sp-mt-0 {
    margin-bottom: 0px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-font-25 {
    font-size: 2.5rem !important;
  }
  .sp-gap0 {
    gap: 0 !important;
  }
 .text-sp-left{text-align: left!important;}
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .spbr br {
    display: none !important;
  }
  .pc-mb-0 {
    margin-bottom: 0px !important
  }
  .pc-mt-50 {
    margin-top: 50px !important;
  }
}
.border0 {
  border: 0 !important;
}
.borderB2 a {
  border-bottom: 2px solid;
}
.title-line-under {
  text-align: center;
  font-size: 1rem;
}
.title-line-under span {
  display: block;
  font-size: 2.55rem;
  letter-spacing: 0.6rem;
  color: #5685c0;
}
.title-line-under:after {
  display: block;
  position: relative;
  content: '';
  background: #5685c0;
  width: 30px;
  height: 1px;
  transform: rotate(90deg);
  margin: auto;
  bottom: -15px;
}
.titleBoderBoth {
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 1.2em;
  padding: 0;
}
.titleBoderBoth::before {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid currentColor;
  margin-right: 1em;
}
.titleBoderBoth::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid currentColor;
  margin-left: 1em;
}
.wp-social-link {
  background-color: #5685c0 !important;
}
.nowrap {white-space: nowrap}
.is-content-justification-center {
  justify-content: center;
}
.is-content-justification-right {
  justify-content: right;
}
/* sp-scroll */
@media (max-width: 768px) {
    .scrollable {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 8px;
    }

    .scrollable .wp-block-column {
        flex: 0 0 auto;
        min-width: 200px;
    }
}
@media (min-width: 769px) {
    .scrollable {
        display: flex;
        flex-wrap: wrap;
        overflow-x: visible;
        gap: 16px;
    }
    .scrollable .wp-block-column {
        flex: 1 1 0;
    }
}
/*--header----------------*/
.l-header {box-shadow: 0 3px 10px rgb(0 0 0 / 10%);}
.l-header__body {padding-left: 2vw;}
/* spロゴを左 */
@media (max-width: 999px) {
  .l-header__center {
    grid-area: left;
    padding: 8px 0;
    width: 200px;
  }
}
.h-contact a{
    height: 90px;
    border-radius: 0px;
    font-size: 0.9rem!important;
    background-color:#e32755!important;
}
.c-gnav {margin-right: 1rem;}
.c-gnav .__mainText {font-size: 0.9rem;font-weight: bold;}
.c-gnav .__subText {
  font-weight: bold;
  font-size: 12px;
  opacity: 1;
}
.c-gnav .sub-menu {
  background: #00428b;
  border-radius: 15px;
  text-align: center;
}
.c-gnav .sub-menu .__mainText {
  font-size: 1em;
}
.c-gnav__depth1:before {
  background-color: #00428b;
}
.gnav-contact a {
  border: 4px double #ac9871;
  color: #796847 !important;
  height: 50px !important;
  line-height: 30px;
  padding: 0 15px !important;
  margin-left: 15px;
  margin-right: 20px;
  font-size: 1.1em;
  top: 22px;
}
.gnav-contact a:hover {
  color: #333 !important;
  background: rgb(217 202 172 / 18%) !important;
}
.header-text {
  font-size: 0.8em;
  letter-spacing: 0.1rem;
}
.header-tel {
  color: #976b1a;
  font-size: 1.4em;
}
.header-tel .icon {
  width: 25px;
  margin-right: 5px;
}
/*---sp menu---*/
.p-drawer {
background-color: #fffefd;
    width: 90%;
    left: 10%;
    color: #222222;
    box-shadow: -3px 0 10px rgb(0 0 0 / 10%);
    padding: 2rem 0 1rem;
}
.drawer-btn{
    background: #f1efeb;
    padding: 0.8rem;
}
[data-drawer-move=fade][data-drawer=opened] .l-header__drawerBtn {
    color: #3e3e3e;
}
/*--Toppage----------------*/
.top-fv{box-shadow: 0 3px 10px rgb(0 0 0 / 10%);}
@media screen and (max-width: 999px) {
.FV-text-box{    
    display: block;
    bottom: -40px;
    position: relative;
}
}
.FV-text1 mark{padding-left: 0.3rem;}
@media screen and (min-width: 1000px) {
.top-fv{height: 520px;}
.FV-text1 mark{font-size: 2.1rem;}
.FV-text2 mark{font-size: 1.1rem;}
}
.FV-text2 mark{padding-left: 0.3rem; background-color: rgba(255,255,255,0.85)!important;}
.top-fv-text{position:relative;}

/* --scrolldown-- */
.scroll {
  position: absolute;
  left: 50%;
  bottom: 7rem;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1000px) {
.scroll {bottom: 13rem;}
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #8fb4cf;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
.scroll::after {
  background-color: #e5eaee;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
 z-index: 1;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*--top--------------------------------*/
.title-lr {
  position: relative;
  color: transparent;
  display: inline-block;
}

.title-lr::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: #00428b;
}

.title-lr.show {
  animation-name: kf_a;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.title-lr.show::before {
  animation-name: kf_b;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes kf_a {
  100% {
    color: inherit;
  }
}

@keyframes kf_b {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
/*--tconcept--*/
.TopConcept-logo::before {
  content: "";
  position: absolute;
  display: block;
  left: -5rem;
  top: 5px;
  width: 120vw;
  height: 60px;
  z-index: -2;
  background-image: url(/wp-content/uploads/img/concept-bg.svg);
  background-repeat: repeat-x;
  animation: scroll-background-mobile 8s linear infinite;
  background-size: 120%;
  margin: 0;
  padding: 0;
}
@media (min-width: 481px) {
  .TopConcept-logo {
    height: 120px;
  }
  .TopConcept-logo::before {
    left: 0;
    top: 5px;
    height: 120px;
    background-repeat: repeat-x;
    animation: scroll-background-pc 25s linear infinite;
    background-size: 65%;
    max-width: 100vw;
  }
}
@media (min-width: 2000px) {
.TopConcept-logo::before {
    height: 160px;
  }
}
@keyframes scroll-background-mobile {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 240% 0;
  }
}
@keyframes scroll-background-pc {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -240% 0;
  }
}
@media (min-width: 481px) {
.top-Consept{margin-top: 1rem!important;}
}
@media (min-width: 1000px) {
.top-Consept{margin-top: 3rem!important;}
}
.Tconcept-text{
    max-width: 780px;
    margin: 2rem auto;
}

.t-c-text{font-size: 0.92rem!important;}
@media (min-width: 1000px) {
.t-c-text{font-size: 1rem!important;}
}

/*--top-reasons--*/
@media (min-width: 1000px) {
.top-reasons h3{font-size: 1.1rem!important;}
}
/*--top-jyoseikin--*/
.j-text-box{
    border: 2px solid #01418d;
    padding: 1rem!important;
    border-radius: 5px;
    box-shadow: 3px 3px #ecf5fa;
}
/*--top-voice--*/
.t-voice-title{
    writing-mode: vertical-rl;
    text-orientation: revert;
    text-align: left;
    letter-spacing: 0.2rem;
}
.t-voice-title h2{color: #01418d;}


/*--top news post--*/
.arkb-tabList__button[aria-selected=true] {border-bottom-color: #00428b;}
.top-news .arkb-tabList__button{font-size: 15px;}
.top-news-contents{background: #fcfcfc;padding: 1.5rem;}
/*--お知らせ--*/
.top-news-item{border-bottom: 1px dotted #CCC;padding: 0.5rem 0;}
.TopNews .date{font-size:0.9rem;}
.TopNews .new{margin-right: 0.5rem; color: #e32755;}
/*--ブログ--*/
.top-news-post { 
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: scroll !important; 
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 0px!important;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #666666 transparent;
  width: 100%;
  position: relative;
}
.top-news-post ul {margin-top: 0!important;}
.top-news-post li {
  flex: 0 0 220px !important;
  scroll-snap-align: start;
  position: relative;
  list-style: none;
}
@media (max-width: 768px) {
  .top-news-post li {
    flex: 0 0 70% !important;
    max-width: 220px;
  }
}
.top-news-post::-webkit-scrollbar {
  height: 8px;
}
.top-news-post::-webkit-scrollbar-thumb {
  background-color: #1d71b8;
  border-radius: 4px;
}
.top-news-post::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスタイル（重要な部分） */
@media screen and (max-width: 768px) {
  .top-news-post {
    -webkit-overflow-scrolling: auto !important; 
    overflow-x: scroll !important;
  }
}
.top-news-post .wp-block-latest-posts__featured-image{max-width: 94%;margin-bottom: 1rem;}
.top-news-post .wp-block-latest-posts__post-title{
    max-width: 94%;
    display: block;
    font-size: 0.9rem;
    text-decoration: none;
}
.top-news-post .wp-block-latest-posts__post-date{color: #666666;}
@media (min-width: 600px) {
.wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 1.25em!important;
    }
}
/*--footer---------------------------*/
.F-linklist a{ color:#222222;}
.F-linklist a:hover{ text-decoration: underline;}

@media (min-width: 1000px) {
.footer-contents .footer-logo .wp-block-image{text-align: left;}
.footer-text{text-align: left;}
.footer-contents .f-r-btn{justify-content: right;}
}
.l-footer__foot {
  margin-bottom: 3rem;
}

/*--pagetop-------------------------------*/
.c-fixBtn {
    background: #0a3769;
    color: #ffffff;
    height: 50px;
    opacity: 1;
    width: 50px;
    border-radius: 5px;
    box-shadow: 5px 5px #afaa9f;
}
/*--スマホpagetop位置の調整--*/
@media only screen and (max-width:599px) {
  .p-fixBtnWrap {
    bottom: 8%;
  }
}
/*--スマホのページ下部に固定メニュー--*/
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: -5px;
  z-index: 50;
  font-weight: 500;
  color: #6e4d0d;
  padding: 5px 0px;
}
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  text-align: center;
  background: #f1efeb;
}
#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 35%;
  margin: 0;
  padding: 7px 15px;
  font-size: 14px;
  border: 1px solid #FFF;
}
#sp-fixed-menu li:first-child {
  background: #00428b;
  width: 48%;
  margin-left: 5px;
  margin-right: 2px;
}
#sp-fixed-menu li:last-child {
  background: #e32755;
  width: 48%;
}
#sp-fixed-menu img {
  width: 18px;
  margin-right: 5px;
}
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
}
.grecaptcha-badge{bottom: 120px!important;}
/*--固定ページ---------*/

.p-page__title{justify-content: center;}

.c-pageTitle__main {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
text-align:center;
}

.c-pageTitle__main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #00428b 0%, #00428b 50%, #0093d4 50%, #0093d4 100%);
}

.p-breadcrumb{color: #666666;}
.p-topArea {
  min-height: 32vh;
}
.p-topArea.-noimg {
  background: #0085c2;
}
.p-topArea__body {
  color: #FFFFFF;
  position: relative;
  z-index: 3;
  width: 80%;
  border-radius: 2px;
}
.p-topArea__body h1 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: -20px;
}
.page-id-27 .u-obf-cover{object-position: top;}
.title1 .ark-block-heading__main{font-size: 2.8rem;}
.title2{
    background-image: linear-gradient(to right, #9E9E9E 1px, transparent 1px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 0.8rem;
}

/*--greetings------------------------*/
@media (min-width: 782px) {
.greetings-top-text figure{margin-top: -110px!important}
}
@media (min-width: 1000px) {
.greetings-text{
    max-width: 840px;
    margin-left: auto;
}
}

/*--共通-----------------------------*/
.title {
    position: relative;
    padding-left: 32px;
}
.title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/img/title-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.border-text1{
    background: #FFF;
    padding: 1rem 1rem;
    border-radius: 10px;
    /* box-shadow: 3px 3px 10px #e8eaeb; */
    border: 2px solid #0093d4;
}

.table1 table tr th,.table1 table tr td {
    border-color: #4f7caf!important;
}
.table1 thead th{background: #4f7caf!important;text-align: center !important;}
.table1 tbody tr:nth-child(odd) th,
.table1 tbody tr:nth-child(odd) td {
  background: #f4f7fc;
}

.table1 tbody tr:nth-child(even) th,
.table1 tbody tr:nth-child(even) td {
  background: #fdfeff;
}

/*--助成金について-----------------*/
.j-m-contents h2{color: #1d68b3;}
.j-m-item{
    background: #FFF;
    padding: 1.5rem 1rem 1rem!important;
    border-radius: 10px;
    border: 2px solid #6a93bf;/*#6a93bf #9eb3ca*/
}
.j-m-item h3{
    font-size: 1.2rem;
    background: #427db8;/*#427db8*/
    color: #FFF;
    letter-spacing: 0;
    border-radius: 5px;
}
@media (max-width: 781px) {
.j-m-item figure{
    max-width: 280px;
    margin: 1rem auto;
}
}
.subsidy3 h2{color: #453c30;}
.subsidy3 .ark-block-columns{
        background: #FFF;
    padding: 1rem;
    border-radius: 10px;
}
.subsidy3 .ark-block-column{border-bottom: 1px dashed var(--ark-color--border, #c8c8c880);padding-bottom: 1rem;}
.subsidy3 .ark-block-column:last-child {border-bottom: none;}
@media (min-width: 1000px) {
.subsidy3 .ark-block-column{border-bottom: 0;padding-top: 1rem;padding-bottom: 0;padding-left: 1rem;}
.subsidy3 .ark-block-column:not(:first-child) {border-left: 1px dashed var(--ark-color--border, #c8c8c880);margin-left: 1rem;}
}
.subsidy3 h4{letter-spacing: 0;font-size: 1.2rem;}

.subsidy5 .ark-block-column{
    display: flex;
    flex-direction: column;
    background: #FFF;
    border-radius: 15px;
    padding: 1rem;
    border: 1px solid #6a93bf;
    box-shadow: 3px 3px 0px #b0c9e3;
}

.subsidy5 h3 strong {
  font-size: 1.1rem;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.subsidy5 p:first-of-type {
  margin-bottom: 10px;
}
.subsidy5 .text-item{
    border-radius: 5px;
    padding: 1rem;
    border: 1px solid #afaa9f;
    box-shadow: 0px 0px 6px #dfdfdf;
  margin-top: auto;
}

/*--service------------------------*/
.service .wp-block-cover{border-radius: 10px; padding: 1rem;}
@media (max-width: 999px) {
.service .wp-block-cover h2{font-size: 1.4rem;}
}
.service1{
    background: #f1efeb !important;
    width: 96vw;
    padding: 2rem auto;
}
.service1-item{border-radius: 10px;}

.service [class*=is-style-ark-list-icon]>li:before{background-color: #afaa9f;}
.service .nav-btn{gap:0.5rem;}
.s-others h3{
    font-size: 1.1rem;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.vertical-rl{
    writing-mode: vertical-rl;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 0.5rem;
}
@media (max-width: 999px) {
.table-sticky{
  margin-top: 10px!important;
  max-height: 600px;
  overflow-y: auto;
}
.table-sticky tr:first-child th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
}
}
.price-text1{
    background: #f7f6f3;
    padding: 5px;
}
.price-table1 th{text-align: center!important;}
.price-table1 th, .price-table1 td{border-radius: 5px;}
.price-table1 td{line-height: 1.5;}
@media (min-width: 1000px) {
    .price-text1{text-align: center;}
    .price-table2 table {width: 1200px!important;}
}
.price-text2{ 
    border: 3px double #afaa9f;
    padding: 5px;
    box-shadow: 3px 3px #ededed;
}
/*--flow-----------------------------*/
.flow .ark-block-step{max-width: 880px;margin: auto;} 
.flow .ark-block-step__item{
    border-radius: 15px;
    box-shadow: 0 0 8px #e9e9e9;
}
.flow .ark-block-step__body{max-width: 800px;margin-left: auto;margin-right: auto;}
.flow .is-style-card .ark-block-step__item:before {border-top: 12px solid #afaa9f;}
.flow .ark-block-step__number{
    color: #ffffff;
    background: #00428b;
    padding: 5px;
    border-radius: 5px;
}
.flow-btn {
  align-items: stretch;
}

.flow-btn .wp-block-button {
  display: flex;
  width: 100%!important;
}

.flow-btn .wp-block-button__link {
  height: 100%;
}
@media (min-width: 1000px) {
.flow-btn .wp-block-button {
  width: 40%!important;
}
}

/*--QA-----------------------------*/
.qa-contents .ark-block-accordion{
    background: #FFFFFF;
    padding: 1rem;
    border-radius: 15px;
}
/* scFaq02 */
.arkp-scFaq02 {
    --arkp--item--bdr-color: #ddd;
    --arkp--item--bdr-radius: .5rem;
    --arkp--icn--width: 40px;
    --arkp--icn--bgc--q: #00428b;
    --arkp--icn--color--q: #fff;
    --arkp--icn--bgc--a: #0093d4;
    --arkp--icn--color--a: #fff;
}
.arkp-scFaq02 .ark-block-accordion__item {
    border: 1px solid var(--arkp--item--bdr-color);
    border-radius: var(--arkp--item--bdr-radius);
}
.arkp-scFaq02 .ark-block-accordion__title {
  font-weight: bold;
  padding: 1em 1em;
  background: none;
}
.arkp-scFaq02 .ark-block-accordion__title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  content: "Q";
  width: var(--arkp--icn--width);
  height: var(--arkp--icn--width);
  background: var(--arkp--icn--bgc--q);
  color: var(--arkp--icn--color--q);
  font-size: 115%;
  font-weight: normal;
  margin-right: .75rem;
  border-radius: 50%;
}
.arkp-scFaq02 .ark-block-accordion__body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.arkp-scFaq02 .ark-block-accordion__body .wp-block {
  margin-left: 0;
  margin-right: 0;
}
.arkp-scFaq02 .ark-block-accordion__body::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  content: "A";
  width: var(--arkp--icn--width);
  height: var(--arkp--icn--width);
  background: var(--arkp--icn--bgc--a);
  color: var(--arkp--icn--color--a);
  font-size: 115%;
  font-weight: normal;
  margin-right: .75rem;
  border-radius: 50%;
}
.arkp-scFaq02 .ark-block-accordion__body > p {
  padding-top: .4rem;
}

/*--office--------------------*/
.office-table table{
    background: #FFF;
    border: 0;
    border-radius: 10px;
}
.office-table td, .office-table th{border-left: 0;}
.office-table td:first-child{border-color: #00428b;}
@media (max-width: 767px) {
.office-table td, .office-table th{display: block;}
.office-table td:first-child{width: 30%;}
.office-table td:last-child { border: none; }
}
.profile-name-en{
    margin-top: -30px!important;
    font-size: 2rem;
    text-shadow: -3px -1px 0px #8495a7;
}
/*--contact--------------------*/
.contactForm{max-width: 980px;margin: auto;}
.smf-item__col--label {background-color: #f3f3f3;}
.smf-item__label{font-weight: bold;}
.contactForm .arkb-fz{
    background-color: #00428b;
    color: #FFF;
    padding: 0 10px;
}
[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
  background: #afaa9f;
}
.smf-error-messages {color: #c16b6c;}
.smf-action .smf-button-control__control {
  background: #e32755;
  border: 0px;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 0.5em;
  font-weight: 400;
  color: #FFFFFF;
  box-shadow: 3px 3px 0 #a79f8d;
}
.smf-form--business .smf-item__col--label{border-right: 0;}
.smf-form--business .smf-item{
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.smf-form--business .smf-item:last-child{border-bottom: 0;}

/*--sidebar----------------------------------*/
.l-sidebar{
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 10px;
}
.c-widget {
    background: #FFF;
    border-radius: 8px;
    padding: 1rem;
}
.l-sidebar .wp-block-heading{position: relative;padding-left: 32px;font-size: 1.2rem!important;}
.l-sidebar .wp-block-heading::before{
    content: "";
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
    width: 22px;
    height: 16px;
    background-image: url(/wp-content/uploads/img/title-icon2.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


/*アーカイブ・記事----------------------------------*/
/*アーカイブ共通*/
.p-postList .p-postList__title {
  font-weight: 500;
}
/*記事ページ共通*/
.p-entry__title .c-pageTitle__main {
  font-weight: 500;
}
.c-bottomSection__title, .c-secTitle, .c-widget > .wp-block-group > .wp-block-group__inner-container > h2, .c-widget__title, h2.widgettitle {
  font-weight: 500;
}
.p-archive__title {
  text-align: center;
}
.p-archive__title h1, .p-entry__title h1 {font-family: sans-serif;}

.arkhe-svg-posted {
    display: none !important;
}
.c-postTimes__item {
    gap: 0 !important;
}
.category-news .p-postList__category{display: none;}
.p-entry__title h1 {font-size: 1.8rem;}
.p-archive__desc{ text-align: center;}
.post-tag ul {
  padding: 0;
}
.post-tag li {
  display: inline-block;
  color: #4c7bb9;
  padding: 0 1rem;
  font-size: 0.8rem;
  border: 1px solid #4c7bb9;
}
.c-pnNav {
  border-top: 0.5px dashed #e3f2f7;
  padding-top: 2rem;
}
.c-bottomSection__title {
  font-family: "Jost", sans-serif;
  color: #4c7bb5;
  letter-spacing: 0.2rem;
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
}
.p-postList__title {
  color: #4c7bb5;
}
/*カテゴリー一覧のカテゴリ名を写真右上に表示*/
.p-postList.-type-card {
  position: relative;
}
.p-postList.-type-card .p-postList__link:hover .p-postList__body {
  opacity: 1;
}
.p-postList.-type-card .p-postList__body, .p-postList.-type-card .p-postList__meta {
  position: static;
}
.p-postList.-type-card .p-postList__meta {
  letter-spacing: 0.05em;
}
.p-postList.-type-card .p-postList__category {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  background-color: #2196F3;
  margin: 0;
  padding: 0.25em 1em;
  opacity: 1;
  border-radius: 0px;
  text-transform: uppercase;
}
.p-postList.-type-card .p-postList__category svg {
  display: none; 
}
/*--newslist--*/
.p-postList.-type-simple {
  border-top: 0px;
}
.p-postList.-type-simple .p-postList__link {
  border-bottom: 1px solid #f4f9ff;
}
.p-postList.-type-simple .p-postList__link:hover {
  background-color: #fbfdff;
}
.c-postTimes__item {
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
}
.category-link {
  margin-top: 3rem;
}
.-related .p-postList__item {
  padding: 0.5rem !important;
  margin: 1rem !important;
  border-radius: 10px;
  /* border: 1px solid #c8d7e3; */
}
.p-postList__title {
  font-weight: nomal !important;
}
.p-entry__foot .c-postTerms__link {
  background: #f5fbfd;
}

@media (min-width: 1000px) {
.-related .p-postList__item {
  margin: 0rem !important;
}
    [data-sidebar=off] .p-postList.-type-card .p-postList__item {
        flex-basis: calc(33.3% - 0.8rem);
    }
}
:root {--arkb-toc-color:#607D8B!important;}
.ark-block-toc .ark-block-toc__list[data-level="3"]:before {background-color: #9E9E9E;}
