/*
Theme Name: Limot
Theme URI: http://limot.local
Description: Limotは、モビリティとスマートガイドを活用し、地域の周遊性を向上させ、利用者に特別な観光体験を提供します。
Version：1.0
Author: Nakao
Author URI: https://gihyo.jp
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

html {
  font-size: 67.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
html:has(body.contact) {
  scroll-behavior: unset;
}

body {
  color: #565656;
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}


/***********
フォント関連
************/
.wf-dm-sans {
  font-family: "DM Sans", sans-serif;
}

.wf-jost {
  font-family: "Jost", sans-serif;
}
.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 , 700;
  font-style: normal;
}

/*中国語*/
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-sc -<uniquifier> {
  font-family: "Noto Sans SC", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*韓国語*/
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-kr -<uniquifier> {
  font-family: "Noto Sans KR", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.mv,
.mv * {
  min-height: 0;
  min-width: 0;
}

/* loading */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #edf7ff;
  color: #fff;
  font-size: 3em;
  display: grid;
  place-items: center;
  z-index: 10000000000000;
  transition: opacity 1s, visibility 1s;
}
.loading__img {
  width: 200px;
}
.loading__txt {
  display: none;
}
.--ready .loading {
  opacity: 0;
  visibility: hidden;
}

/****************************
inner*pc
 ****************************/
.main {
  padding-top: 120px;
}
.inner-s {
  max-width: 960px;
  margin: auto;
  padding: 0 50px;
  box-sizing: content-box;
}
.inner-m {
  max-width: 1080px;
  margin: auto;
  padding: 0 50px;
  box-sizing: content-box;
}
.inner-l {
  max-width: 1200px;
  margin: auto;
  padding: 0 50px;
  box-sizing: content-box;
}
/****************************
inner*sp
 ****************************/
@media (max-width: 700px) {
  .inner__s-sp {
    padding: 0 20px;
  }
  .inner__m-sp {
    padding: 0 35px;
  }
  .inner__l-sp {
    padding: 0 50px;
  }
  .inner-sp-p-0 {
    padding: 0;
  }
}
/****************************
改行
****************************/
.br-pc {
  display: none;
}
/****************************
section-title 
 ****************************/
.section-ttl {
  font-size: 6.5rem;
  text-align: center;
  color: #319ef7;
  font-weight: 700;
  line-height: 1.3;
  padding: 50px 0 40px 0;
}
.section-ttl::after {
  content: attr(data-en);
  display: block;
  font-family: "DM Sans", sans-serif;
}
.faq .section-ttl {
  color: #373737;
}
.faq .ttl-small {
  color: #373737;
}
.contact .section-ttl {
  color: #fff;
}
.contact .ttl-small {
  color: #fff;
}
@media (max-width: 770px) {
  .section-ttl {
    font-size: 3.5rem;
  }
  .about,
  .section-ttl {
    padding: 40px 0;
  }
}
@media (max-width: 375px) {
  .section-ttl {
    padding: 40px 0 30px;
  }
}
.ttl-water {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.ttl-water::before {
  content: attr(data-en);
  display: block;
  font-size: 2em;
  margin-bottom: -10px;
  color: #2d6da6;
  opacity: 0.2;
  padding-top: 150px;
  font-weight: 700;
  font-size: 3.5em;
}
.ttl-small {
  font-size: 2rem;
  color: #319ef7;
  font-weight: 500;
}
.case .section-ttl {
  padding-bottom: 50px;
}
@media (max-width: 770px) {
  .ttl-small {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .ttl-water {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .ttl-water {
    font-size: 11px;
  }
  .ttl-water::before {
    padding-top: 80px;
  }
}

/****************************
viewbtn
****************************/
.view__btn .btn {
  display: inline-flex;
  padding: 0.7em 5em;
  border-radius: 1000px;
  border: solid 1px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  align-items: center;
  gap: 0.8em;
  background-color: #fff;
  color: #373737;
  transition: background-color 0.3s, color 0.3s;
  transition: 0.3s;
}
.view__btn {
  text-align: center;
}
.about .view__btn {
  padding-top: 50px;
}
.view__btn .btn:hover {
  background-color: #319ef7;
  color: #fff;
  transform: scale(1.1);
}
.view__btn .--arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #373737;
  position: relative;
  transition: border-color 0.3s;
}
.view__btn a:hover .--arrow {
  border-color: #319ef7;
}
.view__btn .--arrow::before {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.35em;
  position: absolute;
  border-top: 1px solid #373737;
  border-right: 1px solid #373737;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-txt {
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  width: 90px;
}
@media (max-width: 770px) {
  .view__btn .btn {
    padding: 0.6em 3.6em;
    height: 50px;
  }
  .btn-txt {
    font-weight: 500;
    font-size: 1.4rem;
  }
}

/*****************************
header
******************************/
.header {
  height: 120px;
  display: flex;
  justify-content: space-between;
  gap: 3em;
  align-items: center;
  padding: 0 65px;
  position: relative;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  position: fixed;
}
.header__logo img {
  width: 120px;
  display: block;
}
.header__innner {
  display: flex;
  gap: 2.5em;
  align-items: center;
  position: relative;
  z-index: 999;
}
.contact__btn-top {
  display: inline-flex;
  padding: 0.7em 2.2em;
  border-radius: 1000px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  align-items: center;
  background-color: #48a0d4;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
  transition: 0.3s;
}
.contact__btn-top:hover {
  background-color: #fff;
  color: #48a0d4;
  transform: scale(1.1);
}
@media (max-width: 770px) {
  .header__logo img {
    width: 130px;
  }
  .header {
    padding: 0 20px;
  }
  .header__innner {
    gap: 1.5em;
  }
  .contact__btn-txt {
    font-size: 1.3rem;
  }

  /*******************
  menu-icon
  *******************/
  .header-list__item,
  .--border {
    border-bottom: solid 0.5px #fff;
  }
  .menu-icon {
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    top: 17px;
    right: 0;
  }
  .menu-icon button {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 0;
    position: relative;
  }
  .menu-icon button:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 2px;
    background-color: #fff;
    transition: 0.2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .menu-icon button:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .sublist-open .menu-icon button:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .sublist-open .menu-icon button:after {
    background-color: transparent;
  }
}
@media (max-width: 360px) {
  .header {
    gap: 0.6em;
  }
  .header__innner {
    gap: 0.5em;
  }
  .header__logo img {
    width: 110px;
  }
}
@media (max-width: 500px) {
  .header {
    padding: 0 20px;
    gap: 1em;
  }
  .contact__btn-top {
    padding: 0.5em 1.3rem;
  }
  .contact__btn-txt {
    font-size: 1rem;
  }
  .header__logo img {
    width: 100px;
  }
  .header__innner {
    gap: 0.5em;
  }
}
/********************
ハンバーガーボタン 
 ******************:*/
.open .header__nav {
  clip-path: inset(0 0% 0 0);
}
.header__innner .ham {
  background-color: #fff;
}
.ham {
  display: block;
  width: 20px;
  height: 12px;
  position: relative;
}
.ham__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #373737;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
}
.ham__circle {
  background-color: #fff;
  border-radius: 1000px;
  border: solid 0.75px #7c7878;
  width: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.ham__line:nth-child(1) {
  transform: translateY(-6px);
  transition: transform 0.5s;
}
.open .ham__line:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.ham__line:nth-child(2) {
  transition: opacity 0.5s;
}
.open .ham__line:nth-child(2) {
  opacity: 0;
}
.ham__line:nth-child(3) {
  transform: translateY(6px);
  transition: transform 0.5s;
}
.open .ham__line:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}
@media (max-width: 770px) {
  .ham {
    width: 15px;
  }
  .ham__circle {
    padding: 0.8em 0.8em;
    width: 44px;
  }
}
@media (max-width: 500px) {
  .ham__circle {
    padding: 0.8em 0.4em;
    width: 42px;
    height: 42px;
  }
}
/**********************
header_nav_open
***********************/
.header__nav {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100dvh;
  backdrop-filter: blur(10px);
  transition: clip-path 0.8s;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
.site-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.site-map__list {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  background: #2d6da6;
  color: #fff;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 270px;
}
.header-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 75%;
  max-height: 14em;
  font-size: min(1.2vw, 18px);
  align-self: center;
  gap: 0.5em;
}
.header-list__item > a {
  font-size: 1.3em;
  font-weight: 700;
}
.header-list__item .--largespace {
  padding-bottom: 4em;
}
.header-list__item .smallspace {
  padding-bottom: 2em;
}
.header-list__subitem {
  padding-left: 1em;
}
.header__policy {
  display: flex;
  align-items: center;
  gap: 3em;
  border-top: solid 1px;
  padding: 10px;
  justify-content: right;
  width: 65%;
  height: 100px;
  font-size: min(1.2vw, 14px);
}
.site-logo__img {
  width: 180px;
}
.instagram__icon-nav {
  width: 20px;
}
.header__copyright-txt {
  text-align: center;
  padding: 30px 0 40px;
  display: block;
  font-size: min(2vw, 14px);
}
@media (max-width: 770px) {
  .header {
    height: 80px;
  }
  .header-list {
    display: block;
    font-size: min(3vw, 16px);
    line-height: 6.3rem;
    max-height: unset;
    width: 75%;
  }
  .header-list__item {
    position: relative;
  }
  .header-list__sublist-container {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s ease-out, margin-top 0.2s ease-out;
  }
  .sublist-open .header-list__sublist-container {
    grid-template-rows: 1fr;
    margin-top: -16px;
  }
  .header-list__sublist {
    overflow: hidden;
    line-height: 4rem;
    font-size: 1.3rem;
  }
  .header-list__contact {
    display: none;
  }
  .site-logo {
    display: none;
  }
  .site-logo__img {
    width: 120px;
  }
  .site-map__list {
    width: 100%;
    padding: 0 30px;
  }
  .header__policy {
    font-size: min(2vw, 12px);
    height: 50px;
  }
  .instagram__icon-nav {
    width: 15px;
  }
  .header__copyright-txt {
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  .header-list {
    font-size: min(3vw, 22px);
    line-height: 5rem;
  }
  .header-list__sublist {
    line-height: 3.5rem;
  }
}
/********************
TOP_main
*********************/
.mv {
  background-image: url("../images/top/1_topbg.jpg");
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 460px 1fr;
  height: calc(100vh - 120px);
}
.top__img img {
  object-fit: cover;
  height: calc(100vh - 120px);
  object-position: center;
  border-radius: 30px 0 30px 0;
  max-width: unset;
  width: 100%;
  object-position: center bottom;
}
.section-top__mv .slick-dots {
  bottom: 10px;
}
.section-top__mv .slick-dots li button:before {
  color: #fff;
  font-size: 10px;
}
.mv__txt-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
}
.mv__ttl {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
  color: #373737;
}
.mv__subttl {
  font-size: 2rem;
  font-weight: 600;
  color: #373737;
}
@media (max-width: 770px) {
  .mv {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
  }
  .mv__txt-area {
    order: 2;
  }
  .top__img img {
    height: calc((100vh - 80px) * 2 / 3);
  }
  .mv__ttl .brnone {
    display: none;
  }
  .mv__ttl {
    font-size: 4.5rem;
    padding-bottom: 20px;
  }
  .mv__subttl {
    font-size: 1.8rem;
    line-height: 32px;
    padding-bottom: 30px;
  }
  .main {
    padding-top: 80px;
  }
  .mv {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 550px) {
  .mv__ttl {
    font-size: 3rem;
    padding-bottom: 20px;
  }
  .mv__txt-area {
    padding-left: 35px;
  }
  .mv__subttl {
    font-size: 1.7rem;
    line-height: 30px;
  }
}
/********************
about
********************/
.about {
  margin-bottom: 200px;
}
.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  align-items: center;
}
.about__img img {
  border-radius: 30px 0;
}
.about__subttl {
  color: #319ef7;
  font-weight: 600;
  font-size: 2.4rem;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  .about {
    margin-bottom: 150px;
  }
  .about__inner {
    display: block;
  }
  .about__img {
    overflow: hidden;
    width: 100%;
  }
  .about__img img {
    object-fit: cover;
    max-height: 405px;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 770px) {
  .about {
    margin-bottom: 80px;
  }
  .about__subttl {
    font-size: 2rem;
    padding: 30px 0 0;
  }
  .about__txt-area {
    padding-top: 20px;
    font-size: 1.5rem;
  }
}
@media (max-width: 470px) {
  .about__subttl {
    font-size: 1.8rem;
  }
  .about__img img {
    max-height: 250px;
  }
  .about-txt {
    font-size: 1.3rem;
  }
}

/*********************
service
*********************/
.service__inner {
  background-color: #edf7ff;
}
.sv__top-discription {
  text-align: center;
  padding-bottom: 100px;
}
.servise__menu-block {
  display: flex;
  gap: 2em;
}
.servise__menu-top {
  margin: auto;
}
.service__ttl-top {
  display: flex;
  align-items: center;
}
.sv_sub-ttl-top {
  font-size: 2.2rem;
  font-weight: 600;
  color: #319ef7;
  margin-left: 20px;
  border-bottom: dotted 2px #989898;
}
.num__img-top img {
  width: 3.5em;
}
.sv__txt-top {
  font-size: 1.5rem;
  padding: 10px 0 60px 85px;
}
.sv__img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.sv__img-top.on {
  opacity: 1;
  transform: translateY(0px);
}
.view__btn-pd {
  padding: 80px 0 120px;
}
@media (max-width: 1100px) {
  .sv__top-discription {
    padding-bottom: 100px;
  }
  .sv_sub-ttl-top {
    font-size: 1.6rem;
    margin-left: 20px;
  }
  .sv__txt-top {
    font-size: 1.3rem;
    padding-left: 56px;
  }
  .num__img-top img {
    width: 2em;
  }
}
@media (max-width: 900px) {
  .servise__menu-block {
    gap: 1.5rem;
  }
  .sv_sub-ttl-top {
    font-size: 1.4rem;
  }
  .sv__txt-top {
    font-size: 1.2rem;
    padding-left: 56px;
    padding-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .servise__menu-block {
    display: block;
  }
  .sv__top-discription {
    font-size: 1.4rem;
    padding-bottom: 50px;
  }
  .tour__img {
    display: grid;
    justify-content: center;
    padding: 0 0 50px;
  }
  .tour__img img {
    width: 330px;
  }
  .view__btn-pd {
    padding: 40px 0 100px;
  }
}
@media (max-width: 440px) {
  .service__ttl-top {
    display: block;
  }
  .sv_sub-ttl-top {
    font-size: 1.3rem;
    display: flex;
    justify-content: flex-start;
    padding: 5px 0 0;
    margin-left: 0;
  }
  .num__img-top img {
    width: 1.8em;
  }
  .sv__txt-top {
    font-size: 1.2rem;
    padding: 5px 0 20px 0;
  }
  .view__btn-pd {
    padding: 40px 0 80px;
  }
}

/***********************
product
***********************/
.product-block {
  background-color: #dbeeff;
}
.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  padding-bottom: 150px;
}
.product__img {
  padding: 60px 0 30px;
}
.product__ttl {
  font-size: 3rem;
  color: #319ef7;
  font-weight: 600;
}
.product__img-block {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.product__img-block.on {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 900px) {
  .product {
    display: block;
  }
}
@media (max-width: 400px) {
  .product {
    padding-bottom: 70px;
  }
  .product__ttl {
    font-size: 2.2rem;
  }
  .product__txt {
    font-size: 1.3rem;
  }
}
/*************************
case
*************************/
.case__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}
.case .txt-area {
  flex-direction: column;
  text-align: left;
  flex-grow: 1;
  display: grid;
  place-items: center;
}
.case {
  padding: 80px 0;
  background-color: #edf7ff;
}
.case__img img {
  border-radius: 30px 0;
}
.case__img-block {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.case__img-block.on {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 900px) {
  .case__block {
    display: block;
  }
  .case__block .--txt {
    padding: 50px 30px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .case {
    font-size: 1.3rem;
    padding: 0;
  }
}
/************************
step
************************/
.step {
  background-color: #edf7ff;
  padding: 0 0 150px;
}
.step .--txt {
  text-align: center;
  padding-bottom: 100px;
}
.step-num {
  font-size: 3rem;
  color: #319ef7;
  padding-right: 15px;
}
.step-innner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9%;
}
.step__img img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 1000px;
}
.step__img .step-num {
  font-size: 3rem;
  color: #319ef7;
  padding-right: 20px;
}
.step__img--block {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.step__img--block.on {
  opacity: 1;
  transform: translateY(0px);
}
.step-block:nth-child(2) .step__img--block {
  transition-delay: 0.2s;
}
.step-block:nth-child(3) .step__img--block {
  transition-delay: 0.2s;
}
.step-block:nth-child(4) .step__img--block {
  transition-delay: 0.2s;
}
.step-subtitle {
  font-size: 2rem;
  text-align: center;
  color: #319ef7;
  font-weight: 600;
}
.step-discription {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media (max-width: 1050px) {
  .step-innner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9%;
  }
}
@media (max-width: 770px) {
  .step-innner {
    display: block;
  }
  .step__ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .step-block {
    position: relative;
    padding: 80px 0 0;
  }
  .step__img {
    max-width: 400px;
    margin: auto;
    padding-top: 50px;
  }
  .step-discription {
    text-align: center;
    padding: 50px;
  }
}
@media (max-width: 400px) {
  .step .--txt {
    padding: 0 20px 40px;
    font-size: 1.3rem;
  }
  .step__img {
    padding-top: 5px;
  }
  .step-discription {
    padding: 30px 0;
    font-size: 1.3rem;
  }
  .step {
    padding: 0 0 80px;
  }
}

/************************
news
*************************/
.news__list a {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 80px;
  align-items: center;
  border-bottom: 0.75px solid #373737;
  padding: 20px 50px;
}
.news .--circle {
  padding: 0.1em 2em;
  border-radius: 1000px;
  background: #7c7878;
  color: #fff;
}
.news__ttl {
  padding-top: 20px;
}
.news .time {
  padding-right: 30px;
  color: #319ef7;
  font-weight: 400;
}
.news {
  padding-bottom: 200px;
}
a.btn_13 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 320px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  background: #fff;
  color: #565656;
  position: relative;
  transition: 0.5s;
  margin-top: 100px;
  border: 1px solid #565656;
  font-weight: 400;
}
a.btn_13::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 10px;
  height: 1px;
  background: #565656;
}
a.btn_13::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #565656;
}
a.btn_13:hover {
  background: #edf7ff;
  color: #565656;
}

@media (max-width: 770px) {
  .news__list a {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 27px;
    padding: 20px 15px;
  }
  .news .time {
    font-weight: 400;
    font-size: 1.3rem;
    padding-right: 10px;
  }
  .news .--circle {
    font-size: 1.1rem;
  }
  .news__ttl {
    padding-top: 5px;
    font-size: 1.3rem;
  }
  .news {
    padding-bottom: 150px;
  }
  a.btn_13 {
    font-weight: 300;
    font-size: 1.4rem;
    width: 280px;
  }
}
@media (max-width: 400px) {
  .news__ttl {
    font-size: 1.1rem;
  }
  .news__list a {
    grid-template-columns: 107px 1fr;
    gap: 19px;
    padding: 13px 0px;
  }
  .news .time {
    font-size: 1.1rem;
  }
  .news {
    padding-bottom: 100px;
  }
  a.btn_13 {
    font-weight: 300;
    font-size: 1.2rem;
    width: 280px;
  }
}

/************************
faq
************************/
.faq {
  background-color: #fbf3c0;
  padding-bottom: 150px;
}
.faq .--txt {
  text-align: center;
  padding-bottom: 40px;
}
.faq__btn-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 800px;
  margin: auto;
}
.faq__btn {
  display: inline-flex;
  padding: 1em 5em;
  border-radius: 1000px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  align-items: center;
  gap: 0.8em;
  text-align: center;
  font-weight: 700;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  transition: 0.3s;
}
.faq__btn-block .faq__btn:hover {
  background-color: #fdeb76;
  color: #373737;
  transform: scale(1.1);
}
@media (max-width: 800px) {
  .faq .--txt {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  .faq__btn-block {
    display: flex;
    flex-direction: column;
    max-width: 310px;
    gap: unset;
  }
  .faq__btn-block a {
    margin: 20px 0;
    padding: 1em 3.6em;
    font-size: 1.3rem;
  }
  .faq {
    padding-bottom: 100px;
  }
}
/************************
contact
************************/
.contact-bg {
  background-color: #48a0d4;
  padding-bottom: 150px;
}
.contact .--txt {
  color: #fff;
  text-align: center;
}
.contact__btn {
  display: inline-flex;
  padding: 1em 5em;
  border-radius: 1000px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  align-items: center;
  gap: 0.8em;
  text-align: center;
  font-weight: 700;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  transition: 0.3s;
}
.contact__btn-block {
  text-align: center;
  padding-top: 70px;
}
.contact__btn-block .contact__btn:hover {
  background-color: #dbeeff;
  color: #373737;
  transform: scale(1.1);
}
@media (max-width: 770px) {
  .contact .--txt {
    font-size: 1.4rem;
  }
  .contact__btn {
    padding: 1em 3.6em;
    font-size: 1.3rem;
  }
  .contact__btn-block {
    padding-top: 40px;
  }
  .contact-bg {
    padding-bottom: 100px;
  }
}
/************************
footer
************************/
.footer__bg {
  background-color: #0d3050;
  color: #fff;
}
.footer__logoimg img {
  padding-top: 100px;
  padding-bottom: 40px;
  width: 130px;
}
.footer__logo-block {
  width: 34%;
}
.footer__top {
  display: flex;
}
.footer-list {
  display: flex;
  padding-top: 100px;
  width: 66%;
  font-size: 1.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 25em;
  padding-bottom: 8em;
}
.footer-list__sublist {
  padding-left: 15px;
}
.footer__btn {
  display: inline-flex;
  padding: 1.1em 4em;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border: solid 1px;
  color: #fff;
  align-items: center;
  gap: 0.8em;
  text-align: center;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.3rem;
  transition: background-color 0.3s, color 0.3s;
  transition: 0.3s;
}
.footer__btn:hover {
  background-color: #fff;
  color: #0d3050;
  transform: scale(1.1);
}
.footer-list__link {
  font-weight: 600;
}
.footer__btn-block {
  display: grid;
  width: 204px;
}
.instagram__block {
  display: grid;
  grid-template-columns: 62px 1fr 1fr;
  align-items: center;
  padding: 20px 0;
}
.instagram__icon {
  width: 30px;
}
.footer__policy {
  display: flex;
  justify-content: right;
  gap: 5%;
  border-top: solid 1px;
  padding: 20px;
  font-size: 1.5rem;
}
.copyright__txt {
  text-align: center;
  padding: 60px 0 40px;
  display: block;
}
/************************
footer矢印ボタン
************************/
#page_top {
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 30px;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 18px;
  color: #0d3050;
  position: absolute;
  width: 25px;
  height: 33px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media (max-width: 900px) {
  .footer-list {
    max-height: 30em;
    padding-bottom: 8em;
    padding-left: 56px;
    gap: 6.6px;
  }
  .footer__btn {
    padding: 0.6em 2.1em;
    font-size: 1.2rem;
  }
  .instagram__block {
    grid-template-columns: 67px 1fr;
  }
}
@media (max-width: 700px) {
  .footer__logoimg img {
    width: 150px;
  }
  .footer__top {
    display: block;
  }
  .footer__logo-block {
    width: 100%;
  }
  .footer__btn-block {
    display: flex;
    gap: 1.2rem;
    width: 300px;
  }
  .footer__btn {
    padding: 0.7em 2.4em;
    font-size: 1.2rem;
    width: 180px;
  }
  .instagram__icon img {
    padding: 19px 0;
    width: 20px;
  }
  .instagram__block {
    display: flex;
    gap: 1em;
    max-width: 100%;
  }
  .instagram__comment {
    font-size: 1.1rem;
  }
  .footer-list {
    display: block;
    padding-top: 2px;
    font-size: 1.3rem;
    padding-bottom: 50px;
    padding-left: 0;
    max-height: unset;
    line-height: 2.9rem;
  }
  .footer__policy {
    font-size: 1.1rem;
    padding: 22px 0 40px;
  }
  .copyright__txt {
    font-size: 1rem;
    padding: 12px 0 40px;
  }
}
@media (max-width: 400px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__btn {
    padding: 0.4em 1.5em;
    font-size: 1.2rem;
    width: 207px;
  }
  .footer__btn-block {
    width: 280px;
  }
}
/************************
about_page/about_section
************************/
.about__page--lightblue {
  background-color: #edf7ff;
  padding-bottom: 120px;
}
.about__page--img img {
  object-fit: cover;
  max-height: 610px;
  border-radius: 30px 0;
  width: 1080px;
  object-position: center bottom;
}
.about-page .section-ttl {
  padding: 220px 0 40px 0;
  text-align: left;
}
.about-page .about__subttl {
  padding: 30px 0;
}
.about__page--txt {
  margin-bottom: 20px;
}
.br-sp {
  display: block;
}
@media (max-width: 770px) {
  .about-page .section-ttl {
    padding-top: 150px;
  }
  .about-page .about__subttl {
    font-size: 1.8rem;
    padding: 20px 0;
  }
  .about-page .about__txt-area {
    padding: 0;
  }
  .br-sp {
    display: none;
  }
}
@media (max-width: 400px) {
  .about-page .section-ttl {
    padding-top: 130px 0 20px;
  }
  .about-page .about__subttl {
    line-height: 32px;
  }
  .about__subttl {
    font-size: 1.8remrem;
  }
  .about__page--txt {
    font-size: 1.3rem;
  }
}
/************************
about_page/future_section
************************/
.future-page .section-ttl {
  padding: 70px 0 40px;
  text-align: left;
}
.future__page--img img {
  object-fit: cover;
  max-height: 610px;
  border-radius: 30px 0;
  width: 1080px;
  object-position: center bottom;
}
.future__txt-area .about__subttl {
  padding: 30px 0;
}
@media (max-width: 770px) {
  .future-page .section-ttl {
    padding-top: 50px;
  }
}
@media (max-width: 400px) {
  .future-page .section-ttl {
    padding: 30px 0 20px;
  }
  .future-page .about__subttl {
    line-height: 32px;
    padding: 20px 0;
  }
}
/************************
about_page/top-message_section
************************/
.message-page .section-ttl{
  padding: 70px 0 60px;
  text-align: left;
}
.topname__subttl{
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0.4rem;
  font-weight: 600;
}
.topname__text{
  font-weight: 200;
  padding-bottom: 2em;
}
.message-page .about__inner{
  padding-bottom: 100px;
}
.about__img-pc, .about__img-sp {
  max-width: 100%; /* 画像が画面幅に適応する */
  height: auto;    /* アスペクト比を保持 */
}

.about__img-pc {
  border-radius: 30px 0;
  display: block;
}
.about__img-sp{
  display: none;
}

@media(max-width:900px){
  .about__img-pc{
    display: none;
  }
  .about__img-sp{
    display: block;
    border-radius: 30px 0;
  }
  .topname__subttl{
    padding-top: 1em;
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
  .topname__text{
    padding-bottom: 1em;
    font-size: 1.5rem;
  }
  .message-page .about__inner{
    padding-bottom: 40px;
  }
  .message-page .about__txt-area{
    padding-top: 0;
  }
}

/************************
about_page/company_section
************************/
.company-page {
  margin-bottom: 150px;
}
.company-page .section-ttl {
  text-align: left;
}
.company__list-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 0 0 20px;
  border-bottom: solid 1px #d9d9d9;
  margin: 65px 10px;
}
.company__bg-white {
  background-color: #fff;
}
@media (max-width: 770px) {
  .company-list {
    font-size: 1.4rem;
  }
  .company__list-item {
    grid-template-columns: 160px 1fr;
  }
}
@media (max-width: 570px) {
  .company-page .company__list-item {
    display: block;
    margin: 50px 10px;
  }
  .company-page .section-ttl {
    padding: 40px 0 0;
  }
}
@media (max-width: 400px) {
  .company-page .company__list-item {
    margin: 50px 0;
  }
  .company-list {
    font-size: 1.3rem;
  }
}
/************************
service-page/service-section
************************/
.service__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
  align-items: center;
  padding-bottom: 150px;
}
.sv_sub-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #319ef7;
  padding-left: 15px;
  align-items: flex-end;
  padding-bottom: 0.5em;
}
.service-page .section-ttl {
  padding: 220px 0 40px 0;
  text-align: left;
}
.service-page .service__subttl {
  padding: 30px 0;
}
.service__ttl--reverse {
  padding-left: 84px;
}
.num__img img {
  width: 3.5em;
}
.service__list,
.service__txt-area,
.sv__img {
  position: relative;
}
.service__list.--bgwhite::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 75%;
  width: 66%;
}
.sv__img.on {
  opacity: 1;
  transform: translateY(0px);
}
.service .--txt {
  text-align: center;
  padding-bottom: 100px;
}
.sv-txt {
  margin: 30px 60px 30px 0;
}
.sv__txt--reverse {
  padding: 30px 0 30px 84px;
}
.service-page .--txt {
  margin-bottom: 50px;
}
.--reverse .service__txt-area {
  grid-area: 1 / 1;
}
.service__list.--bgwhite.--reverse::before {
  right: auto;
}
.service__inner {
  padding-bottom: 20px;
}
@media (max-width: 1300px) {
  .sv_sub-ttl {
    font-size: 1.9rem;
  }
  .sv-txt {
    font-size: 1.5rem;
  }
}
@media (max-width: 1100px) {
  .service__list.--bgwhite::before {
    display: none;
  }
  .service__list.--bgwhite.--reverse::before {
    display: none;
  }
  .service .--txt {
    padding: 0;
  }
  .service__menu {
    max-width: 720px;
    margin: auto;
  }
  .service__list {
    display: block;
    padding-top: 90px;
    background-color: #fff;
    padding: 115px 20px 20px;
    margin: 80px 0;
  }
  .service__txt-area {
    position: static;
  }
  .service__ttl {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 0 20px;
    width: 100%;
  }
  .sv_sub-ttl {
    display: block;
    text-align: center;
    margin-top: 27px;
    font-size: 2rem;
  }
  .service__ttl--reverse {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 0 20px;
    width: 100%;
  }
  .num__img {
    display: block;
  }
  .sv__img {
    max-width: 410px;
    margin: auto;
  }
  .sv__img.on {
    opacity: 1;
    transform: translateY(25px);
  }
  .sv-txt {
    margin: 70px 30px 40px;
    font-size: 1.5rem;
  }
  .sv__txt--reverse {
    padding: 30px 30px;
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .service .--txt {
    flex-wrap: wrap;
  }
  .br-pc {
    display: block;
  }
  .tour__img-sub {
    max-width: 370px;
    margin: auto;
  }
}
@media (max-width: 460px) {
  .service-page .section-ttl {
    padding-top: 150px;
  }
  .service-page .--txt {
    font-size: 1.4rem;
  }
  .service__list {
    margin: 80px 0;
  }
  .service__list .last-area {
    margin: 0;
  }
  .num__img img {
    width: 3em;
  }
  .sv__img.on {
    opacity: 1;
    transform: translateY(0px);
  }
  .sv_sub-ttl {
    font-size: 2vh;
    padding: 0;
  }
  .sv-txt {
    margin: 30px 0 20px;
    font-size: 1.3rem;
  }
  .serrvice__ttl--reverse {
    font-size: 1.5vh;
    padding: 0;
  }
  .sv__txt--reverse {
    padding: 30px 0;
    font-size: 1.3rem;
  }
}
/************************
mobility-page/mobility-section
************************/
.mobi__inner {
  background-color: #edf7ff;
}
.sv__mobi-page .section-ttl {
  text-align: left;
}
.mobi__txt {
  margin-bottom: 50px;
}
.mobi__block {
  display: flex;
  gap: 3em;
}
.mobi__block-logo {
  max-width: 150px;
  margin-top: 20px;
}
.mobi__discription-area {
  padding: 30px 0 80px;
}
.tktk__img-area {
  width: calc((100% - 3em) / 2);
}
.tktk__ttl-txt {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 10px;
  color: #000000;
}
.tktk__discription-area {
  padding: 20px 0 80px;
}
@media (max-width: 770px) {
  .tktk__ttl-txt {
    font-size: 2.4rem;
  }
}
@media (max-width: 500px) {
  .mobi__txt {
    font-size: 1.4rem;
  }
  .mobi__block {
    display: block;
  }
  .mobi__block-logo {
    margin: 20px 0 30px;
    max-width: 100px;
  }
  .mobi__discription-area {
    padding: 10px 0 60px;
  }
  .mobi__discription-area {
    font-size: 1.3rem;
  }
  .tktk__discription-area {
    font-size: 1.3rem;
  }
  .tktk__img-area {
    width: 100%;
  }
}
/************************
mobility-page/use-section
************************/
.use__inner {
  background-color: #edf7ff;
  position: relative;
  padding-bottom: 60px;
}
.use-page {
  padding: 300px 0 200px;
}
.use-page .section-ttl {
  text-align: left;
  padding: 50px 0 30px;
  position: absolute;
  top: -195px;
  left: 51px;
}
.use__page-txt {
  padding: 80px 0 60px;
}
.use-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 60px auto;
  gap: 1em 2em;
}
.use__step-ttl {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #373737;
  gap: 1em;
}
.use__img-area {
  grid-row: span 2;
}
.use__img {
  margin-bottom: 40px;
}
.use__step-img img {
  width: 2.5em;
  margin: auto 0;
}
.use__ttl {
  font-size: 2rem;
  color: #319ef7;
  font-weight: 600;
}
@media (max-width: 900px) {
  .use__ttl {
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .use__step-img img {
    width: 2em;
  }
  .use-discription {
    font-size: 1.3rem;
    line-height: 2em;
  }
  .use-block {
    gap: 0.5em 1em;
  }
}
@media (max-width: 770px) {
  .use-page .section-ttl {
    top: -123px;
  }
  .use-page {
    padding: 200px 0;
  }
  .use__page-txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 690px) {
  .bg-white {
    background-color: #edf7ff;
  }
  .use-block {
    display: block;
    gap: 1em 1em;
  }
  .use__step-ttl {
    gap: 0.8em;
  }
  .use__img {
    margin-bottom: 20px;
  }
  .use-page .section-ttl {
    left: 0;
  }
  .use-page {
    padding: 150px 0;
  }
  .use__page-txt {
    padding: 70px 0 40px;
    font-size: 1.3rem;
  }
  .use__step-ttl {
    padding-bottom: 10px;
  }
  .use-discription {
    padding: 20px 0 40px;
  }
}
@media (max-width: 375px) {
  .use-page {
    padding: 110px 0;
  }
}
/***************************
faq-page summary
***************************/
.faq__bg {
  background-color: #edf7ff;
  padding-top: 50px;
  padding-bottom: 120px;
  margin-bottom: 100px;
}
.faq__page .section-ttl {
  text-align: left;
  padding-top: 120px;
}
.faq__block-ttl {
  text-align: center;
  padding: 20px 0 50px;
  font-weight: 600;
  color: #319ef7;
}
.qa-7 {
  max-width: 960px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
}
.qa-7 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 5em;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.5rem;
}

.qa-7 summary::before,
.qa-7 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-7 summary::before {
  color: #fff;
  content: "Q";
  border-radius: 1000px;
  border: solid 1px;
  width: 35px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  background-color: #319ef7;
}

.qa-7 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.5s;
}

.qa-7[open] summary::after {
  transform: rotate(225deg);
}

.qa-7 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 1em 1.5em 5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-7[open] p {
  transform: none;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: 500;
}

.qa-7 p::before {
  color: #319ef7;
  line-height: 1.2;
  content: "A";
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  width: 35px;
  border: solid 1px;
  border-radius: 1000px;
}
.faq_body {
  background-color: #f0f3f7;
  color: #191919;
}
@media (max-width: 770px) {
  .fax__question-txt {
    font-size: 1.3rem;
  }
  .faq__block {
    padding: 0 20px;
  }
  .qa-7 summary {
    padding-left: 4em;
  }
  .qa-7 p {
    padding-left: 4em;
  }
}
@media (max-width: 400px) {
  .fax__question-txt {
    font-size: 1.2rem;
  }
  .qa-7 summary {
    font-size: 1.2rem;
  }
  .qa-7[open] p {
    font-size: 1.2rem;
  }
  .faq__block {
    padding: 0 10px;
  }
  .qa-7 summary::before {
    width: 30px;
    font-size: 1.2rem;
  }
  .qa-7 p::before {
    width: 30px;
    font-size: 1.2rem;
  }
}

/***********************
contact_page
***********************/
.contact__page .section-ttl {
  color: #319ef7;
}
.contact__page .ttl-small {
  color: #319ef7;
}
.contact__inner {
  background-color: #edf7ff;
  padding-bottom: 200px;
  max-width: 100%;
}
.contact__page .section-ttl {
  text-align: center;
  padding-top: 180px;
}
.contact-ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.contact__page-txt {
  padding-bottom: 80px;
  font-size: 1.6rem;
  text-align: center;
}
.contact-table {
  width: 100%;
  margin-bottom: 20px;
}
::placeholder {
  color: #d9d9d9;
}
.contact-item,
.contact-body {
  padding: 20px;
}

.contact-item {
  text-align: left;
  width: 30%;
  vertical-align: middle;
}
.contact__item-list {
  display: flex;
  justify-content: space-between;
}
.contact-body {
  width: 100%;
}
.contact-body,
.--category {
  display: grid;
}
.wpcf7-form-control {
  display: grid;
}

.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  background-color: #fff;
}

.contact-category-txt {
  display: inline-block;
  margin-left: 5px;
}
.form_required {
  color: #fff;
  background-color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: 300;
}
.form-select {
  width: 180px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-skill {
  display: block;
}
.contact-skill + .contact-skill {
  margin-top: 10px;
}
.contact-skill-txt {
  display: inline-block;
  margin-left: 5px;
}
.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}
.contact__page-btn {
  display: block;
  margin: auto;
  padding: 0.7em 5.8em;
  border-radius: 1000px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  align-items: center;
  background-color: #ffffff;
  color: #373737;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
  transition: 0.3s;
  border: solid 1px #c3c3c3;
}
.contact__page-btn:hover {
  background-color: #319ef7;
  color: #fff;
  transform: scale(1.1);
}
.faq .section-ttl {
  color: #373737;
}
.faq .ttl-small {
  color: #373737;
}
.faq .--txt {
  color: #373737;
}
.contact__item-list br {
  display: contents;
}

.wpcf7 .contact__btn-block p {
  margin: 0;
}
@media (max-width: 1000px) {
  .contact-item {
    width: 40%;
  }
}
@media (max-width: 770px) {
  .contact__page-txt {
    font-size: 1.3rem;
  }
  .contact-item {
    width: 100%;
    display: block;
    max-width: 14em;
  }
  .list-block {
    display: block;
  }
  .contact-body-top {
    display: block;
  }
  .contact__item-ttl {
    font-size: 1.3rem;
  }
  .form-text {
    width: 100%;
  }
  .form_required {
    font-size: 1.2rem;
    padding: 2px 11px;
  }
  .contact-category {
    font-size: 1.3rem;
  }
  .contact__page-btn {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .contact__inner {
    padding: 0;
  }
  .contact__page .section-ttl {
    text-align: left;
  }
  .contact__page-txt {
    text-align: left;
    padding-bottom: 50px;
  }
  ::placeholder {
    font-size: 1.3rem;
  }
  .contact__page-btn {
    display: block;
    margin: auto;
  }
}
/***********************
newslist_page
***********************/
.news_list-page .section-ttl {
  padding-top: 120px;
}

/************************
newslist_page-category
*************************/

/*NEWS記事一覧カテゴリーボタン*/
.radio-item label {
  position: relative;
  cursor: pointer;
  padding: 5px 5px 5px 33px;
  display: block;
}
.radio-item label::before,
.radio-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.radio-item label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.radio-item label::after {
  border-radius: 50%;
  background-image: url(/flower-purple.png);
  background-size: 100%;
  background-position: no-repeat;
  opacity: 0;
  width: 29px;
  height: 29px;
  left: 3px;
}
.radio-item label:has(input:checked)::after {
  opacity: 1;
}
.radio-item input[type="radio"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.radio-item label::after {
  background: #7da0d3;
  width: 16px;
  height: 16px;
  left: 8px;
}

.news_list-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  margin-bottom: 100px;
  justify-content: center;
}
.news_list-img {
  width: 100%;
}
.news_list-page.--circle {
  padding: 0.5em 1.8em;
  border-radius: 1000px;
  font-size: 0.6em;
  color: #7c7878;
  border: solid 0.1em #7c7878;
  font-weight: 500;
}
.news_time-block {
  display: flex;
  gap: 16px;
  line-height: 1;
  align-items: center;
  padding: 15px 0 5px;
}
.news_list-time {
  color: #2d6da6;
  font-weight: 500;
  font-size: 0.8em;
}
.news_list-ttl {
  font-size: 1.4rem;
  font-weight: 500;
}
.news_list-img {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.news_list-img img {
  width: 100%;
  height: 100%;
}
/*ホバーエフェクト*/
.news_list-img img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.news_list-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 770px) {
  .news_list-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .news_time-block {
    padding: 10px 0;
  }
  .news_list-ttl {
    font-weight: 400;
  }
  .news_list-page .--circle {
    padding: 0.4em 1.5em;
    font-size: 0.6em;
  }
  .news_list-time {
    font-size: 1.5rem;
  }
  .selectbox-block {
    display: block;
    padding-bottom: 30px;
  }
  .selectbox {
    padding-bottom: 30px;
  }
  .selectbox_txt-block {
    display: grid;
    grid-template-columns: 4em 1fr;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 500px) {
  .news_list-block {
    gap: 25px;
    margin-bottom: 80px;
  }
  .news_list-ttl {
    line-height: 2.2rem;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .news_list-page .--circle {
    padding: 0.3em 1.2em;
  }
  .selectbox {
    padding-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .news_time-block {
    display: block;
    gap: 20px;
  }
  .news_list-time {
    font-size: 1.2rem;
    padding-right: 9px;
  }
  .news_list-ttl {
    margin-bottom: 20px;
  }
  .news_list-page .--circle {
    padding: 0.2em 1.2em;
    font-size: 0.5em;
  }
}
/***********************
news
***********************/
.news_ttl-block {
  padding-top: 220px;
}

.news__page--ttl,
.h1 {
  font-weight: 600;
  font-size: 2.4rem;
  border-bottom: 1px solid #7c7878;
  margin-top: 10px;
}
.content {
  font-family: "DM Sans", sans-serif;
}
.content h2 {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 10px;
}
.content h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 10px;
}
.news__time {
  display: block;
  margin: 15px 0 50px;
}
.content p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-top: 1em;
}
.content p + p {
  margin-top: 0;
}
.content .wp-block-image {
  display: block;
  margin: 50px 0;
}
.content .wp-block-image img {
  max-width: unset;
  width: 100%;
  margin: auto;
}
.btn_13.news_list-btn {
  margin-bottom: 100px;
}
@media (max-width: 700px) {
  .news__time {
    margin-bottom: 30px;
  }
  .news_ttl-block {
    padding-top: 150px;
  }
  .content p {
    font-size: 1.4rem;
  }
  .content .wp-block-image img {
    margin: 10px 0 20px;
  }
}
@media (max-width: 500px) {
  .news_ttl-block {
    padding-top: 120px;
  }
  .news__page--ttl {
    padding: 10px 0;
    line-height: 3rem;
  }
  .news__time {
    margin-bottom: 20px;
  }
}
/************************
404ページ
************************/
.error_ttl {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 180px 65px 20px;
  text-align: center;
}
.error_message {
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 140px;
}
/*******************
特定商取引法に基づく表記
********************/
.law_page {
  padding-bottom: 100px;
}
.law__section-ttl {
  text-align: left;
  padding-top: 200px;
  font-weight: 500;
  font-size: 2rem;
}
.law__list-item {
  display: grid;
  grid-template-columns: 350px 1fr;
  padding: 0 0 20px;
  border-bottom: solid 1px #d9d9d9;
  margin-top: 50px;
  font-size: 1.4rem;
}
.law__list {
  padding-bottom: 100px;
}
@media (max-width: 770px) {
  .law-list {
    font-size: 1.2rem;
  }
  .law__list-item {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .law__section-ttl {
    padding-top: 150px;
  }
}
@media (max-width: 570px) {
  .law-page .law__list-item {
    display: block;
    margin-top: 30px;
  }
  .law__section-ttl {
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .law__list-item {
    padding-bottom: 10px;
  }
}

/****************************
アプリガイド用
****************************/
body .page-appguide, .page-appreturn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body .page-app-guide, 

.inner-app{
  max-width: 1200px;
    margin: auto;
    padding: 0 70px;
    box-sizing: content-box;
}
.section-ttl.app-ttl{
  padding: 130px 0;
  font-size: 8.5rem;
}
.ttl-small.app__ttl-small{
  font-size: 5rem;
}
.rental__ttl-area{
  display: flex;
  align-items: center;
  gap: 1em;
  padding-bottom: 20px;
}
.rental__num-img img {
  width: 4em;
  margin: auto 0;
}
.rental__ttl {
  font-size: 5.5rem;
  color: #319ef7;
  font-weight: 600;
  line-height: 1.4em;
}
.rental-list{
  margin-bottom: 100px;
}
.rental-discription {
  font-size: 4.1rem;
  line-height: 1.5em;
}
.rental__message-area{
  padding-bottom: 100px;
}
.rental-message{
  font-size: 4.5rem;
  line-height: 6rem;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 120px;
}
.section-ttl.return-ttl{
  font-size: 5.5rem;
  padding-top: 170px;
  padding-bottom: 100px;
}
.page-appreturn .inner-app{
  padding: 0px 70px 100px;
}