@charset "UTF-8";
/* main colors */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# typography
# Layout
  ## Header
  ## Content
    ### Title
    ### button
    ### 背景セクション
    ### section
    ### ヒーローイメージ
    ### card
    ### category-style
    ### 詳細ページパターン
    ### form
    ### Pagination
    ### search
    ### sidebar
  ## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # typography
--------------------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

body {
  margin: 0;
  background-color: #0F1A31;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#wrapper {
  background-color: #FFF;
}

#content {
  background-color: #FFF;
  min-height: 800px;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.4rem;
}
h3 code {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.12rem;
}

h6 {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1.is-style-title,
h2.is-style-title,
h3.is-style-title,
h4.is-style-title,
h5.is-style-title,
h6.is-style-title {
  margin-bottom: 3.5rem;
  color: #19346E;
  font-size: 1.4rem;
  font-weight: 900;
}
h1.is-style-headline,
h2.is-style-headline,
h3.is-style-headline,
h4.is-style-headline,
h5.is-style-headline,
h6.is-style-headline {
  padding-bottom: 12px;
  border-bottom: 1px solid #666;
  font-weight: 900;
  line-height: 1.3;
}
h1.is-style-left-line,
h2.is-style-left-line,
h3.is-style-left-line,
h4.is-style-left-line,
h5.is-style-left-line,
h6.is-style-left-line {
  padding-left: 10px;
  border-left: 3px solid #666;
}
h1.is-style-title-xxl,
h2.is-style-title-xxl,
h3.is-style-title-xxl,
h4.is-style-title-xxl,
h5.is-style-title-xxl,
h6.is-style-title-xxl {
  margin-bottom: 3.5rem;
  letter-spacing: 5px;
  color: #19346E;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
}
h1.is-style-icon,
h2.is-style-icon,
h3.is-style-icon,
h4.is-style-icon,
h5.is-style-icon,
h6.is-style-icon {
  margin-bottom: 3.4rem;
  text-align: center;
  color: #555;
  font-size: 1.3rem;
  font-weight: bold;
}
h1.is-style-icon i,
h2.is-style-icon i,
h3.is-style-icon i,
h4.is-style-icon i,
h5.is-style-icon i,
h6.is-style-icon i {
  display: block;
  margin-bottom: 0.8rem;
  color: #19346E;
  font-size: 2.7rem;
}
h1.is-style-thin-copy,
h2.is-style-thin-copy,
h3.is-style-thin-copy,
h4.is-style-thin-copy,
h5.is-style-thin-copy,
h6.is-style-thin-copy {
  margin-bottom: 3.8rem;
  color: #000;
  font-size: 2rem;
  font-weight: 100;
}
h1.is-style-thin,
h2.is-style-thin,
h3.is-style-thin,
h4.is-style-thin,
h5.is-style-thin,
h6.is-style-thin {
  margin-bottom: 1.3rem;
  color: #000;
  font-size: 2rem;
  font-weight: 100;
}
h1.is-style-light,
h2.is-style-light,
h3.is-style-light,
h4.is-style-light,
h5.is-style-light,
h6.is-style-light {
  margin-bottom: 1.2rem;
  font-weight: 300;
}
h1.is-style-padding,
h2.is-style-padding,
h3.is-style-padding,
h4.is-style-padding,
h5.is-style-padding,
h6.is-style-padding {
  margin-bottom: 0.6rem;
  padding: 0.5rem 1.1rem 0.6rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.53;
}

.bold {
  font-weight: bold;
}

.is-style-icon i {
  color: #19346E;
}

.is-style-copy {
  font-size: 1rem;
  line-height: 2;
}

.is-style-lead {
  font-size: 1.25rem;
}

.is-style-lead_sm {
  font-size: 1.13rem;
}

.is-style-desc {
  line-height: 1.8;
}

.is-style-mb-1 {
  margin-bottom: 0.8rem;
}

ul li,
ol li {
  margin-bottom: 0.5rem;
  line-height: 1.65;
}
ul::after,
ol::after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: underline;
  color: #0F1A31;
}
a img {
  transition: all 0.2s ease-in;
}
a:hover {
  color: #EB0000;
}
a.over:hover {
  opacity: 0.65;
}

p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
}

strong {
  font-weight: 700;
}

code {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: bottom;
}

.obj-fit img {
  width: 100%;
}

hr {
  margin: 3.6rem 0;
  background-color: #666;
}

iframe {
  margin-bottom: 2rem;
  border: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1068px;
  box-sizing: border-box;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}
.inner .wp-block-group {
  padding: 0;
}
.inner .wp-block-group .wp-block-group__inner-container {
  padding: 0;
  max-width: inherit;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(./font/fa-brands-400.woff2) format("woff2"), url(./font/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(./font/fa-regular-400.woff2) format("woff2"), url(./font/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(./font/fa-solid-900.woff2) format("woff2"), url(./font/fa-solid-900.ttf) format("truetype");
}
.section {
  margin-bottom: 3rem;
}

/* テスト */
.section_big p {
  font-size: 1.4rem;
}

.section_big p span {
  font-size: 1.8rem;
}

.switch-pc {
  display: block;
}

.switch-sp {
  display: none;
}

br.sp {
  display: none;
}

.center {
  text-align: center;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.wp-block-quote {
  padding-left: 1rem;
  border-left: 2px solid #19346E;
}
.wp-block-quote cite {
  font-size: 0.8rem;
  font-style: initial;
}

.bd-bottom {
  margin: 0.7rem 0;
  border-bottom: 1px solid #666;
}

/*--------------------------------------------------------------
    ## header
--------------------------------------------------------------*/
.logo {
  padding: 0.7rem 0;
  width: 15rem;
  float: left;
}
.logo a {
  display: block;
  padding: 0.6rem 0;
  line-height: 1;
}

.btn-toggle-menu {
  display: none;
}

.header .inner:after {
  content: "";
  clear: both;
  display: block;
}

#header {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  transition: top 0.3s;
}
#header .lnav {
  margin-bottom: 0;
}
#header.top {
  top: -145px;
}
#header.fixed {
  position: fixed;
}
#header.static {
  position: absolute;
}
#header .inner {
  position: relative;
}
#header .search_button {
  position: absolute;
  top: 50%;
  right: 40px;
  color: #333;
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
#header .search_button::before {
  content: "\f002";
  font-size: 1.1rem !important;
}
#header .search_button.active:before {
  content: "\f00d";
  padding: 0.2rem 0.4rem;
  border-radius: 50%;
  background-color: #999;
  color: #FFF;
  font-size: 1.2rem !important;
}
#header .search_button.active .search_icon {
  width: 0;
  height: 0;
  border-color: transparent;
}
#header .search_button:hover {
  opacity: 0.65;
}
#header .search_button .search_icon {
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #FFF;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
#header .search_button i {
  font-size: 1.2rem;
}
#header input[type=search] {
  padding: 0.6rem 0.6rem 0.6rem 3rem;
  width: 100%;
  height: 47px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #FFF;
  color: #999;
  font-size: 1rem;
  outline: none;
}
#header input[type=search]::-moz-placeholder {
  color: #999;
}
#header input[type=search]::placeholder {
  color: #999;
}
#header input[type=search]::-webkit-search-cancel-button {
  display: none;
}
#header .ico_s {
  position: absolute;
  top: 50%;
  left: 9px;
  border: 0;
  background-color: transparent;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
#header .ico_s i {
  color: #666;
  font-size: 1.2rem;
}
#header .search_cancel {
  display: none;
  left: inherit;
  right: 10px;
}
#header .search_cancel i {
  color: #FFF;
}
#header .search_box_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 64px;
  background-color: none;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 0;
}
#header .search_box_wrap.active {
  opacity: 1;
  z-index: 2;
}
#header .search_box_wrap .search_box {
  position: absolute;
  top: 0;
  right: 30px;
  margin: 0.5rem 0;
  width: 612px;
  z-index: 2;
}

#h_top {
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  min-height: 64px;
  z-index: 4;
}
#h_top .inner {
  position: relative;
}
#h_top .gnav ul li a {
  color: #FFF;
}
#h_top .logo img.logo_sp {
  display: none;
}
#h_top .htop_search {
  position: absolute;
  top: 50%;
  right: 45px;
  color: #FFF;
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
#h_top .htop_search::before {
  content: "\f002";
  font-size: 1.2rem;
}
#h_top .htop_search:hover {
  opacity: 0.65;
}

#header .search_button::before, #h_top .htop_search::before {
  text-rendering: auto;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
}

.gnav {
  float: right;
  padding: 0.7rem 0 0.5rem;
}
.gnav ul {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 1;
}
.gnav ul li {
  float: left;
  margin-bottom: 0;
  padding: 0 1rem;
  letter-spacing: 2px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  font-family: "Saira Condensed", sans-serif;
}
.gnav ul li:last-child {
  padding-right: 0;
}
.gnav ul li a {
  display: block;
  color: #19346E;
  text-decoration: none;
}
.gnav ul li a svg {
  margin: 0 auto;
  display: block;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1.5rem;
}
.gnav ul li a:hover {
  opacity: 0.65;
}
.gnav .g_contact_btn {
  display: none;
}
.gnav .search_btn {
  display: none;
}

.lnav {
  margin-bottom: 4rem;
  width: 100%;
  min-height: 70px;
  box-shadow: 0 3px 10px rgba(182, 182, 182, 0.75);
  background-color: #F6F8F9;
}
.lnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lnav ul li {
  margin-bottom: 0;
  width: 120px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
}
.lnav ul li a {
  display: block;
  padding: 14px 0 12px;
  color: #19346E;
  text-decoration: none;
}
.lnav ul li svg {
  display: block;
  margin: 0 auto 5px;
  font-size: 1.5rem;
}
.lnav ul li.current-menu-item a {
  opacity: 0.5;
}

/*--------------------------------------------------------------
     ### 背景セクション
--------------------------------------------------------------*/
.mb_0 {
  margin-bottom: 0 !important;
}

.sec_bg {
  padding: 3rem 0;
  background-color: #DEDEDE;
}

.bg_primary {
  background-color: #19346E;
  color: #FFF;
}

.bg_primary_dark {
  background-color: #0F1A31;
}

.bg_primary_light {
  background-color: #86C5EB;
}

.bg_yellow {
  background-color: #FFFF00;
}

.bg_red {
  background-color: #C50200;
  color: #FFF;
}

.bg_black {
  background-color: #000;
  color: #FFF;
}

.bg_gray_5 {
  background-color: #333;
  color: #FFF;
}

.bg_gray_4 {
  background-color: #666;
  color: #FFF;
}

.bg_gray_3 {
  background-color: #BCBCBC;
}

.bg_gray_2 {
  background-color: #DEDEDE;
}

.bg_gray_1 {
  background-color: #F6F8F9;
}

.bg_white {
  background-color: #FFF;
}

.bg_hover {
  background-color: #EB0000;
}

.bg_link {
  background-color: #1D72F1;
}

.bg_success {
  background-color: #88C459;
}

.bg_error {
  background-color: #F5414F;
}

.bg_warning {
  background-color: #FFD137;
}

.c-primary {
  color: #19346E;
}

.c-primary_dark {
  color: #0F1A31;
}

.f_secondary, .is-style-f_secondary {
  font-family: "Saira Condensed", sans-serif;
}

.no_disc {
  padding: 0;
  list-style-type: none;
}

.caption {
  margin-bottom: 0;
  padding-left: 0.8rem;
  color: #666;
  font-size: 0.8rem;
  text-indent: -0.8rem;
}

/*--------------------------------------------------------------
    ### スライダー
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    ### title
--------------------------------------------------------------*/
.sub_title {
  font-size: 1.4rem;
  font-weight: 400;
}

.headline {
  margin: 1rem 0 3rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #666;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3;
}

.cat_tit {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 3px;
}

.title {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 1.5rem;
}

.page_header {
  padding-top: 3.5rem;
}

.page_title {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #555;
  text-align: center;
  letter-spacing: 2rem;
  font-family: "Saira Condensed", sans-serif;
  font-size: 3.75rem;
  font-weight: 200;
  line-height: 1.3;
}
.page_title i {
  display: block;
  margin-bottom: 0.8rem;
  color: #19346E;
  font-size: 2.7rem;
}

.page_title_jp {
  font-weight: normal;
  letter-spacing: 3px;
}

.title_lg {
  margin: 1.3rem 0 3.7rem;
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.6;
}

.title_xl {
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.title_xxl {
  margin-top: 2rem;
  text-align: center;
  font-size: 2.5rem;
}

.entry_header {
  margin-bottom: 1.5rem;
}

.entry_title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}

/*--------------------------------------------------------------
    ###button
--------------------------------------------------------------*/
.btn {
  min-width: 112px;
  height: 40px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.btn a {
  padding: 0 2rem 0.1rem;
}
.btn a:hover {
  opacity: 0.75;
}
.btn.white a {
  border-color: #FFF;
  color: #FFF;
}
.btn.btn-outline.white a {
  border-color: #FFF;
  color: #FFF;
}
.btn.btn-outline a {
  background-color: transparent;
  border-color: #19346E;
  color: #19346E;
}
.btn.btn-primary a {
  background-color: #19346E;
  color: #FFF;
}
.btn.btn-primary:hover {
  opacity: 0.5;
}
.btn.btn-white a {
  border-color: #FCFCFC;
  background-color: #FCFCFC;
  color: #19346E;
  font-weight: 700;
}
.btn.btn-sm {
  font-size: 0.8rem;
  height: 28px;
}
.btn.btn-sm a {
  padding: 0 1rem 0.1rem;
}
.btn.btn-md a {
  padding: 0.5rem 2.2rem;
}
.btn.btn-lg a {
  padding: 0.4rem 8rem;
}
.btn.btn-xl a {
  padding: 0.4rem 9rem;
}
.btn.btn-cat a {
  border: 1px solid #19346E;
  border-radius: 4px;
  background-color: #FFF;
  color: #19346E;
  font-weight: 500;
}
.btn.btn-cat a:hover {
  border-color: #EB0000;
  color: #EB0000;
  opacity: 1;
}
.btn.btn-cat.rounded a {
  border-radius: 20px;
}

.btn-cat {
  margin-right: 0.5rem;
  width: 144px;
  height: auto;
  min-width: 100px;
  text-align: center;
  font-size: 0.7rem;
}
.btn-cat a {
  display: block;
  padding: 0 0.5rem 0.1rem;
  background-color: #FFF;
  border-color: #19346E;
  border-radius: 4px;
  color: #19346E;
  line-height: 20px;
}

.btn_wrap {
  margin-top: 3.8rem;
  text-align: center;
}
.btn_wrap .btn {
  margin-bottom: 0;
}

.btn_list {
  display: inline-block;
  margin-left: 2rem;
  width: 97px;
  height: 33px;
  border: 1px solid #19346E;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}

.btn a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #19346E;
  border: 1px solid #19346E;
  border-radius: 40px;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
}

.card_group {
  padding: 5rem 0 4rem;
}

.is-style-box-shadow {
  padding: 2rem 2rem 1.6rem;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.is-style-box-shadow .is-style-icon {
  margin-bottom: 0.8rem;
}
.is-style-box-shadow p {
  color: #666;
  font-size: 0.9rem;
}
.is-style-box-shadow .wp-block-button {
  margin-bottom: 0;
}
.is-style-box-shadow .wp-block-button.is-style-outline .wp-block-button__link {
  padding: 0.3rem 2rem;
}

.is-style-box-square {
  padding: 1.2rem 1rem 1.8rem;
}
.is-style-box-square h5 {
  text-align: center;
  line-height: 1.4;
}
.is-style-box-square figure {
  margin: 1.6rem auto;
  width: 80px;
}
.is-style-box-square p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
    ### ヒーローイメージ
--------------------------------------------------------------*/
#hero {
  position: relative;
  width: 100%;
}
#hero .pic {
  position: relative;
}
#hero .pic img {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  z-index: 1;
}
#hero .hero_copy {
  margin: 5rem 0;
}
#hero.visual_2 {
  margin-bottom: 3.7rem;
}
#hero.visual_2.mb_0 {
  margin-bottom: 0 !important;
}
#hero.visual_2 .pic {
  margin-bottom: 0;
}
#hero.visual_2 .page_header {
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
#hero.visual_2 .page_title {
  margin-bottom: 1.09vw;
  color: #FFF;
  letter-spacing: 0.5em;
  text-indent: 2.5vw;
  font-size: 4.8vw;
  line-height: 1;
}
#hero.visual_2 .page_title_jp {
  font-size: 1.3vw;
  letter-spacing: 0.1em;
}
#hero.visual_2 .hero_copy {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 1;
}
#hero .copy_lead {
  margin-bottom: 1rem;
  padding-bottom: 1.3rem;
  text-shadow: 0 3px 6px rgba(0, 3, 6, 0.16);
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.copy_lead {
  margin-bottom: 4.5rem;
  font-weight: 500;
  line-height: 1.8;
}

#page .wp-block-group h3.has-text-align-center {
  margin-bottom: 2.4rem;
}
#page .wp-block-group:last-child {
  padding-bottom: 0;
}
#page .pic_visual {
  margin-top: 3.8rem;
  margin-bottom: 4.3rem;
  max-width: 790px;
}

/*--------------------------------------------------------------
    ### popup
--------------------------------------------------------------*/
.pp_none {
  display: none;
}

.pp_content {
  padding: 2.4rem 3.25rem 2.1rem;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.pp_content .pp_tit {
  color: #19346E;
  font-size: 3.25rem;
  line-height: 1.3;
}
.pp_content .pp_txt {
  font-size: 0.95rem;
}

/*--------------------------------------------------------------
    ### card
--------------------------------------------------------------*/
a.card:hover {
  opacity: 0.75;
  color: #19346E;
}

.card {
  display: block;
  border: none;
  border-radius: 0;
  text-decoration: none;
  color: #19346E;
}
.card .card-img {
  margin-bottom: 0.5rem;
  border-radius: 0;
}
.card .card-img img {
  width: 100%;
}
.card .card-body {
  padding: 0.8rem 1rem;
}
.card .card-title {
  margin-bottom: 0;
  font-size: 1rem;
}
.card .card-title.sm {
  font-size: 0.9rem;
  font-weight: normal;
}
.card .card-title.md {
  font-size: 1.25rem;
  font-weight: 700;
}
.card .card-txt {
  font-size: 0.9rem;
}
.card .more {
  margin-bottom: 1rem;
}
.card.npd .card-body {
  padding: 0.8rem 0;
}
.card.card_cnt {
  background-color: #F6F8F9;
}
.card.card_cnt .card-title {
  text-align: center;
}
.card.card_cnt .more {
  text-align: center;
}
.card .img-rounded {
  display: block;
  text-align: center;
}
.card .img-rounded img {
  width: 216px;
  height: 216px;
  border-radius: 50%;
}

.lead {
  font-size: 1.2rem;
}

.lead_md {
  font-size: 1.1rem;
}

.lead_sm {
  font-size: 0.9rem;
}

/*---  アンダーライン強調  ---*/
.color_bd span {
  background: linear-gradient(transparent 55%, #ffee00 40%);
  font-weight: 700;
}

/*--------------------------------------------------------------
    ### category-style
--------------------------------------------------------------*/
#pp_content {
  display: none;
}

.iframe_wrap iframe {
  width: 100%;
}

.pickup h3 {
  margin-bottom: 2rem;
}
.pickup .news .news_in {
  margin-bottom: 0;
}

.news ul {
  padding-left: 0;
  list-style-type: none;
}
.news ul li {
  color: #19346E;
}
.news ul li a {
  text-decoration: none;
  color: #19346E;
}
.news ul li a:hover {
  color: #EB0000;
}
.news .news__copy {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.news .news__copy p {
  margin: 0;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.6;
}
.news .news__copy .date {
  display: inline-block;
  padding-left: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.news .news__copy .btn-cat {
  margin-top: 1px;
  font-size: 0.75rem;
}
.news .news__copy .t_right {
  padding: 0 0.9rem;
}
.news .news__copy .t_right p {
  padding: 0;
}
.news .news__copy .t_right .btn-cat {
  margin-right: 1rem;
  padding: 0;
}
.news .btn {
  margin-bottom: 0.7rem;
}
.news .news__r .thumb_ph img {
  height: 150px;
}
.news .news_bd {
  padding: 1.8rem 0 0.8rem;
  border-top: 1px solid #ccc;
}
.news .news_bd:last-child {
  border-bottom: 1px solid #ccc;
}
.news.news--ph .news__r {
  margin-bottom: 1.9rem;
}
.news.news--ph .news__r .news__copy p {
  padding: 0;
}
.news.news--ph .news__r .news__copy .tit {
  display: block;
  min-height: 56px;
}
.news.news--ph .news__r .news__copy .tit a {
  color: #333;
  text-decoration: none;
}
.news.news--ph .news__r .news__copy .date {
  display: block;
  color: #777;
  font-size: 0.9rem;
}
.news.news--b .news__in .news__copy {
  display: flex;
  margin: 0 0 1.25rem;
}
.news.news--b .news__in .news__copy .tit {
  position: relative;
  padding-right: 0;
  width: 70%;
  vertical-align: middle;
}
.news.news--b .news__in .news__copy:last-child {
  margin-bottom: 0;
}
.news.news--d ul {
  padding: 0;
  list-style-type: none;
}
.news.news--d ul li {
  margin-bottom: 2rem;
}
.news.news--d ul li .date {
  display: block;
  margin-bottom: 0.5rem;
}
.news.news--d ul li a {
  color: #333;
}

.sec_access .is-style-title {
  margin-bottom: 2rem;
}
.sec_access .is-style-desc {
  margin-top: 0.3rem;
  min-height: 84px;
}
.sec_access .is-style-mb-1 {
  margin-bottom: 0.5rem;
}
.sec_access hr {
  margin: 1.8rem 0;
  border-color: #bcbcbc;
  border-width: 1px;
}
.sec_access .ac_txt .number {
  color: #bc0000;
}
.sec_access .ac_txt .number_01 {
  color: #3935ba;
}
.sec_access .wp-block-buttons .wp-block-button.btn_arrow .wp-block-button__link {
  letter-spacing: 3px;
}
.sec_access .map iframe {
  width: 100%;
  height: 288px;
}
.sec_access .btn_wrap {
  margin-top: 1.5rem;
}

/*--------------------------------------------------------------
    ### search
--------------------------------------------------------------*/
.not-found .search {
  margin-top: 2rem;
}

.search-form {
  font-size: 0;
}
.search-form label {
  vertical-align: top;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form input[type=search] {
  padding-left: 0.5rem;
  width: 250px;
  height: 47px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.search-form input[type=search]:focus {
  border-radius: 0;
  outline: none;
}
.search-form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: url(../img/ico_cancel.png) no-repeat;
  background-size: 20px 100%;
}
.search-form .search-submit {
  position: relative;
  top: 1px;
  margin: 0;
  padding: 0.7rem 1rem;
  height: 47px;
  border: 0;
  background: #19346E;
  color: #FFF;
  font-size: 1.1rem;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.search_result .entry_header a {
  font-size: 1.2rem;
}
.search_result .entry_header a:hover {
  color: #EB0000;
}
.search_result .entry_content {
  color: #999;
}

/*--------------------------------------------------------------
    詳細ページパターン
--------------------------------------------------------------*/
#page .headline {
  margin-top: 3.8rem;
}

#s_primary {
  padding-top: 7.5rem;
}

.single-studio .entry_header {
  margin-bottom: 3rem;
  font-family: "Saira Condensed", sans-serif;
  color: #19346E;
}
.single-studio .entry_header .entry_title {
  letter-spacing: 5px;
  font-size: 3rem;
  line-height: 1.3;
}
.single-studio .entry_header .entry_sub_title {
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: bold;
}

.single_entry {
  margin-bottom: 5.2rem;
}
.single_entry .entry_meta .date {
  display: inline-block;
  margin-right: 1rem;
}
.single_entry .entry_meta .btn-cat {
  width: auto;
}
.single_entry .entry_meta hr {
  margin: 1.8rem 0;
}
.single_entry .pic {
  margin-bottom: 2rem;
}

.entry_content h6, .entry_content h5, .entry_content h4, .entry_content h3, .entry_content h2, .entry_content h1 {
  margin: 3rem 0 1rem;
}
.entry_content .title {
  margin-top: 0;
  margin-bottom: 4.2rem;
}
.entry_content ul {
  margin-bottom: 2rem;
}
.entry_content ol {
  margin-bottom: 2rem;
}
.entry_content .wp-block-buttons {
  margin-bottom: 2rem;
}
.entry_content .wp-block-image {
  margin-bottom: 2rem;
}
.entry_content .wp-block-image.is-style-mb-1 {
  margin-bottom: 1rem;
}
.entry_content .wp-block-image figcaption {
  margin-bottom: 0;
  color: #666;
  font-size: 0.9rem;
}
.entry_content .wp-block-embed {
  margin-bottom: 2rem;
}
.entry_content .wp-block-embed.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry_content .wp-block-embed.alignright {
  margin-left: auto;
  margin-right: 0;
  max-width: inherit;
}
.entry_content .wp-block-embed iframe {
  margin-bottom: 0;
}
.entry_content .wp-block-embed-youtube {
  width: 628px;
}
.entry_content .wp-block-embed-youtube iframe {
  width: 100%;
}
.entry_content .wp-block-column h6:first-child, .entry_content .wp-block-column h5:first-child, .entry_content .wp-block-column h4:first-child, .entry_content .wp-block-column h3:first-child, .entry_content .wp-block-column h2:first-child, .entry_content .wp-block-column h1:first-child {
  margin-top: 0;
}
.entry_content .wp-block-column .wp-block-embed-youtube {
  width: auto;
}
.entry_content figcaption {
  font-size: 0.8rem;
  line-height: 1.4;
}
.entry_content .wp-block-gallery {
  padding-left: 0 !important;
}
.entry_content .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1.5rem;
}
.entry_content .blocks-gallery-caption {
  margin-bottom: 2rem;
}
.entry_content .is-style-circle-mask img,
.entry_content .is-style-rounded img {
  border-radius: 50%;
}
.entry_content .wp-block-table {
  margin-bottom: 2rem;
  overflow-y: hidden;
}
.entry_content .wp-block-table.is-style-regular table {
  border: 1px solid #666;
}
.entry_content .wp-block-table.is-style-regular table th,
.entry_content .wp-block-table.is-style-regular table td {
  border: 1px solid #666;
}
.entry_content .wp-block-table table {
  margin-bottom: 0.5rem;
}
.entry_content .wp-block-table table th,
.entry_content .wp-block-table table td {
  padding: 0.7rem;
}
.entry_content .wp-block-media-text {
  margin-bottom: 2rem;
}
.entry_content .wp-block-group.is-style-banner h1,
.entry_content .wp-block-group.is-style-banner h2,
.entry_content .wp-block-group.is-style-banner h3,
.entry_content .wp-block-group.is-style-banner h4,
.entry_content .wp-block-group.is-style-banner h5,
.entry_content .wp-block-group.is-style-banner h6 {
  margin-bottom: 0.5rem;
}
.entry_content .wp-block-group.is-style-banner h1:first-child,
.entry_content .wp-block-group.is-style-banner h2:first-child,
.entry_content .wp-block-group.is-style-banner h3:first-child,
.entry_content .wp-block-group.is-style-banner h4:first-child,
.entry_content .wp-block-group.is-style-banner h5:first-child,
.entry_content .wp-block-group.is-style-banner h6:first-child {
  margin-top: 0;
}
.entry_content .wp-block-group.is-style-banner .wp-block-buttons:last-child {
  margin-bottom: 0;
}

.wp-block-group {
  padding: 5rem 2rem 5rem;
}
.wp-block-group .inner {
  padding: 0;
}
.wp-block-group .wp-block-group {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-group.has-cyan-bluish-gray-background-color {
  background-color: #F6F8F9;
}
.wp-block-group.is-style-banner {
  margin-top: 1rem;
}
.wp-block-group.is-style-banner .wp-block-group__inner-container {
  padding: 2.5rem 1rem 1.9rem;
}
.wp-block-group.is-style-banner .wp-block-group__inner-container p {
  font-size: 0.9rem;
}
.wp-block-group.is-style-pt-0 {
  padding-top: 0 !important;
}
.wp-block-group.is-style-p-0 {
  padding: 0 !important;
}
.wp-block-group .sec_striped {
  padding: 0;
}
.wp-block-group .sec_striped .headline {
  margin-top: 0;
}

.wp-block-group > * {
  max-width: 1004px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-columns.is-layout-flex.is-style-flex-wrap {
  flex-wrap: wrap !important;
}
.wp-block-columns.is-layout-flex.is-style-gr-lg {
  flex-wrap: wrap !important;
  gap: 3rem;
}
.wp-block-columns.is-layout-flex.is-style-gr-sm {
  flex-wrap: wrap !important;
  gap: 0.95rem;
}
.wp-block-columns.is-layout-flex.is-style-ds-column_3 {
  flex-grow: 0;
  flex-wrap: wrap !important;
}
.wp-block-columns.is-layout-flex.is-style-ds-column_3 .wp-block-column {
  flex-basis: calc(33.3% - 2rem);
}

.wp-block-media-text {
  margin-bottom: 2.5rem;
}
.wp-block-media-text.is-style-160 {
  margin-bottom: 1rem;
  grid-template-columns: 160px auto !important;
}
.wp-block-media-text.is-style-160 .wp-block-media-text__media {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.wp-block-media-text.is-style-160 .wp-block-media-text__content {
  padding-left: 10%;
}
.wp-block-media-text.is-style-160 .wp-block-media-text__content h4 {
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
}
.wp-block-media-text.is-style-160 .wp-block-media-text__content p {
  color: #555;
  font-size: 0.9rem;
}
.wp-block-media-text.is-style-block.has-media-on-the-right {
  grid-template-columns: auto 39.6% !important;
}
.wp-block-media-text.is-style-block.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 10%;
}
.wp-block-media-text.is-style-block.has-media-on-the-right .wp-block-media-text__content p {
  color: #555;
  font-size: 0.9rem;
}

.wp-block-table.is-style-company-tbl {
  border: none;
}
.wp-block-table.is-style-company-tbl table tr {
  border-bottom: 1px solid #dcdcdc;
}
.wp-block-table.is-style-company-tbl table tr td {
  padding: 1.25rem 0;
  border: 0;
  color: #000;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
}
.wp-block-table.is-style-company-tbl table tr td:nth-child(1) {
  width: 108px;
}
.wp-block-table.is-style-company-tbl table tr td:nth-child(2) {
  width: calc(100% - 108px);
}
.wp-block-table.is-style-company-tbl table tr td code {
  display: block;
  margin-top: 1rem;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
    padding-right: 0;
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-buttons.is-style-mt-38 {
  margin-top: 3.8rem;
}
.wp-block-buttons .wp-block-button {
  line-height: 1.65;
}
.wp-block-buttons .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - 2rem);
}
.wp-block-buttons .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - 2rem);
}
.wp-block-buttons .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - 2rem);
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 0 2rem 0.1rem;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  border: 1px solid #19346E;
  border-radius: 40px;
  background: #19346E;
  color: #FFF;
  font-size: 1rem;
  font-weight: normal;
  justify-content: center;
  align-items: center;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.7 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
  border-color: #abb8c3;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
  border-color: #fcb900;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
  border-color: #0693e3;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-vivid-red-background-color {
  background-color: #cf2e2e;
  border-color: #cf2e2e;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-black-color {
  color: #000;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #19346E;
  background: transparent;
  color: #19346E;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #19346E;
  color: #FFF;
  opacity: 1 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
  border-color: #FFF;
  color: #FFF;
}
.wp-block-buttons .wp-block-button.is-style-fill-square .wp-block-button__link {
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.is-style-square-outline .wp-block-button__link {
  border: 1px solid #19346E;
  border-radius: 5px;
  background: #FFF;
  color: #19346E;
}
.wp-block-buttons .wp-block-button.is-style-popup .wp-block-button__link {
  padding: 0 1.2rem 0.1rem;
  min-height: 25px;
  font-size: 0.88rem;
}
.wp-block-buttons .wp-block-button.btn_arrow .wp-block-button__link {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  font-size: 1.13rem;
}
.wp-block-buttons .wp-block-button.btn_arrow .wp-block-button__link:after {
  position: absolute;
  right: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.5em;
  line-height: 1;
}
.wp-block-buttons .wp-block-button.btn-md .wp-block-button__link {
  padding: 0.5rem 2.2rem;
}
.wp-block-buttons .wp-block-button.btn-lg .wp-block-button__link {
  padding: 0.4rem 8rem;
}
.wp-block-buttons .wp-block-button.btn-xl .wp-block-button__link {
  padding: 0.4rem 9rem;
}

.wp-block-file {
  margin-bottom: 1.5rem;
  line-height: 1.65;
}
.wp-block-file a {
  display: inline-block;
}
.wp-block-file a.wp-block-file__button {
  margin-top: 0.5rem;
  padding: 0.5rem 2rem;
  border: 1px solid #19346E;
  border-radius: 4px;
  background: #FFF;
  color: #19346E;
  font-size: 0.9rem;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:visited {
  color: #19346E;
  opacity: 1;
}
.wp-block-file a.wp-block-file__button:hover {
  text-decoration: none;
  border: 1px solid #EB0000;
  color: #EB0000;
}
.wp-block-file:last-child {
  margin-bottom: 2rem;
}

.map iframe {
  width: 100%;
}
.map iframe iframe {
  margin-bottom: 2.3rem;
}

/*--------------------------------------------------------------
### Pagination
--------------------------------------------------------------*/
.pagination {
  position: relative;
  margin-top: 4.5rem;
  text-align: center;
  clear: both;
}
.pagination a, .pagination span {
  display: inline-block;
  margin: 0.1rem 0.3rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid #0F1A31;
  border-radius: 4px;
  background-color: #FFF;
  text-decoration: none;
  color: #0F1A31;
  transition: background-color 0.3s;
}
.pagination .current, .pagination a:hover {
  border: 1px solid #0F1A31;
  background-color: #0F1A31;
  color: #FFF;
}

/*--------------------------------------------------------------
    ### form
--------------------------------------------------------------*/
.contact_tbl {
  margin-bottom: 3rem;
  width: 100%;
  color: #666;
}
.contact_tbl th {
  padding: 0.5rem 0 0 0.3rem;
  width: 25%;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
  vertical-align: top;
}
.contact_tbl td {
  padding: 0.8rem 0.5rem;
  width: 60%;
  line-height: 1.5;
  vertical-align: top;
}
.contact_tbl td label {
  display: block;
  margin-bottom: 0.3rem;
  color: #666;
}
.contact_tbl td .input {
  width: 90%;
  border: 1px solid #666;
  color: #666;
}
.contact_tbl td #zip1, .contact_tbl td #zip2, .contact_tbl td .input {
  padding: 0.4rem 0.3rem;
}
.contact_tbl td #select {
  padding: 0.4rem 0.3rem;
  width: 90%;
  color: #999;
}
.contact_tbl .line {
  padding-bottom: 4rem;
  border-bottom: 1px solid #666;
}
.contact_tbl .n_mark {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  background-color: #CC0000;
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1;
}

.sec_contact {
  margin-bottom: 4rem;
}

.mw_wp_form .submit_wrap {
  text-align: center;
}
.mw_wp_form .submit_wrap .agree_policy {
  margin: 0 auto 1.5rem;
  width: 335px;
  text-align: left;
  color: #666;
}
.mw_wp_form .submit_wrap .agree_policy a {
  color: #666;
}
.mw_wp_form .submit_wrap .agree_policy input[type=checkbox] {
  margin-right: 0.6rem;
  width: 15px;
  height: 15px;
  transform: scale(1.4);
}
.mw_wp_form .submit_wrap .error {
  clear: both;
}
.mw_wp_form .submit_wrap .btn {
  width: 335px;
  height: 44px;
  border: 1px solid #19346E;
  border-radius: 4px;
  background-color: #19346E;
  color: #FFF;
  font-size: 1rem;
  cursor: pointer;
  outline: none;
}
.mw_wp_form .submit_wrap .btn:hover {
  opacity: 0.75;
}
.mw_wp_form.mw_wp_form_confirm .agree_policy {
  display: none;
}

/*--------------------------------------------------------------
    ### sidebar
--------------------------------------------------------------*/
#side_bar {
  margin-bottom: 0;
}
#side_bar .section {
  margin-bottom: 4rem;
}
#side_bar .section:last-child {
  margin-bottom: 0;
}
#side_bar .side_title {
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #666;
  font-size: 1.13rem;
  line-height: 1.6;
}
#side_bar .popular_post {
  padding: 0;
  list-style-type: none;
}
#side_bar .popular_post li {
  margin-bottom: 1.2rem;
}
#side_bar .popular_post li a {
  text-decoration: none;
}
#side_bar .popular_post li .p_thumb {
  display: block;
  margin-bottom: 0.6rem;
}
#side_bar .popular_post li .p_title {
  color: #19346E;
  display: block;
}
#side_bar .cat_lists {
  padding: 0;
  list-style-type: none;
}
#side_bar .cat_lists li {
  margin-bottom: 1.5rem;
}
#side_bar .cat_lists li a {
  color: #19346E;
  text-decoration: none;
}

/*--------------------------------------------------------------
    # footer
--------------------------------------------------------------*/
#footer {
  margin-top: 4.5rem;
  padding: 5rem 0 1rem;
  position: relative;
  background-color: #0F1A31;
}
#footer .inner {
  position: relative;
}
#footer #scroll_top {
  position: absolute;
  right: 10px;
  top: -70px;
  height: 50px;
  transition: all 0.2s ease-in;
  opacity: 0;
}
#footer #scroll_top.fixed {
  position: fixed;
  top: auto;
  right: 10px;
  bottom: 20px;
  z-index: 2;
}
#footer #scroll_top.move {
  right: 10px;
  top: -70px;
}
#footer #scroll_top a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(51, 51, 51, 0.3);
  color: #FFF;
  text-decoration: none;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
#footer #scroll_top i {
  font-size: 2.4rem;
}
#footer .ft_logo {
  margin: 0.5rem 0 3.6rem;
  text-align: center;
}
#footer .ft_logo img {
  vertical-align: middle;
}
#footer .ft_logo a {
  display: block;
}
#footer #ft_nav {
  margin-bottom: 4.1rem;
}
#footer #ft_nav ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
#footer #ft_nav ul li {
  float: left;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 4px;
  font-family: "Saira Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
#footer #ft_nav ul li .f_jp {
  display: block;
  letter-spacing: initial;
  font-size: 0.85rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #9FA3AD;
}
#footer #ft_nav ul li a {
  color: #FFF;
  text-decoration: none;
}
#footer #ft_nav ul li a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.75;
}
#footer .ft_btm {
  margin-top: 3rem;
  display: flex;
  color: #9FA3AD;
  font-size: 0.8rem;
  font-weight: normal;
  justify-content: space-between;
}
#footer .ft_btm a {
  text-decoration: none;
  color: #9FA3AD;
}
#footer .ft_btm .copyright {
  font-size: 0.8rem;
}
#footer .contact_btn {
  text-align: center;
}

@media only screen and (min-width: 881px) and (max-width: 992px) {
  #header .search_box_wrap {
    width: 67%;
  }
  #header .search_box_wrap .search_box {
    width: 95%;
  }
  #header .search_button {
    right: 20px;
  }
  #header .search_button.active {
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #footer ul li {
    width: 14.3%;
  }
}
@media only screen and (min-width: 768px) {
  .gnav {
    display: block !important;
  }
  .center_pc {
    text-align: center;
  }
  .news .news__copy .tit a {
    text-decoration: none;
  }
  .wp-block-columns.is-style-ds_column_2 .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 2.4rem) !important;
    flex-grow: 0;
  }
  .wp-block-columns.is-style-ds_column_2 .wp-block-column:nth-child(2n) {
    margin-left: 4.6rem;
  }
  .wp-block-buttons.is-style-mt-38.is-style-mt-md-15 {
    margin-top: 1.5rem;
  }
  /*--------------------------------------------------------------
   card-img
  --------------------------------------------------------------*/
  .archive_blog .dcol .card-img img {
    height: 251px;
  }
  /*--------------------------------------------------------------
   pagination
  --------------------------------------------------------------*/
  .pagination a.btn-prev, .pagination a.btn-next {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .pagination.pg-lg a,
  .pagination.pg-lg span {
    padding: 0.8rem 1.2rem;
  }
  .pagination.pg-lg a.btn-prev,
  .pagination.pg-lg a.btn-next {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  #footer ul li {
    width: 15.4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .wp-block-media-text {
    margin-bottom: 1rem;
  }
  .news.news--b .news__in .news__copy .btn-cat {
    width: 170px;
  }
  .wp-block-columns.is-style-ds_column_2 .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 2.3rem) !important;
    flex-grow: 0;
  }
  .wp-block-columns.is-style-ds_column_2 .wp-block-column:nth-child(2n) {
    margin-left: 2.6rem;
  }
}
@media (max-width: 767px) {
  .switch-pc {
    display: none;
  }
  .switch-sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .inner {
    padding: 0 1rem;
    max-width: 100%;
  }
  .inner-fluid {
    padding: 0 1rem;
  }
  img {
    width: 100%;
  }
  .lead {
    font-size: 1.1rem;
  }
  .lead_md {
    font-size: 1rem;
  }
  hr {
    margin: 2.6rem 0 2.7rem;
  }
  /*--------------------------------------------------------------
  # header
  --------------------------------------------------------------*/
  .btn-toggle-menu::before {
    text-rendering: auto;
    font-size: 1rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
  }
  .logo {
    position: relative;
    float: none !important;
    padding: 0.6rem 0;
    width: 13rem;
    text-align: left;
    z-index: 4;
  }
  .btn-toggle-menu {
    display: block;
    position: absolute;
    top: 0.7rem;
    right: 30px;
    margin-bottom: 0;
    color: #FFF;
    line-height: 1;
    transition: all 0.3s ease-in;
    z-index: 4;
    cursor: pointer;
  }
  .btn-toggle-menu::before {
    content: "\f0c9" !important;
    font-size: 2rem;
  }
  .btn-toggle-menu .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background-color: #FFF;
    color: #FFF;
    transition: all 0.2s ease;
  }
  .btn-toggle-menu .icon-bar + .icon-bar {
    margin-top: 0.4rem;
  }
  .btn-toggle-menu .top-bar {
    transform: rotate(0deg);
  }
  .btn-toggle-menu .middle-bar {
    opacity: 1;
  }
  .btn-toggle-menu .bottom-bar {
    transform: rotate(0deg);
  }
  .btn-toggle-menu:focus {
    outline: none;
  }
  .btn-toggle-menu.collapsed::before {
    content: "\f00d" !important;
  }
  .btn-toggle-menu.collapsed .top-bar {
    margin-left: 0;
    width: 32px;
    transform: rotate(43deg);
    transform-origin: -4% 10%;
  }
  .btn-toggle-menu.collapsed .middle-bar {
    opacity: 0;
  }
  .btn-toggle-menu.collapsed .bottom-bar {
    margin-left: 0;
    width: 32px;
    transform: rotate(-43deg);
    transform-origin: 10% 90%;
  }
  .search_btn {
    margin: 1.5rem 0.9rem 2rem;
  }
  .search_btn .search-form {
    position: relative;
  }
  .search_btn .search-form #search_f_sp {
    padding-left: 2rem;
    padding-right: 2.2rem;
    height: 64px;
    border: 0;
    border-bottom: 1px solid #999;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.35);
  }
  #header {
    top: 0;
    padding: 0;
    width: 100%;
    height: 56px;
    box-shadow: none;
    z-index: 3;
  }
  #header .btn-toggle-menu {
    color: #19346E;
  }
  #header .ico_s {
    left: 0;
    padding: 0;
    width: 20px;
    height: 20px;
  }
  #header .search_cancel {
    left: inherit;
  }
  #header .search_cancel i {
    color: #666;
  }
  #h_top {
    z-index: 4;
    min-height: auto;
  }
  #h_top .logo.active img.logo_pc {
    display: none;
  }
  #h_top .logo.active img.logo_sp {
    display: inline-block;
  }
  #h_top .btn-toggle-menu {
    right: 15px;
    color: #FFF;
  }
  #h_top .btn-toggle-menu.collapsed {
    color: #19346E;
  }
  #h_top .htop_search {
    display: none;
  }
  .gnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 3.5rem;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    clear: both;
    text-align: center;
    z-index: 3;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .gnav ul {
    margin: 0 0.9rem 3rem;
    padding: 3.5rem 0 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gnav ul.m_col li {
    float: left;
    width: 50%;
  }
  .gnav ul.menu_sp {
    display: flex;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
    justify-content: center;
  }
  .gnav ul.menu_sp li {
    float: left;
    padding: 0 1rem;
    width: auto;
    font-size: 0.8rem;
    line-height: 1;
  }
  .gnav ul.menu_sp li:not(:first-of-type) {
    border-left: 1px solid #19346E;
  }
  .gnav ul.menu_sp li a {
    padding: 0;
  }
  .gnav ul li {
    float: none;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 40%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.52;
  }
  .gnav ul li a {
    display: block;
    padding: 0.7rem 0;
  }
  .gnav ul li a svg {
    margin-bottom: 3px;
    font-size: 2.6rem;
  }
  .gnav .h_ft_logo {
    position: relative;
    bottom: 1.8rem;
    margin: 0 auto;
    width: 16rem;
  }
  .gnav .g_contact_btn {
    display: inline-flex;
  }
  .gnav #sns {
    margin-bottom: 2rem;
    text-align: center;
  }
  .gnav #sns a {
    display: inline-block;
    margin-top: 0.2rem;
    padding-left: 1.1rem;
  }
  .gnav #sns a:hover {
    color: #FFF;
  }
  .gnav #sns i {
    display: inline-block;
    font-size: 1.7rem;
    vertical-align: middle;
  }
  .gnav .search_btn {
    display: block;
  }
  .lnav .inner {
    padding: 0;
  }
  .lnav ul li {
    width: auto;
    padding: 0 1rem;
  }
  .lnav ul li a {
    padding: 0.75rem 0 0.5rem;
  }
  .search_box_wrap {
    display: none !important;
  }
  .search_button {
    display: none;
  }
  .page_header .headline {
    margin-top: 0;
  }
  #content {
    min-height: calc(100vh - 924px);
  }
  #content.left-side #main {
    order: 1;
  }
  #content.left-side #main.ds_col {
    margin-left: 0;
    margin-right: 0;
  }
  #content.left-side #side_bar {
    order: 2;
  }
  .is-style-desc_copy {
    margin-bottom: 2.4rem;
  }
  .is-style-sp_left {
    text-align: left;
  }
  .wp-block-group > * {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wp-block-table.is-style-company-tbl {
    border: none;
  }
  .wp-block-table.is-style-company-tbl table tr {
    border-bottom: 1px solid #dcdcdc;
  }
  .wp-block-table.is-style-company-tbl table tr td {
    display: block;
    width: 100%;
    line-height: 1.5;
  }
  .wp-block-table.is-style-company-tbl table tr td:nth-child(1) {
    padding: 1.2rem 0 0;
    font-weight: bold;
  }
  .wp-block-table.is-style-company-tbl table tr td:nth-child(2) {
    padding: 0.25rem 0 1.2rem;
  }
  .wp-block-columns.is-style-sp_column_2 .wp-block-column {
    flex-basis: calc(50% - 1rem) !important;
    flex-grow: 0;
  }
  #page .wp-block-group.has-background {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #page .wp-block-columns.is-style-ds_column_2 {
    margin-bottom: 0;
  }
  #page .wp-block-columns.is-style-ds_column_2 .wp-block-column {
    margin-bottom: 1.2rem;
  }
  #page .pic_visual {
    margin: 0 -1rem 2.7rem !important;
    padding: 0;
  }
  .btn-toggle-menu {
    right: 15px;
  }
  /*--------------------------------------------------------------
  ### title
  --------------------------------------------------------------*/
  h1.is-style-icon,
  h2.is-style-icon,
  h3.is-style-icon,
  h4.is-style-icon,
  h5.is-style-icon,
  h6.is-style-icon {
    margin-bottom: 3rem;
  }
  h1.is-style-title,
  h2.is-style-title,
  h3.is-style-title,
  h4.is-style-title,
  h5.is-style-title,
  h6.is-style-title {
    margin-bottom: 2.5rem;
  }
  h1.is-style-title-xxl,
  h2.is-style-title-xxl,
  h3.is-style-title-xxl,
  h4.is-style-title-xxl,
  h5.is-style-title-xxl,
  h6.is-style-title-xxl {
    font-size: 2.75rem;
  }
  .sub_title {
    font-size: 1.5rem;
  }
  .cat_tit {
    font-size: 1.5rem;
    line-height: 1.35;
  }
  .page_title {
    font-size: 3.25rem;
    letter-spacing: 1.6rem;
  }
  .headline {
    margin-top: 2rem;
  }
  .title {
    margin-bottom: 2rem;
  }
  .title_lg {
    margin: 0.8rem 0 3.3rem;
  }
  .title_xl {
    font-size: 1.5rem;
  }
  .title_xxl {
    text-align: left;
    font-size: 1.7rem;
  }
  .entry_ov_tit {
    margin: 2rem 0 1.3rem;
  }
  /*--------------------------------------------------------------
  ### button
  --------------------------------------------------------------*/
  .btn_wrap {
    margin-top: 3.2rem;
  }
  .btn.btn-lg {
    width: 70%;
  }
  .btn.btn-lg a {
    padding: 0.4rem 0;
  }
  .btn.btn-xl {
    width: 100%;
  }
  .btn.btn-xl a {
    padding: 0.4rem 0;
  }
  .btn-cat {
    font-size: 0.9rem;
  }
  /*--------------------------------------------------------------
  ### sec_striped
  --------------------------------------------------------------*/
  .card_group {
    padding: 3.5rem 0 1.5rem;
  }
  /*--------------------------------------------------------------
  ### hero
  --------------------------------------------------------------*/
  #hero {
    margin-top: 0;
  }
  #hero .hero_copy {
    margin-bottom: 3.3rem;
    box-sizing: border-box;
  }
  #hero.visual_2 {
    margin-bottom: 3.1rem;
  }
  #hero.visual_2 .page_header {
    top: 52%;
    left: 0;
    right: 0;
  }
  #hero.visual_2 .page_title {
    margin-bottom: 3.5vw;
    text-indent: 20px;
    font-size: 12vw;
  }
  #hero.visual_2 .page_title_jp {
    margin-bottom: 0;
    font-size: 4.3vw;
  }
  #hero .copy_lead {
    margin-bottom: 0;
    font-size: 3rem;
  }
  .copy_lead {
    font-size: 1.2rem;
  }
  /*--------------------------------------------------------------
  ### card
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ### category-style
  --------------------------------------------------------------*/
  .news_wrp {
    margin-bottom: 2.8rem;
  }
  .news .news__copy .date {
    margin-bottom: 0.7rem;
  }
  .news .news__copy .btn-cat {
    margin-bottom: 0.7rem;
  }
  .news .news__copy .t_right {
    display: block;
  }
  .news .news__r .thumb_ph {
    margin-bottom: 1rem;
  }
  .news .news_bd {
    padding-top: 1.5rem;
  }
  .news.news--ph .news__r .news__copy .tit {
    min-height: inherit;
  }
  .news.news--b .news__in .news__copy {
    margin-bottom: 1.8rem;
  }
  .news.news--b .news__in .news__copy .tit {
    width: 84%;
  }
  .news.news--b .news__in .news__copy .tit_sp {
    display: block;
    padding: 0;
    width: 100%;
    line-height: 1.8;
  }
  .news.news--b .news__in .news__copy .tit_sp a {
    text-decoration: underline;
  }
  .news.news--b .news__in .news__copy.sp-wrap .tit {
    width: 100%;
  }
  .sp-wrap {
    flex-wrap: wrap;
  }
  .sec_access .is-style-title {
    font-size: 1.25rem;
  }
  .sec_access .wp-block-columns.is-layout-flex {
    gap: 0.5rem;
  }
  .sec_access .dcol {
    margin-bottom: 0.5rem;
  }
  .sec_access .dcol .is-style-desc {
    min-height: auto;
  }
  .search_select .select_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .search_select .select_box:last-child {
    margin-bottom: 0;
  }
  .pp_content {
    padding: 3.5rem 0 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  /*--------------------------------------------------------------
  ### 詳細ページパターン
  --------------------------------------------------------------*/
  #s_primary {
    padding-top: 5.5rem;
  }
  .single_entry {
    margin-bottom: 3.5rem;
  }
  .single_entry .entry_meta {
    margin-bottom: 1.5rem;
  }
  .single_entry.nbsp .entry_content br {
    display: block;
  }
  .single_entry.nbsp .entry_content br.sp {
    display: none;
  }
  .order_sp01 {
    order: 1;
  }
  .order_sp02 {
    order: 2;
  }
  .order_sp03 {
    order: 3;
  }
  .order_sp04 {
    order: 4;
  }
  .order_sp05 {
    order: 5;
  }
  .order_sp066 {
    order: 6;
  }
  .wp-block-group {
    padding: 4rem 1rem;
  }
  .wp-block-group.is-style-banner .wp-block-group__inner-container br {
    display: block;
  }
  .wp-block-group .wp-block-group__inner-container {
    max-width: 100%;
    padding: 0 1rem;
  }
  .wp-block-media-text {
    margin-bottom: 3.1rem;
  }
  .wp-block-media-text.is-style-block.has-media-on-the-right .wp-block-media-text__content p {
    margin-bottom: 1.3rem;
  }
  .entry_content .title {
    margin-bottom: 2rem;
  }
  .entry_content.entry_sotsuten h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .entry_content.entry_sotsuten h3 {
    text-align: center;
  }
  .entry_content.entry_sotsuten p {
    font-size: 1rem;
  }
  .entry_content.entry_sotsuten p iframe {
    height: 54vw;
  }
  .entry_content.entry_sotsuten .wp-block-group.is-style-banner .wp-block-group__inner-container {
    padding: 2.5rem 1rem 1.9rem;
  }
  .entry_content.entry_sotsuten .wp-block-group .wp-block-group__inner-container {
    max-width: 100%;
    padding: 0;
  }
  .entry_content.entry_sotsuten .wp-block-group .wp-block-columns {
    width: 100%;
    justify-content: center;
  }
  .entry_content.entry_sotsuten .wp-block-column .wp-block-image {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .entry_content.entry_sotsuten .wp-block-column .wp-block-image img {
    max-width: 71.5%;
  }
  .entry_content .wp-block-embed-youtube {
    width: 100%;
  }
  .entry_content .wp-block-embed iframe {
    max-width: 100% !important;
    width: 100%;
    min-width: 100% !important;
  }
  .entry_content iframe {
    width: 100%;
  }
  .contact_tbl th,
  .contact_tbl td {
    display: block;
  }
  .contact_tbl th {
    padding: 0 0 0.8rem 0;
    width: 100%;
  }
  .contact_tbl th.line {
    padding: 3rem 0 2.5rem;
    border: 0;
  }
  .contact_tbl td {
    padding: 0.6rem 0;
    width: 100%;
  }
  .contact_tbl td .input {
    width: 100%;
  }
  .contact_tbl td #select {
    width: 100%;
  }
  .mw_wp_form .submit_wrap p {
    display: block;
  }
  .mw_wp_form .submit_wrap .agree_policy {
    width: 100%;
    text-align: center;
  }
  .mw_wp_form .submit_wrap .btn {
    width: 70%;
  }
  /*--------------------------------------------------------------
  ### pagination
  --------------------------------------------------------------*/
  .pagination.pg-lg span, .pagination.pg-lg a, .pagination span, .pagination a {
    margin: 0.2rem;
    padding: 0.3rem 0.7rem;
  }
  .pagination {
    margin: 4rem 0;
  }
  /*--------------------------------------------------------------
  ### side_bar
  --------------------------------------------------------------*/
  #side_bar {
    margin-top: 4rem;
  }
  #side_bar .section:last-child {
    margin-bottom: 0;
  }
  #side_bar .popular_post li:after {
    content: "";
    display: block;
    clear: both;
  }
  #side_bar .popular_post li .p_thumb {
    float: left;
    margin-right: 0.8rem;
    width: 20%;
  }
  #side_bar .popular_post li .p_thumb img {
    width: 100%;
    height: auto;
  }
  #side_bar .popular_post li .p_title {
    width: 100%;
  }
  /*--------------------------------------------------------------
  # footer
  --------------------------------------------------------------*/
  #footer {
    text-align: center;
  }
  #footer #scroll_top.fixed {
    bottom: 60px;
  }
  #footer #scroll_top.move {
    opacity: 0 !important;
  }
  #footer .ft_logo {
    margin-bottom: 3rem;
  }
  #footer .ft_logo img {
    max-width: 19rem;
  }
  #footer #ft_nav {
    margin-bottom: 2.5rem;
  }
  #footer #ft_nav ul {
    padding: 0;
  }
  #footer #ft_nav ul li {
    float: none;
    margin-top: 1.25rem;
    width: 42%;
  }
  #footer #ft_nav ul li ul li {
    width: 100%;
    font-size: 1rem;
  }
  #footer #ft_nav ul li a {
    display: block;
  }
  #footer .ft_btm {
    display: block;
    text-align: center;
  }
  #footer .ft_btm .copyright {
    margin-top: 1.25rem;
  }
}
@media (max-width: 599px) {
  .wp-block-media-text.is-style-160 {
    grid-template-columns: 42.6vw auto !important;
  }
  .wp-block-media-text.is-style-160 .wp-block-media-text__media {
    width: 42.6vw;
    height: 42.6vw;
    border-radius: 50%;
  }
}
@media (max-width: 340px) {
  .lnav ul li {
    padding: 0 0.75rem;
  }
  .wp-block-media-text.is-style-160 .wp-block-media-text__content h4 {
    font-size: 1.5rem !important;
  }
}/*# sourceMappingURL=common.css.map */