@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;
}

@font-face {
  font-family: "Zen Maru Gothic";
  src: url(/assets/font/Zen_Maru_Gothic/) format("Zen Maru Gothic");
}
@-webkit-keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes navLinkFadeOut {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes navLinkFadeOut {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
html {
  scroll-behavior: smooth;
}

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

.body {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  height: auto;
  height: 100%;
}

.header {
  z-index: 100000;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
}
.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%;
  height: auto;
}
.header-nav__menu {
  position: absolute;
  right: 0;
  height: 100vh;
  top: 0;
  background-color: rgba(242, 242, 242, 0.8);
  display: flex;
  flex-direction: column;
  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: 1024px) {
  .header-nav__menu {
    width: 77vw;
    height: 35px;
    align-items: center;
    right: 30px;
    top: 30px;
    display: flex;
    opacity: 1;
    transform: none;
    transition: none;
    background-color: transparent;
    flex-direction: row;
  }
}
.header-nav__menu__list {
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  margin-left: 40px;
  color: #595757;
}
.header-nav__menu__list:nth-child(5) {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .header-nav__menu__list {
    font-size: 0.875rem;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__menu__list {
    text-align: center;
  }
}
.header-nav__menu__list__img {
  width: 100%;
  height: auto;
}
.header-nav__menu__list__span {
  width: 0.625rem;
  display: block;
  margin-right: 0.25rem;
}
.header-nav__menu__list__span__img {
  width: 100%;
  height: auto;
}
.header-nav__menu__list__link {
  position: relative;
}
.header-nav__menu__list__link::after {
  position: absolute;
  left: 0%;
  content: "";
  width: 100%;
  height: auto;
  height: 0.09375rem;
  background: #8abf1b;
  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%;
  height: auto;
  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;
  height: auto;
}
.header__open__btn2 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 3px;
  right: 4px;
  z-index: 100000;
}
@media screen and (min-width: 1024px) {
  .header__open__btn2 {
    display: none;
  }
}
.header__open__btn2 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 2px;
  background-color: #8abf1b;
}
.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/corefulpainthttps://iiharagroup.com/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%;
  height: auto;
}
.header__contact__tel__img {
  width: 100%;
  height: auto;
}
.header__contact__line {
  width: 100%;
  height: auto;
}
.header__contact__line__img {
  width: 100%;
  height: auto;
}

.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%;
  align-items: left;
}
@media screen and (min-width: 768px) {
  .sns__list {
    display: flex;
    width: 40px;
    height: 60px;
    flex-direction: column;
    z-index: 1000;
    position: fixed;
    top: 13%;
    right: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .sns__list {
    right: 7%;
    width: 140px;
    flex-direction: row;
    top: 85px;
  }
}
.sns__list__item {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .sns__list__item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50px;
  }
}
.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) {
  width: 22px;
  margin-right: 3px;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .sns__list__item:nth-child(2) {
    width: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .sns__list__item:nth-child(2) {
    width: 40px;
    margin-right: 13px;
  }
}
.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;
  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;
  height: auto;
  height: auto;
  height: auto;
}
.slide-items {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.slide-items img {
  width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

/* main */
.main {
  overflow-x: hidden;
}

.index__main__img {
  position: relative;
}
.index__main__img::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/main__ai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -320%);
  z-index: 10;
}

.main__img {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main__img ul.slide-items {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.main__img ul.slide-items li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.main__img ul.slide-items li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.main__img ul.slide-items li.active {
  opacity: 1;
}
.main__img .main__img__h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  z-index: 2;
  opacity: 1 !important;
  color: white;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  text-align: start;
  line-height: 1.7em;
  writing-mode: vertical-rl;
}
.thought {
  width: 100%;
  height: auto;
  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;
  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;
  height: auto;
}
.thought__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 17px;
  height: 95px;
  background-image: url("https://iiharagroup.com/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: 570px;
  height: 100px;
  margin-top: 20%;
}
@media screen and (min-width: 768px) {
  #scroll-text {
    height: 100px;
    width: 100%;
    height: auto;
  }
}

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

.about {
  width: 100%;
  height: auto;
  margin-top: 5%;
}
.about__hl {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  color: #2f4666;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: auto 0;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .about__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__hl {
    font-size: 2.75rem;
    margin-left: 50px;
  }
}
.about__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 65px;
  height: 43px;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/01.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20%, -80%);
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  .about__hl::before {
    width: 80px;
    height: 53px;
    transform: translate(20%, -60%);
  }
}
.about__hl::after {
  content: "私たちについて"; /*何も入れない*/
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 163px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-27%, 80%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .about__hl::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .about__hl::after {
    font-size: 1.4375rem;
    transform: translate(-107%, 80%);
  }
}
.about__img {
  width: 180px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .about__img {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .about__img {
    width: 550px;
  }
}
.about__img__img {
  width: 100%;
  height: auto;
}
.about__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .about__wrap {
    flex-direction: column;
  }
}
.about__h3 {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #2f4666;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .about__h3 {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__h3 {
    font-size: 2.375rem;
    text-align: left;
  }
}
.about__text {
  font-size: 1rem;
  color: #2f4666;
  font-family: "yu-gothic-pr6n", sans-serif;
  text-align: center;
  line-height: 1.5em;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__text {
    font-size: 1.25rem;
    text-align: left;
    line-height: 2em;
  }
}
.about__btn {
  width: 210px;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  .about__btn {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .about__btn {
    margin: 0;
    margin-left: auto;
    transform: translateX(1px);
  }
}
.about__btn__img {
  width: 100%;
  height: auto;
}
.about__btn__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.about__wrap2 {
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .about__container {
    display: flex;
    justify-content: space-evenly;
  }
}

.span__green {
  font-size: 1.5rem;
  color: #8abf1b;
}
@media screen and (min-width: 768px) {
  .span__green {
    font-size: 2.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .span__green {
    font-size: 3rem;
  }
}

.span__white {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .span__white {
    font-size: 2.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .span__white {
    font-size: 3rem;
  }
}

.reason {
  width: 100%;
  height: auto;
  margin-top: 5%;
}
.reason__hl {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #2f4666;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .reason__hl {
    font-size: 2.75rem;
    margin-left: 50px;
  }
}
.reason__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 77px;
  height: 44px;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/02.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -140%);
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  .reason__hl::before {
    width: 93px;
    height: 53px;
    transform: translate(-50%, -160%);
  }
}
.reason__hl::after {
  content: "選ばれる３個の理由"; /*何も入れない*/
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 183px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 120%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .reason__hl::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .reason__hl::after {
    font-size: 1.4375rem;
    transform: translate(-50%, 160%);
    width: 287px;
  }
}
.reason__main__img {
  width: 200px;
  margin: 0 auto;
  margin-top: 35%;
}
@media screen and (min-width: 768px) {
  .reason__main__img {
    margin-top: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .reason__main__img {
    width: 900px;
    margin-top: 10%;
  }
}
.reason__main__img__img__sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .reason__main__img__img__sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .reason__main__img__img__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .reason__main__img__img__pc {
    width: 100%;
    height: auto;
  }
}
.reason__wrap {
  display: flex;
  flex-direction: column;
  margin-top: 25%;
}
@media screen and (min-width: 1024px) {
  .reason__wrap {
    flex-direction: row-reverse;
    justify-content: space-evenly;
    margin-top: 15%;
  }
}
.reason__img2 {
  width: 50%;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .reason__img2 {
    width: 450px;
  }
}
.reason__img2__img {
  width: 100%;
  height: auto;
}
.reason__text {
  font-size: 1rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 2em;
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  .reason__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .reason__text {
    text-align: left;
  }
}
.reason__btn {
  width: 210px;
  margin: 0 auto;
  margin-top: 13%;
}
@media screen and (min-width: 768px) {
  .reason__btn {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .reason__btn {
    margin-top: 3%;
    margin-left: 14%;
  }
}
.reason__btn__img {
  width: 100%;
  height: auto;
}
.reason__btn__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.reason__h3 {
  font-size: 1.125rem;
  color: #2f4666;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 12%;
}
@media screen and (min-width: 768px) {
  .reason__h3 {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .reason__h3 {
    font-size: 2.125rem;
  }
}

.paint {
  width: 100%;
  height: auto;
  margin-top: 5%;
}
.paint__hl {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  color: #2f4666;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: auto 0;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .paint__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .paint__hl {
    font-size: 2.75rem;
    margin-left: 50px;
  }
}
.paint__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 65px;
  height: 37px;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/03.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20%, -80%);
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  .paint__hl::before {
    width: 80px;
    height: 45px;
    transform: translate(20%, -60%);
  }
}
.paint__hl::after {
  content: "塗装工事について"; /*何も入れない*/
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 163px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-37%, 80%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .paint__hl::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .paint__hl::after {
    font-size: 1.4375rem;
    transform: translate(-85%, 120%);
    width: 300px;
  }
}
.paint__img {
  width: 160px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .paint__img {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .paint__img {
    width: 550px;
  }
}
.paint__img__img {
  width: 100%;
  height: auto;
}
.paint__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .paint__wrap {
    flex-direction: column;
  }
}
.paint__img2 {
  width: 290px;
  margin: 0 auto;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .paint__img2 {
    width: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .paint__img2 {
    width: 420px;
  }
}
.paint__img2__img {
  width: 100%;
  height: auto;
}
.paint__btn {
  width: 210px;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  .paint__btn {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .paint__btn {
    margin: 0;
    margin-left: auto;
    transform: translateX(1px);
    margin-top: 10%;
  }
}
.paint__btn__img {
  width: 100%;
  height: auto;
}
.paint__btn__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.paint__wrap2 {
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .paint__container {
    display: flex;
    justify-content: space-evenly;
  }
}

.special {
  width: 100%;
  height: auto;
  margin-top: 5%;
}
.special__hl {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  color: #2f4666;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: auto 0;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .special__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .special__hl {
    font-size: 2.75rem;
    margin: 0;
    margin-left: 50px;
  }
}
.special__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 65px;
  height: 36px;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/04.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20%, -80%);
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  .special__hl::before {
    width: 80px;
    height: 45px;
    transform: translate(20%, -60%);
  }
}
.special__hl::after {
  content: "特殊塗料について"; /*何も入れない*/
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 163px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-33%, 80%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .special__hl::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .special__hl::after {
    font-size: 1.4375rem;
    transform: translate(-85%, 120%);
    width: 300px;
  }
}
.special__img {
  width: 160px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .special__img {
    width: 320px;
  }
}
@media screen and (min-width: 1024px) {
  .special__img {
    width: 550px;
  }
}
.special__img__img {
  width: 100%;
  height: auto;
}
.special__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .special__wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.special__img2 {
  width: 290px;
  margin: 0 auto;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .special__img2 {
    width: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .special__img2 {
    width: 420px;
  }
}
.special__img2__img {
  width: 100%;
  height: auto;
}
.special__h3 {
  font-size: 1.125rem;
  color: #2f4666;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .special__h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .special__h3 {
    font-size: 1.625rem;
    text-align: left;
  }
}
.special__text {
  margin-top: 5%;
  font-size: 1rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .special__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .special__text {
    text-align: left;
    line-height: 1.8em;
  }
}
.special__text2 {
  margin-top: 5%;
  font-size: 1rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .special__text2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .special__text2 {
    text-align: left;
    line-height: 1.8em;
  }
}
.special__btn {
  width: 210px;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  .special__btn {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .special__btn {
    margin: 0;
    margin-right: auto;
    transform: translateX(1px);
    margin-top: 10%;
  }
}
.special__btn__img {
  width: 100%;
  height: auto;
}
.special__btn__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.special__wrap2 {
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .special__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    margin-top: 15%;
  }
}

.works {
  width: 100%;
  height: auto;
  margin-top: 30%;
}
.works__hl {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #2f4666;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .works__hl {
    font-size: 2.75rem;
  }
}
.works__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 77px;
  height: 44px;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/05.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -140%);
  z-index: -10;
}
@media screen and (min-width: 1024px) {
  .works__hl::before {
    width: 93px;
    height: 53px;
    transform: translate(-50%, -160%);
  }
}
.works__hl::after {
  content: "施工事例について"; /*何も入れない*/
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 183px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 120%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .works__hl::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .works__hl::after {
    font-size: 1.4375rem;
    transform: translate(-50%, 160%);
    width: 287px;
  }
}
.works__main__img {
  width: 300px;
  margin: 0 auto;
  margin-top: 35%;
}
@media screen and (min-width: 768px) {
  .works__main__img {
    margin-top: 25%;
    width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .works__main__img {
    width: 900px;
    margin-top: 10%;
  }
}
.works__main__img__img {
  width: 100%;
  height: auto;
}
.works__wrap {
  display: flex;
  flex-direction: column;
  margin-top: 25%;
}
@media screen and (min-width: 1024px) {
  .works__wrap {
    flex-direction: row-reverse;
    justify-content: space-evenly;
    margin-top: 15%;
  }
}
.works__img2 {
  width: 50%;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .works__img2 {
    width: 450px;
  }
}
.works__img2__img {
  width: 100%;
  height: auto;
}
.works__text {
  font-size: 1rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 2em;
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  .works__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .works__text {
    text-align: left;
  }
}
.works__btn {
  width: 210px;
  margin: 0 auto;
  margin-top: 13%;
}
@media screen and (min-width: 768px) {
  .works__btn {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .works__btn {
    margin-top: 3%;
    margin-left: 14%;
  }
}
.works__btn__img {
  width: 100%;
  height: auto;
}
.works__btn__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}

.sns {
  margin-top: 25%;
  background-image: url("https://iiharagroup.com/assets/img_iiharagroup/sns__bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 150px;
}
@media screen and (min-width: 1024px) {
  .sns {
    padding-top: 400px;
  }
}
.sns__hl {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #2f4666;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sns__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .sns__hl {
    font-size: 2.75rem;
  }
}
.sns__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 77px;
  height: 43px;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/06.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -140%);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .sns__hl::before {
    width: 93px;
    height: 52px;
    transform: translate(-50%, -160%);
  }
}
.sns__hl::after {
  content: "施工事例について"; /*何も入れない*/
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 183px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 120%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .sns__hl::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .sns__hl::after {
    font-size: 1.4375rem;
    transform: translate(-50%, 160%);
    width: 287px;
  }
}
.sns__main__img {
  width: 470px;
  margin: 0 auto;
  transform: translateX(10%);
  margin-top: 15%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .sns__main__img {
    width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .sns__main__img {
    width: 1000px;
  }
}
.sns__main__img__img {
  width: 100%;
  height: auto;
}
.sns__main__img2 {
  width: 470px;
  margin: 0 auto;
  transform: translateX(-23%);
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .sns__main__img2 {
    width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .sns__main__img2 {
    width: 1000px;
  }
}
.sns__main__img2__img {
  width: 100%;
  height: auto;
}

.contact {
  background-repeat: no-repeat;
  background-color: #8abf1b;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 150px;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding-top: 400px;
  }
}
.contact__hl {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #2f4666;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact__hl {
    font-size: 2.75rem;
  }
}
.contact__hl::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 73px;
  height: 43px;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/07.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -140%);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .contact__hl::before {
    width: 89px;
    height: 52px;
    transform: translate(-50%, -160%);
  }
}
.contact__hl::after {
  content: "お問い合わせ"; /*何も入れない*/
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 183px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 120%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .contact__hl::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__hl::after {
    font-size: 1.4375rem;
    transform: translate(-50%, 160%);
    width: 287px;
  }
}
.contact__wrap {
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  .contact__wrap {
    margin-top: 10%;
  }
}
.contact__text {
  font-size: 1rem;
  color: #fff;
  font-family: "yu-gothic-pr6n", sans-serif;
  text-align: center;
  line-height: 1.5em;
}
.contact__contact__wrap {
  margin-top: 5%;
}
@media screen and (min-width: 1024px) {
  .contact__contact__wrap {
    display: flex;
  }
}
.contact__eigyou {
  width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__eigyou {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__eigyou {
    width: 400px;
  }
}
.contact__eigyou__img {
  width: 100%;
  height: auto;
}
.contact__eigyou__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.contact__mail {
  width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__mail {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__mail {
    width: 400px;
  }
}
.contact__mail__img {
  width: 100%;
  height: auto;
}
.contact__mail__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}

.main__paintimg__h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-140%, -50%);
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main__paintimg__h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .main__paintimg__h2 {
    font-size: 2.75rem;
  }
}
.main__paintimg__h2::after {
  content: "塗装工事について"; /*何も入れない*/
  font-size: 0.75rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 183px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 120%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .main__paintimg__h2::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .main__paintimg__h2::after {
    font-size: 1.4375rem;
    transform: translate(-50%, 160%);
    width: 287px;
  }
}

.four {
  margin-top: 20%;
}
.four__h2 {
  position: relative;
  font-size: 1.125rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #2f4666;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .four__h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .four__h2 {
    font-size: 2.75rem;
  }
}
.four__h2::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 375px;
  height: 76px;
  position: absolute;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/four__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .four__h2::after {
    width: 444px;
    height: 90px;
    transform: translate(-50%, -51%);
  }
}
@media screen and (min-width: 1024px) {
  .four__h2::after {
    width: 918px;
    height: 186px;
    transform: translate(-50%, -71%);
  }
}
.four__span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .four__span {
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .four__span {
    font-size: 4.0625rem;
  }
}
.four__img {
  width: 50%;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 1024px) {
  .four__img {
    width: 70%;
  }
}
.four__img__sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .four__img__sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .four__img__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .four__img__pc {
    width: 100%;
    height: auto;
    display: block;
  }
}
.four__h3 {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #2f4666;
  text-align: center;
  line-height: 1.5em;
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  .four__h3 {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .four__h3 {
    font-size: 2.375rem;
    text-align: center;
    color: #595757;
  }
}

.view__more {
  width: 40px;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  .view__more {
    width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .view__more {
    width: 120px;
  }
}
.view__more__img {
  width: 100%;
  height: auto;
}

.syokubai__img {
  width: 55%;
  margin: 0 auto;
  margin-top: 15%;
}
.syokubai__img__sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .syokubai__img__sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .syokubai__img__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .syokubai__img__pc {
    width: 100%;
    height: auto;
  }
}

.sekou__img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 15%;
}
.sekou__img__sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .sekou__img__sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .sekou__img__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .sekou__img__pc {
    width: 100%;
    height: auto;
  }
}

.contact2 {
  margin-top: 15%;
  background-image: url("https://iiharagroup.com/assets/img_iiharagroup/contact__bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #8abf1b;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  .contact2 {
    padding-top: 140px;
  }
}
.contact2__hl {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #2f4666;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact2__hl {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact2__hl {
    font-size: 2.75rem;
  }
}
.contact2__hl::after {
  content: "お問い合わせ"; /*何も入れない*/
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 183px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 120%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .contact2__hl::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .contact2__hl::after {
    font-size: 1.4375rem;
    transform: translate(-50%, 160%);
    width: 287px;
  }
}
.contact2__wrap {
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  .contact2__wrap {
    margin-top: 10%;
  }
}
.contact2__text {
  font-size: 1rem;
  color: #fff;
  font-family: "yu-gothic-pr6n", sans-serif;
  text-align: center;
  line-height: 1.5em;
}
.contact2__contact2__wrap {
  margin-top: 5%;
}
@media screen and (min-width: 1024px) {
  .contact2__contact2__wrap {
    display: flex;
  }
}
.contact2__eigyou {
  width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact2__eigyou {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .contact2__eigyou {
    width: 400px;
  }
}
.contact2__eigyou__img {
  width: 100%;
  height: auto;
}
.contact2__eigyou__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}
.contact2__mail {
  width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact2__mail {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .contact2__mail {
    width: 400px;
  }
}
.contact2__mail__img {
  width: 100%;
  height: auto;
}
.contact2__mail__img:hover {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  transition-duration: 0.2s;
}

.main__reason__h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-140%, -50%);
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main__reason__h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .main__reason__h2 {
    font-size: 2.75rem;
  }
}
.main__reason__h2::after {
  content: "選ばれる3個の理由"; /*何も入れない*/
  font-size: 0.75rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 183px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, 120%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .main__reason__h2::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .main__reason__h2::after {
    font-size: 1.4375rem;
    transform: translate(-40%, 160%);
    width: 287px;
  }
}

.tsunagari {
  margin-top: 20%;
}
.tsunagari__h2 {
  position: relative;
  font-size: 1.125rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #2f4666;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .tsunagari__h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .tsunagari__h2 {
    font-size: 2.75rem;
  }
}
.tsunagari__h2::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 375px;
  height: 76px;
  position: absolute;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/four__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .tsunagari__h2::after {
    width: 444px;
    height: 90px;
    transform: translate(-50%, -51%);
  }
}
@media screen and (min-width: 1024px) {
  .tsunagari__h2::after {
    width: 918px;
    height: 186px;
    transform: translate(-50%, -71%);
  }
}
.tsunagari__span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .tsunagari__span {
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .tsunagari__span {
    font-size: 4.0625rem;
  }
}
.tsunagari__img {
  width: 50%;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 1024px) {
  .tsunagari__img {
    width: 70%;
  }
}
.tsunagari__img__sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .tsunagari__img__sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tsunagari__img__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tsunagari__img__pc {
    width: 100%;
    height: auto;
    display: block;
  }
}

.magokoro {
  margin-top: 15%;
}
.magokoro__wrap {
  display: flex;
  justify-content: flex-start;
}
.magokoro__img {
  width: 230px;
}
@media screen and (min-width: 768px) {
  .magokoro__img {
    width: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .magokoro__img {
    width: 550px;
  }
}
.magokoro__img__img {
  width: 100%;
  height: auto;
}
.magokoro__h2 {
  font-size: 1.125rem;
  color: #2f4666;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: relative;
  margin-left: 25%;
}
@media screen and (min-width: 768px) {
  .magokoro__h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .magokoro__h2 {
    font-size: 1.875rem;
  }
}
.magokoro__span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -350%);
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .magokoro__span {
    width: 80px;
    height: 80px;
    transform: translate(-35%, -370%);
  }
}
@media screen and (min-width: 1024px) {
  .magokoro__span {
    width: 100px;
    height: 100px;
    transform: translate(-35%, -398%);
  }
}

.main__about__h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-140%, -50%);
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main__about__h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .main__about__h2 {
    font-size: 2.75rem;
  }
}
.main__about__h2::after {
  content: "飯原グループについて"; /*何も入れない*/
  font-size: 0.75rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 183px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, 120%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .main__about__h2::after {
    font-size: 1.125rem;
    width: 237px;
    transform: translate(-27%, 120%);
  }
}
@media screen and (min-width: 1024px) {
  .main__about__h2::after {
    font-size: 1.4375rem;
    transform: translate(-30%, 160%);
    width: 317px;
  }
}

.syoukai {
  margin-top: 15%;
}
.syoukai__wrap {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .syoukai__wrap {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.syoukai__wrap2 {
  margin-top: 5%;
}
.syoukai__h2 {
  font-size: 1.125rem;
  color: #2f4666;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  .syoukai__h2 {
    font-size: 1.25rem;
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .syoukai__h2 {
    font-size: 2.1875rem;
  }
}
.syoukai__text {
  font-size: 1rem;
  color: #333;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 10%;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .syoukai__text {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .syoukai__text {
    font-size: 1.125rem;
  }
}
.syoukai__img {
  width: 280px;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  .syoukai__img {
    width: 340px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .syoukai__img {
    width: 480px;
  }
}
.syoukai__img__img {
  width: 100%;
  height: auto;
}

.tsuyomi__1__img {
  width: 50%;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 1024px) {
  .tsuyomi__1__img {
    width: 70%;
  }
}
.tsuyomi__1__img__sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .tsuyomi__1__img__sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tsuyomi__1__img__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tsuyomi__1__img__pc {
    width: 100%;
    height: auto;
    display: block;
  }
}
.tsuyomi__2__img {
  width: 50%;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 1024px) {
  .tsuyomi__2__img {
    width: 70%;
  }
}
.tsuyomi__2__img__sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .tsuyomi__2__img__sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tsuyomi__2__img__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tsuyomi__2__img__pc {
    width: 100%;
    height: auto;
    display: block;
  }
}
.tsuyomi__3__img {
  width: 50%;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 1024px) {
  .tsuyomi__3__img {
    width: 70%;
  }
}
.tsuyomi__3__img__sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .tsuyomi__3__img__sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tsuyomi__3__img__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tsuyomi__3__img__pc {
    width: 100%;
    height: auto;
    display: block;
  }
}
.tsuyomi__4__img {
  width: 50%;
  margin: 0 auto;
  margin-top: 15%;
}
@media screen and (min-width: 1024px) {
  .tsuyomi__4__img {
    width: 70%;
  }
}
.tsuyomi__4__img__sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .tsuyomi__4__img__sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .tsuyomi__4__img__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tsuyomi__4__img__pc {
    width: 100%;
    height: auto;
    display: block;
  }
}

.main__company__h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-140%, -50%);
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main__company__h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .main__company__h2 {
    font-size: 2.75rem;
  }
}
.main__company__h2::after {
  content: "会社概要"; /*何も入れない*/
  font-size: 0.75rem;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 183px;
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-67%, 120%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .main__company__h2::after {
    font-size: 1.125rem;
    width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .main__company__h2::after {
    font-size: 1.4375rem;
    transform: translate(-77%, 160%);
    width: 287px;
  }
}

.gaiyou {
  margin-top: 20%;
}
.gaiyou__h2 {
  position: relative;
  font-size: 1.125rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #2f4666;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .gaiyou__h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .gaiyou__h2 {
    font-size: 2.75rem;
  }
}
.gaiyou__h2::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 118px;
  height: 24px;
  position: absolute;
  background-image: url(https://iiharagroup.com/assets/img_iiharagroup/four__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .gaiyou__h2::after {
    width: 157px;
    height: 27px;
    transform: translate(-50%, -51%);
  }
}
@media screen and (min-width: 1024px) {
  .gaiyou__h2::after {
    width: 280px;
    height: 57px;
    transform: translate(-50%, -71%);
  }
}

.zigyou {
  margin-top: 15%;
}
@media screen and (min-width: 768px) {
  .zigyou__wrap {
    width: 530px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .zigyou__wrap {
    width: 690px;
  }
}
@media screen and (min-width: 1024px) {
  .zigyou__wrap {
    width: 800px;
  }
}
.zigyou__hl {
  font-size: 1rem;
  color: #333;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 200;
  text-align: left;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .zigyou__hl {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .zigyou__hl {
    font-size: 1.25rem;
  }
}
.zigyou__text1 {
  font-size: 1rem;
  color: #333;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 200;
  margin-left: 20px;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  .zigyou__text1 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .zigyou__text1 {
    font-size: 1.25rem;
  }
}
.zigyou__text2 {
  font-size: 1rem;
  color: #333;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 200;
  margin-left: 20px;
  margin-top: 4%;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .zigyou__text2 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .zigyou__text2 {
    font-size: 1.25rem;
  }
}

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

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

.profile {
  width: 100%;
  height: auto;
  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: "yu-gothic-pr6n", sans-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: "yu-gothic-pr6n", sans-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: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .dd3 {
    margin-left: 87px;
  }
}

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

@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%;
  height: auto;
  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;
  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(https://iiharagroup.com/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(https://iiharagroup.com/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;
  }
}

.footer {
  background-color: #fff;
  width: 100%;
  height: auto;
  height: 300px;
  border-radius: 0 64px 0 0;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .footer {
    height: 0;
  }
}
.footer__logo {
  width: 130px;
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 5%;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 260px;
    margin: 0;
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
.footer__logo__img {
  width: 100%;
  height: auto;
}
.footer__adress__wrap {
  text-align: center;
  margin-top: 15%;
}
@media screen and (min-width: 1024px) {
  .footer__adress__wrap {
    margin: 0;
    text-align: left;
  }
}
.footer__adress {
  font-size: 0.8125rem;
  color: #595757;
  font-family: "yu-gothic-pr6n", sans-serif;
  text-align: left;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__adress {
    text-align: left;
  }
}
.footer__tel {
  font-size: 1.5rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  color: #595757;
  margin-top: 10px;
  display: inline-block;
  border-bottom: solid 1px #595757;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__tel {
    text-align: left;
  }
}
.footer__tel::after {
  content: "";
  display: block;
}
.footer__mail {
  font-size: 0.8125rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  color: #595757;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__mail {
    text-align: left;
  }
}
.footer__eigyou {
  font-size: 0.8125rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  color: #595757;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__eigyou {
    text-align: left;
  }
}
.footer__wrap {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .footer__wrap {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
}

.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);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes visibility {
  0% {
    visibility: inherit;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes visibility {
  0% {
    visibility: inherit;
  }
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes none {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}
@keyframes none {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}
.loaded {
  -webkit-animation: fadeOut 2s;
          animation: fadeOut 2s;
}

.loaded2 {
  visibility: hidden;
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  /* 背景色の設定 */
  background-color: #ffffff;
  z-index: 100000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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