@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (768px <= width <= 928px) {
  html {
    font-size: 52%;
  }
}
@media screen and (360px <= width <= 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  overflow-x: hidden;
}
@media screen and (360px <= width <= 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

label {
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a[href^="tel:"],
.eventnone {
  pointer-events: none;
}

@media screen and (360px <= width <= 767px) {
  a[href^="tel:"] {
    pointer-events: default;
  }
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pcnone {
  display: none !important;
}

.spnone {
  display: block;
}

@media screen and (360px <= width <= 767px) {
  .spnone {
    display: none !important;
  }
  .pcnone {
    display: block !important;
  }
}
.l-main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.inner {
  position: relative;
  width: min(124rem, 92%);
  z-index: 1;
  margin: 0 auto;
}
@media screen and (360px <= width <= 767px) {
  .inner {
    width: min(120rem, 81%);
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  position: relative;
  padding: 5rem 2rem;
}
@media screen and (360px <= width <= 767px) {
  .l-footer {
    padding: 3rem 0;
  }
}

.l-footer-inner {
  width: min(144rem, 88%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 0;
}
@media screen and (360px <= width <= 767px) {
  .l-footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer-left {
  padding-right: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .l-footer-left {
    padding-right: 0;
    text-align: center;
  }
}

.l-footer-right {
  border-left: 1px solid #000;
  padding-left: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (360px <= width <= 767px) {
  .l-footer-right {
    display: none;
  }
}

.l-footer-logo {
  margin-bottom: 3rem;
}
.l-footer-logo span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

.l-footer-address {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.l-footer-registration-number {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 3rem;
  color: #3B4043;
}

.copy {
  font-size: 1.6rem;
}

.l-footer-navi .menu-title {
  display: block;
  color: #001F6D;
  font-size: 2rem;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (360px <= width <= 767px) {
  .l-footer-navi a:not(:last-of-type) {
    display: none;
  }
}

.l-footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.6rem;
  text-align: center;
}
.l-footer-nav-list li {
  width: 4.8rem;
}
.l-footer-nav-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -------------------------------------------*/
.l-header {
  position: absolute;
  top: 5.7rem;
  left: 0;
  width: 100%;
  z-index: 60;
}
@media screen and (360px <= width <= 767px) {
  .l-header {
    position: fixed;
    top: 0;
    background-color: #fff;
  }
}
.l-header.is-fixed {
  position: fixed;
  top: 0;
  -webkit-animation: slideDown 0.5s;
          animation: slideDown 0.5s;
}
@media screen and (max-width: 1350px) {
  .l-header.is-fixed {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  }
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1350px) and (min-width: 768px) {
  .l-header {
    top: 2rem;
  }
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
  width: min(144rem, 94%);
  margin: 0 auto;
  border-radius: 0.8rem;
  position: relative;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  z-index: 30;
}
@media screen and (max-width: 1350px) {
  .l-header-inner {
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.l-header-logo {
  margin-right: auto;
  margin-left: 2rem;
  padding: 1.2rem 0 1.2rem 4.4rem;
  background-image: url(../images/common/logo.png);
  background-size: 3.6rem;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1350px) {
  .l-header-logo {
    padding-right: 8rem;
  }
}

.l-header-logo-text {
  font-size: 2.2rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (360px <= width <= 767px) {
  .l-header-logo-text {
    font-size: 1.8rem;
  }
}

/*============
mainNavi
=============*/
@media screen and (max-width: 1350px) {
  .l-header-mainNavi {
    display: none;
  }
}

.l-header-mainNavi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
}

.l-header-mainNavi-list-item-btn {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
.l-header-mainNavi-list-item-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.is_active .l-header-mainNavi-list-item-btn {
  color: #001f6d;
}

.l-header-mainNavi-sub-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 2rem 4vw 6rem;
  border-radius: 0 0 0.8rem 0.8rem;
  -webkit-box-shadow: 0px 9px 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 9px 1rem 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.is_active .l-header-mainNavi-sub-content {
  visibility: visible;
  opacity: 1;
}

.l-header-mainNavi-sub-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 1.6rem 1.2rem;
  position: relative;
}
.l-header-mainNavi-sub-content-header:hover {
  opacity: 1;
}
.l-header-mainNavi-sub-content-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #001f6d;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header-mainNavi-sub-content-header:hover::after {
  width: 100%;
}

.l-header-mainNavi-sub-content-header-thumb {
  width: 11.5rem;
  height: 8rem;
}
.l-header-mainNavi-sub-content-header-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-header-mainNavi-sub-content-body {
  border-bottom: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-header-mainNavi-sub-content-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
.l-header-mainNavi-sub-content-title:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid #001f6d;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.l-header-mainNavi-sub-content-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3b4043;
  margin-top: 1rem;
  padding-bottom: 2rem;
}

.l-header-mainNavi-sub-content-footer {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.l-header-mainNavi-sub-content-footer a {
  display: block;
  padding: 1.6rem 1.2rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.l-header-mainNavi-sub-content-footer a:hover {
  opacity: 1;
}
.l-header-mainNavi-sub-content-footer a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header-mainNavi-sub-content-footer a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #001f6d;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header-mainNavi-sub-content-footer a:hover::after {
  width: 100%;
}

.l-header-mainNavi-list-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-arrrow {
  background: url(../images/common/ico_arrow_blue.svg) no-repeat center center;
  background-size: contain;
}

.is_active .icon-arrrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-map {
  width: 1.2rem;
  height: 1.8rem;
  background: url(../images/common/icon_pin_blue.svg) no-repeat center center;
  background-size: contain;
}

.l-header-contact-btn {
  background: transparent linear-gradient(115deg, #b65eba 0%, #2e8de1 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 8px 8px 0px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 3rem;
  padding: 2.2rem 2rem;
}
@media screen and (max-width: 1350px) {
  .l-header-contact-btn {
    display: none;
  }
}

.l-header-contact-btn-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

/*============
 .toggle_btn
 =============*/
.toggle_btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100vmax;
  cursor: pointer;
  z-index: 30;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1350px) {
  .toggle_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 2.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.3rem;
  background-color: #000;
  border-radius: 0.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 2.2rem;
}

.toggle_btn span:nth-child(2) {
  top: 2.9rem;
}

.toggle_btn span:nth-child(3) {
  top: 3.6rem;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(1rem) rotate(-315deg);
  transform: translateY(0.7rem) rotate(-315deg);
  left: 33%;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-1rem) rotate(315deg);
  transform: translateY(-0.7rem) rotate(315deg);
  left: 33%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/*============
humburgerNavi
=============*/
.l-header-humburgerNavi-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: min(137rem, 88%);
  margin: 0 auto;
  -webkit-box-shadow: 0px 9px 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 9px 1rem 0 rgba(0, 0, 0, 0.1);
  z-index: 40;
  padding: 4rem 2rem 6rem;
  border-radius: 0 0 0.8rem 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1350px) {
  .l-header-humburgerNavi-content {
    width: 96%;
    top: 105%;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header-humburgerNavi-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
    max-height: calc(100vh - 8rem);
    padding: 2rem 4vw 4rem;
  }
}

.open .l-header-humburgerNavi-content {
  visibility: visible;
  opacity: 1;
}

.l-header-humburgerNavi-content-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 4rem;
  border-right: 1px solid #707070;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 4rem 0;
}
@media screen and (max-width: 768px) {
  .l-header-humburgerNavi-content-header {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-right: none;
    display: block;
  }
}

.l-header-humburgerNavi-content-header-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
.l-header-humburgerNavi-content-header-title:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid #001f6d;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

@media screen and (max-width: 768px) {
  .l-header-humburgerNavi-content-header-list {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e5e5;
  }
}

.l-header-humburgerNavi-content-header-list-item {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .l-header-humburgerNavi-content-header-list-item {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, height 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, height 0.3s, visibility 0s 0.3s;
  }
  .l-header-humburgerNavi-content-header-list-item.is_acc_active {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: opacity 0.3s, height 0.3s, visibility 0s 0s;
    transition: opacity 0.3s, height 0.3s, visibility 0s 0s;
    padding-left: 2rem;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .l-header-humburgerNavi-content-footer-list {
    display: none;
  }
}

.l-header-humburgerNavi-list-item {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3b4043;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header-humburgerNavi-list-item {
    margin-top: 0;
  }
}
.l-header-humburgerNavi-list-item:before {
  content: "";
  width: 0.5rem;
  height: 0.1rem;
  border: 1px solid #3b4043;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.l-header-humburgerNavi-content-footer {
  padding-left: 4rem;
  width: 26rem;
}
.l-header-humburgerNavi-content-footer .btn-area {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header-humburgerNavi-content-footer {
    padding: 0;
    width: 100%;
  }
}

/*============
 #mask
 =============*/
#mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 22;
  cursor: pointer;
}

/* -------------------------------------------*/
/*============
footer-navi
=============*/
.l-footer-navi-content-header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: 3rem 0;
}

.l-footer-navi-content-header-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .l-footer-navi-content-header-list {
    padding: 1rem 0;
    border-bottom: 1px solid #E5E5E5;
  }
}

.l-footer-navi-list-item {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #3B4043;
}
@media screen and (max-width: 768px) {
  .l-footer-navi-list-item {
    margin-top: 0;
  }
}
.l-footer-navi-list-item:before {
  content: "";
  width: 0.5rem;
  height: 0.1rem;
  border: 1px solid #3B4043;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.l-footer-navi-content-footer {
  margin-top: 6rem;
  width: 100%;
}

.l-footer-navi-content-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.l-footer-navi-content-footer-list a {
  font-size: 1.4rem;
  font-weight: 400;
}

.l-footer-navi-content-footer-list-item:not(:first-child):before {
  content: "|";
  margin-right: 0.5rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-sec-title {
  color: #001F6D;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.c-sec-title span {
  display: block;
}

.c-sec-title-ja {
  font-size: 5rem;
  color: #3B4043;
}
@media screen and (360px <= width <= 767px) {
  .c-sec-title-ja {
    font-size: 2.4rem;
  }
}

.c-sec-title-en {
  color: #0E5FC9;
  font-size: 2.5rem;
}
@media screen and (360px <= width <= 767px) {
  .c-sec-title-en {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------*/
.c-more-btn {
  padding: 0.6rem 4rem 0.6rem 2rem;
  display: block;
  border: 2px solid #0e5fc9;
  color: #0e5fc9;
  background: #fff url(../images/common/btn_blue.svg) no-repeat right 1.4rem center;
  background-size: 2.4rem;
  border-radius: 100vmax;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-more-btn:hover {
  border: 2px solid #0e5fc9;
  background: #0e5fc9 url(../images/common/btn_white.svg) no-repeat right 1.4rem center;
  background-size: 2.4rem;
  color: #fff;
  opacity: 1;
}
@media screen and (360px <= width <= 767px) {
  .c-more-btn {
    display: block;
    text-align: center;
    padding: 1rem 1.4rem;
    max-width: 100%;
    width: 100%;
  }
}

/* -------------------------------------------*/
.c-breadcrumbs {
  font-size: 1.3rem;
  padding: 1rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (360px <= width <= 767px) {
  .c-breadcrumbs {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.c-breadcrumbs img {
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.5rem;
}
.c-breadcrumbs a {
  font-size: 1.3rem;
  margin-right: 1.3rem;
}
@media screen and (360px <= width <= 767px) {
  .c-breadcrumbs a {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs a:after {
  content: "/";
  display: inline-block;
  margin-left: 1.3rem;
  text-decoration: none;
}
.c-breadcrumbs .inner {
  padding-left: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .c-breadcrumbs .inner {
    padding-left: 4vw;
  }
}
.c-breadcrumbs span {
  opacity: 0.6;
}

/* -------------------------------------------*/
.c-page-header {
  position: relative;
  height: 48rem;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header {
    margin: 0;
    height: 30rem;
  }
}

.c-page-header-small {
  position: relative;
  height: 16rem;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header-small {
    margin: 0;
    height: 7rem;
  }
}

.c-page-header-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-page-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.c-page-header-title-ja {
  font-size: 5.6rem;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header-title-ja {
    font-size: 2.4rem;
  }
}

/* -------------------------------------------*/
.c-page-intro {
  padding: 1.4rem 0;
  background-color: #0E5FC9;
}
.c-page-intro p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (360px <= width <= 767px) {
  .c-page-intro {
    padding: 1rem 0;
  }
  .c-page-intro p {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* -------------------------------------------*/
.c-news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #0e5fc9;
  position: relative;
}
.c-news-list-item:before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  width: 7.8rem;
  height: 1.8rem;
  border-bottom: 3px solid #0e5fc9;
}
@media screen and (360px <= width <= 767px) {
  .c-news-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 1.6rem;
  }
}

.c-news-list-item-date {
  position: relative;
}

.c-news-list-item-category {
  width: 13.2rem;
  padding: 0.3rem 1rem;
  border-radius: 100vmax;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.c-tag__members-supporting {
  background-color: #80cbd2;
}

.c-tag__members-list {
  background-color: #a5c3f6;
}

.c-tag__activity-report {
  background-color: #6f9dee;
}

.c-tag__information {
  background-color: #7b8ca6;
}

@media screen and (360px <= width <= 767px) {
  .c-news-list-item-title {
    width: 100%;
  }
}

.p-news-list {
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-news-list {
    margin-bottom: 4rem;
  }
}

.p-news-single-header {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}

.p-news-single-date {
  font-size: 1.5rem;
  color: #666;
}

.p-news-single-category {
  display: inline-block;
  margin-top: 1rem;
  width: 13.2rem;
  padding: 0.3rem 1rem;
  border-radius: 100vmax;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.p-news-single-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 1.5rem;
  line-height: 1.6;
}
@media screen and (360px <= width <= 767px) {
  .p-news-single-title {
    font-size: 2.2rem;
  }
}

.single-nav {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.6rem;
}
@media screen and (360px <= width <= 767px) {
  .single-nav {
    margin-top: 4rem;
  }
}

.prev_next {
  position: relative;
}
.prev_next:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border-top: 2px solid #ed6b00;
}

.single-nav-prev {
  padding-left: 3rem;
}
.single-nav-prev:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
  border-left: 2px solid #ed6b00;
}

.single-nav-next {
  padding-right: 3rem;
}
.single-nav-next:before {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-left: 2px solid #ed6b00;
}

/* -------------------------------------------*/
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-pagination .pre a,
.c-pagination .next a {
  display: inline-block;
  padding: 0.3rem 1rem;
  color: #000;
}
.c-pagination .pre {
  margin-right: 10px;
}
.c-pagination .next {
  margin-left: 10px;
}
.c-pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 0.3rem 1.4rem;
  color: #000;
  border: 1px solid #000;
}
.c-pagination .page-numbers.current {
  padding: 0.3rem 1.4rem;
  background: #000000;
  color: #ffffff;
  border-radius: 3px;
  border: 1px solid #000;
}
.c-pagination .page-numbers.dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #666666;
}
@media (max-width: 600px) {
  .c-pagination .page-numbers,
  .c-pagination .page-numbers.current {
    padding: 5px 10px;
    /* パディングを小さく */
  }
}

/* -------------------------------------------*/
.c-grd-btn {
  background: transparent linear-gradient(115deg, #B65EBA 0%, #2E8DE1 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 2.2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: max(22rem, 100%);
  height: 5.6rem;
}
.c-grd-btn .ico_circle_arrow {
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico_circle_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* -------------------------------------------*/
.c-fixed-map-btn a {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 9999;
  border-radius: 1.5rem 0 0 1.5rem;
  background-color: #E14F4F;
  color: #fff;
  width: 6rem;
  height: 24.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 678px) {
  .c-fixed-map-btn a {
    width: 4rem;
    height: 16.9rem;
    gap: 0.5rem;
    border-radius: 1rem 0 0 1rem;
  }
}

.c-fixed-map-btn-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 678px) {
  .c-fixed-map-btn-text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

/* -------------------------------------------*/
.search-map {
  margin-bottom: 12rem;
}
@media screen and (360px <= width <= 767px) {
  .search-map {
    margin-bottom: 9rem;
  }
}

.search-map-content {
  padding: 4rem 0 0;
  border-top: 1px solid #0E5FC9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .search-map-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.search-map-content .map-area {
  width: 56rem;
  aspect-ratio: 56/40;
  margin: 0 auto;
}
@media screen and (360px <= width <= 767px) {
  .search-map-content .map-area {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    aspect-ratio: 1/1;
  }
}
.search-map-content .search-map-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-map-header-title {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 12rem;
  margin-bottom: 2rem;
  background-image: url(../images/common/ico_pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.search-map-header-title span {
  color: #0E5FC9;
}
@media screen and (360px <= width <= 767px) {
  .search-map-header-title {
    padding-left: 6rem;
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.search-map-header-text {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .search-map-header-text {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.search-form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .search-form-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.search-form-select {
  border: 1px solid #CDD6DD;
  padding: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (360px <= width <= 767px) {
  .search-form-select {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}

.search-form-btn {
  background: #0E5FC9;
  color: #fff;
  padding: 0.5rem 3.6rem;
  border-radius: 100vmax;
  margin-left: 2rem;
  width: 120px;
}
@media screen and (360px <= width <= 767px) {
  .search-form-btn {
    width: 21.2rem;
    margin: 0 auto;
  }
}

.search-geo-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0E5FC9;
  padding: 0.5rem 3.6rem;
  border: 2px solid #0E5FC9;
  border-radius: 100vmax;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .search-geo-btn {
    width: 100%;
    margin: 1.4rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-geo-btn .icon-pin {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.search-geo-btn .icon-pin img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}
.search-geo-btn .icon-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.search-geo-btn .icon-search img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}

.p-page-map {
  margin-bottom: 20rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map {
    margin-bottom: 10rem;
  }
  .p-page-map .inner {
    width: min(120rem, 91%);
  }
}

.p-page-searched-map-area {
  width: 100%;
  height: 500px;
  margin: 2rem 0 1rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page-searched-map-area {
    height: 65vh;
  }
}

.p-page--map-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 8rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page--map-icon-list {
    margin-bottom: 4rem;
  }
}
.p-page--map-icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-page--map-icon-list .icon-pin {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_pin_green.png);
}
.p-page--map-icon-list .icon-pin.blue {
  background-image: url(../images/common/icon_pin_blue.png);
}
.p-page--map-icon-list .icon-pin.yellow {
  background-image: url(../images/common/icon_pin_yellow.png);
}
.p-page--map-icon-list .icon-pin.red {
  background-image: url(../images/common/icon_pin_red.png);
}

.p-page-map-results__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-page-map-results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #CDD6DD;
  border-radius: 0.8rem;
  position: relative;
}
.p-page-map-results__item:hover {
  background: #f9f9f9;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-results__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
    padding: 1.6rem;
  }
}

.p-page-map-results__detail-btn-link {
  display: block;
}

.p-page-map-results__image {
  width: 12rem;
  height: 9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-page-map-results__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-results__image {
    width: 100%;
    height: 18rem;
  }
}

.p-page-map-results__no-image {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  font-size: 1.2rem;
}

.p-page-map-results__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-page-map-results__category {
  font-size: 1.2rem;
  color: #0E5FC9;
  margin-bottom: 0.4rem;
}

.p-page-map-results__name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-results__name {
    font-size: 1.6rem;
  }
}

.p-page-map-results__address {
  font-size: 1.4rem;
  color: #666;
}

.p-page-map-results__distance {
  font-size: 1.3rem;
  color: #0E5FC9;
  font-weight: 500;
  margin-top: 0.4rem;
}

.p-page-map-results__action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-page-map-results__detail-btn {
  display: inline-block;
  background: #0E5FC9;
  color: #fff;
  padding: 0.8rem 3rem;
  border-radius: 100vmax;
  font-size: 1.4rem;
  text-align: center;
}
.p-page-map-results__detail-btn.focus-btn {
  background: #e3e3e3;
  border: 1px solid #e3e3e3;
  color: #3c3c3c;
  padding: 0.8rem 3rem;
  border-radius: 100vmax;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-results__detail-btn {
    width: 100%;
    padding: 1rem;
  }
}

.p-page-map-detail {
  margin-top: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail {
    margin-top: 2rem;
  }
}

.p-page-map-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}

.p-page-map-detail__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-page-map-detail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__link {
    width: 100%;
  }
}

.p-page-map-detail__link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  width: 21.6rem;
  height: 10rem;
  border: 1px solid #CDD6DD;
  border-radius: 0.8rem;
}
.p-page-map-detail__link-btn .icon {
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__link-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 33.3%;
    height: auto;
    padding: 1rem;
  }
}

.icon-call {
  background-image: url(../images/common/icon-call.svg);
}

.icon-line {
  background-image: url(../images/common/icon-line.png);
}

.icon-shop {
  background-image: url(../images/common/icon-shop.svg);
}

.p-page-map-detail__image {
  width: 100%;
  max-height: 60rem;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}
.p-page-map-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__image {
    max-height: 40rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  color: #000;
  border: 1px solid #CDD6DD;
  border-radius: 100vmax;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-horizontal {
  height: 100% !important;
}

.p-page-map-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}

.p-page-map-detail__category {
  font-size: 1.3rem;
  color: #0E5FC9;
  font-weight: 500;
}

.p-page-map-detail__name {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__name {
    font-size: 2rem;
  }
}

.p-page-map-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}

.p-page-map-detail__title {
  border-left: 4px solid #0E5FC9;
  padding-left: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.p-page-map-detail__image-no-image {
  width: 47.7rem;
  height: 30rem;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  font-size: 1.2rem;
}

.p-page-map-detail__table-content {
  width: 100%;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__table-content {
    width: 100%;
    display: block;
  }
  .p-page-map-detail__table-content tbody {
    display: block;
    width: 100%;
  }
}

.p-page-map-detail__table {
  width: 100%;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__table {
    width: 100%;
    display: block;
  }
}
.p-page-map-detail__table tr {
  border-bottom: 1px solid #F5F5F5;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__table tr {
    display: block;
  }
}
.p-page-map-detail__table th {
  background-color: #0E5FC9;
  color: #fff;
  padding: 2rem;
  text-align: left;
  width: 15rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__table th {
    display: block;
    padding: 1rem;
    width: 100%;
  }
}
.p-page-map-detail__table td {
  padding: 2rem;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (360px <= width <= 767px) {
  .p-page-map-detail__table td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}

.back-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.back-btn-area .c-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}

/* -------------------------------------------*/
.c-section-sougou {
  background: url(../images/common/sougou_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 14rem 0;
  color: #fff;
}
@media screen and (360px <= width <= 767px) {
  .c-section-sougou {
    padding: 4rem 0 10rem;
  }
}
.c-section-sougou h2 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .c-section-sougou h2 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
.c-section-sougou .more-btn {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (360px <= width <= 767px) {
  .c-section-sougou .more-btn {
    margin-top: 2rem;
  }
}

/* -------------------------------------------*/
.footer-cta {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#B65EBA), to(#2E8DE1)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #B65EBA 0%, #2E8DE1 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5.2rem 4vw 8rem;
}
@media screen and (360px <= width <= 767px) {
  .footer-cta {
    padding: 4rem 4rem 4rem;
  }
}

.footer-cta-inner {
  width: min(144rem, 100%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (360px <= width <= 767px) {
  .footer-cta-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta01-img {
  position: absolute;
  top: -10rem;
  right: 43rem;
  z-index: 4;
  width: 23.7rem;
  height: 21.4rem;
}
.cta01-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (360px <= width <= 767px) {
  .cta01-img {
    width: 11.4rem;
    height: 10.3rem;
    top: -12rem;
    right: inherit;
    left: 0;
  }
}

.cta02-img {
  position: absolute;
  top: -10rem;
  right: 5rem;
  z-index: 4;
  width: 23.7rem;
  height: 21.4rem;
}
.cta02-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (360px <= width <= 767px) {
  .cta02-img {
    width: 10.4rem;
    height: 9.3rem;
    top: inherit;
    right: 0;
    bottom: -9rem;
  }
}

.footer-cta-title {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .footer-cta-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.footer-cta-text {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .footer-cta-text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.footer-cta-header {
  width: 53.5rem;
}
@media screen and (360px <= width <= 767px) {
  .footer-cta-header {
    width: 100%;
  }
}

.footer-cta-footer {
  width: 74rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 3rem;
}
@media screen and (360px <= width <= 767px) {
  .footer-cta-footer {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}

.footer-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0E5FC9;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  padding: 2.2rem 2rem;
  width: max(34.8rem, 100%);
  height: 16rem;
}
@media screen and (360px <= width <= 767px) {
  .footer-cta-btn {
    width: 100%;
    height: 10rem;
    font-size: 1.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.9rem 2rem;
    height: auto;
  }
}
.footer-cta-btn .ico_circle_arrow {
  width: 7rem;
  height: 7rem;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 100vmax;
  position: absolute;
  left: 50%;
  top: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer-cta-btn .ico_circle_arrow::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 3px solid #B65EBA;
  border-right: 3px solid #B65EBA;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (360px <= width <= 767px) {
  .footer-cta-btn .ico_circle_arrow {
    width: 4rem;
    height: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: inherit;
    right: -2rem;
  }
}

/* -------------------------------------------*/
.footer-banner {
  background: #f5f5f5;
  padding: 4rem 0;
}
@media screen and (360px <= width <= 767px) {
  .footer-banner {
    padding: 6rem 4rem;
  }
}

.footer-banner-inner {
  width: min(144rem, 88%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 1.4rem;
}
@media screen and (360px <= width <= 767px) {
  .footer-banner-inner {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 2rem;
  }
}

.footer-banner-inner-item {
  background: #fff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-banner-inner-item a {
  display: block;
}

/* -------------------------------------------*/
.c-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
}

.c-circle-arrow {
  width: 2.6rem;
  height: 2.6rem;
  background: #fff;
  border-radius: 100vmax;
  display: inline-block;
  position: relative;
}
.c-circle-arrow::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #0E5FC9;
  border-right: 2px solid #0E5FC9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* -------------------------------------------*/
.c-back-btn {
  padding: 0.6rem 3rem 0.6rem 4.6rem;
  display: block;
  border: 2px solid #0e5fc9;
  color: #0e5fc9;
  background: #fff url(../images/common/btn_blue_back.svg) no-repeat left 1.4rem center;
  background-size: 2.4rem;
  border-radius: 100vmax;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-back-btn:hover {
  border: 2px solid #0e5fc9;
  background: #0e5fc9 url(../images/common/btn_white_back.svg) no-repeat left 1.4rem center;
  background-size: 2.4rem;
  color: #fff;
  opacity: 1;
}
@media screen and (360px <= width <= 767px) {
  .c-back-btn {
    display: block;
    text-align: center;
    padding: 1rem 1.4rem;
    max-width: 100%;
    width: 100%;
  }
}

/* -------------------------------------------*/
.c-search-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.c-search-modal-overlay.is-active {
  display: block;
}

.c-search-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  max-height: 85vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  z-index: 1000;
  padding: 32px 24px;
}
.c-search-modal.is-active {
  display: block;
}
.c-search-modal__inner {
  position: relative;
}
.c-search-modal__close {
  position: absolute;
  top: -16px;
  right: -8px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #333;
  padding: 4px 8px;
}
.c-search-modal__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px;
  padding-bottom: 12px;
  border-bottom: 3px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-search-modal__title-icon {
  width: 20px;
  height: 20px;
}
.c-search-modal__section {
  margin-top: 24px;
}
.c-search-modal__label {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 3px solid #333;
}
.c-search-modal__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-search-modal__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  min-width: 120px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.c-search-modal__checkbox:hover {
  background: #f9f9f9;
}
.c-search-modal__checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
}
.c-search-modal__select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background: #fff;
}
.c-search-modal__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 28px;
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.c-search-modal__submit:hover {
  background: #f5f5f5;
}
.c-search-modal__submit-icon {
  width: 18px;
  height: 18px;
}
.c-search-modal__note {
  margin-top: 12px;
  padding: 8px 12px;
  font-size: 12px;
  color: #666;
  background: #fffde6;
  border: 1px solid #f5e6a3;
  border-radius: 4px;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/*
top
-------------------------------------------*/
.mainVisual {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 678px) {
  .mainVisual {
    height: 90vh;
  }
}
.mainVisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainVisual-text {
  position: absolute;
  left: 4vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 678px) {
  .mainVisual-text {
    letter-spacing: 0.05em;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

.mainVisual-text-sub-item {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 678px) {
  .mainVisual-text-sub-item {
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
  }
}

.mainVisual-text-sub-item:first-of-type {
  font-size: 4rem;
}
@media screen and (max-width: 678px) {
  .mainVisual-text-sub-item:first-of-type {
    font-size: 2rem;
    text-align: center;
  }
}

.mainVisual-text-sub-item:last-of-type {
  font-size: 6.6rem;
  font-weight: 600;
}
@media screen and (max-width: 678px) {
  .mainVisual-text-sub-item:last-of-type {
    font-size: 3.4rem;
  }
}

.mainVisual-text-main-item {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  margin-top: 1rem;
}
@media screen and (max-width: 678px) {
  .mainVisual-text-main-item {
    letter-spacing: 0.05em;
  }
}

.mainVisual-text-main-item:first-of-type {
  font-size: 8.9rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#b65eba), to(#5e70ba)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #b65eba 0%, #5e70ba 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 678px) {
  .mainVisual-text-main-item:first-of-type {
    font-size: 4.6rem;
    margin: 1rem auto 0;
  }
}

.mainVisual-text-main-item:last-of-type {
  font-size: 9.1rem;
  font-weight: 600;
  letter-spacing: -0.1em;
  padding-right: 1.3rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#5e70ba), to(#2e8de1)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #5e70ba 0%, #2e8de1 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 678px) {
  .mainVisual-text-main-item:last-of-type {
    font-size: 4.4rem;
    margin: 1rem auto 0;
  }
}

.top-intro {
  padding: 8rem 0 10.3rem;
}
@media screen and (360px <= width <= 767px) {
  .top-intro {
    padding: 4rem 0 6rem;
  }
}

.top-intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6rem;
}
@media screen and (360px <= width <= 767px) {
  .top-intro-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.top-intro-content-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% - 2.3rem);
          flex: 0 0 calc(60% - 2.3rem);
}
@media screen and (360px <= width <= 767px) {
  .top-intro-content-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.top-intro-content-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40% + 2.3rem);
          flex: 0 0 calc(40% + 2.3rem);
}
.top-intro-content-img img {
  max-width: none;
  width: 45vw;
  margin-right: calc((40% - 100vw) / 2);
  max-height: 41rem;
  min-height: 41rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (360px <= width <= 767px) {
  .top-intro-content-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .top-intro-content-img img {
    max-width: none;
    width: 100%;
    margin-right: 0;
    max-height: 100%;
    min-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.top-intro-content-btn {
  margin-top: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .top-intro-content-btn {
    margin-top: 2rem;
  }
}

.top-intro-content-title {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 4rem;
}
.top-intro-content-title span {
  color: #0e5fc9;
}
@media screen and (360px <= width <= 767px) {
  .top-intro-content-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.top-intro-content-text-p {
  font-size: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .top-intro-content-text-p {
    font-size: 1.4rem;
  }
}

.top-news {
  background-color: #f5f5f5;
  padding: 5.6rem 0 8rem;
}
@media screen and (360px <= width <= 767px) {
  .top-news {
    padding: 4rem 0 6rem;
  }
}

.top-news-content {
  width: min(113rem, 100%);
  margin: 0 auto;
}

.top-news-content-header {
  text-align: center;
}

.top-news-content-body {
  margin: 4rem auto;
}
@media screen and (360px <= width <= 767px) {
  .top-news-content-body {
    margin: 0rem auto 4rem auto;
  }
}

.top-news-content-footer .c-more-btn {
  margin: 0 auto;
}

.top-about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (360px <= width <= 767px) {
  .top-about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-about-content__left,
.top-about-content__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 5.8rem;
  position: relative;
  color: #fff;
}
.top-about-content__left:before,
.top-about-content__right:before {
  content: "";
  position: absolute;
  top: 0;
  width: 11.7rem;
  height: 30rem;
  background: url(../images/top/stripe.svg) no-repeat center center/contain;
}
@media screen and (360px <= width <= 767px) {
  .top-about-content__left,
  .top-about-content__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 2rem 3rem;
  }
  .top-about-content__left:before,
  .top-about-content__right:before {
    content: "";
    position: absolute;
    top: 0;
    width: 3.1rem;
    height: 8rem;
    background: url(../images/top/stripe.svg) no-repeat center center/contain;
  }
}

.top-about-content__left {
  background-color: #0e5fc9;
}
.top-about-content__left:before {
  left: 0;
}

.top-about-content__right {
  background-color: #00439a;
}
.top-about-content__right:before {
  right: 0;
}
@media screen and (360px <= width <= 767px) {
  .top-about-content__right:before {
    right: inherit;
    left: 0;
  }
}

.top-about-content-header {
  margin-bottom: 8.4rem;
}
@media screen and (360px <= width <= 767px) {
  .top-about-content-header {
    margin-bottom: 2rem;
  }
}

.top-about-content__left .top-about-content-header {
  padding-left: 12rem;
}
@media screen and (360px <= width <= 767px) {
  .top-about-content__left .top-about-content-header {
    padding-left: 2rem;
  }
}

.top-about-content__right .top-about-content-header {
  padding-right: 12rem;
}
@media screen and (360px <= width <= 767px) {
  .top-about-content__right .top-about-content-header {
    padding-right: 0;
    padding-left: 2rem;
  }
}

.top-about-content-title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .top-about-content-title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}

.top-about-content-body-img {
  width: min(68.3rem, 100%);
  aspect-ratio: 683/400;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}
.top-about-content-body-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about-content-footer {
  margin-top: 4rem;
}
.top-about-content-footer .c-more-btn {
  margin: 0 auto;
}

.top-merit {
  padding: 10rem 0;
}
@media screen and (360px <= width <= 767px) {
  .top-merit {
    padding: 4rem 0;
  }
}

.top-merit-content-header {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .top-merit-content-header {
    margin-bottom: 2rem;
  }
}

.top-merit-content-body {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 7.4rem 9.4rem;
}
@media screen and (360px <= width <= 767px) {
  .top-merit-content-body {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 2rem;
  }
}

@media screen and (360px <= width <= 767px) {
  .top-merit-content-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}

@media screen and (360px <= width <= 767px) {
  .top-merit-content-body-item-text-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.top-merit-content-body-item-icon {
  width: 14.2rem;
  height: 14.2rem;
  margin: 0 auto 2rem;
}
.top-merit-content-body-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (360px <= width <= 767px) {
  .top-merit-content-body-item-icon {
    margin: 0 auto 1rem;
    width: 9.3rem;
  }
}

.top-merit-content-body-item-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .top-merit-content-body-item-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    text-align: left;
  }
}

@media screen and (360px <= width <= 767px) {
  .top-merit-content-body-item-text {
    font-size: 1.4rem;
  }
}

.top-merit-content-footer {
  margin-top: 8rem;
}
.top-merit-content-footer .c-more-btn {
  margin: 0 auto;
}
@media screen and (360px <= width <= 767px) {
  .top-merit-content-footer {
    margin-top: 4rem;
  }
}

/* -------------------------------------------
   YouTube埋め込み（レスポンシブ・中央寄せ）
------------------------------------------- */
.top-about-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-about-content-body iframe {
  display: block;
  max-width: 100%;
  width: 56rem;
  aspect-ratio: 16/9;
  height: auto;
}

/* -------------------------------------------*/
.p-main-intro {
  padding: 1.4rem 0;
  background-color: #0e5fc9;
}
.p-main-intro p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (360px <= width <= 767px) {
  .p-main-intro {
    padding: 1rem 0;
  }
  .p-main-intro p {
    font-size: 1.6rem;
  }
}

.p-main-message {
  padding: 8rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-main-message {
    padding: 4rem 0;
  }
}

.p-main-message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-message-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}

.p-main-message-content-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% + 2.3rem);
          flex: 0 0 calc(30% + 2.3rem);
}
.p-main-message-content-thumb img {
  width: 100%;
}
.p-main-message-content-thumb figcaption {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
}
.p-main-message-content-thumb figcaption span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7e7e7e;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-message-content-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .p-main-message-content-thumb figcaption {
    font-size: 1.6rem;
  }
  .p-main-message-content-thumb figcaption span {
    font-size: 1.2rem;
  }
}

.p-main-message-content-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70% - 2.3rem);
          flex: 0 0 calc(70% - 2.3rem);
}
.p-main-message-content-body .c-sec-title {
  margin-bottom: 4rem;
}
.p-main-message-content-body .p-main-message-content-text {
  margin-bottom: 2rem;
}
.p-main-message-content-body .more-btn {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (360px <= width <= 767px) {
  .p-main-message-content-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .p-main-message-content-body .c-sec-title {
    margin-bottom: 2rem;
  }
}

.p-main-basic {
  padding: 8rem 0;
  background-color: #f5f5f5;
}
@media screen and (360px <= width <= 767px) {
  .p-main-basic {
    padding: 4rem 0;
  }
}
.p-main-basic .more-btn {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (360px <= width <= 767px) {
  .p-main-basic .more-btn {
    margin-top: 4rem;
  }
}

.p-main-basic-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-basic-header {
    margin-bottom: 4rem;
    display: block;
  }
}
.p-main-basic-header .title {
  padding-right: 4rem;
  border-right: 1px solid #000;
}
.p-main-basic-header .title .c-sec-title {
  margin-bottom: 0;
  text-align: left;
}
@media screen and (360px <= width <= 767px) {
  .p-main-basic-header .title {
    padding-right: 0rem;
    border-right: none;
    margin-bottom: 2rem;
  }
  .p-main-basic-header .title .c-sec-title {
    margin-bottom: 0;
    text-align: center;
  }
}
.p-main-basic-header .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4rem;
}
.p-main-basic-header .text h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #0e5fc9;
}
@media screen and (360px <= width <= 767px) {
  .p-main-basic-header .text {
    padding-left: 0rem;
    margin-bottom: 2rem;
  }
  .p-main-basic-header .text h3 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
}

.p-main-basic-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr));
  gap: 9rem 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-basic-content {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 4rem 2rem;
  }
}

.p-main-basic-content-item {
  background-color: #fff;
  padding: 5rem 2rem;
  position: relative;
  border-left: 6px solid #0e5fc9;
}
@media screen and (360px <= width <= 767px) {
  .p-main-basic-content-item {
    padding: 3rem 2rem 2rem;
  }
}

.p-main-basic-content-item-number {
  position: absolute;
  top: -4rem;
  left: -4rem;
  font-size: 4rem;
  font-weight: 600;
  color: #0e5fc9;
  width: 8rem;
  height: 8rem;
  border-radius: 100vmax;
  background-color: #fff;
  color: #0e5fc9;
  border: 2px solid #0e5fc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (360px <= width <= 767px) {
  .p-main-basic-content-item-number {
    top: -3rem;
    left: -3rem;
    font-size: 2.4rem;
    width: 6rem;
    height: 6rem;
  }
}

.p-main-basic-content-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-main-basic-content-item-body h4 {
  min-height: 7.2rem;
  line-height: 1.4;
  font-size: 2rem;
}
.p-main-basic-content-item-body p {
  font-size: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-basic-content-item-body h4 {
    font-size: 1.8rem;
    min-height: auto;
    margin-bottom: 1.4rem;
  }
  .p-main-basic-content-item-body p {
    font-size: 1.4rem;
  }
}

.p-main-features {
  padding: 8rem 0;
  position: relative;
}
.p-main-features::before {
  content: "";
  position: absolute;
  top: -16rem;
  left: 0;
  width: 32.6rem;
  height: 59.3rem;
  background: url(../images/main/bg_kumiai.svg) no-repeat center center;
  z-index: 1;
}
.p-main-features::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -42rem;
  width: 50vw;
  aspect-ratio: 1/1;
  background: url(../images/main/bg_logo.svg) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.p-main-features .more-btn {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (360px <= width <= 767px) {
  .p-main-features .more-btn {
    margin-top: 4rem;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-main-features {
    padding: 4rem 0;
  }
  .p-main-features::before, .p-main-features::after {
    content: none;
  }
  .p-main-features::after {
    right: -20rem;
  }
}

.p-main-features__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-features__title {
    margin-bottom: 4rem;
  }
}

.p-main-features__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(54rem, 1fr));
  gap: 5rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-features__content {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 4rem 2rem;
  }
}

.p-main-features-content__item {
  border: 1px solid #0e5fc9;
  border-radius: 0.8rem;
  padding: 2rem;
  background-color: #fff;
}

.p-main-features-content__item-title {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #0e5fc9;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.p-main-features-content__item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.p-main-features-content__item-image img {
  display: block;
  margin: 0 auto;
}

.p-main-features-content__item-text-note {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2rem;
  color: #7e7e7e;
}

.p-main-features-content__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-features-content__item-list {
    gap: 1rem;
  }
}

.p-main-features-content__item-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1rem);
          flex: 0 0 calc(50% - 1rem);
  background-color: #0e5fc9;
  color: #fff;
  padding: 1rem 2rem;
  text-align: center;
}
@media screen and (360px <= width <= 767px) {
  .p-main-features-content__item-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.p-main-business {
  padding: 8rem 0;
  position: relative;
}
.p-main-business .more-btn {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (360px <= width <= 767px) {
  .p-main-business .more-btn {
    margin-top: 4rem;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-main-business {
    padding: 4rem 0;
  }
}

.p-main-business__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-business__title {
    margin-bottom: 4rem;
  }
}

.p-main-business__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-business__content {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 4rem 2rem;
  }
}

.p-main-business-content__item {
  background-color: #fff;
}

.p-main-business-content__item-image img {
  display: block;
  margin: 0 auto;
}

.p-main-business-content__item-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.p-main-business-content__item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}

.p-main-business-content__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-business-content__item-list {
    gap: 1rem;
  }
}

.p-main-business-content__item-list-item {
  padding: 0.3rem 2.6rem;
  border: 1px solid #555555;
  font-size: 1.4rem;
}

.p-main-history {
  padding: 8rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history {
    padding: 4rem 0;
  }
}
.p-main-history .more-btn {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history .more-btn {
    margin-top: 4rem;
  }
}

.p-main-history__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__title {
    margin-bottom: 2rem;
  }
}

.p-main-history__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-main-history__table dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16rem;
          flex: 0 0 16rem;
  border-bottom: 3px solid #0e5fc9;
  padding: 1.6rem;
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__table dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-main-history__table dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 16rem);
          flex: 0 0 calc(100% - 16rem);
  border-bottom: 1px solid #0e5fc9;
  padding: 1.6rem 0 1.6rem 3rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__table dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: none;
  }
}

.p-main-history__subtitle {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 6rem;
  border-left: 4px solid #0e5fc9;
  padding-left: 1rem;
  margin-bottom: 8rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__subtitle {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 2rem;
  }
}

.p-main-history__content {
  width: min(80rem, 92%);
  margin: 0 auto 3rem;
}

.p-main-history__content-year {
  position: relative;
}
.p-main-history__content-year::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: -4rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 100vmax;
  background-color: #fff;
  border: 3px solid #0e5fc9;
  z-index: -1;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__content-year::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: -3rem;
    width: 5.8rem;
    height: 5.8rem;
  }
}

.p-main-history__content-year-number {
  display: inline-block;
  line-height: 1;
  font-size: 5.6rem;
  font-weight: 600;
  color: #0e5fc9;
  padding-bottom: 2rem;
  padding-left: 1rem;
  background-color: #fff;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__content-year-number {
    font-size: 5rem;
  }
}

.p-main-history__content-year-text {
  display: inline-block;
  margin-left: 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__content-year-text {
    font-size: 1.8rem;
  }
}

.p-main-history__content-text {
  padding-left: 2rem;
  padding-bottom: 2rem;
  border-left: 1px solid #0e5fc9;
}

.p-main-history__presidents {
  width: min(80rem, 92%);
  margin: 0 auto;
}

.p-main-history__presidents-table {
  width: 100%;
  border-collapse: collapse;
}
.p-main-history__presidents-table thead th {
  background-color: #0e5fc9;
  color: #fff;
  font-weight: 600;
  padding: 1.2rem 2rem;
  text-align: left;
  font-size: 1.6rem;
}
.p-main-history__presidents-table thead th:first-child {
  width: 12rem;
  white-space: nowrap;
  border-radius: 0.4rem 0 0 0;
}
.p-main-history__presidents-table thead th:last-child {
  border-radius: 0 0.4rem 0 0;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__presidents-table thead {
    display: none;
  }
}
.p-main-history__presidents-table tbody tr {
  border-bottom: 1px solid #ddd;
}
.p-main-history__presidents-table tbody tr:nth-child(even) {
  background-color: #f8f9fb;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__presidents-table tbody tr {
    display: block;
    padding: 1.2rem 0;
    border-bottom: 1px solid #0e5fc9;
  }
}
.p-main-history__presidents-table tbody td {
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__presidents-table tbody td {
    display: block;
    padding: 0.2rem 0;
  }
  .p-main-history__presidents-table tbody td::before {
    content: attr(data-label) "：";
    font-weight: 600;
    color: #0e5fc9;
    margin-right: 0.5rem;
  }
  .p-main-history__presidents-table tbody td:first-child {
    font-weight: 600;
  }
}

.p-main-history__detail {
  width: min(80rem, 92%);
  margin: 6rem auto 0;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__detail {
    margin-top: 4rem;
  }
}

.p-main-history__detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #0e5fc9;
  border-radius: 0.8rem;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.p-main-history__detail-btn::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-main-history__detail-btn::-webkit-details-marker {
  display: none;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__detail-btn {
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}

.p-main-history__detail[open] .p-main-history__detail-btn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-main-history__detail-content {
  padding-top: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__detail-content {
    padding-top: 2rem;
  }
}

.p-main-history__detail-group {
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__detail-group {
    margin-bottom: 3rem;
  }
}

.p-main-history__detail-group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.2rem;
  padding: 1.2rem 2rem;
  background-color: #f0f4fa;
  border-left: 4px solid #0e5fc9;
  margin-bottom: 0;
  font-size: 1.8rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__detail-group-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.4rem;
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
  }
}

.p-main-history__detail-group-gen {
  font-weight: 600;
  color: #0e5fc9;
  white-space: nowrap;
}

.p-main-history__detail-group-name {
  font-weight: 600;
}

.p-main-history__detail-table {
  width: 100%;
  border-collapse: collapse;
}
.p-main-history__detail-table tr {
  border-bottom: 1px solid #e5e5e5;
}
.p-main-history__detail-table td {
  padding: 1rem 1.2rem;
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__detail-table td {
    display: block;
    padding: 0.2rem 0;
  }
}

.p-main-history__detail-year {
  width: 5rem;
  font-weight: 600;
  color: #0e5fc9;
  white-space: nowrap;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__detail-year {
    width: 100%;
    padding-top: 1rem !important;
  }
}

.p-main-history__detail-era {
  width: 14rem;
  white-space: nowrap;
  color: #666;
}
@media screen and (360px <= width <= 767px) {
  .p-main-history__detail-era {
    width: 100%;
  }
}

@media screen and (360px <= width <= 767px) {
  .p-main-history__detail-text {
    padding-bottom: 1rem !important;
  }
}

.p-main-access {
  padding: 8rem 0;
  background-color: #f5f5f5;
}
@media screen and (360px <= width <= 767px) {
  .p-main-access {
    padding: 4rem 0;
  }
}

.p-main-access__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-access__title {
    margin-bottom: 4rem;
  }
}

.p-main-access__map {
  width: 100%;
  height: 50rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-access__map {
    height: 30rem;
  }
}

.p-main-access__address {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (360px <= width <= 767px) {
  .p-main-access__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0 6rem;
  }
}

.p-main-access__address-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-right: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-access__address-title {
    padding-right: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.p-main-access__address-text {
  padding-left: 3rem;
  border-left: 1px solid #000;
}
@media screen and (360px <= width <= 767px) {
  .p-main-access__address-text {
    padding-left: 0;
    border-left: none;
  }
}

.p-main-access__address-table tr td {
  padding: 1rem;
}

/* -------------------------------------------*/
.p-main-intro {
  padding: 1.4rem 0;
  background-color: #0e5fc9;
}
.p-main-intro p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (360px <= width <= 767px) {
  .p-main-intro {
    padding: 1rem 0;
  }
  .p-main-intro p {
    font-size: 1.6rem;
  }
}

.p-projects-pillars {
  padding: 8rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars {
    padding: 4rem 0;
  }
}

.p-projects-pillars__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars__title {
    margin-bottom: 4rem;
  }
}

.p-projects-pillars-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  gap: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars-content {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 2rem;
  }
}

.p-projects-pillars-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars-content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-projects-pillars-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars-content__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
  }
}
.p-projects-pillars-content__header .number {
  font-size: 4rem;
  font-weight: 600;
  color: #0e5fc9;
  line-height: 1;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars-content__header .number {
    font-size: 2.4rem;
  }
}
.p-projects-pillars-content__header .line {
  width: 1px;
  height: 40px;
  background-color: #0e5fc9;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars-content__header .line {
    width: 20px;
    height: 1px;
  }
}
.p-projects-pillars-content__header .title {
  font-size: 2rem;
  font-weight: 600;
  color: #0e5fc9;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars-content__header .title {
    font-size: 1.8rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: initial;
    white-space: normal;
  }
}

.p-projects-pillars-content__body {
  padding-top: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars-content__body {
    padding-top: 1rem;
  }
}
.p-projects-pillars-content__body figure {
  margin-bottom: 1.6rem;
}

.p-projects-pillars-content__block {
  border: 1px solid #e5e5e5;
  border-radius: 0.6rem;
  padding: 1.6rem;
  margin-top: 1.6rem;
}
.p-projects-pillars-content__block .p-projects-pillars-content__subtitle {
  margin-top: 0;
}

.p-projects-pillars-content__links {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 2rem;
}
.p-projects-pillars-content__links li a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0e5fc9;
  text-decoration: underline;
}
.p-projects-pillars-content__links li a:hover {
  opacity: 1;
  text-decoration: none;
}
.p-projects-pillars-content__links li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.4rem;
  background: url(../images/common/icon_link.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.p-projects-pillars-content__subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}
.p-projects-pillars-content__subtitle:first-of-type {
  margin-top: 0;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-pillars-content__subtitle {
    font-size: 1.6rem;
  }
}

.p-projects-services {
  padding: 8rem 0;
  background-color: #f5f5f5;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-services {
    padding: 4rem 0;
  }
}

.p-projects-services__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-services__title {
    margin-bottom: 2rem;
  }
}

.p-projects-services__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  gap: 6rem 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-services__content {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 3rem;
  }
}

.p-projects-services-content__item {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0 0 0.8rem 0.8rem;
  border-top: 6px solid #0e5fc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (360px <= width <= 767px) {
  .p-projects-services-content__item {
    padding: 1rem;
    border-top: 4px solid #0e5fc9;
  }
}

.p-projects-services-content__item-image img {
  display: block;
  margin: 0 auto;
}

.p-projects-services-content__item-body {
  padding-bottom: 2rem;
  height: 100%;
}

.p-projects-services-content__item-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2rem;
}

.p-projects-services-content__item-list {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e5e5e5;
}
.p-projects-services-content__item-list li {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #3b4043;
  padding-left: 1.2rem;
  position: relative;
}
.p-projects-services-content__item-list li::before {
  content: "";
  width: 0.5rem;
  height: 1px;
  background-color: #3b4043;
  position: absolute;
  left: 0;
  top: 1.1rem;
}

.more-btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-btn {
  display: inline-block;
  padding-right: 4rem;
  background: url(../images/common/btn_blue.svg) no-repeat right 1.4rem center;
  background-size: 2.4rem;
  font-weight: 600;
}

/* -------------------------------------------*/
.p-members-navi {
  padding: 8rem 0 12rem;
}
@media screen and (360px <= width <= 767px) {
  .p-members-navi {
    padding: 4rem 0 8rem;
  }
}

.p-members-navi-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12rem 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-members-navi-content {
    gap: 3rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-members-navi-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.6rem 5rem;
  color: #fff;
  border-radius: 1.2rem;
  position: relative;
}
@media screen and (360px <= width <= 767px) {
  .p-members-navi-content__item {
    padding: 3rem;
  }
}
.p-members-navi-content__item .p-members-navi-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.p-members-navi-content__item .title {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-members-navi-content__item .title {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }
}
.p-members-navi-content__item .text {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.navi01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3rem);
          flex: 0 0 calc(50% - 3rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../images/members/members-navi01.webp) no-repeat center center/cover;
}
@media screen and (360px <= width <= 767px) {
  .navi01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.navi01 .p-members-navi-more-btn {
  margin-top: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .navi01 .p-members-navi-more-btn {
    margin-top: 2rem;
  }
}

.navi02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3rem);
          flex: 0 0 calc(50% - 3rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../images/members/members-navi02.webp) no-repeat center center/cover;
}
.navi02 .p-members-navi-more-btn {
  margin-top: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .navi02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .navi02 .p-members-navi-more-btn {
    margin-top: 2rem;
  }
}

.navi03 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3rem;
  background: url(../images/members/members-navi03.webp) no-repeat center center/cover;
}
@media screen and (360px <= width <= 767px) {
  .navi03 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 2rem;
  }
}
.navi03 .title {
  font-size: 4.4rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .navi03 .title {
    font-size: 3.6rem;
    margin-bottom: 1.2rem;
  }
}
.navi03 .text {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (360px <= width <= 767px) {
  .navi03 .text {
    font-size: 1.6rem;
  }
}
.navi03 .p-members-navi-more-btn {
  margin-left: auto;
}
@media screen and (360px <= width <= 767px) {
  .navi03 .p-members-navi-more-btn {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.p-members-officers {
  padding: 8rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-members-officers {
    padding: 4rem 0;
  }
}

.p-members-officers__title {
  margin-bottom: 6rem;
}

.p-members-officers-content {
  margin-bottom: 12rem;
}

.yakuin_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 4rem;
  border-bottom: 1px solid #E5E5E5;
}
.yakuin_list .yakuin_list_shokumei {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.yakuin_list .yakuin_list_shimei {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yakuin_list .yakuin_list_kaisha {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yakuin_list .yakuin_list_tel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-members-list {
  padding: 3rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-members-list {
    padding: 2rem 0;
  }
}

.p-members-list__search {
  background-color: #fff;
  padding: 4rem;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (360px <= width <= 767px) {
  .p-members-list__search {
    padding: 2rem 3rem;
  }
}

.p-members-list__search-content {
  margin-bottom: 2.6rem;
}

.p-members-list__search-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-members-list__search-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.p-members-list__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}

.p-members__search-button {
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 100vmax;
  border: 1px solid #E5E5E5;
}
.p-members__search-button.is-active {
  background: transparent linear-gradient(115deg, #B65EBA 0%, #2E8DE1 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.p-members__single-button {
  background: transparent linear-gradient(115deg, #B65EBA 0%, #2E8DE1 100%) 0% 0% no-repeat padding-box;
  padding: 0.4rem 2rem;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  white-space: nowrap;
}

.p-members-list-content__item-count {
  margin-bottom: 3rem;
}
.p-members-list-content__item-count span {
  font-size: 3.8rem;
  font-weight: 600;
  color: #0E5FC9;
  margin-right: 0.5rem;
  display: inline-block;
}

.p-members-list-content__table {
  width: 100%;
  background-color: #fff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  margin-bottom: 12rem;
}
.p-members-list-content__table .thead {
  background-color: #F0F3F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-members-list-content__table .th {
  font-weight: 600;
  padding: 1rem 4rem;
  font-size: 1.8rem;
}
.p-members-list-content__table .td {
  padding: 1rem 4rem;
  font-size: 1.6rem;
}
.p-members-list-content__table .th:first-child,
.p-members-list-content__table .td:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}
.p-members-list-content__table .th:nth-child(2),
.p-members-list-content__table .td:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
}
.p-members-list-content__table .th:nth-child(3),
.p-members-list-content__table .td:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.p-members-list-content__table .th:last-child,
.p-members-list-content__table .td:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
}
.p-members-list-content__table .tbody {
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-members-list-content__table .p-members-list-content__no-result {
  padding: 4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #666;
}

.p-members-list-content__no-result {
  padding: 4rem;
}

.p-members-list-content__title {
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  padding: 3rem 4rem;
  margin-bottom: 4rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-members-list-content__title span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin-left: 2.5rem;
  background-color: #0E5FC9;
  padding: 0.5rem 2rem;
  border-radius: 100vmax;
}

/* -------------------------------------------*/
/*
組合員名簿詳細
-------------------------------------------*/
.p-members-list-single-content {
  padding: 4rem 0;
}
.p-members-list-single-content .more-btn {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 20rem;
}
@media screen and (360px <= width <= 767px) {
  .p-members-list-single-content .more-btn {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-members-list-single-content {
    padding: 2rem 0;
  }
}

.p-members-list-single {
  width: 100%;
  background-color: #fff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  overflow: hidden;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-members-list-single {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}

.p-members-list-single__title {
  background: transparent linear-gradient(357deg, #B65EBA 0%, #2E8DE1 100%) 0% 0% no-repeat padding-box;
  padding: 1.2rem 4rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.p-members-list-single__content {
  margin: 0 4rem;
  padding: 2rem 0;
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
.p-members-list-single__content .p-members-list-single__content-title {
  font-weight: 600;
  width: 16%;
}
.p-members-list-single__content .p-members-list-single__content-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-members-list-single__content .p-members-list-single__content-value a {
  color: #1565C0;
  padding-right: 2rem;
  background: url(../images/common/icon_link.png) no-repeat right center/1.2rem;
}

/* -------------------------------------------*/
/* 年度セクション */
.p-activity-sched {
  padding-bottom: 20rem;
  margin-top: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-activity-sched {
    margin-top: 2rem;
    padding-bottom: 12rem;
  }
}

.p-schedule-section {
  margin-bottom: 6rem;
}

.p-schedule-section:last-child {
  margin-bottom: 0;
}

.p-schedule-section__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0e5fc9;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-schedule-section__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
/* スケジュールリスト（c-news-list風） */
.p-schedule-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-schedule-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 2.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #0e5fc9;
  position: relative;
}

.p-schedule-list__item::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 22rem;
  height: 0.3rem;
  background-color: #0e5fc9;
}

@media screen and (max-width: 768px) {
  .p-schedule-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 1.6rem;
  }
}
.p-schedule-list__datetime {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22rem;
          flex: 0 0 22rem;
}

.p-schedule-list__date {
  font-weight: 600;
  color: #333;
}

.p-schedule-list__time {
  font-size: 1.4rem;
  color: #666;
  margin-top: 0.3rem;
}

.p-schedule-list__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-schedule-list__content {
  color: #333;
}

.p-schedule-list__venue {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #666;
}

.p-schedule-list__venue i {
  margin-right: 0.4rem;
  color: #1565c0;
}

.p-schedule-list__venue a {
  color: #1565c0;
  text-decoration: none;
}

.p-schedule-list__venue a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-schedule-list__datetime {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .p-schedule-list__detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* 外部リンクセクション */
.p-schedule-external {
  margin-top: 6rem;
  padding: 3rem;
  border-radius: 0.8rem;
  border: 1px solid #0e5fc9;
}

.p-schedule-external__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.p-schedule-external__link {
  color: #1565c0;
  text-decoration: none;
}

.p-schedule-external__link:hover {
  text-decoration: underline;
}

.p-schedule-external__link::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.5rem;
  background: url("../images/common/icon_link.png") no-repeat center/contain;
  vertical-align: middle;
}

/* コンテンツエリア */
.p-schedule-content {
  max-width: 100rem;
  margin: 0 auto;
}

/* 
* 
* 
* 
組合だより */
.p-activity-report {
  margin-bottom: 12rem;
  margin-top: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-activity-report {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
}

/* イントロ */
.p-report-intro {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* 年度セクション */
.p-report-section {
  margin-bottom: 5rem;
}

.p-report-section:last-child {
  margin-bottom: 0;
}

.p-report-section__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0e5fc9;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-report-section__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
/* PDFリストグリッド */
.p-report-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-report-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-report-list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background-color: #fff;
  border: 1px solid #0e5fc9;
  border-radius: 0.6rem;
  color: #1565c0;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-report-list__link:hover {
  background-color: #0e5fc9;
  color: #fff;
  opacity: 1;
}

.p-report-list__link:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-report-list__link::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/common/icon_pdf.svg") no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .p-report-list__link {
    padding: 0.8rem 1.5rem;
    font-size: 1.4rem;
  }
}
/* コンテンツエリア */
.p-report-content {
  max-width: 100rem;
  margin: 0 auto;
}

/* -------------------------------------------*/
.p-join-merit {
  padding: 8rem 0 12rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit {
    padding: 4rem 0;
  }
}

.p-join-merit-content__header {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-content__header {
    margin-bottom: 4rem;
  }
}

.p-join-merit-content__body {
  margin-bottom: 10rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-content__body {
    margin-bottom: 6rem;
  }
}

.p-join-merit-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem 6rem;
  position: relative;
}
.p-join-merit-content-item:not(:last-of-type) {
  padding-bottom: 8rem;
}
.p-join-merit-content-item:not(:last-of-type):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7rem;
  width: 1px;
  height: 80%;
  background: #00439A;
  z-index: -1;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .p-join-merit-content-item:not(:last-of-type) {
    padding-bottom: 4rem;
  }
  .p-join-merit-content-item:not(:last-of-type):before {
    content: none;
  }
}

.p-join-merit-content-item-icon {
  width: 16rem;
  position: relative;
  padding-top: 3rem;
  background-color: #fff;
}
.p-join-merit-content-item-icon .number {
  position: absolute;
  right: 0;
  top: -1.4rem;
  font-size: 8rem;
  font-weight: 600;
  color: #A5C3F6;
  line-height: 1;
}

.p-join-merit-content-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-join-merit-content-item-text-image {
  width: 30rem;
  position: relative;
}
.p-join-merit-content-item-text-image::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  right: 0;
  width: 26rem;
  height: 21rem;
  background: #00439A;
  z-index: -1;
}
.p-join-merit-content-item-text-image img {
  width: 26rem;
}

.p-join-merit-content-item-title {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-content-item-title {
    font-size: 2rem;
  }
}

.p-join-merit-content-item-subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #0E5FC9;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-content-item-subtitle {
    font-size: 1.6rem;
  }
}

.p-join-merit-content-item-list {
  margin-top: 2rem;
}
.p-join-merit-content-item-list li {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border: 1px solid #00439A;
  margin: 0rem 1rem 1rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-content-item-list li {
    font-size: 1.3rem;
    padding: 0.5rem;
    margin: 0rem 0.5rem 0.5rem 0;
  }
}

.p-join-merit-content-footer {
  text-align: center;
  border: 3rem solid #64C8D1;
  padding: 4rem 0;
  border-radius: 0.8rem;
  position: relative;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-content-footer {
    padding: 2rem;
    border: 1rem solid #64C8D1;
  }
  .p-join-merit-content-footer p {
    font-size: 1.4rem;
  }
}

.p-join-merit-content-footer-image {
  position: absolute;
  bottom: -3rem;
  left: 3rem;
  width: 10rem;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-content-footer-image {
    display: none;
  }
}

.p-join-merit-content-footer-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  border-bottom: 1px solid #64C8D1;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-content-footer-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.p-join-merit-more-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  padding: 1rem 4.6rem 1rem 2.6rem;
  background: #fff url(../images/common/btn-green.svg) no-repeat right 1rem center;
  border: 1px solid #64C8D1;
  border-radius: 100vmax;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-join-merit-more-btn:hover {
  opacity: 1;
  background: #64C8D1 url(../images/common/btn-green-hover.svg) no-repeat right 1rem center;
  color: #fff;
}
@media screen and (360px <= width <= 767px) {
  .p-join-merit-more-btn {
    font-size: 1.6rem;
  }
}

/*-------------------------------------------
組合費と加入条件
-------------------------------------------*/
.p-join-fee {
  padding: 0 0 8rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-join-fee {
    padding: 4rem 0;
  }
}

.p-join-fee__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-fee__title {
    margin-bottom: 4rem;
  }
}

.p-join-fee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-fee__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-join-fee__content .p-join-fee__content-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-join-fee__content .p-join-fee__content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-join-fee__content-item {
  margin-bottom: 4rem;
}

.p-join-fee__content-item-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  border-left: 4px solid #0E5FC9;
  padding-left: 1rem;
}

.p-join-fee__content-item-list li {
  padding-left: 2rem;
  background: url(../images/common/ico-check.svg) no-repeat left center;
  margin-bottom: 1rem;
}

.p-join-fee__content-item-fee {
  border: 1px solid #0E5FC9;
  border-radius: 0.8rem;
  padding: 3rem 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-fee__content-item-fee {
    padding: 2rem;
    margin-bottom: 1rem;
  }
}

.p-join-fee__content-item-fee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
}
@media screen and (360px <= width <= 767px) {
  .p-join-fee__content-item-fee-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

p.p-join-fee__content-item-fee-item-title {
  font-size: 1.8rem;
}

p.p-join-fee__content-item-fee-item-price {
  color: #0E5FC9;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.8;
}
p.p-join-fee__content-item-fee-item-price small {
  font-size: 1.8rem;
}
@media screen and (360px <= width <= 767px) {
  p.p-join-fee__content-item-fee-item-price {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.p-join-fee__content-item-fee-text {
  color: #707070;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 1rem;
}

.p-join-fee__content-item-table-wrapper {
  overflow-x: auto;
}

.p-join-fee__content-item-table {
  width: 100%;
  border-collapse: collapse;
}
.p-join-fee__content-item-table th,
.p-join-fee__content-item-table td {
  padding: 1rem;
  border-top: 1px solid #D9D8D8;
  text-align: center;
}
.p-join-fee__content-item-table th {
  background: #F1F8FE;
}
.p-join-fee__content-item-table th:nth-of-type(1) {
  text-align: left;
}
.p-join-fee__content-item-table td:nth-of-type(1) {
  text-align: left;
}
.p-join-fee__content-item-table th:last-of-type {
  text-align: right;
}
.p-join-fee__content-item-table td:last-of-type {
  text-align: right;
  color: #00439A;
  font-weight: 500;
}
.p-join-fee__content-item-table tbody tr:nth-of-type(odd) {
  background: #F5F5F5;
}

/*-------------------------------------------
組合運営機構図
-------------------------------------------*/
.p-join-organization {
  padding: 8rem 0;
  background-color: #F5F5F5;
}
@media screen and (360px <= width <= 767px) {
  .p-join-organization {
    padding: 4rem 0;
  }
}

.p-join-organization__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-organization__title {
    margin-bottom: 4rem;
  }
}

.p-join-organization__subtitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-organization__subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.p-join-organization__text {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-organization__text {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}

.p-join-organization__content {
  margin-bottom: 4rem;
}
.p-join-organization__content img {
  width: 100%;
}

.p-join-organization__content-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  border-left: 4px solid #0E5FC9;
  padding-left: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-organization__content-title {
    font-size: 2rem;
  }
}

.p-join-organization__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-organization__content-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-join-organization__content-list li {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.8rem;
  width: calc(25% - 0.5rem);
}
@media screen and (360px <= width <= 767px) {
  .p-join-organization__content-list li {
    width: calc(50% - 0.5rem);
  }
}
.p-join-organization__content-list li h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0E5FC9;
}
@media screen and (360px <= width <= 767px) {
  .p-join-organization__content-list li h4 {
    font-size: 1.8rem;
  }
}
.p-join-organization__content-list li p {
  font-size: 1.4rem;
}

/*-------------------------------------------
加入までの流れ
-------------------------------------------*/
.p-join-flow {
  padding: 8rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow {
    padding: 4rem 0;
  }
}

.p-join-flow__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__title {
    margin-bottom: 4rem;
  }
}

.p-join-flow__content {
  width: min(80rem, 92%);
  margin: 0 auto 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__content {
    width: 82%;
    margin: 0 auto 4rem;
  }
}

.p-join-flow__content-year {
  position: relative;
}
.p-join-flow__content-year::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: -4rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 100vmax;
  background-color: #fff;
  border: 3px solid #0E5FC9;
  z-index: -1;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__content-year::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: -3rem;
    width: 5.8rem;
    height: 5.8rem;
  }
}

.p-join-flow__content-year-number {
  display: inline-block;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  color: #0E5FC9;
  padding-bottom: 2rem;
  padding-left: 1rem;
  background-color: #fff;
}
.p-join-flow__content-year-number em {
  font-size: 3.4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__content-year-number {
    font-size: 2rem;
  }
}

.p-join-flow__content-title {
  display: inline-block;
  margin-left: 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__content-title {
    font-size: 1.8rem;
  }
}

.p-join-flow__content-text {
  padding-left: 10.5rem;
  padding-bottom: 2rem;
  border-left: 1px solid #0E5FC9;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__content-text {
    padding-left: 2rem;
    padding-bottom: 1rem;
  }
}

.p-join-flow__btn-wrapper {
  width: min(80rem, 92%);
  margin: 10rem auto 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

.p-join-flow__btn {
  text-align: center;
  display: block;
  width: 100%;
  padding: 2rem;
  background: transparent linear-gradient(115deg, #B65EBA 0%, #2E8DE1 100%) 0% 0% no-repeat padding-box;
  border-radius: 100vmax;
  position: relative;
  color: #fff;
}
.p-join-flow__btn .c-circle-arrow {
  position: absolute;
  right: 4rem;
  width: 5.6rem;
  height: 5.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-join-flow__btn .c-circle-arrow:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #B65EBA;
  border-right: 2px solid #B65EBA;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__btn .c-circle-arrow {
    right: 2rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  .p-join-flow__btn .c-circle-arrow:before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-join-flow__btn h4 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__btn h4 {
    font-size: 2rem;
  }
}
.p-join-flow__btn p {
  font-size: 1.4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__btn p {
    font-size: 1.3rem;
  }
}

.p-join-flow__btn-image {
  position: absolute;
  left: -4rem;
  top: -4rem;
  width: 15rem;
}
@media screen and (360px <= width <= 767px) {
  .p-join-flow__btn-image {
    display: none;
  }
}

/* -------------------------------------------*/
/*
contact
-------------------------------------------*/
.p-contact__inner {
  width: min(80rem, 92%);
  margin: 0 auto;
}

.p-contact-content-text {
  text-align: center;
  margin-top: 4rem;
}
.p-contact-content-text a {
  color: #0029af;
  text-decoration: underline;
}

.confirm_area,
.thanks_area {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.contact-sec01 {
  padding: 6vw 0;
  background-color: #F9F8F8;
  margin: 0 auto 6vw;
  width: 96%;
  border-radius: 2rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
  background-color: #EBF6FD;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 select {
  padding: 1rem 1rem;
}

p.Form-Item-Res {
  background: #EBF6FD;
  padding: 0.3rem 1rem;
}

.wpcf7-form-control-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Form-Item {
  margin-bottom: 2.6rem;
}
.Form-Item p {
  width: 100%;
}
@media (max-width: 768px) {
  .Form-Item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .Form-Item p:not(.Form-Item-Label) {
    width: 100%;
  }
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (360px <= width <= 767px) {
  .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 1rem;
  }
}

.wpcf7-list-item {
  display: block;
  margin: 0;
}

.Form-Item-Label {
  position: relative;
  margin-bottom: 0.6rem;
  font-weight: 600;
}

.Form-Item-Label-Required {
  background-color: #ED6B00;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.2rem 1.5rem;
  border-radius: 2rem;
  display: inline-block;
  margin-left: 1.6rem;
}
@media (max-width: 768px) {
  .Form-Item-Label-Required {
    margin-right: 1rem;
  }
}

.Form-Item-Label-Optional {
  background-color: #F2F2F2;
  font-size: 1.2rem;
  padding: 0.2rem 1.5rem;
  border-radius: 2rem;
  display: inline-block;
  margin-left: 1.6rem;
}
@media (max-width: 768px) {
  .Form-Item-Label-Optional {
    margin-right: 1rem;
  }
}

.Form-Item-Label-any {
  background-color: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .Form-Item-Label-any {
    position: relative;
    right: 0;
    top: 0;
    margin-right: 1rem;
  }
}

.confirm_area .Form-Item-Label-Required {
  display: none;
}
.confirm_area .confirm_area-read {
  text-align: center;
  margin-bottom: 6rem;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

input.confirm_button {
  background: #001F6D;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.7rem 10rem;
  cursor: pointer;
}

input.confirm_button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.wpcf7-submit {
  background: #001F6D;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.7rem 10rem;
}
@media screen and (360px <= width <= 767px) {
  .wpcf7-submit {
    padding: 0.7rem 4rem;
  }
}

.back_button {
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  padding: 0.7rem 10rem;
}
@media screen and (360px <= width <= 767px) {
  .back_button {
    padding: 0.7rem 4rem;
  }
}

.back-link {
  margin-top: 4rem;
  text-align: center;
}
.back-link a {
  color: #0029af;
  text-decoration: underline;
}

p.Form-Item-Label-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0 4rem;
  gap: 1rem;
}
@media screen and (360px <= width <= 767px) {
  p.Form-Item-Label-agree {
    margin: 2rem 0rem;
  }
}

.contact-privacy-policy {
  margin-top: 6rem;
  padding: 3.2rem 5rem;
  background-color: rgba(170, 217, 229, 0.2);
  border-radius: 8px;
}

.contact-privacy-policy h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: normal;
}

.contact-privacy-policy p {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 2rem;
}

/* -------------------------------------------*/
.p-news {
  margin-bottom: 12rem;
}
@media screen and (360px <= width <= 767px) {
  .p-news {
    margin-bottom: 8rem;
  }
}/*# sourceMappingURL=style.css.map */