@charset "UTF-8";
/*------------------------------
global > color
------------------------------*/
:root {
  --color-white: #fff;
  --color-accent: #1F295C;
  --color-gray-light: #b4b4b4;
  --dpa-color: #e60012;
  --dg-color: #00341D;
  --abc-color: #F08118;
  --sky-color: #0092CC;
  --contact-color: #818182;
}

/*------------------------------
global > font
------------------------------*/
:root {
  --font-family-ja: "Noto Sans JP", sans-serif;
  --font-family-en: "Asap", sans-serif;
}

/*-- メディアクエリ --*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .is-sp {
    display: none;
  }
}
/*------------------------------
foundation > base
------------------------------*/
html {
  font-size: 62.5%;
  font-family: var(--font-family-ja);
}

body {
  font-size: 1.7rem;
  color: var(--color-black-text);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  height: auto;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .pc-sp-only {
    display: none;
  }
}

.sp-contact-buttons {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.sp-contact-buttons li {
  width: 100%;
  text-align: center;
  height: 5rem;
}
.sp-contact-buttons li .cta-button {
  max-width: 100%;
}
.sp-contact-buttons li:first-of-type a {
  background: var(--color-accent);
  width: 100%;
  color: var(--color-white);
  font-size: 1.5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-contact-buttons li:last-of-type a {
  background: var(--dpa-color);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------------------------
layout > container
------------------------------*/
.l-container {
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-container-s {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/*------------------------------
layout > header
------------------------------*/
.header-inner {
  width: 100%;
  top: 0;
  z-index: 10;
}

@media (min-width: 901px) {
  .header-inner {
    height: 6rem;
  }
  .header-inner.is-fixed {
    transition: transform 0.6s, opacity 0.6s;
  }
  .header-inner.is-fixed.is-show {
    transform: translateY(0);
    opacity: 1;
    top: 0;
    left: 0;
    position: fixed;
  }
}
.header-logo {
  padding: 4rem 0 3rem;
  transition: 0.3s;
  text-align: center;
  background: var(--color-accent);
}
@media (max-width: 900px) {
  .header-logo {
    padding: 1rem 2rem;
  }
}
.header-logo img {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .header-logo img {
    max-width: 28rem;
    height: 5rem;
    width: auto;
    position: relative;
    z-index: 11;
  }
}
.header-logo:hover {
  filter: brightness(1.2);
}

.header-nav {
  margin-right: 0;
  margin-left: auto;
}

.header-nav-list {
  width: 16.6666666667%;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 900px) {
  .header-nav-list {
    width: 100%;
  }
}
.header-nav-list:first-of-type {
  background: var(--color-accent);
}
.header-nav-list:nth-child(2) {
  background: #E60019;
}
.header-nav-list:nth-child(3) {
  background: #0092D0;
}
.header-nav-list:nth-child(4) {
  background: #00341D;
}
.header-nav-list:nth-child(5) {
  background: #F08118;
}
.header-nav-list:last-of-type {
  background: #818182;
}
@media (max-width: 900px) {
  .header-nav-list:last-of-type {
    margin-bottom: 16rem;
  }
}

.header-nav-list a {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: var(--color-white);
  position: relative;
  height: 6rem;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  .drawer-menu {
    display: block;
    position: fixed;
    z-index: 5;
    right: 0.8rem;
    top: 1.2rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    text-align: center;
    background: var(--color-accent);
    border-radius: 50%;
  }
  .c-box-two {
    display: block;
  }
  .header-logo a {
    transition: 0.3s;
  }
  .header-logo a:hover {
    filter: brightness(1.1);
  }
  .drawer-menu span {
    display: block;
    position: absolute;
    width: 1.8rem;
    height: 2px;
    left: 1.1rem;
    transition: 0.3s ease-in-out;
    background: var(--color-white);
  }
  .drawer-menu span:nth-child(1) {
    top: 1.4rem;
  }
  .drawer-menu span:nth-child(2) {
    top: 2rem;
  }
  .drawer-menu span:nth-child(3) {
    top: 2.6rem;
  }
  /* ナビ開いてる時 */
  .drawer-menu.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 2.4rem;
  }
  .drawer-menu.active span:nth-child(2) {
    width: 0;
  }
  .drawer-menu.active span:nth-child(3) {
    transform: rotate(45deg);
    top: 2.4rem;
  }
  /* ナビメニュー内 */
  .header-nav {
    position: fixed;
    z-index: 3;
    top: 7rem;
    right: 0;
    padding-left: 2rem;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 88%;
    height: 100%;
    max-width: 52rem;
    visibility: hidden;
    overflow-y: scroll;
    padding-top: 3rem;
    background: var(--color-accent);
    padding-bottom: 12rem;
  }
  .header-nav-list {
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .header-nav-list a,
.header-nav-list span {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem 0;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .js-header-nav-list,
.js-accordion-title {
    border-bottom: 1px solid var(--color-white);
  }
  .header-nav-item:last-of-type a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header-contact {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.4em;
  }
  .header-contact a {
    padding: 0;
  }
  /* ハンバーガーメニュー押してactiveクラスを付いたら表示する */
  .header-nav.active {
    transform: translateX(0%);
    visibility: visible;
  }
}
/*ナビゲーションを横並びに*/
.header-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

/*2階層目以降は横並びにしない*/
.header-nav ul ul {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.header-nav ul li {
  position: relative;
}

.header-nav ul li a:hover {
  color: #fff;
}

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
@media (max-width: 900px) {
  .header-nav ul li.has-child::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    transform: rotate(135deg);
  }
}
/*下の階層を持っているulの指定*/
.header-nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 6rem;
  right: 0;
  z-index: 4;
  background: #fff;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}

/*hoverしたら表示*/
.header-nav li.has-child:hover > ul,
.header-nav li.has-child ul li:hover > ul,
.header-nav li.has-child:active > ul,
.header-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
.header-nav li.has-child ul li a {
  color: #717071;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

.header-nav li.has-child ul li:last-child a {
  border-bottom: none;
}

.header-nav li.has-child ul li a:hover,
.header-nav li.has-child ul li a:active {
  background: #EEEEEF;
}

.has-child li:first-child a {
  font-size: 2rem;
  font-weight: bold;
}

/*==768px以下の形状*/
@media (max-width: 900px) {
  .header-nav {
    padding: 0;
  }
  .header-nav ul {
    display: block;
  }
  .header-nav li.has-child ul,
.header-nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  .header-nav ul li a {
    border-bottom: 1px solid #ccc;
  }
  /*矢印の位置と向き*/
  .header-nav ul li.has-child::before {
    left: 20px;
  }
  .header-nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  .header-nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
}
/*------------------------------
layout > footer
------------------------------*/
.footer {
  position: absolute;
  width: 100%;
  z-index: 2;
  background: var(--color-accent);
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    margin-bottom: 2rem;
  }
}

.footer-logo {
  max-width: 59rem;
  width: 45vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 90%;
  }
}

.copyright {
  font-size: 1rem;
  color: var(--color-white);
  letter-spacing: 0.025em;
  padding-top: 1rem;
  text-align: center;
  line-height: 1;
}

/*------------------------------
layout > section
------------------------------*/
.l-section {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 4rem 0;
  }
}

.l-section-m {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .l-section-m {
    padding: 4rem 0;
  }
}

.l-section-s {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .l-section-s {
    padding: 2.5rem 0;
  }
}

.l-section-bottom {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .l-section-bottom {
    padding-bottom: 4rem;
  }
}

.l-section-bottom-m {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .l-section-bottom-m {
    padding-bottom: 4rem;
  }
}

.l-section-bottom-s {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-section-bottom-s {
    padding-bottom: 2rem;
  }
}

.l-section-border {
  background: url(../../assets/img/dpa/bg.png);
  background-repeat: repeat;
}

.l-section-top {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-section-top {
    padding-top: 4rem 0;
  }
}

/*------------------------------
layout > access
------------------------------*/
.access-icon {
  max-width: 11rem;
  margin-right: min(6vw, 8rem);
  margin-bottom: 2rem;
}

.l-access {
  background: #EEEEEF;
}
.l-access .c-box-two {
  padding-left: min(4vw, 6rem);
}
@media screen and (max-width: 767px) {
  .l-access .c-box-two {
    padding-left: 0;
  }
}
.l-access iframe {
  margin-top: 2.4rem;
}

.l-access-lists a {
  display: block;
  margin-bottom: 2rem;
}
.l-access-lists a img {
  max-width: 42rem;
  width: 100%;
}
.l-access-lists li {
  font-size: 2rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .l-access-lists li {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.65;
  }
}

/*------------------------------
component > box-two
------------------------------*/
.c-box-two {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-box-two {
    display: block;
  }
}

.c-box-two02 {
  display: flex;
  align-items: top;
}
@media screen and (max-width: 767px) {
  .c-box-two02 {
    display: block;
  }
}

.c-box-two-header {
  display: flex;
  align-items: center;
}
@media (max-width: 1179px) {
  .c-box-two-header {
    display: block;
  }
}

.c-box-two-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-box-two-center {
    display: block;
  }
}

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

.c-box-two-list p {
  font-size: clamp(16px, 3vw, 1.8rem);
  line-height: 1.65;
}
.c-box-two-list p small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-box-two-list p small {
    font-size: 1.3rem;
  }
}

.c-box-two-list .c-box-two02 {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-box-two-list .c-box-two02 {
    margin-top: 1.4rem;
  }
}

.c-box-two-list + .c-box-two-list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-box-two-list + .c-box-two-list {
    margin-top: 3rem;
  }
}

.c-box-two-list:nth-child(even) .c-box-two02 {
  flex-direction: row-reverse;
}
.c-box-two-list:nth-child(even) .c-box-two02 small {
  display: block;
}
.c-box-two-list:nth-child(even) .c-box-two02 small a {
  transition: 0.3s;
}
.c-box-two-list:nth-child(even) .c-box-two02 small a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
.c-box-two-list:nth-child(even) .c-box-two-list-image {
  margin-left: min(4vw, 4rem);
}
@media screen and (max-width: 767px) {
  .c-box-two-list:nth-child(even) .c-box-two-list-image {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

.c-box-two-list:nth-child(odd) .c-box-two-list-image {
  margin-right: min(4vw, 4rem);
}
@media screen and (max-width: 767px) {
  .c-box-two-list:nth-child(odd) .c-box-two-list-image {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.c-box-two-list-image {
  flex: 0 0 43vw;
  max-width: 46rem;
  height: 28vw;
  max-height: 30rem;
}
@media screen and (max-width: 767px) {
  .c-box-two-list-image {
    height: 40vw;
    max-height: 32rem;
    max-width: 100%;
    width: 100%;
  }
}
.c-box-two-list-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-box-two-list:first-of-type .c-box-two-list-image img {
  -o-object-position: bottom;
     object-position: bottom;
}

.c-box-two-list .body h3,
.surveying-item h3 {
  font-size: clamp(17px, 3vw, 2.3rem);
  line-height: 1.65;
  text-align: center;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: solid 1px var(--sky-color);
}
@media screen and (max-width: 767px) {
  .c-box-two-list .body h3,
.surveying-item h3 {
    font-size: 1.6rem;
  }
}

.c-box-two-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-box-two-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*------------------------------
component > button
------------------------------*/
.button-small {
  display: inline-block;
  text-align: center;
  transition: 0.3s;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem;
  font-size: 1.2rem;
  background-color: #2199e8;
  color: #fefefe;
  margin: 0.5rem auto 0;
  text-align: center;
}
.button-small:hover {
  filter: brightness(1.12);
}

.cta-button {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-white);
  display: inline-block;
  max-width: 34rem;
  width: 100%;
  background: var(--dpa-color);
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cta-button {
    font-size: 1.5rem;
  }
}
.cta-button::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(../../assets/img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cta-button::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.cta-button:hover {
  filter: brightness(1.12);
}
.cta-button:hover::before {
  left: 1.2rem;
}

.cta-button-small {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-white);
  display: inline-block;
  max-width: 24rem;
  width: 100%;
  background: var(--dpa-color);
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cta-button-small {
    font-size: 1.4rem;
  }
}
.cta-button-small::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../assets/img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cta-button-small::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.cta-button-small:hover {
  filter: brightness(1.12);
}
.cta-button-small:hover::before {
  left: 0.8rem;
}

.c-button-more {
  display: inline-block;
  font-size: clamp(15px, 2.6vw, 2rem);
  font-weight: bold;
  padding: 0.5rem 1rem;
  line-height: 1.1;
  border: 1px solid #000;
  transition: 0.3s;
}

/*------------------------------
component > title
------------------------------*/
.c-common-title {
  font-size: clamp(20px, 3.2vw, 4.2rem);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.c-sub-title {
  font-size: clamp(18px, 3vw, 2.7rem);
  font-weight: bold;
  padding: 0.4rem 1rem;
}

.c-sub-title02 {
  font-size: clamp(15px, 2.6vw, 2.7rem);
  font-weight: bold;
  padding: 0.4rem 1rem;
  text-align: center;
  outline: solid 1px var(--color-white);
  outline-offset: -5px;
}

.c-sub-title02 span {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}
.c-sub-title02 span::before, .c-sub-title02 span::after {
  position: absolute;
  content: "★";
  top: 50%;
  transform: translateY(-50%);
}
.c-sub-title02 span::before {
  left: 0;
}
.c-sub-title02 span::after {
  right: 0;
}

.c-sub-second-title {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 3.2vw, 4.2rem);
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}

.c-sub-third-title {
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: clamp(17px, 3.2vw, 3.5rem);
  font-weight: bold;
  padding-bottom: 0.2rem;
}

/*------------------------------
component > text
------------------------------*/
.c-text-bold {
  font-weight: bold;
}

.c-text-l {
  font-size: clamp(16px, 2.5vw, 2.8rem);
}

.c-text-m {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .c-text-m {
    font-size: 1.7rem;
    line-height: 1.85;
  }
}
@media screen and (max-width: 767px) {
  .c-text-m {
    font-size: 1.6rem;
    line-height: 1.65;
  }
}

.c-text-s {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-text-s {
    line-height: 1.65;
    font-size: 1.4rem;
  }
}

/*------------------------------
component > box-tree
------------------------------*/
.c-box-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-box-three {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*------------------------------
component > cars
------------------------------*/
.c-card {
  border: 1px solid #717071;
  transition: 0.3s;
}
.c-card figure {
  width: 100%;
  height: 25vw;
  max-height: 30rem;
}
@media screen and (max-width: 767px) {
  .c-card figure {
    height: 35vw;
  }
}
.c-card figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card .c-card-body {
  padding: 2rem;
  background: var(--color-white);
}
.c-card .c-card-body p {
  font-size: 1.7rem;
  line-height: 1.75;
}

.c-common-card {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 4rem;
}
.c-common-card h3 {
  font-weight: bold;
  padding: 0.8rem 0 0.4rem;
  text-align: center;
  color: var(--sky-color);
}
.c-common-card p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-common-card-image {
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
}
.c-common-card-image img {
  height: 6rem;
}

.c-common-cards {
  gap: 3rem 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .c-common-cards {
    gap: 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-common-cards {
    gap: 0;
  }
}

.c-common-card2 {
  margin-top: 4rem;
  border: solid 3px #1F295C;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-common-card2 {
    margin-top: 2rem;
  }
}
.c-common-card2 h3 {
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  background: #1F295C;
  color: var(--color-white);
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .c-common-card2 h3 {
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
  }
}
.c-common-card2 p {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-message-card {
  background: var(--color-white);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  text-align: center;
}
.c-message-card h3 {
  font-size: clamp(16px, 2.4vw, 2.8rem);
  font-weight: 500;
}
.c-message-card h3 span {
  font-size: clamp(12px, 2.8vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  .c-message-card .c-text-m {
    font-size: 1.3rem;
  }
}

/*------------------------------
component > card
------------------------------*/
.dpa-color {
  background: var(--dpa-color);
}

.dg-color {
  background: var(--dg-color);
}

.abc-color {
  background: var(--abc-color);
}

.sky-color {
  background: var(--sky-color);
}

.contact-color {
  background: var(--contact-color);
}

.c-white {
  color: var(--color-white);
}

.red {
  color: var(--dpa-color);
}

.green {
  color: #00341D;
}

.orange {
  color: #F08118;
}

.blue {
  color: #0092CC;
}

/*------------------------------
component > inview
------------------------------*/
/* フェードイン(初期値) */
.js-fadeIn {
  opacity: 0;
}

/* フェードアップ */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeUp02 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s, transform 0.6s;
}

/* フェードイン(スクロールした後) */
.js-fadeIn.is-inview {
  opacity: 1;
}

/* フェードアップ(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp02.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.js-fadeUp03.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.js-fadeLeft {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(-40px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeRight {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeDown {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(-30px);
  /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeLeft.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateX(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.js-fadeRight.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateX(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.js-fadeDown.is-inview {
  opacity: 1;
  /* 最初は非表示 */
  transform: translateY(0);
  /* 下に30pxの位置から */
  transition-delay: 0;
}

/*--------------------------------
ページトップへ戻るボタン
--------------------------------*/
.js-scroll-fadein {
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0;
}

.js-scroll-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.page-top-arrow {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  color: #fff;
  cursor: pointer;
  background-color: var(--color-accent);
  border-radius: 22px;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .page-top-arrow {
    bottom: 6.2rem;
  }
}

.page-top-arrow:hover {
  opacity: 0.8;
  bottom: 1.5rem;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .page-top-arrow:hover {
    bottom: 6.5rem;
  }
}

.page-top-arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 14px;
}

.page-top-arrow:before {
  top: 17px;
}

/*------------------------------
page > top > top
------------------------------*/
/*======================= ヒーロー =======================*/
.slider {
  position: relative;
  width: 100%;
  height: 34vw;
  z-index: 2;
}
@media (max-width: 900px) {
  .slider {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    height: 120vw;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: var(--color-white);
  font-size: 1rem;
  letter-spacing: 0.12em;
  font-family: var(--font-family-en);
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/*======================= about =======================*/
.top-about {
  background: var(--color-accent);
  color: var(--color-white);
}
.top-about .c-text-m {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top-about .c-text-m {
    letter-spacing: 0.02em;
  }
}
.top-about h3 {
  margin-top: 2.4rem;
  text-align: center;
  font-size: clamp(17px, 3vw, 2.8rem);
  letter-spacing: 0.025em;
  font-weight: 500;
}
.top-about p {
  margin-top: 2.8rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .top-about p {
    text-align: left;
  }
}

/*======================= バナー =======================*/
.top-banner-lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .top-banner-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-banner-lists li a {
  transition: 0.3s;
  display: block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .top-banner-lists li a {
    height: auto;
    width: 100%;
  }
  .top-banner-lists li a img {
    height: auto;
    width: 100%;
  }
}
.top-banner-lists li a:hover {
  filter: brightness(0.9);
}

.top-banner-list:nth-child(odd) {
  text-align: right;
}

.recruit-banner {
  margin-bottom: 5rem;
  max-width: 56rem;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
}
.recruit-banner a {
  transition: 0.3s;
}
.recruit-banner a:hover {
  filter: brightness(1.1);
}

.top-news .cta-button {
  margin-top: 3rem;
  width: 12rem;
}

/*------------------------------
page > top > links
------------------------------*/
.top-links01,
.top-links02 {
  display: flex;
  gap: 0 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-links01,
.top-links02 {
    gap: 1rem 2rem;
  }
}

.top-links02 {
  margin-top: -5rem;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .top-links02 {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-links02 {
    margin-top: 0;
  }
}

.top-links01 .top-links-item:first-of-type {
  background: url(../../assets/img/top/button01on.png) center/cover no-repeat;
}
.top-links01 .top-links-item:last-of-type {
  background: url(../../assets/img/top/button02on.png) center/cover no-repeat;
}

.top-links02 .top-links-item:first-of-type {
  background: url(../../assets/img/top/button03on.png) center/cover no-repeat;
}
.top-links02 .top-links-item:last-of-type {
  background: url(../../assets/img/top/button05on.png) center/cover no-repeat;
}

.top-links01 .top-links-item,
.top-links02 .top-links-item {
  max-width: 25rem;
  width: 30.3333%;
}
.top-links01 .top-links-item:hover .on-button,
.top-links02 .top-links-item:hover .on-button {
  transition: 0.4s;
  opacity: 0;
}

/*------------------------------
page > top > desc
------------------------------*/
.top-desc-table {
  width: 100%;
  margin-top: 2.4rem;
  font-size: clamp(14px, 2.5vw, 2.6rem);
}
.top-desc-table td,
.top-desc-table th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.top-desc-table td,
.top-desc-table th {
  padding: 2.4rem 2.5rem;
  height: 7rem;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .top-desc-table td,
.top-desc-table th {
    padding: 1rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-desc-table td,
.top-desc-table th {
    padding: 1rem 0.4rem;
  }
}
.top-desc-table td a:hover,
.top-desc-table th a:hover {
  text-decoration: underline;
}
.top-desc-table th {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .top-desc-table th {
    width: 24%;
  }
}
.top-desc-table td {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .top-desc-table .space {
    display: none;
  }
}

/*------------------------------
page > sub > sub
------------------------------*/
.sub-page-hero {
  height: 20vw;
}
@media (max-width: 900px) {
  .sub-page-hero {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sub-page-hero {
    height: 40vw;
  }
}
.sub-page-hero img {
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sub-page-hero img {
    height: 40vw;
  }
}

.sub-page-hero-bottom {
  padding: 1rem 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: clamp(20px, 4vw, 5rem);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-page-hero-bottom img {
  width: 4vw;
  max-width: 5rem;
  margin-right: min(2vw, 3rem);
}
@media screen and (max-width: 767px) {
  .sub-page-hero-bottom img {
    width: 5vw;
    margin-top: 0.2rem;
  }
}

.sub-lead {
  background: #ECECEE;
}

.sub-lead-title {
  font-size: clamp(16px, 3vw, 2.6rem);
  font-weight: bold;
}

.juida-logo {
  max-width: 20rem;
  flex: 0 0 20%;
  margin-left: min(2.3vw, 3rem);
}
@media screen and (max-width: 767px) {
  .juida-logo {
    margin-bottom: 3rem;
    margin-left: auto;
    display: block;
    margin-right: auto;
    text-align: center;
  }
}

.dpa-school-heading {
  padding: min(3vw, 1rem);
  color: var(--color-white);
  text-align: center;
}
.dpa-school-heading h2 {
  font-size: clamp(20px, 3.2vw, 3.8rem);
  font-weight: bold;
}
.dpa-school-heading h3 {
  line-height: 1.57;
  font-weight: bold;
  font-size: clamp(16px, 2.3vw, 2.7rem);
  margin-bottom: 0.4rem;
}

.dpa-school-lead {
  border: 2px solid var(--dpa-color);
  align-items: start;
}

.dpa-school-body {
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .dpa-school-body {
    padding: 1.5rem;
  }
}
.dpa-school-body h3 {
  font-size: clamp(18px, 3vw, 2.7rem);
  font-weight: bold;
  color: #272F5D;
  border-bottom: 1px solid #000;
}
.dpa-school-body h3 small {
  font-weight: 500;
  font-size: 1.8rem;
}
.dpa-school-body h3 span {
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .dpa-school-body h3 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dpa-school-body h3 span {
    display: block;
    font-size: 1.3rem;
  }
}
.dpa-school-body p {
  padding-top: 1rem;
  color: #595858;
}

/**************** JUIDA 認定養成講習 ******************/
.dpa-course-lists {
  margin-top: 2rem;
  margin-bottom: 6rem;
  gap: 4rem 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .dpa-course-lists {
    gap: 1.2rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .dpa-course-lists {
    margin-bottom: 4rem;
  }
}

.dpa-course-item {
  display: inline-block;
  border: 1px solid #ccc;
  transition: 0.2s;
}

.course-item-body {
  font-weight: bold;
  padding: 1.2rem 2rem;
  background: var(--color-white);
  font-size: clamp(14px, 2.2vw, 2rem);
}
.course-item-body h3 {
  line-height: 1.4;
}
.course-item-body h3 span {
  display: block;
  color: var(--dpa-color);
  font-size: clamp(16px, 2.4vw, 2.4rem);
}
.course-item-body small {
  font-size: 1.5rem;
  display: block;
  line-height: 1.4;
}
.course-item-body p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #7F7E7F;
  font-weight: 400;
  padding-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .course-item-body p {
    font-size: 1.4rem;
  }
}

.dpa-course-price {
  margin-top: 1.2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .dpa-course-price {
    flex-direction: column;
  }
}
.dpa-course-price dt {
  font-size: 1.2rem;
  font-weight: 400;
}
.dpa-course-price dd {
  font-weight: bold;
  font-size: clamp(16px, 2.4vw, 2.4rem);
}
.dpa-course-price dd span {
  font-size: 1.2rem;
  font-weight: 400;
}

.course-item-image {
  height: 20rem;
  position: relative;
}
.course-item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dpa-course-item:hover {
  opacity: 0.8;
  border: transparent;
  box-shadow: 0 0 0 0.3rem var(--dpa-color);
}

.course-item-image-juida::before {
  content: "";
  position: absolute;
  width: 6.7rem;
  height: 6.2rem;
  background: url(../../assets/img/dpa/card-logo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .dpa-course-lists02 {
    margin-bottom: 0;
  }
}
@media (max-width: 350px) {
  .academy .sub-page-hero-bottom p,
.dpa-course-page .sub-page-hero-bottom p {
    width: 20rem;
  }
}

.dpa-course-page .sub-page-hero img {
  -o-object-position: 30% 70%;
     object-position: 30% 70%;
}

.dpa-entry-lists {
  padding: 0.5em;
  padding-bottom: 7.2rem;
}

.dpa-entry-item {
  margin-top: 3.2rem;
  background: var(--color-white);
  border: solid 1px #1F295C;
}
@media screen and (max-width: 767px) {
  .dpa-entry-item {
    margin-top: 1.6rem;
  }
}

.dpa-entry-item-body {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .dpa-entry-item-body {
    padding: 1.2rem;
  }
}
.dpa-entry-item-body h4,
.dpa-entry-item-body p {
  font-size: clamp(15px, 2.4vw, 2rem);
  font-weight: 500;
}
.dpa-entry-item-body h4 span,
.dpa-entry-item-body p span {
  color: var(--dpa-color);
}

.dpa-entry-heading {
  background: #1F295C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 30px;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .dpa-entry-heading {
    display: block;
  }
}
.dpa-entry-heading span {
  padding: 0 0.8rem;
  display: block;
  background: var(--color-white);
  color: var(--color-accent);
  font-size: clamp(14px, 2.4vw, 2rem);
  font-weight: 500;
}

.dpa-entry-table th,
.dpa-entry-table td {
  border: 1px solid #595959;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .dpa-entry-table th,
.dpa-entry-table td {
    display: block;
    border: 1px solid #595959;
    width: 100%;
  }
}

.dpa-entry-table {
  margin-top: 1rem;
  width: 100%;
  font-size: clamp(15px, 2.4vw, 2rem);
}
.dpa-entry-table th,
.dpa-entry-table td {
  padding: 0.5rem;
}
.dpa-entry-table th {
  background: #EEEEEF;
}
.dpa-entry-table th small {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .dpa-entry-table th {
    width: 100%;
  }
}
.dpa-entry-table td {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .dpa-entry-table td {
    width: 100%;
  }
}
.dpa-entry-table td:first-of-type {
  padding-left: 1.4rem;
  font-weight: bold;
}
.dpa-entry-table td:last-of-type {
  padding-right: 0.5rem;
  text-align: right;
  font-size: clamp(16px, 2.2vw, 2rem);
  font-weight: bold;
}
.dpa-entry-table td:last-of-type span {
  font-size: clamp(13px, 2vw, 1.6rem);
  font-weight: 400;
}

.dpa-entry-message {
  text-align: center;
  margin-top: -4rem;
  background: var(--color-white);
  padding: 1.2rem;
  border: 2px solid var(--color-accent);
}

.dpa-entry-item02 td {
  width: auto;
}

.dpa-entry-item02-child {
  border: solid 1px;
  border-top: none;
  padding: 1rem 0.5rem 2rem;
}

.dpa-entry-item02-child02 {
  border: solid 1px;
  padding: 1rem 0.5rem 2rem;
}

.dpa-entry-item02-child h5,
.dpa-entry-item02-child02 h5 {
  font-weight: bold;
  font-size: clamp(15px, 2.4vw, 2rem);
}

.dpa-license-image {
  max-width: 32rem;
  flex: 0 0 26%;
  margin-right: min(2vw, 2rem);
  border: solid 1px;
}
@media screen and (max-width: 767px) {
  .dpa-license-image {
    margin-bottom: 3rem;
    margin-left: auto;
    display: block;
    margin-right: auto;
    text-align: center;
  }
}

.dpa-license-lits {
  background: var(--color-white);
  margin-top: 2rem;
  border: solid 2px #1F295C;
  align-items: start;
}

.dpa-license-lits {
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .dpa-license-lits {
    padding: 1.5rem;
  }
}

.dpa-license-body h3 {
  font-size: clamp(18px, 3vw, 2.2rem);
  font-weight: bold;
}
.dpa-license-body h3 span {
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .dpa-license-body h3 span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dpa-license-body h3 span {
    display: block;
    font-size: 1.3rem;
  }
}
.dpa-license-body p {
  padding-top: 0.4rem;
}

.dpa-license-price {
  background: var(--color-white);
  margin-top: 6rem;
}

.dpa-license .dpa-entry-message {
  margin-top: 6rem;
}

.dpa-license-table th,
.dpa-license-table td,
.dpa-license-table02 th,
.dpa-license-table02 td {
  border: 1px solid #595959;
  border-collapse: collapse;
}

.dpa-license-table,
.dpa-license-table02 {
  margin-top: 1rem;
  width: 100%;
  min-width: 52rem;
  border-collapse: separate;
  border-spacing: 0;
  font-size: clamp(15px, 2.4vw, 2rem);
}
.dpa-license-table th,
.dpa-license-table td,
.dpa-license-table02 th,
.dpa-license-table02 td {
  padding: 0.5rem;
}
.dpa-license-table th,
.dpa-license-table02 th {
  background: #EEEEEF;
}
.dpa-license-table th small,
.dpa-license-table02 th small {
  font-size: 1.5rem;
  font-weight: 400;
}
.dpa-license-table td:last-of-type,
.dpa-license-table02 td:last-of-type {
  text-align: right;
  font-size: clamp(16px, 2.2vw, 2rem);
  font-weight: bold;
}
.dpa-license-table td:last-of-type span,
.dpa-license-table02 td:last-of-type span {
  font-size: clamp(13px, 2vw, 1.6rem);
  font-weight: 400;
}

.dpa-license-table-bottom {
  padding: 0.5rem;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  display: flex;
  font-size: clamp(16px, 2.2vw, 2rem);
  justify-content: space-between;
  min-width: 52rem;
  width: 100%;
}
.dpa-license-table-bottom small {
  font-size: clamp(13px, 2vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .dpa-license-table-bottom {
    padding: 1rem 0.5rem;
  }
}

.dpa-license-price-body {
  padding: 2rem 2rem 3rem;
  border: solid 2px #1F295C;
}
.dpa-license-price-body h4 {
  font-size: clamp(15px, 2.4vw, 2rem);
}
.dpa-license-price-body p small {
  font-weight: 400;
}

.dpa-license-last-message {
  font-size: 1.7rem;
  word-break: break-all;
}

.dpa-license-table th {
  width: 33.33333%;
}

.dpa-license-table02 td {
  width: 25%;
}
.dpa-license-table02 th::first-of-type, .dpa-license-table02 th::last-of-type {
  vertical-align: left;
}

.service-list .read-button {
  text-align: right;
}

.service-list .c-card {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .service-list .c-card {
    margin-top: 1rem;
  }
}

.dg-page-works .c-box-two {
  justify-content: space-between;
}

.service-list + .service-list {
  margin-left: 4.6rem;
}
@media screen and (max-width: 767px) {
  .service-list + .service-list {
    margin-top: 4rem;
    margin-left: 0;
  }
}

.dg-page .c-card:hover {
  box-shadow: 0 0 0 0.3rem var(--dg-color);
}

/*///////整備・修理ページ///////*/
.check-page .sub-page-hero img {
  -o-object-position: 30% 42%;
     object-position: 30% 42%;
}

.check-page .c-sub-third-title,
.sell-page .c-sub-third-title {
  border-bottom: 2px solid var(--dg-color);
}

.dg-sell-item {
  border: solid 1px #000;
}

.service-list:hover .c-button-more {
  background: #000;
  color: var(--color-white);
}

@media screen and (max-width: 767px) {
  .dg-page .sub-page-hero-bottom img {
    margin-top: 0.1rem;
  }
}
.abc-page .sub-page-hero img {
  -o-object-position: top;
     object-position: top;
}

.abc-page .c-card:hover {
  box-shadow: 0 0 0 0.3rem var(--abc-color);
}

/*///////レースページ///////*/
.race-page .c-sub-third-title,
.event-page .c-sub-third-title {
  border-bottom: 2px solid var(--abc-color);
}

.race-page .sub-page-hero img {
  -o-object-position: 30% 38%;
     object-position: 30% 38%;
}

.event-page .sub-page-hero img {
  -o-object-position: 30% 70%;
     object-position: 30% 70%;
}

@media screen and (max-width: 767px) {
  .event-page .sub-page-hero-bottom img {
    margin-top: 0.2rem;
  }
}
.sky-page .sub-page-hero img {
  -o-object-position: 30% 30%;
     object-position: 30% 30%;
}

.sky-page .c-card:hover {
  box-shadow: 0 0 0 0.3rem var(--sky-color);
}

.shot-page .c-sub-third-title,
.investigation-page .c-sub-third-title,
.surveying-page .c-sub-third-title,
.agriculture-page .c-sub-third-title {
  border-bottom: 2px solid var(--sky-color);
}

.shot-price-card {
  margin-top: 4rem;
  border: solid 0.3rem var(--sky-color);
}
@media screen and (max-width: 767px) {
  .shot-price-card {
    margin-top: 2rem;
  }
}

.fpv-lists .c-box-two {
  background: var(--color-white);
  padding: 3rem 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .fpv-lists .c-box-two {
    margin-top: 2rem;
  }
}

.fpv-image-lists {
  flex: 0 0 35%;
  margin-right: min(4vw, 4rem);
}
@media screen and (max-width: 767px) {
  .fpv-image-lists {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.investigation-page .c-common-card2 h3 {
  padding: 2rem 0;
}

.surveying-list {
  gap: 4rem 4rem;
}
.surveying-list p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.surveying-item-images {
  gap: 2rem 2rem;
  margin-top: 1.4rem;
}

.surveying-item-image {
  width: 100%;
  max-height: 17.4rem;
  height: 16vw;
}
@media screen and (max-width: 767px) {
  .surveying-item-image {
    max-height: 32rem;
    height: 38vw;
  }
}
.surveying-item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .surveying-item-image + .surveying-item-image {
    margin-top: 2rem;
  }
}
.agriculture-page .sub-page-hero img {
  -o-object-position: 30% 40%;
     object-position: 30% 40%;
}

.agriculture-card {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 72rem;
  margin-top: 4rem;
  padding: 2.4rem;
  border: solid 1px #1F295C;
}
@media screen and (max-width: 767px) {
  .agriculture-card {
    max-width: 100%;
    width: 100%;
    padding: 1.5rem;
  }
}
.agriculture-card p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.agriculture-card img {
  max-width: 35rem;
  width: 32vw;
  flex: 0 0 32vw;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .agriculture-card img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.shot-list {
  gap: min(3vw, 3rem);
}

.sky-common-title {
  font-size: clamp(20px, 3.5vw, 2.4rem);
}

.fpv-flow {
  counter-reset: item;
}

.fpv-flow-lists {
  margin-top: 2rem;
  padding: 2rem 3rem 2rem 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fpv-flow-lists {
    padding: 3.4rem 2rem 3rem;
  }
}
.fpv-flow-lists:before {
  position: absolute;
  counter-increment: item;
  content: counter(item, decimal-leading-zero) "";
  left: 2rem;
  font-size: 4rem;
  width: 7rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fpv-flow-lists:before {
    width: 6rem;
    font-size: 3rem;
    height: 6rem;
    left: 0;
    top: 0;
  }
}
.fpv-flow-lists:first-of-type {
  margin-top: 4rem;
}

.c-sky-blue::before {
  background: var(--sky-color);
}

.c-accent-blue::before {
  background: var(--color-accent);
}

.triangle {
  margin: 2rem auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: var(--color-accent) transparent transparent transparent;
}

.work-movie .c-common-card {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.contact-page .sub-page-hero {
  position: relative;
}
.contact-page .sub-page-hero:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* スピンボタン非表示 chrome,safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
   margin: 0;*/
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* input */
input {
  /* inputの枠線を消す */
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

select {
  /* 右端の▼を消す */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

.form-item {
  position: relative;
  padding-top: 2.4rem;
  padding-bottom: 1.2rem;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .form-item {
    display: block;
  }
}

.form-item-label {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form-item-label {
    margin-bottom: 1.5rem;
  }
}

.label-text {
  display: block;
}

.label-text02 {
  margin-left: 6.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .label-text02 {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .label-text02 {
    margin-left: 0;
  }
}

.form-item-label-block {
  flex-direction: column;
}
.form-item-label-block .c-green {
  margin-left: -1.5rem;
}

.form-item-label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.form-label-required {
  font-size: 1.4rem;
  color: #fff;
  background: #FF0000;
  padding: 0.4rem 0.8rem;
  margin-right: 1.2rem;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (min-width: 1080px) {
  .form-label-required {
    margin-right: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .form-label-required {
    margin-right: 1.5rem;
  }
}

.form-item-input {
  border: 1px solid #000;
  padding: 2rem 1.5rem;
  height: 48px;
  flex: 1;
  max-width: 68rem;
  flex: 0 0 58vw;
  background: #fff;
  font-size: 18px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .form-item-input {
    width: 100%;
  }
}
.form-item-input:focus {
  border: none;
  outline: 1px var(--color-accent) solid;
  transition: outline 0.2s ease-out;
}

.form-item-textarea {
  border: 1px solid #000;
  padding: 2rem;
  height: 216px !important;
  flex: 1;
  max-width: 68rem;
  flex: 0 0 58vw !important;
  background: #fff;
  font-size: 18px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .form-item-textarea {
    width: 100% !important;
  }
}

.form-item-textarea:focus {
  border: none;
  outline: 1px var(--color-accent) solid;
  transition: outline 0.2s ease-out;
}

.contact-button {
  background: #fff;
  padding: 6.4rem 0;
}

.submit-button {
  display: inline-block;
  color: var(--color-accent);
  font-size: clamp(18px, 3vw, 3.4rem);
  font-weight: 600;
  max-width: 53.4rem;
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 3.5rem;
  border: solid 2px var(--color-accent);
  transition: 0.8s;
}

@media screen and (max-width: 767px) {
  .submit-button {
    height: 5rem;
    max-width: 28rem;
  }
}
.submit-button:hover {
  color: #fff;
  background: var(--color-accent);
}

::-moz-placeholder {
  color: #c8c8c8;
  font-size: 1.8rem;
}

::placeholder {
  color: #c8c8c8;
  font-size: 1.8rem;
}

.contact-comments {
  font-size: 1.9rem;
  line-height: 1.63;
}
@media screen and (max-width: 767px) {
  .contact-comments {
    font-size: 1.5rem;
  }
}
.contact-comments a:hover {
  text-decoration: underline;
}

.radio-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex: 0 0 58vw;
  max-width: 47rem;
  font-size: clamp(14px, 2vw, 2.2rem);
  max-width: 68rem;
  margin-right: 0;
  margin-left: auto;
  gap: 4rem 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .radio-buttons {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem 1rem;
    margin-top: 2rem;
  }
  .radio-buttons label + label {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .radio-buttons label span {
    margin-left: 1rem;
    display: inline-block;
  }
}
@media screen and (min-width: 1080px) {
  .radio-buttons div.mfp_err {
    left: 0;
    bottom: -17rem;
  }
}
.radio-buttons label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .radio-buttons label {
    padding-left: 3rem;
  }
}
.radio-buttons label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #585753;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .radio-buttons label::before {
    width: 3rem;
    margin-top: -1.5rem;
    height: 3rem;
  }
}
.radio-buttons input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 3.2rem;
  height: 1.6rem;
  margin-top: -1.3rem;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753;
}
@media screen and (max-width: 767px) {
  .radio-buttons input[type=checkbox]:checked::after {
    width: 2.4rem;
    height: 1rem;
    margin-top: -0.7rem;
  }
}

input[type=submit] {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    margin-top: 3.5rem;
  }
}

.policy-check {
  font-size: clamp(14px, 2vw, 2.2rem);
  margin-right: 0;
  margin-left: auto;
  line-height: 1.77;
  margin-top: 2.4rem;
  text-align: center;
}
.policy-check label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .policy-check label {
    padding-left: 3rem;
  }
}
.policy-check label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #585753;
  /* 枠の色変更 お好きな色を */
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .policy-check label::before {
    width: 3rem;
    margin-top: -1.5rem;
    height: 3rem;
  }
}
.policy-check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 3.2rem;
  height: 1.6rem;
  margin-top: -1.3rem;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753;
  /* チェックの色変更 お好きな色を */
}
@media screen and (max-width: 767px) {
  .policy-check input[type=checkbox]:checked::after {
    width: 2.4rem;
    height: 1rem;
    margin-top: -0.7rem;
  }
}

@media screen and (max-width: 767px) {
  .policy-check div.mfp_err {
    bottom: -5rem;
  }
}
@media screen and (min-width: 1080px) {
  .policy-check div.mfp_err {
    bottom: -5rem;
  }
}

.privacy-content {
  border: 1px solid #000;
  padding: 2rem;
  height: 216px !important;
  flex: 1;
  max-width: 68rem;
  flex: 0 0 58vw !important;
  background: #fff;
  font-size: 18px;
  margin-right: 0;
  margin-left: auto;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .privacy-content {
    width: 100% !important;
  }
}

.privacy-content {
  font-size: 1.3rem;
  line-height: 1.45;
}
.privacy-content h3 {
  padding-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.privacy-content h3 span {
  display: block;
  font-size: 1.2rem;
}
.privacy-content h4 {
  font-weight: bold;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
}

.privacy-content > ul > li {
  padding-left: 2rem;
  position: relative;
}
.privacy-content > ul > li span {
  position: absolute;
  left: 0;
}

.privacy-child {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .thanks-page p {
    text-align: justify;
  }
}

/*------------------------------
recruit > recruit
------------------------------*/
@media (max-width: 900px) {
  .recruit-page .sub-page-hero-bottom {
    margin-top: 7rem;
  }
}

.recruit-page .sub-page-hero-bottom {
  background: #14B1D7;
}

.recruit-card {
  border: solid 1px #000000;
  padding: 2rem 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .recruit-card {
    padding: 0 1.5rem 2.6rem;
  }
}
.recruit-card dl {
  margin-top: 3.2rem;
}
.recruit-card dl:last-of-type {
  margin-bottom: 3.2rem;
}

.recruit-list {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .recruit-list {
    margin-bottom: 4rem;
  }
}
.recruit-list dd {
  font-size: 2rem;
  line-height: 1.67;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .recruit-list dd {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-list dd {
    font-size: 1.4rem;
    line-height: 1.65;
    margin-top: 1.5rem;
  }
}
.recruit-list span {
  font-weight: 500;
  font-size: clamp(18px, 3vw, 2.5rem);
}
.recruit-list small {
  font-size: clamp(14px, 3vw, 2rem);
}

.recruit-title {
  font-size: clamp(20px, 3.2vw, 3.5rem);
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #000;
}

.recruit-card dl,
.recruit-card p {
  font-size: 2rem;
  line-height: 1.67;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .recruit-card dl,
.recruit-card p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-card dl,
.recruit-card p {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}

.recruit-card p span {
  font-weight: 500;
  font-size: clamp(14px, 3vw, 2.2rem);
}

/*------------------------------
utility > utility
------------------------------*/
.u-center {
  text-align: center;
}

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

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

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

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

.u-mt5 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .u-mt5 {
    margin-top: 2rem;
  }
}

.u-mage-bottom img {
  -o-object-position: 50% 18%;
     object-position: 50% 18%;
}

.top-group-desc h3 span {
  border-bottom: .1rem solid #000;
}