@charset "UTF-8";

/*---------------------------------------------

	全ページ共通

---------------------------------------------*/
/* ↓ html / body ------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 3.6vw;
  }
}

body {
  color: #333;
  letter-spacing: 0.08rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-family: "Noto Serif JP", serif, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  /*bold700 Medium 500 regular400 light 300*/
  position: relative;
  background: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.not-top {
  /* background: url(../img/bg-orange.png) lightgray 50%;
  background-size: 400px 400px;
  background-position: top center;
  background-repeat: repeat; */
}

html,
body {
  scroll-padding-top: 60px;
}

/* ↓ 色の定義------------------------*/
:root {
  --main1: #eb6d00;
  --main2: #111111;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  z-index: 100;
  cursor: pointer;
}

/* ↓ 共通アニメーション------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0.8;
    filter: blur(8px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

/*---------------------------------------------

	レイアウト調整ユーティリティ

---------------------------------------------*/
/* textalign */
.util-textalignCenter {
  text-align: center;
}

.util-textalignLeft {
  text-align: left;
}

.util-textalignRight {
  text-align: right;
}

/* width100% */
.util-w100 {
  width: 100%;
}

/* margin（リキッドレイアウト用） */
.util-mb05 {
  margin-bottom: 0.5rem;
}

.util-mb1 {
  margin-bottom: 1rem;
}

.util-mb15 {
  margin-bottom: 1.5rem;
}

.util-mb18 {
  margin-bottom: 1.8rem;
}

.util-mb18 {
  margin-bottom: 1.8rem;
}

.util-mb2 {
  margin-bottom: 2rem;
}

.util-mb25 {
  margin-bottom: 2.5rem;
}

.util-mb3 {
  margin-bottom: 3rem;
}

.util-mb35 {
  margin-bottom: 3.5rem;
}

.util-mb4 {
  margin-bottom: 4rem;
}

.util-mb45 {
  margin-bottom: 4.5rem;
}

.util-mb5 {
  margin-bottom: 5rem;
}

.util-mb6 {
  margin-bottom: 6rem;
}

.util-mb7 {
  margin-bottom: 7rem;
}

.util-mb8 {
  margin-bottom: 8rem;
}

.util-mt05 {
  margin-top: 0.5rem;
}

.util-mt1 {
  margin-top: 1rem;
}

.util-mt15 {
  margin-top: 1.5rem;
}

.util-mt2 {
  margin-top: 2rem;
}

.util-mt3 {
  margin-top: 3rem;
}

.util-mt4 {
  margin-top: 4rem;
}

.util-mt5 {
  margin-top: 5rem;
}

.util-mt6 {
  margin-top: 6rem;
}

.util-mt7 {
  margin-top: 7rem;
}

.util-mt9 {
  margin-top: 9rem;
}

.util-mt10 {
  margin-top: 10rem;
}

/* sp_margin */
@media screen and (max-width: 600px) {
  .util-mb05-sp {
    margin-bottom: 0.5rem;
  }

  .util-mb1-sp {
    margin-bottom: 1rem;
  }

  .util-mb125-sp {
    margin-bottom: 1.25rem;
  }

  .util-mb15-sp {
    margin-bottom: 1.5rem;
  }

  .util-mb18-sp {
    margin-bottom: 1.8rem;
  }

  .util-mb2-sp {
    margin-bottom: 2rem;
  }

  .util-mb23-sp {
    margin-bottom: 2.3rem;
  }

  .util-mb25-sp {
    margin-bottom: 2.5rem;
  }

  .util-mb3-sp {
    margin-bottom: 3rem;
  }

  .util-mb4-sp {
    margin-bottom: 4rem;
  }

  .util-mb5-sp {
    margin-bottom: 5rem;
  }

  .util-mb55-sp {
    margin-bottom: 5.5rem;
  }

  .util-mb-sp {
    margin-bottom: 6rem;
  }

  .util-mt05-sp {
    margin-top: 0.5rem;
  }

  .util-mt1-sp {
    margin-top: 1rem;
  }

  .util-mt15-sp {
    margin-top: 1.5rem;
  }

  .util-mt2-sp {
    margin-top: 2rem;
  }

  .util-mt3-sp {
    margin-top: 3rem;
  }

  .util-mt4-sp {
    margin-top: 4rem;
  }

  .util-mt5-sp {
    margin-top: 5rem;
  }

  .util-mt6-sp {
    margin-top: 6rem;
  }
}

/*---------------------------------------------

	PCとSP表示切り替え

---------------------------------------------*/
.util-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .util-pc {
    display: none;
  }

  .util-sp {
    display: block;
  }
}

/*---------------------------------------------

	共通タイトル

---------------------------------------------*/
.util-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--main2);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 600px) {
  .util-title {
    font-size: 2.3rem;
    line-height: 1.1;
  }
}

.util-title-ja {
  color: var(--main2);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  /* 127.273% */
  letter-spacing: 0.1375rem;
}

@media screen and (max-width: 600px) {
  .util-title-ja {
    font-size: 1rem;
  }
}

.util-title--deco {
  width: 45vw;
  max-width: 580px;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 600px) {
  .util-title--deco {
    width: 74vw;
    margin-bottom: 0rem;
  }
}

/*---------------------------------------------

	テキストカラー

---------------------------------------------*/

/* テキストカラー　白 */
.util-text-white {
  color: #fff;
}

/* テキストカラー　黒 */
.util-text-black {
  color: #000;
}

/* テキストカラー　オレンジ */
.util-text-orange {
  color: var(--main1);
}

/*---------------------------------------------

	テキストデコレーション

---------------------------------------------*/
.util-textDecoration-underline {
  text-decoration: underline;
}

/*---------------------------------------------

	インナー

---------------------------------------------*/

.util-inner-small {
  /* width: 760px; */
  width: 60%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 830px) {
  .util-inner-small {
    width: 80%;
  }
}

.util-inner-small02 {
  width: 615px;
  max-width: 95%;
  margin: 0 auto;
}

.util-inner-medium {
  width: 1020px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .util-inner-medium-sp {
    width: 83.2%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .util-inner-large-sp {
    width: 87.2%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .util-inner-large-sp02 {
    width: 90%;
    margin: 0 auto;
  }
}

.util-inner-large {
  width: 1020px;
  max-width: 95%;
  margin: 0 auto;
}

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

/*---------------------------------------------

	アニメーション

---------------------------------------------*/

.util-anime-slidein {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

.util-anime-fuwafuwa {
  animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(5%);
  }
}

.util-anime-fuwafuwa02 {
  animation: fuwafuwa 1.8s ease-in-out 0.5s infinite alternate-reverse;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(5%);
  }
}

/*---------------------------------------------

	ボタン

---------------------------------------------*/
.util-button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ボタン(大） */
.util-button {
  position: relative;
  display: inline-block;
  min-width: 220px;
  padding: 0.6rem 1rem;
  color: var(--main2);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05rem;
  border-radius: 3.75rem;
  border: 2px solid var(--main2);
  transition: ease 0.5s;
}

@media screen and (max-width: 830px) {
  .util-button {
    min-width: 283px;
    padding: 0.9rem 1rem;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) {
  .util-button {
    min-width: 186px;
    padding: 0.5rem 2rem;
    font-size: 1.1rem;
  }
}

.util-button:hover {
  color: var(--main1);
  border: 2px solid var(--main2);
  background: var(--main2);
  opacity: 1;
}

.util-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid var(--main2);
  border-right: 2px solid var(--main2);
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: ease 0.5s;
}

.util-button:hover::after {
  border-top: 2px solid var(--main1);
  border-right: 2px solid var(--main1);
}

.util-button.externalLink {
  min-width: 267px;
}

.util-button.util-button-large {
  min-width: 415px;
}

.util-button.util-button-large::after {
  display: none;
}

@media screen and (max-width: 600px) {
  .util-button.externalLink {
    min-width: 237px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .util-button.util-button-large {
    /* width: 266px; */
    width: 84%;
    min-width: auto;
  }
}

.util-button.externalLink .util-button-inner {
  column-gap: 1.5rem;
  padding-right: 1rem;
}

.util-button.externalLink::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 27px;
  width: 24px;
  height: 24px;
  border: none;
  margin: auto;
  background-image: url(../img/icon-external-link.svg);
  transition: ease 0.5s;
  transform: none;
}

.util-button.externalLink:hover::after {
  background-image: url(../img/icon-external-link-hover.svg);
  transition: ease 0.5s;
  transform: none;
}

.util-buttonArea {
  display: flex;
  justify-content: center;
}

.util-button-float {
  transition: ease 0.5s;
}

.util-button-float:hover {
  transform: translateY(-5px);
  opacity: 1;
}

/* スマートフォン（SP）の場合のスタイル設定 */
@media only screen and (max-width: 600px) {
  .emsp {
    display: inline;
  }
}

.sp {
  display: none;
}

.tab-sp {
  display: none;
}

@media screen and (max-width: 830px) {
  .tab-sp {
    display: block;
  }

  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .tab-sp {
    display: block;
  }
}