@charset "UTF-8";
/**
 * メディアクエリ
 ***********************/
/**
 * fontサイズ
 ***********************/
/**
 * カラー
 ***********************/
/**
 * flexカラム
 ***********************/
/**
 * top-page onestop
 ***********************/
.onestop_top {
  margin-top: 70px;
  padding-top: 72px;
  padding-bottom: 70px;
  background: url(../img/top/onestop_bg.png) 50%/cover no-repeat;
}
.onestop_top .onestop_copy + * {
  margin-top: 42px;
}
.onestop_top .onestop_list + * {
  margin-top: 42px;
}
.onestop_top p:not(.onestop_copy) {
  line-height: 1.5;
}
.onestop_top p:not(.onestop_copy) + p {
  margin-top: 32px;
}

/**
 * h2 背景画像
 ***********************/
.onestop h2 {
  background-image: url(../img/bg/bg_onestop.jpg);
}

/**
 * 見出し & テキスト系
 ***********************/
.onestop h3 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  padding: 10px 10px 10px 50px;
  border-bottom: 3px solid #f6e9bf;
  background: none;
  margin: 0;
  text-align: left;
  color: #454545;
}
@media screen and (max-width: 768px) {
  .onestop h3 {
    font-size: 2.4rem;
  }
}
.onestop h3::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000000;
}
.onestop h4 {
  font-size: 2.6rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .onestop h4 {
    font-size: 2.2rem;
  }
}
.onestop h4::before {
  content: "・";
  width: auto;
  height: auto;
  position: static;
  transform: none;
  background-color: transparent;
}
.onestop p:not(.onestop_copy) {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .onestop p:not(.onestop_copy) {
    font-size: 1.6rem;
  }
}

/**
 * flex
 ***********************/
.onestop .flex {
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .onestop .flex {
    flex-direction: column-reverse;
  }
}
.onestop .flex figure {
  width: 42.7272727273%;
}
@media screen and (max-width: 768px) {
  .onestop .flex figure {
    width: 100%;
  }
}
.onestop .flex .box {
  flex: 1;
}
.onestop .flex-images {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .onestop .flex-images {
    gap: 16px;
  }
}
.onestop .flex-images figure {
  width: calc(50% - 24px);
}
@media screen and (max-width: 768px) {
  .onestop .flex-images figure {
    width: calc(50% - 8px);
  }
}
.onestop .flex-images figure figcaption {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .onestop .flex-images figure figcaption {
    font-size: 1.8rem;
  }
}

/**
 * onestop original
 ***********************/
.onestop_copy {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .onestop_copy {
    font-size: 2.4rem;
  }
}
.onestop_copy_bg {
  background-color: #f6e9bf;
  padding-top: 13px;
  padding-bottom: 13px;
}
.onestop_copy_en {
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  line-height: 1.119047619;
  color: #274b9e;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .onestop_copy_en {
    font-size: 4rem;
  }
}
.onestop_list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .onestop_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.onestop_list::after {
  content: "";
  display: block;
  width: 76.8181818182%;
  aspect-ratio: 845/44;
  background: url(../img/onestop/list_arrow.svg);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.onestop_list_item {
  border: 4px solid #274b9e;
  padding: 14px 16px 20px;
  background-color: #ffffff;
  position: relative;
}
.onestop_list_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/24;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #274b9e;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translate(100%, -50%);
}
.onestop_list_item p:not(.onestop_title) {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .onestop_list_item p:not(.onestop_title) {
    font-size: 1.6rem;
  }
}
.onestop_list_title {
  max-width: 202px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #274b9e;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1538461538;
  text-align: center;
  color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .onestop_list_title {
    font-size: 3.3rem;
  }
}
.onestop_list_title.main {
  background-color: #e15b5c;
}
.onestop_list_title_flex em {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .onestop_list_title_flex em {
    gap: 8px;
  }
}
.onestop_list_title em {
  letter-spacing: 0.1em;
}
.onestop_list_title .sub {
  font-size: 1.3rem;
  line-height: 1.0769230769;
}
@media screen and (max-width: 768px) {
  .onestop_list_title .sub {
    font-size: 1rem;
  }
}
.onestop_list_title + * {
  margin-top: 14px;
}