@charset "UTF-8";
/* css start */
/*-------------------------------
	全体
-------------------------------*/
*,
::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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  /*Chromeのフォーカス時アウトラインを削除*/
  border: none;
  border-radius: 0;
  background: none;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", 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;
  color: #333;
}

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 screen and (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
}
body {
  color: #333;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
  background: #fff;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #231815;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (-ms-high-contrast: none) {
  body {
    line-height: 2;
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
    max-width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    overflow-x: hidden;
    max-width: 100vw;
  }
}
/*-------------------------------
          	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: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

.font_yugo {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.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
-------------------------------*/
.inner1 {
  width: 800px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.inner1.inner_100 {
  max-width: 100%;
}

.inner2 {
  width: 980px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.inner2.inner_100 {
  max-width: 100%;
}

.inner3 {
  width: 1140px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.inner3.inner_100 {
  max-width: 100%;
}

.inner4 {
  width: 1020px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

.inner4.inner_100 {
  max-width: 100%;
}

/*-------------------------------
          	color カラー
-------------------------------*/
.black {
  color: #231815 !important;
}

.white {
  color: #fff !important;
}

.brown {
  color: #33261f !important;
}

.red {
  color: #ff0000 !important;
}

.red3 {
  color: #e98b9c !important;
}

.red4 {
  color: #e60012 !important;
}

.red5 {
  color: #e61773 !important;
}

.blue {
  color: #009cd3 !important;
}

.blue5 {
  color: #036eb8 !important;
}

.blue6 {
  color: #172a88 !important;
}

.green {
  color: #56ac4a !important;
}

.green5 {
  color: #30a75c !important;
}

.green6 {
  color: #8fc320 !important;
}

.green7 {
  color: #22ac38 !important;
}

.orange {
  color: #E68C26 !important;
}

.orange3 {
  color: #f39700 !important;
}

.perple2 {
  color: #601886 !important;
}

.perple3 {
  color: #a40c5e !important;
}

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

.bg_blue {
  background: #009cd3;
}

/*-------------------------------
          	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) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
@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;
  }
}
/*-------------------------------
          	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;
}

/*-------------------------------
          	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;
}

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

.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;
  }
}
a {
  color: #333;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@font-face {
  font-family: "SignericaFat";
  src: url("../fonts/SignericaFat.woff2") format("woff2"), url("../fonts/SignericaFat.woff") format("woff"), url("../fonts/SignericaFat.ttf") format("truetype");
}
@font-face {
  font-family: "rounded-mplus-1m-regular";
  src: url("../fonts/rounded-mplus-1m-regular.woff2") format("woff2"), url("../fonts/rounded-mplus-1m-regular.woff") format("woff"), url("../fonts/rounded-mplus-1m-regular.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Alternate";
  src: url("../fonts/DIN Alternate.woff2") format("woff2"), url("../fonts/DIN Alternate.woff") format("woff"), url("../fonts/DIN Alternate.otf") format("opentype");
}
.bg_mt {
  background: #d0a800;
  color: #fff;
}

.txt_mt {
  color: #d0a800;
}

.bg_sld {
  background: #4591ff;
  color: #fff;
}

.txt_sld {
  color: #4591ff;
}

.bg_fff {
  background: #fff;
}

.bg_beige {
  background: #f6f4ee;
}

.txt_mc {
  color: #2ea7e0;
}

/*-------------------------------
	リンク
-------------------------------*/
.txtLink {
  border-bottom: 1px solid #000;
}

/*-------------------------------
	header ヘッダー　PC
-------------------------------*/
.header {
  height: 70px;
  position: relative;
  z-index: 1;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  max-width: calc(100% - 60px);
  margin: auto;
  height: 100%;
}

.header_logo {
  position: relative;
  z-index: 2;
  margin-top: -5px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header_logo {
    margin-top: -15px;
  } /* IE11 */
}
.header_logo img {
  max-width: 100%;
  height: auto;
}
.header_logo a:hover {
  opacity: 1;
}
.header_logo .header_tit {
  position: relative;
}
.header_logo .header_tit a:first-of-type:before {
  display: block;
  content: "";
  position: absolute;
  width: 260px;
  height: 60px;
  top: 0;
  right: 0;
  background: transparent;
  transition: 0.3s;
}
.header_logo .header_tit a:first-of-type:hover:before {
  background: rgba(255, 255, 255, 0.3);
}
.header_logo .header_tit .blank_link {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  background: transparent;
  transition: 0.3s;
}
.header_logo .header_tit .blank_link:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px) {
  .header_logo .header_tit .blank_link {
    width: 30px;
    height: 30px;
  }
}
.header_menu {
  display: flex;
  width: 65%;
  max-width: 65%;
  margin-bottom: 0;
}
.header_menu li {
  display: block;
  padding: 0 2%;
}
.header_menu li:nth-child(n+2) {
  border-left: 1px solid #c9caca;
}
.header_menu li a {
  display: block;
  font-size: 1.3rem;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header_menu li a {
    line-height: 1.8;
  } /* IE11 */
}
@media screen and (max-width: 1024px) {
  .header_inner {
    max-width: calc(100% - 40px);
  }
  .header_logo {
    position: relative;
    z-index: 2;
    max-width: 320px;
  }
  .header_menu {
    display: flex;
  }
  .header_menu li {
    display: block;
  }
  .header_menu li a {
    display: block;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    position: relative;
    z-index: 1;
  }
  .header_inner {
    max-width: calc(100% - 20px);
  }
  .header_logo {
    position: relative;
    z-index: 2;
    margin-right: 10%;
    width: 145px;
    line-height: 1;
  }
  .header_menu {
    display: none;
  }
}
/*-------------------------------
	メニュートグルボタン
-------------------------------*/
/*-------------------------------
	メニュートグルボタン　タブレット
-------------------------------*/
.nav_toggle {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 1000;
  width: 28px;
  z-index: 10000;
  box-sizing: border-box;
}

.nav_toggle div {
  position: relative;
  width: 28px;
  height: 21px;
  cursor: pointer;
}

.nav_toggle span.menu_line {
  display: block;
  height: 3px;
  background: #231815;
  position: absolute;
  width: 100%;
  left: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out 0.1s;
}

.nav_toggle span.menu_line_1 {
  top: 0px;
}

.nav_toggle span.menu_line_2 {
  top: 9px;
}

.nav_toggle span.menu_line_3 {
  top: 18px;
}

/*開閉ボタンopen時の動作*/
.nav_toggle.open span.menu_line_1 {
  top: 15px;
  transform: rotate(135deg);
  height: 3px;
  width: 90%;
  left: 5px;
  box-shadow: none;
}

.nav_toggle.open span.menu_line_2 {
  top: 15px;
  transform: rotate(135deg);
  height: 3px;
  width: 90%;
  left: 5px;
  box-shadow: none;
}

.nav_toggle.open span.menu_line_3 {
  top: 15px;
  transform: rotate(-135deg);
  height: 3px;
  width: 90%;
  left: 5px;
  box-shadow: none;
}

/*-------------------------------
	メニュートグルボタン　SP
-------------------------------*/
@media screen and (max-width: 767px) {
  .nav_toggle {
    width: 24px;
    right: 10px;
  }
  .nav_toggle div {
    width: 24px;
    height: 19px;
  }
  .nav_toggle span.menu_line {
    height: 3px;
  }
  .nav_toggle span.menu_line_1 {
    top: 0px;
  }
  .nav_toggle span.menu_line_2 {
    top: 8px;
  }
  .nav_toggle span.menu_line_3 {
    top: 16px;
  }
  /*開閉ボタンopen時の動作*/
  .nav_toggle.open span.menu_line_1 {
    top: 0px;
    height: 4px;
  }
  .nav_toggle.open span.menu_line_2 {
    top: 0px;
    height: 4px;
  }
  .nav_toggle.open span.menu_line_3 {
    top: 0px;
    height: 4px;
  }
}
/*-------------------------------
  nav ナビゲーションメニュー
-------------------------------*/
.main_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  transition: all 0.65s ease;
  padding-top: 60px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  overflow-y: auto;
}

.main_menu.open {
  right: -50vw;
  visibility: visible;
}

.main_menu_list {
  display: block;
  width: 100vw;
  height: 100vh;
}

.main_menu_list li {
  display: block;
  border-bottom: 1px solid #c9caca;
}

.main_menu_list li a {
  display: block;
  color: #000;
  width: 98%;
  margin-left: 2%;
  box-sizing: border-box;
  padding: 13px 10px;
  text-align: left;
  font-size: 1.6rem;
}

.main_menu_list .main_menu_list_child {
  opacity: 0;
  visibility: hidden;
  position: relative;
  right: -25%;
}

.main_menu_list .main_menu_list_child a {
  font-size: 1.3rem;
  padding-left: 1.8em;
}

.main_menu_list .main_menu_list_child a:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 1px;
  background: #231815;
  margin-right: 5px;
  vertical-align: middle;
}

.main_menu_list .main_menu_list_child_2 a {
  padding-left: 3.6em;
}

.main_menu.open .main_menu_list_child {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.main_menu_list .main_menu_list_child2 {
  opacity: 1;
  visibility: hidden;
  position: relative;
  right: -25%;
}

.main_menu_list .main_menu_list_child2 a {
  font-size: 1.3rem;
  padding-left: 4em;
}

.main_menu_list .main_menu_list_child2 a:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 1px;
  background: #231815;
  margin-right: 5px;
  vertical-align: middle;
}

.main_menu.open .main_menu_list_child2 {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.menu_visible_0 {
  transition: all 0.7s ease 0.15s;
}

.menu_visible_1 {
  transition: all 0.7s ease 0.15s;
}

.menu_visible_2 {
  transition: all 1.1s ease 0.15s;
}

.menu_visible_3 {
  transition: all 1.3s ease 0.15s;
}

.menu_visible_4 {
  transition: all 1.5s ease 0.15s;
}

.menu_visible_5 {
  transition: all 1.7s ease 0.15s;
}

.menu_visible_6 {
  transition: all 1.9s ease 0.15s;
}

.menu_visible_7 {
  transition: all 2.1s ease 0.15s;
}

.menu_visible_8 {
  transition: all 2.3s ease 0.15s;
}

.menu_visible_9 {
  transition: all 2.5s ease 0.15s;
}

@media screen and (max-width: 767px) {
  .main_menu {
    padding-top: 45px;
  }
  .main_menu.open {
    right: -20vw;
  }
  .main_menu_list li a {
    font-size: 1.4rem;
    padding: 10px 10px;
  }
  .main_menu_list .main_menu_list_child a {
    font-size: 1.1rem;
    padding-left: 2em;
  }
  .main_menu_list .main_menu_list_child2 a {
    font-size: 1.1rem;
    padding-left: 3em;
  }
}
@media screen and (max-width: 320px) {
  .main_menu {
    padding-top: 40px;
  }
  .main_menu.open {
    right: -18vw;
  }
  .main_menu_list li a {
    font-size: 1.3rem;
    padding: 6px 10px;
  }
  .main_menu_list .main_menu_list_child a {
    font-size: 1rem;
    padding-left: 2em;
  }
  .main_menu_list .main_menu_list_child2 a {
    font-size: 1rem;
    padding-left: 3em;
  }
}
/*-------------------------------
  wrapper
-------------------------------*/
.wrapper {
  position: relative;
  z-index: 2;
  max-width: 100vw;
  overflow: hidden;
}

.lesson .wrapper {
  background: linear-gradient(180deg, #e1f2f6 0%, #e1f2f6 41%, rgba(255, 255, 255, 0) 43%, white 100%);
}

/*-------------------------------
  footer　フッター
-------------------------------*/
.footer {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  background: linear-gradient(to top, #78d27b 50%, #fff 50%);
}

.footer_inner {
  display: block;
  max-width: 94%;
  margin: auto;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 3.5vw 0;
  height: 300px;
}

.footer_box {
  display: flex;
  justify-content: space-between;
}

.footer_copy {
  font-size: 1rem;
  color: #fff;
}

.footer_menu {
  display: flex;
  justify-content: flex-end;
  width: 70%;
  max-width: 70%;
}

.footer_menu li {
  display: block;
  padding: 0 2%;
}

.footer_menu li:nth-of-type(n+2) {
  border-left: 1px solid #231815;
}

.footer_menu li a {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
}

.footer_anime_box {
  width: 100vw;
  line-height: 1;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.footer_anime_box::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

.footer_anime_box iframe {
  width: 100vw;
  height: 15vw;
  content: "";
  position: relative;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .footer_anime_box iframe {
    width: 105vw;
    height: 15vw;
    bottom: -15px;
    content: "";
    position: relative;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
}
.footer_anime_box iframe::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

.footer_anime {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 20%;
  background: white;
  background: linear-gradient(180deg, white 0%, white 2%, #93d3e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#93d3e4",GradientType=1);
}

.footer_anime img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer {
    background: #78d27b;
  }
  .footer_inner {
    padding: 3.5vw 0;
    height: 200px;
  }
  .footer_copy {
    font-size: 0.9rem;
  }
  .footer_menu {
    display: none;
  }
  .footer_anime {
    text-align: center;
    padding-top: 20%;
    background: white;
    background: linear-gradient(180deg, white 0%, white 2%, #93d3e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#93d3e4",GradientType=1);
  }
  .footer_anime img {
    max-width: 100%;
    height: 160px;
  }
}
/*-------------------------------
  footer　フッター　PC
-------------------------------*/
/*-------------------------------
  top_btn トップへ戻るボタン
-------------------------------*/
.top_btn {
  position: fixed;
  bottom: -80px;
  right: 20px;
  z-index: 5;
  transition: all 1.2s ease 0.1s;
  visibility: hidden;
}

.top_btn img {
  max-width: 100%;
  height: auto;
}

.top_btn.visible {
  visibility: visible;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top_btn {
    bottom: -80px;
    right: 0;
    width: 29px;
    height: 29px;
  }
  .top_btn.visible {
    visibility: visible;
    bottom: 0;
  }
}
/*-------------------------------
  fade　フェードイン
-------------------------------*/
.fade_up {
  opacity: 0;
  transition: all 0.6s ease 0.4s;
  top: -20px;
  position: relative;
}

.fade_up.fade_up_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.4rem;
  font-weight: 500;
  line-height: 1;
  width: 800px;
  max-width: 92%;
  letter-spacing: 2px;
  margin: auto auto 40px auto;
}

.midashi_1:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  margin-top: 25px;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .midashi_1 {
    font-size: 2rem;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .midashi_1:after {
    margin-top: 15px;
  }
}
.midashi_2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  max-width: 92%;
  letter-spacing: 2px;
  margin: auto auto 50px auto;
}

.midashi_2:after {
  display: block;
  content: "";
  width: 66px;
  height: 3px;
  background: #56ac4a;
  margin: 25px auto auto auto;
}

.midashi_2_blue:after {
  background: #5ebae7;
}

@media screen and (max-width: 767px) {
  .midashi_2 {
    font-size: 1.8rem;
    margin: auto auto 30px auto;
  }
  .midashi_2:after {
    width: 40px;
    margin: 20px auto auto auto;
  }
}
.midashi_3 {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 130px;
  margin-bottom: 50px;
}
.midashi_3:after {
  content: "";
  background: #4591ff;
  width: 1px;
  height: 95px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .midashi_3 {
    font-size: 3rem;
    padding-bottom: 80px;
  }
  .midashi_3:after {
    height: 50px;
  }
}

h2.midashi_1 + .lead, h2.midashi_2 + .lead {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  h2.midashi_1 + .lead, h2.midashi_2 + .lead {
    font-size: 1.4rem;
  }
}

.system_mountain_box .lead, .system_sheild_box_1 .lead {
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .system_mountain_box .lead, .system_sheild_box_1 .lead {
    font-size: 1.4rem;
  }
}

.midashi_4 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  width: 800px;
  max-width: 92%;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .midashi_4 {
    font-size: 2rem;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}
/*-------------------------------
  breadcrumb パンくず
-------------------------------*/
.breadcrumb {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}

.breadcrumb li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.breadcrumb li a, .breadcrumb li span {
  display: block;
  color: #231815;
  font-size: 1.1rem;
}

.breadcrumb li a:after {
  display: inline-block;
  content: ">";
  margin-left: 4px;
  margin-right: 4px;
  width: 1rem;
  text-align: center;
  font-size: 0.9rem;
  height: 1rem;
}

.breadcrumb_home:before {
  display: inline-block;
  background: url("../images/common/ico_home.png") 0 0 no-repeat;
  background-size: 11px 11px;
  content: "";
  width: 11px;
  height: 11px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .breadcrumb li {
    transform: scale(0.9);
  }
  .breadcrumb li a, .breadcrumb li span {
    font-size: 0.8rem;
    letter-spacing: -0.5px;
  }
  .breadcrumb li a:after {
    display: inline-block;
    content: ">";
    margin-left: 2px;
    margin-right: 2px;
    width: 0.8rem;
    text-align: center;
    font-size: 0.8rem;
    height: 0.8rem;
  }
  .breadcrumb_home:before {
    background: url("../images/common/2x/ico_home.png") 0 0 no-repeat;
    background-size: 11px 11px;
  }
}
/*-------------------------------
  border_line　ボーダーライン
-------------------------------*/
.border_line_1 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.border_line_1 span {
  display: block;
  height: 8px;
  content: "";
  width: 12.5%;
}

.border_line_1 span:nth-of-type(2n) {
  background: #e98b9c;
}

.border_line_1 span:nth-of-type(2n-1) {
  background: #231815;
}

/*-------------------------------
  anker　アンカーポイント
-------------------------------*/
.anker {
  display: block;
  width: 100%;
  content: "";
  height: 0;
}

/*-------------------------------
ban_list バナーリスト
-------------------------------*/
.ban_list {
  margin: auto;
  background: #fff;
}

.ban_list_big {
  width: 1140px;
  max-width: calc(100% - 0px);
  margin-bottom: 160px;
}

.ban_list_big_2 {
  width: 840px;
}

.ban_list_big_3 {
  width: 750px;
}

.ban_list_big li, .ban_list_big_3 li {
  margin-bottom: 25px;
}

.ban_list_big li a, .ban_list_big_3 li a {
  display: block;
  position: relative;
  height: auto;
}

.ban_list_big li a img, .ban_list_big_3 li a img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.ban_list_big li a div, .ban_list_big_3 li a div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  font-weight: 600;
  padding-right: 10%;
  letter-spacing: 2px;
  background: url(../images/top/1x/ico_yajirushi_1.png) 97% 50% no-repeat;
  color: #fff;
  background-size: cover;
  overflow: hidden;
}

.ban_list_big li a div.yaji_l, .ban_list_big_3 li a div.yaji_l {
  background: url(../images/top/1x/ico_yajirushi_2.png) 3% no-repeat;
}

.ban_list_two {
  width: 1140px;
  margin-bottom: 60px;
  max-width: calc(100% - 20px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.ban_list_two li {
  max-width: calc(48% - 10px);
  margin: 10px 10px 25px 10px;
}

.ban_list_two li a {
  display: block;
  position: relative;
  height: auto;
}

.ban_list_two li a img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.ban_list_two li a div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 20%;
  bottom: 0;
  font-size: 2.3rem;
  font-weight: 600;
  padding-right: 5%;
  letter-spacing: 1px;
  background: url(../images/top/1x/ico_yajirushi_1.png) 96% 50% no-repeat;
  color: #fff;
  text-align: right;
  overflow: hidden;
}

.ban_list_two li a div.yaji_l {
  background: url(../images/top/1x/ico_yajirushi_2.png) 3% no-repeat;
}

.ban_list_three {
  width: 1140px;
  margin-bottom: 60px;
  max-width: calc(100% - 20px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.ban_list_three li {
  max-width: 32%;
  margin-bottom: 25px;
}

.ban_list_three li a {
  display: block;
  position: relative;
  height: auto;
}

.ban_list_three li a img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.ban_list_three li a div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 2.3rem;
  font-weight: 600;
  padding-right: 20%;
  letter-spacing: 1px;
  background: url(../images/top/1x/ico_yajirushi_1.png) 96% 50% no-repeat;
  color: #fff;
  text-align: right;
  overflow: hidden;
}

.ban_list_font1 {
  font-size: 2.9rem;
  text-align: right;
  line-height: 1.5;
}

.ban_list_font1 span {
  display: block;
  font-size: 3.8rem;
}

.ban_list_font2 {
  font-size: 3.8rem;
  text-align: right;
  line-height: 1.4;
}

.ban_list_font2 span {
  display: block;
  font-size: 2.3rem;
  margin-top: 5px;
}

.ban_list_font3 {
  font-size: 2.4rem;
  text-align: right;
  line-height: 1.5;
}

.ban_list_font3 span {
  display: block;
  font-size: 3.1rem;
}

.ban_list_font4 {
  font-size: 3.1rem;
  text-align: right;
  line-height: 1.4;
}

.ban_list_font4 span {
  display: block;
  font-size: 1.8rem;
  margin-top: 5px;
}

.ban_list_font5 {
  font-size: 2.8rem;
  text-align: right;
  line-height: 1.4;
}

.ban_list_font5 span {
  display: block;
  font-size: 1.6rem;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .ban_list_big li {
    margin-bottom: 20px;
  }
  .ban_list_big li a {
    height: 170px;
  }
  .ban_list_big li a div {
    padding-right: 12%;
    letter-spacing: 2px;
    background: url(../images/top/2x/ico_yajirushi_1.png) 97% 53% no-repeat;
    background-size: 45px 35px;
  }
  .ban_list_three, .ban_list_two {
    margin-bottom: 60px;
    max-width: calc(100% - 20px);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ban_list_three li, .ban_list_two li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .ban_list_three li a, .ban_list_two li a {
    display: block;
    position: relative;
    max-height: 20vw;
    overflow: hidden;
  }
  .ban_list_three li a img, .ban_list_two li a img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .ban_list_three li a div, .ban_list_two li a div {
    font-size: 1.4rem;
    padding-right: 15%;
    background: url("../images//top/2x/ico_yajirushi_1.png") 96% 50% no-repeat;
    background-size: 22.5px 17.5px;
  }
  .ban_list_three li a div.yaji_l, .ban_list_two li a div.yaji_l {
    background: url("../images/top/2x/ico_yajirushi_1.png") 97% 53% no-repeat;
    background-size: 22.5px 17.5px;
  }
  .ban_list_two li a div.yaji_l {
    background: url("../images/top/2x/ico_yajirushi_1.png") 96% 50% no-repeat;
    background-size: 22.5px 17.5px;
  }
  .ban_list_big li a div.yaji_l, .ban_list_big_3 li a div.yaji_l {
    background: url("../images/top/1x/ico_yajirushi_2.png") 3% no-repeat;
    background-size: 22.5px 17.5px;
  }
  .ban_list_font1 {
    font-size: 2.2rem;
  }
  .ban_list_font1 span {
    font-size: 2.8rem;
  }
  .ban_list_font2 {
    font-size: 2.8rem;
  }
  .ban_list_font2 span {
    font-size: 1.8rem;
  }
  .ban_list_font3 {
    font-size: 2rem;
  }
  .ban_list_font3 span {
    font-size: 2.7rem;
  }
  .ban_list_font4 {
    font-size: 2.7rem;
  }
  .ban_list_font4 span {
    font-size: 1.4rem;
  }
  .ban_list_font5 {
    font-size: 2.6rem;
    text-align: right;
    line-height: 1.4;
  }
  .ban_list_font5 span {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ban_list_big {
    max-width: calc(100% - 20px);
    margin-bottom: 60px;
  }
  .ban_list_big li {
    margin-bottom: 10px;
  }
  .ban_list_big li a {
    height: auto;
  }
  .ban_list_big li a div {
    padding-right: 10%;
    letter-spacing: 2px;
    background: url(../images/top/2x/ico_yajirushi_1.png) 97% 53% no-repeat;
    background-size: 22.5px 17.5px;
  }
  .ban_list_three {
    margin-bottom: 60px;
    max-width: calc(100% - 20px);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ban_list_three li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .ban_list_three li a {
    display: block;
    position: relative;
    max-height: 20vw;
    overflow: hidden;
  }
  .ban_list_three li a img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
  }
  .ban_list_three li a div {
    font-size: 1.4rem;
    padding-right: 15%;
    background: url("../images//top/2x/ico_yajirushi_1.png") 96% 50% no-repeat;
    background-size: 22.5px 17.5px;
  }
  .ban_list_font1 {
    font-size: 1.1rem;
  }
  .ban_list_font1 span {
    font-size: 1.4em;
  }
  .ban_list_font2 {
    font-size: 1.4rem;
  }
  .ban_list_font2 span {
    font-size: 0.8rem;
  }
  .ban_list_font3 {
    font-size: 1.4rem;
  }
  .ban_list_font3 span {
    font-size: 1.9rem;
  }
  .ban_list_font4 {
    font-size: 1.9rem;
  }
  .ban_list_font4 span {
    font-size: 1.3rem;
  }
  .ban_list_font5 {
    font-size: 1.8rem;
  }
  .ban_list_font5 span {
    font-size: 1.2rem;
  }
}
/*-------------------------------
  top main
-------------------------------*/
.top_main {
  background: transparent;
  position: relative;
  /*  overflow-x: hidden;*/
  background: #ffe200;
  background: linear-gradient(90deg, #ffe200 0%, #ffe200 49.99%, #56ac4a 50%, #56ac4a 100%);
  margin-bottom: 160px;
  width: 100vw;
  max-width: 100vw !important;
}

.top_main > div {
  position: relative;
  bottom: -70px;
}

.top_main_midashi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 10;
  font-size: 6.4rem;
  color: #fff;
  letter-spacing: -1.5px;
  line-height: 1.4;
  font-weight: 700;
}

.top_main_midashi span {
  display: block;
  letter-spacing: 2px;
  text-align: center;
  font-family: source-serif-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
}

.top_main .top_slide {
  visibility: hidden;
}

.top_main .top_slide.slick-initialized {
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-bottom: 100px;
    /*    overflow-x: hidden;*/
    width: 100vw;
  }
  .top_main > div {
    position: relative;
    bottom: -10px;
    max-width: calc(100% - 20px);
  }
  .top_main_midashi {
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
  }
  .top_main_midashi span {
    font-size: 0.9rem;
  }
}
.sub_main {
  background: transparent;
  position: relative;
  background: #ffe200;
  background: linear-gradient(90deg, #ffe200 0%, #ffe200 49.99%, #56ac4a 50%, #56ac4a 100%);
  margin-bottom: 80px;
}

.sub_main > div {
  position: relative;
  bottom: -70px;
  overflow: hidden;
}

.sub_main > div img {
  max-width: 100%;
}

.sub_main_midashi {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: 700;
}

.sub_main_midashi span {
  display: block;
  letter-spacing: 2px;
  text-align: center;
  font-family: source-serif-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .sub_main {
    margin-bottom: 55px;
  }
  .sub_main > div {
    position: relative;
    bottom: -45px;
    overflow: hidden;
  }
  .sub_main > div img {
    width: 120%;
    max-width: 120%;
    position: relative;
    left: -10%;
  }
  .sub_main_midashi {
    top: calc(50% - 25px);
    font-size: 3rem;
  }
  .sub_main_midashi span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sub_main {
    margin-bottom: 20px;
  }
  .sub_main > div {
    position: relative;
    bottom: -10px;
    overflow: hidden;
  }
  .sub_main > div img {
    width: 100%;
    max-width: 100%;
    left: 0;
  }
  .sub_main_midashi {
    top: calc(50% - 20px);
    font-size: 2.1rem;
  }
  .sub_main_midashi span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 320px) {
  .sub_main {
    margin-bottom: 20px;
  }
  .sub_main > div {
    position: relative;
    bottom: -10px;
    overflow: hidden;
  }
  .sub_main_midashi {
    top: calc(50% - 20px);
    font-size: 1.85rem;
  }
  .sub_main_midashi span {
    font-size: 1rem;
  }
}
#top_system {
  padding: 120px 0 60px;
  position: relative;
  z-index: 10;
}
#top_system .lead {
  padding: 0 8%;
}
#top_system .imgClm img {
  width: 100%;
  height: auto;
}
#top_system .box {
  z-index: 10;
}
#top_system .box > div {
  flex: 0 0 550px;
}
#top_system .box > div .txtClm {
  padding: 5px 35px 90px;
  position: relative;
}
#top_system .box > div .txtClm h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#top_system .box > div .txtClm h4.tit {
  font-size: 1.77rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#top_system .box > div .txtClm:after {
  content: "";
  background: url(../images/arrow.png);
  width: 75px;
  height: 7px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 35px;
  transition: 0.3s;
}
#top_system .box a:hover .txtClm:after {
  right: 15px;
}
#top_system.top {
  padding: 120px 0 60px;
}
#top_system.top:before {
  content: "";
  top: 0;
  width: 100%;
  height: 552px;
  display: block;
  position: absolute;
  z-index: -1;
}
#top_system.system_top {
  padding: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  #top_system {
    padding: 50px 0 50px;
  }
  #top_system .box > div:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #top_system .box > div figure img {
    width: 100%;
    height: auto;
  }
  #top_system .box > div .txtClm {
    padding: 5px 20px 60px;
  }
}

.back_button {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .back_button {
    padding: 50px 0;
  }
}

.top_system {
  text-align: center;
  margin-bottom: 60px;
}
.top_system img {
  max-width: 100%;
}

.top_system_bg {
  margin-bottom: -100px;
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  z-index: 0;
  position: relative;
}

.top_system_bg_sankaku {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  width: 34px;
}

.top_system_bg img {
  max-width: 100%;
  height: auto;
}

.top_system_tit {
  display: block;
  width: 480px;
  height: 80px;
  margin: auto;
}

.top_system_tit a, .top_system_tit h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  position: relative;
  font-weight: 600;
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #dcdddd;
}

.top_system_tit h2 {
  border: 1px solid #000;
}

.top_system_tit a:before {
  content: "";
  background: url(../images/arrow_l.png) no-repeat;
  width: 55px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  transition: 0.3s;
  z-index: 10;
}

.top_system_tit a:hover:before {
  left: 15px;
}

@media screen and (max-width: 767px) {
  .top_system_tit {
    display: block;
    width: 90%;
    height: 80px;
    margin: auto;
  }
  .top_system_tit a, .top_system_tit h2 {
    font-size: 1.6rem;
    line-height: 1;
    padding: 5px 0 25px 0;
  }
  .top_system_tit h2 {
    box-shadow: none;
  }
  .top_system_tit a {
    padding: 0;
  }
  .top_system_tit a:before {
    content: "";
    background: url(../images/arrow_l.png) no-repeat;
    background-size: cover;
    width: 80px;
    height: 7px;
    display: inline-block;
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translatex(-50%);
    transition: 0.3s;
    z-index: 10;
  }
}
#top_technology {
  padding: 60px 0 100px;
  position: relative;
}
#top_technology:before {
  content: "";
  background: #f6f6f6;
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#top_technology .box {
  padding: 55px;
  position: relative;
  z-index: 10;
}
#top_technology .box > div {
  flex: 0 0 47%;
}
#top_technology .box .txtClm {
  padding: 30px 25px 0;
}
#top_technology .box .txtClm h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#top_technology .box .arrow {
  color: #efefef;
  font-size: 70px;
  font-weight: bold;
  text-align: right;
  position: relative;
}
#top_technology .box .arrow:after {
  content: "";
  background: url(../images/arrow.png);
  width: 75px;
  height: 7px;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 0;
  transition: 0.3s;
}
#top_technology .box a:hover .arrow:after {
  right: -20px;
}
@media screen and (max-width: 767px) {
  #top_technology {
    padding: 0 0 50px;
  }
  #top_technology .box {
    padding: 20px;
  }
  #top_technology .box > div:nth-of-type(n+2) {
    margin-top: 40px;
  }
  #top_technology .box > div figure img {
    width: 100%;
    height: auto;
  }
  #top_technology .box > div .txtClm {
    padding: 20px 20px 0;
  }
  #top_technology .box > div .arrow {
    font-size: 5rem;
    font-weight: bold;
    text-align: right;
    position: relative;
  }
  #top_technology .box > div .arrow:after {
    content: "";
    background: url(../images/arrow.png);
    width: 75px;
    height: 7px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 0;
    transition: 0.3s;
  }
}

#top_case {
  padding: 125px 0;
}
#top_case .case_slide {
  display: flex;
  justify-content: center;
}
#top_case .case_slide .item {
  width: 30%;
  margin: 0 15px;
  background: #f6f6f6;
}
#top_case .case_slide .item figure {
  margin-bottom: 0;
}
#top_case .case_slide .item figure img {
  width: 100%;
  height: auto;
}
#top_case .case_slide .item .txtClm {
  padding: 30px 20px 20px;
  position: relative;
  min-height: 210px;
}
#top_case .case_slide .item .txtClm .cate {
  width: 130px;
  padding: 10px 0 8px;
  text-align: center;
  font-size: 1.3rem;
  position: absolute;
  top: -30px;
  right: 20px;
}
#top_case .case_slide .item .txtClm h3 span {
  display: block;
  margin-bottom: 10px;
}
#top_case .case_slide .item .txtClm h3 span.theme {
  color: #a2a2a2;
  font-size: 1.4rem;
  font-weight: bold;
}
#top_case .case_slide .item .txtClm h3 span.sub_tit {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
}
#top_case .case_slide .item .txtClm h3 strong {
  font-size: 2rem;
  line-height: 1.6;
}
#top_case .case_slide:nth-of-type(2) {
  margin-top: 30px;
}
#top_case .slick-prev, #top_case .slick-next {
  width: 30px;
  height: 80px;
  transition: 0.3s;
}
#top_case .slick-prev {
  left: -40px;
}
#top_case .slick-prev:before {
  content: "";
  width: 30px;
  height: 80px;
  display: inline-block;
  background: url(../images/slide_arrow_l.png) no-repeat;
}
#top_case .slick-prev:hover {
  left: -50px;
}
#top_case .slick-next {
  right: -40px;
}
#top_case .slick-next:before {
  content: "";
  width: 30px;
  height: 80px;
  display: inline-block;
  background: url(../images/slide_arrow_r.png) no-repeat;
}
#top_case .slick-next:hover {
  right: -50px;
}
@media screen and (max-width: 767px) {
  #top_case {
    padding: 50px 0 50px;
  }
  #top_case .case_slide .item .txtClm {
    padding: 30px 20px;
    max-height: initial;
  }
  #top_case .case_slide {
    display: block;
    justify-content: center;
  }
  #top_case .case_slide .item {
    width: 100%;
    margin: 20px 0 0;
  }
}

#top_developer {
  padding: 90px 0 0;
  position: relative;
}
#top_developer:before {
  content: "";
  background: url(../images/top/bg_developer.jpg);
  background-size: cover;
  width: 100%;
  height: 90%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top_developer .developer a {
  position: relative;
}
#top_developer .developer figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #top_developer {
    padding: 50px 0 0;
  }
  #top_developer .inner3 > div figure img {
    width: 100%;
    height: auto;
  }
  #top_developer .inner3 > div figure figcaption {
    font-size: 2rem;
    font-weight: bold;
  }
}

#top_lesson {
  padding: 130px 0 90px;
  position: relative;
}
#top_lesson:before {
  content: "";
  background: #f6f6f6;
  width: 100%;
  height: 65%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#top_lesson:after {
  content: "";
  background: #ffd758;
  width: 25%;
  height: 65%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#top_lesson .top_lesson {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
#top_lesson .top_lesson img {
  max-width: 100%;
}
#top_lesson ul {
  padding: 0;
}
#top_lesson ul > li {
  position: relative;
  z-index: 10;
  width: 24.5%;
}
#top_lesson ul > li img {
  max-width: 100%;
}
#top_lesson ul > li .txt {
  font-size: 1.5rem;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #top_lesson {
    padding: 50px 0 50px;
  }
  #top_lesson .top_lesson {
    margin-bottom: 20px;
  }
  #top_lesson .top_lesson img {
    max-width: 100%;
  }
  #top_lesson .row {
    padding: 0;
  }
  #top_lesson ul > li {
    width: 50%;
  }
}

#top_news {
  padding: 50px 0;
}
#top_news .top_news {
  margin-bottom: 100px;
}
#top_news .top_news_list {
  width: 800px;
  max-width: 92%;
  padding: 20px;
  margin: auto;
}
#top_news .top_news_list li {
  display: flex;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  padding: 0;
}
#top_news .top_news_list li time {
  display: block;
  color: #9fa0a0;
  margin-right: 25px;
}
#top_news .top_news_list li .cate {
  display: inline-block;
  flex: 0 0 90px;
  height: 22px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 25px;
}
#top_news .top_news_list li .cate.shield {
  background: #8bd9ff;
}
#top_news .top_news_list li .cate.mountain {
  background: #ffc634;
}
#top_news .top_news_list li .cate.news {
  background: #999;
}
#top_news .top_news_list li a, #top_news .top_news_list li div {
  display: block;
  color: #231815;
  font-weight: 400;
}
#top_news .top_news_list li a[target=_blank] span:after {
  display: inline-block;
  background: url(../images/top/2x/ico_blank.png) 0 50% no-repeat;
  background-size: cover;
  margin-left: 15px;
  width: 19px;
  height: 12px;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 767px) {
  #top_news .top_news {
    margin-bottom: 80px;
  }
  #top_news .top_news_list li {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  #top_news .top_news_list li .cate {
    font-size: 1.1rem;
    flex: 0 0 70px;
  }
  #top_news .top_news_list li time {
    width: 65px;
    white-space: nowrap;
    margin-right: 15px;
    font-size: 1.1rem;
    padding-top: 2px;
  }
  #top_news .top_news_list li a, #top_news .top_news_list li div {
    font-size: 1.2rem;
    flex: 0 0 100%;
  }
}

/*-------------------------------
2 system 大林組のトンネルづくり
-------------------------------*/
.system_box {
  display: flex;
  flex-wrap: wrap;
}

.system_box_1 {
  justify-content: space-between;
  margin-bottom: 50px;
}

.system_box_1_c {
  width: 800px;
  max-width: 100%;
  margin-bottom: 20px;
}

.system_box_1_l {
  width: 250px;
  max-width: 33%;
}

.system_box_1_l img {
  max-width: 100%;
}

.system_box_1_r {
  max-width: 64%;
}

.system_box_1 p {
  line-height: 2;
  margin-bottom: 15px;
}

.system_box_1 p:last-child {
  margin-bottom: 0;
}

.system_box_1 a {
  text-decoration: underline;
}

a.target_blank:after {
  display: inline-block;
  background: url(../images/top/ico_blank.png) 0 50% no-repeat;
  margin-left: 10px;
  margin-right: 5px;
  width: 20px;
  height: 1em;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 767px) {
  .system_box {
    display: block;
  }
  .system_box_1 {
    margin-bottom: 50px;
  }
  .system_box_1_l {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .system_box_1_l img {
    width: 80%;
  }
  .system_box_1_r {
    width: 100%;
    max-width: 100%;
  }
}
.system_about_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1140px;
  margin: auto;
  max-width: calc(100% - 20px);
}

.system_about_list_pare {
  background: #efefef;
  padding: 60px 0;
}

.system_about_list_item {
  width: 345px;
  max-width: 31.5%;
}

.system_about_list p {
  font-size: 1.5rem;
  line-height: 1.9;
}

.system_about_list_img {
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.system_about_list_img img {
  max-width: 100%;
  height: auto;
}

.system_about_list_tit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-bottom: -36px;
  margin-left: 25px;
  position: relative;
  z-index: 2;
  width: 138px;
  height: 72px;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.system_about_list_tit_1 {
  background: url("../images//system/1x/img_system_hukudashi_1.png") 0 0 no-repeat;
  background-size: cover;
  color: #e98b9c;
}

.system_about_list_tit_2 {
  background: url("../images//system/1x/img_system_hukudashi_2.png") 0 0 no-repeat;
  background-size: cover;
  color: #5ebae7;
}

.system_about_list_tit_3 {
  background: url("../images//system/1x/img_system_hukudashi_3.png") 0 0 no-repeat;
  background-size: cover;
  color: #8fc31f;
}

.system_about_list_tit span {
  display: block;
  position: relative;
  top: -5px;
}

.system_about_bottom {
  margin-bottom: 75px;
}

.system_about_bottom img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .system_about_list_pare {
    padding: 40px 0;
  }
  .system_about_list_item {
    width: 345px;
    max-width: 100%;
    margin: 20px auto;
  }
  .system_about_list p {
    font-size: 1.4rem;
  }
  .system_about_list_tit {
    font-size: 1.8rem;
  }
  .system_about_list_tit_1 {
    background: url("../images//system/2x/img_system_hukudashi_1.png") 0 0 no-repeat;
    background-size: cover;
    color: #e98b9c;
  }
  .system_about_list_tit_2 {
    background: url("../images//system/2x/img_system_hukudashi_2.png") 0 0 no-repeat;
    background-size: cover;
    color: #5ebae7;
  }
  .system_about_list_tit_3 {
    background: url("../images//system/2x/img_system_hukudashi_3.png") 0 0 no-repeat;
    background-size: cover;
    color: #8fc31f;
  }
  .system_about_bottom {
    margin-bottom: 75px;
  }
  .system_about_bottom img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.system_interview {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 1140px;
  max-width: calc(100% - 20px);
  background: #f7f8f8;
  position: relative;
  border-radius: 15px;
  margin: 80px auto;
  align-items: end;
}

.system_interview_tit {
  font-size: 3rem;
  font-family: rounded-mplus-1m-regular;
  margin-bottom: 25px;
  font-weight: 400;
}

.system_interview_tit span {
  display: block;
  font-family: SignericaFat;
  color: #ffcb00;
  font-size: 2.3rem;
  margin-bottom: 30px;
}

.system_interview_txt {
  width: 700px;
  max-width: 70%;
  padding: 65px 20px 20px 65px;
}

.system_interview_txt p {
  line-height: 2;
  font-size: 1.4rem;
}

.system_interview_img {
  max-width: 35%;
  margin-right: 2%;
}

.system_interview_img img {
  max-width: 100%;
  max-height: 429px;
}

@media screen and (max-width: 1024px) {
  .system_interview {
    margin: 80px auto;
  }
  .system_interview_tit {
    font-size: 2.3rem;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .system_interview_tit span {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .system_interview_txt {
    max-width: 71%;
    padding: 40px 20px 20px 35px;
  }
  .system_interview_txt p {
    line-height: 1.8;
    font-size: 1.2rem;
  }
  .system_interview_img {
    max-width: 34%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .system_interview {
    display: block;
    margin: 60px auto;
    padding: 35px 20px 0 20px;
  }
  .system_interview_tit {
    font-size: 2.6rem;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .system_interview_tit span {
    font-size: 1.45rem;
    margin-bottom: 20px;
  }
  .system_interview_txt {
    max-width: 100%;
    padding: 0;
  }
  .system_interview_txt p {
    font-size: 1.2rem;
  }
  .system_interview_img {
    max-width: 100%;
    margin-right: 0;
    margin-top: 30px;
    text-align: center;
  }
  .system_interview_img img {
    width: 220px;
  }
}
/*-------------------------------
3 system トンネルをつくる人たち
-------------------------------*/
.developer_subtitle {
  margin-top: -20px;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.developer_staff {
  padding-top: 85px;
  margin-bottom: 15px;
}

.developer_staff_2 {
  background: #efefef;
}

.developer_staff_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.developer_staff_list_item {
  width: 50%;
  margin-bottom: 50px;
  overflow: hidden;
}

.developer_staff_list_item_w100 {
  width: 100%;
  margin-bottom: 140px;
}

.developer_staff_list_item a {
  display: block;
  transition: all 1.2s ease;
}

.developer_staff_list_item a:hover {
  opacity: 1;
}

.developer_staff_list_item a:hover img {
  transform: scale(1.05);
}

.developer_staff_list_img {
  display: block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.developer_staff_list_img img {
  width: 100%;
  transition: all 1.2s ease;
  height: auto;
}

.developer_staff_list_img figcaption {
  display: block;
  position: absolute;
  bottom: 75px;
  left: 0;
  font-weight: 600;
  padding: 7px 25px;
  background: #fff;
  font-size: 1.7rem;
}

.developer_staff_list_img figcaption br {
  display: none;
}

.developer_staff_list_img_2 figcaption {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 550px;
  left: auto;
  right: 0;
  height: 180px;
  max-height: 50%;
  max-width: 50%;
  bottom: 100px;
}

.developer_staff_list_tit {
  padding: 18px 30px 0px 30px;
  font-size: 2rem;
}

.developer_staff_list_tit span {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
}

.developer_staff_list_tit_2 {
  padding: 18px 0 0px 0;
}

@media screen and (max-width: 767px) {
  .developer_subtitle {
    margin-top: -20px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .developer_staff {
    padding-top: 50px;
    margin-bottom: 10px;
  }
  .developer_staff_list_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .developer_staff_list_item_w100 {
    margin-bottom: 100px;
  }
  .developer_staff_list_img figcaption {
    bottom: 30px;
    padding: 7px 20px;
    font-size: 1.2rem;
  }
  .developer_staff_list_img figcaption br {
    display: block;
  }
  .developer_staff_list_img_2 figcaption {
    height: auto;
    max-height: 60%;
    max-width: 55%;
    bottom: 35px;
  }
  .developer_staff_list_tit {
    padding: 15px 20px 0px 20px;
    font-size: 1.45rem;
  }
  .developer_staff_list_tit span {
    font-size: 1.1rem;
  }
}
.tech_link {
  padding: 100px 0;
}
.tech_link .system_bg {
  margin-bottom: -100px;
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  z-index: 0;
  position: relative;
  transition: 0.3s;
}
.tech_link .system_bg_sankaku {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  width: 34px;
}
.tech_link .system_tit {
  display: block;
  width: 340px;
  height: 150px;
  margin: auto;
}
.tech_link .system_tit a, .tech_link .system_tit h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 15px 0 10px 0;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 600;
  color: #333;
  border-radius: 0;
  box-shadow: none;
}
.tech_link .system_tit a span, .tech_link .system_tit h2 span {
  display: block;
  width: 100%;
  letter-spacing: 0px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #333;
  font-family: source-serif-pro, serif;
}
.tech_link .system_tit h2:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 15.5px 0 15.5px;
  border-color: #ffffff transparent transparent transparent;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transform: rotate(-90deg);
  transform-origin: top center;
  transition: 0.3s;
}
.tech_link a:hover .system_bg {
  opacity: 0.8;
}
.tech_link a:hover .system_tit {
  opacity: 1;
}
.tech_link a:hover .system_tit h2:before {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .tech_link {
    padding: 30px 0;
  }
  .tech_link .system_bg {
    padding: 0 10px;
    margin-bottom: -50px;
    z-index: 0;
    position: relative;
  }
  .tech_link .system_bg img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .tech_link .system_tit {
    display: block;
    width: 90%;
    height: 75px;
    margin: auto;
  }
  .tech_link .system_tit a, .tech_link .system_tit h2 {
    font-size: 1.6rem;
    padding: 10px 0 10px 0;
  }
  .tech_link .system_tit h2 {
    width: 200px;
    margin: auto;
    padding: 0;
    box-shadow: none;
  }
  .tech_link .system_tit a {
    padding: 0;
  }
  .tech_link .system_tit a:before, .tech_link .system_tit h2:before {
    border-width: 12px 7.5px 0 7.5px;
    right: 10px;
  }
}

#system_shield01 .txtClm .lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#system_shield01 .txtClm .txt {
  line-height: 2.2;
}
#system_shield01 .about_ogents h3 {
  padding-top: 130px;
  position: relative;
  text-align: center;
  margin-top: 40px;
  z-index: 10;
}
#system_shield01 .about_ogents h3:after {
  content: "";
  background: #4591ff;
  width: 1px;
  height: 95px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#system_shield01 .about_ogents h3 span {
  display: inline-block;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  padding-top: 10px;
}
#system_shield01 .about_ogents h3 span b {
  font-size: 1.9rem;
  font-weight: normal;
  display: block;
}
#system_shield01 .about_ogents .box {
  margin-top: -20px;
  padding: 70px 45px 40px;
}
#system_shield01 .about_ogents .box figure {
  margin-top: 20px;
}
#system_shield01 .about_ogents.drive ul {
  margin: 0;
  padding: 0;
}
#system_shield01 .about_ogents.drive li.col-md-6 {
  flex: 0 0 495px;
}
#system_shield01 .about_ogents.drive li.col-md-6 figure {
  position: relative;
}
#system_shield01 .about_ogents.drive li.col-md-6 figure figcaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  font-size: 1.8rem;
}
#system_shield01 .about_ogents > figure {
  text-align: center;
  margin: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  #system_shield01 .txtClm {
    margin-top: 30px;
  }
  #system_shield01 .txtClm .lead {
    font-size: 1.6rem;
  }
  #system_shield01 figure img {
    max-width: 100%;
    height: auto;
  }
  #system_shield01 .about_ogents h3 {
    padding-top: 80px;
  }
  #system_shield01 .about_ogents h3:after {
    height: 50px;
  }
  #system_shield01 .about_ogents .box {
    margin-top: -20px;
    padding: 50px 20px 20px;
  }
  #system_shield01 .about_ogents .box ul {
    padding: 0;
  }
  #system_shield01 .about_ogents .box ul li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  #system_shield01 .about_ogents .box figure {
    margin-top: 20px;
  }
  #system_shield01 .about_ogents.drive ul {
    margin: 0;
    padding: 0;
  }
  #system_shield01 .about_ogents.drive li.col-md-6 figure figcaption {
    font-size: 1.3rem;
  }
  #system_shield01 .about_ogents > figure {
    text-align: center;
    margin: 30px 0 60px;
  }
}

#system_shield02 {
  padding: 110px 0;
}
#system_shield02 h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#system_shield02 h3:nth-of-type(2) {
  margin-top: 50px;
}
#system_shield02 .box {
  padding: 50px 0 40px;
  border-bottom: 1px solid #e5e5e5;
}
#system_shield02 .box:nth-of-type(1), #system_shield02 .box:nth-of-type(4) {
  padding-top: 0;
}
#system_shield02 .box:nth-of-type(5) {
  border-bottom: none;
}
#system_shield02 .box .col-md-6 {
  flex: 0 0 540px;
}
#system_shield02 .box h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
#system_shield02 .box .txt {
  line-height: 2.2;
}
#system_shield02 .box.bg_beige {
  padding: 0;
  border: none;
}
#system_shield02 .box.bg_beige .col-md-6 {
  padding: 40px;
  flex: 0 0 auto;
}
#system_shield02 .box.bg_beige .col-md-6 h3 small {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #system_shield02 {
    padding: 50px 0;
  }
  #system_shield02 figure img {
    max-width: 100%;
    height: auto;
  }
  #system_shield02 h3 {
    font-size: 1.8rem;
  }
  #system_shield02 h3:nth-of-type(2) {
    margin-top: 50px;
  }
  #system_shield02 .box {
    padding: 30px 0 20px;
  }
  #system_shield02 .box h4 {
    font-size: 1.6rem;
  }
  #system_shield02 .box .txt {
    line-height: 2.2;
  }
  #system_shield02 .box.bg_beige .col-md-6 {
    padding: 30px 20px;
  }
  #system_shield02 .box.bg_beige .col-md-6:nth-of-type(2) {
    padding-top: 0;
  }
  #system_shield02 .box.bg_beige .col-md-6 h3 {
    margin-bottom: 20px;
  }
  #system_shield02 .box.bg_beige .col-md-6 h3 small {
    font-size: 1.2rem;
    display: block;
  }
}

#top_developer.system_shield {
  padding-top: 0;
}
#top_developer.system_shield:before {
  background: none;
}

#otherlink ul {
  padding: 0;
}
#otherlink li a {
  position: relative;
  display: block;
}
#otherlink li a > div {
  position: absolute;
  left: 20px;
  bottom: 5px;
}
#otherlink li .ban_list_font1 {
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
}
#otherlink li .ban_list_font1 span {
  font-size: 3.2rem;
  font-weight: bold;
}
#otherlink.system {
  padding-top: 100px;
}
#otherlink.developer {
  padding: 0 0 70px;
}
@media screen and (max-width: 767px) {
  #otherlink {
    padding-top: 50px;
  }
  #otherlink li {
    margin-bottom: 20px;
  }
  #otherlink li img {
    width: 100%;
    height: auto;
  }
  #otherlink li .ban_list_font1 {
    font-size: 1.4rem;
  }
  #otherlink li .ban_list_font1 span {
    font-size: 2rem;
    font-weight: bold;
  }
  #otherlink.system {
    padding-top: 50px;
  }
}

/*-------------------------------
5 developer トンネルをつくる人たち
-------------------------------*/
.developer_single_main {
  margin-bottom: 0;
  width: 100%;
  max-height: 1000px;
  overflow: hidden;
}

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

.developer_single_txt {
  width: 840px;
  max-width: calc(100% - 20px);
  margin: auto;
}

.developer_single_txt p {
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 1.5px;
}

.developer_single_box {
  margin-bottom: 65px;
}

.developer_single_tit {
  position: relative;
  top: -50px;
  padding-top: 80px;
  padding-left: 25px;
  border-left: 2px solid #f39800;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2rem;
}

.developer_single_tit_1 {
  border-color: #f39800;
}

.developer_single_tit > span {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
}

.developer_single_subtit {
  font-weight: 600;
}

.developer_single_subtit_1 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.developer_single_subtit_2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #f39800;
}

.developer_single_subtit_intend {
  text-indent: -0.5em;
}

.developer_single_img {
  display: block;
  margin-bottom: 50px;
}

.developer_single_img img {
  max-width: 100%;
}

.developer_single_back {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 550px;
  max-width: calc(100% - 20px);
  height: 80px;
  justify-content: center;
  align-items: center;
  margin: -20px auto 60px auto;
  background: #ffe200 url("../images/common/1x/ico_developer_sankaku.png") 30px 50% no-repeat;
  padding-left: 50px;
  text-indent: -50px;
  font-size: 2.4rem;
  line-height: 1.2;
  border: 1px solid #231815;
}

.developer_single_back span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: -15px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .developer_single_txt p {
    font-size: 1.4rem;
  }
  .developer_single_box {
    margin-bottom: 50px;
  }
  .developer_single_tit {
    top: -40px;
    padding-top: 70px;
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .developer_single_tit > span {
    font-size: 1.4rem;
  }
  .developer_single_subtit {
    font-weight: 600;
  }
  .developer_single_subtit_1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .developer_single_subtit_2 {
    font-size: 1.6rem;
  }
  .developer_single_img {
    margin-bottom: 40px;
  }
  .developer_single_back {
    height: 60px;
    margin: -20px auto 60px auto;
    background: #ffe200 url("../images/common/2x/ico_developer_sankaku.png") 15px 50% no-repeat;
    background-size: 25px;
    font-size: 1.6rem;
  }
}
/* 20220927 developer top */
.developer_top {
  padding-top: 100px;
}

.developer_top .developer_staff {
  padding-top: 40px;
}

.developer_top .developer_staff:not(:last-of-type) .developer_staff_list {
  margin-bottom: 40px;
}

.developer_top .developer_staff .developer_staff_list .developer_staff_list_item {
  width: 48%;
}

.developer_top .developer_staff .developer_staff_list .developer_staff_list_item:nth-of-type(odd) {
  margin-right: 2%;
}

.developer_top .developer_staff .developer_staff_list .developer_staff_list_item:nth-of-type(even) {
  margin-left: 2%;
}

.developer_top .developer_staff .developer_staff_list .developer_staff_list_item.developer_staff_list_item_w100 {
  width: 100%;
  margin: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .developer_top:nth-of-type(n+2) {
    padding-top: 60px;
  }
  .developer_top .developer_staff .developer_staff_list .developer_staff_list_item {
    width: 100%;
  }
  .developer_top .developer_staff .developer_staff_list .developer_staff_list_item:nth-of-type(odd) {
    margin-right: 0;
  }
  .developer_top .developer_staff .developer_staff_list .developer_staff_list_item:nth-of-type(even) {
    margin-left: 0;
  }
  .developer_top .developer_staff .developer_staff_list .developer_staff_list_item.developer_staff_list_item_w100 {
    margin: 0 0 60px;
  }
}
/* developer top用 */
@media screen and (max-width: 767px) {
  .mountain_menu.shield.developer {
    padding: 0 10px;
  }
  .mountain_menu.shield.developer li {
    width: 50%;
  }
}
/*-------------------------------
4 mountain 山岳トンネル最新技術紹介
-------------------------------*/
.mountain_menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 120px auto 25px auto;
}

.mountain_menu li {
  width: 20%;
}

.mountain_menu li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  height: 60px;
  line-height: 1;
  letter-spacing: 1px;
  background: #efefef;
}

@media all and (-ms-high-contrast: none) {
  .mountain_menu li a {
    padding-top: 10px;
  }
}
.mountain_menu li a:after {
  display: inline-block;
  content: "▼";
  width: 1em;
  height: 1em;
  font-size: 1.4rem;
  margin-left: 4px;
}

@media all and (-ms-high-contrast: none) {
  .mountain_menu li a:after {
    margin-top: -5px;
  }
}
.mountain_menu li:nth-of-type(1) a {
  background: #d8ecf8;
}

.mountain_menu li:nth-of-type(3) a {
  background: #daf1de;
}

.mountain_menu li:nth-of-type(5) a {
  background: #ede8fc;
}

.mountain_menu_bottom {
  width: 100%;
}

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

.mountain_list {
  padding-top: 85px;
}

.mountain_list_1 {
  background: #d8ecf8;
}

.mountain_list_2 {
  background: #efefef;
}

.mountain_list_3 {
  background: #daf1de;
}

.mountain_list_4 {
  background: #ede8fc;
}

.mountain_list_inner {
  width: 1160px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 20px);
  margin: auto;
}

.mountain_list_item {
  width: 360px;
  max-width: calc(33.3333333333% - 30px);
  margin-right: 3%;
  margin-bottom: 50px;
  overflow: hidden;
}

.mountain_list_item:nth-of-type(3n) {
  margin-right: 0;
}

.mountain_list_item a {
  display: block;
  transition: all 1.2s ease;
}

.mountain_list_item a:hover {
  opacity: 1;
}

.mountain_list_item a:hover img {
  transform: scale(1.05);
}

.mountain_list_img {
  display: block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 8px;
  background: #fff;
}

.mountain_list_img img {
  width: 100%;
  transition: all 1.2s ease;
  height: auto;
}

.mountain_list_txt {
  margin-left: 20px;
  position: relative;
  top: -25px;
  min-height: 210px;
  padding-top: 40px;
  padding-left: 10px;
  border-left: 2px solid #5ebae7;
}

.mountain_list_txt p {
  font-size: 1.3rem;
}

.mountain_list_tit {
  padding: 0;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.mountain_list_tit > span {
  display: block;
  font-weight: 600;
  font-size: 2rem;
}

.mountain_list_tit > span:after {
  display: inline-block;
  background: url("../images/common/ico_link.png") 0 0 no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  content: "";
  margin-left: 7px;
}

.mountain_list_tit > span > span {
  font-size: 1.5rem;
  letter-spacing: -0.2px;
}

/*-------------------------------
4 mountain 山岳トンネル最新技術紹介
-------------------------------*/
@media screen and (max-width: 1024px) {
  .mountain_menu {
    margin: 80px auto 25px auto;
  }
  .mountain_menu li a {
    font-size: 1.3rem;
    height: 50px;
  }
  .mountain_menu li a:after {
    font-size: 1.1rem;
  }
  .mountain_list {
    padding-top: 55px;
  }
  .mountain_list_item {
    width: 360px;
    max-width: 31.3333333333%;
    margin-right: 3%;
    margin-bottom: 40px;
  }
  .mountain_list_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .mountain_list_txt {
    margin-left: 15px;
    min-height: 210px;
    padding-top: 40px;
    padding-left: 10px;
    top: -15px;
    border-left: 2px solid #5ebae7;
  }
  .mountain_list_txt p {
    font-size: 1.2rem;
  }
  .mountain_list_tit {
    font-size: 1.15rem;
  }
  .mountain_list_tit > span {
    font-size: 1.5rem;
  }
  .mountain_list_tit > span:after {
    display: inline-block;
    background: url("../images/common/2x/ico_link.png") 0 0 no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    content: "";
    margin-left: 7px;
  }
  .mountain_list_tit > span > span {
    font-size: 1.2rem;
    letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 767px) {
  .mountain_menu {
    margin: 70px auto 25px auto;
    flex-wrap: wrap;
  }
  .mountain_menu li {
    width: 33.3333333333%;
  }
  .mountain_menu li a {
    font-size: 1.1rem;
    height: 40px;
  }
  .mountain_menu li a:after {
    font-size: 1rem;
  }
  .mountain_list {
    padding-top: 55px;
  }
  .mountain_list_item {
    width: 48%;
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .mountain_list_item:nth-of-type(3n) {
    margin-right: auto;
  }
  .mountain_list_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .mountain_list_img {
    padding: 4px;
  }
  .mountain_list_txt {
    margin-left: 8px;
    min-height: 150px;
    padding-top: 20px;
    padding-left: 10px;
    top: -10px;
    border-left: 2px solid #5ebae7;
  }
  .mountain_list_txt p {
    font-size: 0.8rem;
  }
  .mountain_list_tit {
    font-size: 0.85rem;
  }
  .mountain_list_tit > span {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .mountain_list_tit > span:after {
    display: inline-block;
    background: url("../images/common/2x/ico_link.png") 0 0 no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    content: "";
    margin-left: 7px;
  }
  .mountain_list_tit > span > span {
    font-size: 0.85rem;
    letter-spacing: -0.2px;
  }
}
/* shield/tech/用 */
.mountain_menu.shield li:nth-of-type(4) a {
  background: #ede8fc;
}

/* 20220926 /mountain/index.html */
.system_box_1 .otism-logo {
  margin: 50px 0 40px;
}

.otism-column {
  gap: 2rem;
  margin-top: 50px;
  padding: 10px;
}
.otism-column p {
  font-size: 1.4rem;
  text-align: center;
}
.otism-column strong {
  font-size: 2rem;
}
.otism-column > div {
  border-radius: 10px;
  padding: 30px 10px;
}
.otism-column > div:nth-of-type(1) {
  background: #e4efe9;
}
.otism-column > div:nth-of-type(1) strong {
  color: #02a043;
}
.otism-column > div:nth-of-type(2) {
  background: #e7eef6;
}
.otism-column > div:nth-of-type(2) strong {
  color: #4083c6;
}
.otism-column > div:nth-of-type(3) {
  background: #fff7ec;
}
.otism-column > div:nth-of-type(3) strong {
  color: #f09436;
}

/* 20250921 /mountain/index.html 
  OTISMリニューアル */
.system_about .bg_headline {
  margin-top: 40px;
  font-size: 2.714rem;
  color: #fff;
  font-weight: bold;
  background: #E85C5C;
}
.system_about .inner3 {
  max-width: 1080px;
}

@media screen and (max-width: 767px) {
  .system_about .bg_headline {
    margin-top: 20px;
    font-size: 1.714rem;
    line-height: 1.5;
    padding: 15px 0;
  }
  .system_about .inner3 {
    max-width: 100%;
  }
}
.system_otism_menu {
  margin-top: 150px;
  position: relative;
  z-index: 10;
}
.system_otism_menu .bg_image img {
  width: 100%;
  height: auto;
}
.system_otism_menu .process_image {
  width: 26.2vw;
  position: absolute;
  top: 0;
  left: 6vw;
}
.system_otism_menu .fuwafuwa {
  display: inline-block; /* 要素がインラインの場合は必要 */
  animation: fuwafuwa 1s ease-in-out infinite;
  position: absolute;
  right: 13vw;
  top: -30px;
}
.system_otism_menu .fuwafuwa img {
  width: 10.4vw;
}
.system_otism_menu .btn_area {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.system_otism_menu .btn_area a {
  display: block;
  transform: skew(25deg);
  width: 300px;
  height: 200px;
  position: absolute;
  transform: rotate3d(1, 1, 1.13, -64deg) skew(26deg);
  font-size: 0;
  color: transparent;
}
.system_otism_menu .btn_area a.kussaku {
  top: 7.7vw;
  right: 16vw;
  width: 18.5vw;
  height: 11vw;
}
.system_otism_menu .btn_area a.fukko {
  transform: rotate3d(1, 1, 1.13, -64deg) skew(26deg);
  top: 16.1vw;
  right: 25vw;
  width: 30.2vw;
  height: 12.5vw;
}
.system_otism_menu .btn_area a.keisoku {
  transform: rotate3d(1, 1, 1.13, -64deg) skew(27deg);
  top: 19.3vw;
  right: 0.4vw;
  width: 49.2vw;
  height: 7.7vw;
}

@media screen and (max-width: 767px) {
  .system_otism_menu {
    margin-top: 150px;
    position: relative;
    z-index: 10;
  }
  .system_otism_menu .process_image {
    width: 45%;
    top: -110px;
    left: 6vw;
  }
  .system_otism_menu .fuwafuwa {
    right: 10vw;
    top: -80px;
  }
  .system_otism_menu .fuwafuwa img {
    width: 24vw;
  }
  .system_otism_menu .btn_area a.kussaku {
    top: 10.7vw;
    right: 17vw;
    width: 23.5vw;
    height: 10.5vw;
  }
  .system_otism_menu .btn_area a.fukko {
    top: 23.1vw;
    right: 29vw;
    width: 36.2vw;
    height: 11.5vw;
  }
  .system_otism_menu .btn_area a.keisoku {
    transform: rotate3d(1, 1, 1.13, -64deg) skew(26deg);
    top: 24vw;
    right: -4.6vw;
    width: 59.2vw;
    height: 11.7vw;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  } /* 上に10px移動 */
  100% {
    transform: translateY(0);
  }
}
.video_area {
  position: relative;
  z-index: 0;
  margin-top: -15%;
  background: transparent linear-gradient(180deg, #E4EDEC 0%, #E4EDEC 70%, #FFFFFF 100%);
  text-align: center;
  padding: 20% 0 160px;
}
.video_area figure {
  background: #fff;
  display: inline-block;
  padding: 20px;
}
.video_area figcaption {
  font-size: 1.714rem;
  font-weight: bold;
  margin-top: 10px;
}
.video_area img {
  width: 1190px;
}

@media screen and (max-width: 767px) {
  .video_area {
    padding: 20% 5% 50px;
  }
  .video_area figure {
    padding: 5%;
  }
  .video_area figcaption {
    font-size: 1.286rem;
    margin-top: 10px;
  }
  .video_area iframe {
    width: 100%;
    height: auto;
  }
}
.system_process_content {
  background: transparent linear-gradient(180deg, #E4EDEC 0%, #E4EDEC 70%, #FFFFFF 100%);
  padding-bottom: 200px;
}
.system_process_content .inner {
  max-width: 1200px;
  margin: auto;
}
.system_process_content .system_process_content_hl_area {
  position: relative;
}
.system_process_content .system_process_content_hl_area .system_process_content_hl {
  display: flex;
  align-items: center;
  gap: 1em;
  height: 180px;
  padding: 0 0 0 450px;
  background: #00A93C;
}
.system_process_content .system_process_content_hl_area .system_process_content_hl strong {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.system_process_content .system_process_content_hl_area .system_process_content_hl span {
  font-size: 2.571rem;
  font-weight: bold;
}
@media screen and (max-width: 920px) {
  .system_process_content .system_process_content_hl_area .system_process_content_hl {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }
}
.system_process_content .gainen_image {
  position: absolute;
  bottom: -50px;
  left: 100px;
}
.system_process_content .gainen_image img {
  width: 300px;
  height: auto;
}
.system_process_content .tab_text {
  margin-top: 60px;
  text-align: center;
}
.system_process_content .tab_button .tab_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding-top: 22px;
}
.system_process_content .tab_button .tab_item .cycle_name {
  font-size: 100%;
  font-weight: bold;
}
.system_process_content .tab_button .tab_item .circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.system_process_content .tab_button .tab_item .circle span {
  font-size: 1.714rem;
}
.system_process_content .tab_button .tab_item .circle strong {
  font-size: 42px;
}
.system_process_content .tab_button .tab_item.is-active .circle:after {
  content: "▼";
  position: absolute;
  bottom: -27px;
  font-size: 30px;
}
.system_process_content .tab_button.tab_button_bottom .tab_item .cycle_name {
  transform: translateY(-10px);
}
.system_process_content .tab_button.tab_button_bottom .tab_item.is-active .circle:after {
  content: "▲";
  position: absolute;
  top: -27px;
  font-size: 30px;
}
.system_process_content .tab_contents {
  margin-top: 50px;
}
.system_process_content .tab_content {
  background: #fff;
  border-radius: 40px;
  padding: 60px 0;
}
.system_process_content .cycle_content {
  padding: 0 50px;
}
.system_process_content .cycle_content .gifanime_area .gifanime {
  text-align: right;
}
.system_process_content .cycle_content .gifanime_area .gifanime img {
  max-width: 100%;
  height: auto;
}
.system_process_content .cycle_content .cycle_hl {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 4.286rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.system_process_content .cycle_content .cycle_hl span {
  font-size: 2.857rem;
}
.system_process_content .cycle_content .bg {
  margin: 20px 0 0;
  padding: 30px 30px 20px;
  border-radius: 20px;
  background: #D8E3E2;
}
.system_process_content .cycle_content .bg h4 {
  font-size: 120%;
  font-weight: bold;
}
.system_process_content .cycle_content .bg .white_bg {
  background: #fff;
  border-radius: 10px;
  font-size: 2.571rem;
  font-weight: bold;
  color: #FF4726;
  padding: 5px;
  margin: 20px 0;
}
.system_process_content .cycle_content .bg .before_after {
  gap: 0.5em;
  font-size: 2.571rem;
  font-weight: bold;
}
.system_process_content .cycle_content .bg .before_after .before, .system_process_content .cycle_content .bg .before_after .now {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #59C1EF;
  padding: 10px 20px;
  margin-right: 0.5em;
}
.system_process_content .cycle_content .bg .before_after .now {
  background: #EB86C5;
}
.system_process_content .cycle_content .bg .before_after p:nth-of-type(2):before {
  content: "▶︎";
  margin-right: 1em;
}
.system_process_content .cycle_content .bg02 {
  background: #f0f0f0;
  padding: 40px 40px;
}
.system_process_content .cycle_content .bg02 h4 {
  font-size: 2rem;
  font-weight: bold;
  flex: 1 1 120px;
}
.system_process_content .cycle_content .bg02 .txt_area {
  flex: 1 1 calc(100% - 80px);
  font-size: 1.571rem;
  line-height: 2;
}
.system_process_content .cycle_content .bg02 .txt_area h5 {
  font-size: 1.643rem;
  margin-bottom: 0.5em;
}
.system_process_content .cycle_content .bg02 .txt_area strong {
  font-size: 110%;
  font-weight: bold;
}
.system_process_content .cycle_content .bg02 .txt_area figure img {
  max-width: 100%;
}
.system_process_content .cycle_content .bg02 .txt_area figure figcaption {
  font-size: 85%;
}
.system_process_content .cycle_content .bg02:nth-of-type(n+2) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .system_process_content {
    padding-bottom: 50px;
  }
  .system_process_content .inner {
    max-width: 100%;
    margin: auto;
  }
  .system_process_content .system_process_content_hl_area {
    position: relative;
  }
  .system_process_content .system_process_content_hl_area .system_process_content_hl {
    display: flex;
    align-items: center;
    gap: 1em;
    height: auto;
    padding: 20px;
    background: #00A93C;
    flex-direction: row;
    justify-content: flex-start;
  }
  .system_process_content .system_process_content_hl_area .system_process_content_hl strong {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
  }
  .system_process_content .system_process_content_hl_area .system_process_content_hl span {
    font-size: 1.429rem;
    font-weight: bold;
  }
  .system_process_content .gainen_image {
    position: relative;
    bottom: auto;
    top: -20px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .system_process_content .gainen_image img {
    width: 60%;
    height: auto;
  }
  .system_process_content .tab_contents {
    margin-top: 0;
  }
  .system_process_content .tab_content {
    border-radius: 0;
    padding: 5% 5% 10%;
    display: block !important;
  }
  .system_process_content .tab_content:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .system_process_content .cycle_content {
    padding: 0;
  }
  .system_process_content .cycle_content .gifanime_area .gifanime {
    text-align: right;
  }
  .system_process_content .cycle_content .gifanime_area .gifanime img {
    max-width: 100%;
    height: auto;
  }
  .system_process_content .cycle_content .cycle_flow {
    margin-bottom: 20px;
  }
  .system_process_content .cycle_content .cycle_flow img {
    width: 100%;
    height: auto;
  }
  .system_process_content .cycle_content .cycle_hl {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 2.857rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .system_process_content .cycle_content .cycle_hl span {
    font-size: 2.143rem;
  }
  .system_process_content .cycle_content .bg {
    margin: 20px 0 0;
    padding: 5% 5% 2%;
    border-radius: 10px;
  }
  .system_process_content .cycle_content .bg .white_bg {
    border-radius: 5px;
    font-size: 2.143rem;
    padding: 5px;
    margin: 10px 0;
  }
  .system_process_content .cycle_content .bg .before_after {
    gap: 0.5em;
    font-size: 1.643rem;
    font-weight: bold;
  }
  .system_process_content .cycle_content .bg .before_after .before, .system_process_content .cycle_content .bg .before_after .now {
    font-size: 1.143rem;
    padding: 5px 10px;
    margin-right: 0.5em;
  }
  .system_process_content .cycle_content .bg .before_after p:nth-of-type(2):before {
    content: "▶︎";
    margin-right: 1em;
  }
  .system_process_content .cycle_content .bg02 {
    padding: 5%;
  }
  .system_process_content .cycle_content .bg02 h4 {
    font-size: 1.643rem;
  }
  .system_process_content .cycle_content .bg02 .txt_area {
    font-size: 1.286rem;
    line-height: 1.8;
  }
  .system_process_content .cycle_content .bg02 .txt_area h5 {
    font-size: 1.429rem;
    margin-bottom: 0.5em;
  }
  .system_process_content .cycle_content .bg02 .txt_area strong {
    font-size: 110%;
  }
  .system_process_content .cycle_content .bg02 .txt_area figure img {
    max-width: 100%;
    height: auto;
  }
  .system_process_content .cycle_content .bg02 .txt_area figure figcaption {
    font-size: 85%;
    line-height: 1.8;
  }
  .system_process_content .cycle_content .bg02 .txt_area iframe {
    width: 100%;
    height: auto;
  }
  .system_process_content .cycle_content .bg02:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.system_process_content.kussaku .tab_button {
  background: url(../images/system_mountain/otism_flow_tunneling.png) no-repeat top;
  background-size: 100% auto;
  justify-content: space-around;
}
.system_process_content.kussaku .tab_button .tab_item .cycle_name {
  color: #00A93C;
}
.system_process_content.kussaku .tab_button .tab_item .circle {
  border: 2px solid #00A93C;
  margin-top: 10px;
}
.system_process_content.kussaku .tab_button .tab_item.is-active .circle {
  background: rgba(138, 205, 162, 0.5);
}
.system_process_content.kussaku .tab_button .tab_item.is-active .circle:after {
  color: #00A93C;
}
.system_process_content.kussaku .dot_line {
  border-color: #00A93C;
}
.system_process_content.kussaku .tab_content .gifanime_hl {
  color: #00A93C;
}
.system_process_content.kussaku .tab_content .cycle_content .cycle_hl span {
  color: #00A93C;
}
.system_process_content.kussaku .tab_content .cycle_content .bg02 h4 {
  color: #00A93C;
}

.system_process_content.fukko .system_process_content_hl_area .system_process_content_hl {
  background: #418CCE;
}
.system_process_content.fukko .tab_button {
  background: url(../images/system_mountain/otism_flow_lining.png) no-repeat top;
  background-size: 100% auto;
  justify-content: space-around;
}
.system_process_content.fukko .tab_button .tab_item .cycle_name {
  color: #418CCE;
}
.system_process_content.fukko .tab_button .tab_item .circle {
  border: 2px solid #418CCE;
  margin-top: 10px;
}
.system_process_content.fukko .tab_button .tab_item.is-active .circle {
  background: rgba(65, 140, 206, 0.5);
}
.system_process_content.fukko .tab_button .tab_item.is-active .circle:after {
  color: #418CCE;
}
.system_process_content.fukko .dot_line {
  border-color: #418CCE;
}
.system_process_content.fukko .tab_content .gifanime_hl {
  color: #418CCE;
}
.system_process_content.fukko .tab_content .cycle_content .cycle_hl span {
  color: #418CCE;
}
.system_process_content.fukko .tab_content .cycle_content .bg02 h4 {
  color: #418CCE;
}

.system_process_content.keisoku .system_process_content_hl_area .system_process_content_hl {
  background: #FCAA24;
}
.system_process_content.keisoku .tab_button {
  background: url(../images/system_mountain/otism_flow_tunneling.png) no-repeat top;
  background-size: 100% auto;
}
.system_process_content.keisoku .tab_button .tab_item .cycle_name {
  color: #FCAA24;
}
.system_process_content.keisoku .tab_button .tab_item .circle {
  border: 2px solid #FCAA24;
  margin-top: 10px;
}
.system_process_content.keisoku .tab_button .tab_item.is-active .circle {
  background: rgba(138, 205, 162, 0.5);
}
.system_process_content.keisoku .tab_button .tab_item.is-active .circle:after {
  color: #FCAA24;
}
.system_process_content.keisoku .dot_line {
  border-color: #FCAA24;
}
.system_process_content.keisoku .tab_content .gifanime_hl {
  color: #FCAA24;
}
.system_process_content.keisoku .tab_content .cycle_content .cycle_hl span {
  color: #FCAA24;
}
.system_process_content.keisoku .tab_content .cycle_content .bg02 h4 {
  color: #FCAA24;
}
.system_process_content.keisoku .tab_content .indent {
  padding-left: 6.3em;
}

.otism_navi_area {
  position: fixed;
  z-index: 999;
}
.otism_navi_area .otism_navi {
  padding: 0;
}
.otism_navi_area .otism_navi a {
  color: #fff;
  display: block;
  font-weight: bold;
}
.otism_navi_area .otism_navi a.kussaku {
  background: #00A93C;
}
.otism_navi_area .otism_navi a.fukko {
  background: #418CCE;
}
.otism_navi_area .otism_navi a.keisoku {
  background: #FCAA24;
}

@media screen and (min-width: 768px) {
  .otism_navi_area {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .otism_navi_area li {
    margin: 5px 0;
  }
  .otism_navi_area a {
    writing-mode: vertical-rl;
    padding: 40px 10px;
    font-size: 2rem;
    border-radius: 0 5px 5px 0;
  }
  .otism_navi_area a:hover {
    padding: 40px 10px 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .otism_navi_area {
    top: -100%;
    left: 0;
    right: 0;
    transition: top 0.3s ease;
  }
  .otism_navi_area .otism_navi {
    width: 100%;
    display: flex;
  }
  .otism_navi_area .otism_navi li {
    flex: 1;
  }
  .otism_navi_area .otism_navi li a {
    font-size: 1.714rem;
    padding: 10px;
    text-align: center;
  }
  .otism_navi_area.show {
    top: 0;
  }
}
/*-------------------------------
6 lesson 楽しく分かる！トンネルの世界
-------------------------------*/
.lesson_bg {
  background: url("../images/lesson/mountain/img_tunnel_lesson_story_bg.png") 50% 0 repeat-y;
  padding: 40px 0 250px 0;
  background-size: 100% auto;
  position: relative;
}

.lesson_bg:after {
  display: block;
  width: 100%;
  background: white;
  background: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0088410364) 5%, rgba(255, 255, 255, 0.731530112) 42%, rgba(255, 255, 255, 0.98) 67%, white 100%);
  height: 250px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.lesson_shield_bg {
  background: url("../images/lesson/shield/bg_lesson_shield.jpg") 50% 0 repeat-y;
  padding: 40px 0 250px 0;
  background-size: 100% auto;
  position: relative;
}

.lesson_shield_bg:after {
  display: block;
  width: 100%;
  background: white;
  background: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0088410364) 5%, rgba(255, 255, 255, 0.731530112) 42%, rgba(255, 255, 255, 0.98) 67%, white 100%);
  height: 250px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.lesson_top {
  text-align: center;
  margin-bottom: 35px;
}

.lesson_top_machine {
  margin-bottom: 80px;
}

.lesson_top img {
  margin-bottom: 10px;
  max-width: 100%;
}

.lesson_top span {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
}

.lesson_menu {
  width: 840px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto auto 170px auto;
}

.lesson_menu li {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.lesson_menu li:nth-of-type(-n + 3) {
  width: 28%;
}

.lesson_menu li:nth-of-type(n + 4) {
  width: 25%;
}

.lesson_menu li:nth-of-type(1) {
  right: -15px;
}

.lesson_menu li:nth-of-type(2) {
  top: 50px;
  left: -5px;
}

.lesson_menu li:nth-of-type(3) {
  left: -15px;
}

.lesson_menu li:nth-of-type(5) {
  top: 40px;
}

.lesson_menu li:nth-of-type(7) {
  top: -40px;
}

.lesson_menu li a {
  display: block;
}

.lesson_menu li a:hover {
  animation: wobble-hor-top 0.9s both;
  opacity: 1;
}

.lesson_box {
  width: 1020px;
  margin: auto auto 150px auto;
  border: 2px solid #5ebae7;
  padding: 0 70px 75px 70px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
}

.lesson_box_black {
  border-color: #231815;
}

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

.lesson_list_4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  background: #f2dfa1;
}

.lesson_item_1 {
  width: 385px;
  max-width: 47%;
  margin-bottom: 35px;
  text-align: center;
}

.lesson_item_1 p {
  text-align: left;
}

.lesson_item_1 p span {
  font-size: 1.4rem;
}

.lesson_item_2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.lesson_item_2 p {
  text-align: left;
}

.lesson_item_2 p span {
  font-size: 1.4rem;
}

.lesson_item_3 {
  width: 260px;
  max-width: 32%;
  position: relative;
  margin-bottom: 100px;
}

.lesson_item_3 p {
  text-align: left;
}

.lesson_item_3 p span {
  font-size: 1.4rem;
}

.lesson_item_3_2 {
  margin-left: auto;
}

.lesson_item_3_3 {
  margin-left: auto;
}

.lesson_item_3_5 {
  margin-left: 50px;
  margin-right: auto;
}

.lesson_item_3_7 {
  width: 510px;
  max-width: 60%;
}

.lesson_item_3_10 {
  width: 515px;
  max-width: 60%;
  margin-left: auto;
}

.lesson_item_3_num {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -18px;
  z-index: 3;
  left: calc(50% - 18px);
  border-radius: 20px;
  background: #25acea;
}

@media all and (-ms-high-contrast: none) {
  .lesson_item_3_num {
    padding-top: 4px;
  }
}
.lesson_item_4 {
  width: 245px;
  max-width: 33%;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}

.lesson_item_4_1 {
  height: 650px;
}

.lesson_item_4_2 {
  height: 710px;
}

.lesson_item_4_3 {
  height: 600px;
}

.lesson_item_4_4 {
  height: 640px;
  top: -60px;
}

.lesson_item_4_5 {
  height: 660px;
}

.lesson_item_4_6 {
  height: 600px;
  top: -110px;
}

.lesson_item_4_7 {
  top: -80px;
}

.lesson_item_4_9 {
  top: -170px;
}

.lesson_item_5 {
  width: 710px;
  margin: 50px auto auto auto;
}

.lesson_subtit {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  color: #25acea;
  position: relative;
}

.lesson_subtit_2 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -60px;
}

.lesson_subtit_2:after {
  display: block;
  height: 225px;
  width: 225px;
  content: "";
  background: url("../images/lesson/mountain/img_tunnel_lesson_nazo_man.png") 0 0 no-repeat;
  position: absolute;
  right: -50px;
  top: -30px;
}

.lesson_subtit_3 {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: -50px;
}

.lesson_subtit_3:after {
  display: block;
  height: 161px;
  width: 146px;
  content: "";
  background: url("../images/lesson/mountain/img_tunnel_lesson_yakuwari_make_woman.png") 0 0 no-repeat;
  position: absolute;
  right: -20px;
  top: 0px;
}

.lesson_tit_1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 145px;
  width: 770px;
  font-size: 2.7rem;
  text-align: center;
  padding: 40px 20px 20px 20px;
  background: url("../images/lesson/mountain/img_tunnel_lesson_obi.png") 50% 0 no-repeat;
  background-size: cover;
  margin: 0 auto -40px auto;
  position: relative;
  top: -75px;
}

@media all and (-ms-high-contrast: none) {
  .lesson_tit_1 {
    padding: 30px 20px 10px 20px;
    line-height: 1.7;
  }
}
.lesson_tit_1_big {
  height: 210px;
  padding-top: 20px;
  background: url("../images/lesson/mountain/img_tunnel_lesson_obi2.png") 0 0 no-repeat;
}

@media all and (-ms-high-contrast: none) {
  .lesson_tit_1_big {
    padding-top: 25px;
    line-height: 1.6;
  }
  .lesson_tit_1_big span {
    font-size: 2.4rem;
  }
}
.lesson_tit_1 span {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #25acea;
}

.lesson_tit_1_story {
  height: 145px;
  padding-top: 20px;
  background: url("../images/lesson/mountain/img_tunnel_lesson_story_obi.png") 0 0 no-repeat;
}

@media all and (-ms-high-contrast: none) {
  .lesson_tit_1_story {
    padding-top: 20px;
  }
}
.lesson_tit_1_story span {
  color: #fff;
}

.lesson_tit_2 {
  text-align: center;
  font-weight: 600;
  padding: 15px 15px 0px 15px;
  color: #25acea;
  font-size: 1.8rem;
}

.lesson_tit_3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.lesson_tit_3 span {
  display: block;
  border-bottom: 1px dashed #231815;
  padding-bottom: 5px;
  font-size: 2.6rem;
  color: #25acea;
  margin-left: 10px;
  width: calc(100% - 90px);
}

.lesson_tit_3:before {
  display: block;
  content: "";
  width: 73px;
  height: 72px;
}

.lesson_tit_3_1:before {
  background: url("../images/lesson/mountain/img_tunnel_lesson_yakuwari_nazo_1_ico.png") 0 0 no-repeat;
}

.lesson_tit_3_2:before {
  background: url("../images/lesson/mountain/img_tunnel_lesson_yakuwari_nazo_2_ico.png") 0 0 no-repeat;
}

.lesson_tit_3_3:before {
  background: url("../images/lesson/mountain/img_tunnel_lesson_yakuwari_nazo_3_ico.png") 0 0 no-repeat;
}

.lesson_tit_3_4:before {
  background: url("../images/lesson/mountain/img_tunnel_lesson_yakuwari_nazo_4_ico.png") 0 0 no-repeat;
}

.lesson_tit_4 {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.lesson_tit_4 span {
  display: block;
  line-height: 1.3;
  font-size: 2.4rem;
  margin-bottom: 5px;
}

.lesson_tit_5 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  margin-top: 10px;
}

.lesson_tit_5 > span:first-child {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-size: 1.7rem;
  margin-right: 15px;
  width: 77px;
  height: 77px;
  line-height: 1;
  color: #fff;
  padding-top: 5px;
  background: #e98b9c;
  letter-spacing: -0.1px;
}

@media all and (-ms-high-contrast: none) {
  .lesson_tit_5 > span:first-child {
    padding-top: 15px;
  }
}
.lesson_tit_5 > span:first-child > span {
  display: block;
  width: 100%;
  margin-top: -15px;
  text-align: center;
  letter-spacing: 0px;
  font-size: 2.6rem;
}

.lesson_tit_5 > span:last-child {
  display: block;
  font-size: 2.6rem;
  width: calc(100% - 90px);
}

@media all and (-ms-high-contrast: none) {
  .lesson_tit_5 > span:last-child {
    line-height: 1.6;
    padding-top: 10px;
  }
}
.lesson_tit_6 {
  display: block;
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
}

.lesson_tit_6 span {
  display: inline-block;
  font-size: 2.9rem;
  padding: 3px;
  letter-spacing: 2.5px;
  border-bottom: 4px solid #e98b9c;
}

.lesson_img {
  border-radius: 20px;
  overflow: hidden;
}

.lesson_img_border {
  border: 2px solid #efefef;
}

.lesson_img_border_2 {
  border: 7px solid #231815;
}

.lesson_img_2 {
  margin-left: 20px;
}

.lesson_img_3 {
  position: relative;
}

.lesson_img_4 {
  border-radius: 0;
  margin-bottom: 10px;
}

.lesson_img img {
  max-width: 100%;
  height: auto;
}

.lesson_txt_2 {
  width: 48%;
  padding-top: 3%;
  line-height: 2;
}

.lesson_num {
  position: relative;
  font-weight: bold;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-top: 10px;
}

@media all and (-ms-high-contrast: none) {
  .lesson_num {
    font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
.lesson_num_batch {
  position: absolute;
  right: 0;
  top: -10px;
}

.lesson_num_2 .lesson_num_batch {
  top: auto;
  right: 10px;
  bottom: 0;
}

.lesson_num_2 {
  font-size: 4.2rem;
}

.lesson_num_9 .lesson_num_batch {
  top: auto;
  right: 10px;
  bottom: 0;
}

.lesson_num_small {
  font-size: 2.5rem;
  letter-spacing: -1px;
}

.lesson_num_small_2 {
  display: block;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 5px;
}

.lesson_num_small_2 .lesson_num_batch {
  top: -60px;
}

.lesson_num_small_3 {
  font-size: 1.5rem;
}

.lesson_num_txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

.lesson_link {
  display: block;
}

.lesson_link img {
  transition: all 1.2s ease;
}

.lesson_link:hover {
  opacity: 1;
}

.lesson_link:hover img {
  transform: scale(1.2);
}

@keyframes wobble-hor-top {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-25px) rotate(6deg);
  }
  30% {
    transform: translateX(12px) rotate(-6deg);
  }
  45% {
    transform: translateX(-12px) rotate(3.6deg);
  }
  60% {
    transform: translateX(8px) rotate(-2.4deg);
  }
  75% {
    transform: translateX(-5px) rotate(1.2deg);
  }
}
@media screen and (min-width: 1500px) {
  .lesson_bg {
    background-size: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_bg {
    background: url("../images/lesson/mountain/img_tunnel_lesson_story_bg.png") 50% 0 repeat-y;
    padding: 40px 0 150px 0;
    background-size: contain;
  }
  .lesson_bg:after {
    height: 150px;
  }
  .lesson_top span {
    font-size: 1.8rem;
  }
  .lesson_menu {
    max-width: 100%;
    margin: auto auto 130px auto;
  }
  .lesson_menu li {
    margin-bottom: 50px;
  }
  .lesson_menu li:nth-of-type(-n + 3) {
    width: 26%;
  }
  .lesson_menu li:nth-of-type(n + 4) {
    width: 25%;
  }
  .lesson_menu li:nth-of-type(1) {
    right: 0px;
  }
  .lesson_menu li:nth-of-type(2) {
    top: 50px;
    left: 0;
  }
  .lesson_menu li:nth-of-type(3) {
    left: 0;
  }
  .lesson_menu li:nth-of-type(5) {
    top: 40px;
  }
  .lesson_menu li:nth-of-type(7) {
    top: -40px;
  }
  .lesson_menu li img {
    max-width: 80%;
  }
  .lesson_box {
    max-width: calc(100% - 20px);
    margin: auto auto 140px auto;
    padding: 0 30px 60px 30px;
    border-radius: 25px;
  }
  .lesson_list_4 {
    padding: 20px;
  }
  .lesson_item {
    font-size: 1.4rem;
  }
  .lesson_item_1 {
    max-width: 47%;
    margin-bottom: 35px;
  }
  .lesson_item_2 {
    margin-bottom: 50px;
  }
  .lesson_item_3 {
    max-width: 31%;
    position: relative;
    margin-bottom: 70px;
  }
  .lesson_item_3 p {
    text-align: left;
  }
  .lesson_item_3 p span {
    font-size: 1.4rem;
  }
  .lesson_item_3_6 {
    width: 510px;
    max-width: 63%;
  }
  .lesson_item_3_9 {
    width: 510px;
    max-width: 62%;
  }
  .lesson_item_4 {
    width: 245px;
    max-width: 33%;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
  }
  .lesson_item_4_1 {
    height: 640px;
  }
  .lesson_item_4_2 {
    height: 700px;
  }
  .lesson_item_4_3 {
    height: 590px;
  }
  .lesson_item_4_4 {
    height: 630px;
    top: -60px;
  }
  .lesson_item_4_5 {
    height: 650px;
  }
  .lesson_item_4_6 {
    height: 590px;
    top: -110px;
  }
  .lesson_item_4_7 {
    top: -80px;
  }
  .lesson_item_4_9 {
    top: -170px;
  }
  .lesson_subtit {
    font-size: 1.6rem;
  }
  .lesson_subtit_2 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: -60px;
    padding-right: 70px;
  }
  .lesson_subtit_2:after {
    display: block;
    height: 120px;
    width: 120px;
    content: "";
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_nazo_man.png") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    right: -10px;
    top: -30px;
  }
  .lesson_subtit_3 {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: -50px;
    padding-right: 70px;
  }
  .lesson_subtit_3:after {
    display: block;
    height: 120px;
    width: 120px;
    content: "";
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_make_woman.png") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    top: 0px;
  }
  .lesson_tit_1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 135px;
    max-width: 100%;
    font-size: 2.2rem;
    text-align: center;
    padding: 20px 10px 20px 10px;
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_obi.png") 50% 0 no-repeat;
    background-size: contain;
  }
  .lesson_tit_1_big {
    height: 170px;
    padding-top: 20px;
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_obi2.png") 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: none) {
  .lesson_tit_1_big {
    padding-top: 40px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_tit_1 span {
    display: block;
    width: 100%;
    line-height: 1;
    text-align: center;
    color: #25acea;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_tit_1_story {
    height: 145px;
    padding-top: 20px;
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_story_obi.png") 0 0 no-repeat;
    background-size: contain;
  }
  .lesson_tit_1_story span {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_tit_2 {
    padding: 15px 3px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_tit_3 span {
    font-size: 2rem;
  }
  .lesson_tit_3_1:before {
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_nazo_1_ico.png") 0 0 no-repeat;
    background-size: contain;
  }
  .lesson_tit_3_2:before {
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_nazo_2_ico.png") 0 0 no-repeat;
    background-size: contain;
  }
  .lesson_tit_3_3:before {
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_nazo_3_ico.png") 0 0 no-repeat;
    background-size: contain;
  }
  .lesson_tit_3_4:before {
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_nazo_4_ico.png") 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_tit_4 {
    font-size: 1.1rem;
  }
  .lesson_tit_4 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_tit_5 > span:first-child {
    font-size: 1.6rem;
  }
  .lesson_tit_5 > span:first-child > span {
    font-size: 2.5rem;
  }
  .lesson_tit_5 > span:last-child {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_tit_6 span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_img_2 {
    margin-left: 0px;
    width: 48%;
  }
  .lesson_img_3 {
    position: relative;
  }
  .lesson_img_3 span {
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
    top: -16px;
    left: calc(50% - 16px);
  }
  .lesson_img_4 {
    margin-bottom: 10px;
  }
  .lesson_img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_txt_2 {
    width: 48%;
    padding-top: 0%;
    line-height: 2;
  }
}
@media screen and (max-width: 1024px) {
  .lesson_num {
    position: relative;
    font-weight: bold;
    font-size: 3.5rem;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .lesson_num_small {
    font-size: 2rem;
    letter-spacing: -1px;
  }
  .lesson_num_small_2 {
    display: block;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .lesson_num_small_3 {
    font-size: 1.3rem;
  }
  .lesson_num_batch {
    position: absolute;
    right: 0;
    top: -10px;
  }
  .lesson_num_txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .lesson_top {
    width: auto;
    max-width: 90%;
    margin: auto auto 25px auto;
  }
  .lesson_top span {
    font-size: 0.9rem;
  }
  .lesson_top img {
    width: 280px;
  }
  .lesson_menu {
    max-width: 100%;
    margin: auto auto 100px auto;
  }
  .lesson_menu li {
    margin-bottom: 10px;
  }
  .lesson_menu li:nth-of-type(-n + 3) {
    width: 26%;
  }
  .lesson_menu li:nth-of-type(n + 4) {
    width: 23%;
  }
  .lesson_menu li:nth-of-type(1) {
    right: 0px;
  }
  .lesson_menu li:nth-of-type(2) {
    top: 10px;
    left: -10px;
  }
  .lesson_menu li:nth-of-type(3) {
    left: -15px;
  }
  .lesson_menu li:nth-of-type(5) {
    top: 20px;
  }
  .lesson_menu li:nth-of-type(7) {
    top: -10px;
  }
  .lesson_menu li img {
    width: 70px;
    max-width: 100%;
  }
  .lesson_box {
    max-width: calc(100% - 20px);
    margin: auto auto 100px auto;
    padding: 30px 15px 60px 15px;
    border-radius: 25px;
  }
  .lesson_box:last-child {
    margin-bottom: 30px;
  }
  .lesson_list_4 {
    display: block;
    padding: 12px;
  }
  .lesson_item {
    font-size: 1.4rem;
  }
  .lesson_item_1 {
    width: 310px;
    max-width: 100%;
    margin: auto auto 40px auto;
  }
  .lesson_item_2 {
    display: block;
    margin-bottom: 50px;
  }
  .lesson_item_3 {
    max-width: 100%;
    position: relative;
    margin: 0 auto 80px auto;
  }
  .lesson_item_3 p {
    text-align: left;
  }
  .lesson_item_3 p span {
    font-size: 1.4rem;
  }
  .lesson_item_3_7 {
    max-width: 100%;
  }
  .lesson_item_3_8 {
    margin-right: auto;
  }
  .lesson_item_3_10 {
    max-width: 100%;
    margin-left: auto;
  }
  .lesson_item_4 {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
  }
  .lesson_item_4_1, .lesson_item_4_2, .lesson_item_4_3, .lesson_item_4_4, .lesson_item_4_5, .lesson_item_4_6, .lesson_item_4_7, .lesson_item_4_8, .lesson_item_4_9, .lesson_item_4_10 {
    height: auto;
    top: auto;
  }
  .lesson_subtit {
    font-size: 1.25rem;
  }
  .lesson_subtit_2 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: -60px;
    padding-right: 80px;
    text-align: left;
  }
  .lesson_subtit_2 br {
    display: none;
  }
  .lesson_subtit_2:after {
    display: block;
    height: 100px;
    width: 100px;
    content: "";
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_nazo_man.png") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    right: -15px;
    top: 0px;
  }
  .lesson_subtit_3 {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: -50px;
    padding-right: 70px;
  }
  .lesson_subtit_3:after {
    display: block;
    height: 100px;
    width: 100px;
    content: "";
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_make_woman.png") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    top: 30px;
  }
  .lesson_tit_1 {
    width: 320px;
    height: 65px;
    font-size: 1.1rem;
    padding: 0px 10px 0px 10px;
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_obi.png") 50% 0 no-repeat;
    background-size: contain;
    top: -65px;
  }
  .lesson_tit_1_big {
    width: 320px;
    height: 85px;
    padding-top: 2px;
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_obi2.png") 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .lesson_tit_1_big {
    padding-top: 10px;
    line-height: 1.7;
  }
  .lesson_tit_1_big span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lesson_tit_1 span {
    display: block;
    width: 100%;
    line-height: 1;
    text-align: center;
    color: #25acea;
  }
}
@media screen and (max-width: 767px) {
  .lesson_tit_1_story {
    width: 320px;
    height: 65px;
    padding-top: 1px;
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_story_obi.png") 0 0 no-repeat;
    background-size: contain;
  }
  .lesson_tit_1_story span {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .lesson_tit_2 {
    padding: 15px 3px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lesson_tit_3 span {
    font-size: 1.8rem;
  }
  .lesson_tit_3:before {
    width: 50px;
    height: 50px;
  }
  .lesson_tit_3_1:before {
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_nazo_1_ico.png") 0 0 no-repeat;
    background-size: contain;
  }
  .lesson_tit_3_2:before {
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_nazo_2_ico.png") 0 0 no-repeat;
    background-size: contain;
  }
  .lesson_tit_3_3:before {
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_nazo_3_ico.png") 0 0 no-repeat;
    background-size: contain;
  }
  .lesson_tit_3_4:before {
    background: url("../images/lesson/mountain/2x/img_tunnel_lesson_yakuwari_nazo_4_ico.png") 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .lesson_tit_4 {
    font-size: 1.2rem;
  }
  .lesson_tit_4 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lesson_tit_5 > span:first-child {
    border-radius: 10px;
    font-size: 1rem;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    margin-left: 1px;
    letter-spacing: 1px;
    padding-top: 5px;
    font-weight: 400;
  }
  .lesson_tit_5 > span:first-child > span {
    margin-top: -10px;
    font-size: 1.8rem;
  }
  .lesson_tit_5 > span:last-child {
    display: block;
    font-size: 1.6rem;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 767px) {
  .lesson_tit_6 {
    margin-bottom: 35px;
  }
  .lesson_tit_6 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lesson_img {
    margin-bottom: 10px;
  }
  .lesson_img_2 {
    margin-left: 0px;
    width: 100%;
  }
  .lesson_img_3 {
    position: relative;
  }
  .lesson_img_3 span {
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
    top: -16px;
    left: calc(50% - 16px);
  }
  .lesson_img_4 {
    margin-bottom: 10px;
  }
  .lesson_img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lesson_txt_2 {
    width: 100%;
    padding-top: 0%;
    line-height: 2;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lesson_num {
    position: relative;
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lesson_num_small {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
  .lesson_num_small_2 {
    display: block;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .lesson_num_small_3 {
    font-size: 1.1rem;
  }
  .lesson_num_batch {
    position: absolute;
    right: 0;
    top: -10px;
  }
  .lesson_num_batch img {
    width: 40px;
  }
  .lesson_num_txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/*-------------------------------
7 story うそ？ほんと？トンネルなるほど劇場
-------------------------------*/
.story_box {
  display: block;
}

.story_item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 50px;
}

.story_item_img {
  display: block;
  width: 125px;
}

.story_item_img img {
  max-width: 100%;
}

.story_item_txt {
  border-radius: 15px;
  padding: 35px 25px 35px 30px;
  font-size: 1.7rem;
  line-height: 2;
  position: relative;
  margin-top: 15px;
}

.story_item_txt_1 {
  background: #f0d4d7;
  margin-left: 30px;
}

.story_item_txt_1:before {
  display: block;
  width: 29px;
  height: 30px;
  content: "";
  background: url("../images/lesson/story/img_story_hukidashi_1.png") 0 0 no-repeat;
  position: absolute;
  left: -28px;
  top: 30px;
}

.story_item_txt_2 {
  background: #efefef;
  margin-right: 30px;
}

.story_item_txt_2:before {
  display: block;
  width: 29px;
  height: 30px;
  content: "";
  background: url("../images/lesson/story/1x/img_story_hukidashi_2.png") 0 0 no-repeat;
  position: absolute;
  right: -28px;
  top: 30px;
}

.story_item_txt_size1 {
  width: 545px;
  max-width: 100%;
}

.story_item_txt_size2 {
  width: 700px;
  max-width: 100%;
}

.story_item_txt_size3 {
  width: 0px;
  max-width: 100%;
  margin-left: auto;
}

.story_item_txt_size4 {
  width: 595px;
  max-width: 100%;
}

.story_item_tit {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.story_post_txt {
  width: calc(100% - 40px);
  margin: 20px auto 80px auto;
  font-size: 1.8rem;
}

.story_back {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 77px;
  margin: 10px;
  color: #fff;
  border-radius: 15px;
  background: #b5b5b6 url("../images/lesson/story/1x/img_tunnel_story_back.png") 20px 50% no-repeat;
  padding-left: 10px;
  font-size: 2.4rem;
}

@media all and (-ms-high-contrast: none) {
  .story_back {
    padding-top: 5px;
  }
}
.story_next {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 77px;
  margin: 10px;
  color: #fff;
  border-radius: 15px;
  background: #b5b5b6 url("../images/lesson/story/1x/img_tunnel_story_next.png") 92% 50% no-repeat;
  padding-left: 10px;
  font-size: 2.4rem;
}

@media all and (-ms-high-contrast: none) {
  .story_next {
    padding-top: 5px;
  }
}
.story_btn_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .story_item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 50px;
  }
  .story_item_img {
    width: 50px;
  }
  .story_item_img img {
    max-width: 100%;
  }
  .story_item_txt {
    border-radius: 15px;
    padding: 20px 12px 20px 15px;
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .story_item_txt_1 {
    margin-left: 10px;
  }
  .story_item_txt_1:before {
    width: 11px;
    height: 11px;
    content: "";
    background: url("../images/lesson/story/2x/img_story_hukidashi_1.png") 0 0 no-repeat;
    position: absolute;
    left: -7px;
    top: 10px;
  }
  .story_item_txt_2 {
    margin-right: 10px;
  }
  .story_item_txt_2:before {
    width: 11px;
    height: 11px;
    content: "";
    background: url("../images/lesson/story/2x/img_story_hukidashi_2.png") 0 0 no-repeat;
    right: -5px;
    top: 11px;
  }
  .story_item_txt_size1 {
    max-width: calc(100% - 70px);
  }
  .story_item_txt_size2 {
    max-width: calc(100% - 70px);
  }
  .story_item_txt_size3 {
    max-width: calc(100% - 70px);
  }
  .story_item_txt_size4 {
    max-width: calc(100% - 70px);
  }
  .story_item_tit {
    font-size: 1.3rem;
  }
  .story_post_txt {
    margin: 20px auto 40px auto;
    font-size: 1.3rem;
  }
  .story_back {
    max-width: 46%;
    background: #b5b5b6 url("../images/lesson/story/2x/img_tunnel_story_back.png") 20px 50% no-repeat;
    height: 50px;
    background-size: 16px 14.5px;
    font-size: 1.5rem;
  }
  .story_next {
    max-width: 46%;
    background: #b5b5b6 url("../images/lesson/story/2x/img_tunnel_story_next.png") 92% 50% no-repeat;
    padding-right: 10px;
    padding-left: 0;
    background-size: 16px 14.5px;
    font-size: 1.5rem;
    height: 50px;
  }
}
#lesson_top .enter {
  max-width: 1140px;
  margin: 0 auto;
}
#lesson_top .enter li {
  margin-top: 50px;
  flex-basis: 50%;
  padding: 0 25px;
}
#lesson_top .enter li a {
  display: block;
  max-width: 530px;
  border-radius: 30px;
  border: 1px solid #2ea7e0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 65px 30px 40px;
}
#lesson_top .enter li a figure {
  max-width: 326px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
#lesson_top .enter li a figure img {
  width: 100%;
  height: auto;
  transition: all 1.2s ease;
  transform: scale(1.05);
}
#lesson_top .enter li a:hover {
  background: white;
  opacity: 1;
}
#lesson_top .enter li a:hover figure img {
  transform: scale(1.15);
}
#lesson_top .enter li p {
  font-size: 3rem;
  font-weight: bold;
  color: #2ea7e0;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #lesson_top .enter {
    padding: 0;
    justify-content: center;
  }
  #lesson_top .enter li {
    margin-top: 50px;
  }
  #lesson_top .enter li a {
    width: 75vw;
    padding: 10vw 0 10px;
  }
  #lesson_top .enter li a figure {
    width: 50vw;
    border-radius: 10px;
    margin: auto;
  }
  #lesson_top .enter li a figure img {
    width: 50vw;
  }
  #lesson_top .enter li p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #2ea7e0;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}

#lesson_no1, #lesson_mountain {
  margin-top: 170px;
}

.lesson_shield_tit_1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 670px;
  font-size: 2.7rem;
  text-align: center;
  background: url("../images/lesson/shield/img_tunnel_lesson_shield_obi.png") 50% 0 no-repeat;
  background-size: auto 100%;
  margin: 0 auto -40px auto;
  position: relative;
  top: -75px;
}

.lesson_shield_tit_1 span {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff100;
}

@media all and (-ms-high-contrast: none) {
  .lesson_shield_tit_1 {
    padding: 30px 20px 10px 20px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .lesson_shield_tit_1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    max-width: 100%;
    font-size: 1.1rem;
    text-align: center;
    padding: 5% 10px 20px 10px;
    background: url("../images/lesson/shield/img_tunnel_lesson_shield_obi.png") 50% 0 no-repeat;
    background-size: contain;
  }
}
/*lesson/shield/*/
.shield .lesson_list_1.howto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.shield .lesson_list_1.howto .lesson_item_3_1:after, .shield .lesson_list_1.howto .lesson_item_3_2:after, .shield .lesson_list_1.howto .lesson_item_3_7:after, .shield .lesson_list_1.howto .lesson_item_3_3:after, .shield .lesson_list_1.howto .lesson_item_3_4:after, .shield .lesson_list_1.howto .lesson_item_3_5:after, .shield .lesson_list_1.howto .lesson_item_3_9:after, .shield .lesson_list_1.howto .lesson_item_3_6:after, .shield .lesson_list_1.howto .lesson_item_3_8:after {
  content: none;
}
.shield .lesson_list_1.howto .lesson_item_3 {
  max-width: initial;
  width: 260px !important;
  margin: 0 3% 70px;
}
@media screen and (max-width: 767px) {
  .shield .lesson_list_1.howto .lesson_item_3 {
    margin-top: 0;
  }
  .shield .lesson_list_1.howto .lesson_item_3_7, .shield .lesson_list_1.howto .lesson_item_3_10 {
    width: 260px;
    max-width: initial;
  }
  .shield .lesson_list_1.howto .lesson_item_3_8 {
    margin-right: auto;
  }
  .shield .lesson_list_1.howto .lesson_item_3_10 {
    margin-left: auto;
  }
}

/*-------------------------------
8 case 事例
-------------------------------*/
.case_pare {
  background: #f1f1f1;
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .case_pare {
    padding-top: 60px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .case_pare {
    font-size: 1.25rem;
  }
}
/* トップへもどるボタン*/
.btn_topmenu {
  width: 400px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

.btn_topmenu a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #000000;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 4px 4px 2px 0px #DDDDDD;
}

.btn_topmenu a:hover {
  background: #666666;
  color: #FFFFFF;
  margin-left: 1px;
  margin-top: 1px;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .btn_topmenu {
    width: 320px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
  }
  .btn_topmenu a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #000000;
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 4px 4px 2px 0px #DDDDDD;
  }
  .btn_topmenu a:hover {
    background: #666666;
    color: #FFFFFF;
    margin-left: 1px;
    margin-top: 1px;
    box-shadow: none;
  }
}
.case_menu {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.case_menu li {
  width: 32%;
  position: relative;
}

.case_menu li a {
  display: block;
  background: #fff;
  padding: 50px 25px;
}

.case_menu li a:before {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%) translateX(-50%);
}

.case_menu li:nth-of-type(1) a:before {
  background: #fff url("../images/system_mountain/case/1x/ico_case1.png") 50% 50% no-repeat;
}

.case_menu li:nth-of-type(2) a:before {
  background: #fff url("../images/system_mountain/case/1x/ico_case2.png") 50% 50% no-repeat;
}

.case_menu li:nth-of-type(3) a:before {
  background: #fff url("../images/system_mountain/case/1x/ico_case3.png") 50% 50% no-repeat;
}

.case_menu li a div {
  position: relative;
}

.case_menu li a:after {
  display: block;
  width: 20px;
  height: 19.5px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
  background: #fff url("../images/system_mountain/case/1x/ico_midashi_point.png") 50% 50% no-repeat;
  background-size: cover;
}

.case_menu li a div picture {
  display: block;
}

.case_menu li a div picture img {
  max-width: 100%;
}

.case_menu li a div .case_menu_tit1 {
  position: absolute;
  top: 20px;
  left: 20px;
}

.case_menu li a div .case_menu_tit1 span {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1;
  background: #000;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
}

.case_menu li a div .case_menu_tit2 {
  position: absolute;
  top: 84px;
  left: 20px;
}

.case_menu li a div .case_menu_tit2 > span {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 700;
  font-size: 2.9rem;
  color: #000;
}

.case_menu li:nth-of-type(1) a div .case_menu_tit2 > span {
  background: #fff100;
}

.case_menu li:nth-of-type(2) a div .case_menu_tit2 > span {
  background: #00a0e9;
}

.case_menu li:nth-of-type(3) a div .case_menu_tit2 > span {
  background: #e4007f;
}

@media screen and (max-width: 1024px) {
  .case_menu {
    margin-bottom: 100px;
  }
  .case_menu li a {
    padding: 40px 13px;
  }
  .case_menu li a:before {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%) translateX(-50%);
  }
  .case_menu li:nth-of-type(1) a:before {
    background: #fff url("../images/system_mountain/case/2x/ico_case1.png") 50% 50% no-repeat;
    background-size: 48px 42px;
  }
  .case_menu li:nth-of-type(2) a:before {
    background: #fff url("../images/system_mountain/case/2x/ico_case2.png") 50% 50% no-repeat;
    background-size: 48px 42px;
  }
  .case_menu li:nth-of-type(3) a:before {
    background: #fff url("../images/system_mountain/case/2x/ico_case3.png") 50% 50% no-repeat;
    background-size: 48px 42px;
  }
  .case_menu li a:after {
    bottom: 10px;
    background: #fff url("../images/system_mountain/case/2x/ico_midashi_point.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .case_menu li a div .case_menu_tit1 {
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .case_menu li a div .case_menu_tit1 span {
    padding: 5px 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .case_menu li a div .case_menu_tit2 {
    position: absolute;
    top: 84px;
    left: 10px;
  }
  .case_menu li a div .case_menu_tit2 > span {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 25px;
    line-height: 1;
    font-weight: 700;
    font-size: 1.9rem;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .case_menu {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .case_menu li {
    width: 100%;
    padding: 30px 5px;
  }
  .case_menu li a {
    padding: 40px 10px;
  }
  .case_menu li a:before {
    width: 84px;
    height: 84px;
    top: 0;
    left: 50%;
    border-radius: 50%;
    content: "";
    transform: translateY(0%) translateX(-50%);
  }
  .case_menu li a:after {
    bottom: 40px;
    background: #fff url("../images/system_mountain/case/2x/ico_midashi_point.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .case_menu li a div {
    height: 200px;
    overflow: hidden;
  }
  .case_menu li a div img {
    display: block;
    transform: translateY(-200px);
  }
}
.case_box_w {
  background: #fff;
}

.case_box_gray {
  background: #f1f1f1;
}

.case_box_w img {
  max-width: 100%;
}

.case_main {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.case_main .case_main_img img {
  max-width: 100%;
  height: auto;
}

.case_main .case_main_img > div {
  text-align: right;
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 2;
}

.case_main .case_main_img > div p:nth-of-type(1) {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1;
  background: #000;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
}

.case_main .case_main_img > div p.case_main_img_yellow {
  background: #fff100;
}

.case_main .case_main_img > div p.case_main_img_blue {
  background: #00a0e9;
}

.case_main .case_main_img > div p.case_main_img_pink {
  background: #e4007f;
}

.case_main .case_main_img > div p:nth-of-type(2) {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}

.case_main .case_main_img > div p:nth-of-type(3) {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 700;
  font-size: 4.6rem;
  color: #000;
}

.case_main .case_main_table {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.case_main .case_main_table dl {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 40px;
}

.case_main .case_main_table dl dt {
  width: 180px;
  max-width: 25%;
  padding: 10px 0;
  border-bottom: 2px solid #000;
}

.case_main .case_main_table dl dt span {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1px 0;
  color: #fff;
  background: #000;
  font-size: 1.4rem;
}

.case_main .case_main_table dl dd {
  width: 620px;
  max-width: 75%;
  padding: 10px 0 10px 40px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 767px) {
  .case_main .case_main_img > div {
    top: 10px;
    right: 10px;
    width: 94%;
  }
  .case_main .case_main_img > div p:nth-of-type(1) {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .case_main .case_main_img > div p:nth-of-type(2) {
    padding: 4px 8px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .case_main .case_main_img > div p:nth-of-type(3) {
    padding: 4px 8px;
    font-size: 2.2rem;
  }
  .case_main .case_main_table dl {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .case_main .case_main_table dl dt {
    width: 150px;
    max-width: 20%;
  }
  .case_main .case_main_table dl dt span {
    font-size: 1.2rem;
  }
  .case_main .case_main_table dl dd {
    padding: 10px 0 10px 10px;
  }
}
.case_midashi {
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  display: -ms-flex;
  display: flex;
  height: 100px;
  padding: 10px 6%;
  font-size: 3rem;
  border-bottom: 3px solid #000;
  margin-bottom: 50px;
}

.case_midashi:after {
  display: block;
  background: url("../images/system_mountain/case/1x/ico_midashi_point.png") 50% 50% no-repeat;
  background-size: cover;
  width: 40px;
  height: 39px;
  content: "";
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .case_midashi {
    height: 80px;
    padding: 10px 5%;
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .case_midashi:after {
    background: url("../images/system_mountain/case/2x/ico_midashi_point.png") 50% 50% no-repeat;
    background-size: cover;
    width: 40px;
    height: 39px;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .case_midashi {
    height: 70px;
    padding: 10px 5%;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .case_midashi:after {
    background: url("../images/system_mountain/case/2x/ico_midashi_point.png") 50% 50% no-repeat;
    background-size: contain;
    width: 26.5px;
    height: 26px;
    content: "";
  }
}
.case_midashi.case_midashi_1 {
  background: #fff100;
}

.case_midashi.case_midashi_2 {
  background: #00a0e9;
}

.case_midashi.case_midashi_3 {
  background: #e4007f;
}

.case_flex {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  max-width: 94%;
}

.case_flex.case_flex_1 {
  width: 860px;
}

.case_flex.case_flex_2 {
  align-items: flex-end;
  margin-top: -15%;
}

.case_flex .case_flex_item.case_flex_item_1 {
  width: 48%;
  line-height: 1.9;
}

.case_flex .case_flex_item.case_flex_item_2 {
  width: 48%;
  line-height: 1.9;
  text-align: center;
}

.case_flex .case_flex_item.case_flex_item_3 {
  width: 31%;
  line-height: 1.9;
  text-align: center;
}

.case_flex .case_flex_item.case_flex_item_4 {
  width: 58%;
  line-height: 1.9;
}

.case_flex .case_flex_item.case_flex_item_5 {
  width: 40%;
  line-height: 1.9;
}

.case_flex .case_flex_item.case_flex_item_6 {
  width: 44%;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .case_flex.case_flex_2 {
    align-items: flex-end;
    margin-top: -15%;
  }
  .case_flex .case_flex_item.case_flex_item_1 {
    width: 100%;
    line-height: 1.9;
    margin-bottom: 25px;
  }
  .case_flex .case_flex_item.case_flex_item_2 {
    width: 100%;
    line-height: 1.9;
    margin-bottom: 25px;
    text-align: center;
  }
  .case_flex .case_flex_item.case_flex_item_3 {
    width: 100%;
    line-height: 1.9;
    margin-bottom: 25px;
    text-align: center;
  }
  .case_flex .case_flex_item.case_flex_item_4 {
    width: 100%;
    line-height: 1.9;
    margin-bottom: 25px;
  }
  .case_flex .case_flex_item.case_flex_item_5 {
    width: 100%;
    line-height: 1.9;
    margin-bottom: 25px;
  }
  .case_flex .case_flex_item.case_flex_item_6 {
    width: 100%;
    line-height: 1.9;
    margin-bottom: 25px;
  }
  .case_flex picture {
    display: block;
    max-width: 100%;
  }
}
.case_img_1 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.case_img_2 {
  text-align: center;
}

figcaption.case_img_caption1 {
  display: block;
  padding: 10px;
  text-align: center;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
}

figcaption.case_img_caption2 {
  display: block;
  padding: 10px;
  text-align: center;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
}

figcaption.case_img_caption3 {
  display: block;
  padding: 10px;
  text-align: center;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  figcaption.case_img_caption1 {
    padding: 7px 5px;
    font-size: 1.2rem;
  }
  figcaption.case_img_caption2 {
    padding: 7px 5px;
    font-size: 1.2rem;
  }
  figcaption.case_img_caption3 {
    padding: 7px 5px;
    font-size: 1.2rem;
  }
}
.kakuho_flex {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.kakuho_flex > div {
  display: block;
  width: 48%;
  padding: 20px;
  background: #f1f1f1;
  text-align: center;
}

.kakuho_flex > div p {
  margin-bottom: 10px;
}

.kakuho_flex > div p:nth-of-type(1) {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  padding: 3px;
  width: 300px;
  margin-bottom: 10px;
  max-width: 100%;
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff100;
}

@media screen and (max-width: 767px) {
  .kakuho_flex {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .kakuho_flex > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.case_submidashi1 {
  display: block;
  color: #fff100;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.case_submidashi2 {
  display: block;
  color: #00a0e9;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.case_submidashi3 {
  display: block;
  color: #e4007f;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .case_submidashi1 {
    font-size: 1.5rem;
  }
  .case_submidashi2 {
    font-size: 1.5rem;
  }
  .case_submidashi3 {
    font-size: 1.5rem;
  }
}
.case_list.case_list_1 {
  display: block;
}

.case_list.case_list_1 li {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

.case_list.case_list_1 li::first-letter {
  color: #e4007f;
}

/*-------------------------------
  「scroll」ボタン　コンテンツ部分の下に配置する場合
-------------------------------*/
.scroll_btn_5 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -120px;
  left: calc(50% - 45px);
  z-index: 2;
  height: 120px;
}

.scroll_btn_5 picture {
  display: block;
  line-height: 1;
}

.scroll_btn_5_line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
  content: "";
}

.scroll_btn_5_line_1 {
  animation-delay: 0s;
}

.scroll_btn_5_line_2 {
  top: 16px;
  animation-delay: 0.15s;
}

.scroll_btn_5_line_3 {
  top: 32px;
  animation-delay: 0.3s;
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------
  「scroll」ボタン　コンテンツ部分の下に配置する場合　タブレット
-------------------------------*/
@media screen and (max-width: 1024px) {
  .scroll_btn_5 {
    height: 80px;
    top: -84px;
    left: calc(50% - 30px);
  }
  .scroll_btn_5_line {
    width: 18px;
    height: 18px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    content: "";
  }
  .scroll_btn_5_line_2 {
    top: 12px;
    animation-delay: 0.15s;
  }
  .scroll_btn_5_line_3 {
    top: 24px;
    animation-delay: 0.3s;
  }
  .scroll_btn_5 picture {
    position: relative;
    top: 0px;
  }
  .scroll_btn_5 picture img {
    width: 60px;
  }
}
/*-------------------------------
  11/29追加　シールド最新技術
-------------------------------*/
.shield_case_list_item {
  margin-bottom: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
.shield_case_list_item h4 {
  margin-bottom: 20px;
}

.case_maru_gr {
  color: #dcdddd;
}

.shield_case_list_item_w100 {
  width: 100%;
  margin-bottom: 140px;
}

.shield_case_list_item a {
  display: block;
  transition: all 1.2s ease;
}

.shield_case_list_item a:hover {
  opacity: 1;
}

.shield_case_list_item .read_case_txt:hover {
  opacity: 0.7;
}

.shield_case_list_item a:hover img {
  transform: scale(1.05);
}

.case_list_img {
  display: block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.case_list_img img {
  width: 100%;
  transition: all 1.2s ease;
  height: auto;
}

.case_line {
  width: 840px;
  margin: 0 auto;
  border: 2px;
}

.case_item .midashi_4 {
  text-align: left;
  font-weight: bold;
  border: none;
}
.case_item .midashi_4 :after {
  height: 0;
}

.read_case_txt {
  border-bottom: 1px solid;
  width: 430px;
  margin: 0 auto;
  position: relative;
}
.read_case_txt:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #000;
}
.read_case_txt p {
  margin-bottom: 20px;
}

.img_case_explain {
  text-align: right;
}

.case_box_gray {
  margin-bottom: 60px;
}
.case_box_gray .gra {
  margin-bottom: 0;
}
.case_box_gray .gra span:after {
  display: inline-block;
  background: url(../images/top/2x/ico_blank.png) 0 50% no-repeat;
  background-size: cover;
  margin-left: 15px;
  width: 19px;
  height: 12px;
  vertical-align: middle;
  content: "";
}
.case_box_gray .gra a:hover {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .read_case_txt {
    border-bottom: 1px solid;
    width: 80%;
    margin: 0 auto;
  }
  .case_box_gray {
    margin-bottom: 60px;
    padding-right: 30px;
  }
  .case_box_gray .gra {
    margin-bottom: 0;
  }
  .case_box_gray .gra span:after {
    display: inline-block;
    background: url(../images/top/2x/ico_blank.png) 0 50% no-repeat;
    background-size: cover;
    margin-left: 8px;
    width: 19px;
    height: 12px;
    vertical-align: middle;
    content: "";
  }
}/*# sourceMappingURL=style.css.map */