@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(//fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans+Armenian:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=text], input[type=button], input[type=submit], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input:focus,
textarea:focus {
  outline-offset: -2px;
}

select::-ms-expand {
  display: none;
}

/**
   * clamp viewport
   */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding: 0px;
}

body {
  font-size: 18px;
  font-size: 1rem;
  background: #ffffff;
  color: #121D21;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "M PLUS 1p", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

* {
  word-break: break-all;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  cursor: pointer;
  color: #121D21;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
}
a.link-tel {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:is(input, button, textarea, select) {
  margin: 0;
  padding: 0;
  background: none;
  font-weight: bold;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "M PLUS 1p", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 100%;
  font-weight: normal;
  cursor: pointer;
}

/* ==========================================================================
   Layout
   ========================================================================== */
@layer header, overlay;
.l-header {
  position: relative;
  z-index: 1;
  grid-row: span 2;
}
@media (width <= 630px) {
  .l-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    grid-row: inherit;
  }
}
@media (width <= 630px) {
  .l-header::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100lvh;
    width: 100lvw;
    background-color: #E9F9FF;
    z-index: 5;
    transform: translateX(-100vw);
    transition: transform 0.5s;
  }
}
@media (width <= 630px) {
  .l-header.is-open::before {
    transform: translateX(0);
  }
}

.header_logo {
  position: relative;
}
@media (width <= 630px) {
  .header_logo {
    grid-area: 1/1/span 1/span 2;
    background-color: #ffffff;
    border-radius: 10dvw;
    filter: drop-shadow(0px 0px 13.7px rgba(137, 181, 217, 0.3));
    height: 14dvw;
  }
}
.header_logo .logo_img {
  display: block;
  padding: 2rem;
  width: 360px;
  height: 170px;
  transform-origin: top left;
  transition: transform 0.3s;
}
@media (width <= 630px) {
  .header_logo .logo_img {
    padding: 0.6rem;
    width: auto;
    height: -moz-max-content;
    height: max-content;
  }
  .header_logo .logo_img img {
    height: 8dvw;
    width: auto;
  }
}
.header_logo::before {
  position: absolute;
  content: "";
  width: 420px;
  height: 355px;
  border-radius: 50%;
  background-color: #ffffff;
  left: -3rem;
  top: -12rem;
  z-index: -1;
  transition: transform 0.5s;
}
@media (width <= 630px) {
  .header_logo::before {
    display: none;
  }
}
.header_logo.is-scroll .logo_img {
  transform: scale(0.75);
}
@media (width <= 630px) {
  .header_logo.is-scroll .logo_img {
    transform: none;
  }
}
.header_logo.is-scroll::before {
  transform: scale(0.75);
}
@media (width <= 630px) {
  .header_logo.is-scroll::before {
    transform: none;
  }
}

.header_wrap {
  position: sticky;
  top: 0;
}
@media (width <= 630px) {
  .header_wrap {
    position: relative;
    display: grid;
    grid-template-columns: 70dvw 1fr;
    align-items: center;
    padding: 1rem;
    z-index: 5;
  }
}

.header_nav_btn {
  display: none;
  justify-self: self-end;
  cursor: pointer;
}
@media (width <= 630px) {
  .header_nav_btn {
    grid-area: 1/2;
    display: block;
    position: relative;
    z-index: 20;
    height: 14dvw;
  }
  .header_nav_btn .nav_btn {
    background: #429FD3;
    border-radius: 50%;
    height: 100%;
    aspect-ratio: 1/1;
    display: grid;
    grid-template-rows: 1fr min-content;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 0.6rem 0;
  }
  .header_nav_btn .btn_ico {
    display: grid;
    gap: 0.4rem;
  }
  .header_nav_btn .btn_ico i, .header_nav_btn .btn_ico::before, .header_nav_btn .btn_ico::after {
    display: block;
    content: "";
    height: 1px;
    width: 80%;
    background: #ffffff;
    margin-inline: auto;
    opacity: 1;
    transition: all 0.3s;
  }
  .header_nav_btn .btn_txt {
    line-height: 1.2;
    font-size: smaller;
  }
  .header_nav_btn .btn_txt::before {
    content: "menu";
  }
  .header_nav_btn.is-open .btn_ico i {
    opacity: 0;
    grid-area: 3/1;
  }
  .header_nav_btn.is-open .btn_ico::before {
    grid-area: 2/1;
    transform-origin: center;
    transform: rotate(25deg);
  }
  .header_nav_btn.is-open .btn_ico::after {
    grid-area: 2/1;
    transform-origin: center;
    transform: rotate(-25deg);
  }
  .header_nav_btn.is-open .btn_txt::before {
    content: "close";
  }
}

@media (width <= 630px) {
  .header_gnav {
    position: fixed;
    top: -1rem;
    left: 0;
    height: 100vh;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-rows: max-content max-content min-content;
    transform: translateX(-100vw);
    transition: transform 0.5s;
  }
  .header_gnav.is-open {
    transform: translateX(0);
  }
}

.header_gnav_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  padding: 0 1.6rem;
}
@media (width <= 630px) {
  .header_gnav_list {
    gap: 0;
    padding-top: 16dvh;
  }
}
.header_gnav_list .list_item {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  gap: 0.4rem;
  font-weight: bold;
  background-size: 4px 2px;
  background-image: linear-gradient(to right, color-mix(in srgb, #121D21 20%, white) 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0.6rem 0;
}
@media (width <= 630px) {
  .header_gnav_list .list_item {
    grid-template-columns: 1fr;
    gap: 1rem;
    font-size: 5cqw;
    padding: 1rem 0;
  }
}
.header_gnav_list .list_item::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url(../img/common/ico-chidori.svg);
  mask-image: url(../img/common/ico-chidori.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: linear-gradient(90deg, #4FB6F1 0%, #73C9D9 64%, #97DDC0 100%);
  transition: transform 0.3s;
}
@media (width <= 630px) {
  .header_gnav_list .list_item::before {
    width: 6cqw;
    height: 6cqw;
    grid-area: 1/1;
  }
}
.header_gnav_list .list_item:hover::before {
  transform: scale(1.3);
}
@media (width <= 630px) {
  .header_gnav_list .list_item .list_item_link {
    grid-area: 1/1;
    text-align: center;
  }
}
.header_gnav_list .list_item .list_item_link:hover {
  color: #429FD3;
}

.header_btn_contact {
  position: relative;
  display: block;
  border: 3px solid #ffffff;
  border-radius: 0 50px 50px 0;
  background: linear-gradient(90deg, #4FB6F1 0%, #73C9D9 64%, #97DDC0 100%);
  transition: all 0.5s;
  transform: translateX(-3rem);
  width: 240px;
  margin: 2rem 0;
}
@media (width <= 630px) {
  .header_btn_contact {
    width: 90vw;
    transition: none;
    transform: none;
    border-radius: 50px;
    margin: 2rem auto 0;
    font-size: 5cqw;
  }
}
.header_btn_contact:hover {
  transform: translateX(-1rem);
  background: linear-gradient(90deg, #4FB6F1 0%, #4FB6F1 64%, #4FB6F1 100%);
}
@media (width <= 630px) {
  .header_btn_contact:hover {
    transform: none;
  }
}
.header_btn_contact .btn_link {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr min-content;
  grid-template-rows: auto auto;
  color: #ffffff;
  padding: 1rem 1rem 1rem 4.2rem;
}
@media (width <= 630px) {
  .header_btn_contact .btn_link {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 0.6rem;
  }
}
.header_btn_contact .btn_link small {
  grid-area: 2/1/span 1/span 1;
  font-size: smaller;
}
.header_btn_contact .icon {
  grid-row: span 2;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1;
  padding: 0.4rem;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (width <= 630px) {
  .header_btn_contact .icon {
    display: none;
  }
}
.header_btn_contact .icon::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-image: url(../img/common/ico-arrow.svg);
  mask-image: url(../img/common/ico-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #73CECA;
}

.header_nav_sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 1.2rem;
  padding: 0 2rem;
  transition: transform 0.3s;
}
@media (width <= 630px) {
  .header_nav_sns {
    margin-top: 2rem;
    align-self: flex-start;
    width: -moz-max-content;
    width: max-content;
    justify-self: center;
  }
}
.header_nav_sns .sns_link {
  justify-self: center;
}
@media (width <= 630px) {
  .header_nav_sns .sns_link img {
    width: 10cqw;
  }
}
.header_nav_sns .sns_link:hover {
  transform: scale(1.2);
}

.header_link_privacy {
  display: none;
}
@media (width <= 630px) {
  .header_link_privacy {
    display: block;
    padding: 1rem;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    font-size: larger;
  }
}

/*
@include sp($point-sp) {}
@include tb($point-tb) {}
@include pc01($point-pc01) {}
@include pc02($point-pc02) {}
*/
.l-footer {
  min-width: 1200px;
}
.l-footer::before {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #FDE9EC 0%, #FDE9EC 5.5%, #DAEDFB 5.5%, #DAEDFB 43%, #B8E3E2 43%, #B8E3E2 83%, #EFE1F3 83%, #EFE1F3 93.5%, #DAEDFB 93.5%, #DAEDFB 100%);
}
@media (width <= 1440px) {
  .l-footer {
    min-width: inherit;
  }
}

.footer_menu_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  padding: 3rem 0;
}
@media (width <= 980px) {
  .footer_menu_list {
    grid-template-columns: 1fr;
    font-size: smaller;
  }
}
.footer_menu_list .menu_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.footer_menu_list .list_header {
  grid-column: span 2;
  font-weight: bold;
  color: #429FD3;
  padding: 0.75rem 0;
  border-bottom: 1px dashed #429FD3;
}
@media (width <= 630px) {
  .footer_menu_list .list_header {
    text-align: center;
  }
}
.footer_menu_list .list_col {
  order: 2;
  display: grid;
  grid-template-columns: 1fr;
  align-self: baseline;
  gap: 0.5rem;
}
.footer_menu_list .list_item {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1.4;
}
.footer_menu_list .list_item:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-image: url(../img/common/ico-arrow.svg);
  mask-image: url(../img/common/ico-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #429FD3;
}
.footer_menu_list .list_item a {
  display: block;
}
.footer_menu_list .list_item a:hover {
  color: #429FD3;
}

.footer_address {
  display: grid;
  grid-template-columns: 233px 1fr max-content;
  align-items: flex-end;
  gap: 1rem;
  font-size: smaller;
  margin-bottom: 2rem;
}
@media (width <= 980px) {
  .footer_address {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.footer_address .copy {
  justify-self: right;
  color: color-mix(in srgb, #121D21 50%, white);
}

.l-footer_pagetop {
  position: fixed;
  right: 1rem;
  bottom: 4.5rem;
  line-height: 1;
  z-index: 5;
  opacity: 0;
  transform: translateY(120px);
  transition: 0.4s;
}
.l-footer_pagetop.is-scroll {
  opacity: 1;
  transform: translateY(0);
}
.l-footer_pagetop a {
  display: block;
  border: 4px solid #429FD3;
  border-radius: 5px;
  width: 60px;
  height: 60px;
}
.l-footer_pagetop span {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.l-footer_pagetop span::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-image: url(../img/common/ico-arrow.svg);
  mask-image: url(../img/common/ico-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #429FD3;
  transform: rotate(-90deg);
  justify-self: center;
}
.l-footer_pagetop span::after {
  display: block;
  content: "TOP";
  color: #429FD3;
  align-self: flex-start;
}
@media (width <= 980px) {
  .l-footer_pagetop {
    right: 5dvw;
    bottom: 10dvw;
  }
}

.otgs-development-site-front-end {
  display: none;
}

.l-main {
  display: block;
  min-height: 60vh;
}
@media (width <= 630px) {
  .l-main {
    width: 100vw;
    overflow: hidden;
  }
}

.l-wrapper {
  display: grid;
  grid-template-columns: 170px 1fr;
}
@media (width <= 630px) {
  .l-wrapper {
    grid-template-columns: 1fr;
  }
}

.l-inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
@media (width <= 1440px) {
  .l-inner {
    width: 100%;
    min-width: inherit;
    box-sizing: border-box;
  }
}
.l-inner.--inner_min {
  width: 956px;
  min-width: 956px;
}
@media (width <= 980px) {
  .l-inner.--inner_min {
    width: 100%;
    min-width: inherit;
  }
}
@media (width <= 1440px) {
  .l-inner {
    padding: 0 3rem;
  }
}
@media (width <= 980px) {
  .l-inner {
    padding: 0 2rem;
  }
}
@media (width <= 630px) {
  .l-inner {
    padding: 0 1rem;
  }
}

.l-section {
  min-width: 1200px;
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
}
.l-section:nth-of-type(1) {
  padding-top: 0;
}
@media (width <= 1440px) {
  .l-section {
    min-width: inherit;
  }
}
@media (width <= 980px) {
  .l-section {
    padding: 2rem 0;
  }
}
.l-section.section_bg01 {
  background: #fff;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blur-animate {
  10% {
    filter: blur(25px);
  }
  20% {
    filter: blur(20px);
  }
  100% {
    filter: blur(0);
  }
}
.c-table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  color: #121D21;
}
.c-table01 th {
  padding: 0.6rem 0.8rem;
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.c-table01 td {
  padding: 0.6rem 0.8rem;
  background: rgba(255, 255, 255, 0.6);
}
.c-table01 .nowrap {
  white-space: nowrap;
}

.c-btngroup {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (width <= 630px) {
  .c-btngroup {
    margin-top: 2rem;
  }
}

.c-btn01 {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  gap: 0.6rem;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
  padding: 0.6rem 0.6rem 0.6rem 1rem;
  background-color: #ffffff;
  border-radius: 100px;
  border: 2px solid #429FD3;
  font-weight: bold;
}
@media (width <= 630px) {
  .c-btn01 {
    font-size: larger;
    min-width: 80dvw;
  }
}
.c-btn01.--prev {
  grid-template-columns: max-content 1fr;
  text-align: center;
}
.c-btn01.--prev .icon {
  transform: rotate(180deg);
}
.c-btn01 .icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1;
  padding: 0.4rem;
  overflow: hidden;
  background-color: #429FD3;
  border-radius: 50%;
}
.c-btn01 .icon::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}
.c-btn01 .icon.--arrow::before {
  -webkit-mask-image: url(../img/common/ico-arrow.svg);
  mask-image: url(../img/common/ico-arrow.svg);
}
.c-btn01:hover {
  background-color: #429FD3;
  color: #ffffff;
}
.c-btn01:hover .icon {
  background-color: #ffffff;
}
.c-btn01:hover .icon::before {
  background-color: #429FD3;
}

.c-list_num {
  list-style: none;
  counter-reset: number;
}
.c-list_num .list_item {
  display: block;
}
.c-list_num .list_item + .list_item {
  margin-top: 0.6rem;
}
.c-list_num .list_item::before {
  counter-increment: number;
  content: counter(number) ".";
}

.c-table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  color: #121D21;
}
.c-table01 th {
  padding: 0.6rem 0.8rem;
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.c-table01 td {
  padding: 0.6rem 0.8rem;
  background: rgba(255, 255, 255, 0.6);
}
.c-table01 .nowrap {
  white-space: nowrap;
}

.c-crumblist {
  padding: 0.4rem 0;
}
.c-crumblist .crumb_lists {
  list-style: none;
  font-size: 18px;
  font-size: 0.7777777778rem;
}
.c-crumblist .crumb_lists .list_item {
  display: inline-block;
}
.c-crumblist .crumb_lists .list_item + .list_item::before {
  display: inline-block;
  content: "/";
  margin: 0 0.2rem;
}
@media (width <= 980px) {
  .c-crumblist {
    display: none;
  }
}

.c-news_list {
  display: grid;
}
.c-news_list .list_item {
  border-bottom: 1px dashed color-mix(in srgb, #121D21 20%, white);
  transition: border-bottom 0.3s;
}
@media (width <= 630px) {
  .c-news_list .list_item {
    font-size: smaller;
  }
}
.c-news_list .list_item:hover {
  border-bottom: 1px dotted #429FD3;
}
.c-news_list .list_item a {
  display: grid;
  grid-template-columns: max-content 170px 1fr min-content;
  gap: 1rem;
  padding: 1rem 0;
}
@media (width <= 630px) {
  .c-news_list .list_item a {
    grid-template-columns: max-content 1fr min-content;
    gap: 0.6rem 1rem;
  }
}
.c-news_list .list_item a:hover .ico {
  background-color: #429FD3;
}
.c-news_list .list_item a:hover .ico::after {
  background-color: #ffffff;
}
.c-news_list .list_item .ico {
  display: grid;
  place-content: center;
  background-color: #E9F9FF;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (width <= 630px) {
  .c-news_list .list_item .ico {
    grid-area: 1/3;
    grid-row: span 2;
    align-self: flex-end;
  }
}
.c-news_list .list_item .ico::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-mask-image: url(../img/common/ico-arrow.svg);
  mask-image: url(../img/common/ico-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #429FD3;
}
.c-news_list .list_item .item_cat .cat {
  display: inline-block;
  width: 100%;
  font-size: smaller;
  border: 1px solid #429FD3;
  color: #429FD3;
  border-radius: 5px;
  text-align: center;
  padding: 0.2rem 0.6rem;
  transition: all 0.3s;
}
@media (width <= 630px) {
  .c-news_list .list_item .item_cat .cat {
    width: 40dvw;
  }
}
@media (width <= 630px) {
  .c-news_list .list_item .item_title {
    grid-area: 2/1;
    grid-column: span 2;
  }
}

.c-news_list .list_item .item_cat .cat.--cat00 {
  border: 1px solid var(--cat00);
  color: var(--cat00);
}

.c-news_list .list_item:hover .item_cat .cat.--cat00 {
  background-color: color-mix(in srgb, var(--cat00) 20%, white);
}

.c-news_list .list_item .item_cat .cat.--cat01 {
  border: 1px solid var(--cat01);
  color: var(--cat01);
}

.c-news_list .list_item:hover .item_cat .cat.--cat01 {
  background-color: color-mix(in srgb, var(--cat01) 20%, white);
}

.c-news_list .list_item .item_cat .cat.--cat02 {
  border: 1px solid var(--cat02);
  color: var(--cat02);
}

.c-news_list .list_item:hover .item_cat .cat.--cat02 {
  background-color: color-mix(in srgb, var(--cat02) 20%, white);
}

.c-news_list .list_item .item_cat .cat.--cat03 {
  border: 1px solid var(--cat03);
  color: var(--cat03);
}

.c-news_list .list_item:hover .item_cat .cat.--cat03 {
  background-color: color-mix(in srgb, var(--cat03) 20%, white);
}

.c-news_list .list_item .item_cat .cat.--cat04 {
  border: 1px solid var(--cat04);
  color: var(--cat04);
}

.c-news_list .list_item:hover .item_cat .cat.--cat04 {
  background-color: color-mix(in srgb, var(--cat04) 20%, white);
}

.c-news_list .list_item .item_cat .cat.--cat05 {
  border: 1px solid var(--cat05);
  color: var(--cat05);
}

.c-news_list .list_item:hover .item_cat .cat.--cat05 {
  background-color: color-mix(in srgb, var(--cat05) 20%, white);
}

.c-news_list .list_item .item_cat .cat.--cat06 {
  border: 1px solid var(--cat06);
  color: var(--cat06);
}

.c-news_list .list_item:hover .item_cat .cat.--cat06 {
  background-color: color-mix(in srgb, var(--cat06) 20%, white);
}

.c-news_list .list_item .item_cat .cat.--cat07 {
  border: 1px solid var(--cat07);
  color: var(--cat07);
}

.c-news_list .list_item:hover .item_cat .cat.--cat07 {
  background-color: color-mix(in srgb, var(--cat07) 20%, white);
}

.c-news_list .list_item .item_cat .cat.--cat08 {
  border: 1px solid var(--cat08);
  color: var(--cat08);
}

.c-news_list .list_item:hover .item_cat .cat.--cat08 {
  background-color: color-mix(in srgb, var(--cat08) 20%, white);
}

.c-news_list .list_item .item_cat .cat.--cat09 {
  border: 1px solid var(--cat09);
  color: var(--cat09);
}

.c-news_list .list_item:hover .item_cat .cat.--cat09 {
  background-color: color-mix(in srgb, var(--cat09) 20%, white);
}

.c-pagination ul.page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
.c-pagination :is(a, span).page-numbers {
  display: grid;
  place-items: center;
  line-height: 1;
  border-radius: 50%;
  color: #429FD3;
  background: #ffffff;
  border: 1px solid #429FD3;
  height: 45px;
  width: 45px;
}
@media (width <= 630px) {
  .c-pagination :is(a, span).page-numbers {
    height: 8cqw;
    width: 8cqw;
  }
}
.c-pagination :is(a, span).page-numbers.current {
  background: #429FD3;
  color: #ffffff;
}
.c-pagination :is(.ico-prev, .ico-next) {
  font-style: normal;
}
.c-pagination :is(.ico-prev, .ico-next)::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-image: url(../img/common/ico-arrow.svg);
  mask-image: url(../img/common/ico-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #429FD3;
  transform: rotate(180deg);
}
.c-pagination .ico-next::before {
  transform: rotate(0deg);
}

.c-blockeditor h2, .p-single_article h2 {
  color: #429FD3;
  font-size: clamp(1.3333333333rem, 1.012rem + 1.48vw, 2rem);
  margin: 2rem 0 1.5rem;
  padding: 1rem 0 1rem 1.6rem;
  line-height: 1.4;
  position: relative;
}
.c-blockeditor h2::before, .p-single_article h2::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background-size: 5px 10px;
  background-image: linear-gradient(to bottom, #429FD3 5px, transparent 2px);
  background-repeat: repeat-y;
  background-position: left bottom;
}
.c-blockeditor h3, .p-single_article h3 {
  margin: 1.5rem 0 1rem;
  font-size: clamp(1.1111111111rem, 1.004rem + 0.49vw, 1.3333333333rem);
  color: #429FD3;
  padding: 0.6rem 0;
  border-bottom: 1px dashed #429FD3;
}
.c-blockeditor p a, .p-single_article p a {
  color: #429FD3;
  text-decoration: underline;
}

.c-form table {
  width: 100%;
}
.c-form th, .c-form td {
  padding: 1rem 1rem;
  border-bottom: 1px dashed color-mix(in srgb, #121D21 20%, white);
}
.c-form th {
  background-color: #E9F9FF;
  text-align: left;
  width: 30%;
}
@media (width <= 980px) {
  .c-form th {
    display: block;
    width: 100%;
  }
}
@media (width <= 980px) {
  .c-form td {
    display: block;
    width: 100%;
  }
}

.c-form input[type=text] {
  height: 2.4em;
  width: 100%;
  padding: 4px 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px rgba(18, 29, 33, 0.3) inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form input[type=text]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #DD91A2 inset;
}
@media (width <= 980px) {
  .c-form input[type=text] {
    height: 2.4rem;
    max-width: 100%;
  }
}

.c-form textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px rgba(18, 29, 33, 0.3) inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
}
.c-form textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #DD91A2 inset;
}

.c-form .form_select {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.c-form .form_select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(18, 29, 33, 0.3);
  border-right: 2px solid rgba(18, 29, 33, 0.3);
  transform: rotate(135deg);
  pointer-events: none;
}
.c-form .form_select select {
  height: 2.4rem;
  width: 100%;
  padding: 0 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px rgba(18, 29, 33, 0.3) inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.c-form .form_select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #DD91A2 inset;
}
@media (width <= 980px) {
  .c-form .form_select {
    max-width: 100%;
  }
  .c-form .form_select:before {
    top: 50%;
    bottom: inherit;
    transform: rotate(135deg) translateY(0%) translateX(-75%);
  }
}

.form_radio {
  display: grid;
  grid-template-rows: auto;
  gap: 0.4rem;
}
.form_radio label {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 0.4rem;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.form_zip {
  display: grid;
  grid-template-columns: min-content max-content min-content max-content 1fr;
  align-items: center;
  gap: 0.4rem;
}
@media (width <= 630px) {
  .form_zip {
    grid-template-columns: min-content minmax(max-content, 30%) min-content minmax(max-content, 30%) 1fr;
  }
}

.form_pref {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
}
.form_pref .error {
  grid-column: span 2;
}
@media (width <= 630px) {
  .form_pref {
    grid-template-columns: 1fr;
  }
}

.c-form_privacyTxt {
  border-radius: 4px;
  border: 1px solid rgba(18, 29, 33, 0.3);
  overflow-y: scroll;
  margin: 2rem 0;
  padding: 1rem 1.6rem;
  height: 200px;
}

.c-form_privacycheck .label_radio {
  display: grid;
  grid-template-columns: min-content min-content max-content;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}
.c-form_privacycheck .label_radio input[type=radio] {
  visibility: hidden;
  height: 0;
  width: 0;
}
.c-form_privacycheck .label_radio::before {
  display: block;
  grid-area: 1/1/span 1/span 1;
  justify-self: center;
  content: "";
  background: #ffffff;
  border: 1px solid #121D21;
  height: 28px;
  width: 28px;
}
.c-form_privacycheck .label_radio::after {
  display: block;
  grid-area: 1/1/span 1/span 1;
  justify-self: center;
  content: "";
  box-sizing: border-box;
  transition: 0.3s;
  transform: rotate(45deg) translateY(-3px);
  border-bottom: solid 3px #429FD3;
  border-right: solid 3px #429FD3;
  width: 12px;
  height: 20px;
  opacity: 0;
}
.c-form_privacycheck :has(input:checked)::after {
  opacity: 1;
}
.c-form_privacycheck .error {
  text-align: center;
}

.c-form_submit {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0 0;
}
@media (width <= 980px) {
  .c-form_submit {
    flex-wrap: wrap;
  }
}
.c-form_submit input[type=submit] {
  border: 1px solid #429FD3;
  border-radius: 24px;
  line-height: 1;
  min-width: 290px;
  padding: 1rem 0;
  background: #429FD3;
  color: #fff;
}
@media (width <= 630px) {
  .c-form_submit input[type=submit] {
    min-width: 80%;
    max-width: 80%;
  }
}
.c-form_submit input[type=submit]:disabled {
  background: rgba(83, 83, 83, 0.75);
}
.c-form_submit input[type=submit].--back {
  background-color: transparent;
  color: #429FD3;
}
.c-form_submit input[name=confirm] {
  pointer-events: none;
  filter: saturate(50%);
}
.c-form_submit input + span {
  display: none;
}
.c-form_submit input[type=button] {
  border: 1px solid color-mix(in srgb, #121D21 60%, white);
  border-radius: 24px;
  line-height: 1;
  min-width: 290px;
  padding: 1rem 0;
  background: color-mix(in srgb, #121D21 60%, white);
  color: #fff;
}
@media (width <= 630px) {
  .c-form_submit input[type=button] {
    min-width: 80%;
    max-width: 80%;
  }
}

*:has(input:checked) + .c-form_submit input[name=confirm] {
  pointer-events: auto;
  filter: saturate(100%);
}

/* Project
   ----------------------------------------------------------------- */
.p-page_title {
  position: relative;
  height: 200px;
  border-radius: 30px 0 0 30px;
  background-image: url("../img/contents/bg-pagetitle.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 1rem;
}
@media (width <= 630px) {
  .p-page_title {
    border-radius: 0;
    background-position: top center;
  }
}
.p-page_title .bg_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 159, 211, 0.3);
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media (width <= 630px) {
  .p-page_title .bg_title {
    border-radius: 0;
  }
}
.p-page_title .title_wrap {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  height: 100%;
}
.p-page_title .title_wrap::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -4rem;
  width: 214px;
  height: 132px;
  background-image: url("../img/front/img-page_title.svg");
  background-repeat: no-repeat;
  transform: translateX(3rem) translateY(3rem);
  opacity: 0;
  transition: opacity 0.3s, transform 0.9s;
}
@media (width <= 980px) {
  .p-page_title .title_wrap::after {
    width: 24vw;
    height: 26vw;
    background-size: contain;
    bottom: -1rem;
    background-position: bottom left;
  }
}
.p-page_title .title_wrap.is-window::after {
  transform: translateX(0) translateY(0);
  opacity: 1;
}
.p-page_title .page_title {
  position: relative;
  height: 100%;
  display: grid;
  gap: 0.8rem;
  place-content: center;
  text-align: center;
  color: #ffffff;
}
@media (width <= 630px) {
  .p-page_title .page_title {
    grid-auto-rows: 1fr auto auto;
    justify-content: center;
    align-items: end;
    padding-bottom: 1rem;
  }
}
.p-page_title .page_title::after {
  content: "";
  display: block;
  width: 10rem;
  height: 1rem;
  -webkit-mask-image: url(../img/common/bg-title_stroke.svg);
  mask-image: url(../img/common/bg-title_stroke.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
  margin-inline: auto;
}
.p-page_title .page_title .title_sub {
  height: 30px;
  -webkit-mask-image: url(../img/common/ico-chidori.svg);
  mask-image: url(../img/common/ico-chidori.svg);
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}
.p-page_title .page_title .title {
  font-size: clamp(1.3333333333rem, 1.012rem + 1.48vw, 2rem);
  line-height: 1;
}

.p-article_news .article_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-article_news .article_data .date_cat {
  font-size: smaller;
  border: 1px solid #429FD3;
  color: #429FD3;
  border-radius: 5px;
  text-align: center;
  padding: 0.2rem 0.6rem;
}
.p-article_news .article_title {
  margin: 2rem 0;
  line-height: 1.4;
  font-size: clamp(1.1111111111rem, 1.004rem + 0.49vw, 1.3333333333rem);
}

.p-article_news .article_data .date_cat.--cat01 {
  border: 1px solid var(--cat01);
  color: var(--cat01);
}

.p-article_news .article_data .date_cat.--cat02 {
  border: 1px solid var(--cat02);
  color: var(--cat02);
}

.p-article_news .article_data .date_cat.--cat03 {
  border: 1px solid var(--cat03);
  color: var(--cat03);
}

.p-article_news .article_data .date_cat.--cat04 {
  border: 1px solid var(--cat04);
  color: var(--cat04);
}

.p-article_news .article_data .date_cat.--cat05 {
  border: 1px solid var(--cat05);
  color: var(--cat05);
}

.p-article_news .article_data .date_cat.--cat06 {
  border: 1px solid var(--cat06);
  color: var(--cat06);
}

.p-article_news .article_data .date_cat.--cat07 {
  border: 1px solid var(--cat07);
  color: var(--cat07);
}

.p-article_news .article_data .date_cat.--cat08 {
  border: 1px solid var(--cat08);
  color: var(--cat08);
}

.p-article_news .article_data .date_cat.--cat09 {
  border: 1px solid var(--cat09);
  color: var(--cat09);
}

.p-page_aisatsu .c-blockeditor {
  background-image: url("../img/contents/bg-aisatsu.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 40%;
}
@media (width <= 980px) {
  .p-page_aisatsu .c-blockeditor {
    background-size: 50cqw;
  }
}

.p-aisatsu {
  padding: 4rem 0;
  padding: 0;
}
.p-aisatsu .wp-block-column {
  max-width: 940px;
  margin-inline: auto;
}
.p-aisatsu .wp-block-column:has(.aisatsu_txt) {
  width: 712px;
}
@media (width <= 980px) {
  .p-aisatsu.wp-block-columns {
    flex-wrap: wrap !important;
  }
  .p-aisatsu .wp-block-column:has(.aisatsu_txt) {
    width: 100%;
  }
  .p-aisatsu .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
  }
}

.p-gaiyou_table tr td:nth-of-type(1) {
  background-color: #FEF4D5;
  height: 100%;
}
.p-gaiyou_table.wp-block-table tr {
  display: grid;
  grid-template-columns: minmax(380px, 30%) 1fr;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px dashed color-mix(in srgb, #121D21 20%, white);
}
@media (width <= 980px) {
  .p-gaiyou_table.wp-block-table tr {
    grid-template-columns: 30% 1fr;
  }
}
@media (width <= 630px) {
  .p-gaiyou_table.wp-block-table tr {
    display: block;
    width: 100%;
  }
}
.p-gaiyou_table.wp-block-table td {
  border: none;
  padding: 0.6rem 1rem;
}
@media (width <= 630px) {
  .p-gaiyou_table.wp-block-table td {
    display: block;
    width: 100%;
  }
}

.p-gaiyou_rinen {
  background-color: #E9F9FF;
  border-radius: 10px 0 0 10px;
  margin: 4rem 0;
  margin-right: calc(50% - 50vw);
  padding: 2rem 3rem;
}
@media (width <= 630px) {
  .p-gaiyou_rinen {
    margin-right: 0;
    padding: 2rem 2rem;
  }
}
.p-gaiyou_rinen h2 {
  padding: 0;
  margin: 0;
}
.p-gaiyou_rinen h2::before {
  display: none;
}

.p-gaiyou_rinen_read {
  display: inline-block;
  font-size: clamp(1.1111111111rem, 1.004rem + 0.49vw, 1.3333333333rem);
  background: linear-gradient(90deg, #4FB6F1 0%, #73C9D9 64%, #97DDC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 1.6rem 0;
  font-weight: bold;
  word-break: auto-phrase;
}

.p-list_chidori {
  list-style: none;
}
.p-list_chidori li {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
  gap: 0.4rem;
  word-break: auto-phrase;
}
.p-list_chidori li + li {
  margin-top: 0.4rem;
}
.p-list_chidori li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url(../img/common/ico-chidori.svg);
  mask-image: url(../img/common/ico-chidori.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: linear-gradient(90deg, #4FB6F1 0%, #73C9D9 64%, #97DDC0 100%);
}

.p-page_gaiyou .p-title_gaiyou {
  position: relative;
  margin: 0 0 2rem;
  padding: 0 0 0 2rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: flex-end;
}
.p-page_gaiyou .p-title_gaiyou::before {
  display: block;
  content: "";
  width: 5px;
  height: 160px;
  margin: 0 0 -1.6rem -2rem;
  background-size: 5px 10px;
  background-image: linear-gradient(to bottom, #429FD3 5px, transparent 2px);
  background-repeat: repeat-y;
  background-position: left bottom;
  position: inherit;
}
@media (width <= 630px) {
  .p-page_gaiyou .p-title_gaiyou::before {
    height: 24dvw;
  }
}

.p-page_gaiyou .p-title02_jigyo {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 0.4rem;
  font-size: larger;
  font-weight: normal;
  margin: 3rem 0 2rem;
}
.p-page_gaiyou .p-title02_jigyo::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/contents/ico_tag.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-block_jigyo.is-layout-flex {
  display: grid;
  gap: 1rem;
}
.p-block_jigyo.is-layout-flex + .p-block_jigyo {
  margin-top: 2rem;
}
.p-block_jigyo .wp-block-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(30%, 1fr));
  gap: 1rem;
}
@media (width <= 980px) {
  .p-block_jigyo .wp-block-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 630px) {
  .p-block_jigyo .wp-block-list {
    grid-template-columns: 1fr;
  }
}
.p-block_jigyo .wp-block-list li {
  padding: 1rem 1rem 1rem 2rem;
  border-left: 4px solid rgba(66, 159, 211, 0.6);
  background-color: rgba(66, 159, 211, 0.1);
  border-radius: 5px;
}
@media (width <= 980px) {
  .p-block_jigyo .wp-block-list li {
    padding: 0.6rem 0.6rem 0.6rem 1rem;
  }
}
.p-block_jigyo .wp-block-list a {
  color: #429FD3;
  text-decoration: underline;
}

.p-gaiyou_history {
  display: grid;
  margin-top: -1.6rem;
}
@media (width <= 630px) {
  .p-gaiyou_history {
    margin-top: -1rem;
  }
}
.p-gaiyou_history::before {
  grid-area: 1/1;
  content: "";
  background-color: rgba(221, 145, 162, 0.3);
  height: calc(100% + 2rem);
  width: 70px;
  margin-left: -2rem;
  border-radius: 0 0 16px 16px;
}
@media (width <= 630px) {
  .p-gaiyou_history::before {
    width: calc(3rem + 5px);
    margin-left: -1rem;
  }
}
.p-gaiyou_history .history_wrap {
  grid-area: 1/1;
  margin-top: 2rem;
}

.p-list_history {
  list-style: none;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 5.4rem;
  margin: 0 0 0 -1rem;
}
@media (width <= 630px) {
  .p-list_history {
    gap: 3.2rem;
  }
}
.p-list_history .group_ad {
  font-weight: bold;
  color: #DD91A2;
  padding-top: 0.4rem;
}
@media (width <= 630px) {
  .p-list_history .group_ad {
    font-size: smaller;
    padding: 0.4rem 0.5rem;
  }
}
.p-list_history .group_set .year {
  display: inline-block;
  background-color: rgba(221, 145, 162, 0.3);
  padding: 0.4rem 1.6rem 0.4rem;
  margin-bottom: 0.6rem;
  border-radius: 16px;
  position: relative;
}
@media (width <= 630px) {
  .p-list_history .group_set .year {
    font-size: smaller;
  }
}
.p-list_history .group_set .year::before {
  position: absolute;
  left: -4.6rem;
  top: 50%;
  display: block;
  content: "";
  width: 4rem;
  height: 5px;
  background-size: 10px 5px;
  background-image: linear-gradient(to right, rgba(221, 145, 162, 0.3) 5px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left center;
  transform: translateY(-50%);
}
@media (width <= 630px) {
  .p-list_history .group_set .year::before {
    left: -2.6rem;
    width: 3rem;
    height: 1rem;
  }
}
.p-list_history .group_set .text {
  margin-bottom: 1rem;
  container-type: inline-size;
}
@media (width <= 630px) {
  .p-list_history .group_set .text {
    font-size: clamp(0.8888888889rem, 0.835rem + 0.25vw, 1rem);
  }
}
.p-list_history .group_set .text:has(.img) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}
.p-list_history .group_set .img {
  display: block;
  border-radius: 8px;
  width: 100%;
  max-width: 50cqw;
  overflow: hidden;
}
@media (width <= 630px) {
  .p-list_history .group_set .img {
    max-width: 100%;
  }
}

.p-page_saiyou .l-section {
  background-image: url("../img/contents/bg-aisatsu.webp"), url("../img/contents/bg-aisatsu.webp");
  background-repeat: no-repeat;
  background-position: right 8rem bottom 16rem, left 8rem top 16rem;
  background-size: 36%;
}
@media (width <= 980px) {
  .p-page_saiyou .l-section {
    background-size: 36vw;
  }
}
@media (width <= 630px) {
  .p-page_saiyou .l-section {
    background-size: 36vw;
    background-position: right -4rem top -4rem, left -4rem bottom -4rem;
    background-size: 100%;
  }
}

.p-recruit_box {
  display: grid !important;
  grid-template-columns: 400px 400px;
  justify-content: center;
  margin-top: 4rem;
  gap: 4rem;
}
@media (width <= 980px) {
  .p-recruit_box {
    grid-template-columns: minmax(400px, 1fr);
    gap: 1rem;
    margin-top: 3rem;
  }
}
@media (width <= 630px) {
  .p-recruit_box {
    gap: 1.6rem;
    margin-top: 2rem;
  }
}
.p-recruit_box .wp-block-column {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
}
@media (width <= 630px) {
  .p-recruit_box .wp-block-column {
    grid-template-columns: 30vw 1fr;
    gap: 1rem;
    aspect-ratio: inherit;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px rgba(18, 29, 33, 0.15);
    padding: 1rem;
    border-radius: 8px;
  }
}
.p-recruit_box .wp-block-column:hover .wp-block-image::after {
  background: linear-gradient(90deg, #4FB6F1 0%, #73C9D9 64%, #97DDC0 100%);
}
.p-recruit_box .wp-block-column .wp-block-image {
  grid-area: 1/1;
  position: relative;
  height: 100%;
  width: auto;
  -webkit-mask-image: url(../img/contents/mask-recruit_bg.svg);
  mask-image: url(../img/contents/mask-recruit_bg.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (width <= 630px) {
  .p-recruit_box .wp-block-column .wp-block-image {
    height: auto;
    margin: -1.2rem 0;
  }
}
.p-recruit_box .wp-block-column .wp-block-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #121D21;
  opacity: 0.6;
  transition: all 0.5s;
}
@media (width <= 630px) {
  .p-recruit_box .wp-block-column .wp-block-image::after {
    display: none;
  }
}
.p-recruit_box .wp-block-column p {
  grid-area: 1/1;
  font-weight: bold;
  color: #ffffff;
  font-size: clamp(1rem, 0.893rem + 0.49vw, 1.2222222222rem);
  position: relative;
  line-height: 1.5;
  height: 100%;
  display: grid;
  place-content: center;
}
@media (width <= 980px) {
  .p-recruit_box .wp-block-column p {
    font-size: clamp(0.7777777778rem, 0.671rem + 0.49vw, 1rem);
  }
}
@media (width <= 630px) {
  .p-recruit_box .wp-block-column p {
    grid-area: 1/2;
  }
  .p-recruit_box .wp-block-column p.has-text-align-center {
    text-align: left !important;
  }
}
.p-recruit_box .wp-block-column a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  display: grid;
  grid-template-rows: 54% max-content;
  align-items: flex-end;
  gap: 1rem;
}
@media (width <= 630px) {
  .p-recruit_box .wp-block-column a {
    color: #429FD3;
    grid-template-columns: 1fr min-content;
    grid-template-rows: auto;
    align-items: center;
    gap: 0.4rem;
  }
}
.p-recruit_box .wp-block-column a::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask-image: url(../img/common/ico-popup.svg);
  mask-image: url(../img/common/ico-popup.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
  justify-self: center;
}
@media (width <= 630px) {
  .p-recruit_box .wp-block-column a::after {
    width: 1rem;
    height: 1rem;
    background-color: #429FD3;
  }
}

/* utility
   ----------------------------------------------------------------- */
.l-page_under .wpcf7 form.invalid .wpcf7-response-output {
  background-color: rgba(221, 145, 162, 0.15);
  border: none;
  padding: 20px;
}
.l-page_under .wpcf7-not-valid-tip {
  color: #DD91A2;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*------------------------------------------
  汎用スタイル
------------------------------------------*/
.u-bg_white {
  background-color: #fff;
}

/*  font-size
-------------------------*/
.u-fs70 {
  font-size: 70%;
}

.u-fs75 {
  font-size: 75%;
}

.u-fs80 {
  font-size: 80%;
}

.u-fs85 {
  font-size: 85%;
}

.u-fs90 {
  font-size: 90%;
}

.u-fs95 {
  font-size: 95%;
}

.u-fs100 {
  font-size: 100%;
}

.u-fs105 {
  font-size: 105%;
}

.u-fs110 {
  font-size: 110%;
}

.u-fs115 {
  font-size: 115%;
}

.u-fs120 {
  font-size: 120%;
}

.u-fs200 {
  font-size: 200%;
}

/*  color
-------------------------*/
.u-red {
  color: #DD91A2;
}

.u-c00 {
  color: #fff;
}

.u-c01 {
  color: #429FD3;
}

.u-c02 {
  color: #E9F9FF;
}

.u-c04 {
  color: #535353;
}

/*  text
-------------------------*/
.u-align_c {
  text-align: center !important;
}
@media (width <= 980px) {
  .u-align_c.sp_left {
    text-align: left !important;
  }
}

.u-align_l {
  text-align: left !important;
}

.u-align_r {
  text-align: right !important;
}

.u-bold {
  font-weight: bold !important;
}

.u-link {
  text-decoration: underline;
}

.u-indent {
  text-indent: 1rem;
}

/*  margin
-------------------------*/
.u-mt0 {
  margin-top: 0rem !important;
}

.u-mr0 {
  margin-right: 0rem !important;
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-ml0 {
  margin-left: 0rem !important;
}

.u-mt1 {
  margin-top: 1rem !important;
}

.u-mr1 {
  margin-right: 1rem !important;
}

.u-mb1 {
  margin-bottom: 1rem !important;
}

.u-ml1 {
  margin-left: 1rem !important;
}

.u-mt2 {
  margin-top: 2rem !important;
}

.u-mr2 {
  margin-right: 2rem !important;
}

.u-mb2 {
  margin-bottom: 2rem !important;
}

.u-ml2 {
  margin-left: 2rem !important;
}

.u-mt3 {
  margin-top: 3rem !important;
}

.u-mr3 {
  margin-right: 3rem !important;
}

.u-mb3 {
  margin-bottom: 3rem !important;
}

.u-ml3 {
  margin-left: 3rem !important;
}

.u-mt4 {
  margin-top: 4rem !important;
}

.u-mr4 {
  margin-right: 4rem !important;
}

.u-mb4 {
  margin-bottom: 4rem !important;
}

.u-ml4 {
  margin-left: 4rem !important;
}

.u-mt5 {
  margin-top: 5rem !important;
}

.u-mr5 {
  margin-right: 5rem !important;
}

.u-mb5 {
  margin-bottom: 5rem !important;
}

.u-ml5 {
  margin-left: 5rem !important;
}

/*  padding
-------------------------*/
.u-pt0 {
  padding-top: 0rem !important;
}

.u-mb0 {
  padding-bottom: 0rem !important;
}

.u-pt1 {
  padding-top: 1rem !important;
}

.u-mb1 {
  padding-bottom: 1rem !important;
}

.u-pt2 {
  padding-top: 2rem !important;
}

.u-mb2 {
  padding-bottom: 2rem !important;
}

.u-pt3 {
  padding-top: 3rem !important;
}

.u-mb3 {
  padding-bottom: 3rem !important;
}

.u-pt4 {
  padding-top: 4rem !important;
}

.u-mb4 {
  padding-bottom: 4rem !important;
}

.u-pt5 {
  padding-top: 5rem !important;
}

.u-mb5 {
  padding-bottom: 5rem !important;
}

/*  device block
-------------------------*/
.u-disp_pc {
  display: block;
}

.u-dispin_pc {
  display: inline-block;
}

.u-disp_tab {
  display: none;
}

.u-disp_sp {
  display: none;
}

.u-dispin_sp {
  display: none;
}

@media (width <= 1440px) {
  .u-disp_tab {
    display: block;
  }
}
@media (width <= 980px) {
  .u-disp_pc {
    display: none;
  }
  .u-dispin_pc {
    display: none;
  }
  .u-disp_sp {
    display: block;
  }
  .u-dispin_sp {
    display: inline-block;
  }
}
@media (width <= 630px) {
  a.link-tel {
    pointer-events: auto;
  }
}
/*  ico
-------------------------*/
[class^=u-ico]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.4rem;
  font-family: "ariaketei";
  -ms-interpolation-mode: crisp-edges;
  line-height: 1;
  text-decoration: none;
  font-style: normal;
  text-indent: 0;
}

.u-ico_popup::after {
  content: "\e90b";
  margin-left: 0.4rem;
}

.u-ico_arrow_r::after {
  content: "\e908";
}

.u-ico_arrow_rb::after {
  margin-left: 0.4rem;
  content: "\e901";
  transform: rotate(90deg);
}

.u-ico_arrow_l {
  display: grid;
  align-items: center;
  grid-template-columns: 19.07px auto;
  gap: 12px;
}
.u-ico_arrow_l:before {
  display: grid;
  place-content: center;
  background: #429FD3;
  color: #fff;
  height: 19.07px;
  width: 19.07px;
  vertical-align: middle;
  content: "\e901";
  border-radius: 5px;
  transition: 0.4s;
}
@media (width <= 980px) {
  .u-ico_arrow_l {
    align-items: flex-start;
  }
  .u-ico_arrow_l:before {
    margin-top: 1dvw;
  }
}
@media (width <= 630px) {
  .u-ico_arrow_l:before {
    margin-top: 0;
  }
}

/*  flexbox
-------------------------*/
.u-flexbox {
  display: flex;
  justify-content: space-between;
}
@media (width <= 980px) {
  .u-flexbox {
    flex-wrap: wrap;
  }
}

.u-flexbox01 {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (width <= 980px) {
  .u-flexbox01 {
    flex-wrap: wrap;
  }
}

.u-flexbox02 {
  display: flex;
  align-items: center;
}

/*  column
-------------------------*/
.u-column_type01 {
  align-items: center;
  justify-content: space-between;
}

.u-column_type02 {
  justify-content: space-between;
}

.col-w20 {
  width: 20%;
}

.col-w25 {
  width: 25%;
}

.col-w32 {
  width: 32%;
}

.col-w33 {
  width: 33.333333%;
}

.col-w50 {
  width: 50%;
}

.col-w30 {
  width: 30%;
}

.col-w40 {
  width: 40%;
}

.col-w46 {
  width: 46%;
}

.col-w48 {
  width: 48%;
}

.col-w49 {
  width: 49%;
}

.col-w56 {
  width: 56%;
}

.col-w60 {
  width: 60%;
}

.col-w66 {
  width: 66%;
}

.col-w100 {
  width: 100%;
}

@media (width <= 980px) {
  .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .col-o1 {
    order: 1;
  }
  .col-o2 {
    order: 2;
  }
  .col-o3 {
    order: 3;
  }
}
.u-gridbox {
  display: grid;
}
.u-gridbox.column2 {
  grid-template-columns: 1fr 1fr;
}
.u-gridbox.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.u-gridbox.grid_g2 {
  gap: 40px;
}
.u-gridbox.grid_g4 {
  gap: 40px;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
/*  float
-------------------------*/
.u-left {
  float: left;
}
@media (width <= 980px) {
  .u-left {
    float: none;
  }
}

.u-right {
  float: right;
}
@media (width <= 980px) {
  .u-right {
    float: none;
  }
}

.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ==========================================================================
   print
   ========================================================================== */
:root {
  --cat00: #429FD3;
  --cat01: #E8AD68;
  --cat02: #EB967D;
  --cat03: #6FA2D2;
  --cat04: #70BE72;
  --cat05: #CB88BE;
  --cat06: #E184BA;
  --cat07: #94B443;
  --cat08: #E98C97;
}
/*# sourceMappingURL=common.css.map */
