@charset "UTF-8";
/*-------------------------------
	全体
-------------------------------*/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0; /*Safari*/ /*Firefox*/
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

/*
* 1. デバイスの向きを変えた後にユーザーの文字サイズ調整を防ぐ
* 2. remの基準となるフォントサイズ
*/
html {
  font-size: 62.5%; /*2*/
  -ms-text-size-adjust: 100%; /*1*/
  -webkit-text-size-adjust: 100%; /*1*/
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*リストスタイルを消去*/
ul,
ol {
  list-style: none;
}

/*デフォルトでcollapse*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
  * IE9+用に、displayプロパティを定義。
  * 1. Edge, IE, Firefox用、details要素とsummary要素に「display: block;」を定義。
  * 2. IE, Firefox用、main要素に「display: block;」を定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/*-------------------------------
	フォーム類のスタイルをリセットする
-------------------------------*/
input,
textarea,
select {
  appearance: none;
  outline: none; /*Chromeのフォーカス時アウトラインを削除*/
  border: none;
  border-radius: 0;
  background: none;
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, sans-serif;
  box-shadow: none;
  resize: none;
}

select { /*Firefoxのセレクト矢印を削除*/
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand { /*IEのセレクト装飾を非表示*/
  display: none;
}

textarea {
  overflow: auto;
}

button,
[type=button],
[type=reset],
[type=submit] {
  border: 0;
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*-------------------------------
	テキスト・イメージ類スタイル
-------------------------------*/
a {
  background-color: transparent; /*IE10のリンクバックグラウンドカラーを透明にする*/
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border-style: none; /*リンク内画像のborderを消去*/
  vertical-align: bottom; /*画像下のスキマを消去*/
}

svg:not(:root) {
  overflow: hidden;
}

/*-------------------------------
    全体
-------------------------------*/
html {
  font-size: 62.5%;
  /*2*/
  -ms-text-size-adjust: 100%;
  /*1*/
  -webkit-text-size-adjust: 100%;
  /*1*/
  scroll-behavior: smooth;
}


@media all and (-ms-high-contrast: none) {
  br {
    opacity: 0;
  }
}
body {
  color: #604C3F;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 120px;
}
@media all and (-ms-high-contrast: none) {
  body {
    line-height: 2;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
    overflow-x: hidden;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    overflow-x: hidden;
  }
}
/*-------------------------------
          	font
-------------------------------*/
.fs_50 {
  font-size: 0.5rem;
}

@media screen and (max-width: 767px) {
  .fs_50_sp {
    font-size: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_50_tab {
    font-size: 0.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_50_pc {
    font-size: 0.5rem !important;
  }
}
.fs_55 {
  font-size: 0.55rem;
}

@media screen and (max-width: 767px) {
  .fs_55_sp {
    font-size: 0.55rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_55_tab {
    font-size: 0.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_55_pc {
    font-size: 0.55rem !important;
  }
}
.fs_60 {
  font-size: 0.6rem;
}

@media screen and (max-width: 767px) {
  .fs_60_sp {
    font-size: 0.6rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_60_tab {
    font-size: 0.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_60_pc {
    font-size: 0.6rem !important;
  }
}
.fs_65 {
  font-size: 0.65rem;
}

@media screen and (max-width: 767px) {
  .fs_65_sp {
    font-size: 0.65rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_65_tab {
    font-size: 0.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_65_pc {
    font-size: 0.65rem !important;
  }
}
.fs_70 {
  font-size: 0.7rem;
}

@media screen and (max-width: 767px) {
  .fs_70_sp {
    font-size: 0.7rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_70_tab {
    font-size: 0.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_70_pc {
    font-size: 0.7rem !important;
  }
}
.fs_75 {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .fs_75_sp {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_75_tab {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_75_pc {
    font-size: 0.75rem !important;
  }
}
.fs_80 {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .fs_80_sp {
    font-size: 0.8rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_80_tab {
    font-size: 0.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_80_pc {
    font-size: 0.8rem !important;
  }
}
.fs_85 {
  font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
  .fs_85_sp {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_85_tab {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_85_pc {
    font-size: 0.85rem !important;
  }
}
.fs_90 {
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .fs_90_sp {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_90_tab {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_90_pc {
    font-size: 0.9rem !important;
  }
}
.fs_95 {
  font-size: 0.95rem;
}

@media screen and (max-width: 767px) {
  .fs_95_sp {
    font-size: 0.95rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_95_tab {
    font-size: 0.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_95_pc {
    font-size: 0.95rem !important;
  }
}
.fs_100 {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .fs_100_sp {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_100_tab {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_100_pc {
    font-size: 1rem !important;
  }
}
.fs_105 {
  font-size: 1.05rem;
}

@media screen and (max-width: 767px) {
  .fs_105_sp {
    font-size: 1.05rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_105_tab {
    font-size: 1.05rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_105_pc {
    font-size: 1.05rem !important;
  }
}
.fs_110 {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .fs_110_sp {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_110_tab {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_110_pc {
    font-size: 1.1rem !important;
  }
}
.fs_115 {
  font-size: 1.15rem;
}

@media screen and (max-width: 767px) {
  .fs_115_sp {
    font-size: 1.15rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_115_tab {
    font-size: 1.15rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_115_pc {
    font-size: 1.15rem !important;
  }
}
.fs_120 {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .fs_120_sp {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_120_tab {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_120_pc {
    font-size: 1.2rem !important;
  }
}
.fs_125 {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .fs_125_sp {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_125_tab {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_125_pc {
    font-size: 1.25rem !important;
  }
}
.fs_130 {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .fs_130_sp {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_130_tab {
    font-size: 1.3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_130_pc {
    font-size: 1.3rem !important;
  }
}
.fs_135 {
  font-size: 1.35rem;
}

@media screen and (max-width: 767px) {
  .fs_135_sp {
    font-size: 1.35rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_135_tab {
    font-size: 1.35rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_135_pc {
    font-size: 1.35rem !important;
  }
}
.fs_140 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .fs_140_sp {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_140_tab {
    font-size: 1.4rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_140_pc {
    font-size: 1.4rem !important;
  }
}
.fs_145 {
  font-size: 1.45rem;
}

@media screen and (max-width: 767px) {
  .fs_145_sp {
    font-size: 1.45rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_145_tab {
    font-size: 1.45rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_145_pc {
    font-size: 1.45rem !important;
  }
}
.fs_150 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .fs_150_sp {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_150_tab {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_150_pc {
    font-size: 1.5rem !important;
  }
}
.fs_155 {
  font-size: 1.55rem;
}

@media screen and (max-width: 767px) {
  .fs_155_sp {
    font-size: 1.55rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_155_tab {
    font-size: 1.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_155_pc {
    font-size: 1.55rem !important;
  }
}
.fs_160 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .fs_160_sp {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_160_tab {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_160_pc {
    font-size: 1.6rem !important;
  }
}
.fs_165 {
  font-size: 1.65rem;
}

@media screen and (max-width: 767px) {
  .fs_165_sp {
    font-size: 1.65rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_165_tab {
    font-size: 1.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_165_pc {
    font-size: 1.65rem !important;
  }
}
.fs_170 {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .fs_170_sp {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_170_tab {
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_170_pc {
    font-size: 1.7rem !important;
  }
}
.fs_175 {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .fs_175_sp {
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_175_tab {
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_175_pc {
    font-size: 1.75rem !important;
  }
}
.fs_180 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .fs_180_sp {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_180_tab {
    font-size: 1.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_180_pc {
    font-size: 1.8rem !important;
  }
}
.fs_185 {
  font-size: 1.85rem;
}

@media screen and (max-width: 767px) {
  .fs_185_sp {
    font-size: 1.85rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_185_tab {
    font-size: 1.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_185_pc {
    font-size: 1.85rem !important;
  }
}
.fs_190 {
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .fs_190_sp {
    font-size: 1.9rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_190_tab {
    font-size: 1.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_190_pc {
    font-size: 1.9rem !important;
  }
}
.fs_195 {
  font-size: 1.95rem;
}

@media screen and (max-width: 767px) {
  .fs_195_sp {
    font-size: 1.95rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_195_tab {
    font-size: 1.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_195_pc {
    font-size: 1.95rem !important;
  }
}
.fs_200 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .fs_200_sp {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_200_tab {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_200_pc {
    font-size: 2rem !important;
  }
}
.fs_205 {
  font-size: 2.05rem;
}

@media screen and (max-width: 767px) {
  .fs_205_sp {
    font-size: 2.05rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_205_tab {
    font-size: 2.05rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_205_pc {
    font-size: 2.05rem !important;
  }
}
.fs_210 {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .fs_210_sp {
    font-size: 2.1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_210_tab {
    font-size: 2.1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_210_pc {
    font-size: 2.1rem !important;
  }
}
.fs_215 {
  font-size: 2.15rem;
}

@media screen and (max-width: 767px) {
  .fs_215_sp {
    font-size: 2.15rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_215_tab {
    font-size: 2.15rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_215_pc {
    font-size: 2.15rem !important;
  }
}
.fs_220 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .fs_220_sp {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_220_tab {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_220_pc {
    font-size: 2.2rem !important;
  }
}
.fs_225 {
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  .fs_225_sp {
    font-size: 2.25rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_225_tab {
    font-size: 2.25rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_225_pc {
    font-size: 2.25rem !important;
  }
}
.fs_230 {
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .fs_230_sp {
    font-size: 2.3rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_230_tab {
    font-size: 2.3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_230_pc {
    font-size: 2.3rem !important;
  }
}
.fs_235 {
  font-size: 2.35rem;
}

@media screen and (max-width: 767px) {
  .fs_235_sp {
    font-size: 2.35rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_235_tab {
    font-size: 2.35rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_235_pc {
    font-size: 2.35rem !important;
  }
}
.fs_240 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .fs_240_sp {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_240_tab {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_240_pc {
    font-size: 2.4rem !important;
  }
}
.fs_245 {
  font-size: 2.45rem;
}

@media screen and (max-width: 767px) {
  .fs_245_sp {
    font-size: 2.45rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_245_tab {
    font-size: 2.45rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_245_pc {
    font-size: 2.45rem !important;
  }
}
.fs_250 {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .fs_250_sp {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_250_tab {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_250_pc {
    font-size: 2.5rem !important;
  }
}
.fs_255 {
  font-size: 2.55rem;
}

@media screen and (max-width: 767px) {
  .fs_255_sp {
    font-size: 2.55rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_255_tab {
    font-size: 2.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_255_pc {
    font-size: 2.55rem !important;
  }
}
.fs_260 {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .fs_260_sp {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_260_tab {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_260_pc {
    font-size: 2.6rem !important;
  }
}
.fs_265 {
  font-size: 2.65rem;
}

@media screen and (max-width: 767px) {
  .fs_265_sp {
    font-size: 2.65rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_265_tab {
    font-size: 2.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_265_pc {
    font-size: 2.65rem !important;
  }
}
.fs_270 {
  font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
  .fs_270_sp {
    font-size: 2.7rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_270_tab {
    font-size: 2.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_270_pc {
    font-size: 2.7rem !important;
  }
}
.fs_275 {
  font-size: 2.75rem;
}

@media screen and (max-width: 767px) {
  .fs_275_sp {
    font-size: 2.75rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_275_tab {
    font-size: 2.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_275_pc {
    font-size: 2.75rem !important;
  }
}
.fs_280 {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .fs_280_sp {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_280_tab {
    font-size: 2.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_280_pc {
    font-size: 2.8rem !important;
  }
}
.fs_285 {
  font-size: 2.85rem;
}

@media screen and (max-width: 767px) {
  .fs_285_sp {
    font-size: 2.85rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_285_tab {
    font-size: 2.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_285_pc {
    font-size: 2.85rem !important;
  }
}
.fs_290 {
  font-size: 2.9rem;
}

@media screen and (max-width: 767px) {
  .fs_290_sp {
    font-size: 2.9rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_290_tab {
    font-size: 2.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_290_pc {
    font-size: 2.9rem !important;
  }
}
.fs_295 {
  font-size: 2.95rem;
}

@media screen and (max-width: 767px) {
  .fs_295_sp {
    font-size: 2.95rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_295_tab {
    font-size: 2.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_295_pc {
    font-size: 2.95rem !important;
  }
}
.fs_300 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .fs_300_sp {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_300_tab {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_300_pc {
    font-size: 3rem !important;
  }
}
.fs_305 {
  font-size: 3.05rem;
}

@media screen and (max-width: 767px) {
  .fs_305_sp {
    font-size: 3.05rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_305_tab {
    font-size: 3.05rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_305_pc {
    font-size: 3.05rem !important;
  }
}
.fs_310 {
  font-size: 3.1rem;
}

@media screen and (max-width: 767px) {
  .fs_310_sp {
    font-size: 3.1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_310_tab {
    font-size: 3.1rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_310_pc {
    font-size: 3.1rem !important;
  }
}
.fs_315 {
  font-size: 3.15rem;
}

@media screen and (max-width: 767px) {
  .fs_315_sp {
    font-size: 3.15rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_315_tab {
    font-size: 3.15rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_315_pc {
    font-size: 3.15rem !important;
  }
}
.fs_320 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .fs_320_sp {
    font-size: 3.2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_320_tab {
    font-size: 3.2rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_320_pc {
    font-size: 3.2rem !important;
  }
}
.fs_325 {
  font-size: 3.25rem;
}

@media screen and (max-width: 767px) {
  .fs_325_sp {
    font-size: 3.25rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_325_tab {
    font-size: 3.25rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_325_pc {
    font-size: 3.25rem !important;
  }
}
.fs_330 {
  font-size: 3.3rem;
}

@media screen and (max-width: 767px) {
  .fs_330_sp {
    font-size: 3.3rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_330_tab {
    font-size: 3.3rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_330_pc {
    font-size: 3.3rem !important;
  }
}
.fs_335 {
  font-size: 3.35rem;
}

@media screen and (max-width: 767px) {
  .fs_335_sp {
    font-size: 3.35rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_335_tab {
    font-size: 3.35rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_335_pc {
    font-size: 3.35rem !important;
  }
}
.fs_340 {
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .fs_340_sp {
    font-size: 3.4rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_340_tab {
    font-size: 3.4rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_340_pc {
    font-size: 3.4rem !important;
  }
}
.fs_345 {
  font-size: 3.45rem;
}

@media screen and (max-width: 767px) {
  .fs_345_sp {
    font-size: 3.45rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_345_tab {
    font-size: 3.45rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_345_pc {
    font-size: 3.45rem !important;
  }
}
.fs_350 {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .fs_350_sp {
    font-size: 3.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_350_tab {
    font-size: 3.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_350_pc {
    font-size: 3.5rem !important;
  }
}
.fs_355 {
  font-size: 3.55rem;
}

@media screen and (max-width: 767px) {
  .fs_355_sp {
    font-size: 3.55rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_355_tab {
    font-size: 3.55rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_355_pc {
    font-size: 3.55rem !important;
  }
}
.fs_360 {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .fs_360_sp {
    font-size: 3.6rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_360_tab {
    font-size: 3.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_360_pc {
    font-size: 3.6rem !important;
  }
}
.fs_365 {
  font-size: 3.65rem;
}

@media screen and (max-width: 767px) {
  .fs_365_sp {
    font-size: 3.65rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_365_tab {
    font-size: 3.65rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_365_pc {
    font-size: 3.65rem !important;
  }
}
.fs_370 {
  font-size: 3.7rem;
}

@media screen and (max-width: 767px) {
  .fs_370_sp {
    font-size: 3.7rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_370_tab {
    font-size: 3.7rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_370_pc {
    font-size: 3.7rem !important;
  }
}
.fs_375 {
  font-size: 3.75rem;
}

@media screen and (max-width: 767px) {
  .fs_375_sp {
    font-size: 3.75rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_375_tab {
    font-size: 3.75rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_375_pc {
    font-size: 3.75rem !important;
  }
}
.fs_380 {
  font-size: 3.8rem;
}

@media screen and (max-width: 767px) {
  .fs_380_sp {
    font-size: 3.8rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_380_tab {
    font-size: 3.8rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_380_pc {
    font-size: 3.8rem !important;
  }
}
.fs_385 {
  font-size: 3.85rem;
}

@media screen and (max-width: 767px) {
  .fs_385_sp {
    font-size: 3.85rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_385_tab {
    font-size: 3.85rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_385_pc {
    font-size: 3.85rem !important;
  }
}
.fs_390 {
  font-size: 3.9rem;
}

@media screen and (max-width: 767px) {
  .fs_390_sp {
    font-size: 3.9rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_390_tab {
    font-size: 3.9rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_390_pc {
    font-size: 3.9rem !important;
  }
}
.fs_395 {
  font-size: 3.95rem;
}

@media screen and (max-width: 767px) {
  .fs_395_sp {
    font-size: 3.95rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs_395_tab {
    font-size: 3.95rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .fs_395_pc {
    font-size: 3.95rem !important;
  }
}
em {
  font-style: normal;
}

.font_gothic,
.normal {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: 700;
  font-style: normal;
}

.lh_100 {
  line-height: 100;
}

.lh_110 {
  line-height: 110;
}

.lh_120 {
  line-height: 120;
}

.lh_130 {
  line-height: 130;
}

.lh_140 {
  line-height: 140;
}

.lh_150 {
  line-height: 150;
}

.lh_160 {
  line-height: 160;
}

.lh_170 {
  line-height: 170;
}

.lh_180 {
  line-height: 180;
}

.lh_190 {
  line-height: 190;
}

.lh_200 {
  line-height: 200;
}

.lh_210 {
  line-height: 210;
}

.lh_220 {
  line-height: 220;
}

.lh_230 {
  line-height: 230;
}

.lh_240 {
  line-height: 240;
}

.lh_250 {
  line-height: 250;
}

.m0 {
  margin: 0 0;
}

@media screen and (max-width: 767px) {
  .m0_sp {
    margin: 0 0 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m0_tab {
    margin: 0 0 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m0_pc {
    margin: 0 0 !important !important;
  }
}
.m5 {
  margin: 0 5;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin: 0 5 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m5_tab {
    margin: 0 5 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m5_pc {
    margin: 0 5 !important !important;
  }
}
.m10 {
  margin: 0 10;
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin: 0 10 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m10_tab {
    margin: 0 10 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m10_pc {
    margin: 0 10 !important !important;
  }
}
.m15 {
  margin: 0 15;
}

@media screen and (max-width: 767px) {
  .m15_sp {
    margin: 0 15 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m15_tab {
    margin: 0 15 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m15_pc {
    margin: 0 15 !important !important;
  }
}
.m20 {
  margin: 0 20;
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin: 0 20 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m20_tab {
    margin: 0 20 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m20_pc {
    margin: 0 20 !important !important;
  }
}
.m25 {
  margin: 0 25;
}

@media screen and (max-width: 767px) {
  .m25_sp {
    margin: 0 25 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m25_tab {
    margin: 0 25 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m25_pc {
    margin: 0 25 !important !important;
  }
}
.m30 {
  margin: 0 30;
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin: 0 30 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m30_tab {
    margin: 0 30 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m30_pc {
    margin: 0 30 !important !important;
  }
}
.m35 {
  margin: 0 35;
}

@media screen and (max-width: 767px) {
  .m35_sp {
    margin: 0 35 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m35_tab {
    margin: 0 35 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m35_pc {
    margin: 0 35 !important !important;
  }
}
.m40 {
  margin: 0 40;
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin: 0 40 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m40_tab {
    margin: 0 40 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m40_pc {
    margin: 0 40 !important !important;
  }
}
.m45 {
  margin: 0 45;
}

@media screen and (max-width: 767px) {
  .m45_sp {
    margin: 0 45 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m45_tab {
    margin: 0 45 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m45_pc {
    margin: 0 45 !important !important;
  }
}
.m50 {
  margin: 0 50;
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin: 0 50 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m50_tab {
    margin: 0 50 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m50_pc {
    margin: 0 50 !important !important;
  }
}
.m55 {
  margin: 0 55;
}

@media screen and (max-width: 767px) {
  .m55_sp {
    margin: 0 55 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m55_tab {
    margin: 0 55 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m55_pc {
    margin: 0 55 !important !important;
  }
}
.m60 {
  margin: 0 60;
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin: 0 60 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m60_tab {
    margin: 0 60 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m60_pc {
    margin: 0 60 !important !important;
  }
}
.m65 {
  margin: 0 65;
}

@media screen and (max-width: 767px) {
  .m65_sp {
    margin: 0 65 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m65_tab {
    margin: 0 65 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m65_pc {
    margin: 0 65 !important !important;
  }
}
.m70 {
  margin: 0 70;
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin: 0 70 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m70_tab {
    margin: 0 70 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m70_pc {
    margin: 0 70 !important !important;
  }
}
.m75 {
  margin: 0 75;
}

@media screen and (max-width: 767px) {
  .m75_sp {
    margin: 0 75 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m75_tab {
    margin: 0 75 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m75_pc {
    margin: 0 75 !important !important;
  }
}
.m80 {
  margin: 0 80;
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin: 0 80 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m80_tab {
    margin: 0 80 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m80_pc {
    margin: 0 80 !important !important;
  }
}
.m85 {
  margin: 0 85;
}

@media screen and (max-width: 767px) {
  .m85_sp {
    margin: 0 85 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m85_tab {
    margin: 0 85 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m85_pc {
    margin: 0 85 !important !important;
  }
}
.m90 {
  margin: 0 90;
}

@media screen and (max-width: 767px) {
  .m90_sp {
    margin: 0 90 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m90_tab {
    margin: 0 90 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m90_pc {
    margin: 0 90 !important !important;
  }
}
.m95 {
  margin: 0 95;
}

@media screen and (max-width: 767px) {
  .m95_sp {
    margin: 0 95 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m95_tab {
    margin: 0 95 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m95_pc {
    margin: 0 95 !important !important;
  }
}
.m100 {
  margin: 0 100;
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin: 0 100 !important !important;
  }
}
@media screen and (max-width: 1024px) {
  .m100_tab {
    margin: 0 100 !important !important;
  }
}
@media screen and (min-width: 1025px) {
  .m100_pc {
    margin: 0 100 !important !important;
  }
}
.ml0 {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .ml0_sp {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml0_tab {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml0_pc {
    margin-left: 0px !important;
  }
}
.ml5 {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .ml5_sp {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml5_tab {
    margin-left: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml5_pc {
    margin-left: 5px !important;
  }
}
.ml10 {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .ml10_sp {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml10_tab {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml10_pc {
    margin-left: 10px !important;
  }
}
.ml15 {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .ml15_sp {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml15_tab {
    margin-left: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml15_pc {
    margin-left: 15px !important;
  }
}
.ml20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .ml20_sp {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml20_tab {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml20_pc {
    margin-left: 20px !important;
  }
}
.ml25 {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .ml25_sp {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml25_tab {
    margin-left: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml25_pc {
    margin-left: 25px !important;
  }
}
.ml30 {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .ml30_sp {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml30_tab {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml30_pc {
    margin-left: 30px !important;
  }
}
.ml35 {
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .ml35_sp {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml35_tab {
    margin-left: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml35_pc {
    margin-left: 35px !important;
  }
}
.ml40 {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .ml40_sp {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml40_tab {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml40_pc {
    margin-left: 40px !important;
  }
}
.ml45 {
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .ml45_sp {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml45_tab {
    margin-left: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml45_pc {
    margin-left: 45px !important;
  }
}
.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml50_sp {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml50_tab {
    margin-left: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml50_pc {
    margin-left: 50px !important;
  }
}
.ml55 {
  margin-left: 55px;
}

@media screen and (max-width: 767px) {
  .ml55_sp {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml55_tab {
    margin-left: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml55_pc {
    margin-left: 55px !important;
  }
}
.ml60 {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .ml60_sp {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml60_tab {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml60_pc {
    margin-left: 60px !important;
  }
}
.ml65 {
  margin-left: 65px;
}

@media screen and (max-width: 767px) {
  .ml65_sp {
    margin-left: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml65_tab {
    margin-left: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml65_pc {
    margin-left: 65px !important;
  }
}
.ml70 {
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .ml70_sp {
    margin-left: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml70_tab {
    margin-left: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml70_pc {
    margin-left: 70px !important;
  }
}
.ml75 {
  margin-left: 75px;
}

@media screen and (max-width: 767px) {
  .ml75_sp {
    margin-left: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml75_tab {
    margin-left: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml75_pc {
    margin-left: 75px !important;
  }
}
.ml80 {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .ml80_sp {
    margin-left: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml80_tab {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml80_pc {
    margin-left: 80px !important;
  }
}
.ml85 {
  margin-left: 85px;
}

@media screen and (max-width: 767px) {
  .ml85_sp {
    margin-left: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml85_tab {
    margin-left: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml85_pc {
    margin-left: 85px !important;
  }
}
.ml90 {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .ml90_sp {
    margin-left: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml90_tab {
    margin-left: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml90_pc {
    margin-left: 90px !important;
  }
}
.ml95 {
  margin-left: 95px;
}

@media screen and (max-width: 767px) {
  .ml95_sp {
    margin-left: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml95_tab {
    margin-left: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml95_pc {
    margin-left: 95px !important;
  }
}
.ml100 {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .ml100_sp {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .ml100_tab {
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .ml100_pc {
    margin-left: 100px !important;
  }
}
.mr0 {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .mr0_sp {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr0_tab {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr0_pc {
    margin-right: 0px !important;
  }
}
.mr5 {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .mr5_sp {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr5_tab {
    margin-right: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr5_pc {
    margin-right: 5px !important;
  }
}
.mr10 {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .mr10_sp {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr10_tab {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr10_pc {
    margin-right: 10px !important;
  }
}
.mr15 {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .mr15_sp {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr15_tab {
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr15_pc {
    margin-right: 15px !important;
  }
}
.mr20 {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mr20_sp {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr20_tab {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr20_pc {
    margin-right: 20px !important;
  }
}
.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .mr25_sp {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr25_tab {
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr25_pc {
    margin-right: 25px !important;
  }
}
.mr30 {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .mr30_sp {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr30_tab {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr30_pc {
    margin-right: 30px !important;
  }
}
.mr35 {
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .mr35_sp {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr35_tab {
    margin-right: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr35_pc {
    margin-right: 35px !important;
  }
}
.mr40 {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .mr40_sp {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr40_tab {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr40_pc {
    margin-right: 40px !important;
  }
}
.mr45 {
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .mr45_sp {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr45_tab {
    margin-right: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr45_pc {
    margin-right: 45px !important;
  }
}
.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr50_sp {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr50_tab {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr50_pc {
    margin-right: 50px !important;
  }
}
.mr55 {
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .mr55_sp {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr55_tab {
    margin-right: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr55_pc {
    margin-right: 55px !important;
  }
}
.mr60 {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .mr60_sp {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr60_tab {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr60_pc {
    margin-right: 60px !important;
  }
}
.mr65 {
  margin-right: 65px;
}

@media screen and (max-width: 767px) {
  .mr65_sp {
    margin-right: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr65_tab {
    margin-right: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr65_pc {
    margin-right: 65px !important;
  }
}
.mr70 {
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .mr70_sp {
    margin-right: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr70_tab {
    margin-right: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr70_pc {
    margin-right: 70px !important;
  }
}
.mr75 {
  margin-right: 75px;
}

@media screen and (max-width: 767px) {
  .mr75_sp {
    margin-right: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr75_tab {
    margin-right: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr75_pc {
    margin-right: 75px !important;
  }
}
.mr80 {
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .mr80_sp {
    margin-right: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr80_tab {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr80_pc {
    margin-right: 80px !important;
  }
}
.mr85 {
  margin-right: 85px;
}

@media screen and (max-width: 767px) {
  .mr85_sp {
    margin-right: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr85_tab {
    margin-right: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr85_pc {
    margin-right: 85px !important;
  }
}
.mr90 {
  margin-right: 90px;
}

@media screen and (max-width: 767px) {
  .mr90_sp {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr90_tab {
    margin-right: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr90_pc {
    margin-right: 90px !important;
  }
}
.mr95 {
  margin-right: 95px;
}

@media screen and (max-width: 767px) {
  .mr95_sp {
    margin-right: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr95_tab {
    margin-right: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr95_pc {
    margin-right: 95px !important;
  }
}
.mr100 {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .mr100_sp {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mr100_tab {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mr100_pc {
    margin-right: 100px !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt0_tab {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt0_pc {
    margin-top: 0px !important;
  }
}
.mt5 {
  margin-top: 5px !important;
}

@media screen and (max-width: 767px) {
  .mt5_sp {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt5_tab {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt5_pc {
    margin-top: 5px !important;
  }
}
.mt10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .mt10_sp {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt10_tab {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt10_pc {
    margin-top: 10px !important;
  }
}
.mt15 {
  margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
  .mt15_sp {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt15_tab {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt15_pc {
    margin-top: 15px !important;
  }
}
.mt20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .mt20_sp {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt20_tab {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt20_pc {
    margin-top: 20px !important;
  }
}
.mt25 {
  margin-top: 25px !important;
}

@media screen and (max-width: 767px) {
  .mt25_sp {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt25_tab {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt25_pc {
    margin-top: 25px !important;
  }
}
.mt30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .mt30_sp {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt30_tab {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt30_pc {
    margin-top: 30px !important;
  }
}
.mt35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 767px) {
  .mt35_sp {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt35_tab {
    margin-top: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt35_pc {
    margin-top: 35px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mt40_sp {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt40_tab {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt40_pc {
    margin-top: 40px !important;
  }
}
.mt45 {
  margin-top: 45px !important;
}

@media screen and (max-width: 767px) {
  .mt45_sp {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt45_tab {
    margin-top: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt45_pc {
    margin-top: 45px !important;
  }
}
.mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .mt50_sp {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt50_tab {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt50_pc {
    margin-top: 50px !important;
  }
}
.mt55 {
  margin-top: 55px !important;
}

@media screen and (max-width: 767px) {
  .mt55_sp {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt55_tab {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt55_pc {
    margin-top: 55px !important;
  }
}
.mt60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mt60_sp {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt60_tab {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt60_pc {
    margin-top: 60px !important;
  }
}
.mt65 {
  margin-top: 65px !important;
}

@media screen and (max-width: 767px) {
  .mt65_sp {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt65_tab {
    margin-top: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt65_pc {
    margin-top: 65px !important;
  }
}
.mt70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .mt70_sp {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt70_tab {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt70_pc {
    margin-top: 70px !important;
  }
}
.mt75 {
  margin-top: 75px !important;
}

@media screen and (max-width: 767px) {
  .mt75_sp {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt75_tab {
    margin-top: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt75_pc {
    margin-top: 75px !important;
  }
}
.mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mt80_sp {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt80_tab {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt80_pc {
    margin-top: 80px !important;
  }
}
.mt85 {
  margin-top: 85px !important;
}

@media screen and (max-width: 767px) {
  .mt85_sp {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt85_tab {
    margin-top: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt85_pc {
    margin-top: 85px !important;
  }
}
.mt90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .mt90_sp {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt90_tab {
    margin-top: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt90_pc {
    margin-top: 90px !important;
  }
}
.mt95 {
  margin-top: 95px !important;
}

@media screen and (max-width: 767px) {
  .mt95_sp {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt95_tab {
    margin-top: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt95_pc {
    margin-top: 95px !important;
  }
}
.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt100_sp {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mt100_tab {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mt100_pc {
    margin-top: 100px !important;
  }
}
.mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb0_tab {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb0_pc {
    margin-bottom: 0px !important;
  }
}
.mb5 {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .mb5_sp {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb5_tab {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb5_pc {
    margin-bottom: 5px !important;
  }
}
.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mb10_sp {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb10_tab {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb10_pc {
    margin-bottom: 10px !important;
  }
}
.mb15 {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .mb15_sp {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb15_tab {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb15_pc {
    margin-bottom: 15px !important;
  }
}
.mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb20_sp {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb20_tab {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb20_pc {
    margin-bottom: 20px !important;
  }
}
.mb25 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .mb25_sp {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb25_tab {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb25_pc {
    margin-bottom: 25px !important;
  }
}
.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mb30_sp {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb30_tab {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb30_pc {
    margin-bottom: 30px !important;
  }
}
.mb35 {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .mb35_sp {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb35_tab {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb35_pc {
    margin-bottom: 35px !important;
  }
}
.mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mb40_sp {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb40_tab {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb40_pc {
    margin-bottom: 40px !important;
  }
}
.mb45 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .mb45_sp {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb45_tab {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb45_pc {
    margin-bottom: 45px !important;
  }
}
.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb50_sp {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb50_tab {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb50_pc {
    margin-bottom: 50px !important;
  }
}
.mb55 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .mb55_sp {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb55_tab {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb55_pc {
    margin-bottom: 55px !important;
  }
}
.mb60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb60_sp {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb60_tab {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb60_pc {
    margin-bottom: 60px !important;
  }
}
.mb65 {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .mb65_sp {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb65_tab {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb65_pc {
    margin-bottom: 65px !important;
  }
}
.mb70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .mb70_sp {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb70_tab {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb70_pc {
    margin-bottom: 70px !important;
  }
}
.mb75 {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .mb75_sp {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb75_tab {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb75_pc {
    margin-bottom: 75px !important;
  }
}
.mb80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mb80_sp {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb80_tab {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb80_pc {
    margin-bottom: 80px !important;
  }
}
.mb85 {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .mb85_sp {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb85_tab {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb85_pc {
    margin-bottom: 85px !important;
  }
}
.mb90 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .mb90_sp {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb90_tab {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb90_pc {
    margin-bottom: 90px !important;
  }
}
.mb95 {
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .mb95_sp {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb95_tab {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb95_pc {
    margin-bottom: 95px !important;
  }
}
.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb100_sp {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mb100_tab {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mb100_pc {
    margin-bottom: 100px !important;
  }
}
.mt-40 {
  margin-top: -40px !important;
}

.p0 {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .p0_sp {
    padding: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .p0_tab {
    padding: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .p0_pc {
    padding: 0px;
  }
}
.p5 {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .p5_sp {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .p5_tab {
    padding: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .p5_pc {
    padding: 5px;
  }
}
.p10 {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .p10_sp {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p10_tab {
    padding: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .p10_pc {
    padding: 10px;
  }
}
.p15 {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .p15_sp {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p15_tab {
    padding: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .p15_pc {
    padding: 15px;
  }
}
.p20 {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p20_sp {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p20_tab {
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p20_pc {
    padding: 20px;
  }
}
.p25 {
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .p25_sp {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .p25_tab {
    padding: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .p25_pc {
    padding: 25px;
  }
}
.p30 {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .p30_sp {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p30_tab {
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p30_pc {
    padding: 30px;
  }
}
.p35 {
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .p35_sp {
    padding: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .p35_tab {
    padding: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .p35_pc {
    padding: 35px;
  }
}
.p40 {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .p40_sp {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p40_tab {
    padding: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p40_pc {
    padding: 40px;
  }
}
.p45 {
  padding: 45px;
}

@media screen and (max-width: 767px) {
  .p45_sp {
    padding: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .p45_tab {
    padding: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .p45_pc {
    padding: 45px;
  }
}
.p50 {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .p50_sp {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p50_tab {
    padding: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .p50_pc {
    padding: 50px;
  }
}
.p55 {
  padding: 55px;
}

@media screen and (max-width: 767px) {
  .p55_sp {
    padding: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .p55_tab {
    padding: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .p55_pc {
    padding: 55px;
  }
}
.p60 {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .p60_sp {
    padding: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p60_tab {
    padding: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .p60_pc {
    padding: 60px;
  }
}
.p65 {
  padding: 65px;
}

@media screen and (max-width: 767px) {
  .p65_sp {
    padding: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .p65_tab {
    padding: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .p65_pc {
    padding: 65px;
  }
}
.p70 {
  padding: 70px;
}

@media screen and (max-width: 767px) {
  .p70_sp {
    padding: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .p70_tab {
    padding: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p70_pc {
    padding: 70px;
  }
}
.p75 {
  padding: 75px;
}

@media screen and (max-width: 767px) {
  .p75_sp {
    padding: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .p75_tab {
    padding: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .p75_pc {
    padding: 75px;
  }
}
.p80 {
  padding: 80px;
}

@media screen and (max-width: 767px) {
  .p80_sp {
    padding: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p80_tab {
    padding: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .p80_pc {
    padding: 80px;
  }
}
.p85 {
  padding: 85px;
}

@media screen and (max-width: 767px) {
  .p85_sp {
    padding: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .p85_tab {
    padding: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .p85_pc {
    padding: 85px;
  }
}
.p90 {
  padding: 90px;
}

@media screen and (max-width: 767px) {
  .p90_sp {
    padding: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .p90_tab {
    padding: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .p90_pc {
    padding: 90px;
  }
}
.p95 {
  padding: 95px;
}

@media screen and (max-width: 767px) {
  .p95_sp {
    padding: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .p95_tab {
    padding: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .p95_pc {
    padding: 95px;
  }
}
.p100 {
  padding: 100px;
}

@media screen and (max-width: 767px) {
  .p100_sp {
    padding: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p100_tab {
    padding: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .p100_pc {
    padding: 100px;
  }
}
.pt0 {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .pt0_sp {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .pt0_tab {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .pt0_pc {
    padding-top: 0px;
  }
}
.pt5 {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .pt5_sp {
    padding-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .pt5_tab {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pt5_pc {
    padding-top: 5px;
  }
}
.pt10 {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .pt10_sp {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pt10_tab {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .pt10_pc {
    padding-top: 10px;
  }
}
.pt15 {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .pt15_sp {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pt15_tab {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .pt15_pc {
    padding-top: 15px;
  }
}
.pt20 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .pt20_sp {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pt20_tab {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pt20_pc {
    padding-top: 20px;
  }
}
.pt25 {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .pt25_sp {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pt25_tab {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .pt25_pc {
    padding-top: 25px;
  }
}
.pt30 {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .pt30_sp {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pt30_tab {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pt30_pc {
    padding-top: 30px;
  }
}
.pt35 {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .pt35_sp {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pt35_tab {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .pt35_pc {
    padding-top: 35px;
  }
}
.pt40 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .pt40_sp {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pt40_tab {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pt40_pc {
    padding-top: 40px;
  }
}
.pt45 {
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .pt45_sp {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .pt45_tab {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .pt45_pc {
    padding-top: 45px;
  }
}
.pt50 {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .pt50_sp {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pt50_tab {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pt50_pc {
    padding-top: 50px;
  }
}
.pt55 {
  padding-top: 55px;
}

@media screen and (max-width: 767px) {
  .pt55_sp {
    padding-top: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .pt55_tab {
    padding-top: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .pt55_pc {
    padding-top: 55px;
  }
}
.pt60 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .pt60_sp {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .pt60_tab {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .pt60_pc {
    padding-top: 60px;
  }
}
.pt65 {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .pt65_sp {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pt65_tab {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .pt65_pc {
    padding-top: 65px;
  }
}
.pt70 {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .pt70_sp {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pt70_tab {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .pt70_pc {
    padding-top: 70px;
  }
}
.pt75 {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .pt75_sp {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .pt75_tab {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .pt75_pc {
    padding-top: 75px;
  }
}
.pt80 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .pt80_sp {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pt80_tab {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .pt80_pc {
    padding-top: 80px;
  }
}
.pt85 {
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .pt85_sp {
    padding-top: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .pt85_tab {
    padding-top: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .pt85_pc {
    padding-top: 85px;
  }
}
.pt90 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .pt90_sp {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pt90_tab {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .pt90_pc {
    padding-top: 90px;
  }
}
.pt95 {
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .pt95_sp {
    padding-top: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .pt95_tab {
    padding-top: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .pt95_pc {
    padding-top: 95px;
  }
}
.pt100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .pt100_sp {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pt100_tab {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pt100_pc {
    padding-top: 100px;
  }
}
.pl0 {
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .pl0_sp {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .pl0_tab {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .pl0_pc {
    padding-left: 0px;
  }
}
.pl5 {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .pl5_sp {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .pl5_tab {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pl5_pc {
    padding-left: 5px;
  }
}
.pl10 {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .pl10_sp {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pl10_tab {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .pl10_pc {
    padding-left: 10px;
  }
}
.pl15 {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .pl15_sp {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pl15_tab {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .pl15_pc {
    padding-left: 15px;
  }
}
.pl20 {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .pl20_sp {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pl20_tab {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pl20_pc {
    padding-left: 20px;
  }
}
.pl25 {
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .pl25_sp {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pl25_tab {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .pl25_pc {
    padding-left: 25px;
  }
}
.pl30 {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .pl30_sp {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pl30_tab {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pl30_pc {
    padding-left: 30px;
  }
}
.pl35 {
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .pl35_sp {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pl35_tab {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .pl35_pc {
    padding-left: 35px;
  }
}
.pl40 {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .pl40_sp {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pl40_tab {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pl40_pc {
    padding-left: 40px;
  }
}
.pl45 {
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .pl45_sp {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .pl45_tab {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .pl45_pc {
    padding-left: 45px;
  }
}
.pl50 {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .pl50_sp {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pl50_tab {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pl50_pc {
    padding-left: 50px;
  }
}
.pl55 {
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .pl55_sp {
    padding-left: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .pl55_tab {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .pl55_pc {
    padding-left: 55px;
  }
}
.pl60 {
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .pl60_sp {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .pl60_tab {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .pl60_pc {
    padding-left: 60px;
  }
}
.pl65 {
  padding-left: 65px;
}

@media screen and (max-width: 767px) {
  .pl65_sp {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pl65_tab {
    padding-left: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .pl65_pc {
    padding-left: 65px;
  }
}
.pl70 {
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .pl70_sp {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pl70_tab {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .pl70_pc {
    padding-left: 70px;
  }
}
.pl75 {
  padding-left: 75px;
}

@media screen and (max-width: 767px) {
  .pl75_sp {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .pl75_tab {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .pl75_pc {
    padding-left: 75px;
  }
}
.pl80 {
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .pl80_sp {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pl80_tab {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .pl80_pc {
    padding-left: 80px;
  }
}
.pl85 {
  padding-left: 85px;
}

@media screen and (max-width: 767px) {
  .pl85_sp {
    padding-left: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .pl85_tab {
    padding-left: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .pl85_pc {
    padding-left: 85px;
  }
}
.pl90 {
  padding-left: 90px;
}

@media screen and (max-width: 767px) {
  .pl90_sp {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pl90_tab {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .pl90_pc {
    padding-left: 90px;
  }
}
.pl95 {
  padding-left: 95px;
}

@media screen and (max-width: 767px) {
  .pl95_sp {
    padding-left: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .pl95_tab {
    padding-left: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .pl95_pc {
    padding-left: 95px;
  }
}
.pl100 {
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .pl100_sp {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pl100_tab {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pl100_pc {
    padding-left: 100px;
  }
}
.pb0 {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .pb0_sp {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .pb0_tab {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .pb0_pc {
    padding-bottom: 0px;
  }
}
.pb5 {
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .pb5_sp {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .pb5_tab {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pb5_pc {
    padding-bottom: 5px;
  }
}
.pb10 {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pb10_sp {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pb10_tab {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .pb10_pc {
    padding-bottom: 10px;
  }
}
.pb15 {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pb15_sp {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pb15_tab {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .pb15_pc {
    padding-bottom: 15px;
  }
}
.pb20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pb20_sp {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pb20_tab {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pb20_pc {
    padding-bottom: 20px;
  }
}
.pb25 {
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pb25_sp {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pb25_tab {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .pb25_pc {
    padding-bottom: 25px;
  }
}
.pb30 {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pb30_sp {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pb30_tab {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pb30_pc {
    padding-bottom: 30px;
  }
}
.pb35 {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .pb35_sp {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pb35_tab {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .pb35_pc {
    padding-bottom: 35px;
  }
}
.pb40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pb40_sp {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pb40_tab {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pb40_pc {
    padding-bottom: 40px;
  }
}
.pb45 {
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .pb45_sp {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .pb45_tab {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .pb45_pc {
    padding-bottom: 45px;
  }
}
.pb50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .pb50_sp {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pb50_tab {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pb50_pc {
    padding-bottom: 50px;
  }
}
.pb55 {
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .pb55_sp {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .pb55_tab {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .pb55_pc {
    padding-bottom: 55px;
  }
}
.pb60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pb60_sp {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .pb60_tab {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .pb60_pc {
    padding-bottom: 60px;
  }
}
.pb65 {
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .pb65_sp {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pb65_tab {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .pb65_pc {
    padding-bottom: 65px;
  }
}
.pb70 {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .pb70_sp {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pb70_tab {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .pb70_pc {
    padding-bottom: 70px;
  }
}
.pb75 {
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .pb75_sp {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .pb75_tab {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .pb75_pc {
    padding-bottom: 75px;
  }
}
.pb80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pb80_sp {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pb80_tab {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .pb80_pc {
    padding-bottom: 80px;
  }
}
.pb85 {
  padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .pb85_sp {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .pb85_tab {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .pb85_pc {
    padding-bottom: 85px;
  }
}
.pb90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .pb90_sp {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pb90_tab {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .pb90_pc {
    padding-bottom: 90px;
  }
}
.pb95 {
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .pb95_sp {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .pb95_tab {
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .pb95_pc {
    padding-bottom: 95px;
  }
}
.pb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pb100_sp {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pb100_tab {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pb100_pc {
    padding-bottom: 100px;
  }
}
.pr0 {
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  .pr0_sp {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .pr0_tab {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .pr0_pc {
    padding-right: 0px;
  }
}
.pr5 {
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .pr5_sp {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .pr5_tab {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pr5_pc {
    padding-right: 5px;
  }
}
.pr10 {
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .pr10_sp {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pr10_tab {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .pr10_pc {
    padding-right: 10px;
  }
}
.pr15 {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .pr15_sp {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pr15_tab {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .pr15_pc {
    padding-right: 15px;
  }
}
.pr20 {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .pr20_sp {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pr20_tab {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pr20_pc {
    padding-right: 20px;
  }
}
.pr25 {
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .pr25_sp {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pr25_tab {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .pr25_pc {
    padding-right: 25px;
  }
}
.pr30 {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .pr30_sp {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pr30_tab {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pr30_pc {
    padding-right: 30px;
  }
}
.pr35 {
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .pr35_sp {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .pr35_tab {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .pr35_pc {
    padding-right: 35px;
  }
}
.pr40 {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .pr40_sp {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pr40_tab {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pr40_pc {
    padding-right: 40px;
  }
}
.pr45 {
  padding-right: 45px;
}

@media screen and (max-width: 767px) {
  .pr45_sp {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .pr45_tab {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .pr45_pc {
    padding-right: 45px;
  }
}
.pr50 {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .pr50_sp {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pr50_tab {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pr50_pc {
    padding-right: 50px;
  }
}
.pr55 {
  padding-right: 55px;
}

@media screen and (max-width: 767px) {
  .pr55_sp {
    padding-right: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .pr55_tab {
    padding-right: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .pr55_pc {
    padding-right: 55px;
  }
}
.pr60 {
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .pr60_sp {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .pr60_tab {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .pr60_pc {
    padding-right: 60px;
  }
}
.pr65 {
  padding-right: 65px;
}

@media screen and (max-width: 767px) {
  .pr65_sp {
    padding-right: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pr65_tab {
    padding-right: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .pr65_pc {
    padding-right: 65px;
  }
}
.pr70 {
  padding-right: 70px;
}

@media screen and (max-width: 767px) {
  .pr70_sp {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .pr70_tab {
    padding-right: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .pr70_pc {
    padding-right: 70px;
  }
}
.pr75 {
  padding-right: 75px;
}

@media screen and (max-width: 767px) {
  .pr75_sp {
    padding-right: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .pr75_tab {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1025px) {
  .pr75_pc {
    padding-right: 75px;
  }
}
.pr80 {
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .pr80_sp {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pr80_tab {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .pr80_pc {
    padding-right: 80px;
  }
}
.pr85 {
  padding-right: 85px;
}

@media screen and (max-width: 767px) {
  .pr85_sp {
    padding-right: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .pr85_tab {
    padding-right: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .pr85_pc {
    padding-right: 85px;
  }
}
.pr90 {
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .pr90_sp {
    padding-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .pr90_tab {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .pr90_pc {
    padding-right: 90px;
  }
}
.pr95 {
  padding-right: 95px;
}

@media screen and (max-width: 767px) {
  .pr95_sp {
    padding-right: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .pr95_tab {
    padding-right: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .pr95_pc {
    padding-right: 95px;
  }
}
.pr100 {
  padding-right: 100px;
}

@media screen and (max-width: 767px) {
  .pr100_sp {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .pr100_tab {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .pr100_pc {
    padding-right: 100px;
  }
}
/*-------------------------------
          	inner wrapper
-------------------------------*/
#wrapper {
  overflow: hidden;
  position: relative;
}

.inner1 {
  width: 740px;
  max-width: 92%;
  margin: 0 auto;
}
.inner1.inner_100 {
  max-width: 100%;
}

.inner2 {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
}
.inner2.inner_100 {
  max-width: 100%;
}

.inner3 {
  width: 1920px;
  max-width: 92%;
  margin: 0 auto;
}
.inner3.inner_100 {
  max-width: 100%;
}

.inner4 {
  width: 1000px;
  max-width: 92%;
  margin: 0 auto;
}
.inner4.inner_100 {
  max-width: 100%;
}

.inner5 {
  width: 800px;
  max-width: 92%;
  margin: 0 auto;
}
.inner5.inner_100 {
  max-width: 100%;
}

.inner6 {
  width: 860px;
  max-width: 92%;
  margin: 0 auto;
}
.inner6.inner_100 {
  max-width: 100%;
}

.inner7 {
  width: 1080px;
  max-width: 92%;
  margin: 0 auto;
}
.inner7.inner_100 {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .inner_100_sp {
    max-width: 100%;
  }
}
/*-------------------------------
          	color カラー
-------------------------------*/
.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.brown {
  color: #604C3F !important;
}

.red {
  color: #E95514 !important;
}

.blue {
  color: #232236 !important;
}

.orange {
  color: #F6C632 !important;
}

/*-------------------------------
background バックグラウンドカラー
-------------------------------*/
.bg_gray {
  background: #a2acaf;
}

.bg_blue {
  background: #232236;
}

/*-------------------------------
          	a リンク
-------------------------------*/
a {
  opacity: 1;
  transition: all 0.7s ease;
}
a:hover {
  opacity: 0.7;
}

/*-------------------------------
          	表示非表示
-------------------------------*/
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .tab_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .tab_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .tab_disp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tab_disp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab_disp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp_disp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp_disp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_disp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .sp_indisp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sp_indisp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_indisp {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .pc_disp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .pc_disp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_disp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .tab_sp_disp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tab_sp_disp {
    display: block;
  }
}

/*-------------------------------
          	width
-------------------------------*/
.w0 {
  width: 0%;
}

@media screen and (max-width: 767px) {
  .w0_sp {
    width: 0%;
  }
}
@media screen and (max-width: 1024px) {
  .w0_tab {
    width: 0%;
  }
}
@media screen and (min-width: 1025px) {
  .w0_pc {
    width: 0%;
  }
}
.w5 {
  width: 5%;
}

@media screen and (max-width: 767px) {
  .w5_sp {
    width: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .w5_tab {
    width: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .w5_pc {
    width: 5%;
  }
}
.w10 {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .w10_sp {
    width: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .w10_tab {
    width: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .w10_pc {
    width: 10%;
  }
}
.w15 {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .w15_sp {
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .w15_tab {
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .w15_pc {
    width: 15%;
  }
}
.w20 {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .w20_sp {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .w20_tab {
    width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .w20_pc {
    width: 20%;
  }
}
.w25 {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .w25_sp {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .w25_tab {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .w25_pc {
    width: 25%;
  }
}
.w30 {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .w30_sp {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .w30_tab {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .w30_pc {
    width: 30%;
  }
}
.w35 {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .w35_sp {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .w35_tab {
    width: 35%;
  }
}
@media screen and (min-width: 1025px) {
  .w35_pc {
    width: 35%;
  }
}
.w40 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .w40_sp {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .w40_tab {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .w40_pc {
    width: 40%;
  }
}
.w45 {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .w45_sp {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .w45_tab {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .w45_pc {
    width: 45%;
  }
}
.w50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .w50_sp {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .w50_tab {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .w50_pc {
    width: 50%;
  }
}
.w55 {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .w55_sp {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .w55_tab {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  .w55_pc {
    width: 55%;
  }
}
.w60 {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .w60_sp {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .w60_tab {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .w60_pc {
    width: 60%;
  }
}
.w65 {
  width: 65%;
}

@media screen and (max-width: 767px) {
  .w65_sp {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .w65_tab {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  .w65_pc {
    width: 65%;
  }
}
.w70 {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .w70_sp {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .w70_tab {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .w70_pc {
    width: 70%;
  }
}
.w75 {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .w75_sp {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .w75_tab {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .w75_pc {
    width: 75%;
  }
}
.w80 {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .w80_sp {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .w80_tab {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .w80_pc {
    width: 80%;
  }
}
.w85 {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .w85_sp {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .w85_tab {
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .w85_pc {
    width: 85%;
  }
}
.w90 {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .w90_sp {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .w90_tab {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .w90_pc {
    width: 90%;
  }
}
.w95 {
  width: 95%;
}

@media screen and (max-width: 767px) {
  .w95_sp {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .w95_tab {
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  .w95_pc {
    width: 95%;
  }
}
.w100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .w100_sp {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .w100_tab {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .w100_pc {
    width: 100%;
  }
}
/*-------------------------------
          	float
-------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/*-------------------------------
          	clear
-------------------------------*/
.clear {
  clear: both;
}
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*-------------------------------
          	hr ライン
-------------------------------*/
hr.line {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 0;
  line-height: 0;
  border: none;
  border-bottom: 2px solid #b6b6b6;
  clear: both;
}

/*-------------------------------
          	block
-------------------------------*/
.block {
  display: block;
}
@media screen and (max-width: 767px) {
  .block_sp {
    display: block;
  }
}

/*-------------------------------
          	clear
-------------------------------*/
.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px !important;
}

* html .clearfix {
  height: 1px !important;
}

/*-------------------------------
          	text-algn
-------------------------------*/
.txt_right {
  text-align: right !important;
}

.txt_left {
  text-align: left !important;
}

.txt_center {
  text-align: center !important;
}

.txt_center img {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*-------------------------------
  flex flex
-------------------------------*/
.display-flex-between {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order_1 {
  order: 1;
}

@media screen and (min-width: 1025px) {
  .order_1_pc {
    order: 1;
  }
}
@media screen and (max-width: 1024px) {
  .order_1_tab {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .order_1_sp {
    order: 1;
  }
}
.order_2 {
  order: 2;
}

@media screen and (min-width: 1025px) {
  .order_2_pc {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .order_2_tab {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .order_2_sp {
    order: 2;
  }
}
.order_3 {
  order: 3;
}

@media screen and (min-width: 1025px) {
  .order_3_pc {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .order_3_tab {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .order_3_sp {
    order: 3;
  }
}
.order_4 {
  order: 4;
}

@media screen and (min-width: 1025px) {
  .order_4_pc {
    order: 4;
  }
}
@media screen and (max-width: 1024px) {
  .order_4_tab {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .order_4_sp {
    order: 4;
  }
}
.order_5 {
  order: 5;
}

@media screen and (min-width: 1025px) {
  .order_5_pc {
    order: 5;
  }
}
@media screen and (max-width: 1024px) {
  .order_5_tab {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .order_5_sp {
    order: 5;
  }
}
/*-------------------------------
  カラム column
-------------------------------*/
.col_1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

@media screen and (min-width: 1025px) {
  .col_1_pc {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_1_tab {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_1_sp {
    flex: 0 0 8.3333333333% !important;
    max-width: 8.3333333333% !important;
  }
}
.col_2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media screen and (min-width: 1025px) {
  .col_2_pc {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_2_tab {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_2_sp {
    flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
}
.col_3 {
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (min-width: 1025px) {
  .col_3_pc {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_3_tab {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_3_sp {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.col_4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media screen and (min-width: 1025px) {
  .col_4_pc {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_4_tab {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_4_sp {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important;
  }
}
.col_5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

@media screen and (min-width: 1025px) {
  .col_5_pc {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_5_tab {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_5_sp {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
  }
}
.col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 1025px) {
  .col_6_pc {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_6_tab {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_6_sp {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.col_7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

@media screen and (min-width: 1025px) {
  .col_7_pc {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_7_tab {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_7_sp {
    flex: 0 0 58.3333333333% !important;
    max-width: 58.3333333333% !important;
  }
}
.col_8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

@media screen and (min-width: 1025px) {
  .col_8_pc {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_8_tab {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_8_sp {
    flex: 0 0 66.6666666667% !important;
    max-width: 66.6666666667% !important;
  }
}
.col_9 {
  flex: 0 0 75%;
  max-width: 75%;
}

@media screen and (min-width: 1025px) {
  .col_9_pc {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_9_tab {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_9_sp {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}
.col_10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

@media screen and (min-width: 1025px) {
  .col_10_pc {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_10_tab {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_10_sp {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important;
  }
}
.col_11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

@media screen and (min-width: 1025px) {
  .col_11_pc {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_11_tab {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_11_sp {
    flex: 0 0 91.6666666667% !important;
    max-width: 91.6666666667% !important;
  }
}
.col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .col_12_pc {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .col_12_tab {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .col_12_sp {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.fuwafuwa {
  animation-name: fuwafuwa;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-1deg);
    opacity: 1;
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
    opacity: 0.5;
  }
  100% {
    transform: translate(0, 0) rotate(1deg);
    opacity: 1;
  }
}
a {
  color: #333;
}

img {
  max-width: 100%;
}

/*-------------------------------
	header ヘッダー　PC
-------------------------------*/
.header {
  width: 100vw;
  line-height: 0;
  background: #F5F0DA;
}
.header_inner {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  height: 100%;
  position: relative;
}
.header_inner .link_1 {
  position: absolute;
  top: 60px;
  left: 61%;
  width: 340px;
  height: 70px;
  content: "";
  display: block;
}
.header_inner .link_2 {
  display: none;
}
.header_img {
  width: 100%;
  height: auto;
}
.header_img img {
  width: 100%;
  height: auto;
}
.header p {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 10px;
  line-height: 1;
  background: #F6C632;
  color: #604C3F;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.28em;
}

@media screen and (max-width: 1024px) {
  .header_inner .link_2 {
    position: absolute;
    top: 72%;
    left: 10%;
    width: 50%;
    height: 12vw;
    content: "";
    display: block;
  }
  .header_inner .link_1 {
    display: block;
    position: absolute;
    top: 86%;
    left: 10%;
    width: 50%;
    height: 12vw;
    content: "";
    display: block;
  }
  .header p {
    padding: 10px 5px;
    font-size: clamp(1.1rem, 2vw, 2.4rem);
    letter-spacing: 0.18em;
  }
}
/*-------------------------------
	header ヘッダー　タブレット
-------------------------------*/
/*-------------------------------
	header ヘッダー　SP
-------------------------------*/
/*-------------------------------
	メニュートグルボタン
-------------------------------*/
.nav_toggle {
  visibility: hidden;
}

/*-------------------------------
	メニュートグルボタン　SP
-------------------------------*/
@media screen and (max-width: 767px) {
  .nav_toggle {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    visibility: visible;
    top: 30px;
    right: 4vw;
    z-index: 1000;
    width: 20px;
    z-index: 10000;
    box-sizing: border-box;
  }
  .nav_toggle div {
    position: relative;
    width: 100%;
    height: 25px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .nav_toggle span.menu_line {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 5px;
    transition: 0.5s ease-in-out 0.1s;
  }
  .nav_toggle span.menu_line_1 {
    top: 0px;
  }
  .nav_toggle span.menu_line_2 {
    top: 7px;
  }
  .nav_toggle span.menu_line_3 {
    top: 14px;
  }
  /*開閉ボタンopen時の動作*/
  .nav_toggle.open span.menu_line_1 {
    top: 10px;
    transform: rotate(135deg);
    height: 2.5px;
    width: 100%;
    left: 0px;
    background: #a2acaf;
    box-shadow: none;
  }
  .nav_toggle.open span.menu_line_2 {
    top: 10px;
    transform: rotate(135deg);
    height: 2.5px;
    width: 100%;
    left: 0px;
    background: #a2acaf;
    box-shadow: none;
  }
  .nav_toggle.open span.menu_line_3 {
    top: 10px;
    transform: rotate(-135deg);
    height: 2.5px;
    width: 100%;
    left: 0px;
    background: #a2acaf;
    box-shadow: none;
  }
}
/*-------------------------------
  nav ナビゲーションメニュー
-------------------------------*/
.main_menu {
  display: block;
  height: 100%;
  position: relative;
  max-width: 100%;
  transition: all 0.4s ease;
  z-index: 10;
}
.main_menu_list {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main_menu_list li {
  display: block;
  height: 100%;
}
/*-------------------------------
  nav ナビゲーションメニュー　タブレット
-------------------------------*/
/*-------------------------------
  nav ナビゲーションメニュー　SP
-------------------------------*/
/*-------------------------------
  wrapper
-------------------------------*/
.wrapper {
  position: relative;
  z-index: 2;
  overflow-y: visible;
}

/*-------------------------------
  footer　フッター
-------------------------------*/
.footer {
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  background: #FEEEBD;
  padding: 20px 20px;
}
.footer > img {
  display: block;
  margin: auto auto 40px auto;
}
.footer a {
  display: inline-block;
  padding: 0px 4px;
  border-bottom: 2px solid #604C3F;
  margin: auto auto 10px auto;
}
.footer_copy {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 35px 20px;
  }
  .footer > img {
    margin: auto auto 30px auto;
  }
  .footer a {
    display: block;
    margin: auto auto 15px auto;
  }
  .footer_copy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 10px 20px 10px 20px;
  }
  .footer > img {
    display: block;
    width: 240px;
    margin: auto auto 30px auto;
  }
  .footer a {
    margin: auto auto 5px auto;
  }
  .footer_copy {
    font-size: 1rem;
  }
}
.sp_btn {
  background: #FEEEBD;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2vw, 60px);
  padding: 20px;
  position: fixed;
  bottom: 0;
  height: 120px;
  left: 0;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.sp_btn.visible {
  opacity: 1;
  visibility: visible;
}
.sp_btn_tel {
  font-size: 1.8rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
.sp_btn_tel span {
  display: block;
  color: #E95514;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5.8rem;
}

@media screen and (max-width: 1024px) {
  .sp_btn {
    gap: clamp(20px, 2vw, 40px);
    padding: 10px;
    height: 60px;
    align-items: center;
    letter-spacing: 0;
  }
  .sp_btn.visible {
    opacity: 1;
    visibility: visible;
  }
  .sp_btn_tel {
    width: 45%;
    display: block;
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .sp_btn_tel span {
    font-size: 2.3rem;
  }
  .sp_btn_ban {
    width: 55%;
    display: block;
  }
}
/*-------------------------------
  fade　フェードイン
-------------------------------*/
.fade_in {
  opacity: 0;
  transition: opacity 0.6s ease 0.2s, top 0.8s ease-out 0.2s;
  top: 20px;
  position: relative;
}
.fade_in[data-scroll=in] {
  opacity: 1;
  top: 0;
}
.fade_in[data-scroll=out] {
  opacity: 0;
  top: 20px;
}
.fade_in.fade_in_active {
  opacity: 1;
  top: 0;
}

.fade_bottom {
  opacity: 0;
  transition: all 0.6s ease 0.4s;
  bottom: -20px;
  position: relative;
}
.fade_bottom.fade_bottom_active {
  opacity: 1;
  bottom: 0;
}

/*-------------------------------
  tit　タイトル・見出し
-------------------------------*/
.midashi_1 {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .midashi_1 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.c-midashi2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  line-height: 1;
  position: relative;
  color: #604C3F;
  margin-bottom: 100px;
}
.c-midashi2 span:first-child {
  position: absolute;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFEEBD;
  top: 50%;
  transform: translateY(-95px);
  left: 0;
  z-index: 0;
  font-size: 20rem;
}
.c-midashi2 span:nth-of-type(2) {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  letter-spacing: 0.3em;
  text-align: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .c-midashi2 {
    height: 80px;
    margin-bottom: 50px;
  }
  .c-midashi2 span:first-child {
    transform: translateY(-50%);
    font-size: 7.3rem;
  }
  .c-midashi2 span:nth-of-type(2) {
    font-size: clamp(1.4rem, 1.5vw, 2rem);
    letter-spacing: 0.1em;
  }
}
/*-------------------------------
  c-ban
-------------------------------*/
.c-ban-simu {
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-ban-simu {
    max-width: 80%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .c-ban-simu picture {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
}
/*-------------------------------
  c-hukidashi
-------------------------------*/
.c-hukidashi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #604C3F;
  position: relative;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 20px;
  min-width: 500px;
}
.c-hukidashi span {
  display: inline-block;
  border-radius: 30px;
  height: 55px;
  padding: 0 45px;
  line-height: 1.7;
  border: 3px solid #F6C632;
  background: #fff;
}
.c-hukidashi:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 11.5px 0 11.5px;
  border-color: #F6C632 transparent transparent transparent;
  line-height: 0px;
  _border-color: #F6C632 #000000 #000000 #000000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  z-index: 2;
}
.c-hukidashi:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  line-height: 0px;
  _border-color: #fff #000000 #000000 #000000;
  position: absolute;
  bottom: -14px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  z-index: 3;
}
.c-hukidashi_orange span {
  background: #F6C632;
}
.c-hukidashi_orange:before {
  display: none;
}
.c-hukidashi_setsuyaku {
  transform: translateY(-30px);
}
.c-hukidashi_up {
  margin-bottom: 20px;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  color: #604C3F;
}
.c-hukidashi_bottom {
  margin-bottom: 40px;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  color: #604C3F;
}

@media screen and (max-width: 1024px) {
  .c-hukidashi {
    font-size: clamp(1.5rem, 2.5vw, 2.8rem);
    min-width: auto;
  }
  .c-hukidashi span {
    height: 40px;
    padding: 1.5vw 15px 0 15px;
  }
  .c-hukidashi:after {
    border-width: 12px 7px 0 7px;
    bottom: -12px;
  }
  .c-hukidashi:before {
    border-width: 12px 7px 0 7px;
    bottom: -6px;
  }
  .c-hukidashi_setsuyaku {
    transform: translateY(-20px);
    margin-bottom: 0;
  }
  .c-hukidashi_up {
    margin-bottom: 10px;
    font-size: clamp(1.1rem, 1.2vw, 2rem);
    letter-spacing: 0.05em;
  }
  .c-hukidashi_bottom {
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 1.5vw, 2rem);
    letter-spacing: 0.05em;
  }
}
/*-------------------------------
  img 画像
-------------------------------*/
img {
  max-width: 100%;
}

/*-------------------------------
  totop トップに戻る
-------------------------------*/
.top_btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: rgba(233, 85, 20, 0.8);
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
  z-index: 4;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  transition: all 1.3s ease;
}
.top_btn.visible {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .top_btn {
    right: 15px;
    bottom: 15px;
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_btn {
    right: 20px;
    bottom: 20px;
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
  }
}
/*-------------------------------

-------------------------------*/
.p-chikudenchi_movie {
  position: relative;
  width: 800px;
  max-width: 100%;
  aspect-ratio: 16/9;
  margin: auto auto clamp(50px, 15%, 150px) auto;
}
.p-chikudenchi_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .p-neagari-img img {
    width: 100%;
  }
}
.p-setsuyaku {
  background: #F6C632;
}
.p-setsuyaku_down {
  position: relative;
  text-align: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
  gap: 20px;
  line-height: 1.2;
}
.p-setsuyaku_down:before {
  content: "";
  width: 85px;
  height: 135px;
  display: block;
  background: url("../images/img_setsuyaku_tit1.svg") 0 0 no-repeat;
}
.p-setsuyaku_down:after {
  content: "";
  width: 85px;
  height: 135px;
  display: block;
  background: url("../images/img_setsuyaku_tit2.svg") 0 0 no-repeat;
}
.p-setsuyaku_down_txt1 {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #604C3F;
  display: block;
}
.p-setsuyaku_down_txt2 {
  font-size: 3rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #E95514;
  display: block;
}
.p-setsuyaku_down_txt2 > span {
  font-size: 6rem;
  display: inline-block;
  padding-right: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-setsuyaku_down_txt2 > span > span {
  margin-right: -10px;
  margin-left: -10px;
}
.p-setsuyaku_month {
  text-align: center;
  padding-bottom: 130px;
}
.p-setsuyaku_month h4 {
  display: block;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #604C3F;
  margin-bottom: -100px;
}
.p-setsuyaku_month p {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: -0.05em;
  text-align: center;
  color: #604C3F;
}

@media screen and (max-width: 1024px) {
  .p-setsuyaku_down {
    margin-bottom: 40px;
    gap: 10px;
    line-height: 1.2;
  }
  .p-setsuyaku_down:before {
    width: 37px;
    height: 59px;
    background-size: contain;
  }
  .p-setsuyaku_down:after {
    width: 37px;
    height: 59px;
    background-size: contain;
  }
  .p-setsuyaku_down_txt1 {
    font-size: clamp(1rem, 1.5vw, 2.4rem);
    letter-spacing: 0.2em;
  }
  .p-setsuyaku_down_txt2 {
    font-size: clamp(1.2rem, 1.5vw, 2rem);
    letter-spacing: 0;
  }
  .p-setsuyaku_down_txt2 > span {
    padding: 5px 5px 5px 0;
    font-size: clamp(2.6rem, 1.7vw, 3rem);
  }
  .p-setsuyaku_down_txt2 > span > span {
    margin-right: 0px;
    margin-left: 0px;
  }
  .p-setsuyaku_month {
    text-align: center;
    padding-bottom: 50px;
  }
  .p-setsuyaku_month h4 {
    font-size: clamp(1.6rem, 1.5vw, 2rem);
    margin-bottom: 20px;
    transform: translateX(-1em);
  }
  .p-setsuyaku_month p {
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    margin-top: 30px;
  }
}
.p-setsuyaku-case_2 {
  padding-top: 60px;
}
.p-setsuyaku-case_tit {
  line-height: 1.5;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #fff;
  padding-left: clamp(40px, 8vw, 100px);
}
.p-setsuyaku-case_tit span {
  display: block;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #604C3F;
  font-size: 4.8rem;
}
.p-setsuyaku-case_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: -90px;
  margin-bottom: 250px;
}
.p-setsuyaku-case_l {
  width: 300px;
  max-width: 30%;
  flex-basis: 1;
  position: relative;
  padding-top: 210px;
  z-index: 2;
  padding-left: clamp(40px, 8vw, 100px);
}
.p-setsuyaku-case_l_1 {
  background: url("../images/img_setsuyaku_pc.svg") 0 93% no-repeat;
}
.p-setsuyaku-case_l_2 {
  background: url("../images/img_setsuyaku_pc2.svg") 100% 93% no-repeat;
}
.p-setsuyaku-case_l_3 {
  background: url("../images/img_setsuyaku_pc3.svg") 0 93% no-repeat;
}
.p-setsuyaku-case_l p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #E95514;
  font-size: 2.4rem;
  padding-top: 40px;
  white-space: nowrap;
  position: relative;
}
.p-setsuyaku-case_l p:before {
  content: "";
  width: 85px;
  height: 60px;
  display: block;
  background: url("../images/img_setsuyaku_sen.svg") 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 0px;
  right: 40px;
}
.p-setsuyaku-case_r {
  width: 700px;
  max-width: 70%;
  z-index: 1;
  position: relative;
  background: #fff;
  transform: translateY(160px);
  padding: 60px clamp(40px, 5vw, 65px);
  border-bottom: 10px solid #F6C632;
}
.p-setsuyaku-case_name {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
}
.p-setsuyaku-case_name span {
  font-size: 2rem;
  display: block;
}
.p-setsuyaku-case_name span.yelloline {
  display: inline;
  font-size: 3.2rem;
  background: linear-gradient(transparent 60%, #fff100 60%);
}
.p-setsuyaku-case_graf {
  display: block;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  max-width: 150%;
  margin-bottom: 80px;
}
.p-setsuyaku-case_graf_2 {
  justify-content: center;
}
.p-setsuyaku-case_graf picture {
  width: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.p-setsuyaku-case_graf img {
  max-width: 200%;
}
.p-setsuyaku-case_price {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.p-setsuyaku-case_txt {
  width: 480px;
  max-width: 100%;
  margin: auto auto 40px auto;
  white-space: nowrap;
}
.p-setsuyaku-case_txt p {
  font-size: 1.5rem;
}
.p-setsuyaku-case_txt p span {
  padding-top: 15px;
  display: block;
  font-size: 1.2rem;
}
.p-setsuyaku-case_voice {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #FFEA9D;
  padding: 20px;
  gap: 20px;
  margin-bottom: 15px;
}
.p-setsuyaku-case_voice dt {
  width: 60px;
  flex-basis: 1;
  text-align: center;
  letter-spacing: 0;
}
.p-setsuyaku-case_voice dd {
  width: calc(100% - 80px);
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-setsuyaku-case {
    margin-bottom: 120px;
  }
  .p-setsuyaku-case_2 {
    padding-top: 60px;
  }
  .p-setsuyaku-case_tit {
    font-size: clamp(1.2rem, 4vw, 2rem);
    padding-left: 0;
  }
  .p-setsuyaku-case_tit span {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
  }
  .p-setsuyaku-case_inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 10%;
  }
  .p-setsuyaku-case_l {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
    z-index: 2;
    padding-left: 0;
  }
  .p-setsuyaku-case_l_1, .p-setsuyaku-case_l_2, .p-setsuyaku-case_l_3 {
    background: none;
  }
  .p-setsuyaku-case_l p {
    font-size: 1.6rem;
    padding-top: 20px;
    text-align: center;
  }
  .p-setsuyaku-case_l p:before {
    content: "";
    width: 56px;
    height: 39px;
    background-size: contain;
    right: 40px;
  }
  .p-setsuyaku-case_l_3 p:before {
    top: -5px;
    right: 25px;
  }
  .p-setsuyaku-case_r {
    width: 100%;
    max-width: 100%;
    margin-top: -100px;
    transform: translateY(100px);
    padding: 20px clamp(20px, 4vw, 40px);
    border-bottom: 4px solid #F6C632;
  }
  .p-setsuyaku-case_name {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    margin-bottom: 30px;
  }
  .p-setsuyaku-case_name span {
    font-size: clamp(1rem, 1vw, 1.4rem);
  }
  .p-setsuyaku-case_name span.yelloline {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
  }
  .p-setsuyaku-case_graf {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-setsuyaku-case_graf_2 {
    justify-content: center;
  }
  .p-setsuyaku-case_graf picture {
    width: 100%;
  }
  .p-setsuyaku-case_graf img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .p-setsuyaku-case_price {
    margin-bottom: 25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .p-setsuyaku-case_price img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .p-setsuyaku-case_txt {
    width: 100%;
    padding: 10px;
    margin: auto auto 20px auto;
    white-space: normal;
  }
  .p-setsuyaku-case_txt p {
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  }
  .p-setsuyaku-case_txt p span {
    padding-top: 10px;
    font-size: 1rem;
  }
  .p-setsuyaku-case_voice {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #FFEA9D;
    padding: 15px;
    gap: 20px;
    margin: auto;
    width: calc(100% - 20px);
    margin-bottom: 15px;
  }
  .p-setsuyaku-case_voice dt {
    width: 40px;
    flex-basis: 1;
    text-align: center;
  }
  .p-setsuyaku-case_voice dd {
    width: calc(100% - 40px);
    line-height: 1.5;
  }
}
.p-setsuyaku-point {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}
.p-setsuyaku-point_item {
  padding: 40px;
  width: 49%;
  background: #FFEA9D;
}
.p-setsuyaku-point_item h4 {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.8rem;
  margin-bottom: 25px;
  text-align: center;
}
.p-setsuyaku-point_item h4 picture {
  height: 75px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  text-align: center;
}
.p-setsuyaku-point_item p {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-setsuyaku-point {
    gap: 15px;
    margin-bottom: 40px;
  }
  .p-setsuyaku-point_item {
    padding: 15px;
    width: 49%;
  }
  .p-setsuyaku-point_item h4 {
    font-size: clamp(1.4rem, 2vw, 2.2rem);
    margin-bottom: 10px;
  }
  .p-setsuyaku-point_item h4 picture {
    width: 30px;
    height: 30px;
    margin: auto;
    margin-bottom: 5px;
  }
  .p-setsuyaku-point_item h4 picture img {
    width: 100%;
    height: 100%;
  }
  .p-setsuyaku-point_item p {
    font-size: clamp(1rem, 2vw, 1.4rem);
  }
}
.p-reason {
  background: #F6C632;
  width: 700px;
  max-width: 100%;
  margin: 140px auto 80px auto;
  padding: 40px clamp(40px, 4vw, 60px);
}
.p-reason_teian {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
.p-reason_teian picture {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.p-reason_teian picture:first-child {
  text-align: left;
}
.p-reason_tit {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: auto auto 50px auto;
}
.p-reason_tit span:first-child {
  display: block;
  color: #E95514;
  font-size: 2.1rem;
  margin-bottom: -40px;
  letter-spacing: 0.1em;
}
.p-reason_tit span:nth-of-type(2) {
  font-size: 10rem;
}
.p-reason-item {
  display: block;
  background: #fff;
  padding: 50px 30px;
  margin-bottom: 50px;
  position: relative;
}
.p-reason-item h3 {
  width: 450px;
  max-width: 100%;
  height: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E95514;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.p-reason-item h3.p-reason-item_midashi {
  height: auto;
  top: -35px;
}
.p-reason-item_l {
  width: 153px;
  flex-basis: 0;
}
.p-reason-item_r picture {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.p-reason-item_r p {
  font-size: 1.4rem;
}
.p-reason-item_r p span {
  color: #E95514;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-reason-item_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
  width: 100%;
}
.p-reason-item_inner figure {
  display: block;
  width: 153px;
  flex-basis: 0;
}
.p-reason-item_inner figure img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-reason {
    background: #F6C632;
    margin: 40px auto auto auto;
    padding: 20px clamp(20px, 6vw, 40px);
  }
  .p-reason_teian {
    margin-bottom: 40px;
  }
  .p-reason_teian picture {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .p-reason_tit {
    font-size: 2.1rem;
    letter-spacing: 0.15em;
    margin: auto auto 50px auto;
  }
  .p-reason_tit span:first-child {
    font-size: 1.2rem;
    margin-bottom: -15px;
  }
  .p-reason_tit span:nth-of-type(2) {
    font-size: 5rem;
  }
  .p-reason-item {
    padding: 40px 20px 20px 20px;
    margin-bottom: 40px;
  }
  .p-reason-item h3 {
    max-width: 85%;
    min-height: 40px;
    height: auto;
    font-size: clamp(1.6rem, 2vw, 2rem);
    letter-spacing: 0.15em;
    top: -20px;
    border-radius: 10px;
    line-height: 1.2;
    padding: 8px;
  }
  .p-reason-item h3.p-reason-item_midashi {
    top: -30px;
  }
  .p-reason-item_l {
    width: 100%;
    flex-basis: auto;
  }
  .p-reason-item_r {
    width: 100%;
  }
  .p-reason-item_r picture {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .p-reason-item_r p {
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  }
  .p-reason-item_r p span {
    color: #E95514;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .p-reason-item_inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
  .p-reason-item_inner figure {
    display: block;
    width: 100%;
    height: auto;
    flex-basis: 1;
  }
  .p-reason-item_inner figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.p-priceup {
  background: #F6C632;
  padding-bottom: 60px;
}
.p-priceup_content p {
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  margin-bottom: 40px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-priceup_content p span {
  color: #E95514;
}
.p-priceup_down {
  position: relative;
  text-align: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
  line-height: 1.2;
}
.p-priceup_down:before {
  content: "";
  width: 85px;
  height: 135px;
  display: block;
  background: url("../images/img_setsuyaku_tit1.svg") 0 0 no-repeat;
}
.p-priceup_down:after {
  content: "";
  width: 85px;
  height: 135px;
  display: block;
  background: url("../images/img_setsuyaku_tit2.svg") 0 0 no-repeat;
}
.p-priceup_down_txt1 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  letter-spacing: 0.2em;
  text-align: center;
  color: #604C3F;
  display: block;
}
.p-priceup_down_txt2 {
  letter-spacing: 0.2em;
  text-align: center;
  color: #E95514;
  display: block;
  font-size: clamp(3.2rem, 5.2vw, 7rem);
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .p-priceup {
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .p-priceup_content p {
    text-align: center;
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
    margin-bottom: 20px;
  }
  .p-priceup_graf img {
    width: 100%;
    height: auto;
  }
  .p-priceup_down {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
    line-height: 1.2;
  }
  .p-priceup_down:before {
    width: 35px;
    height: 59px;
    background-size: contain;
  }
  .p-priceup_down:after {
    width: 35px;
    height: 59px;
    background-size: contain;
  }
  .p-priceup_down_txt1 {
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  }
  .p-priceup_down_txt2 {
    font-size: clamp(3.2rem, 3.2vw, 5rem);
  }
}
.p-client {
  padding-top: 180px;
  margin-bottom: 100px;
}
.p-client-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 30px;
}
.p-client-item {
  text-align: center;
  position: relative;
  width: 280px;
  max-width: 33%;
  border: 2px solid #707070;
  border-radius: 20px;
  padding: 50px 20px 25px 20px;
}
.p-client-item_ico {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-client-item_name {
  font-size: 1.6rem;
  line-height: 162.5%;
  margin-bottom: 40px;
}
.p-client-item_txt {
  background: #F6C632;
  padding: 35px 15px 20px 15px;
  position: relative;
}
.p-client-item_txt p {
  font-size: 1.4rem;
  font-weight: 700;
}
.p-client-item_txt:before {
  content: "";
  width: 15px;
  height: 42px;
  display: block;
  background: url("../images/ico_client_ex.svg") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .p-client {
    padding-top: 10%;
    margin-bottom: 60px;
  }
  .p-client-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 4%;
  }
  .p-client-item {
    text-align: center;
    position: relative;
    width: 48%;
    max-width: 48%;
    border-radius: 15px;
    padding: 30px 15px 15px 15px;
  }
  .p-client-item_ico {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
  }
  .p-client-item_ico img {
    height: auto;
  }
  .p-client-item_name {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    margin-bottom: 20px;
  }
  .p-client-item_txt {
    padding: 20px 8px 10px 8px;
    position: relative;
  }
  .p-client-item_txt p {
    font-size: clamp(1rem, 1.5vw, 1.4rem);
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .p-client-item_txt:before {
    content: "";
    width: 9px;
    height: 22px;
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-voice-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p-voice-item {
  padding: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 800px;
  max-width: 100%;
  gap: 35px;
  background: #FFEEBD;
}
.p-voice-item:nth-of-type(2n) {
  margin-left: auto;
}
.p-voice-item figure {
  display: block;
  width: 230px;
  flex-basis: 1;
}
.p-voice-item div {
  width: calc(100% - 300px);
  max-width: 70%;
}
.p-voice-item h3 {
  font-size: 2.4rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
.p-voice-item p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.p-voice-item p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .p-voice-inner {
    gap: 20px;
    width: 108%;
    transform: translateX(-4%);
  }
  .p-voice-item {
    padding: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 800px;
    max-width: 100%;
    gap: 20px;
    margin-right: 20px;
    background: #FFEEBD;
  }
  .p-voice-item:nth-of-type(2n) {
    margin-left: 20px;
    margin-right: 0;
  }
  .p-voice-item figure {
    display: block;
    width: clamp(85px, 20vw, 20%);
    flex-basis: 1;
  }
  .p-voice-item figure img {
    height: auto;
  }
  .p-voice-item div {
    width: calc(100% - clamp(85px, 20vw, 20%));
    max-width: 70%;
  }
  .p-voice-item h3 {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
  .p-voice-item p {
    line-height: 1.3;
    font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  }
}
.p-message {
  background: #F6C632;
  padding-bottom: 60px;
  padding-top: 60px;
}
.p-message_tit {
  line-height: 1.5;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 50px;
  padding-left: clamp(40px, 8vw, 100px);
  letter-spacing: 0.16em;
}
.p-message_tit span {
  display: block;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #E95514;
  letter-spacing: 0.06em;
  font-size: 4.8rem;
}
.p-message-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p-message-item {
  padding: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 800px;
  max-width: 100%;
  gap: 35px;
  background: #fff;
}
.p-message-item:nth-of-type(2n+1) {
  margin-left: auto;
}
.p-message-item figure {
  display: block;
  width: 230px;
  flex-basis: 1;
}
.p-message-item figure figcaption {
  text-align: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 5px;
}
.p-message-item div {
  width: calc(100% - 300px);
  max-width: 70%;
}
.p-message-item h3 {
  font-size: 2.4rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
.p-message-item p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.p-message-item p:last-child {
  margin-bottom: 0;
}
.p-message-bottom {
  margin-top: 60px;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #E95514;
}

@media screen and (max-width: 1024px) {
  .p-message {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .p-message_tit {
    font-size: 2rem;
    margin-bottom: 40px;
    padding-left: clamp(20px, 4vw, 40px);
    letter-spacing: 0.16em;
    font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  }
  .p-message_tit span {
    letter-spacing: 0.06em;
    font-size: clamp(2.4rem, 2.8vw, 3.2rem);
  }
  .p-message-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .p-message-item {
    padding: 20px 15px 20px 20px;
    gap: 15px;
    margin-left: 20px;
    margin-right: 0;
  }
  .p-message-item:nth-of-type(2n+1) {
    margin-left: auto;
    margin-right: 20px;
  }
  .p-message-item figure {
    display: block;
    width: clamp(85px, 20vw, 20%);
    flex-basis: 1;
  }
  .p-message-item figure img {
    height: auto;
  }
  .p-message-item div {
    width: calc(100% - clamp(85px, 20vw, 20%));
    max-width: 75%;
  }
  .p-message-item h3 {
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-message-item p {
    font-size: clamp(1rem, 1.4vw, 1.4rem);
    line-height: 1.3;
  }
  .p-message-bottom {
    margin-top: 30px;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: clamp(1.2rem, 1.3vw, 1.4rem);
    letter-spacing: 0.1em;
  }
}
.p-faq-list {
  width: 700px;
  max-width: 100%;
  margin: auto auto 25px auto;
  border: 2px solid #707070;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
}
.p-faq-list dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
  padding-right: 60px;
  align-items: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  position: relative;
  letter-spacing: 0.2em;
}
.p-faq-list dt.open .p-faq-list_toggle > span:after {
  transform: scaleY(0);
}
.p-faq-list dd {
  display: none;
  padding-top: 10px;
  font-size: 1.8rem;
}
.p-faq-list_q {
  color: #E95514;
  font-size: 3rem;
  letter-spacing: 0em;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-faq-list_toggle {
  position: absolute;
  top: 0px;
  right: 10px;
}
.p-faq-list_toggle > span {
  border: 2px solid #707070;
  background: #E95514;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  width: 44px;
  height: 44px;
}
.p-faq-list_toggle > span:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 10px);
}
.p-faq-list_toggle > span:after {
  content: "";
  height: 20px;
  width: 2px;
  background: #fff;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 10px);
  transition: 0.5s ease-in-out 0.1s;
}

@media screen and (max-width: 1024px) {
  .p-faq-list {
    margin: auto auto 15px auto;
    padding: 15px 10px;
    border-radius: 8px;
  }
  .p-faq-list dt {
    gap: 10px;
    padding-right: 30px;
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  }
  .p-faq-list dd {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  }
  .p-faq-list_q {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .p-faq-list_toggle {
    position: absolute;
    top: 0px;
    right: 10px;
  }
  .p-faq-list_toggle > span {
    border: 1px solid #707070;
    border-radius: 22px;
    width: 20px;
    height: 20px;
  }
  .p-faq-list_toggle > span:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
  }
  .p-faq-list_toggle > span:after {
    content: "";
    height: 10px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 5px);
    transition: 0.5s ease-in-out 0.1s;
  }
}
.p-form {
  background: #F6C632;
  padding-bottom: 50px;
}
.p-form-orange {
  background: #E95514;
  padding: 50px 0 130px 0;
}
.p-form_tit {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}
.p-form_up {
  position: relative;
  text-align: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: clamp(1.8rem, 2vw, 2rem);
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
.p-form_up:before {
  content: "";
  width: 23px;
  height: 39px;
  display: block;
  background: url("../images/img_simu_tit1.svg") 0 0 no-repeat;
}
.p-form_up:after {
  content: "";
  width: 23px;
  height: 39px;
  display: block;
  background: url("../images/img_simu_tit2.svg") 0 0 no-repeat;
}
.p-form_up_txt2 {
  letter-spacing: 0.2em;
  text-align: center;
  color: #E95514;
  display: block;
  font-size: clamp(3.2rem, 5.2vw, 7rem);
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-form-step {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
  gap: 60px;
  transform: translateY(-75px);
}
.p-form-step_item {
  position: relative;
  width: 290px;
  max-width: 31%;
  background: #fff;
  height: 150px;
  border: 2px solid #707070;
  border-radius: 15px;
  padding: 20px;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.2em;
}
.p-form-step_item:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #604C3F;
  line-height: 0px;
  position: absolute;
  top: calc(50% - 9px);
  right: -45px;
}
.p-form-step_item:last-child:after {
  display: none;
}
.p-form-step_item span {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #E95514;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.p-form-tel {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.p-form-tel_l {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 1.4;
  white-space: nowrap;
}
.p-form-tel_l span {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
}
.p-form-box {
  background: #fff;
  border: 2px solid #707070;
  border-radius: 15px;
  padding: 50px;
}
.p-form-box > p {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.p-form-box .doui {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  /* Made by Jimmy Gillam */
  /* Checkmark style starts */
}
.p-form-box .doui a {
  padding-bottom: 4px;
  transform: translateY(3px);
  border-bottom: 1px solid #707070;
  transition: 0.5s ease-in-out 0.1s;
}
.p-form-box .doui span {
  display: block;
  background: #FFF3E0;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}
.p-form-box .doui input {
  width: 30px;
  background: #FFF3E0;
  height: 30px;
  outline: auto;
  box-sizing: border-box;
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 36px;
  }
}
.p-form-box .doui input[type=checkbox] {
  display: none;
}
.p-form-box .doui .check-box {
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 3px solid;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  transition: border-color ease 0.2s;
  cursor: pointer;
  border: 2px solid #FFE4CB;
}
.p-form-box .doui .check-box::before, .p-form-box .doui .check-box::after {
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 6px;
  background-color: #E95514;
  display: inline-block;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  transition: opacity ease 0.5;
}
.p-form-box .doui .check-box::before {
  top: 21.6px;
  left: 12.3px;
  box-shadow: 0 0 0 1.5px #FFF3E0;
  transform: rotate(-135deg);
}
.p-form-box .doui .check-box::after {
  top: 11.1px;
  left: 1.5px;
  transform: rotate(-45deg);
}
.p-form-box .doui input[type=checkbox]:checked + .check-box,
.p-form-box .doui .check-box.checked {
  border-color: #E95514;
}
.p-form-box .doui input[type=checkbox]:checked + .check-box::after,
.p-form-box .doui .check-box.checked::after {
  height: 15px;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.p-form-box .doui input[type=checkbox]:checked + .check-box::before,
.p-form-box .doui .check-box.checked::before {
  height: 36px;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
.p-form-box dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #FFF3E0;
  border: 2px solid #FFE4CB;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px clamp(20px, 1vw, 25px);
  gap: 40px;
}
.p-form-box dl dt {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 160px;
  flex-shrink: 0;
  white-space: nowrap;
}
.p-form-box dl dt span {
  line-height: 1;
  font-size: 1.8rem;
}
.p-form-box dl dd {
  color: #FCCEA3;
  font-size: 1.8rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}
.p-form-box dl dd input {
  width: 100%;
}
.p-form-box dl dd ::placeholder {
  color: #FCCEA3;
  font-size: 1.8rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-form-box dl dd select {
  color: #FCCEA3;
  font-size: 1.8rem;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-form-box .btn_submit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 450px;
  margin: 50px auto auto auto;
  max-width: 100%;
  height: 83px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
  background: linear-gradient(0deg, #007968 0%, #00a098 50%, #00d5c0 100%);
  border-radius: 10px;
  border: 2px solid #707070;
}
.p-form-box .btn_submit [type=submit] {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
}
.p-form-box .btn_submit:before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  background: url("../images/ico_denki.svg") 0 0 no-repeat;
  background-size: cover;
}
.p-form-box .btn_submit:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  line-height: 0px;
}

@media screen and (max-width: 1024px) {
  .p-form {
    padding-bottom: 30px;
  }
  .p-form-orange {
    padding: 25px 0 50px 0;
  }
  .p-form_tit {
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: clamp(1.5rem, 1.5vw, 2rem);
  }
  .p-form_up {
    gap: 20px;
    margin-bottom: 10px;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
  }
  .p-form_up:before {
    width: 15px;
    height: 20px;
    background-size: contain;
  }
  .p-form_up:after {
    width: 15px;
    height: 20px;
    background-size: contain;
  }
  .p-form-step {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: auto;
    margin-bottom: -20px;
    padding: 0 20px;
    transform: translateY(-40px);
  }
  .p-form-step_item {
    width: 290px;
    max-width: 31.5%;
    height: auto;
    border-radius: 15px;
    padding: 10px;
    letter-spacing: 0.01em;
    line-height: 1.3;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
  }
  .p-form-step_item:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #604C3F;
    line-height: 0px;
    position: absolute;
    top: calc(50% - 7px);
    right: -15px;
  }
  .p-form-step_item span {
    font-size: clamp(1.5rem, 1.5vw, 2rem);
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  .p-form-tel {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  .p-form-tel_l {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    line-height: 1.4;
  }
  .p-form-tel_l span {
    margin-top: 5px;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
  }
  .p-form-tel a img {
    height: auto;
  }
  .p-form-tel > picture {
    width: 100%;
    text-align: center;
    transform: rotate(90deg) scale(0.8);
  }
  .p-form-box {
    padding: 20px;
  }
  .p-form-box > p {
    font-size: clamp(1.2rem, 1.2vw, 1.4rem);
    margin-bottom: 10px;
  }
  .p-form-box .doui {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
    /* Made by Jimmy Gillam */
    /* Checkmark style starts */
  }
  .p-form-box .doui a {
    padding-bottom: 4px;
    transform: translateY(3px);
    border-bottom: 1px solid #707070;
    transition: 0.5s ease-in-out 0.1s;
  }
  .p-form-box .doui span {
    display: block;
    background: #FFF3E0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .p-form-box .doui input {
    width: 20px;
    background: #FFF3E0;
    height: 20px;
    outline: auto;
    box-sizing: border-box;
  }
  .p-form-box .doui .check-box {
    height: 20px;
    width: 20px;
    border: 2px solid #FFE4CB;
  }
  .p-form-box .doui .check-box::before, .p-form-box .doui .check-box::after {
    width: 4px;
  }
  .p-form-box .doui .check-box::before {
    top: 18.4px;
    left: 12.2px;
    box-shadow: 0 0 0 1px #FFF3E0;
  }
  .p-form-box .doui .check-box::after {
    top: 7.4px;
    left: 1px;
  }
  .p-form-box .doui input[type=checkbox]:checked + .check-box::after,
  .p-form-box .doui .check-box.checked::after {
    height: 10px;
  }
  .p-form-box .doui input[type=checkbox]:checked + .check-box::before,
  .p-form-box .doui .check-box.checked::before {
    height: 24px;
  }
  .p-form-box dl {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px clamp(12px, 1vw, 20px);
    gap: 10px;
  }
  .p-form-box dl dt {
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
    width: 40%;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
  }
  .p-form-box dl dt span {
    line-height: 1;
    font-size: 1.2rem;
  }
  .p-form-box dl dd {
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    white-space: normal;
    width: 60%;
  }
  .p-form-box dl dd ::placeholder {
    font-size: clamp(1rem, 1.2vw, 1.4rem);
  }
  .p-form-box dl dd textarea {
    max-width: 100%;
    height: auto;
  }
  .p-form-box dl dd select {
    color: #FCCEA3;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .p-form-box .btn_submit {
    width: clamp(200px, 80%, 400px);
    margin: 20px auto auto auto;
    height: 42px;
    padding: 0 20px;
  }
  .p-form-box .btn_submit [type=submit] {
    font-size: clamp(1.6rem, 1.5vw, 1.8rem);
    letter-spacing: 0.3em;
  }
  .p-form-box .btn_submit:before {
    content: "";
    width: 24px;
    height: 25px;
  }
  .p-form-box .btn_submit:after {
    border-width: 4px 0 4px 8px;
  }
}
.p-privacy {
  background: #fff;
  border: 2px solid #707070;
  border-radius: 15px;
  font-size: 1.8rem;
  padding: 50px;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #604C3F;
}
.p-privacy > p {
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.p-privacy dl {
  margin-bottom: 20px;
  display: block;
}
.p-privacy dl dd {
  font-weight: 500;
}
.p-privacy_tel a {
  display: block;
  color: #604C3F;
  font-size: 3.2rem;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .p-privacy {
    font-size: 1.4rem;
    padding: 30px 20px;
  }
  .p-privacy > p {
    margin-bottom: 1em;
  }
  .p-privacy dl {
    display: block;
  }
  .p-privacy_tel a {
    font-size: 2.4rem;
  }
}