@charset "UTF-8";
* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  line-height: 180%;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.header__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: min(calc(72 / 1080 * 100vw), 72px);
  padding-right: min(calc(37 / 1080 * 100vw), 37px);
}
.header__logo {
  width: min(calc(130 / 1080 * 100vw), 130px);
}
.header__links {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
.header__link {
  display: inline-block;
  color: #B41D22;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 200%;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  border: 2px solid #B41D22;
  width: min(calc(160 / 1080 * 100vw), 160px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  border-radius: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__link:hover {
    background-color: #B41D22;
    color: #fff;
  }
}
.header__link.--fi {
  background-color: #B41D22;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header__link.--fi:hover {
    background-color: #fff;
    color: #B41D22;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
    height: calc(88 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
  .header__logo {
    width: calc(154 / 750 * 100vw);
  }
  .header__links {
    gap: calc(16 / 750 * 100vw);
  }
  .header__link {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
  }
}
.adlp-footer {
  padding: min(calc(56 / 1080 * 100vw), 56px) 0 min(calc(32 / 1080 * 100vw), 32px);
}
.adlp-footer__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto 0;
}
.adlp-footer__list {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.adlp-footer__item-link {
  color: #666;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.adlp-footer__copy {
  color: #666;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  margin-top: min(calc(72 / 1080 * 100vw), 72px);
}

@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
  .adlp-footer__inner {
    width: 100%;
  }
  .adlp-footer__list {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    width: fit-content;
    align-items: center;
    margin: 0 auto 0;
  }
  .adlp-footer__item-link {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
  }
  .adlp-footer__copy {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
  }
}
.adlp-main {
  padding-top: min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .adlp-main {
    padding-top: calc(88 / 750 * 100vw);
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(50 / 1080 * 100vw), 50px) min(calc(30 / 1080 * 100vw), 30px) 0;
  border-bottom: 2px #999999 solid;
}
.adlp-accordion__header__inner .text {
  color: #333C50;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.adlp-accordion__header::after {
  display: inline-block;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  background: url("../img/common/down-arrow.svg") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(30 / 1080 * 100vw), 30px) 0;
}
.adlp-accordion__body__inner .text {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
}

@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(60 / 750 * 100vw) calc(62 / 750 * 100vw) calc(60 / 750 * 100vw) 0;
  }
  .adlp-accordion__header__inner .text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .adlp-accordion__header::after {
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
  .adlp-accordion__body__inner {
    padding: calc(50 / 750 * 100vw) 0 calc(50 / 750 * 100vw) 0;
  }
  .adlp-accordion__body__inner .text {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
.adlp-head__en {
  color: #B41D22;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  position: relative;
  width: fit-content;
}
.adlp-head__en::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: inline-block;
  background-color: #B41D22;
  height: 2px;
  content: "";
}
.adlp-head__main {
  color: #333C50;
  font-family: "Noto Serif JP";
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
  text-align: center;
}
.adlp-head__sm {
  color: #333C50;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 600;
  line-height: 160%;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: min(calc(2.64 / 1080 * 100vw), 2.64px);
}
.adlp-head__sub {
  color: #333C50;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
.adlp-head__sub.--mb {
  margin-top: 0;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}

@media screen and (max-width: 767px) {
  .adlp-head {
    gap: calc(24 / 750 * 100vw);
  }
  .adlp-head__en {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
  .adlp-head__sm {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .adlp-head__main {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .adlp-head__sub {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
  .adlp-head__sub.--mb {
    margin-top: 0;
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.adlp-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: fit-content;
}
.adlp-list__item {
  padding-left: min(calc(42 / 1080 * 100vw), 42px);
  position: relative;
}
.adlp-list__item-text {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  position: relative;
}
.adlp-list__item::before {
  display: inline-block;
  width: min(calc(29 / 1080 * 100vw), 29px);
  height: min(calc(29 / 1080 * 100vw), 29px);
  background: url("../img/common/check.svg") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .adlp-list {
    gap: calc(16 / 750 * 100vw);
  }
  .adlp-list__item {
    padding-left: calc(59 / 750 * 100vw);
  }
  .adlp-list__item-text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .adlp-list__item::before {
    width: calc(39 / 750 * 100vw);
    height: calc(39 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    transform: none;
  }
}
.cv {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  background-color: #FBFBFB;
}
.cv__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv__head {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.cv__head .ac {
  color: #B41D22;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.cv__head .kome {
  color: #666;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.cv__note {
  color: #666;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
.cv__btns {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.cv__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
  text-decoration: none;
  transition: all 0.3s;
  border: 2px solid transparent;
  color: #FBFBFB;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 140%;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
  position: relative;
}
.cv__btn::after, .cv__btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: 2px;
  background-color: #fff;
  transform-origin: calc(100% - min(calc(1 / 1080 * 100vw), 1px)) 50%;
  position: absolute;
  top: 50%;
  right: min(calc(32 / 1080 * 100vw), 32px);
  transform: translateY(-50%);
}
.cv__btn::before {
  transform: rotate(45deg);
}
.cv__btn::after {
  transform: rotate(-45deg);
}
.cv__btn.--re {
  background-color: #B41D22;
  border: 2px solid #B41D22;
  color: #FBFBFB;
}
@media screen and (min-width: 768px) {
  .cv__btn.--re:hover {
    background-color: #fff;
    color: #B41D22;
  }
  .cv__btn.--re:hover::after, .cv__btn.--re:hover::before {
    background-color: #B41D22;
  }
}
.cv__btn.--co {
  background-color: #FFFFFF;
  border: 2px solid #B41D22;
  color: #B41D22;
}
.cv__btn.--co::after, .cv__btn.--co::before {
  background-color: #B41D22;
}
@media screen and (min-width: 768px) {
  .cv__btn.--co:hover {
    background-color: #B41D22;
    color: #fff;
  }
  .cv__btn.--co:hover::after, .cv__btn.--co:hover::before {
    background-color: #fff;
  }
}
.cv__btn.--ap {
  background-color: #333C50;
  color: #FBFBFB;
  border: 2px solid #333C50;
}
@media screen and (min-width: 768px) {
  .cv__btn.--ap:hover {
    background-color: #fff;
    color: #333C50;
  }
  .cv__btn.--ap:hover::after, .cv__btn.--ap:hover::before {
    background-color: #333C50;
  }
}

@media screen and (max-width: 767px) {
  .cv {
    padding: calc(56 / 750 * 100vw) 0 calc(78 / 750 * 100vw);
  }
  .cv__inner {
    width: 100%;
  }
  .cv__head {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .cv__head .ac {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .cv__head .kome {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .cv__note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    margin-top: calc(5 / 750 * 100vw);
  }
  .cv__btns {
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(48 / 750 * 100vw);
  }
  .cv__btn {
    width: calc(630 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border-radius: calc(80 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(4.32 / 750 * 100vw);
  }
  .cv__btn::after, .cv__btn::before {
    width: calc(20 / 750 * 100vw);
    right: calc(60 / 750 * 100vw);
    transform-origin: calc(100% - calc(1 / 750 * 100vw)) 50%;
  }
}
.fv {
  position: relative;
  width: 100%;
  height: min(calc(523 / 1080 * 100vw), 523px);
  z-index: 20;
}
.fv__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  margin-left: auto;
}
.fv__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
  height: 100%;
}
.fv__texts {
  display: flex;
  align-items: center;
  gap: min(calc(43 / 1080 * 100vw), 43px);
}
.fv__text-1 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 110%;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(19 / 1080 * 100vw), 19px) min(calc(7 / 1080 * 100vw), 7px);
  background-color: #fff;
  position: relative;
}
.fv__text-1:nth-of-type(2)::before {
  display: inline-block;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.00098%200.70575L16.5898%2016.2946%22%20stroke%3D%22%23333C50%22%20stroke-width%3D%221.27256%22%2F%3E%3Cpath%20d%3D%22M16.5889%200.70575L1.00003%2016.2946%22%20stroke%3D%22%23333C50%22%20stroke-width%3D%221.27256%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: max(calc(-29 / 1080 * 100vw), -29px);
  transform: translateY(-50%);
}
.fv__text-2 {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
.fv__head {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 600;
  line-height: 160%;
  position: absolute;
  left: min(calc(95 / 1080 * 100vw), 95px);
  bottom: min(calc(28 / 1080 * 100vw), 28px);
}
.fv__label {
  width: min(calc(176 / 1080 * 100vw), 176px);
  height: min(calc(126 / 1080 * 100vw), 126px);
  display: inline-block;
  position: absolute;
  right: min(calc(32 / 1080 * 100vw), 32px);
  bottom: 0;
}
.fv__label-inner {
  position: absolute;
  top: 47.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fv__label-inner .row-1, .fv__label-inner .row-2 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  margin-top: max(calc(-5 / 1080 * 100vw), -5px);
}
.fv__label-inner .lg {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.fv__label-inner .digit {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
.fv__label::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/pc/fv-label.svg") center/contain no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .fv {
    height: calc(1212 / 750 * 100vw);
  }
  .fv__inner {
    width: 100%;
    padding-top: calc(40 / 750 * 100vw);
  }
  .fv__top {
    flex-direction: row-reverse;
    margin-right: calc(30 / 750 * 100vw);
  }
  .fv__texts {
    gap: calc(43 / 750 * 100vw);
    flex-direction: column;
  }
  .fv__text-1, .fv__text-2 {
    writing-mode: vertical-rl;
  }
  .fv__text-1 {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(12 / 750 * 100vw);
    white-space: nowrap;
  }
  .fv__text-1:nth-of-type(1) {
    height: calc(315 / 750 * 100vw);
  }
  .fv__text-1:nth-of-type(2) {
    height: calc(181 / 750 * 100vw);
  }
  .fv__text-1:nth-of-type(2)::before {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    position: absolute;
    top: calc(-32 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .fv__text-2 {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-top: 0;
    margin-right: calc(26 / 750 * 100vw);
    line-height: 130%;
  }
  .fv__head {
    font-size: calc(34 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
    bottom: calc(65 / 750 * 100vw);
  }
  .fv__label {
    width: calc(224 / 750 * 100vw);
    height: calc(212 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    bottom: calc(13 / 750 * 100vw);
  }
  .fv__label::before {
    background: url("../img/sp/fv-label.svg") center/contain no-repeat;
  }
  .fv__label-inner .row-1, .fv__label-inner .row-2 {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .fv__label-inner .lg {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .fv__label-inner .digit {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
  }
}
.thanks {
  background: #F4EEF1;
  padding-top: min(calc(28 / 1080 * 100vw), 28px);
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .thanks {
    padding-top: calc(32 / 750 * 100vw);
    padding-bottom: calc(86 / 750 * 100vw);
  }
}
.thanks .thanks__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .thanks .thanks__inner {
    max-width: calc(690 / 750 * 100vw);
    margin: 0 auto;
    padding: 0;
  }
}
.thanks .thanks__image {
  text-align: center;
  width: min(calc(400 / 1080 * 100vw), 400px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .thanks .thanks__image {
    text-align: center;
    width: calc(690 / 750 * 100vw);
    margin: auto;
  }
}
.thanks .thanks__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 500;
  color: var(--primary-color, #892252);
  text-align: center;
  line-height: 160%;
  letter-spacing: 0;
  margin: max(calc(-60 / 1080 * 100vw), -60px) 0 max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .thanks .thanks__title {
    font-size: calc(90 / 750 * 100vw);
    margin: calc(-80 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
}
.thanks .thanks__message {
  text-align: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .thanks .thanks__message {
    text-align: center;
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.thanks .thanks__text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 200%;
  color: #892252;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .thanks .thanks__text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.thanks .thanks__company-name {
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .thanks .thanks__company-name {
    font-size: calc(22 / 750 * 100vw);
  }
}
.thanks .thanks__address {
  font-style: normal;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.8;
  color: #606060;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}
.thanks .thanks__address p:not(:last-child) {
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .thanks .thanks__address p:not(:last-child) {
    margin-bottom: calc(4 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .thanks .thanks__address {
    font-size: calc(22 / 750 * 100vw);
  }
}
.thanks .thanks__contact {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.6;
  color: var(--text-secondary, #666666);
}
@media screen and (max-width: 767px) {
  .thanks .thanks__contact {
    font-size: calc(22 / 750 * 100vw);
  }
}
.thanks .thanks__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-top: min(calc(17 / 1080 * 100vw), 17px);
}
@media screen and (max-width: 767px) {
  .thanks .thanks__buttons {
    gap: calc(50 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
}
.thanks .thanks__line-button {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #03B700;
  color: #fff;
  width: min(calc(480 / 1080 * 100vw), 480px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(36 / 1080 * 100vw), 36px);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  text-decoration: none;
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1;
  transition: opacity 0.3s;
}
.thanks .thanks__line-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .thanks .thanks__line-button {
    width: calc(480 / 750 * 100vw);
    height: calc(113 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(13 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.thanks .thanks__line-icon {
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: auto;
  margin-right: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .thanks .thanks__line-icon {
    width: calc(82 / 750 * 100vw);
    margin-right: calc(22 / 750 * 100vw);
  }
}
.thanks .thanks__line-text {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .thanks .thanks__line-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.thanks .thanks__back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-link, #892252);
  text-decoration: none;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  position: relative;
  transition: opacity 0.3s;
  font-weight: 500;
}
.thanks .thanks__back-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .thanks .thanks__back-button {
    font-size: calc(22 / 750 * 100vw);
  }
}
.thanks .thanks__back-text {
  margin-right: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .thanks .thanks__back-text {
    margin-right: calc(8 / 750 * 100vw);
  }
}
.thanks .thanks__back-arrow {
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M1 12.5L7 6.5L1 0.5' stroke='%23790239'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .thanks .thanks__back-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='26' viewBox='0 0 15 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 25L13 13L1 1' stroke='%23790239' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: calc(15 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
  }
}
.thanks .thanks__link {
  color: #790239;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  position: relative;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .thanks .thanks__link {
    font-size: min(calc(22 / 1080 * 100vw), 22px);
    letter-spacing: min(calc(0.88 / 1080 * 100vw), 0.88px);
    margin-top: calc(58 / 750 * 100vw);
  }
}
.thanks .thanks__link::after {
  display: inline-block;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.5%2013L6.5%207L0.5%201%22%20stroke%3D%22%23790239%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .thanks .thanks__link::after {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}

.sec01 {
  position: relative;
  width: 100%;
  height: min(calc(782 / 1080 * 100vw), 782px);
}
.sec01__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec01__inner {
  width: min(calc(1120 / 1080 * 100vw), 1120px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec01__head {
  color: #333C50;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec01__list {
  width: fit-content;
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
.sec01__but {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec01__worry {
  display: grid;
  grid-template-columns: min(calc(479 / 1080 * 100vw), 479px) 1fr;
  justify-content: start;
  padding-left: min(calc(25 / 1080 * 100vw), 25px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec01__worry-img {
  width: min(calc(479 / 1080 * 100vw), 479px);
}
.sec01__worry-text {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
  text-align: left;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
}

@media screen and (max-width: 767px) {
  .sec01 {
    height: calc(1297 / 750 * 100vw);
  }
  .sec01__inner {
    width: calc(630 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
  }
  .sec01__head {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec01__list {
    margin-top: calc(60 / 750 * 100vw);
  }
  .sec01__but {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
  .sec01__worry {
    grid-template-columns: 1fr;
    padding-left: 0;
    margin-top: calc(20 / 750 * 100vw);
  }
  .sec01__worry-img {
    width: calc(581 / 750 * 100vw);
    margin-left: auto;
  }
  .sec01__worry-text {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    margin-top: calc(-70 / 750 * 100vw);
    padding-top: 0;
  }
}
.sec02 {
  position: relative;
  width: 100%;
  height: min(calc(675 / 1080 * 100vw), 675px);
}
.sec02__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec02__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: min(calc(119 / 1080 * 100vw), 119px);
}
.sec02__head-sub {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}
.sec02__head-main {
  display: flex;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  color: #FFF;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(25 / 1080 * 100vw), 25px) min(calc(9 / 1080 * 100vw), 9px);
  background-color: #B41D22;
  width: fit-content;
  margin: min(calc(20 / 1080 * 100vw), 20px) auto 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 110%;
}
.sec02__head-main .row-2 {
  position: relative;
}
.sec02__head-main .row-2::before {
  display: inline-block;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.25%2013L13.25%200.999996%22%20stroke%3D%22white%22%2F%3E%3Cpath%20d%3D%22M1.25%201L13.25%2013%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: max(calc(-20 / 1080 * 100vw), -20px);
  transform: translateY(-50%);
}
.sec02__texts {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec02__texts .row-1 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}
.sec02__texts .row-2 {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.64 / 1080 * 100vw), 2.64px);
}
.sec02__text {
  color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  font-family: "Noto Serif JP";
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
  position: relative;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec02__text::before {
  content: "";
  width: min(calc(240 / 1080 * 100vw), 240px);
  height: 1px;
  display: inline-block;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sec02 {
    height: calc(897 / 750 * 100vw);
  }
  .sec02__inner {
    width: 100%;
    padding-top: calc(125 / 750 * 100vw);
  }
  .sec02__head-sub {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
  }
  .sec02__head-main {
    gap: calc(64 / 750 * 100vw);
    padding: calc(9 / 750 * 100vw) calc(31 / 750 * 100vw) calc(11 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
    font-size: calc(32 / 750 * 100vw);
  }
  .sec02__head-main .row-2 {
    position: relative;
  }
  .sec02__head-main .row-2::before {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    left: calc(-40 / 750 * 100vw);
  }
  .sec02__texts {
    margin-top: calc(15 / 750 * 100vw);
    text-align: center;
  }
  .sec02__texts .row-1 {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
  }
  .sec02__texts .row-2 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
  .sec02__text {
    gap: calc(40 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
    margin-top: calc(55 / 750 * 100vw);
  }
  .sec02__text::before {
    width: calc(240 / 750 * 100vw);
    height: 2px;
  }
}
.sec03 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(52 / 1080 * 100vw), 52px);
}
.sec03__area-body {
  margin-top: min(calc(45 / 1080 * 100vw), 45px);
}
.sec03__img {
  width: min(calc(624 / 1080 * 100vw), 624px);
  margin: 0 auto 0;
  position: relative;
}
.sec03__texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(27 / 1080 * 100vw), 27px);
}
.sec03__texts span {
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(20 / 1080 * 100vw), 20px) min(calc(7 / 1080 * 100vw), 7px);
  background-color: #fff;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 110%;
  position: relative;
}
.sec03__texts span:nth-of-type(2)::before {
  display: inline-block;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.00098%200.70575L16.5898%2016.2946%22%20stroke%3D%22%23333C50%22%20stroke-width%3D%221.27256%22%2F%3E%3Cpath%20d%3D%22M16.5889%200.70575L1.00003%2016.2946%22%20stroke%3D%22%23333C50%22%20stroke-width%3D%221.27256%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  position: absolute;
  top: max(calc(-20 / 1080 * 100vw), -20px);
  left: 50%;
  transform: translateX(-50%);
}
.sec03__text {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(60 / 750 * 100vw) 0 calc(52 / 750 * 100vw);
  }
  .sec03__area-body {
    margin-top: calc(45 / 750 * 100vw);
  }
  .sec03__img {
    width: 100%;
  }
  .sec03__texts {
    gap: calc(48 / 750 * 100vw);
  }
  .sec03__texts span {
    padding: calc(8 / 750 * 100vw) calc(27 / 750 * 100vw) calc(9 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
  .sec03__texts span:nth-of-type(2)::before {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    top: calc(-35 / 750 * 100vw);
  }
  .sec03__text {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    margin-top: calc(70 / 750 * 100vw);
  }
}
.sec04 {
  background-color: #F0F7FB;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec04__area-body {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: min(calc(120 / 1080 * 100vw), 120px) auto 0;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
.sec04__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(120 / 1080 * 100vw), 120px);
}
.sec04__item {
  position: relative;
}
.sec04__item-img {
  width: min(calc(560 / 1080 * 100vw), 560px);
  position: absolute;
  z-index: 20;
  top: max(calc(-44 / 1080 * 100vw), -44px);
  left: 0;
}
.sec04__item-desc {
  background-color: #fff;
  padding-left: min(calc(247 / 1080 * 100vw), 247px);
  margin-left: min(calc(343 / 1080 * 100vw), 343px);
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
  padding-top: min(calc(54 / 1080 * 100vw), 54px);
  padding-bottom: min(calc(131 / 1080 * 100vw), 131px);
  position: relative;
}
.sec04__item-desc::after {
  content: "";
  width: 100.8%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -100%;
  top: 0;
}
.sec04__item-number {
  color: #B41D22;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(72 / 1080 * 100vw), 72px);
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  top: max(calc(-62 / 1080 * 100vw), -62px);
  left: min(calc(244 / 1080 * 100vw), 244px);
  transform: skewX(-10deg);
  z-index: 20;
}
.sec04__item-head {
  color: #333C50;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec04__item-text {
  color: #333C50;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
.sec04__item-text span {
  font-weight: 700;
}
.sec04__item.--even .sec04__item-img {
  left: auto;
  right: 0;
}
.sec04__item.--even .sec04__item-number {
  left: min(calc(35 / 1080 * 100vw), 35px);
}
.sec04__item.--even .sec04__item-desc {
  padding-left: 0;
  margin-left: 0;
  padding-right: min(calc(247 / 1080 * 100vw), 247px);
  margin-right: min(calc(343 / 1080 * 100vw), 343px);
  padding-left: min(calc(40 / 1080 * 100vw), 40px);
}
.sec04__item.--even .sec04__item-desc::after {
  left: -100%;
  right: auto;
}
.sec04__area-bot {
  position: relative;
  width: 100%;
  height: min(calc(586 / 1080 * 100vw), 586px);
}
.sec04__bot-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec04__bot-inner {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding-top: min(calc(161 / 1080 * 100vw), 161px);
}
.sec04__bot-text-1, .sec04__bot-text-2, .sec04__bot-text-3, .sec04__bot-text-4 {
  color: #fff;
  line-height: 160%;
  text-align: center;
}
.sec04__bot-text-1, .sec04__bot-text-2, .sec04__bot-text-3 {
  font-family: "Noto Serif JP";
  font-weight: 600;
  line-height: 160%;
}
.sec04__bot-text-1 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}
.sec04__bot-text-2 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
.sec04__bot-text-3 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
}
.sec04__bot-text-4 {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  margin-top: min(calc(14 / 1080 * 100vw), 14px);
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: calc(60 / 750 * 100vw);
  }
  .sec04__area-body {
    width: 100%;
    margin: calc(380 / 750 * 100vw) auto 0;
    padding-bottom: calc(60 / 750 * 100vw);
  }
  .sec04__list {
    gap: calc(370 / 750 * 100vw);
  }
  .sec04__item-img {
    width: calc(630 / 750 * 100vw);
    position: absolute;
    bottom: auto;
    top: calc(-310 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .sec04__item-desc {
    padding-left: calc(60 / 750 * 100vw);
    margin-left: 0;
    padding-right: calc(60 / 750 * 100vw);
    padding-top: calc(54 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
    background-color: transparent;
  }
  .sec04__item-desc::after {
    background-color: #fff;
    right: calc(-120 / 750 * 100vw);
    height: 100%;
    top: auto;
    bottom: 0;
  }
  .sec04__item-number {
    font-size: calc(72 / 750 * 100vw);
    position: absolute;
    top: calc(-50 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .sec04__item-head {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    text-align: center;
    z-index: 20;
    position: relative;
  }
  .sec04__item-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
    z-index: 20;
    position: relative;
  }
  .sec04__item.--even .sec04__item-number {
    left: 50%;
  }
  .sec04__item.--even .sec04__item-img {
    left: 50%;
  }
  .sec04__item.--even .sec04__item-desc {
    padding-right: calc(60 / 750 * 100vw);
    margin-right: 0;
    padding-left: calc(60 / 750 * 100vw);
  }
  .sec04__item.--even .sec04__item-desc::after {
    left: calc(-120 / 750 * 100vw);
    height: 100%;
    top: auto;
    bottom: 0;
  }
  .sec04__area-bot {
    height: calc(801 / 750 * 100vw);
  }
  .sec04__bot-inner {
    width: 100%;
    padding-top: calc(161 / 750 * 100vw);
  }
  .sec04__bot-text-1 {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
  }
  .sec04__bot-text-2 {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw);
  }
  .sec04__bot-text-3 {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
    margin-top: calc(1 / 750 * 100vw);
  }
  .sec04__bot-text-4 {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
    width: calc(540 / 750 * 100vw);
    margin: calc(16 / 750 * 100vw) auto 0;
    text-align: left;
  }
}
.sec05 {
  padding-top: min(calc(92 / 1080 * 100vw), 92px);
  padding-bottom: min(calc(83 / 1080 * 100vw), 83px);
}
.sec05__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto 0;
}
.sec05__area-body {
  padding-top: min(calc(139 / 1080 * 100vw), 139px);
  width: 100%;
  position: relative;
}
.sec05__list {
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(38 / 1080 * 100vw), 38px);
  background-color: #F0F7FB;
  width: fit-content;
  margin-left: auto;
  min-width: min(calc(627 / 1080 * 100vw), 627px);
  z-index: 20;
  position: relative;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.1);
}
.sec05__img {
  width: min(calc(675 / 1080 * 100vw), 675px);
  position: absolute;
  left: 0;
  top: min(calc(50 / 1080 * 100vw), 50px);
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(63 / 750 * 100vw);
  }
  .sec05__inner {
    width: 100%;
  }
  .sec05__area-body {
    padding-top: calc(420 / 750 * 100vw);
  }
  .sec05__list {
    padding: calc(40 / 750 * 100vw) calc(38 / 750 * 100vw);
    max-width: calc(627 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto 0;
  }
  .sec05__img {
    width: 100%;
    top: calc(61 / 750 * 100vw);
  }
}
.sec06 {
  position: relative;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
.sec06__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: min(calc(560 / 1080 * 100vw), 560px);
  z-index: -1;
}
.sec06__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-left: min(calc(80 / 1080 * 100vw), 80px);
}
.sec06__name-en {
  width: min(calc(192 / 1080 * 100vw), 192px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec06__text-1 {
  color: #333C50;
  font-family: "Noto Serif JP";
  font-weight: 600;
  line-height: 160%;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec06__text-2 {
  color: #333C50;
  font-family: "Noto Serif JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 160%;
}
.sec06__text-3 {
  color: #333C50;
  font-family: "Noto Serif JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  line-height: 100%;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(588 / 1080 * 100vw), 588px);
  padding-bottom: min(calc(15 / 1080 * 100vw), 15px);
  border-bottom: 1px solid #000;
}
.sec06__text-4 {
  color: #FFF;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(33 / 1080 * 100vw), 33px) min(calc(30 / 1080 * 100vw), 30px) min(calc(53 / 1080 * 100vw), 53px);
  background-color: #333C50;
  display: inline-block;
  border-right: min(calc(20 / 1080 * 100vw), 20px) solid #B41D22;
  width: min(calc(677 / 1080 * 100vw), 677px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  margin-left: max(calc(-40 / 1080 * 100vw), -40px);
}
.sec06__text-5 {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 160%;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec06__list {
  width: min(calc(531 / 1080 * 100vw), 531px);
  padding: min(calc(11 / 1080 * 100vw), 11px) min(calc(13 / 1080 * 100vw), 13px);
  background: #F0F7FB;
  mix-blend-mode: multiply;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec06__list-item {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.56 / 1080 * 100vw), 0.56px);
  padding-left: min(calc(14 / 1080 * 100vw), 14px);
}
.sec06__list-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding-bottom: calc(97 / 750 * 100vw);
  }
  .sec06__bg {
    width: 100%;
    height: calc(685 / 750 * 100vw);
  }
  .sec06__inner {
    width: 100%;
    padding-top: calc(60 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
  }
  .sec06__name-en {
    width: calc(228 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
  .sec06__text-1 {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(1.2 / 750 * 100vw);
  }
  .sec06__text-2 {
    font-size: calc(36 / 750 * 100vw);
  }
  .sec06__text-3 {
    font-size: calc(56 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    width: calc(383 / 750 * 100vw);
    padding-bottom: calc(24 / 750 * 100vw);
  }
  .sec06__text-4 {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(33 / 750 * 100vw) calc(30 / 750 * 100vw) calc(53 / 750 * 100vw);
    border-right: calc(20 / 750 * 100vw) solid #B41D22;
    width: calc(690 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    margin-left: calc(-60 / 750 * 100vw);
  }
  .sec06__text-5 {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(94 / 750 * 100vw);
    width: calc(600 / 750 * 100vw);
  }
  .sec06__list {
    width: calc(391 / 750 * 100vw);
    padding: calc(11 / 750 * 100vw) calc(13 / 750 * 100vw);
    margin-top: calc(21 / 750 * 100vw);
  }
  .sec06__list-item {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
    padding-left: calc(18 / 750 * 100vw);
  }
}
.sec07 {
  background-color: #FFF3F5;
  padding: min(calc(70 / 1080 * 100vw), 70px) 0;
}
.sec07__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto 0;
}
.sec07__medal {
  width: min(calc(430 / 1080 * 100vw), 430px);
  margin: 0 auto 0;
}
.sec07__head {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec07__head-sub {
  color: #333C50;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: min(calc(2.52 / 1080 * 100vw), 2.52px);
}
.sec07__head-main {
  color: #565656;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(5.76 / 1080 * 100vw), 5.76px);
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
.sec07__company {
  background-color: #fff;
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}

@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) 0 calc(73 / 750 * 100vw);
  }
  .sec07__inner {
    width: 100%;
  }
  .sec07__medal {
    width: calc(576 / 750 * 100vw);
  }
  .sec07__head {
    margin-top: calc(50 / 750 * 100vw);
  }
  .sec07__head-sub {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(3.92 / 750 * 100vw);
  }
  .sec07__head-main {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(6.72 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
  .sec07__company {
    padding: calc(64 / 750 * 100vw) calc(28 / 750 * 100vw) calc(72 / 750 * 100vw);
    margin-top: calc(44 / 750 * 100vw);
  }
}
.sec08 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(71 / 1080 * 100vw), 71px);
}
.sec08__area-body {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: min(calc(131 / 1080 * 100vw), 131px) auto 0;
}
.sec08__slider {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sec08__slider.is-loaded {
  opacity: 1;
}
.sec08__slider .swiper-slide {
  height: auto;
  padding: 0 min(calc(22 / 1080 * 100vw), 22px);
}
.sec08__slider .swiper-slide-inner {
  height: 100%;
  background-color: #F4F5F6;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(34 / 1080 * 100vw), 34px);
  border-right: 2px solid #B41D22;
  border-bottom: 2px solid #B41D22;
}
.sec08__slider .swiper-horizontal > .swiper-pagination-bullets,
.sec08__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.sec08__slider .swiper-pagination-custom,
.sec08__slider .swiper-pagination-fraction {
  bottom: max(calc(-63 / 1080 * 100vw), -63px);
}
.sec08__slider .swiper-pagination-bullet {
  background: #CCC;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
}
.sec08__slider .swiper-pagination-bullet-active {
  background: #B41D22;
}
.sec08__slider .swiper-button-prev::after, .sec08__slider .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
.sec08__slider .swiper-button-prev::after {
  background: url("../img/common/slider-prev.svg") center/contain no-repeat;
  left: max(calc(-27 / 1080 * 100vw), -27px);
}
.sec08__slider .swiper-button-next::after {
  background: url("../img/common/slider-next.svg") center/contain no-repeat;
  right: max(calc(-27 / 1080 * 100vw), -27px);
}
.sec08__item-area-img {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  align-items: flex-end;
}
.sec08__item-name {
  color: #B41D22;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}
.sec08__item-img {
  width: min(calc(169 / 1080 * 100vw), 169px);
  margin-top: max(calc(-72 / 1080 * 100vw), -72px);
}
.sec08__item-head {
  color: #333C50;
  text-align: justify;
  font-family: "Noto Serif JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.64 / 1080 * 100vw), 2.64px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
.sec08__item-text {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
}
.sec08__item-text span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(60 / 750 * 100vw) 0 calc(172 / 750 * 100vw);
  }
  .sec08__area-body {
    width: 100%;
    margin: calc(230 / 750 * 100vw) auto 0;
  }
  .sec08__slider .swiper-slide {
    padding: 0 calc(52.5 / 750 * 100vw);
  }
  .sec08__slider .swiper-slide-inner {
    padding: 0 calc(65 / 750 * 100vw) calc(67 / 750 * 100vw);
  }
  .sec08__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .sec08__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
  .sec08__slider .swiper-horizontal > .swiper-pagination-bullets,
  .sec08__slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .sec08__slider .swiper-pagination-custom,
  .sec08__slider .swiper-pagination-fraction {
    bottom: calc(-51 / 750 * 100vw);
  }
  .sec08__slider .swiper-pagination-bullet {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
  .sec08__slider .swiper-button-prev, .sec08__slider .swiper-button-next {
    width: calc(15 / 750 * 100vw);
    height: calc(158 / 750 * 100vw);
    position: absolute;
    top: 40%;
  }
  .sec08__slider .swiper-button-prev::after, .sec08__slider .swiper-button-next::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec08__slider .swiper-button-prev {
    left: calc(20 / 750 * 100vw);
  }
  .sec08__slider .swiper-button-next {
    right: calc(20 / 750 * 100vw);
  }
  .sec08__item-area-img {
    gap: calc(55 / 750 * 100vw);
    justify-content: flex-start;
  }
  .sec08__item-name {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
  }
  .sec08__item-img {
    width: calc(280 / 750 * 100vw);
    margin-top: calc(-170 / 750 * 100vw);
  }
  .sec08__item-head {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
    margin-top: calc(26 / 750 * 100vw);
  }
  .sec08__item-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}
.sec09__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto 0;
}
.sec09__area-img {
  display: block;
  height: min(calc(645 / 1080 * 100vw), 645px);
}
.sec09__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec09__area-desc {
  background: #333C50;
}
.sec09__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(42 / 1080 * 100vw), 42px) 0 min(calc(34 / 1080 * 100vw), 34px);
}
.sec09__logo {
  width: min(calc(150 / 1080 * 100vw), 150px);
}
.sec09__head {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}

@media screen and (max-width: 767px) {
  .sec09__inner {
    width: 100%;
  }
  .sec09__area-img {
    height: calc(923 / 750 * 100vw);
  }
  .sec09__desc {
    gap: calc(46 / 750 * 100vw);
    padding: calc(44 / 750 * 100vw) 0 calc(43 / 750 * 100vw);
  }
  .sec09__logo {
    width: calc(201 / 750 * 100vw);
  }
  .sec09__head {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
}
.sec10 {
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(100 / 1080 * 100vw), 100px);
}
.sec10__area-body {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: min(calc(120 / 1080 * 100vw), 120px) auto 0;
}
.sec10__list {
  display: flex;
  flex-direction: column;
}
.sec10__item {
  position: relative;
}
.sec10__item-img {
  width: min(calc(520 / 1080 * 100vw), 520px);
  left: min(calc(40 / 1080 * 100vw), 40px);
  bottom: min(calc(42 / 1080 * 100vw), 42px);
  position: absolute;
  z-index: 30;
}
.sec10__item-desc {
  background-color: #FFF3F5;
  margin-left: min(calc(383 / 1080 * 100vw), 383px);
  padding-left: min(calc(217 / 1080 * 100vw), 217px);
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
  padding-top: min(calc(23 / 1080 * 100vw), 23px);
  padding-bottom: min(calc(23 / 1080 * 100vw), 23px);
  position: relative;
}
.sec10__item-desc::after {
  content: "";
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.sec10__item-number {
  color: #B41D22;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(120 / 1080 * 100vw), 120px);
  font-weight: 400;
  line-height: 160%;
  transform: skewX(-10deg);
  position: absolute;
  right: 0;
  top: max(calc(-120 / 1080 * 100vw), -120px);
  z-index: 20;
}
.sec10__item-head {
  color: #333C50;
  font-family: "Noto Serif JP";
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
  z-index: 20;
  position: relative;
}
.sec10__item-text {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  z-index: 20;
  position: relative;
}
.sec10__item-text span {
  font-weight: 700;
}
.sec10__item.--even {
  margin-top: min(calc(140 / 1080 * 100vw), 140px);
}
.sec10__item.--even .sec10__item-desc {
  margin-right: min(calc(383 / 1080 * 100vw), 383px);
  margin-left: 0;
  padding-right: min(calc(220 / 1080 * 100vw), 220px);
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
  padding-bottom: min(calc(64 / 1080 * 100vw), 64px);
  padding-left: min(calc(40 / 1080 * 100vw), 40px);
}
.sec10__item.--even .sec10__item-desc::after {
  right: auto;
  left: 0;
}
.sec10__item.--even .sec10__item-number {
  left: 0;
  right: auto;
}
.sec10__item.--even .sec10__item-img {
  left: auto;
  right: min(calc(40 / 1080 * 100vw), 40px);
}
.sec10__item.--gray .sec10__item-desc {
  background-color: #F4F5F6;
}
.sec10__item.--blue {
  margin-top: min(calc(140 / 1080 * 100vw), 140px);
}
.sec10__item.--blue .sec10__item-desc {
  background-color: #F0F7FB;
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
  padding-bottom: min(calc(64 / 1080 * 100vw), 64px);
}
.sec10__box-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, min(calc(312 / 1080 * 100vw), 312px));
  gap: min(calc(32 / 1080 * 100vw), 32px);
  margin-top: min(calc(75 / 1080 * 100vw), 75px);
}
.sec10__box-list-item {
  border-bottom: 3px solid #B41D22;
  border-right: 10px solid #B41D22;
  background-color: #F4F5F6;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
.sec10__box-list-item-head {
  color: #333C50;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec10__box-list-item-text {
  color: #333;
  text-align: justify;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}

@media screen and (max-width: 767px) {
  .sec10 {
    padding-top: calc(88 / 750 * 100vw);
    padding-bottom: calc(54 / 750 * 100vw);
  }
  .sec10__area-body {
    width: 100%;
    margin: calc(333 / 750 * 100vw) auto 0;
  }
  .sec10__item-img {
    width: calc(630 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
    bottom: calc(549 / 750 * 100vw);
  }
  .sec10__item-desc {
    margin-left: 0;
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
    padding-top: calc(195 / 750 * 100vw);
    padding-bottom: calc(38 / 750 * 100vw);
  }
  .sec10__item-desc::after {
    width: calc(114 / 750 * 100vw);
  }
  .sec10__item-number {
    font-size: calc(150 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    z-index: 40;
  }
  .sec10__item-head {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec10__item-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.56 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec10__item.--even {
    margin-top: calc(285 / 750 * 100vw);
  }
  .sec10__item.--even .sec10__item-desc {
    margin-right: 0;
    padding-right: calc(60 / 750 * 100vw);
    padding-top: calc(195 / 750 * 100vw);
    padding-bottom: calc(44 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
  }
  .sec10__item.--even .sec10__item-img {
    right: calc(60 / 750 * 100vw);
    bottom: calc(520 / 750 * 100vw);
  }
  .sec10__item.--even .sec10__item-number {
    right: calc(30 / 750 * 100vw);
    left: auto;
  }
  .sec10__item.--blue {
    margin-top: calc(290 / 750 * 100vw);
  }
  .sec10__item.--blue .sec10__item-desc {
    padding-top: calc(195 / 750 * 100vw);
    padding-bottom: calc(57 / 750 * 100vw);
  }
  .sec10__item.--blue .sec10__item-img {
    bottom: calc(501 / 750 * 100vw);
  }
  .sec10__box-list {
    grid-template-columns: 1fr;
    width: calc(630 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
    margin: calc(63 / 750 * 100vw) auto 0;
  }
  .sec10__box-list-item {
    padding: calc(40 / 750 * 100vw) 0;
  }
  .sec10__box-list-item-head {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec10__box-list-item-text {
    padding: 0 calc(35 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
.sec11 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
.sec11__area-body {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
  box-shadow: 0 min(calc(5 / 1080 * 100vw), 5px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.2);
}
.sec11__sub-head {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  padding: min(calc(18 / 1080 * 100vw), 18px) 0;
  background-color: #B41D22;
}
.sec11__table {
  width: 100%;
  border-collapse: collapse;
}
.sec11__table tr {
  display: flex;
}
.sec11__table tr:last-of-type th,
.sec11__table tr:last-of-type td {
  border-bottom: none;
}
.sec11__table th,
.sec11__table td {
  display: block;
}
.sec11__table th {
  width: min(calc(178 / 1080 * 100vw), 178px);
  min-width: min(calc(178 / 1080 * 100vw), 178px);
  background: #FFF3F5;
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #fff;
  color: #333C50;
}
.sec11__table td {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.64 / 1080 * 100vw), 0.64px);
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px);
  border-bottom: 2px solid #ECECEC;
  width: 100%;
}
.sec11__table td .sm {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
}
.sec11__table li {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(0.64 / 1080 * 100vw), 0.64px);
  position: relative;
  padding-left: min(calc(16 / 1080 * 100vw), 16px);
}
.sec11__table li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(54 / 750 * 100vw) 0 calc(99 / 750 * 100vw);
  }
  .sec11__area-body {
    width: calc(630 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
    box-shadow: 0 calc(5 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
  }
  .sec11__sub-head {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(49 / 750 * 100vw) 0;
  }
  .sec11__table th {
    width: calc(200 / 750 * 100vw);
    min-width: calc(200 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) 0;
  }
  .sec11__table td {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
  }
  .sec11__table td .sm {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
  .sec11__table li {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
    padding-left: calc(24 / 750 * 100vw);
  }
}
.sec12 {
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
.sec12__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto 0;
}
.sec12__list {
  display: grid;
  grid-template-columns: repeat(3, min(calc(270 / 1080 * 100vw), 270px));
  gap: min(calc(55 / 1080 * 100vw), 55px) min(calc(30 / 1080 * 100vw), 30px);
  justify-content: center;
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec12__item-img {
  width: fit-content;
  margin: 0 auto 0;
}
.sec12__item-img img {
  height: min(calc(91 / 1080 * 100vw), 91px);
}
.sec12__item-head {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
.sec12__item-head-text {
  color: #333C50;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
  white-space: nowrap;
}
.sec12__item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  background-color: #B41D22;
}
.sec12__item-number-inner {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(calc(2.64 / 1080 * 100vw), 2.64px);
}
.sec12__item-text {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}

@media screen and (max-width: 767px) {
  .sec12 {
    padding-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(60 / 750 * 100vw);
  }
  .sec12__inner {
    width: 100%;
  }
  .sec12__list {
    grid-template-columns: 1fr;
    gap: calc(55 / 750 * 100vw) calc(30 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
  .sec12__item {
    display: grid;
    grid-template-columns: calc(270 / 750 * 100vw) calc(360 / 750 * 100vw);
    align-items: start;
  }
  .sec12__item-img img {
    height: calc(127 / 750 * 100vw);
    max-height: calc(127 / 750 * 100vw);
  }
  .sec12__item-head {
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
  .sec12__item-head-text {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec12__item-number {
    width: calc(55 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
  }
  .sec12__item-number-inner {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
  .sec12__item-text {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec13 {
  background-color: #F0F7FB;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
.sec13__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto 0;
}
.sec13__area-body {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec13__img {
  width: min(calc(518 / 1080 * 100vw), 518px);
  margin: 0 auto 0;
}
.sec13__list {
  width: min(calc(519 / 1080 * 100vw), 519px);
  margin: min(calc(20 / 1080 * 100vw), 20px) auto 0;
}
.sec13__item {
  display: flex;
}
.sec13__item-head {
  background-color: #333C50;
  min-width: min(calc(156 / 1080 * 100vw), 156px);
  width: min(calc(156 / 1080 * 100vw), 156px);
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec13__item-data {
  background-color: #fff;
  width: 100%;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(20 / 1080 * 100vw), 20px);
  color: #333;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
}
.sec13__item:nth-of-type(n + 2) .sec13__item-head {
  border-top: 2px solid #fff;
}
.sec13__item:nth-of-type(n + 2) .sec13__item-data {
  border-top: 2px solid #ECECEC;
}

@media screen and (max-width: 767px) {
  .sec13 {
    padding-top: calc(54 / 750 * 100vw);
    padding-bottom: calc(71 / 750 * 100vw);
  }
  .sec13__inner {
    width: 100%;
  }
  .sec13__area-body {
    margin-top: calc(54 / 750 * 100vw);
  }
  .sec13__img {
    width: calc(630 / 750 * 100vw);
  }
  .sec13__list {
    width: calc(630 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
  .sec13__item-head {
    padding: 0;
    min-width: calc(156 / 750 * 100vw);
    width: calc(156 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.04 / 750 * 100vw);
  }
  .sec13__item-data {
    padding: calc(30 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
  }
}
.sec14 {
  position: relative;
  width: 100%;
  height: min(calc(772 / 1080 * 100vw), 772px);
}
.sec14__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec14__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: min(calc(772 / 1080 * 100vw), 772px);
}
.sec14__text-1 {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 600;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
  writing-mode: vertical-rl;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(250 / 1080 * 100vw), 250px);
  margin-left: auto;
  line-height: 140%;
}
.sec14__text-2 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
  bottom: min(calc(130 / 1080 * 100vw), 130px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  position: absolute;
  line-height: 140%;
}
.sec14__text-3 {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 600;
  position: absolute;
  bottom: min(calc(29 / 1080 * 100vw), 29px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .sec14 {
    height: calc(1099 / 750 * 100vw);
  }
  .sec14__inner {
    width: 100%;
    height: calc(1099 / 750 * 100vw);
  }
  .sec14__text-1 {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(5 / 750 * 100vw);
    margin-top: calc(54 / 750 * 100vw);
    margin-right: calc(80 / 750 * 100vw);
  }
  .sec14__text-2 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(4.32 / 750 * 100vw);
    bottom: calc(253 / 750 * 100vw);
  }
  .sec14__text-3 {
    font-size: calc(34 / 750 * 100vw);
    bottom: calc(55 / 750 * 100vw);
    right: calc(43 / 750 * 100vw);
    left: auto;
    transform: none;
    text-align: left;
    width: fit-content;
    line-height: 160%;
  }
}
.sec15 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
.sec15__area-body {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .sec15 {
    padding: calc(65 / 750 * 100vw) 0 calc(99 / 750 * 100vw);
  }
  .sec15__area-body {
    width: calc(630 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}
.sec16 {
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
  background: #F4F5F6;
}
.sec16__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto 0;
}
.sec16__link {
  color: #FFF;
  text-align: center;
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
  background: #00B900;
  font-family: "Noto Sans JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
  width: min(calc(380 / 1080 * 100vw), 380px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  border: 2px solid #00B900;
}
.sec16__link:hover {
  background-color: #fff;
  color: #00B900;
}
.sec16__text-1 {
  color: #565656;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  padding: min(calc(15 / 1080 * 100vw), 15px) 0;
  width: min(calc(642 / 1080 * 100vw), 642px);
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
}
.sec16__text-2 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}

@media screen and (max-width: 767px) {
  .sec16 {
    padding-top: calc(100 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
  }
  .sec16__inner {
    width: calc(630 / 750 * 100vw);
  }
  .sec16__link {
    border-radius: calc(80 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
  .sec16__text-1 {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(3.92 / 750 * 100vw);
    padding: calc(35 / 750 * 100vw) 0;
    width: calc(630 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
  .sec16__text-2 {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(3.64 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    text-align: left;
  }
}
.sec17 iframe {
  height: 1150px;
  width: 99%;
  border: none;
}
@media screen and (max-width: 767px) {
  .sec17 iframe {
    height: 1300px;
  }
}

.adlp-main--form .adlp-form .wrap1000 {
  padding: 0 min(calc(75 / 1080 * 100vw), 75px);
}
.adlp-main--form .adlp-form .adlp-form__wrapper {
  position: relative;
  width: 100%;
  height: 80vh;
}
@media screen and (max-width: 767px) {
  .adlp-main--form .adlp-form .adlp-form__wrapper {
    height: 100dvh;
    height: 100vh;
  }
}
.adlp-main--form .adlp-form .adlp-form__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/*# sourceMappingURL=lp.css.map */
