@charset "UTF-8";
.column-detail__contents img, .column-item__label, .column-item, .service-item__img, .cv-button, .column-top-list__label, .column-top-list__item, .service-list__item, .top-news__body, .form-item__textarea, .form-item select, .form-item__textbox {
  border: 3px solid #E8E8E8;
  border-radius: 8px;
  background: #fff;
}

@media screen and (max-width: 959px) {
  .u-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .u-sp-only {
    display: none !important;
  }
}
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?x93x26");
  src: url("../assets/fonts/icomoon.eot?x93x26#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?x93x26") format("truetype"), url("../assets/fonts/icomoon.woff?x93x26") format("woff"), url("../assets/fonts/icomoon.svg?x93x26#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-about:before {
  content: "";
}

.icon-column:before {
  content: "";
}

.icon-contact:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-service:before {
  content: "";
}

.icon-want:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-board:before {
  content: "";
}

.icon-insurance:before {
  content: "";
}

.icon-tire:before {
  content: "";
}

@media screen and (max-width: 959px) {
  .header {
    width: 100%;
    position: relative;
    z-index: 100;
    position: fixed;
    top: 0;
  }
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #C1C17F;
    z-index: 1;
    position: relative;
  }
  .header--is-sp-visible .header__title-wrapper, .header--is-sp-visible::after {
    opacity: 1;
    transition: 0.5s opacity ease-out;
  }
  .header__inner {
    position: relative;
    padding-top: 16px;
  }
  .header__menu-button {
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.24);
    position: absolute;
    right: 16px;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: #449EB4;
    top: 56%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
    z-index: 10;
  }
  .header__menu-button--open {
    background: #fff;
  }
  .header__menu-button--open .header__hamburger-line::before, .header__menu-button--open .header__hamburger-line::after {
    background: #449EB4;
  }
  .header__menu-button--open .header__hamburger-line::before {
    transform: rotate(-45deg);
    top: 50%;
  }
  .header__menu-button--open .header__hamburger-line::after {
    transform: rotate(45deg);
    top: 50%;
  }
  .header__menu-button--open .header__hamburger-label {
    color: #449EB4;
  }
  .header__hamburger {
    position: relative;
    width: 24px;
    height: 17px;
    display: flex;
    align-items: center;
    margin-top: 4px;
  }
  .header__hamburger-line {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 24px;
    background: #fff;
  }
  .header__hamburger-line::before, .header__hamburger-line::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    transition: 0.3s all ease-in-out;
  }
  .header__hamburger-line::before {
    top: 0px;
  }
  .header__hamburger-line::after {
    bottom: 0px;
  }
  .header__hamburger-label {
    font-family: "Fredoka One", cursive;
    font-size: 8px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5em;
    margin-top: 2px;
    transition: 0.3s letter-spacing ease-in-out;
  }
  .header__hamburger-label--open {
    letter-spacing: 0.3em;
  }
  .header__nav {
    transform: translateX(100%);
    transition: 0.3s transform ease-in-out;
  }
  .header__nav--open {
    transform: translateX(0%);
  }
  .header__title-wrapper {
    opacity: 0;
    transition: 0.5s opacity ease-out;
  }
  .header__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: inherit;
  }
  .header__title-description {
    font-size: 10px;
    color: #808789;
    margin-bottom: 8px;
  }
  .header__nav {
    width: 100vw;
    height: 100vh;
    background: rgba(68, 158, 180, 0.9);
    position: absolute;
    top: 0;
    backdrop-filter: blur(3px);
  }
  .header__nav-inner {
    padding: 120px 56px 56px;
  }
  .header__nav-item {
    padding: 12px 0;
  }
  .header__nav-item-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 48px;
    align-content: flex-start;
    color: #fff;
  }
  .header__nav-item-icon {
    font-size: 40px;
    margin-right: 16px;
  }
  .header__nav-item-label {
    font-size: 18px;
    font-weight: bold;
  }
  .header__nav-item-sub-label {
    font-size: 10px;
    font-family: "Fredoka One", cursive;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 960px) {
  .header {
    background: #FFFEF5;
    padding-bottom: 8px;
    width: 100%;
    position: fixed;
    top: 0;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.08));
    z-index: 1000;
  }
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #C1C17F;
    margin-bottom: 24px;
    z-index: 1;
    position: relative;
  }
  .header::after {
    content: "";
    display: block;
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 430px;
    background: #FFFEF5;
    top: -240px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .header__inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .header__title-wrapper {
    position: absolute;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .header__title {
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__title-description {
    font-size: 12px;
    color: #808789;
    text-align: center;
    margin-bottom: 12px;
  }
  .header__menu-button {
    display: none;
  }
  .header__nav {
    position: relative;
  }
  .header__nav-inner {
    display: flex;
  }
  .header__nav-item {
    width: 120px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }
  .header__nav-item:nth-of-type(4) {
    margin-left: auto;
  }
  .header__nav-item:hover {
    opacity: 0.6;
  }
  .header__nav-item-icon {
    font-size: 40px;
  }
  .header__nav-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header__nav-item-label {
    font-size: 14px;
    font-weight: bold;
  }
  .header__nav-item-sub-label {
    font-family: "Fredoka One", cursive;
    font-size: 10px;
    color: #C1C17F;
    letter-spacing: 0.2em;
  }
}
.footer {
  background: #444748;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .footer {
    margin-top: 100px;
    padding: 56px 0;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    margin-top: 80px;
    padding: 48px 0;
  }
}
@media screen and (min-width: 960px) {
  .footer__inner {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .footer__inner {
    padding: 0 24px;
  }
}
.footer__logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.footer__title-description {
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.footer__company-info {
  font-style: normal;
}
.footer__company-info > p {
  padding: 4px 0;
}
@media screen and (min-width: 960px) {
  .footer__company-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .footer__company-info {
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.footer__menu {
  display: flex;
}
@media screen and (min-width: 960px) {
  .footer__menu {
    flex-wrap: wrap;
    writing-mode: vertical-lr;
    height: 260px;
  }
}
@media screen and (max-width: 959px) {
  .footer__menu {
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .footer__menu-item {
    writing-mode: horizontal-tb;
    padding-left: 24px;
  }
}
.footer__menu-label {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  padding: 12px 0;
  transition: 0.3s all ease-out;
}
.footer__menu-label:hover {
  opacity: 0.7;
}
.footer__menu-label-en {
  font-family: "Fredoka One", cursive;
  font-size: 10px;
  margin-left: 16px;
}
.footer__sub-menu-item {
  font-size: 14px;
  padding: 8px 0;
  line-height: 1;
  transition: 0.3s all ease-out;
}
.footer__sub-menu-item:hover {
  opacity: 0.7;
}
.footer__sub-menu-item:last-of-type {
  margin-bottom: 12px;
}
.footer__foot {
  padding-top: 24px;
  margin-top: 56px;
  border-top: 1px solid #fff;
}
.footer__foot-inner {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: flex;
}
@media screen and (min-width: 960px) {
  .footer__foot-inner {
    width: 960px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .footer__foot-inner {
    flex-direction: column-reverse;
  }
}
.footer__foot-link {
  padding: 0 12px;
  border-right: 1px solid #fff;
}
.footer__foot-link:last-of-type {
  padding-right: 0;
  border: none;
}
@media screen and (min-width: 960px) {
  .footer__foot-link {
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .footer__foot-link {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 960px) {
  .footer__copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .footer__copy {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .footer__foot-link-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    line-height: 1;
  }
}

.button {
  display: block;
  padding: 28px 24px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: 0.3s all ease-out;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .button {
    width: 300px;
    margin: 0 24px;
  }
}
@media screen and (max-width: 959px) {
  .button {
    width: 100%;
    margin: 12px 0;
  }
}
.button::after {
  margin-left: 6px;
  display: inline-block;
  transform: rotate(-90deg);
  font-family: "icomoon";
  content: "";
}
.button--primary {
  background: #449EB4;
  color: #fff;
  box-shadow: 2px 2px 60px 20px rgba(50, 147, 170, 0.2);
}
.button--primary:hover {
  transform: scale(1.02);
  box-shadow: 2px 2px 40px 20px rgba(50, 147, 170, 0.25);
}
.button--secondary {
  background: #fff;
  color: #449EB4;
  box-shadow: 2px 2px 60px 20px rgba(50, 147, 170, 0.1);
}
.button--secondary:hover {
  transform: scale(1.02);
  box-shadow: 2px 2px 40px 20px rgba(50, 147, 170, 0.15);
}

.section-title {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .section-title {
    width: 434px;
  }
}
@media screen and (max-width: 959px) {
  .section-title {
    width: 100%;
  }
}
.section-title__text {
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .section-title__text {
    font-size: 32px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 959px) {
  .section-title__text {
    font-size: 24px;
    padding: 12px 0;
  }
}
.section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  object-fit: cover;
}
.section-title--blue::after {
  background-image: url("../assets/img/home/title-border_blue.svg");
}
.section-title--yellow::after {
  background-image: url("../assets/img/home/title-border_yellow.svg");
}

.cv-banner {
  background-image: url("../assets/img/common/cv-back.jpg");
  border-radius: 16px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .cv-banner {
    height: 300px;
  }
}
@media screen and (max-width: 959px) {
  .cv-banner {
    padding: 40px 24px 24px;
  }
}
.cv-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(2px);
  background: rgba(29, 122, 172, 0.6);
  z-index: -1;
}
.cv-banner::after {
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  border-radius: 14px;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .cv-banner::after {
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (max-width: 959px) {
  .cv-banner::after {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}
.cv-banner__text {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 960px) {
  .cv-banner__text {
    padding: 16px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .cv-banner__text {
    padding: 12px 0;
    font-size: 14px;
    text-align: center;
  }
}

.bread-crumb {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .bread-crumb {
    font-size: 14px;
    padding: 48px 0 24px;
  }
}
@media screen and (max-width: 959px) {
  .bread-crumb {
    font-size: 12px;
    padding: 24px 0;
  }
}
.bread-crumb a {
  text-decoration: underline;
}

.section-title-subpage {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .section-title-subpage {
    padding: 32px 0;
  }
}
@media screen and (max-width: 959px) {
  .section-title-subpage {
    padding: 24px 0;
  }
}
.section-title-subpage__jp {
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .section-title-subpage__jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .section-title-subpage__jp {
    font-size: 28px;
  }
}
.section-title-subpage__en {
  font-family: "Fredoka One", cursive;
  letter-spacing: 0.7em;
  color: #449EB4;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .section-title-subpage__en {
    margin-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .section-title-subpage__en {
    margin-left: 16px;
  }
}

.sub-mv {
  background-image: linear-gradient(rgba(29, 122, 172, 0.8), rgba(29, 122, 172, 0.8)), url("../assets/img/common/sub-mv-back.jpg");
  background-repeat: no-repeat;
  background-position: center top 20%;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .sub-mv {
    height: 236px;
  }
}
@media screen and (max-width: 959px) {
  .sub-mv {
    height: 180px;
  }
}
@media screen and (min-width: 960px) {
  .sub-mv__inner {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .sub-mv__inner {
    padding: 0 24px;
  }
}
.sub-mv__title {
  margin-top: 8px;
}
.sub-mv__title-en {
  font-family: "Fredoka One", cursive;
  font-size: 12px;
  letter-spacing: 0.7em;
}
.sub-mv__title-jp {
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .sub-mv__title-jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .sub-mv__title-jp {
    font-size: 24px;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: scroll;
}
.price-table__head {
  background: #449EB4;
  color: #fff;
  text-align: left;
  padding: 16px;
  border: 1px solid #E8E8E8;
}
.price-table__head--head {
  text-align: center;
}
.price-table__description {
  background: #fff;
  text-align: right;
  padding: 16px;
  border: 1px solid #E8E8E8;
}
.price-table__description--strong {
  font-weight: 600;
}
.price-table__supple {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.price-table__wrapper {
  width: 100%;
  overflow-x: scroll;
}

.navigation {
  margin-top: 56px;
}
.navigation .nav-links {
  display: flex;
  justify-content: center;
  margin: -12px;
}
.navigation .nav-links > * {
  margin: 12px;
}
.navigation .page-numbers {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 66px;
  background: #449EB4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 2px 2px 60px 20px rgba(50, 147, 170, 0.2);
  transition: 0.3s all ease-out;
}
.navigation .page-numbers:hover {
  transform: scale(1.02);
  box-shadow: 2px 2px 40px 20px rgba(50, 147, 170, 0.25);
}
.navigation .current {
  background: #808789;
  box-shadow: none;
  transition: none;
}
.navigation .current:hover {
  transform: none;
  box-shadow: none;
}

.form-item {
  margin: 24px 0;
}
.form-item__label {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.form-item__tag {
  font-size: 10px;
  padding: 4px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  margin-left: 8px;
}
.form-item__tag--required {
  background: #D14040;
}
.form-item__tag--any {
  background: #808789;
}
.form-item__textbox {
  padding: 18px 32px;
  line-height: 1;
  width: 100%;
}
.form-item__textbox::placeholder {
  color: #dedede;
}
.form-item select {
  padding: 18px 32px;
  line-height: 1;
  width: 100%;
}
.form-item__textarea {
  padding: 18px 32px;
  width: 100%;
  height: 240px;
}
.form-item__textarea::placeholder {
  color: #dedede;
}
.form-item__privacy {
  margin-top: 40px;
  text-align: center;
}
.form-item__privacy-link {
  text-decoration: underline;
  color: #449EB4;
}

.main-visual {
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .main-visual {
    height: 72vh;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 959px) {
  .main-visual {
    height: 60vh;
    margin-bottom: 320px;
  }
  .main-visual::after {
    content: "";
    display: block;
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 230px;
    background: #FFFEF5;
    top: -210px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.main-visual__back {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url("../assets/img/home/main-visual-back.png");
  background-position: center bottom 0%;
  position: relative;
  overflow: hidden;
  z-index: -2;
}
@media screen and (min-width: 960px) {
  .main-visual__back {
    border-radius: 24px;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__back {
    border-radius: 20px;
  }
}
.main-visual__back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(2px);
  background: rgba(29, 122, 172, 0.6);
  z-index: -1;
}
.main-visual__back::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .main-visual__back::after {
    background-image: url("../assets/img/home/main-visual-border-pc.svg");
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__back::after {
    background-image: url("../assets/img/home/main-visual-border-sp.svg");
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }
}
.main-visual__copy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .main-visual__copy {
    width: 65%;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__copy {
    width: 86%;
  }
}
.main-visual__lead {
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 960px) {
  .main-visual__lead {
    font-size: 1.1vw;
    margin-top: 3%;
    line-height: 1.8;
    padding-bottom: 14%;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__lead {
    font-size: 3.5vw;
    margin-top: 8%;
    line-height: 2;
    padding-bottom: 16%;
  }
}
.main-visual__car {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .main-visual__car {
    bottom: -5%;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__car {
    bottom: -8%;
    width: 94%;
  }
}
.main-visual__scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.4em;
  font-size: 12px;
  font-family: "Fredoka One", cursive;
  color: #449EB4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .main-visual__scroll {
    bottom: -10%;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__scroll {
    bottom: -18%;
  }
}
.main-visual__scroll-icon {
  margin-top: 4px;
  font-size: 16px;
  transition: 0.3s margin-top ease-in-out;
}
.main-visual__scroll-icon--active {
  transition: 0.2s margin-top ease-in-out;
  margin-top: 0;
}
.main-visual__cv {
  display: block;
  position: absolute;
  background: #fff;
  border: 8px solid #E8AF44;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s transform ease-out;
}
@media screen and (min-width: 960px) {
  .main-visual__cv {
    right: -12px;
    bottom: -12px;
    width: 204px;
    height: 204px;
    border-radius: 204px;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__cv {
    left: 50%;
    transform: translateX(-50%);
    bottom: -280px;
    width: 180px;
    height: 180px;
    border-radius: 180px;
  }
}
@media screen and (min-width: 960px) {
  .main-visual__cv:hover {
    transform: scale(1.03);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__cv:hover {
    transform: translateX(-50%), scale(1.03);
  }
}
.main-visual__cv-en {
  font-family: "Fredoka One", cursive;
  color: #C1C17F;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .main-visual__cv-en {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__cv-en {
    font-size: 8px;
  }
}
.main-visual__cv-jp {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .main-visual__cv-jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__cv-jp {
    font-size: 14px;
  }
}
.main-visual__cv-car {
  width: 96px;
}

.column-detail__contents img, .column-item__label, .column-item, .service-item__img, .cv-button, .column-top-list__label, .column-top-list__item, .service-list__item, .top-news__body, .form-item__textbox, .form-item select, .form-item__textarea {
  border: 3px solid #E8E8E8;
  border-radius: 8px;
  background: #fff;
}

@media screen and (min-width: 960px) {
  .top-news {
    margin: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .top-news {
    margin: 40px 0;
    padding: 0 24px;
  }
}
.top-news__body {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 960px) {
  .top-news__body {
    width: 960px;
    margin: 0 auto;
    padding: 32px;
  }
}
@media screen and (max-width: 959px) {
  .top-news__body {
    padding: 24px;
    flex-wrap: wrap;
  }
}
.top-news__label {
  font-family: "Fredoka One", cursive;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #449EB4;
}
@media screen and (min-width: 960px) {
  .top-news__label {
    padding-right: 24px;
    border-right: 1px solid #D5D7D8;
  }
}
@media screen and (max-width: 959px) {
  .top-news__label {
    width: 25%;
  }
}
.top-news__day {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #808789;
}
@media screen and (min-width: 960px) {
  .top-news__day {
    padding-left: 24px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .top-news__day {
    width: 75%;
  }
}
.top-news__contents {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #252629;
}
@media screen and (max-width: 959px) {
  .top-news__contents {
    padding-top: 8px;
  }
}

.column-detail__contents img, .column-item__label, .column-item, .service-item__img, .cv-button, .column-top-list__label, .column-top-list__item, .service-list__item, .form-item__textbox, .form-item select, .form-item__textarea, .top-news__body {
  border: 3px solid #E8E8E8;
  border-radius: 8px;
  background: #fff;
}

@media screen and (min-width: 960px) {
  .service-list {
    display: flex;
  }
}
.service-list__item {
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-list__item {
    flex-direction: column;
    width: 20%;
    margin-right: 12px;
    text-align: center;
    align-items: center;
    padding: 24px 16px 40px;
  }
  .service-list__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .service-list__item {
    margin-bottom: 12px;
    padding: 24px 16px;
  }
  .service-list__item:last-of-type {
    margin-bottom: 0;
  }
}
.service-list__img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #C1C17F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}
@media screen and (max-width: 959px) {
  .service-list__img {
    margin-right: 12px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 959px) {
  .service-list__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.service-list__label {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .service-list__label {
    padding: 16px 0 12px;
  }
}
@media screen and (max-width: 959px) {
  .service-list__label {
    padding-bottom: 8px;
  }
}
.service-list__description {
  font-size: 14px;
}

.column-top-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.column-top-list__item {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 960px) {
  .column-top-list__item {
    padding: 72px 32px 32px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 8%;
  }
  .column-top-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .column-top-list__item:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .column-top-list__item {
    padding: 40px 24px 24px;
    margin-bottom: 14%;
    width: 100%;
  }
  .column-top-list__item:last-of-type {
    margin-bottom: 0;
  }
}
.column-top-list__item:nth-of-type(n) .column-top-list__label {
  background: #E8AF44;
}
.column-top-list__item:nth-of-type(2n) .column-top-list__label {
  background: #449EB4;
}
.column-top-list__label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka One", cursive;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .column-top-list__label {
    width: 108px;
    height: 108px;
    border-radius: 108px;
    top: -56px;
    left: -16px;
  }
}
@media screen and (max-width: 959px) {
  .column-top-list__label {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    top: -56px;
    left: -16px;
  }
}
.column-top-list__label-text {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 960px) {
  .column-top-list__label-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .column-top-list__label-text {
    font-size: 9px;
  }
}
.column-top-list__number {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .column-top-list__number {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .column-top-list__number {
    font-size: 32px;
  }
}
.column-top-list__text {
  text-decoration: underline;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: 0.1s all ease-out;
  align-self: flex-start;
}
@media screen and (min-width: 960px) {
  .column-top-list__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .column-top-list__text {
    font-size: 16px;
  }
}
.column-top-list__text:hover {
  color: #E8AF44;
}
.column-top-list__day {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #808789;
}
@media screen and (max-width: 959px) {
  .column-top-list__day {
    margin-top: 12px;
  }
}

@media screen and (min-width: 960px) {
  .accordion-list {
    margin-top: 64px;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 959px) {
  .accordion-list {
    margin-top: 32px;
  }
}
.accordion-list__item {
  background: #E8AF44;
  position: relative;
  border-radius: 8px;
}
.accordion-list__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .accordion-list__item {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 959px) {
  .accordion-list__item {
    margin-bottom: 16px;
  }
}
.accordion-list__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 6px;
  border: 1px dashed #fff;
  pointer-events: none;
}
.accordion-list__question {
  padding: 24px 32px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-list__question-inner {
  display: flex;
}
@media screen and (min-width: 960px) {
  .accordion-list__question-inner {
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  .accordion-list__question-inner {
    flex-direction: column;
  }
}
.accordion-list__number {
  font-family: "Fredoka One", cursive;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .accordion-list__number {
    font-size: 40px;
    padding-right: 32px;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 959px) {
  .accordion-list__number {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
.accordion-list__text {
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .accordion-list__text {
    font-size: 18px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .accordion-list__text {
    font-size: 16px;
  }
}
.accordion-list__icon {
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #E8AF44;
  font-size: 12px;
  transition: 0.3s transform ease-out;
}
.accordion-list__icon--open {
  transform: rotate(180deg);
}
.accordion-list__answer {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s all ease-out;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .accordion-list__answer {
    line-height: 2;
    padding: 0 32px;
  }
}
@media screen and (max-width: 959px) {
  .accordion-list__answer {
    line-height: 1.5;
    padding: 0 24px;
  }
}
.accordion-list__answer--open {
  max-height: 1000px;
}
@media screen and (min-width: 960px) {
  .accordion-list__answer--open {
    padding: 24px 32px 32px;
  }
}
@media screen and (max-width: 959px) {
  .accordion-list__answer--open {
    padding: 0px 24px 32px;
  }
}

.voice-card-list {
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 959px) {
  .voice-card-list {
    flex-direction: column;
  }
}
.voice-card-list__item {
  padding: 120px 24px 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
  filter: drop-shadow(0 0 3px #e8e8e8);
}
.voice-card-list__item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .voice-card-list__item {
    margin-right: 24px;
    width: 33%;
  }
}
@media screen and (max-width: 959px) {
  .voice-card-list__item {
    margin-bottom: 56px;
    width: 100%;
  }
}
.voice-card-list__img-wrapper {
  width: 152px;
  height: 152px;
  border-radius: 152px;
  background: #fff;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-card-list__title {
  font-size: 18px;
  line-height: 1.5;
  color: #E8AF44;
  font-weight: 600;
  text-align: center;
}
.voice-card-list__info {
  font-size: 12px;
  color: #808789;
  margin: 12px 0 24px;
}
.voice-card-list__text {
  font-size: 14px;
}

.about-mv {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .about-mv {
    height: 736px;
    background-image: url("../assets/img/about/about-mv-back_pc.png");
    background-position: center center;
  }
}
@media screen and (max-width: 959px) {
  .about-mv {
    background-image: linear-gradient(rgba(29, 122, 172, 0.8), rgba(29, 122, 172, 0.8)), url("../assets/img/about/about-mv-back_sp.png");
    background-position: 55% center;
  }
}
@media screen and (min-width: 960px) {
  .about-mv__inner {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .about-mv__inner {
    padding: 0 24px 64px;
  }
}
.about-mv__title {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .about-mv__title {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .about-mv__title {
    margin-top: 16px;
  }
}
.about-mv__title-en {
  font-family: "Fredoka One", cursive;
  font-size: 12px;
  letter-spacing: 0.7em;
}
.about-mv__title-jp {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .about-mv__title-jp {
    margin-top: 24px;
    font-size: 48px;
  }
}
@media screen and (max-width: 959px) {
  .about-mv__title-jp {
    margin-top: 16px;
    font-size: 32px;
  }
}
.about-mv__description {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .about-mv__description {
    width: 480px;
  }
}
@media screen and (min-width: 960px) {
  .google-maps {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 959px) {
  .google-maps {
    width: 100vw;
    height: 400px;
    margin-left: -24px;
  }
}

.address-info {
  display: flex;
}
@media screen and (min-width: 960px) {
  .address-info {
    margin-top: 56px;
  }
}
@media screen and (max-width: 959px) {
  .address-info {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .address-info__row {
    display: flex;
    flex-direction: column;
  }
}
.address-info__head {
  color: #449EB4;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .address-info__head {
    padding: 12px 0;
  }
}
.address-info__description {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .address-info__description {
    padding: 12px 40px;
  }
}
@media screen and (max-width: 959px) {
  .address-info__description {
    padding: 12px 0 24px;
  }
}

.want-mv {
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .want-mv {
    height: 800px;
  }
}
.want-mv__back {
  width: 1500px;
  height: 1500px;
  border-radius: 1500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background-image: linear-gradient(rgba(29, 122, 172, 0.8), rgba(29, 122, 172, 0.8)), url("../assets/img/want/want-mv.jpg");
  background-repeat: no-repeat;
  background-position: center bottom -35%;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .want-mv__inner {
    width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .want-mv__inner {
    padding: 0 24px 64px;
  }
}
.want-mv__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.want-mv__title {
  margin-bottom: 24px;
}
.want-mv__description {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .want-mv__description {
    text-align: center;
  }
}
.want-mv__description--strong {
  font-weight: 600;
}

@media screen and (min-width: 960px) {
  .want-cars {
    margin-top: -64px;
  }
}
@media screen and (max-width: 959px) {
  .want-cars {
    margin-top: -24px;
  }
}
.want-cars__wrapper {
  display: flex;
  justify-content: center;
}

.flow-item {
  display: flex;
}
@media screen and (min-width: 960px) {
  .flow-item {
    margin: 56px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .flow-item {
    flex-direction: column;
    align-items: center;
    margin: 40px 0 64px;
  }
}
@media screen and (max-width: 959px) {
  .flow-item__img {
    width: 72px;
  }
}
.flow-item__img-wrapper {
  background: #449EB4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .flow-item__img-wrapper {
    width: 180px;
    height: 180px;
    border-radius: 180px;
  }
}
@media screen and (max-width: 959px) {
  .flow-item__img-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 960px) {
  .flow-item__after {
    margin-left: 56px;
  }
}
@media screen and (max-width: 959px) {
  .flow-item__after {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.flow-item__tag {
  color: #fff;
  font-family: "Fredoka One", cursive;
  background: #449EB4;
  letter-spacing: 0.4em;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .flow-item__tag {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 959px) {
  .flow-item__tag {
    font-size: 12px;
    padding: 8px 16px;
  }
}
.flow-item__tag-number {
  letter-spacing: 0.2em;
  margin-left: 6px;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .flow-item__tag-number {
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .flow-item__tag-number {
    font-size: 18px;
  }
}
.flow-item__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .flow-item__title {
    margin: 16px 0 32px;
  }
}
@media screen and (max-width: 959px) {
  .flow-item__title {
    margin: 12px 0 16px;
  }
}
.flow-item__block {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
  line-height: 2;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .flow-item__block {
    margin: 32px 0;
  }
}
@media screen and (max-width: 959px) {
  .flow-item__block {
    margin: 24px 0;
  }
}
.flow-item__button-wrapper {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 959px) {
  .flow-item__button-wrapper {
    width: 100%;
    flex-direction: column;
  }
}

.cv-button {
  border-radius: 40px;
  background: #E8AF44;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all ease-out;
  display: flex;
}
@media screen and (min-width: 960px) {
  .cv-button {
    justify-content: space-between;
    padding: 40px;
  }
}
@media screen and (max-width: 959px) {
  .cv-button {
    flex-direction: column;
    padding: 24px 32px;
  }
}
@media screen and (min-width: 960px) {
  .cv-button__wrapper {
    margin: 80px auto 120px;
    width: 960px;
  }
}
@media screen and (max-width: 959px) {
  .cv-button__wrapper {
    padding: 0 24px;
    margin: 64px 0;
  }
}
.cv-button::before, .cv-button::after {
  content: "";
  display: block;
}
.cv-button::before {
  background-image: url("../assets/img/want/cv-button-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .cv-button::before {
    width: 125px;
    height: 72px;
  }
}
@media screen and (max-width: 959px) {
  .cv-button::before {
    width: 100px;
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .cv-button::after {
    color: #E8AF44;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    margin-left: 6px;
    display: flex;
    transform: rotate(-90deg);
    font-family: "icomoon";
    content: "";
    justify-content: center;
    align-items: center;
    margin-left: 80px;
  }
}
.cv-button:hover {
  transform: scale(1.01);
  box-shadow: 2px 2px 40px 20px rgba(232, 175, 68, 0.25);
}
.cv-button__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cv-button__text-wrapper {
    padding-left: 56px;
  }
}
.cv-button__text {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .cv-button__text {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 959px) {
  .cv-button__text {
    font-size: 14px;
    margin: 8px 0;
  }
}
.cv-button__text-large {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .cv-button__text-large {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .cv-button__text-large {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .service-item {
    margin: 80px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-item {
    margin: 64px 0;
  }
}
.service-item__inner {
  display: flex;
}
@media screen and (min-width: 960px) {
  .service-item__inner {
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0;
  }
}
@media screen and (max-width: 959px) {
  .service-item__inner {
    flex-direction: column;
    margin: 24px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-item__inner--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .service-item__after {
    width: 410px;
  }
}
.service-item__title {
  color: #449EB4;
  font-weight: 600;
  border-bottom: 2px dashed #449EB4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .service-item__title {
    font-size: 32px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 959px) {
  .service-item__title {
    margin-top: 16px;
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.service-item__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.service-item__price-list {
  padding: 12px;
}
.service-item__price-list-item {
  padding: 4px 0;
}
.service-item__price-label {
  font-size: 16px;
  color: #449EB4;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: 24px;
}
.service-item__price {
  font-size: 24px;
  color: #449EB4;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.service-item__unit {
  display: inline-block;
  margin-left: 4px;
  font-size: 16px;
  color: #252629;
  font-weight: 600;
}

.column-item {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .column-item {
    padding: 32px 48px 32px 120px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 959px) {
  .column-item {
    padding: 40px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14%;
  }
  .column-item:last-of-type {
    margin-bottom: 0;
  }
}
.column-item:nth-of-type(n) .column-item__label {
  background: #E8AF44;
}
.column-item:nth-of-type(2n) .column-item__label {
  background: #449EB4;
}
.column-item__label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka One", cursive;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .column-item__label {
    width: 108px;
    height: 108px;
    border-radius: 108px;
    top: -8px;
    left: -32px;
  }
}
@media screen and (max-width: 959px) {
  .column-item__label {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    top: -56px;
    left: -16px;
  }
}
.column-item__label-text {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 960px) {
  .column-item__label-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .column-item__label-text {
    font-size: 9px;
  }
}
.column-item__number {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .column-item__number {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .column-item__number {
    font-size: 32px;
  }
}
.column-item__text {
  text-decoration: underline;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: 0.1s all ease-out;
}
@media screen and (min-width: 960px) {
  .column-item__text {
    font-size: 18px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 959px) {
  .column-item__text {
    font-size: 16px;
  }
}
.column-item__text:hover {
  color: #E8AF44;
}
.column-item__day {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #808789;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .column-item__day {
    margin-top: 12px;
    display: block;
    width: 100%;
  }
}

.column-detail__day {
  font-size: 14px;
  color: #808789;
  letter-spacing: 0.1em;
}
.column-detail__title {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 24px 0;
}
.column-detail__category > a {
  background: #E8AF44;
  font-size: 14px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.column-detail__contents {
  margin: 40px 0 80px;
  line-height: 2;
}
.column-detail__contents a {
  text-decoration: underline;
  color: #449EB4;
}
.column-detail__contents img {
  display: block;
  margin: 24px auto;
}

.column-detail-button-wrapper {
  display: flex;
  justify-content: center;
}

.contact__button-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .contact__button-wrapper {
    margin-top: 64px;
  }
}
@media screen and (max-width: 959px) {
  .contact__button-wrapper {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .contact__text-wrapper {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 959px) {
  .contact__text-wrapper {
    margin-bottom: 40px;
  }
}
.contact__thanks-title {
  color: #449EB4;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .contact__thanks-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .contact__thanks-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.privacy__title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
}

.not-found {
  text-align: center;
}
.not-found__title {
  font-size: 24px;
  color: #449EB4;
  font-weight: 600;
}
.not-found__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

body {
  background: #FFFEF5;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  color: #252629;
}

@media screen and (min-width: 960px) {
  main {
    padding-top: 156px;
  }
}
@media screen and (max-width: 959px) {
  main {
    padding-top: 140px;
  }
}
@media screen and (max-width: 959px) {
  .section-service {
    padding: 0 24px;
  }
}
@media screen and (min-width: 960px) {
  .section-service__inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .section-service__inner::before {
    content: "";
    width: 280px;
    height: 200px;
    display: block;
    position: absolute;
    right: -64px;
    top: 12px;
    background-image: url("../assets/img/home/car.svg");
    background-repeat: no-repeat;
  }
}
.section-service__text-wrapper {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .section-service__text-wrapper {
    margin: 48px 0;
  }
}
@media screen and (max-width: 959px) {
  .section-service__text-wrapper {
    margin: 24px 0;
  }
}
.section-service__button-wrapper {
  margin: 48px 0 0;
  display: flex;
  justify-content: center;
}

.section-column {
  background-image: url("../assets/img/home/section-wave.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .section-column {
    margin: 64px 0;
    padding: 64px 0 140px;
  }
}
@media screen and (max-width: 959px) {
  .section-column {
    margin: 64px 0;
    padding: 0 24px;
  }
}
@media screen and (min-width: 960px) {
  .section-column__inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .section-column__inner::before {
    content: "";
    width: 276px;
    height: 194px;
    display: block;
    position: absolute;
    left: -120px;
    top: -40px;
    background-image: url("../assets/img/home/book.svg");
    background-repeat: no-repeat;
  }
  .section-column__inner::after {
    content: "";
    width: 264px;
    height: 264px;
    display: block;
    position: absolute;
    right: -120px;
    bottom: 40px;
    background-image: url("../assets/img/home/back-circle.svg");
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.section-column__button-wrapper {
  margin: 48px 0 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .section-faq {
    margin: 64px 0;
  }
}
@media screen and (max-width: 959px) {
  .section-faq {
    margin: 64px 0;
    padding: 0 24px;
  }
}
@media screen and (min-width: 960px) {
  .section-faq__inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .section-faq__inner::before {
    content: "";
    width: 756px;
    height: 293px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
    background-image: url("../assets/img/home/faq-img.svg");
    background-repeat: no-repeat;
  }
  .section-faq__inner::after {
    content: "";
    width: 264px;
    height: 264px;
    display: block;
    position: absolute;
    left: -180px;
    bottom: -80px;
    background-image: url("../assets/img/home/back-circle.svg");
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.section-voice {
  background-image: url("../assets/img/home/section-wave.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .section-voice {
    margin: 64px 0;
    padding: 64px 0 140px;
  }
}
@media screen and (max-width: 959px) {
  .section-voice {
    margin: 64px 0;
    padding: 0 24px;
  }
}
@media screen and (min-width: 960px) {
  .section-voice__inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
}
.section-voice__button-wrapper {
  margin: 48px 0 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .section-cv {
    padding: 0 24px;
  }
}
@media screen and (min-width: 960px) {
  .section-cv__inner {
    width: 960px;
    margin: 0 auto;
  }
}

.text {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .text {
    font-size: 16px;
  }
}

.supple-text {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .supple-text {
    font-size: 14px;
    color: #808789;
  }
}
@media screen and (max-width: 959px) {
  .supple-text {
    font-size: 12px;
    color: #808789;
  }
}
.supple-text--right {
  text-align: right;
}

@media screen and (min-width: 960px) {
  .section-normal__inner {
    width: 960px;
    margin: 120px auto;
  }
}
@media screen and (max-width: 959px) {
  .section-normal__inner {
    padding: 0 24px;
    margin: 80px 0;
  }
}

.section-article__inner {
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .section-article__inner {
    border: 3px solid #E8E8E8;
    width: 960px;
    padding: 80px 64px;
    margin: -120px auto 80px;
  }
}
@media screen and (max-width: 959px) {
  .section-article__inner {
    padding: 56px 24px;
    margin: -80px 8px 80px;
    box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.05);
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table__row {
  border-top: 1px solid #E8E8E8;
}
.table__row:last-of-type {
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 959px) {
  .table__row {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
  }
}
.table__head {
  text-align: left;
  color: #449EB4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .table__head {
    padding: 32px 48px;
    max-width: 120px;
  }
}
.table__description {
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .table__description {
    padding: 32px 0;
  }
}

/*# sourceMappingURL=style.css.map */
