/*****************/
/**** reset *****/
/*****************/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 62.5%;
}

body {
  color: #222222;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", Meiryo, sans-serif;
  font-weight: 500;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.6s ease;
  color: #222222;
}
a:hover {
  opacity: 0.6;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

img {
  height: auto;
}

.wp-block-table td {
  border: none;
}

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

.wpcf7-spinner {
  display: none;
}

textarea {
  resize: vertical;
}

.desc {
  line-height: normal;
}

/*****************/
/**** font   *****/
/*****************/
.eng {
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/*****************/
/**** animation   *****/
/*****************/
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-time35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.delay-time4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-time45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  opacity: 1;
  transition: opacity 1s;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 1.6rem;
}

/*****************/
/****   parts   *****/
/*****************/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  a[href*=tel] {
    pointer-events: none;
  }
  section {
    position: relative;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1190px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  section {
    position: relative;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*****************/
/*** header  ***/
/*****************/
@media screen and (min-width: 769px) {
  .fixed-button {
    position: fixed;
    right: 0;
    z-index: 500;
    bottom: 20%;
    background-color: #F6C063;
    padding: 22px 25px;
    border-radius: 14px 0 0 14px;
    display: flex;
    align-items: center;
    color: white;
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    font-weight: bold;
    transition: none;
  }
  .fixed-button:hover {
    opacity: 1;
  }
  .fixed-button img {
    margin-bottom: 12px;
    width: 42px;
  }
  .header {
    position: relative;
    height: 100px;
    background-color: white;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-logo {
    font-size: 2.9rem;
    font-weight: bold;
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1319px) {
  .header {
    height: 70px;
    padding-left: 20px;
  }
  .header-logo {
    font-size: 2rem;
  }
  .header-nav {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-menu__item {
    border-right: 1px solid #D9D9D9;
  }
  .header-menu__item.tel {
    border: none;
    margin-right: 30px;
    margin-left: 30px;
  }
  .header-menu__item.mail {
    border: none;
    margin-right: 45px;
  }
  .header-menu__link {
    padding: 10px 30px;
    font-size: 1.9rem;
    font-weight: bold;
  }
  .header-menu__tel {
    display: flex;
    align-items: center;
  }
  .header-menu__tel img {
    width: 29px;
    margin-right: 10px;
  }
  .header-menu__tel p {
    color: #55A3F5;
    font-size: 3.5rem;
    font-weight: bold;
  }
  .header-menu__mail {
    border-radius: 8px;
    background-color: #55A3F5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    height: 53px;
  }
  .header-menu__mail img {
    width: 28px;
    margin-right: 10px;
  }
  .header-menu__mail p {
    color: white;
    font-size: 2.2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .fixed-button {
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 500;
    bottom: 0;
    background-color: #F6C063;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    transition: none;
  }
  .fixed-button:hover {
    opacity: 1;
  }
  .fixed-button img {
    margin-right: 12px;
    width: 22px;
  }
  .header {
    position: relative;
    height: 70px;
    background-color: white;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-logo {
    font-size: 2rem;
    font-weight: bold;
  }
  .header-nav {
    display: none;
  }
}
/*****************/
/*** hamburger-menu  ***/
/*****************/
@media screen and (min-width: 1320px) {
  .hamburger-menu {
    display: none !important;
  }
  .sp-nav {
    display: none !important;
  }
}
@media screen and (max-width: 1319px) {
  .hamburger-menu {
    display: block !important;
    width: 50px;
    height: 50px;
    position: fixed;
    border: none;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    cursor: pointer;
    top: 12px;
    right: 5px;
    z-index: 1000;
    background-color: white;
    border-radius: 50%;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #55A3F5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  /*****************/
  /*** sp-nav  ***/
  /*****************/
  .sp-nav {
    display: flex;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    padding: 50px 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: all 0.6s ease;
  }
  .sp-nav.active {
    transform: translateX(0);
  }
  .sp-nav ul {
    border-top: 1px solid #ccc;
    width: 100%;
  }
  .sp-nav ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .sp-nav ul li.tel {
    border: none;
    padding: 0;
    margin-top: 40px;
  }
  .sp-nav ul li.mail {
    padding: 0;
    border: none;
    margin-top: 40px;
  }
  .sp-nav ul li a {
    color: #222222;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
  }
  .sp-nav ul li .sp-nav-menu__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #55A3F5;
    font-size: 3rem;
  }
  .sp-nav ul li .sp-nav-menu__tel img {
    margin-right: 5px;
  }
  .sp-nav ul li .sp-nav-menu__mail {
    border-radius: 10px;
    height: 50px;
    background-color: #55A3F5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*****************/
/*** footer  ***/
/*****************/
@media screen and (min-width: 769px) {
  .footer {
    background-color: rgba(85, 163, 245, 0.1);
    padding-top: 100px;
  }
  .footer .container {
    max-width: 1110px;
  }
  .footer form {
    margin-top: 62px;
  }
  .footer .form-wrapper {
    background-color: white;
    padding: 84px 10%;
    box-shadow: 0 0 20px 0 rgba(85, 163, 245, 0.2);
  }
  .footer .form-title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
  }
  .footer .form-lead {
    margin-top: 14px;
    font-size: 2rem;
    text-align: center;
  }
  .footer .form-row {
    margin-bottom: 48px;
  }
  .footer .form-row.name {
    margin-bottom: 28px;
  }
  .footer .form-row.select {
    margin-bottom: 15px;
  }
  .footer .form-row.tel {
    padding-bottom: 100px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 40px;
  }
  .footer .form-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .footer .form-ttl span {
    margin-right: 10px;
    width: 44px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #787878;
    color: white;
  }
  .footer .form-ttl span.inquied {
    color: #FF0000;
    background-color: white;
    border: 1px solid #FF0000;
  }
  .footer .form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .form-flex__item {
    flex-shrink: 0;
    width: 400px;
    margin-bottom: 20px;
  }
  .footer .form-flex__item > p {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
  }
  .footer .form-flex__item span {
    margin-left: 20px;
  }
  .footer .form-select {
    width: 460px;
    margin-bottom: 33px;
  }
  .footer .form-select > p {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .footer .form-select span {
    margin-left: 20px;
  }
  .footer .wpcf7 input,
.footer .wpcf7 textarea,
.footer .wpcf7 select {
    width: 100%;
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 2.2rem;
    font-weight: 600;
  }
  .footer .wpcf7 input::-moz-placeholder, .footer .wpcf7 textarea::-moz-placeholder, .footer .wpcf7 select::-moz-placeholder {
    font-size: 2.2rem;
    font-weight: 600;
    color: #CCCCCC;
  }
  .footer .wpcf7 input::placeholder,
.footer .wpcf7 textarea::placeholder,
.footer .wpcf7 select::placeholder {
    font-size: 2.2rem;
    font-weight: 600;
    color: #CCCCCC;
  }
  .footer .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .wpcf7-acceptance .wpcf7-list-item label input {
    width: 30px;
    height: 30px;
    background-color: #D9D9D9 !important;
    border: none !important;
  }
  .footer .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1.6rem;
    margin-left: 23px;
  }
  .footer .wpcf7-acceptance .wpcf7-list-item-label a {
    display: inline-block;
    color: blue;
    text-decoration: underline;
  }
  .footer .wpcf7 input[type=submit] {
    margin: 0 auto;
    display: block;
    width: 426px;
    height: 73px;
    border-radius: 60px;
    background-color: #55A3F5;
    border: none;
    color: white;
    text-align: center;
    cursor: pointer;
  }
  .footer-logo {
    margin-top: 76px;
    text-align: center;
    color: #3091C9;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .footer-address {
    text-align: center;
    font-size: 1.6rem;
  }
  .footer-tel {
    margin-top: 5px;
    display: flex;
    justify-content: center;
  }
  .footer-tel__item {
    font-size: 1.6rem;
  }
  .footer-tel__item.tel {
    padding-right: 20px;
    border-right: 1px solid #222;
    margin-right: 20px;
  }
  .footer-copy {
    margin-top: 44px;
    padding: 15px;
    background-color: white;
    text-align: center;
    font-size: 1.6rem;
    color: #4787CB;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background-color: rgba(85, 163, 245, 0.1);
    padding-top: 50px;
  }
  .footer form {
    margin-top: 42px;
  }
  .footer .form-wrapper {
    background-color: white;
    padding: 30px 5%;
    box-shadow: 0 0 20px 0 rgba(85, 163, 245, 0.2);
  }
  .footer .form-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .footer .form-lead {
    margin-top: 10px;
    font-size: 1.6rem;
    text-align: center;
  }
  .footer .form-row {
    margin-bottom: 25px;
  }
  .footer .form-row.name {
    margin-bottom: 5px;
  }
  .footer .form-row.select {
    margin-bottom: 35px;
  }
  .footer .form-row.tel {
    padding-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
  }
  .footer .form-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .footer .form-ttl span {
    margin-right: 10px;
    width: 44px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #787878;
    color: white;
  }
  .footer .form-ttl span.inquied {
    color: #FF0000;
    background-color: white;
    border: 1px solid #FF0000;
  }
  .footer .form-flex__item {
    margin-bottom: 20px;
  }
  .footer .form-flex__item > p {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
  .footer .form-flex__item span {
    margin-left: 20px;
  }
  .footer .form-select {
    margin-bottom: 15px;
  }
  .footer .form-select > p {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .footer .form-select span {
    margin-left: 10px;
  }
  .footer .wpcf7 input,
.footer .wpcf7 textarea,
.footer .wpcf7 select {
    width: 100%;
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .footer .wpcf7 input::-moz-placeholder, .footer .wpcf7 textarea::-moz-placeholder, .footer .wpcf7 select::-moz-placeholder {
    font-size: 1.6rem;
    font-weight: 600;
    color: #CCCCCC;
  }
  .footer .wpcf7 input::placeholder,
.footer .wpcf7 textarea::placeholder,
.footer .wpcf7 select::placeholder {
    font-size: 1.6rem;
    font-weight: 600;
    color: #CCCCCC;
  }
  .footer .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .wpcf7-acceptance .wpcf7-list-item label input {
    width: 20px;
    height: 20px;
    background-color: #D9D9D9 !important;
    border: none !important;
  }
  .footer .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1.4rem;
    margin-left: 10px;
  }
  .footer .wpcf7-acceptance .wpcf7-list-item-label a {
    display: inline-block;
    color: blue;
    text-decoration: underline;
  }
  .footer .wpcf7 input[type=submit] {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 30px;
    background-color: #55A3F5;
    border: none;
    color: white;
    text-align: center;
    cursor: pointer;
  }
  .footer-logo {
    margin-top: 46px;
    text-align: center;
    color: #3091C9;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .footer-address {
    margin-top: 5px;
    text-align: center;
    font-size: 1.4rem;
  }
  .footer-tel {
    margin-top: 5px;
  }
  .footer-tel__item {
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-tel__item.tel {
    margin-bottom: 5px;
  }
  .footer-copy {
    margin-top: 24px;
    padding: 15px;
    padding-bottom: 65px;
    background-color: white;
    text-align: center;
    font-size: 1.4rem;
    color: #4787CB;
  }
}
#front {
  /*****************/
  /****   hero   *****/
  /*****************/
  /*****************/
  /****  archive   *****/
  /*****************/
}
@media screen and (min-width: 769px) {
  #front .hero {
    background-image: url(../image/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 52px;
  }
  #front .hero-catch {
    text-align: center;
    font-size: 2.2rem;
  }
  #front .hero-ttl {
    margin-top: 12px;
    font-size: 4.6rem;
    font-weight: bold;
    text-align: center;
  }
  #front .hero-new {
    margin: 22px auto 0;
    height: 42px;
    width: 410px;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    background-color: white;
    border-radius: 40px;
    overflow: hidden;
  }
  #front .hero-new span {
    border-radius: 50px;
    background-color: #55A3F5;
    height: 100%;
    width: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: white;
    font-weight: bold;
    margin-right: 14px;
  }
  #front .hero-desc {
    margin-top: 24px;
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #front .hero {
    background-image: url(../image/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #front .hero-catch {
    text-align: center;
    font-size: 1.6rem;
  }
  #front .hero-ttl {
    margin-top: 12px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  #front .hero-new {
    margin: 15px auto 0;
    height: 35px;
    width: 300px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
  }
  #front .hero-new span {
    border-radius: 40px;
    background-color: #55A3F5;
    height: 100%;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    font-weight: bold;
    margin-right: 13px;
    padding-bottom: 4px;
  }
  #front .hero-desc {
    margin-top: 15px;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  #front .archive {
    padding-top: 165px;
    padding-bottom: 270px;
  }
  #front .archive-ttl {
    font-size: 3.3rem;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
  }
  #front .archive-tabs {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  #front .archive-tabs__item {
    width: 303px;
    height: 79px;
    border-radius: 57px;
    flex-shrink: 0;
    color: #55A3F5;
    box-shadow: 0 0 10px 0 rgba(85, 163, 245, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    font-weight: bold;
    cursor: pointer;
  }
  #front .archive-tabs__item.active {
    background-color: #55A3F5;
    box-shadow: none;
    color: white;
  }
  #front .archive-wrap {
    display: none;
    margin-top: 76px;
    position: relative;
    overflow: hidden;
  }
  #front .archive-wrap.active {
    display: block;
  }
  #front .archive-wrap:after {
    content: "";
    width: 100%;
    height: 400px;
    background: linear-gradient(transparent, white 90%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #front .archive-wrap.open:after {
    display: none;
  }
  #front .archive-list {
    position: relative;
    margin: 0 -1%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #front .archive-list__item {
    flex-shrink: 0;
    width: 535px;
    margin: 0 1% 130px;
  }
  #front .archive-list__link:hover {
    opacity: 1;
  }
  #front .archive-list__link .archive-list__more {
    transition: all 0.6s ease;
    color: #55A3F5;
    background-color: white;
    border: 1px solid #55A3F5;
  }
  #front .archive-list__main {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #front .archive-list__thumb {
    flex-shrink: 0;
    width: 210px;
  }
  #front .archive-list__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #front .archive-list__detail {
    width: 298px;
    flex-shrink: 0;
  }
  #front .archive-list__number {
    font-size: 1.6rem;
    font-weight: bold;
    color: #55A3F5;
  }
  #front .archive-list__locate {
    margin-top: 12px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  #front .archive-list table {
    margin-top: 19px;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #222222;
  }
  #front .archive-list table tbody tr {
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #D9D9D9;
  }
  #front .archive-list table tbody tr:last-child {
    border: none;
  }
  #front .archive-list table tbody tr th {
    text-align: left;
    flex-shrink: 0;
    width: 70px;
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 36px;
  }
  #front .archive-list table tbody tr td {
    font-size: 1.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #front .archive-list table tbody tr td.middle {
    font-weight: bold;
  }
  #front .archive-list table tbody tr td.big {
    color: #55A3F5;
    font-size: 5rem;
    font-weight: bold;
  }
  #front .archive-list table tbody tr td.big span {
    font-size: 2.4rem;
  }
  #front .archive-list__more {
    margin-top: 25px;
    border-radius: 8px;
    background-color: #55A3F5;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
  }
  #front .archive-list__more img {
    position: absolute;
    top: 50%;
    right: 33px;
    transform: translateY(-50%);
    width: 36px;
  }
  #front .archive-more {
    width: 517px;
    height: 98px;
    border-radius: 84px;
    border: 2px solid #55A3F5;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #55A3F5;
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #front .archive {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #front .archive-ttl {
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
  }
  #front .archive-tabs {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  #front .archive-tabs__item {
    width: 90px;
    height: 30px;
    border-radius: 20px;
    flex-shrink: 0;
    color: #55A3F5;
    box-shadow: 0 0 10px 0 rgba(85, 163, 245, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
  }
  #front .archive-tabs__item.active {
    background-color: #55A3F5;
    box-shadow: none;
    color: white;
  }
  #front .archive-wrap {
    display: none;
    margin-top: 46px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
  }
  #front .archive-wrap.active {
    display: block;
  }
  #front .archive-wrap:after {
    content: "";
    width: 100%;
    height: 400px;
    background: linear-gradient(transparent, white 90%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #front .archive-wrap.open:after {
    display: none;
  }
  #front .archive-list {
    position: relative;
    margin: 0 auto;
    max-width: 350px;
  }
  #front .archive-list__item {
    flex-shrink: 0;
    margin-bottom: 60px;
  }
  #front .archive-list__link:hover {
    opacity: 1;
  }
  #front .archive-list__link .archive-list__more {
    transition: all 0.6s ease;
    color: #55A3F5;
    background-color: white;
    border: 1px solid #55A3F5;
  }
  #front .archive-list__thumb {
    margin-top: 20px;
  }
  #front .archive-list__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #front .archive-list__detail {
    margin-top: 20px;
  }
  #front .archive-list__number {
    font-size: 1.6rem;
    font-weight: bold;
    color: #55A3F5;
  }
  #front .archive-list__locate {
    margin-top: 12px;
    font-size: 2rem;
    font-weight: bold;
  }
  #front .archive-list table {
    margin-top: 19px;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #222222;
  }
  #front .archive-list table tbody tr {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  #front .archive-list table tbody tr:last-child {
    border: none;
  }
  #front .archive-list table tbody tr th {
    text-align: left;
    flex-shrink: 0;
    width: 80px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 24px;
  }
  #front .archive-list table tbody tr td {
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #front .archive-list table tbody tr td.middle {
    font-weight: bold;
  }
  #front .archive-list table tbody tr td.big {
    color: #55A3F5;
    font-size: 3rem;
    font-weight: bold;
  }
  #front .archive-list table tbody tr td.big span {
    font-size: 1.8rem;
  }
  #front .archive-list__more {
    margin-top: 15px;
    border-radius: 8px;
    background-color: #55A3F5;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
  }
  #front .archive-list__more img {
    position: absolute;
    top: 50%;
    right: 33px;
    transform: translateY(-50%);
    width: 24px;
  }
  #front .archive-more {
    width: 100%;
    max-width: 517px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #55A3F5;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #55A3F5;
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    cursor: pointer;
  }
}

/*****************/
/****   page-hero   *****/
/*****************/
@media screen and (min-width: 769px) {
  .page-hero {
    height: 100px;
    background-image: url(../image/page-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .page-hero::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, white);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-hero {
    height: 70px;
    background-image: url(../image/page-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .page-hero::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, white);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/*****************/
/****  parts   *****/
/*****************/
@media screen and (min-width: 769px) {
  #page .page {
    padding-bottom: 70px;
  }
  #page .page-ttl {
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
    font-size: 4.5rem;
  }
  #page .page-content {
    margin-top: 50px;
  }
  #page .page-content > * {
    margin-bottom: 30px;
    line-height: normal;
  }
  #page .page-content h2 {
    font-size: 3rem;
  }
  #page .page-content p {
    font-size: 2rem;
  }
  #page .page-content ul {
    padding-left: 1.5em;
  }
  #page .page-content ul li {
    list-style: disc;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #page .page-top {
    margin: 50px auto 0;
  }
  .totop {
    width: 467px;
    height: 76px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4787CB;
    font-size: 1.9rem;
    font-weight: bold;
    border: 2px solid #55A3F5;
  }
  .totop:hover {
    transition: all 0.6s ease;
    color: white;
    background-color: #55A3F5;
  }
}
@media screen and (max-width: 768px) {
  #page .page {
    padding-bottom: 50px;
  }
  #page .page-ttl {
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    font-size: 3rem;
  }
  #page .page-content {
    margin-top: 30px;
  }
  #page .page-content > * {
    margin-bottom: 20px;
    line-height: normal;
  }
  #page .page-content h2 {
    font-size: 2rem;
  }
  #page .page-content p {
    font-size: 1.6rem;
  }
  #page .page-content ul {
    padding-left: 1.5em;
  }
  #page .page-content ul li {
    list-style: disc;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #page .page-top {
    margin: 30px auto 0;
  }
  .totop {
    width: 250px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4787CB;
    font-size: 1.6rem;
    font-weight: bold;
    border: 2px solid #55A3F5;
  }
  .totop:hover {
    transition: all 0.6s ease;
    color: white;
    background-color: #55A3F5;
  }
}
/*****************/
/****   single   *****/
/*****************/
@media screen and (min-width: 769px) {
  #single .single {
    padding-bottom: 100px;
  }
  #single .single-main {
    padding-top: 65px;
    padding-bottom: 70px;
    border-bottom: 1px solid #D9D9D9;
  }
  #single .single-ttl {
    display: flex;
    align-items: center;
  }
  #single .single-number {
    font-size: 2.7rem;
    color: #55A3F5;
    font-weight: bold;
    padding: 15px 0;
    padding-right: 36px;
    margin-right: 36px;
    border-right: 1px solid #D9D9D9;
  }
  #single .single-locate {
    font-size: 3.5rem;
    font-weight: bold;
  }
  #single .single-detail {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 48px;
  }
  #single .single-thumb {
    width: 40%;
    max-width: 411px;
    margin-left: 0;
    margin-right: auto;
  }
  #single .single-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #single .single-table {
    width: 100%;
    max-width: 700px;
    min-width: 411px;
    border-top: 1px solid #D9D9D9;
  }
  #single .single-table table {
    width: 100%;
  }
  #single .single-table table tbody tr {
    padding: 15px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
  }
  #single .single-table table tbody tr th {
    font-size: 2rem;
    font-weight: bold;
    flex-shrink: 0;
    width: 150px;
    text-align: left;
  }
  #single .single-table table tbody tr td {
    font-size: 2rem;
    line-height: normal;
  }
  #single .single-table table tbody tr td.middle {
    font-weight: bold;
  }
  #single .single-table table tbody tr td.flex {
    display: flex;
    align-items: flex-end;
  }
  #single .single-table table tbody tr td.flex p {
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;
  }
  #single .single-table table tbody tr td.flex p.blue {
    font-size: 3rem;
    color: #55A3F5;
    margin-left: 20px;
    flex-shrink: 0;
    width: 135px;
  }
  #single .single-table table tbody tr td.flex p.blue span {
    font-size: 2rem;
  }
  #single .single-table table tbody tr td.flex p.right {
    margin-left: 50px;
  }
  #single .single-desc {
    margin-top: 33px;
    font-size: 2rem;
  }
  #single .single-contact {
    margin: 70px auto 0;
    width: 467px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6C063;
    border-radius: 80px;
    font-size: 3rem;
    color: white;
    font-weight: bold;
  }
  #single .single-contact img {
    width: 46px;
    margin-right: 30px;
  }
  #single .single-note {
    margin-top: 33px;
    font-size: 2rem;
    text-align: center;
  }
  #single .single-top {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #single .single {
    padding-bottom: 50px;
    max-width: 430px;
  }
  #single .single-main {
    padding-top: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
  }
  #single .single-number {
    font-size: 1.7rem;
    color: #55A3F5;
    font-weight: bold;
    padding: 10px 0;
    padding-right: 26px;
    margin-right: 26px;
  }
  #single .single-locate {
    margin-top: 10px;
    font-size: 2.5rem;
    font-weight: bold;
  }
  #single .single-detail {
    margin-top: 15px;
  }
  #single .single-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #single .single-table table {
    border-top: 1px solid #D9D9D9;
    width: 100%;
  }
  #single .single-table table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px solid #D9D9D9;
  }
  #single .single-table table tbody tr th {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  #single .single-table table tbody tr td {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: normal;
  }
  #single .single-table table tbody tr td.middle {
    font-weight: bold;
  }
  #single .single-table table tbody tr td.flex {
    display: flex;
    align-items: flex-end;
  }
  #single .single-table table tbody tr td.flex p {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #single .single-table table tbody tr td.flex p.blue {
    font-size: 1.62rem;
    color: #55A3F5;
    margin-left: 10px;
    flex-shrink: 0;
  }
  #single .single-table table tbody tr td.flex p.blue span {
    font-size: 1.4rem;
  }
  #single .single-table table tbody tr td.flex p.right {
    margin-left: 20px;
  }
  #single .single-desc {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #single .single-contact {
    margin: 40px auto 0;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6C063;
    border-radius: 40px;
    font-size: 2rem;
    color: white;
    font-weight: bold;
  }
  #single .single-contact img {
    width: 25px;
    margin-right: 15px;
  }
  #single .single-note {
    margin-top: 23px;
    font-size: 1.6rem;
    text-align: center;
  }
  #single .single-top {
    margin: 30px auto 0;
  }
}

/*****************/
/****  about  *****/
/*****************/
@media screen and (min-width: 769px) {
  #about .about {
    padding-top: 52px;
    padding-bottom: 100px;
  }
  #about .about .container {
    max-width: 700px;
  }
  #about .about-ttl {
    font-weight: bold;
    font-size: 4.5rem;
    text-align: center;
  }
  #about .about .wp-block-table {
    margin-top: 79px;
  }
  #about .about .wp-block-table table {
    border-top: 1px solid #D9D9D9;
    width: 100%;
    border-collapse: collapse;
  }
  #about .about .wp-block-table table tbody tr {
    display: flex;
    align-items: stretch;
  }
  #about .about .wp-block-table table tbody tr td {
    width: 100%;
    padding: 15px 0;
    font-size: 2rem;
    border-bottom: 1px solid #D9D9D9;
    line-height: normal;
  }
  #about .about .wp-block-table table tbody tr td:first-child {
    text-align: left;
    font-weight: bold;
    flex-shrink: 0;
    width: 167px;
  }
  #about .about .wp-block-table table tbody tr:first-child td:nth-child(2) {
    font-weight: bold;
  }
  #about .about .wp-block-table table tbody tr:nth-child(5) td:first-child {
    border: none;
  }
  #about .about .wp-block-table table tbody tr:last-child td:first-child {
    border: none !important;
  }
  #about .about .wp-block-table table tbody tr:last-child td:nth-child(2) {
    border: none !important;
  }
  #about .about-iframe {
    margin: 135px auto 0;
    max-width: 1160px;
    width: 100%;
    aspect-ratio: 1160/557;
  }
  #about .about-iframe iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about .about-desc {
    margin-top: 72px;
    font-size: 2rem;
    text-align: center;
  }
  #about .about-top {
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #about .about {
    padding-top: 32px;
    padding-bottom: 50px;
  }
  #about .about .container {
    max-width: 700px;
  }
  #about .about-ttl {
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
  }
  #about .about .wp-block-table {
    margin-top: 30px;
  }
  #about .about .wp-block-table table {
    border-top: 1px solid #D9D9D9;
    width: 100%;
    border-collapse: collapse;
  }
  #about .about .wp-block-table table tbody tr {
    display: flex;
    flex-direction: column;
  }
  #about .about .wp-block-table table tbody tr td {
    width: 100%;
    padding: 15px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #D9D9D9;
    line-height: normal;
  }
  #about .about .wp-block-table table tbody tr td:first-child {
    text-align: left;
    font-weight: bold;
    flex-shrink: 0;
    width: 167px;
    border: none;
    padding-bottom: 0;
  }
  #about .about .wp-block-table table tbody tr:first-child td:nth-child(2) {
    font-weight: bold;
  }
  #about .about .wp-block-table table tbody tr:nth-child(5) td:first-child {
    border: none;
  }
  #about .about .wp-block-table table tbody tr:last-child td:first-child {
    border: none !important;
  }
  #about .about .wp-block-table table tbody tr:last-child td:nth-child(2) {
    border: none !important;
  }
  #about .about-iframe {
    margin: 65px auto 0;
    max-width: 1160px;
    width: 100%;
    aspect-ratio: 1160/557;
  }
  #about .about-iframe iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about .about-desc {
    margin-top: 42px;
    font-size: 1.6rem;
    text-align: center;
  }
  #about .about-top {
    margin: 30px auto 0;
  }
}
/*# sourceMappingURL=main.css.map */