@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
}

body {
  width: 100%;
  font-family: Helvetica Neue、Arial、Hiragino Sans、Hiragino Kaku Gothic ProN、Meiryo、sans-serif;
  line-height: 1.5;
  color: #212121;
  background-color: white;
}

.b__width {
  max-width: 1920px;
  margin: 0 auto;
}

.b-padding {
  padding: 12% 2.5% 88px;
}

ul {
  list-style: none;
}

a {
  color: #212121;
  text-decoration: none;
}

.l-content {
  display: inline-block;
  padding-left: 97px;
  text-align: center;
}
@media screen and (max-width: 821px) {
  .l-content {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
  }
}

.pt {
  padding-top: 107px;
}

.b_paddingRL {
  padding: 0 2.5%;
}

.l-thumb {
  display: grid;
  height: 326px;
  padding-top: 107px;
}
.l-thumb > * {
  grid-area: 1/-1;
}
.l-thumb__content {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.l-thumb__content h2 {
  margin: 0 auto;
  padding: 19px 10px;
  font-size: 26px;
  color: #707070;
  border: 3px solid #707070;
}
.l-thumb__content .color-w {
  margin: 0 auto;
  padding: 19px 10px;
  font-size: 26px;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-thumb__content .color-g {
  width: auto;
  margin: 0 auto;
  padding: 19px 10px;
  font-size: 26px;
  color: #474747;
  border: 3px solid #474747;
}
.l-thumb__content .color-b {
  width: auto;
  margin: 0 auto;
  padding: 19px 10px;
  font-size: 26px;
  color: #22A8E5;
  border: 3px solid #22A8E5;
}
.l-thumb img {
  display: block;
  width: 100%;
  height: 219px;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.l-bread {
  width: 100%;
  height: 50px;
  color: #959595;
  margin-bottom: 60px;
  padding: 17px 2.5%;
}
.l-bread_inner {
  display: flex;
  font-size: 0.75em;
  font-weight: normal;
}
.l-bread_inner a {
  text-decoration: underline;
}
.l-bread_inner a:hover, .l-bread_inner a:focus {
  opacity: 0.7;
  transition: all 0.3s;
}
.l-bread_inner div:nth-child(2) {
  margin-right: 6px;
  margin-left: 14px;
}
.l-bread_inner span {
  margin: 0 5px;
}

.l-footer {
  margin-top: 100px;
  padding: 20px 2%;
  font-size: 10px;
}
@media screen and (max-width: 821px) {
  .l-footer_nav {
    display: none;
  }
}
.l-footer_list {
  display: flex;
  margin-bottom: 20px;
}
.l-footer_item {
  padding: 0 10px;
  font-size: 17px;
}
.l-footer_item:first-child {
  padding-left: 0;
}
.l-footer_item a {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.l-footer_item a:hover, .l-footer_item a:focus {
  opacity: 0.7;
  transition: all 0.3s;
}
.l-footer_item + .l-footer_item {
  border-left: 1px solid #707070;
}
.l-footer_main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 821px) {
  .l-footer_main {
    flex-wrap: wrap;
  }
}
.l-footer_logo {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.517;
  color: #959595;
}
@media screen and (max-width: 480px) {
  .l-footer_logo {
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
}
.l-footer_copy {
  margin-left: 5px;
}
.l-footer_companyname {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.l-footer_companyname p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .l-footer_companyname p {
    margin-bottom: 10px;
  }
}

.l-header {
  width: 100%;
}
.l-header__inner {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 107px;
  padding: 0 35px;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .l-header__inner {
    padding: 0 5%;
  }
}
.l-header__logo {
  width: 190px;
  height: 61px;
  line-height: 1px;
}
@media screen and (max-width: 480px) {
  .l-header__logo {
    width: 130px;
    padding-top: 10px;
  }
}
.l-header__title, .l-header__link, .l-header img {
  width: 100%;
}
.l-header__info {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 1230px) {
  .l-header__info {
    display: none;
  }
}
.l-header__link {
  display: block;
}
.l-header__menu {
  margin-right: 23px;
}
.l-header__item {
  margin: 0 15px;
}
.l-header__item a {
  display: inline-block;
  color: #212121;
  font-size: clamp(0.938rem, 0.75rem + 0.25vw, 1.063rem);
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.l-header__item a:hover::after, .l-header__item a:focus::after {
  width: 100%;
}
.l-header__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background-color: #22A8E5;
  transition: 0.3s;
}
.l-header__btn {
  text-align: center;
  margin-left: 29px;
}
.l-header .hambarger {
  position: absolute;
  top: 107px;
  right: 0;
  transform: translateX(100%);
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 999 !important;
}
.l-header .hambarger.active {
  display: block;
  transform: translateX(0);
  transition: all 0.5s;
}
.l-header .hambarger__list {
  height: 12.5vh;
  background-color: #22A8E5;
  text-align: center;
  line-height: 12.5vh;
  border-bottom: 1px solid #FFFFFF;
}
.l-header .hambarger__list:nth-child(7) {
  background-color: #959595;
}
.l-header .hambarger__link {
  display: inline-block;
  width: 100%;
  color: #FFFFFF;
  font-size: clamp(1.5rem, 0.818rem + 0.91vw, 2rem);
  transition: all 0.3s;
}
.l-header .hambarger__link:hover, .l-header .hambarger__link:focus {
  font-size: clamp(2rem, 0.818rem + 0.91vw, 2.5rem);
  transition: all 0.3s;
}

.bg_blue {
  background-color: #F6FAFF;
}

.l-hero {
  display: grid;
  height: 973px;
}
@media screen and (max-width: 821px) {
  .l-hero {
    height: 700px;
  }
}
@media screen and (max-width: 480px) {
  .l-hero {
    height: 500px;
  }
}
.l-hero > * {
  grid-area: 1/-1;
}
.l-hero__content {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 0 13.426%;
}
.l-hero__content > * {
  color: #000;
}
.l-hero__content h2 {
  font-size: clamp(1.25rem, 0.927rem + 2.58vw, 4.125rem);
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-hero__content p {
  font-size: clamp(0.875rem, 0.833rem + 0.34vw, 1.25rem);
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-hero img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.l-info {
  color: #4B4C4E;
  background-image: url(../images/bg.png);
  background-size: contain;
}
@media screen and (max-width: 821px) {
  .l-info {
    background-image: none;
  }
}
.l-info__news {
  margin: 7% 10.989% 50px;
}
@media screen and (max-width: 480px) {
  .l-info__news {
    margin-right: 0;
    margin-left: 0;
  }
}
.l-info__news_inner {
  width: 100%;
  height: 100px;
  padding: 0 10px;
  border-top: 1px dotted #707070;
}
@media screen and (max-width: 821px) {
  .l-info__news_inner {
    flex-wrap: wrap;
  }
}
.l-info__news_inner:last-child {
  border-bottom: 1px dotted #707070;
}
.l-info__news .time {
  margin-right: 26px;
  font-size: clamp(0.875rem, 0.826rem + 0.39vw, 1.313rem);
  font-weight: bold;
  color: #002D77;
}
@media screen and (max-width: 480px) {
  .l-info__news .time {
    margin-right: 10px;
  }
}
.l-info__news .category {
  width: 106px;
  height: 37px;
  margin-right: 39px;
  line-height: 37px;
  border: 1px solid #707070;
}
@media screen and (max-width: 480px) {
  .l-info__news .category {
    width: 70px;
    margin-right: 0;
  }
}
.l-info__news .category a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: clamp(0.75rem, 0.736rem + 0.11vw, 0.875rem);
  font-weight: bold;
}
.l-info__news .desc {
  font-size: clamp(0.875rem, 0.826rem + 0.39vw, 1.313rem);
}
.l-info__btn {
  margin: 0 auto;
  text-align: center;
}

.l-about {
  background-image: url(../images/bg.png);
  background-size: contain;
}
@media screen and (max-width: 821px) {
  .l-about {
    background-image: none;
    background-color: #E8F0FC;
  }
}
.l-about__inner {
  width: 100%;
  margin: 0 auto;
}
.l-about__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 821px) {
  .l-about__content {
    display: block;
  }
}
.l-about__document {
  width: 300px;
}
@media screen and (max-width: 821px) {
  .l-about__document {
    margin: 0 auto 20px auto;
    width: 100%;
  }
}
.l-about__document > * {
  width: 100%;
}
.l-about__desc {
  max-width: 985px;
  width: 70%;
  padding-left: 50px;
  text-align: left;
  font-size: clamp(1rem, 0.958rem + 0.34vw, 1.375rem);
  line-height: 1.727;
}
@media screen and (max-width: 821px) {
  .l-about__desc {
    width: 95%;
    padding-left: 0;
    margin: 0 auto;
  }
}
.l-about__card {
  padding: 0 120px;
  max-width: 1920px;
}
@media screen and (max-width: 821px) {
  .l-about__card {
    padding: 0;
  }
}
.l-about__card_inner {
  position: relative;
  max-width: 430px;
  height: 550px;
  margin: 78px auto 0 auto;
}
@media screen and (max-width: 821px) {
  .l-about__card_inner {
    width: 100%;
  }
}
.l-about__card_number {
  position: absolute;
  top: -56px;
  right: 0;
  width: 112px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  background-color: #E8F0FC;
  border: 1px solid #707070;
  border-radius: 50%;
  z-index: 10;
}
.l-about__card_number p {
  font-size: 69px;
  font-weight: bold;
  color: #002D77;
}
.l-about__card_box {
  position: relative;
  border: 1px solid #707070;
}
@media screen and (max-width: 821px) {
  .l-about__card_box {
    width: 100%;
  }
}
.l-about__card_title_inner {
  position: absolute;
  top: 223px;
  left: 0;
  width: 100%;
  line-height: 70px;
  background-size: 100% 70px;
  background-image: url(../images/about-title.png);
}
.l-about__card_title_inner p {
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 20px;
}
.l-about__card img {
  display: block;
  width: 100%;
  height: 292px;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.l-about__img {
  width: 100%;
  height: 292px;
}
.l-about__textarea {
  width: 100%;
  min-height: 250px;
  padding: 39px 36px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  .l-about__textarea {
    padding: 3% 4%;
  }
}
.l-about__textarea p {
  line-height: 1.727;
  word-wrap: break-word;
}
.l-about .squere {
  width: 200px;
  height: 75px;
  background-color: #22A8E5;
  position: relative;
}
.l-about .squere::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -49px;
  border-style: solid;
  border-color: transparent transparent #22A8E5 transparent;
  border-width: 0 50px 76px 0;
}
.l-about .squere::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -49px;
  border-style: solid;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  border-width: 0 50px 76px 0;
}
.l-about .squere p {
  position: absolute;
  top: 8px;
  left: 8px;
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  border-left: 5px solid #FFFFFF;
}

.l-service {
  background-color: #E8F0FC;
  padding: 328px 0 0 0;
  margin-top: -328px;
}
.l-service__container {
  background-image: url(../images/service-bg.png);
  background-size: contain;
  margin-bottom: 10px;
}
@media screen and (max-width: 821px) {
  .l-service__container {
    background-image: none;
    background-color: white;
    margin-bottom: 0;
  }
}
.l-service__inner {
  position: relative;
}
.l-service__menu {
  display: flex;
  width: 60%;
  margin-top: 60px;
  margin-left: 14%;
  gap: 8%;
}
@media screen and (max-width: 821px) {
  .l-service__menu {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding: 25px 5% 0;
    gap: 20%;
  }
}
@media screen and (max-width: 480px) {
  .l-service__menu {
    display: block;
    text-align: center;
  }
}
.l-service__list {
  list-style: inside;
}
@media screen and (max-width: 480px) {
  .l-service__list {
    list-style: none;
  }
}
.l-service__item {
  font-size: clamp(1.125rem, 1rem + 1vw, 2.25rem);
  line-height: 2.222;
  color: #8E8E8E;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  .l-service__item {
    color: #212121;
  }
}
.l-service img {
  position: absolute;
  bottom: 0;
  right: 7%;
  width: 24.5%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 821px) {
  .l-service img {
    display: none;
  }
}
.l-service__linkitem {
  background-color: #F1FFFA;
  height: 267px;
}
@media screen and (max-width: 821px) {
  .l-service__linkitem {
    height: 100px;
    margin-top: -60px;
  }
}
.l-service__btn {
  text-align: center;
}

.fc-blue {
  color: #22A8E5;
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .fc-blue {
    font-size: 16px;
  }
}

.l-servicepage {
  padding: 0 2.5%;
}
.l-servicepage__general {
  margin-bottom: 26px;
}
.l-servicepage__title {
  width: 100%;
  height: 70px;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 70px;
  font-size: 26px;
  background-color: #22A8E5;
  color: #FFFFFF;
}
.l-servicepage__flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 821px) {
  .l-servicepage__flex {
    display: block;
  }
}
.l-servicepage__media {
  position: relative;
  max-width: 730px;
  width: 49%;
  height: 403px;
  margin-bottom: 51px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 821px) {
  .l-servicepage__media {
    width: 100%;
    height: auto;
  }
}
.l-servicepage__media__title {
  width: 100%;
  height: 87px;
  margin: 0 auto 30px auto;
  line-height: 87px;
  text-align: center;
  background-color: #AEE3FB;
  border-top: 4px solid #22A8E5;
}
@media screen and (max-width: 480px) {
  .l-servicepage__media__title {
    height: 40px;
    line-height: 40px;
  }
}
.l-servicepage__media__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .l-servicepage__media__wrap {
    display: block;
  }
}
.l-servicepage__media__img {
  width: 47%;
  height: 217px;
  padding-left: 2%;
}
@media screen and (max-width: 480px) {
  .l-servicepage__media__img {
    width: 100%;
  }
}
.l-servicepage__media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-servicepage__media__textarea {
  width: 48%;
  font-size: 14px;
  line-height: 1.643;
  padding-right: 2%;
}
@media screen and (max-width: 480px) {
  .l-servicepage__media__textarea {
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
}
.l-servicepage__media__textarea .siaa {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 83px;
  height: 108px;
}
@media screen and (max-width: 821px) {
  .l-servicepage__media__textarea .siaa {
    display: none;
  }
}
.l-servicepage__media_ba {
  margin-top: 80px;
  margin-bottom: 71px;
}
@media screen and (max-width: 821px) {
  .l-servicepage__media_ba {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.l-servicepage__media_baImg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1%;
}
@media screen and (max-width: 480px) {
  .l-servicepage__media_baImg {
    display: block;
  }
}
.l-servicepage__media_baImg_inner {
  max-width: 625px;
  max-height: 400px;
  width: 30%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 821px) {
  .l-servicepage__media_baImg_inner {
    width: 48%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .l-servicepage__media_baImg_inner {
    width: 100%;
  }
}
.l-servicepage__media_baImg_inner a {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.l-servicepage__media_baImg_inner a:hover {
  opacity: 0.7;
  transition: all .3s;
}
.l-servicepage__media_baImg_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-ba {
  background-image: url(../images/bg.png);
  background-size: contain;
}
@media screen and (max-width: 821px) {
  .l-ba {
    background-image: none;
    background-color: #E8F0FC;
  }
}
.l-ba__card {
  margin: 135px auto 0 auto;
}
@media screen and (max-width: 821px) {
  .l-ba__card {
    margin-top: 50px;
  }
}
.l-ba__card_inner {
  max-width: 709px;
  aspect-ratio: 16/9;
  background: repeating-linear-gradient(-45deg, #E8F0FC, #E8F0FC 30px, white 10px, white 50px);
}
@media screen and (max-width: 821px) {
  .l-ba__card_inner {
    margin: 0 auto 20px;
  }
}
.l-ba__card_inner img {
  margin: 3% 5%;
  aspect-ratio: 16/9;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-ceomesse {
  width: 100%;
  padding: 72px 5%;
  background-color: white;
  text-align: center;
  color: #707070;
  font-size: clamp(1.5rem, 1.403rem + 0.78vw, 2.375rem);
}
@media screen and (max-width: 821px) {
  .l-ceomesse {
    padding: 40px 5%;
  }
}

.l-ceo {
  padding: 0 5%;
  background-image: url(../images/bg.png);
  background-size: cover;
}
@media screen and (max-width: 821px) {
  .l-ceo {
    background-image: none;
  }
}
.l-ceo__human {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 821px) {
  .l-ceo__human {
    display: block;
  }
}
.l-ceo__img {
  width: 47%;
  margin-right: 5%;
}
@media screen and (max-width: 821px) {
  .l-ceo__img {
    width: 100%;
  }
}
.l-ceo__img img {
  width: 100%;
}
.l-ceo__name {
  color: #707070;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  .l-ceo__name {
    text-align: center;
    margin-top: 20px;
  }
}
.l-ceo__name .director {
  font-size: 22px;
}
.l-ceo__name .name {
  font-size: 53px;
}
.l-ceo__message {
  margin-top: 59px;
  padding: 0 5%;
}
.l-ceo_inner {
  position: relative;
  padding: 3%;
  background-color: white;
  border: 1px solid #707070;
}
.l-ceo_text {
  font-size: 20px;
  line-height: 1.5;
}
.l-ceo .text-right {
  margin-top: 20px;
  font-size: 24px;
  text-align: end;
}
@media screen and (max-width: 821px) {
  .l-ceo .text-right span {
    display: block;
  }
}

.l-philosophy {
  display: flex;
  align-items: center;
  height: 34vh;
  margin-top: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/philoshophy-bg.webp);
  background-size: cover;
}
@media screen and (max-width: 821px) {
  .l-philosophy {
    margin-top: 50px;
    height: 20vh;
  }
}
.l-philosophy__inner {
  color: #FFFFFF;
  padding: 0 0 0 10%;
}
@media screen and (max-width: 821px) {
  .l-philosophy__inner {
    padding: 5%;
  }
}
.l-philosophy__inner p {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  .l-philosophy__inner p {
    font-size: clamp(1rem, 0.853rem + 1.18vw, 1.5rem);
  }
}
.l-philosophy__inner h3 {
  margin: 13px 0;
  font-size: 61px;
  font-weight: bold;
}
@media screen and (max-width: 1230px) {
  .l-philosophy__inner h3 {
    margin: 0;
  }
}
@media screen and (max-width: 821px) {
  .l-philosophy__inner h3 {
    font-size: clamp(1.25rem, 0.82rem + 5.44vw, 3.813rem);
  }
}
.l-philosophy__inner span {
  font-size: 26px;
}
@media screen and (max-width: 821px) {
  .l-philosophy__inner span {
    font-size: clamp(0.75rem, 0.529rem + 1.76vw, 1.5rem);
  }
}

.l-access {
  margin-top: 81px;
  padding: 0 5%;
}
.l-access__inner {
  border: 1px solid #707070;
  padding: 78px 10%;
}
@media screen and (max-width: 1230px) {
  .l-access__inner {
    padding: 78px 3%;
  }
}
@media screen and (max-width: 821px) {
  .l-access__inner {
    padding: 50px 3%;
  }
}
.l-access dl {
  border-top: 1px dotted #707070;
  padding: 24px 0;
}
.l-access .dt-border {
  display: inline-block;
  width: 110px;
  border: 1px solid #707070;
  margin-right: 92px;
  padding: 8px 1%;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 821px) {
  .l-access .dt-border {
    margin-right: 5%;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .l-access .dt-border span {
    display: block;
  }
}
.l-access dd {
  width: 70%;
}
@media screen and (max-width: 821px) {
  .l-access dd {
    font-size: 0.85rem;
  }
}
.l-access__map {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
.l-access__map iframe {
  width: 100%;
}

.l-archive {
  margin-bottom: 71px;
}
.l-archive_list .time {
  margin-right: min(6%, 54px);
  font-size: clamp(0.75rem, 0.704rem + 0.37vw, 1rem);
  font-weight: normal;
}
.l-archive_list .archive_category {
  width: 130px;
  text-align: center;
  border: 1px solid #707070;
  padding: 5px 15px;
  margin-right: min(6%, 54px);
}
@media screen and (max-width: 480px) {
  .l-archive_list .archive_category {
    padding: 3px 10px;
  }
}
.l-archive_list .archive_category a {
  font-size: 14px;
  color: #959595;
}
.l-archive_list .archive_link {
  text-decoration: none;
  transition: all 0.3s;
}
.l-archive_list .archive_link:hover, .l-archive_list .archive_link:focus {
  text-decoration: underline;
  transition: all 0.3s;
}
.l-archive_list .archive_text {
  font-size: 20px;
  font-weight: normal;
}
.l-archive_item {
  display: flex;
  align-items: center;
  border-top: 1px solid #959595;
  padding: 20px 3% 22px;
}
.l-archive_item:last-child {
  border-bottom: 1px solid #959595;
}
@media screen and (max-width: 821px) {
  .l-archive_item {
    display: block;
  }
}
.l-archive .box1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 821px) {
  .l-archive .box1 {
    margin-bottom: 10px;
  }
}

.l-child_ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: clamp(1rem, 0.815rem + 1.48vw, 2rem);
}

.bl_pageLink {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
}
.bl_pageLink .link {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 1.188rem;
  background-color: #22A8E5;
  color: #FFFFFF;
  border: 1px solid #22A8E5;
}
.bl_pageLink .link:hover, .bl_pageLink .link:focus {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .bl_pageLink .link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1rem;
  }
}
.bl_pageLink .link:last-child {
  margin-right: 0;
  margin-left: 1.188rem;
}
@media screen and (max-width: 480px) {
  .bl_pageLink .link:last-child {
    margin-left: 1rem;
  }
}

.l-pageLink {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
}
.l-pageLink .wp-pagenavi .current {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 0.594rem;
  background-color: #22A8E5;
  color: #FFFFFF;
  border: 1px solid #22A8E5;
}
@media screen and (max-width: 480px) {
  .l-pageLink .wp-pagenavi .current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 0.5rem;
  }
}
.l-pageLink .wp-pagenavi a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 0.594rem;
  border: 1px solid #22A8E5;
}
.l-pageLink .wp-pagenavi a:hover, .l-pageLink .wp-pagenavi a:focus {
  opacity: 0.7;
  background-color: #22A8E5;
  color: #FFFFFF;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .l-pageLink .wp-pagenavi a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 0.5rem;
  }
}
.l-pageLink .wp-pagenavi .extend {
  font-weight: normal;
}

.l-single .l-singleNews_inner {
  margin-bottom: 53px;
}
.l-single_flex {
  display: flex;
  gap: 2.25rem;
}
@media screen and (max-width: 821px) {
  .l-single_flex {
    display: block;
  }
}
.l-single_inner {
  width: 65.921%;
}
@media screen and (max-width: 821px) {
  .l-single_inner {
    width: 100%;
  }
}
.l-single_title_inner {
  text-align: left;
}
.l-single_title_inner .el_categoryName {
  width: 6.91875rem;
  height: 1.9375rem;
  margin-bottom: 25px;
  line-height: 1.9375rem;
  background-color: #22A8E5;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  position: relative;
}
.l-single_title_inner .el_categoryName a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.l-single_title_inner .el_single_blogName {
  font-size: clamp(1rem, 0.861rem + 1.11vw, 1.75rem);
  line-height: 1.75;
  margin-bottom: 25px;
  height: 80px;
}
.l-single_title_inner .snsTime {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .l-single_title_inner .snsTime {
    display: block;
  }
}
.l-single_title_inner .snsTime button {
  margin-right: 4px;
}
.l-single_title_inner .top_image {
  height: 23.125rem;
  margin-bottom: 40px;
}
.l-single_title_inner .top_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-single_title_inner .section_body h2 {
  margin-bottom: 44px;
  font-size: clamp(1rem, 0.884rem + 0.93vw, 1.625rem);
  margin-bottom: 16px;
}
.l-single_title_inner .section_body h3 {
  margin-bottom: 43px;
  margin-bottom: 28px;
  padding-left: 0.875rem;
  font-size: clamp(0.875rem, 0.782rem + 0.74vw, 1.375rem);
  border-left: 4px solid #22A8E5;
}
.l-single_title_inner .section_body p {
  font-size: clamp(0.75rem, 0.704rem + 0.37vw, 1rem);
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 42px;
}
.l-single_title_inner .section_body blockquote {
  margin-bottom: 41px;
  padding: 27px 26px 17px 17px;
}
.l-single_title_inner .section_body blockquote p {
  display: flex;
  margin-bottom: 0;
}
.l-single_title_inner .section_body blockquote p img {
  max-width: 50px;
  height: auto;
  margin-right: 1rem;
  margin-left: -0.5rem;
}
.l-single_title_inner .section_body .wp-block-quote cite {
  font-weight: normal;
  line-height: 24px;
}
.l-single_title_inner .section_body img {
  width: 36.625rem;
  height: 20.938rem;
  margin-bottom: 28px;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-single_title_inner .section_body ul {
  display: table;
  text-align: left;
  list-style-position: inside;
  margin-bottom: 76px;
}
.l-single_title_inner .section_body ul li {
  text-indent: -2rem;
  padding-left: 1.8rem;
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.704rem + 0.37vw, 1rem);
  font-weight: normal;
}
.l-single_title_inner .section_body ul li::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 21px;
  margin-left: 2px;
}
.l-single_title_inner .section_body a {
  margin-bottom: 55px;
  text-decoration: underline;
  font-size: clamp(0.875rem, 0.829rem + 0.37vw, 1.125rem);
  font-weight: normal;
}
.l-single_title_inner .section_body a:hover, .l-single_title_inner .section_body a:focus {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s;
}
.l-single_title_inner .ly_arc_link {
  margin-bottom: 53px;
}
.l-single_title_inner .ly_arc_link .text_link {
  text-decoration: underline;
  font-size: clamp(0.75rem, 0.704rem + 0.37vw, 1rem);
  font-weight: normal;
}
.l-single_title_inner .ly_arc_link .text_link:hover, .l-single_title_inner .ly_arc_link .text_link:focus {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s;
}

.l-form {
  width: min(95%, 700px);
  margin: 0 auto;
}
.l-form p {
  margin-bottom: 46px;
  line-height: 1.313;
  font-weight: normal;
}
.l-form_inner .form_box {
  display: block;
  margin-bottom: 16px;
}
.l-form_inner .name {
  display: inline-block;
  margin-bottom: 7px;
  font-weight: normal;
}
.l-form_inner .form_input {
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  padding-left: 2.857%;
  border: 1px solid #22A8E5;
  font-size: 0.75rem;
}
.l-form_inner p {
  margin-bottom: 16px;
}
.l-form_inner p span {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .l-form_inner p span {
    display: block;
  }
}
.l-form_inner .form_radio {
  position: relative;
  margin-bottom: 8px;
}
.l-form_inner .form_radio input {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
}
.contact-1,.contact-2,.contact-3{
  position: relative;
}
.l-form_inner .form_radio .radio_ml {
  margin-left: 35px;
  font-size: clamp(0.75rem, 0.704rem + 0.37vw, 1rem);
  font-weight: normal;
}
.l-form_inner textarea {
  width: 100%;
  height: 240px;
  margin-bottom: 4px;
  padding: 20px 3.285%;
  border: 1px solid #22A8E5;
  font-weight: normal;
}
.l-form_inner .confirmation_box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.l-form_inner .confirmation_box a {
  cursor: pointer;
  text-decoration: underline;
}
.l-form_inner .confirmation_box p {
  line-height: 1.313;
  margin-bottom: 28px;
  font-size: clamp(0.75rem, 0.704rem + 0.37vw, 1rem);
}
@media screen and (max-width: 480px) {
  .l-form_inner .confirmation_box p span {
    display: block;
  }
}
.l-form_inner .confirmation_box .confirmation_box_check input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.l-form_inner .confirmation_box .confirmation_box_check label {
  cursor: pointer;
  display: inline-block;
  margin-left: 50px;
  margin-bottom: 39px;
  font-size: clamp(0.75rem, 0.704rem + 0.37vw, 1rem);
}
.l-form_inner .confirmation_box .submit {
  width: min(85%, 200px);
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 82px;
}
.l-form_inner .confirmation_box .submit button {
  width: 100%;
  height: 100%;
  background-color: #22A8E5;
  transition: all 0.5s;
}
.l-form_inner .confirmation_box .submit button:hover, .l-form_inner .confirmation_box .submit button:focus {
  color: #22A8E5;
  background-color: #FFFFFF;
  border: 1px solid #22A8E5;
  border-radius: 5px;
  transition: all 0.5s;
}

.mwform-radio-field {
  display: block !important;
  margin-left: 0 !important;
}
.mwform-radio-field label {
position: relative;
}

.mwform-radio-field-text {
  margin-left: 30px !important;
}
.privacypolicy span {
  display: block;
  text-align: right;
}

.l-fc_shop_list {
  margin-bottom: 50px;
}
.l-fc_shop_name {
  font-size: 28px;
  margin-bottom: 26px;
}
.l-fc_shop_info {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 821px) {
  .l-fc_shop_info {
    display: block;
  }
}
.l-fc_shop_left {
  width: 50%;
}
@media screen and (max-width: 821px) {
  .l-fc_shop_left {
    width: 100%;
  }
}
.l-fc_shop_infobox {
  display: flex;
  align-items: center;
  padding: 23px 0;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 480px) {
  .l-fc_shop_infobox {
    font-size: 14px;
  }
}
.l-fc_shop_infobox:last-child {
  border-bottom: 1px solid #707070;
}
.l-fc_shop_infobox dt {
  width: 20%;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #707070;
  text-align: center;
}
.l-fc_shop_infobox dd {
  width: 80%;
  word-break: break-all;
}
.l-fc_shop_url_desc {
  text-decoration: underline;
}
.l-fc_shop_map {
  width: 50%;
}
@media screen and (max-width: 821px) {
  .l-fc_shop_map {
    width: 100%;
  }
}
.l-fc_shop_map iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #707070;
}

.c-button {
  display: block;
  width: 160px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
}
.c-button_blue {
  background-color: #22A8E5;
  color: #FFFFFF;
  transition: all 0.3s;
}
.c-button_blue:hover, .c-button_blue:focus {
  background-color: #FFFFFF;
  color: #22A8E5;
  border: 1px solid #22A8E5;
  transition: all 0.3s;
}
.c-button_gray {
  background-color: #959595;
  color: #FFFFFF;
  transition: all 0.3s;
}
.c-button_gray:hover, .c-button_gray:focus {
  background-color: #FFFFFF;
  color: #959595;
  border: 1px solid #959595;
  transition: all 0.3s;
}

.c-more-button {
  width: 160px;
  height: 50px;
  line-height: 3.5;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-more-button::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 2px;
  height: 50%;
  background-color: #22A8E5;
  transition: all 0.3s;
}
.c-more-button:hover::before, .c-more-button:focus::before {
  height: 100%;
}
.c-more-button::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20%;
  height: 2px;
  background-color: #22A8E5;
  transition: all 0.3s;
}
.c-more-button:hover::after, .c-more-button:focus::after {
  width: 100%;
}
.c-more-button span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 50%;
  background-color: #22A8E5;
  transition: all 0.3s;
}
.c-more-button span:hover::before, .c-more-button span:focus::before {
  height: 100%;
}
.c-more-button span::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background-color: #22A8E5;
  transition: all 0.3s;
}
.c-more-button span:hover::after, .c-more-button span:focus::after {
  width: 100%;
}

.hm-menu_btn, .hm-menu_btn span {
  display: none;
  z-index: 999;
}
@media screen and (max-width: 1230px) {
  .hm-menu_btn, .hm-menu_btn span {
    display: inline-block;
    transition: all 0.4s;
  }
}

.hm-menu_btn {
  display: none;
}
@media screen and (max-width: 1230px) {
  .hm-menu_btn {
    display: inline-block;
    position: fixed;
    top: 27px;
    right: 40px;
    width: 50px;
    height: 40px;
    z-index: 100;
    background-color: transparent;
  }
}
@media screen and (max-width: 1230px) and (max-width: 480px) {
  .hm-menu_btn {
    right: 20px;
  }
}

.hm-menu_btn span {
  display: none;
}
@media screen and (max-width: 1230px) {
  .hm-menu_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 100;
  }
  .hm-menu_btn span.el_bgColor {
    background-color: #22A8E5;
  }
}
.hm-menu_btn span:nth-of-type(1) {
  top: 0px;
}
.hm-menu_btn span:nth-of-type(2) {
  top: 44%;
}
@media screen and (max-width: 480px) {
  .hm-menu_btn span:nth-of-type(2) {
    top: 43%;
  }
}
.hm-menu_btn span:nth-of-type(3) {
  bottom: 0px;
}
.hm-menu_btn span:nth-of-type(4) {
  color: #212121;
  font-weight: bold;
  bottom: -10px;
}

.hm-menu_btn.active span:nth-of-type(1) {
  transform: rotate(-135deg) translate(-19px, -16px);
}
@media screen and (max-width: 480px) {
  .hm-menu_btn.active span:nth-of-type(1) {
    transform: rotate(-135deg) translate(-17px, -15px);
  }
}

.hm-menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.hm-menu_btn.active span:nth-of-type(3) {
  transform: rotate(135deg) translate(-8px, 8px);
}
@media screen and (max-width: 480px) {
  .hm-menu_btn.active span:nth-of-type(3) {
    transform: rotate(135deg) translate(-10px, 9px);
  }
}

.c-title__en {
  font-size: clamp(1.5rem, 1.25rem + 2vw, 3.75rem);
  line-height: 1;
  color: #22A8E5;
  font-weight: bold;
}

.c-title__jp {
  font-size: clamp(0.813rem, 0.714rem + 0.79vw, 1.688rem);
  color: #8E8E8E;
  font-weight: bold;
}

.c-about_fontsize {
  font-size: clamp(1rem, 0.924rem + 0.61vw, 1.688rem);
}

.c-about-font-small {
  font-size: clamp(0.875rem, 0.819rem + 0.44vw, 1.375rem);
}

.c-grid {
  display: grid;
  -moz-column-gap: 1%;
       column-gap: 1%;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
}
@media screen and (max-width: 1230px) {
  .c-grid {
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  }
}
@media screen and (max-width: 821px) {
  .c-grid {
    display: block;
  }
}

.c-grid2 {
  display: grid;
  gap: 3%;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
@media screen and (max-width: 1230px) {
  .c-grid2 {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}
@media screen and (max-width: 821px) {
  .c-grid2 {
    display: block;
  }
}

.c-flex {
  display: flex;
  align-items: center;
}

.c-flex-end {
  display: flex;
  justify-content: end;
}

.c-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 821px) {
  .c-flex-center {
    flex-wrap: wrap;
  }
}

.c-flex-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/*
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  margin-top: 107px;
}
.bigimg {
  position: absolute;
  max-width: 900px;
    width: 50%;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    aspect-ratio: 16/9;
}
.bigimg img {
  width: 100%;
  height: auto;
}
.close-btn {
  color: white;
  font-size: 3rem;
  position: absolute;
  right: 20px;
  top: 10px;
}
.close-btn a {
  color: white;
}
*/
/*# sourceMappingURL=style.css.map */