@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif, sans-serif;
}

@-webkit-keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

.html {
  width: 100%;
  height: 100%;
}

.body {
  width: 100%;
  height: 100%;
}

.header {
  z-index: 100000;
  position: fixed;
  top: 0;
  width: 100%;
}
.header__logo {
  width: 80px;
  position: fixed;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 140px;
    top: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo {
    width: 220px;
  }
}
.header__inner {
  display: block;
  position: absolute;
  width: 100%;
}
.header-nav__menu {
  position: absolute;
  right: 0;
  height: 100vh;
  top: 0;
  background-color: rgba(242, 242, 242, 0.8);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  margin-top: 0%;
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  .header-nav__menu {
    height: 60vh;
    width: 10vw;
    align-items: normal;
    right: 50px;
    top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    opacity: 1;
    transform: none;
    transition: none;
    background-color: transparent;
  }
}
.header-nav__menu__list {
  font-size: 0.875rem;
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  .header-nav__menu__list {
    font-size: 0.9375rem;
    display: block;
    writing-mode: vertical-rl;
  }
}
.header-nav__menu__list__span {
  width: 0.625rem;
  display: block;
  margin-right: 0.25rem;
}
.header-nav__menu__list__span__img {
  width: 100%;
}
.header-nav__menu__list__link {
  position: relative;
}
.header-nav__menu__list__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.09375rem;
  background: #d22365;
  bottom: -23%; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.header-nav__menu__list__link:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.header__list__bg {
  width: 100%;
  position: absolute;
  top: 86%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .header__list__bg {
    display: none;
  }
}
.header__list__bg__img {
  width: 100%;
  height: auto;
}
.header__open__btn2 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 13px;
  right: 4px;
  z-index: 100000;
}
.header__open__btn2::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(/assets/img_nexus/header__btn__bg.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-64%, -47%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .header__open__btn2 {
    display: none;
  }
}
.header__open__btn2 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 2px;
  background-color: #86b5d3;
}
.header__open__btn2 span:nth-child(1) {
  top: 22px;
  width: 30%;
}
.header__open__btn2 span:nth-child(2) {
  top: 29px;
  width: 30%;
}
.header__contact {
  width: 80%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  visibility: hidden;
}
.header__contact.entry {
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .header__contact {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media screen and (min-width: 1440px) {
  .header__contact {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
.header__contact__hl {
  font-size: 1.0625rem;
  color: #2ca3dd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__contact__hl {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__contact__hl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__contact__hl {
    font-size: 1.625rem;
  }
}
.header__contact__text {
  font-size: 0.8125rem;
  color: #2ca3dd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 2%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__contact__text {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__contact__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__contact__text {
    font-size: 1.375rem;
  }
}
.header__contact__text::after {
  content: "";
  display: block;
  background-image: url("https://coreful.co.jp/coreful.co.jp/corefulpaint/assets/img_cp/contact__ashirai.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 210%);
  width: 90%;
  height: 5px;
}
@media screen and (min-width: 768px) {
  .header__contact__text::after {
    transform: translate(-50%, 320%);
  }
}
@media screen and (min-width: 1024px) {
  .header__contact__text::after {
    transform: translate(-50%, 400%);
  }
}
@media screen and (min-width: 1440px) {
  .header__contact__text::after {
    transform: translate(-50%, 500%);
  }
}
.header__contact__wrap {
  display: flex;
  margin-top: 2%;
}
.header__contact__tel {
  width: 100%;
}
.header__contact__tel__img {
  width: 100%;
}
.header__contact__line {
  width: 100%;
}
.header__contact__line__img {
  width: 100%;
}

.header__open__btn2.active span:nth-of-type(1) {
  top: 20px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

.header__open__btn2.active span:nth-of-type(2) {
  top: 32px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.header-nav-active {
  transform: translateX(0);
  opacity: 1; /* フェードインアニメーション */
}

/* humのline操作 */
.sns__list {
  display: flex;
  flex-direction: column;
  width: 30px;
  z-index: 1000;
  position: fixed;
  top: 66px;
  right: 18px;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .sns__list {
    display: flex;
    width: 60px;
    height: 60px;
    flex-direction: row;
    z-index: 1000;
    position: fixed;
    top: 63%;
    right: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .sns__list {
    right: 23px;
  }
}
.sns__list__item {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .sns__list__item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.sns__list__item:nth-child(1):hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.sns__list__item:nth-child(2):hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.sns__list__item:nth-child(3):hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.sns__list__item__link__img {
  width: 100%;
  height: auto;
}

.sns__item:nth-child(1):hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.sns__item:nth-child(2):hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.sns__item:nth-child(3):hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.sns__item__link__img {
  width: 100%;
  height: auto;
}
/* main */
.main {
  overflow: hidden;
}

/* main-visualのスライダー */
#js__main__visual__box {
  display: none;
}

.main__visual {
  width: 66%;
  margin-top: 0%;
  margin-left: 34%;
  position: relative;
}
.main__visual__img {
  width: 100%;
  height: auto;
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10かららしい */
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
@media screen and (min-width: 768px) {
  .main__visual__img {
    width: 100%;
  }
}
.main__visual__ashirai {
  display: none;
}
@media screen and (min-width: 768px) {
  .main__visual__ashirai {
    display: block;
    top: 40%;
    width: 84%;
    position: absolute;
    left: -20%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .main__visual__ashirai {
    top: 145%;
  }
}
@media screen and (min-width: 1440px) {
  .main__visual__ashirai {
    top: 148%;
  }
}
.main__visual__ashirai__sp {
  width: 110%;
  position: absolute;
  top: 48%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .main__visual__ashirai__sp {
    display: none;
  }
}
.main__visual__text {
  font-size: 1rem;
  color: black;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-align: start;
  margin-left: -46%;
  margin-top: -55%;
  line-height: 1.7em;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .main__visual__text {
    margin-left: -42%;
    margin-top: -55%;
    line-height: 2.7em;
  }
}
@media screen and (min-width: 1024px) {
  .main__visual__text {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .main__visual__text {
    font-size: 1.5rem;
  }
}
.main__visual__hl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .main__visual__hl {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .main__visual__hl {
    width: 35%;
  }
}

.thought {
  width: 100%;
  margin-top: 25%;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .thought {
    margin-top: 20%;
  }
}
.thought__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .thought__wrap {
    align-items: left;
    justify-content: left;
    align-items: center;
  }
}
.thought__img {
  width: 250px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .thought__img {
    width: 307px;
  }
}
@media screen and (min-width: 1024px) {
  .thought__img {
    width: 408px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .thought__img {
    width: 600px;
    margin-left: 90px;
  }
}
.thought__img__img {
  width: 100%;
  height: auto;
}
.thought__hl {
  margin-right: 20px;
  width: 116px;
  font-size: 1.375rem;
  color: #2f4666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .thought__hl {
    width: 153px;
    margin-right: 0px;
    margin-left: 70px;
    margin-top: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .thought__hl {
    width: 220px;
    margin-left: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .thought__hl {
    width: 280px;
    margin-left: 150px;
  }
}
.thought__hl__img {
  width: 100%;
  height: auto;
}
.thought__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 17px;
  height: 95px;
  background-image: url("/assets/img_nexus/thought__omoi_1.svg");
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .thought__hl::before {
    transform: translate(-690%, -70%);
  }
}
@media screen and (min-width: 1024px) {
  .thought__hl::before {
    transform: translate(-920%, -90%);
  }
}
@media screen and (min-width: 1440px) {
  .thought__hl::before {
    transform: translate(-490%, -34%);
    width: 45px;
    height: 250px;
  }
}
.thought__hl::after {
  content: "";
  display: inline-block;
}
.thought__text {
  font-size: 1rem;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-align: center;
  line-height: 2.1em;
  margin-top: 3%;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 9%;
}
@media screen and (min-width: 768px) {
  .thought__text {
    text-align: left;
    margin-left: 401px;
    margin-right: 0;
    margin-top: -130px;
  }
}
@media screen and (min-width: 1024px) {
  .thought__text {
    font-size: 1.125rem;
    margin-left: 550px;
  }
}
@media screen and (min-width: 1440px) {
  .thought__text {
    font-size: 24px;
    margin-left: 840px;
    line-height: 2.7em;
  }
}

.br__sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .br__sp {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .br__sp {
    display: inline;
  }
}

.br__pc {
  display: inline;
}
@media screen and (min-width: 768px) {
  .br__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .br__pc {
    display: none;
  }
}

#scroll-text {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: 20%;
}
@media screen and (min-width: 768px) {
  #scroll-text {
    height: 100px;
  }
}

.scroll-text__text {
  display: inline-block;
  padding-left: 0%;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  height: auto;
}

.about {
  width: 100%;
  margin-top: 0%;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 9%;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    margin-top: 50%;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .about {
    margin-top: 55%;
  }
}
.about__hl {
  font-size: 1.25rem;
  color: #333;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .about__hl {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .about__hl {
    font-size: 2.5rem;
  }
}
.about__hl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 620%);
  z-index: -10;
  background-color: #86b5d3;
  height: 3px;
  display: block;
  background-position: center;
  background-size: contain;
  width: 170px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .about__hl::after {
    width: 190px;
  }
}
@media screen and (min-width: 1024px) {
  .about__hl::after {
    width: 220px;
    transform: translate(-50%, 900%);
  }
}
@media screen and (min-width: 1440px) {
  .about__hl::after {
    width: 320px;
    transform: translate(-50%, 1010%);
  }
}
.about__text {
  font-size: 1rem;
  text-align: center;
  color: #333;
  margin-top: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .about__text {
    font-size: 1.25rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .about__text {
    font-size: 1.375rem;
  }
}
.about__btn {
  margin: 0 auto;
  width: 120px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .about__btn {
    width: 140px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .about__btn {
    width: 170px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .about__btn {
    width: 250px;
  }
}
.about__btn__img {
  width: 100%;
  height: auto;
  z-index: 10;
  position: relative;
}
.about__btn__img:hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.about__img {
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__img {
    margin-top: 60px;
  }
}
.about__img__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .about__img__img {
    display: none;
  }
}
.about__img__img__pc {
  height: auto;
  width: 600px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -80%);
}
@media screen and (max-width: 1023px) {
  .about__img__img__pc {
    display: none;
  }
}
.about__img__ashirai {
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -70%);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .about__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-134%, -140%);
  }
}

.detail {
  width: 100%;
  margin-top: 0%;
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  .detail {
    margin-top: 90%;
  }
}
@media screen and (min-width: 1440px) {
  .detail {
    margin-top: 110%;
  }
}
.detail__hl {
  margin: 0 auto;
  width: 260px;
  font-size: 1.375rem;
  color: #2f4666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .detail__hl {
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .detail__hl {
    width: 350px;
  }
}
@media screen and (min-width: 1440px) {
  .detail__hl {
    width: 490px;
  }
}
.detail__hl__img {
  width: 100%;
  height: auto;
}
.detail__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 18px;
  height: 115px;
  background-image: url("/assets/img_nexus/detail__ashirai.svg");
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  .detail__hl::before {
    width: 25px;
    height: 155px;
  }
}
@media screen and (min-width: 1440px) {
  .detail__hl::before {
    width: 29px;
    height: 186px;
  }
}
.detail__wrap {
  display: flex;
  width: 308px;
  margin: 0 auto;
  margin-top: 170px;
}
@media screen and (min-width: 1024px) {
  .detail__wrap {
    width: 405px;
    margin-top: 250px;
  }
}
@media screen and (min-width: 1440px) {
  .detail__wrap {
    width: 700px;
    margin-top: 300px;
  }
}
.detail__wrap::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 280px;
  height: 251px;
  background-image: url("/assets/img_nexus/souzoku&minpaku_bg.svg");
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -4%);
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  .detail__wrap::before {
    width: 370px;
    height: 328px;
  }
}
@media screen and (min-width: 1440px) {
  .detail__wrap::before {
    width: 620px;
    height: 550px;
  }
}
.detail__minpaku__img {
  width: 100%;
}
.detail__minpaku__img__img {
  width: 100%;
  height: auto;
  z-index: 10;
}
.detail__minpaku__img__img:hover {
  transform: scale(1.1, 1.1); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
.detail__souzoku__img {
  width: 100%;
}
.detail__souzoku__img__img {
  z-index: 10;
  width: 100%;
}
.detail__souzoku__img__img:hover {
  transform: scale(1.1, 1.1); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}

.forte {
  width: 100%;
  margin-top: 20%;
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  .forte {
    margin-top: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .forte {
    margin-top: 20%;
  }
}
.forte__hl {
  margin: 0 auto;
  width: 97px;
  font-size: 1.375rem;
  color: #2f4666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .forte__hl {
    width: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .forte__hl {
    width: 140px;
  }
}
@media screen and (min-width: 1440px) {
  .forte__hl {
    width: 200px;
  }
}
.forte__hl__img {
  width: 100%;
  height: auto;
}
.forte__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 18px;
  height: 87px;
  background-image: url("/assets/img_nexus/forte__tuyomi.svg");
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .forte__hl::before {
    width: 21px;
    height: 100px;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 1024px) {
  .forte__hl::before {
    width: 25px;
    height: 118px;
  }
}
@media screen and (min-width: 1440px) {
  .forte__hl::before {
    width: 29px;
    height: 140px;
  }
}
.forte__img {
  margin: 0 auto;
  width: 240px;
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .forte__img {
    width: 260px;
    margin-top: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .forte__img {
    width: 490px;
    margin-top: 210px;
  }
}
@media screen and (min-width: 1440px) {
  .forte__img {
    width: 690px;
    margin-top: 260px;
  }
}
.forte__img__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .forte__img__img {
    display: none;
  }
}
.forte__img__img__pc {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .forte__img__img__pc {
    display: none;
  }
}
.forte__ashirai__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -72%);
  width: 130%;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .forte__ashirai__img {
    transform: translate(-50%, -57%);
    width: 110%;
  }
}

.blog {
  width: 100%;
  margin-top: 20%;
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  .blog {
    margin-top: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .blog {
    margin-top: 20%;
  }
}
.blog__hl {
  margin: 0 auto;
  width: 97px;
  font-size: 1.375rem;
  color: #2f4666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .blog__hl {
    width: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .blog__hl {
    width: 140px;
  }
}
@media screen and (min-width: 1440px) {
  .blog__hl {
    width: 200px;
  }
}
.blog__hl__img {
  width: 100%;
  height: auto;
}
.blog__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 18px;
  height: 87px;
  background-image: url("/assets/img_nexus/forte__tuyomi.svg");
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .blog__hl::before {
    width: 21px;
    height: 100px;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 1024px) {
  .blog__hl::before {
    width: 25px;
    height: 118px;
  }
}
@media screen and (min-width: 1440px) {
  .blog__hl::before {
    width: 29px;
    height: 140px;
  }
}

.service__main {
  position: relative;
  width: 100%;
}
.service__main__visual {
  width: 170px;
}
@media screen and (min-width: 768px) {
  .service__main__visual {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .service__main__visual {
    width: 390px;
  }
}
@media screen and (min-width: 1440px) {
  .service__main__visual {
    width: 460px;
  }
}
.service__main__visual__img {
  width: 100%;
  height: auto;
}
.service__main__hl2 {
  width: 20px;
  height: 100px;
  margin-left: 80px;
  margin-top: -190px;
}
@media screen and (min-width: 768px) {
  .service__main__hl2 {
    width: 22px;
    height: 100px;
    margin-left: 60px;
    margin-top: -570px;
  }
}
@media screen and (min-width: 1024px) {
  .service__main__hl2 {
    width: 33px;
    margin-left: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .service__main__hl2 {
    width: 43px;
    margin-left: 280px;
    margin-top: -819px;
  }
}
.service__main__hl2__img {
  width: 100%;
  height: auto;
}
.service__main__hl2::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 150px;
  height: 13px;
  background-image: url(/assets/img_nexus/service__hl2.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 180px;
  transform: translate(10%, -180px);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .service__main__hl2::after {
    top: 444px;
    left: 450px;
    transform: translate(10%, -280px);
    z-index: -10;
  }
}
@media screen and (min-width: 1024px) {
  .service__main__hl2::after {
    width: 253px;
    height: 21px;
    top: 568px;
    left: 620px;
  }
}
@media screen and (min-width: 1440px) {
  .service__main__hl2::after {
    left: 850px;
  }
}
.service__main__hl2::before {
  content: "";
  display: inline-block;
  width: 127px;
  height: 271px;
  background-image: url(/assets/img_nexus/service__main__hl__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 10%;
  right: -15%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .service__main__hl2::before {
    width: 247px;
    height: 524px;
  }
}
@media screen and (min-width: 1440px) {
  .service__main__hl2::before {
    width: 387px;
    height: 794px;
  }
}
.service__main__wrap {
  display: flex;
  justify-content: left;
  align-items: center;
}
.service__main__text {
  font-size: 0.9375rem;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  text-align: center;
  line-height: 2.1em;
  margin-top: 3%;
  text-align: center;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 9%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__main__text {
    text-align: left;
    margin-left: 371px;
    margin-right: 0;
    margin-top: -580px;
  }
}
@media screen and (min-width: 1024px) {
  .service__main__text {
    margin-top: -700px;
    font-size: 1.25rem;
    margin-left: 471px;
  }
}
@media screen and (min-width: 1440px) {
  .service__main__text {
    font-size: 1.4375rem;
    margin-left: 700px;
    line-height: 2.7em;
    margin-top: -840px;
  }
}
.service__main__text::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 117px;
  height: 403px;
  background-image: url(/assets/img_nexus/text__ashirai@1.5x.png);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: -170px;
  left: 200px;
  transform: translate(-210px, 140px);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .service__main__text::before {
    left: 180px;
    width: 158px;
    height: 543px;
  }
}
@media screen and (min-width: 1440px) {
  .service__main__text::before {
    left: 160px;
    width: 218px;
    height: 743px;
    top: -190px;
  }
}
.service__main__bg {
  width: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, 0%);
  z-index: -19;
}

.service__service__main {
  margin: 0 auto;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .service__service__main {
    width: 70%;
    margin-top: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .service__service__main {
    margin-top: 20%;
  }
}
.service__service__main__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .service__service__main__img {
    display: none;
  }
}
.service__service__main__img__pc {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service__service__main__img__pc {
    display: none;
  }
}

.service__souzoku {
  margin-top: 20%;
  position: relative;
}
.service__souzoku__img {
  left: 0;
  width: 256px;
}
@media screen and (min-width: 768px) {
  .service__souzoku__img {
    width: 376px;
  }
}
@media screen and (min-width: 1024px) {
  .service__souzoku__img {
    width: 412px;
  }
}
@media screen and (min-width: 1440px) {
  .service__souzoku__img {
    width: 652px;
  }
}
.service__souzoku__img__img {
  width: 100%;
  height: auto;
}
.service__souzoku__hl {
  font-size: 1.25rem;
  color: #86b5d3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  writing-mode: vertical-rl;
  margin-left: 70px;
}
@media screen and (min-width: 768px) {
  .service__souzoku__hl {
    font-size: 1.375rem;
    margin-left: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .service__souzoku__hl {
    margin-left: 250px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .service__souzoku__hl {
    font-size: 1.75rem;
  }
}
.service__souzoku__wrap {
  display: flex;
  align-items: flex-start;
}
.service__souzoku__text {
  font-size: 1rem;
  color: #333;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 100;
  text-align: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .service__souzoku__text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__souzoku__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .service__souzoku__text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .service__souzoku__text__wrap {
    width: 100%;
    transform: translate(-50%, -10%);
    margin-left: 630px;
    margin-top: -170px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .service__souzoku__text__wrap {
    margin-left: 907px;
    margin-top: -255px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service__souzoku__text__wrap {
    margin-left: 1297px;
    margin-top: -335px;
  }
}
.service__souzoku__hl3 {
  font-size: 1.25rem;
  color: #86b5d3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  margin-top: 10%;
  margin-left: 5%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .service__souzoku__hl3 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__souzoku__hl3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .service__souzoku__hl3 {
    font-size: 1.625rem;
  }
}
.service__souzoku__text2 {
  font-size: 1rem;
  color: #333;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 100;
  text-align: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 3%;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .service__souzoku__text2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .service__souzoku__text2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .service__souzoku__text2 {
    font-size: 1.5rem;
  }
}
.service__souzoku__nayami {
  margin: 0 auto;
  width: 100%;
  background: rgba(101, 187, 220, 0.1);
  margin-top: 20%;
  padding-top: 10%;
  padding-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .service__souzoku__nayami {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10%;
    background: none;
  }
}
.service__souzoku__nayami__img {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media screen and (min-width: 768px) {
  .service__souzoku__nayami__img {
    display: none;
  }
}
.service__souzoku__nayami__img__pc {
  height: auto;
}
@media screen and (max-width: 767px) {
  .service__souzoku__nayami__img__pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .service__souzoku__nayami__img__pc {
    width: 100%;
  }
}

.service__minpaku {
  margin-top: 20%;
  position: relative;
}
.service__minpaku__img {
  position: relative;
  width: 256px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .service__minpaku__img {
    width: 376px;
  }
}
@media screen and (min-width: 1024px) {
  .service__minpaku__img {
    width: 412px;
  }
}
@media screen and (min-width: 1440px) {
  .service__minpaku__img {
    width: 652px;
  }
}
.service__minpaku__img__img {
  width: 100%;
  height: auto;
}
.service__minpaku__hl {
  font-size: 1.25rem;
  color: #86b5d3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  writing-mode: vertical-rl;
  margin-left: 70px;
}
@media screen and (min-width: 768px) {
  .service__minpaku__hl {
    font-size: 1.375rem;
    margin-left: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .service__minpaku__hl {
    margin-left: 250px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .service__minpaku__hl {
    font-size: 1.75rem;
    margin-left: 540px;
  }
}
.service__minpaku__wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.service__minpaku__text {
  font-size: 1rem;
  color: #333;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 100;
  text-align: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10%;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .service__minpaku__text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__minpaku__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .service__minpaku__text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .service__minpaku__text__wrap {
    width: 100%;
    transform: translate(-50%, -10%);
    margin-left: 450px;
    margin-top: -170px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .service__minpaku__text__wrap {
    margin-left: 627px;
    margin-top: -255px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .service__minpaku__text__wrap {
    margin-left: 1087px;
    margin-top: -335px;
  }
}
.service__minpaku__hl3 {
  font-size: 1.25rem;
  color: #86b5d3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  margin-top: 10%;
  margin-left: 5%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .service__minpaku__hl3 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service__minpaku__hl3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .service__minpaku__hl3 {
    font-size: 1.625rem;
  }
}
.service__minpaku__text2 {
  font-size: 1rem;
  color: #333;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 100;
  text-align: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 3%;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .service__minpaku__text2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .service__minpaku__text2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .service__minpaku__text2 {
    font-size: 1.5rem;
  }
}
.service__minpaku__hudousan {
  margin: 0 auto;
  width: 70%;
  margin-top: 20%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__minpaku__hudousan {
    width: 45%;
    margin-top: 10%;
  }
}
.service__minpaku__hudousan__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .service__minpaku__hudousan__img {
    display: none;
  }
}
.service__minpaku__hudousan__img__pc {
  height: auto;
}
@media screen and (max-width: 767px) {
  .service__minpaku__hudousan__img__pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .service__minpaku__hudousan__img__pc {
    width: 100%;
  }
}
.service__minpaku__hudousan__bg {
  width: 170%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.kyoka {
  margin-top: 20%;
}
.kyoka__hl {
  font-size: 1.25rem;
  color: #86b5d3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .kyoka__hl {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .kyoka__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .kyoka__hl {
    font-size: 2.1875rem;
  }
}
.kyoka__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 18px;
  height: 22px;
  background-image: url(/assets/img_nexus/kyoka__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-540%, -100%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .kyoka__hl::before {
    transform: translate(-590%, -90%);
  }
}
@media screen and (min-width: 1024px) {
  .kyoka__hl::before {
    top: 50%;
    left: 50%;
    transform: translate(-379%, -90%);
    width: 42px;
    height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .kyoka__hl::before {
    top: 50%;
    left: 50%;
    transform: translate(-420%, -90%);
  }
}
.kyoka__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .kyoka__wrap {
    flex-direction: row;
  }
}
.kyoka__img {
  margin: 0 auto;
  width: 50%;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  .kyoka__img {
    margin: 5% 3%;
  }
}
.kyoka__img__img {
  width: 100%;
  height: auto;
}

.tyousho {
  margin-top: 20%;
}
.tyousho__hl {
  font-size: 1.25rem;
  color: #86b5d3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .tyousho__hl {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .tyousho__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .tyousho__hl {
    font-size: 2.1875rem;
  }
}
.tyousho__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 18px;
  height: 22px;
  background-image: url(/assets/img_nexus/kyoka__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-1020%, -100%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .tyousho__hl::before {
    transform: translate(-1130%, -90%);
  }
}
@media screen and (min-width: 1024px) {
  .tyousho__hl::before {
    top: 50%;
    left: 50%;
    transform: translate(-689%, -90%);
    width: 42px;
    height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .tyousho__hl::before {
    top: 50%;
    left: 50%;
    transform: translate(-780%, -90%);
  }
}
.tyousho__img {
  margin: 0 auto;
  width: 80%;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  .tyousho__img {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .tyousho__img {
    width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .tyousho__img {
    width: 60%;
  }
}
.tyousho__img__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .tyousho__img__img {
    display: none;
  }
}
.tyousho__img__img__pc {
  height: auto;
}
@media screen and (max-width: 767px) {
  .tyousho__img__img__pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tyousho__img__img__pc {
    width: 100%;
  }
}
.tyousho__span {
  font-size: 0.875rem;
  color: black;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 100;
  text-align: center;
  margin-top: 2%;
  display: block;
}
@media screen and (min-width: 768px) {
  .tyousho__span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .tyousho__span {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .tyousho__span {
    font-size: 1.25rem;
  }
}

.soudan {
  margin-top: 20%;
  margin-bottom: 20%;
}
.soudan__hl {
  font-size: 1.25rem;
  color: #86b5d3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .soudan__hl {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .soudan__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .soudan__hl {
    font-size: 2.1875rem;
  }
}
.soudan__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 18px;
  height: 22px;
  background-image: url(/assets/img_nexus/kyoka__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-550%, -50%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .soudan__hl::before {
    transform: translate(-600%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .soudan__hl::before {
    top: 50%;
    left: 50%;
    transform: translate(-389%, -50%);
    width: 42px;
    height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .soudan__hl::before {
    top: 50%;
    left: 50%;
    transform: translate(-450%, -50%);
  }
}
.soudan__text {
  margin-top: 5%;
  font-size: 1rem;
  color: black;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 200;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .soudan__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .soudan__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .soudan__text {
    font-size: 1.375rem;
  }
}
.soudan__text2 {
  margin-top: 5%;
  font-size: 1rem;
  color: black;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 200;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .soudan__text2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .soudan__text2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .soudan__text2 {
    font-size: 1.375rem;
  }
}

.service__main__bg__all {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  z-index: -10;
}

.company__main {
  position: relative;
  width: 100%;
}
.company__main__visual {
  width: 170px;
}
@media screen and (min-width: 768px) {
  .company__main__visual {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .company__main__visual {
    width: 390px;
  }
}
@media screen and (min-width: 1440px) {
  .company__main__visual {
    width: 460px;
  }
}
.company__main__visual__img {
  width: 100%;
  height: auto;
}
.company__main__hl2 {
  width: 20px;
  height: 100px;
  margin-left: 80px;
  margin-top: -190px;
}
@media screen and (min-width: 768px) {
  .company__main__hl2 {
    width: 22px;
    height: 100px;
    margin-left: 60px;
    margin-top: -570px;
  }
}
@media screen and (min-width: 1024px) {
  .company__main__hl2 {
    width: 33px;
    margin-left: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .company__main__hl2 {
    width: 43px;
    margin-left: 280px;
    margin-top: -819px;
  }
}
.company__main__hl2__img {
  width: 100%;
  height: auto;
}
.company__main__hl2::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 111px;
  height: 13px;
  background-image: url(/assets/img_nexus/company__hl22.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 197px;
  transform: translate(10%, -130px);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .company__main__hl2::after {
    top: 444px;
    left: 450px;
    transform: translate(10%, -280px);
    z-index: -10;
  }
}
@media screen and (min-width: 1024px) {
  .company__main__hl2::after {
    width: 178px;
    height: 21px;
    top: 568px;
    left: 620px;
  }
}
@media screen and (min-width: 1440px) {
  .company__main__hl2::after {
    left: 850px;
  }
}
.company__main__hl2::before {
  content: "";
  display: inline-block;
  width: 127px;
  height: 271px;
  background-image: url(/assets/img_nexus/service__main__hl__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 10%;
  right: -15%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .company__main__hl2::before {
    width: 247px;
    height: 524px;
  }
}
@media screen and (min-width: 1440px) {
  .company__main__hl2::before {
    width: 387px;
    height: 794px;
  }
}
.company__main__wrap {
  display: flex;
  justify-content: left;
  align-items: center;
}
.company__main__text {
  font-size: 0.9375rem;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  text-align: center;
  line-height: 2.1em;
  margin-top: 3%;
  text-align: center;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 9%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company__main__text {
    text-align: left;
    margin-left: 371px;
    margin-right: 0;
    margin-top: -580px;
  }
}
@media screen and (min-width: 1024px) {
  .company__main__text {
    margin-top: -700px;
    font-size: 1.25rem;
    margin-left: 471px;
  }
}
@media screen and (min-width: 1440px) {
  .company__main__text {
    font-size: 1.4375rem;
    margin-left: 700px;
    line-height: 2.7em;
    margin-top: -840px;
  }
}
.company__main__text::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 117px;
  height: 403px;
  background-image: url(/assets/img_nexus/text__ashirai@1.5x.png);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: -170px;
  left: 200px;
  transform: translate(-202px, 140px);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .company__main__text::before {
    left: 180px;
    width: 158px;
    height: 543px;
    transform: translate(-220px, 124px);
  }
}
@media screen and (min-width: 1440px) {
  .company__main__text::before {
    left: 160px;
    width: 218px;
    height: 743px;
    top: -190px;
  }
}
.company__main__bg {
  width: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, 0%);
}

.profile {
  width: 100%;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  .profile {
    margin-top: 20%;
  }
}
.profile__dl__wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .profile__dl__wrap {
    width: 530px;
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
    justify-content: flex-start;
    border-bottom: 1px solid #000000;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .profile__dl__wrap {
    width: 690px;
  }
}
@media screen and (min-width: 1440px) {
  .profile__dl__wrap {
    width: 800px;
  }
}
.profile__dt {
  font-size: 1rem;
  color: black;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  text-align: left;
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .profile__dt {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .profile__dt {
    font-size: 1.25rem;
  }
}
.profile__dt::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  height: 1px;
  border-radius: 5%;
  vertical-align: top;
  background-color: #333;
  width: 311px;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .profile__dt::after {
    display: none;
  }
}
.profile__dd {
  font-size: 1rem;
  color: black;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .profile__dd {
    margin-top: 0;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .profile__dd {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .dd1 {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .dd1 {
    margin-left: 90px;
  }
}

@media screen and (min-width: 768px) {
  .dd2 {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .dd2 {
    margin-left: 90px;
  }
}

@media screen and (min-width: 768px) {
  .dd3 {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .dd3 {
    margin-left: 70px;
  }
}

@media screen and (min-width: 768px) {
  .dd4 {
    margin-left: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .dd4 {
    margin-left: 54px;
  }
}

@media screen and (min-width: 768px) {
  .dd5 {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .dd5 {
    margin-left: 90px;
  }
}

@media screen and (min-width: 768px) {
  .dd6 {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .dd6 {
    margin-left: 90px;
  }
}

.company {
  width: 100%;
  margin-top: 10%;
}
.company__img {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .company__img {
    width: 460px;
  }
}
@media screen and (min-width: 1024px) {
  .company__img {
    width: 590px;
  }
}
@media screen and (min-width: 1440px) {
  .company__img {
    width: 630px;
  }
}
.company__img__img {
  width: 100%;
  height: auto;
}
.company__hl {
  font-size: 1.25rem;
  color: #86b5d3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  writing-mode: vertical-rl;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company__hl {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .company__hl {
    font-size: 1.5rem;
    transform: translateY(-50px);
  }
}
.company__hl::after {
  content: "";
  display: inline-block;
  width: 361px;
  height: 535px;
  background-image: url(/assets/img_nexus/company__profile__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 128%;
  left: -428%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .company__hl::after {
    content: "";
    display: inline-block;
    width: 552px;
    height: 744px;
    background-image: url(/assets/img_nexus/company__profile__ashirai.svg);
    background-size: contain;
    vertical-align: top;
    position: absolute;
    top: 119%;
    left: -441%;
    transform: translate(-50%, -50%);
    z-index: -10;
  }
}
@media screen and (min-width: 1024px) {
  .company__hl::after {
    display: none;
  }
}
.company__profile__wrap {
  display: flex;
}
.company__dl__wrap {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .company__dl__wrap {
    justify-content: flex-start;
    margin-left: 84px;
  }
}
.company__dt {
  font-size: 1rem;
  color: black;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .company__dt {
    font-size: 1.125rem;
  }
}
.company__dd {
  font-size: 1.375rem;
  color: black;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  display: inline-block;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .company__dd {
    font-size: 1.5rem;
  }
}
.company__dl__wrap2 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .company__dl__wrap2 {
    align-items: flex-start;
    margin-left: 84px;
  }
}
.company__dt2 {
  font-size: 1rem;
  color: #595757;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .company__dt2 {
    font-size: 1.125rem;
  }
}
.company__dd2 {
  font-size: 1rem;
  color: #595757;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 1.6em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .company__dd2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .company__dd2 {
    text-align: left;
  }
}
.company__dl__wrap3 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .company__dl__wrap3 {
    justify-content: flex-start;
    margin-left: 84px;
    align-items: flex-start;
  }
}
.company__dt3 {
  font-size: 1rem;
  color: #595757;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .company__dt3 {
    font-size: 1.125rem;
  }
}
.company__dd3 {
  font-size: 1rem;
  color: #595757;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 1.6em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .company__dd3 {
    font-size: 1.125rem;
  }
}
.company__dl__cont {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .company__dl__cont {
    margin-top: -400px;
    margin-left: 560px;
  }
}
@media screen and (min-width: 1440px) {
  .company__dl__cont {
    margin-left: 830px;
  }
}

.price__main {
  position: relative;
  width: 100%;
}
.price__main__visual {
  width: 170px;
}
@media screen and (min-width: 768px) {
  .price__main__visual {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .price__main__visual {
    width: 390px;
  }
}
@media screen and (min-width: 1440px) {
  .price__main__visual {
    width: 460px;
  }
}
.price__main__visual__img {
  width: 100%;
  height: auto;
}
.price__main__hl2 {
  width: 20px;
  height: 100px;
  margin-left: 80px;
  margin-top: -190px;
}
@media screen and (min-width: 768px) {
  .price__main__hl2 {
    width: 22px;
    height: 100px;
    margin-left: 60px;
    margin-top: -570px;
  }
}
@media screen and (min-width: 1024px) {
  .price__main__hl2 {
    width: 33px;
    margin-left: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .price__main__hl2 {
    width: 43px;
    margin-left: 280px;
    margin-top: -819px;
  }
}
.price__main__hl2__img {
  width: 100%;
  height: auto;
}
.price__main__hl2::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 41px;
  height: 13px;
  background-image: url(/assets/img_nexus/price__hl__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 43%;
  left: 235px;
  transform: translate(10%, -130px);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .price__main__hl2::after {
    top: 419px;
    left: 450px;
    transform: translate(10%, -280px);
    z-index: -10;
  }
}
@media screen and (min-width: 1024px) {
  .price__main__hl2::after {
    width: 66px;
    height: 21px;
    top: 528px;
    left: 620px;
  }
}
@media screen and (min-width: 1440px) {
  .price__main__hl2::after {
    left: 850px;
    top: 508px;
  }
}
.price__main__hl2::before {
  content: "";
  display: inline-block;
  width: 127px;
  height: 271px;
  background-image: url(/assets/img_nexus/service__main__hl__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 10%;
  right: -15%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .price__main__hl2::before {
    width: 247px;
    height: 524px;
  }
}
@media screen and (min-width: 1440px) {
  .price__main__hl2::before {
    width: 387px;
    height: 794px;
  }
}
.price__main__wrap {
  display: flex;
  justify-content: left;
  align-items: center;
}
.price__main__text {
  font-size: 0.9375rem;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  text-align: center;
  line-height: 2.1em;
  margin-top: 3%;
  text-align: center;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 9%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .price__main__text {
    text-align: left;
    margin-left: 371px;
    margin-right: 0;
    margin-top: -580px;
  }
}
@media screen and (min-width: 1024px) {
  .price__main__text {
    margin-top: -700px;
    font-size: 1.25rem;
    margin-left: 471px;
  }
}
@media screen and (min-width: 1440px) {
  .price__main__text {
    font-size: 1.4375rem;
    margin-left: 700px;
    line-height: 2.7em;
    margin-top: -840px;
  }
}
.price__main__text::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 117px;
  height: 403px;
  background-image: url(/assets/img_nexus/text__ashirai@1.5x.png);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: -170px;
  left: 200px;
  transform: translate(-202px, 140px);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .price__main__text::before {
    left: 180px;
    width: 158px;
    height: 543px;
    transform: translate(-220px, 124px);
  }
}
@media screen and (min-width: 1440px) {
  .price__main__text::before {
    left: 160px;
    width: 218px;
    height: 743px;
    top: -190px;
  }
}
.price__main__bg {
  width: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, 0%);
}

.archive__main {
  position: relative;
  width: 100%;
}
.archive__main__visual {
  width: 170px;
}
@media screen and (min-width: 768px) {
  .archive__main__visual {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .archive__main__visual {
    width: 390px;
  }
}
@media screen and (min-width: 1440px) {
  .archive__main__visual {
    width: 460px;
  }
}
.archive__main__visual__img {
  width: 100%;
  height: auto;
}
.archive__main__hl2 {
  width: 20px;
  height: 100px;
  margin-left: 80px;
  margin-top: -190px;
}
@media screen and (min-width: 768px) {
  .archive__main__hl2 {
    width: 22px;
    height: 100px;
    margin-left: 60px;
    margin-top: -570px;
  }
}
@media screen and (min-width: 1024px) {
  .archive__main__hl2 {
    width: 33px;
    margin-left: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .archive__main__hl2 {
    width: 43px;
    margin-left: 280px;
    margin-top: -819px;
  }
}
.archive__main__hl2__img {
  width: 100%;
  height: auto;
}
.archive__main__hl2::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 151px;
  height: 13px;
  background-image: url(/assets/img_nexus/archive__hl__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 43%;
  left: 179px;
  transform: translate(10%, -130px);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .archive__main__hl2::after {
    top: 419px;
    left: 450px;
    transform: translate(10%, -280px);
    z-index: -10;
  }
}
@media screen and (min-width: 1024px) {
  .archive__main__hl2::after {
    width: 244px;
    height: 21px;
    top: 528px;
    left: 620px;
  }
}
@media screen and (min-width: 1440px) {
  .archive__main__hl2::after {
    left: 850px;
    top: 508px;
  }
}
.archive__main__hl2::before {
  content: "";
  display: inline-block;
  width: 127px;
  height: 271px;
  background-image: url(/assets/img_nexus/service__main__hl__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 10%;
  right: -15%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .archive__main__hl2::before {
    width: 247px;
    height: 524px;
  }
}
@media screen and (min-width: 1440px) {
  .archive__main__hl2::before {
    width: 387px;
    height: 794px;
  }
}
.archive__main__wrap {
  display: flex;
  justify-content: left;
  align-items: center;
}
.archive__main__text {
  font-size: 0.9375rem;
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  text-align: center;
  line-height: 2.1em;
  margin-top: 3%;
  text-align: center;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 9%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .archive__main__text {
    text-align: left;
    margin-left: 371px;
    margin-right: 0;
    margin-top: -580px;
  }
}
@media screen and (min-width: 1024px) {
  .archive__main__text {
    margin-top: -700px;
    font-size: 1.25rem;
    margin-left: 471px;
  }
}
@media screen and (min-width: 1440px) {
  .archive__main__text {
    font-size: 1.4375rem;
    margin-left: 700px;
    line-height: 2.7em;
    margin-top: -840px;
  }
}
.archive__main__text::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 117px;
  height: 403px;
  background-image: url(/assets/img_nexus/text__ashirai@1.5x.png);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  position: absolute;
  top: -170px;
  left: 200px;
  transform: translate(-202px, 140px);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .archive__main__text::before {
    left: 180px;
    width: 158px;
    height: 543px;
    transform: translate(-220px, 124px);
  }
}
@media screen and (min-width: 1440px) {
  .archive__main__text::before {
    left: 160px;
    width: 218px;
    height: 743px;
    top: -190px;
  }
}
.archive__main__bg {
  width: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, 0%);
}

.archive__text__img {
  margin: 0 auto;
  width: 75%;
  margin-top: 20%;
}
@media screen and (min-width: 768px) {
  .archive__text__img {
    width: 70%;
  }
}
.archive__text__img__img {
  width: 100%;
  height: auto;
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
@media screen and (min-width: 768px) {
  .archive__text__img__img {
    display: none;
  }
}
.archive__text__img__img__pc {
  height: auto;
}
@media screen and (max-width: 767px) {
  .archive__text__img__img__pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .archive__text__img__img__pc {
    margin: 0 auto;
    width: 100%;
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari、Chromeなど */
    -ms-user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
  }
}

.footer {
  background-color: #86b5d3;
  width: 100%;
  height: 140px;
  border-radius: 0 64px 0 0;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    height: 300px;
  }
}
.footer__logo {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-80%);
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 150px;
    left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__logo {
    left: 90px;
  }
}
.footer__logo__img {
  width: 100%;
  height: auto;
}
.footer__adress {
  font-size: 0.75rem;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .footer__adress {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__adress {
    margin-left: -10px;
    left: 40%;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__adress {
    font-size: 1.375rem;
    left: 32%;
  }
}
.footer__adress::after {
  content: "〒543-0032"; /*何も入れない*/
  display: inline-block;
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -190%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .footer__adress::after {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__adress::after {
    font-size: 0.875rem;
  }
}
.footer__tel {
  font-size: 15px;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 27%;
  transform: translate(-44%, 84%);
  width: 50%;
  display: inline;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    font-size: 1.75rem;
    transform: translate(13%, 110%);
    left: 0%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__tel {
    font-size: 1.75rem;
    transform: translate(13%, 110%);
    left: 0%;
  }
}
@media screen and (min-width: 1440px) {
  .footer__tel {
    font-size: 2.5rem;
  }
}
.footer__tel::after {
  content: "9:00〜18:00(平日)定休日:土日/休日";
  display: inline-block;
  font-size: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, 20px);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .footer__tel::after {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__tel::after {
    transform: translate(0, 28px);
  }
}
.footer__tel::before {
  content: "";
  display: inline-block;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  width: 181px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, 752%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .footer__tel::before {
    width: 340px;
    transform: translate(0%, 708%);
  }
}
@media screen and (min-width: 1024px) {
  .footer__tel::before {
    width: 398px;
    transform: translate(0%, 1138%);
  }
}
@media screen and (min-width: 1440px) {
  .footer__tel::before {
    width: 482px;
  }
}
.footer__ashirai {
  position: absolute;
  top: -40%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 290px;
}
@media screen and (min-width: 768px) {
  .footer__ashirai {
    position: absolute;
    top: -40%;
    left: 17%;
    transform: translate(-50%, -50%);
    width: 360px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__ashirai {
    position: absolute;
    top: -60%;
    left: 19%;
    transform: translate(-50%, -50%);
    width: 630px;
  }
}

.loading-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-5 span {
  display: inline-block;
  color: #86b5d3;
  font-weight: 600;
  font-size: 1.5em;
  -webkit-animation: animation-loading-5 1s infinite;
          animation: animation-loading-5 1s infinite;
  font-family: "Shippori Mincho B1", serif;
}

.loading-5 span:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading-5 span:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading-5 span:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading-5 span:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading-5 span:nth-of-type(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading-5 span:nth-of-type(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading-5 span:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.loading-5 span:nth-of-type(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.loading-5 span:nth-of-type(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes animation-loading-5 {
  50% {
    transform: translateY(10px);
  }
}

@keyframes animation-loading-5 {
  50% {
    transform: translateY(10px);
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  /* 背景色の設定 */
  background-color: #ffffff;
  z-index: 100000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.span__img {
  width: 20px;
  height: 20px;
}

.link__btn:hover {
  transform: scale(1.2, 1.2); /*画像の拡大*/
  cursor: pointer; /*カーソルをポインターにする*/
  transition-duration: 0.2s; /*変化の時間*/
}
/*# sourceMappingURL=style.css.map */