html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
}

img {
  width: 100%;
}

.sp_n {
  display: block;
}
@media (max-width: 767px) {
  .sp_n {
    display: none;
  }
}

.pc_n {
  display: none;
}
@media (max-width: 767px) {
  .pc_n {
    display: block;
  }
}

.inner {
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.header {
  height: 9rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    height: 9rem;
  }
}

.header__inner {
  padding-left: 4rem;
  padding-right: 4rem;
  height: inherit;
}
@media (max-width: 767px) {
  .header__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.header__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}

.header__logo {
  display: flex;
  align-items: flex-end;
}
.header__logo img {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .header__logo {
    display: block;
  }
}

.header__logo_text {
  margin-left: 1rem;
  color: #333;
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header__logo_text {
    font-size: 1rem;
    margin-left: 0;
  }
}

.header__right__text {
  font-weight: bold;
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.6rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .header__right__text {
    font-size: 1.1rem;
  }
}

.orange {
  color: #FF7A00;
}

.big {
  color: #FF7A00;
  font-family: Oswald;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
}

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

.header__right_icon {
  width: 3.9rem;
  height: 3.9rem;
  transform: rotate(9.551deg);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header__right_icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.header__right__tel {
  color: #333;
  font-family: Oswald;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .header__right__tel {
    font-size: 2.5rem;
  }
}

.cta {
  text-align: center;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  background-color: #002ABC;
}

.cta__title {
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.cta__title::after {
  position: absolute;
  content: "";
  background: url(../img/time.png) no-repeat center center/cover;
  width: 11.6rem;
  height: 11.5rem;
  top: -11.4rem;
  left: -7.2rem;
}
@media (max-width: 767px) {
  .cta__title::after {
    width: 5.8rem;
    height: 5.7rem;
    top: -6.1rem;
    left: -2rem;
  }
}
@media (max-width: 767px) {
  .cta__title {
    font-size: 2rem;
  }
}

.small {
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .small {
    font-size: 1.4rem;
  }
}

.line {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.line::after {
  position: absolute;
  content: "";
  background: #FF7A00;
  width: 100%;
  height: 1.2rem;
  bottom: -0.6rem;
  z-index: -1;
  left: 0;
}

.cta__content {
  display: flex;
  padding-left: 5.7rem;
  padding-right: 5.7rem;
  margin-top: 2.6rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cta__content {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

.problem {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: url(../img/problem-bg.jpg) no-repeat center center/cover;
}

.problem__title {
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .problem__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.orange-big {
  color: #FF7A00;
  font-size: 4.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .orange-big {
    font-size: 2.8rem;
  }
}

.problem__list {
  display: flex;
  justify-content: space-between;
  margin-top: 4.59rem;
}
@media (max-width: 767px) {
  .problem__list {
    display: block;
  }
}

.problem__item {
  width: 47.2rem;
  padding-top: 2.7rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.09);
  padding-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .problem__item:nth-of-type(2) {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .problem__item {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.problem__item_head {
  text-align: center;
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 2rem;
  font-weight: 700;
}
.problem__item_head img {
  width: 2rem;
  height: 1.8777rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .problem__item_head {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.problem__item_img {
  width: 36.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .problem__item_img {
    width: 100%;
  }
}

.problem-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.64rem;
}

.problem-title__img {
  width: 6.6rem;
  height: 6.1965rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .problem-title__img {
    width: 5rem;
    height: 5.1rem;
  }
}

.problem-title__text {
  margin-left: 0.7rem;
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 3.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .problem-title__text {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.problem-title__text span {
  color: #FF7A00;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 4.8114rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .problem-title__text span {
    font-size: 3rem;
  }
}

.problem-box1, .problem-box2, .problem-box3 {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.09);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 7rem;
  padding-right: 7rem;
}
@media (max-width: 767px) {
  .problem-box1, .problem-box2, .problem-box3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.problem-box1 {
  margin-top: 7.41rem;
}
.problem-box1 .problem-box__text {
  padding-left: 0;
}
.problem-box1 .problem-box__text::after {
  display: none;
}
@media (max-width: 767px) {
  .problem-box1 {
    margin-top: 4.5rem;
  }
}

.problem-box2 {
  margin-top: 3rem;
  padding-bottom: 1.2rem;
}

.problem-box3 {
  margin-top: 3rem;
}

.problem-box___head {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-radius: 3rem;
  background: #002ABC;
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .problem-box___head {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.problem-box__text {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%; /* 3.6rem */
  margin-top: 2rem;
  padding-left: 4.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .problem-box__text {
    padding-left: 3rem;
  }
}
.problem-box__text::after {
  position: absolute;
  content: "";
  background: url(../img/ph_check-fill.png) no-repeat center center/cover;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
@media (max-width: 767px) {
  .problem-box__text::after {
    left: 0;
  }
}
@media (max-width: 767px) {
  .problem-box__text {
    font-size: 1.4rem;
  }
}

.problem-box__img {
  margin-top: 2.1rem;
}

.problem-box__more {
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
  text-align: right;
  margin-top: 0.3rem;
}

.problem-box__list {
  margin-top: 2rem;
}

.problem-box__item {
  padding-left: 4.6rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%; /* 3.6rem */
  position: relative;
}
.problem-box__item:nth-of-type(n+2) {
  margin-top: 0.6rem;
}
.problem-box__item::after {
  position: absolute;
  content: "";
  background: url(../img/ph_check-fill.png) no-repeat center center/cover;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 1.8rem;
}

.problem-img {
  margin-top: 2.8rem;
  width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .problem-img {
    width: 20rem;
    margin-top: 1.5rem;
  }
}

.problem-list {
  margin-top: 3.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .problem-list {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.problem-list__item {
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.problem-list__item:nth-of-type(1) .problem-list__text {
  margin-left: 4.8rem;
}
.problem-list__item:nth-of-type(2) .problem-list__text {
  margin-left: 4.1rem;
}
.problem-list__item:nth-of-type(3) .problem-list__text {
  margin-left: 5rem;
}
.problem-list__item:nth-of-type(3) .problem-list__more {
  margin-left: 3.2rem;
}
.problem-list__item:nth-of-type(4) .problem-list__text {
  margin-left: 4.1rem;
}
.problem-list__item:nth-of-type(4) .problem-list__more {
  margin-left: 2.3rem;
}
.problem-list__item:nth-of-type(5) .problem-list__text {
  margin-left: 5.6rem;
}

.problem-list__icon {
  width: 6.4rem;
  margin-left: auto;
  margin-right: auto;
}

.problem-list__head {
  margin-top: 1rem;
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 3rem;
  background: #002ABC;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  margin-left: 2.9rem;
  margin-right: 2.9rem;
}
@media (max-width: 767px) {
  .problem-list__head {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.4rem;
  }
}

.problem-list__list {
  margin-top: 2rem;
}

.problem-list__text {
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  .problem-list__text {
    font-size: 1.4rem;
  }
}
.problem-list__text::after {
  position: absolute;
  content: "";
  background: url(../img/ph_check-fill.png) no-repeat center center/cover;
  width: 1.5015rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: -2.1rem;
}
.problem-list__text:nth-of-type(n+2) {
  margin-top: 1.4rem;
}

.problem-list__more::after {
  display: none;
}

.tokozirami {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #FF7A00;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tokozirami::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 60px 0 60px;
  border-color: #FF7A00 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.4rem;
}

.tokozirami-section {
  background: url(../img/tokozirami-bg.jpg) no-repeat center center/cover;
  padding-bottom: 5rem;
}

.tokozirami__img {
  width: 5.3733rem;
  height: 5.3733rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .tokozirami__img {
    width: 4rem;
    height: 4rem;
  }
}

.tokozirami__text {
  color: #FFF;
  text-shadow: 2.48px 3.307px 3.307px rgba(163, 96, 34, 0.42);
  font-family: "Zen Kaku Gothic Antique";
  font-size: 4.2555rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .tokozirami__text {
    font-size: 2.2rem;
  }
}

.tokozirami__box {
  margin-top: 5rem;
  border-radius: 5px;
}

.tokozirami__head {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #002ABC;
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .tokozirami__head {
    font-size: 2rem;
  }
}
.tokozirami__head span {
  color: #FF7A00;
}

.tokozirami__list {
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .tokozirami__list {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.tokozirami__image {
  width: 38.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .tokozirami__image {
    width: 100%;
  }
}

.tokozimira__content {
  padding-bottom: 5rem;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .tokozimira__content {
    padding-bottom: 3rem;
  }
}

.tokozirami__about {
  margin-left: 4.2rem;
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.52rem */
  text-align: left;
}
@media (max-width: 767px) {
  .tokozirami__about {
    margin-top: 1.2rem;
    margin-left: 0;
  }
}
.tokozirami__about span {
  color: #FF7A00;
}

.tokozirami__box2 {
  margin-top: 3rem;
}

.tokozirami__box_head {
  display: inline-block;
  padding: 0.45rem 3.5rem;
  border-radius: 3rem;
  background: #002ABC;
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%; /* 3.6rem */
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .tokozirami__box_head {
    font-size: 1.4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.tokozirami__box_text {
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 3.24rem */
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .tokozirami__box_text {
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.flow {
  background-color: #EFF3F9;
  padding-bottom: 8rem;
}

.flow-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #FF7A00;
  position: relative;
}
.flow-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 60px 0 60px;
  border-color: #FF7A00 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.4rem;
}

.flow__title1 {
  color: #FFF;
  text-shadow: 2.48px 3.307px 3.307px rgba(163, 96, 34, 0.42);
  font-size: 4.2555rem;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__title1 {
    font-size: 2.2rem;
  }
}

.flow__title2 {
  width: 70rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .flow__title2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow__list {
  margin-top: 8.5rem;
  background: #FFF;
  box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  height: 16.1rem;
}
@media (max-width: 767px) {
  .flow__list {
    height: auto;
  }
}

.flow__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .flow__item {
    padding-left: 0;
  }
}

.flow__list_head {
  color: #FF7A00;
  font-size: 3.0433rem;
  font-weight: 900;
  line-height: normal;
  position: absolute;
  left: 0;
  top: -5rem;
}
.flow__list_head span {
  color: #FF7A00;
  font-family: Oswald;
  font-size: 5.8146rem;
  font-weight: 700;
  line-height: normal;
}

.flow__box {
  display: flex;
  height: inherit;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flow__box {
    flex-direction: column;
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.flow__list_title {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .flow__list_title {
    font-size: 1.6rem;
  }
}
.flow__list_title span {
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-right: 1.4rem;
}
@media (max-width: 767px) {
  .flow__list_title span {
    font-size: 3rem;
    margin-bottom: 0.6rem;
  }
}

.flow__list_text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  padding-right: 2.6rem;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .flow__list_text {
    margin-top: 1.4rem;
    padding-right: 0;
    font-size: 1.4rem;
  }
}

.flow__img {
  height: 100%;
  width: 25rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .flow__img {
    width: 100%;
    margin-top: 1.2rem;
  }
}
.flow__img img {
  height: 100%;
  width: 100%;
}

.achievementst-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #FF7A00;
  position: relative;
}
.achievementst-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 60px 0 60px;
  border-color: #FF7A00 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.4rem;
}

.achievements__inner {
  background: url(../img/achievements-bg.jpg) no-repeat center center/cover;
  padding-top: 7.4rem;
  padding-bottom: 11.5rem;
}

.achievements__icon {
  width: 52.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .achievements__icon {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
}

.step {
  padding-top: 8rem;
  padding-bottom: 10.9rem;
}

.step__title {
  color: #002ABC;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 4.4302rem;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  line-height: normal;
}
@media (max-width: 767px) {
  .step__title {
    font-size: 2.8rem;
  }
}
.step__title span {
  font-size: 3.6686rem;
}
@media (max-width: 767px) {
  .step__title span {
    font-size: 2.2rem;
  }
}

.step__content {
  margin-top: 6rem;
}

.step__item {
  display: flex;
  position: relative;
}
.step__item:nth-of-type(n+2) {
  margin-top: 9.2rem;
}
.step__item:nth-of-type(n+2)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 37.5px 0 37.5px;
  border-color: #FF7A00 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  top: -6rem;
}
@media (max-width: 767px) {
  .step__item {
    display: block;
  }
}

.step__number {
  color: #FFF;
  font-family: Oswald;
  font-size: 2.5rem;
  font-weight: 700;
  position: absolute;
  width: 11.2224rem;
  height: 5.2rem;
  flex-shrink: 0;
  background: #FF7A00;
  padding-left: 1.2rem;
  padding-top: 0.7rem;
  top: -2.3rem;
}
.step__number span {
  color: #FFF;
  font-size: 3.6rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 0.2rem;
}

.step__item_img {
  width: 29.2rem;
  height: 20.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .step__item_img {
    width: 100%;
    height: auto;
    aspect-ratio: 335/202;
  }
}
.step__item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step__right {
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .step__right {
    margin-left: 0;
  }
}

.step__right_head {
  color: #002ABC;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .step__right_head {
    font-size: 2rem;
    margin-top: 1.2rem;
  }
}

.free {
  position: relative;
  display: inline-block;
}
.free::after {
  position: absolute;
  content: "";
  width: 6.2rem;
  height: 6.2rem;
  background: url(../img/pack-icon.png) no-repeat center center/cover;
  top: -4.2rem;
  right: -4.9rem;
}

.step__right_text {
  margin-top: 1.2rem;
  color: #333;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.88rem */
}
@media (max-width: 767px) {
  .step__right_text {
    font-size: 1.4rem;
  }
}

/*====================================================================
.s_03 .accordion_one
====================================================================*/
.s_03 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_03 .accordion_one:nth-of-type(n+2) {
  margin-top: 3rem;
}

.s_03 .accordion_one .accordion_header {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  color: #002ABC;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 7rem;
  padding-right: 5rem;
}

.s_03 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.s_03 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_03 .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.s_03 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_03 .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.s_03 .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.s_03 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_03 .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.s_03 .accordion_one .accordion_header .i_box .one_i:before, .s_03 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #000;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_03 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.s_03 .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.s_03 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.s_03 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.s_03 .accordion_one .accordion_inner {
  display: none;
  padding-left: 7rem;
  box-sizing: border-box;
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-right: 18rem;
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
@media (max-width: 767px) {
  .s_03 .accordion_one .accordion_inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.s_03 .accordion_one .accordion_inner::after {
  position: absolute;
  content: "";
  height: 1px;
  background: url(../img/Line.png) no-repeat center center/cover;
  width: 90rem;
  left: 5rem;
  top: 0;
}
@media (max-width: 767px) {
  .s_03 .accordion_one .accordion_inner::after {
    left: 2.5rem;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.s_03 .accordion_one .accordion_inner.stay {
  display: block;
}

.s_03 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .s_03 .accordion_one .accordion_inner p.txt_a_ac {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .s_03 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_03 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_03 .accordion_one .accordion_header {
    font-size: 1.4rem;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
.qa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #EFF3F9;
}

.qa__title {
  color: #002ABC;
  font-size: 4.4302rem;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .qa__title {
    font-size: 2.8rem;
  }
}

.s_03 {
  margin-top: 3rem;
}

.q {
  width: 4.6rem;
  height: 4.6rem;
  flex-shrink: 0;
  color: #FFF;
  font-family: Oswald;
  font-size: 2.9812rem;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002ABA;
  border-radius: 50%;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .q {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    margin-right: 1.2rem;
  }
}

.a {
  width: 4.6rem;
  height: 4.6rem;
  flex-shrink: 0;
  color: #FFF;
  font-family: Oswald;
  font-size: 2.9812rem;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF7A00;
  border-radius: 50%;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .a {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    margin-right: 1.2rem;
  }
}

.company__title {
  color: #002ABC;
  font-size: 4.4302rem;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .company__title {
    font-size: 2.8rem;
  }
}

.company {
  background-color: #EFF3F9;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.company__content {
  margin-top: 4.5rem;
}

.company__list {
  display: flex;
  align-items: center;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .company__list {
    display: block;
  }
}
.company__list:nth-of-type(n+2) {
  padding-top: 1.6rem;
}

.company__head {
  width: 18rem;
  color: #002ABC;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.032rem;
}

.company__about {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal; /* 2.56rem */
  letter-spacing: 0.032rem;
}
@media (max-width: 767px) {
  .company__about {
    margin-top: 0.4rem;
  }
}

.copy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.contact__title {
  color: #002ABC;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 4.4302rem;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 2.8rem;
  }
}

.contact__form {
  margin-top: 3rem;
}

.contact__content {
  max-width: 83.3rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact__content {
    max-width: none;
  }
}

.contact__list {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact__list {
    display: block;
  }
}
.contact__list:nth-of-type(n+2) {
  margin-top: 2rem;
}
.contact__list:last-child .contact__input {
  height: auto;
}

.contact__name {
  color: #333;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem; /* 150% */
  display: flex;
  align-items: center;
  width: 24.2rem;
}
.contact__name span {
  width: 3.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem; /* 100% */
  background-color: #034495;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.8rem;
}

.contact__input {
  margin-left: 2.1rem;
  height: 4.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact__input {
    margin-left: 0;
    margin-top: 1.2rem;
  }
}
.contact__input input, .contact__input select, .contact__input textarea {
  width: 100%;
  height: inherit;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  padding-left: 1.4rem;
}
.contact__input textarea {
  height: 21rem;
  padding: 1.4rem;
}

.contact__button {
  text-align: center;
  margin-top: 4rem;
}
.contact__button input {
  padding: 1.6rem 7.8rem;
  background-color: #002ABC;
  border-radius: 36px;
  color: var(--fff, #FFF);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.contact__button input:hover {
  opacity: 0.7;
}

.thanks {
  text-align: center;
}

.thnanks__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin-top: 100px;
}

.thanks__link {
  display: inline-block;
  font-size: 16px;
  margin-top: 30px;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */