@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
body {
  min-width: 1280px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

.inner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

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

.imgalpha {
  transition: opacity 0.6s;
}
.imgalpha:hover {
  opacity: 0.6;
}

/*-------------------------------------------------------------------
mv
/*-------------------------------------------------------------------*/
.mv {
  background-image: url(../images/mv_bg01_pc.webp);
  background-size: 1920px;
  margin: 0 auto;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../images/mv_bg01_sp.webp);
    background-size: cover;
  }
}
.mv .inner {
  position: relative;
  padding: 0 40px;
  height: 700px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .mv .inner {
    padding: 0;
    height: 165.8974358974vw;
    padding-top: 5.1282051282vw;
  }
}
.mv .mv_ttl {
  width: 741px;
  position: absolute;
  top: 165px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    width: 91.2820512821vw;
    top: 17.9487179487vw;
    left: 3.8461538462vw;
  }
}
.mv .mv_logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .mv .mv_logo {
    width: 43.0769230769vw;
    margin-left: 5.1282051282vw;
  }
}
.mv .mv_img01 {
  position: absolute;
  width: 1051px;
  bottom: 0;
  right: -270px;
}
@media screen and (max-width: 768px) {
  .mv .mv_img01 {
    width: 100vw;
    bottom: 0vw;
    right: 0vw;
  }
}
.mv .mv_img02 {
  position: absolute;
  width: 159px;
  top: 189px;
  right: 362px;
}
@media screen and (max-width: 768px) {
  .mv .mv_img02 {
    width: 33.8461538462vw;
    top: 97.1794871795vw;
    right: 3.0769230769vw;
  }
}

/*-------------------------------------------------------------------
On Air
/*-------------------------------------------------------------------*/
.on-air {
  background: #fff;
  padding: 90px 0 100px;
}
@media screen and (max-width: 768px) {
  .on-air {
    padding: 16.6666666667vw 0 15.3846153846vw;
  }
}
.on-air .on-air__ttl-en {
  width: 193px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .on-air .on-air__ttl-en {
    width: 48.4615384615vw;
    margin: 0 auto 3.8461538462vw;
  }
}
.on-air__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .on-air__inner {
    padding: 0 5.1282051282vw;
  }
}
.on-air__head {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .on-air__head {
    margin-bottom: 10.2564102564vw;
  }
}
.on-air__script {
  font-family: "Gardena Holmes Script DEMO", cursive;
  font-size: 67px;
  color: #ed8c84;
  letter-spacing: 0.114em;
  line-height: 1.37;
}
@media screen and (max-width: 768px) {
  .on-air__script {
    font-size: 17.1794871795vw;
    letter-spacing: 1.9641025641vw;
  }
}
.on-air__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ed8c84;
  letter-spacing: 0.11em;
  line-height: 1.89;
}
@media screen and (max-width: 768px) {
  .on-air__title {
    font-size: 6.4102564103vw;
    letter-spacing: 0.7051282051vw;
    line-height: 1.6;
  }
}
.on-air__title-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .on-air__title-br {
    display: block;
  }
}
.on-air__deco {
  position: absolute;
  top: 0;
  width: 82px;
  right: 338px;
  pointer-events: none;
}
.on-air__deco img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .on-air__deco {
    top: 4.6153846154vw;
    left: auto;
    right: -1.2820512821vw;
    width: 21.0256410256vw;
  }
}
.on-air__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 71px;
}
@media screen and (max-width: 768px) {
  .on-air__body {
    flex-direction: column;
    gap: 6.4102564103vw;
  }
}
.on-air__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 270px);
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .on-air__thumbs {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5384615385vw;
    width: 100%;
  }
}
.on-air__thumb img {
  display: block;
  width: 270px;
  height: 152px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .on-air__thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.on-air__lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  letter-spacing: 0.11em;
  line-height: 1.7;
}
.on-air__lead p + p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .on-air__lead {
    width: 100%;
    font-size: 4.1025641026vw;
    letter-spacing: 0.4512820513vw;
    padding: 0 2.5641025641vw;
  }
  .on-air__lead p + p {
    margin-top: 4.1025641026vw;
  }
}

/*-------------------------------------------------------------------
profile
/*-------------------------------------------------------------------*/
.profile {
  background: #FAF7F2;
  z-index: 1001;
  position: relative;
}
.profile .profile_img {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .profile .profile_img {
    display: none;
  }
}
.profile .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .profile .inner {
    padding: 15.3846153846vw 0 15.3846153846vw;
  }
}
.profile .profile_name {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile .profile_name {
    gap: 0vw;
    margin-bottom: 2.5641025641vw;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.profile .profile_name-ja {
  color: #ED8C84;
  font-size: 30px;
  font-weight: 700;
  line-height: 189%;
  letter-spacing: 3.3px;
}
@media screen and (max-width: 768px) {
  .profile .profile_name-ja {
    font-size: 6.4102564103vw;
    letter-spacing: 0.7051282051vw;
  }
}
.profile .profile_name-en {
  width: 455px;
}
@media screen and (max-width: 768px) {
  .profile .profile_name-en {
    width: 82.3076923077vw;
  }
}
.profile .profile_txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 1.98px;
}
@media screen and (max-width: 768px) {
  .profile .profile_txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.4512820513vw;
    padding: 0 8.9743589744vw;
    line-height: 150%;
  }
}
.profile .profile_deco01 {
  width: 58px;
  position: absolute;
  bottom: 50px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .profile .profile_deco01 {
    width: 21.0256410256vw;
    top: -14.1025641026vw;
    left: auto;
    right: 2.5641025641vw;
    bottom: auto;
  }
}
.profile .profile_deco02 {
  width: 163px;
  position: absolute;
  bottom: 40px;
  right: 100px;
}
@media screen and (max-width: 768px) {
  .profile .profile_deco02 {
    width: 37.1794871795vw;
    right: 10.2564102564vw;
    bottom: -6.6666666667vw;
  }
}

/*-------------------------------------------------------------------
Gallery
/*-------------------------------------------------------------------*/
.gallery {
  position: relative;
  background: #fff;
  padding: 60px 0 100px;
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding: 5.1282051282vw 0 15.3846153846vw;
  }
}
.gallery .inner {
  position: relative;
}
.gallery__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gallery__inner {
    padding: 0 5.1282051282vw;
  }
}
.gallery__head {
  position: relative;
  text-align: center;
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .gallery__head {
    margin-bottom: 10.2564102564vw;
  }
}
.gallery__script {
  width: 239px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  .gallery__script {
    width: 61.2820512821vw;
    font-size: 17.1794871795vw;
    letter-spacing: 1.9641025641vw;
  }
}
.gallery__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ed8c84;
  letter-spacing: 0.11em;
  line-height: 1.89;
}
@media screen and (max-width: 768px) {
  .gallery__title {
    font-size: 6.4102564103vw;
    letter-spacing: 0.7051282051vw;
  }
}
.gallery__deco {
  position: absolute;
  top: 37px;
  left: calc(50% + 130px);
  width: 48px;
  pointer-events: none;
}
.gallery__deco img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gallery__deco {
    top: 16.6666666667vw;
    left: auto;
    right: 2.8205128205vw;
    width: 12.3076923077vw;
  }
}
.gallery__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 90px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .gallery__list {
    flex-direction: column;
    gap: 12.3076923077vw;
  }
}
.gallery__thumb {
  position: relative;
  width: 450px;
  height: 253px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .gallery__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.gallery__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .gallery__play {
    width: 14.358974359vw;
  }
}
.gallery__caption {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #494949;
  letter-spacing: 0.11em;
  line-height: 1.89;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .gallery__caption {
    font-size: 4.8717948718vw;
    letter-spacing: 0.5076923077vw;
    margin-top: 1.5384615385vw;
  }
}
.gallery__deco-camera {
  position: absolute;
  top: 38px;
  left: 20px;
  width: 147px;
  pointer-events: none;
}
.gallery__deco-camera img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gallery__deco-camera {
    top: 104.358974359vw;
    left: 0.7692307692vw;
    width: 20.7692307692vw;
  }
}
.gallery__deco-film {
  position: absolute;
  top: 397px;
  right: -32px;
  width: 216px;
  pointer-events: none;
}
.gallery__deco-film img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gallery__deco-film {
    top: 185.8974358974vw;
    left: 68.4615384615vw;
    right: auto;
    width: 28.4615384615vw;
  }
}

/*-------------------------------------------------------------------
Making
/*-------------------------------------------------------------------*/
.making {
  position: relative;
  background: #faf7f2;
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  .making {
    padding: 7.6923076923vw 0 15.3846153846vw;
  }
}
.making .inner {
  position: relative;
}
.making .making__script {
  width: 238px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  .making .making__script {
    width: 61.0256410256vw;
  }
}
.making__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .making__inner {
    padding: 0 5.1282051282vw;
  }
}
.making__head {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .making__head {
    margin-bottom: 7.6923076923vw;
  }
}
.making__script {
  font-family: "Gardena Holmes Script DEMO", cursive;
  font-size: 67px;
  color: #ed8c84;
  letter-spacing: 0.114em;
  line-height: 1.37;
}
@media screen and (max-width: 768px) {
  .making__script {
    font-size: 17.1794871795vw;
    letter-spacing: 1.9641025641vw;
  }
}
.making__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ed8c84;
  letter-spacing: 0.11em;
  line-height: 1.89;
}
@media screen and (max-width: 768px) {
  .making__title {
    font-size: 6.4102564103vw;
    letter-spacing: 0.7051282051vw;
  }
}
.making__deco-flower {
  position: absolute;
  left: 440px;
  top: 44px;
  width: 82px;
  pointer-events: none;
}
.making__deco-flower img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .making__deco-flower {
    left: -1.2820512821vw;
    top: 8.9743589744vw;
    width: 19.2307692308vw;
  }
}
.making__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .making__body {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
  }
}
.making__sub-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .making__sub-list {
    width: 50%;
  }
}
.making__sub-list--left {
  gap: 53px;
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  .making__sub-list--left {
    gap: 29.2307692308vw;
  }
}
.making__sub-list--right {
  gap: 81px;
}
@media screen and (max-width: 768px) {
  .making__sub-list--right {
    gap: 29.2307692308vw;
    margin-top: 26.6666666667vw;
  }
}
.making__sub-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.making__main {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .making__main {
    order: -1;
    width: 100%;
    margin-bottom: 10.2564102564vw;
  }
}
.making__thumb {
  position: relative;
  width: 600px;
  height: 337px;
  overflow: hidden;
  display: block;
}
.making__thumb img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .making__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.making__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  display: block;
  pointer-events: none;
}
.making__play img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .making__play {
    width: 14.358974359vw;
  }
}
.making__deco-clap {
  position: absolute;
  left: -4px;
  top: 69px;
  width: 127px;
  pointer-events: none;
}
.making__deco-clap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .making__deco-clap {
    left: 14.358974359vw;
    top: auto;
    bottom: -5.3846153846vw;
    width: 21.0256410256vw;
  }
}
.making__deco-film {
  position: absolute;
  right: -135px;
  top: 519px;
  width: 115px;
  pointer-events: none;
}
.making__deco-film img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .making__deco-film {
    right: 14.6153846154vw;
    top: 105.641025641vw;
    width: 21.5384615385vw;
  }
}
.making__deco-film-strip {
  display: none;
  pointer-events: none;
}
.making__deco-film-strip img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .making__deco-film-strip {
    display: block;
    position: absolute;
    right: 3.3333333333vw;
    top: -13.3333333333vw;
    width: 28.4615384615vw;
  }
}
.making .right {
  position: relative;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .making .right {
    right: 0;
  }
}
.making .left {
  position: relative;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .making .left {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .making .making__sub-item {
    width: 42.5641025641vw;
  }
  .making .making__sub-list--left {
    right: -5.1282051282vw;
    position: relative;
  }
  .making .making__sub-list--right {
    right: 5.1282051282vw;
    position: relative;
  }
}

/*-------------------------------------------------------------------
保証システム (hosho)
/*-------------------------------------------------------------------*/
.hosho {
  background: #e7f2f5;
  padding: 70px 0 80px;
}
@media screen and (max-width: 768px) {
  .hosho {
    padding: 48.7179487179vw 0 15.3846153846vw;
  }
}
.hosho .hosho_object {
  position: absolute;
  width: 413px;
  top: -327px;
  left: -150px;
}
@media screen and (max-width: 768px) {
  .hosho .hosho_object {
    width: 95.641025641vw;
    top: -132.0512820513vw;
    left: -7.6923076923vw;
  }
}
.hosho .hosho__col-left {
  position: relative;
}
.hosho__inner {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  padding: 80px 40px 60px;
}
@media screen and (max-width: 768px) {
  .hosho__inner {
    margin: 0 5.1282051282vw;
    padding: 7.6923076923vw 5.1282051282vw 5.1282051282vw;
  }
}
.hosho__row {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hosho__row {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.hosho__col-left {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .hosho__col-left {
    width: 100%;
  }
}
.hosho__col-right {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .hosho__col-right {
    padding-top: 0;
    width: 100%;
  }
}
.hosho__speech {
  position: relative;
  border: 2px solid #003461;
  border-radius: 6px;
  padding: 14px 50px 14px 16px;
  margin-bottom: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .hosho__speech {
    font-size: 3.0769230769vw;
    letter-spacing: 0.3076923077vw;
    padding: 3.0769230769vw 12.8205128205vw 3.0769230769vw 3.5897435897vw;
    margin-bottom: 4.1025641026vw;
  }
}
.hosho__speech-deco {
  position: absolute;
  pointer-events: none;
}
.hosho__speech-deco img {
  width: 100%;
  height: auto;
}
.hosho__speech-deco--l {
  left: -30px;
  bottom: -20px;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .hosho__speech-deco--l {
    left: -5.1282051282vw;
    bottom: -3.8461538462vw;
    width: 5.3846153846vw;
  }
}
.hosho__speech-deco--r {
  right: 8px;
  bottom: -24px;
  width: 37px;
}
@media screen and (max-width: 768px) {
  .hosho__speech-deco--r {
    right: 1.5384615385vw;
    bottom: -4.6153846154vw;
    width: 7.4358974359vw;
  }
}
.hosho__photo {
  display: block;
  margin: 0;
  overflow: hidden;
}
.hosho__photo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.hosho__cert {
  display: block;
  margin: 20px 0 0;
  overflow: hidden;
  height: 245px;
}
.hosho__cert img {
  display: block;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 10%;
     object-position: center 10%;
}
@media screen and (max-width: 768px) {
  .hosho__cert--pc {
    display: none;
  }
}
.hosho__cert--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .hosho__cert--sp {
    display: block;
    height: 39.7435897436vw;
    margin: 5.1282051282vw 0;
  }
}
.hosho__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #003461;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .hosho__title {
    font-size: 6.6666666667vw;
    letter-spacing: 0.7333333333vw;
    margin-bottom: 5.1282051282vw;
  }
}
.hosho__lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.11em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .hosho__lead {
    font-size: 4.1025641026vw;
    letter-spacing: 0.3948717949vw;
    text-align: left;
    margin-bottom: 5.1282051282vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hosho__lead-br {
    display: none;
  }
}
.hosho__merit-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #000;
  letter-spacing: 0.11em;
  line-height: 1.6;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .hosho__merit-title {
    font-size: 5.1282051282vw;
    letter-spacing: 0.3076923077vw;
    margin-bottom: 3.0769230769vw;
  }
}
.hosho__merit-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .hosho__merit-text {
    font-size: 4.1025641026vw;
    letter-spacing: 0.358974359vw;
  }
}
.hosho__chart {
  max-width: 1040px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .hosho__chart {
    margin-top: 7.6923076923vw;
  }
}
.hosho__chart-fig {
  display: block;
  margin: 0;
}
.hosho__chart-fig img {
  display: block;
  width: 100%;
  height: auto;
}
.hosho__chart-note {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.11em;
  line-height: 1.6;
  margin-top: 0px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .hosho__chart-note {
    font-size: 2.8205128205vw;
    letter-spacing: 0.3102564103vw;
    margin-top: 2.5641025641vw;
    padding: 0;
  }
}
.hosho__cards {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hosho__cards {
    flex-direction: column;
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
}
.hosho__card {
  max-width: 358px;
  flex: 1;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .hosho__card {
    border-radius: 5.1282051282vw;
    padding: 6.4102564103vw 5.1282051282vw;
    max-width: 100%;
  }
}
.hosho__card-head {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .hosho__card-head {
    margin-bottom: 3.5897435897vw;
  }
}
.hosho__card-sub {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #000;
  letter-spacing: 0.11em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .hosho__card-sub {
    font-size: 5.8974358974vw;
    letter-spacing: 0.5076923077vw;
  }
}
.hosho__card-name {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  letter-spacing: 0.11em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .hosho__card-name {
    font-size: 7.1794871795vw;
    letter-spacing: 0.2564102564vw;
  }
}
.hosho__card-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .hosho__card-text {
    font-size: 4.1025641026vw;
    letter-spacing: 0.358974359vw;
    margin-bottom: 3.5897435897vw;
  }
}
.hosho__card-note {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .hosho__card-note {
    font-size: 2.8205128205vw;
    letter-spacing: 0.2820512821vw;
    margin-bottom: 3.5897435897vw;
  }
}
.hosho__card-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  background: #003461;
  color: #fff;
  border-radius: 30px;
  padding: 4px 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .hosho__card-label {
    font-size: 3.5897435897vw;
    padding: 1.0256410256vw 4.6153846154vw;
    margin-bottom: 2.5641025641vw;
  }
}
.hosho__card-tel {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  letter-spacing: 0.11em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .hosho__card-tel {
    font-size: 7.6923076923vw;
    letter-spacing: 0.8461538462vw;
    margin-bottom: 3.5897435897vw;
  }
}
.hosho__card-fig {
  margin: 0 auto;
  display: block;
}
.hosho__card-fig img {
  display: block;
  width: 100%;
  height: auto;
}
.hosho__card-fig--masked {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.hosho__card-fig--masked img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hosho__card-fig--masked {
    width: 71.7948717949vw;
    height: 71.7948717949vw;
  }
}
.hosho__cta {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .hosho__cta {
    margin-top: 10.2564102564vw;
  }
}
.hosho__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #153259;
  color: #fff;
  border-radius: 49px;
  width: 400px;
  height: 90px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .hosho__btn:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .hosho__btn {
    width: 79.4871794872vw;
    height: 17.9487179487vw;
    font-size: 4.6153846154vw;
    letter-spacing: 0.5538461538vw;
  }
}

.middle_ttl {
  color: #003461;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: 3.3px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .middle_ttl {
    font-size: 6.4102564103vw;
    letter-spacing: 0.7051282051vw;
    margin-bottom: 7.6923076923vw;
  }
}

.middle_txt {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.98px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .middle_txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.4512820513vw;
    line-height: 170%;
  }
}

.cv.middle {
  padding: 20px 0 100px;
  background: #e7f2f5;
}
@media screen and (max-width: 768px) {
  .cv.middle {
    padding: 7.6923076923vw 0 10.2564102564vw;
  }
}
.cv.middle .cv_boxwarap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cv.middle .cv_boxwarap {
    margin-top: 46.1538461538vw;
  }
}
.cv .cv_boxImg {
  position: absolute;
  width: 322px;
  top: -230px;
  right: 120px;
}
@media screen and (max-width: 768px) {
  .cv .cv_boxImg {
    width: 72.8205128205vw;
    top: -48.2051282051vw;
    right: 17.9487179487vw;
  }
}
.cv .cv_boxwarap {
  display: flex;
  gap: 30px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cv .cv_boxwarap {
    flex-direction: column;
    gap: 7.6923076923vw;
  }
}
.cv .cv_box {
  width: 440px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .cv .cv_box {
    width: 89.7435897436vw;
    padding: 5.1282051282vw 0;
    margin: 0 auto;
    border-radius: 5.1282051282vw;
  }
}
.cv .cv_box.boxleft {
  background: #003461;
}
.cv .cv_box.boxright {
  background: #ED8C84;
}
.cv .cv_box.boxright .cv_box-btn {
  color: #ED8C84;
}
.cv .cv_box .cv_box-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.cv .cv_box .cv_box-top .cv_box-top-img {
  width: 104px;
}
@media screen and (max-width: 768px) {
  .cv .cv_box .cv_box-top .cv_box-top-img {
    width: 17.4358974359vw;
  }
}
.cv .cv_box .cv_box-top .cv_box-top-txt {
  font-size: 15.84px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.64px; /* 155.556% */
  letter-spacing: 1.901px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .cv .cv_box .cv_box-top .cv_box-top-txt {
    font-size: 3.5897435897vw;
    letter-spacing: 0.4307692308vw;
    line-height: 150%;
  }
}
.cv .cv_box .cv_box-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 404.8px;
  height: 61.6px;
  border-radius: 43.12px;
  background: #FFF;
  color: #003461;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16.72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.672px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cv .cv_box .cv_box-btn {
    width: 79.4871794872vw;
    height: 11.5384615385vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.4307692308vw;
    margin-top: 2.5641025641vw;
  }
}
.cv .cv_box .cv_box-btn svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.hosho__card-label {
  position: relative;
  top: -45px;
}
@media screen and (max-width: 768px) {
  .hosho__card-label {
    top: 0;
    margin-top: 2.5641025641vw;
    margin-bottom: 0;
  }
}

.hosho__card-tel {
  position: relative;
  top: -55px;
}
@media screen and (max-width: 768px) {
  .hosho__card-tel {
    top: 0;
  }
}

.point {
  padding: 20px 0 100px;
  background: #e7f2f5;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 7.6923076923vw 0 10.2564102564vw;
  }
}
.point .point_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 1120px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .point .point_box {
    width: 89.7435897436vw;
    flex-direction: column;
    margin-bottom: 7.6923076923vw;
    line-height: 170%;
  }
}
.point .point_box.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .point .point_box.reverse {
    flex-direction: column;
  }
}
.point .point_box:last-child {
  margin-bottom: 0;
}
.point .point_boxCont {
  background-color: #fff;
  padding: 20px 20px 20px 40px;
  width: 680px;
  height: 264px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .point .point_boxCont {
    width: 89.7435897436vw;
    height: auto;
    padding: 7.6923076923vw 5.1282051282vw 7.6923076923vw 5.1282051282vw;
  }
}
.point .point_boxImg {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .point .point_boxImg {
    width: 89.7435897436vw;
  }
}
.point .point_boxCont-ttl {
  color: #003461;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 39px */
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .point .point_boxCont-ttl {
    font-size: 6.1538461538vw;
    letter-spacing: 0.6487179487vw;
    line-height: 150%;
    margin-bottom: 5.1282051282vw;
  }
}
.point .point_boxCont-txt {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .point .point_boxCont-txt {
    font-size: 4.1025641026vw;
    letter-spacing: 0.4512820513vw;
    line-height: 150%;
  }
}

.footer {
  background-color: #3e3a39;
}

.footer img {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.footer .policy a img {
  max-width: 141px;
  width: 30vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.footer .insta {
  right: 21%;
  top: 16%;
}

.footer .logo {
  max-width: 207px;
  margin: 0 auto;
  position: absolute;
  top: 15.7%;
  left: 0;
  right: 0;
  width: 35vw;
}

.footer .inner {
  max-width: 640px;
  margin: 0 auto;
  max-height: 288px;
  position: relative;
  width: 100%;
  height: 50vw;
}

.Copyright {
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  bottom: 3.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14.1px;
}

.insta {
  position: absolute;
  max-width: 42px;
  width: 6.5vw;
}

.float2 {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99999;
  width: 95px;
  max-width: 110px;
}

.float2 > div {
  margin-top: 1em;
}

.fixed_btn {
  width: 309px;
  display: block;
  margin: 0 auto;
  position: fixed;
  bottom: 70px;
  right: 145px;
  z-index: 999;
}
@media screen and (max-width: 780px) {
  .fixed_btn {
    width: 83.5897435897vw;
  }
}

@media (max-width: 639px) {
  .float2 {
    bottom: 20vw !important;
    right: 2vw !important;
    width: 11.22% !important;
  }
}
.fv__img {
  opacity: 0;
  transform: translateY(1%);
}

.fv-strip__inner {
  opacity: 0;
  transform: translateY(-1%);
}

.relation {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .relation {
    margin-top: 15.3846153846vw;
  }
}
.relation .relation__ttl-en {
  width: 416px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .relation .relation__ttl-en {
    width: 90.7692307692vw;
    margin: 0 auto 2.5641025641vw;
  }
}
.relation .inner {
  position: relative;
}
.relation .relation__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ed8c84;
  letter-spacing: 0.11em;
  line-height: 1.89;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .relation .relation__title {
    font-size: 6.4102564103vw;
    letter-spacing: 0.7051282051vw;
  }
}
.relation .gallery__deco {
  position: absolute;
  top: 37px;
  left: calc(50% + 210px);
  width: 48px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .relation .gallery__deco {
    top: 14.1025641026vw;
    left: auto;
    right: 23.3333333333vw;
    width: 8.2051282051vw;
  }
}
.relation .relation_bnrWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .relation .relation_bnrWrap {
    gap: 10.2564102564vw;
    margin-top: 7.6923076923vw;
    flex-direction: column;
  }
}
.relation .relation_bnrWrap .relation_bnr {
  width: 429px;
}
@media screen and (max-width: 768px) {
  .relation .relation_bnrWrap .relation_bnr {
    width: 89.7435897436vw;
  }
}

.bottom_area {
  background: #FAF7F2;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .bottom_area {
    padding-top: 10.7692307692vw;
    padding-bottom: 10.2564102564vw;
  }
}

.top_fadein {
  opacity: 0;
  transform: translateY(4%);
}/*# sourceMappingURL=style.css.map */