@charset "UTF-8";
/* CSS Remedy */
@import url(https://fonts.googleapis.com/css?family=Nunito:600&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanmp.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@400;500;600&family=Zen+Maru+Gothic&display=swap);
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  line-sizing: normal; }

body {
  margin: 0; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.17rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.83rem; }

h6 {
  font-size: 0.67rem; }

h1 {
  margin: 0.67em 0; }

pre {
  white-space: pre-wrap; }

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible; }

audio,
canvas,
embed,
iframe,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%; }

canvas,
img,
svg,
video {
  height: auto; }

audio {
  width: 100%; }

img {
  border-style: none; }

svg {
  overflow: hidden; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

header,
footer,
nav,
main,
section,
aside,
article {
  display: block; }

figure,
figcaption {
  margin: 0;
  padding: 0; }

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-width: 0;
  border-style: solid; }

html {
  font-size: 1.33333333333vw; }

body {
  letter-spacing: normal;
  color: #333;
  background: #fff none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-scrolling: touch; }

/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style: none; }

a {
  text-decoration: none; }

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

/*フォントファミリー*/
.f_yugo {
  font-family: "游ゴシック体", YuGothic, yu-gothic-pr6n, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Noto Sans JP', sans-serif; }

.f_ns {
  font-family: "Noto Serif JP", serif; }

.f_zenmaru {
  font-family: 'Zen Maru Gothic', sans-serif; }

/*フォントサイズモジュール*/

/*
フォントサイズモジュール（SP）
ー数字はデザインデータより設定
ーこのモジュールを使用するとブレイクポイント768より
*/

.cmn-ls100 {
  letter-spacing: .01; }

.cmn-ls80 {
  letter-spacing: .008; }

.cmn-ls40 {
  letter-spacing: .004; }

.cmn-ls20 {
  letter-spacing: .002; }

.cmn-lh1 {
  line-height: 1 !important; }

.cmn-lh14 {
  line-height: 1.4 !important; }

.cmn-lh16 {
  line-height: 1.6 !important; }

.cmn-lh18 {
  line-height: 1.8 !important; }

.cmn-lh20 {
  line-height: 2 !important; }

.cmn-lh22 {
  line-height: 2.2 !important; }

.cmn-bold {
  font-weight: bold; }

.cmn-normal {
  font-weight: normal !important; }

.cmn-fc-pink {
  color: #db6557 !important; }

.cmn-fc-black {
  color: #000; }

.cmn-fc-red {
  color: #df0b28 !important; }

.cmn-fc-gray {
  color: #9b9b9b; }

/*共通*/
#contents {
  width: auto; }

/*背景*/
.history {
  background: url(../img/common/cmn-img-bg.png) repeat-y center 100px;
  background-size: 1350px auto; }
  .history-article {
    background: url(../img/common/cmn-bg-base.png) repeat top left; }

/*幅*/
.history-inner {
  padding-top: 10.6vw;
  padding-bottom: 0vw;
  background: #fff;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1); }

/*KV*/
.history-mv {
  height: 61.3vw;
  background: url(../img/history/his-img01_sp.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .history-mv__title {
    text-align: center; }
    .history-mv__title .ja {
      font-size: 6.4vw;
      letter-spacing: 0.06em;
      line-height: 1.5;
      font-weight: 600;
      color: #fff; }
    .history-mv__title .en {
      display: block;
      font-size: 2.66666vw;
      letter-spacing: 0.07em;
      line-height: 1.5;
      font-weight: 500;
      color: #fff; }

/*リード*/
.history-lead {
  margin-bottom: 10.6vw; }
  .history-lead__title {
    font-size: 5.6vw;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 5.3vw;
    margin-left: 5.3vw;
    margin-right: 5.3vw; }
  .history-lead__text {
    font-size: 3.46666vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 400;
    margin-left: 6vw;
    margin-right: 6vw;
    position: relative; }
    .history-lead__text img {
      float: right;
      margin-top: 2.6vw;
      margin-left: 2.6vw; }
    .history-lead__text::after {
      display: block;
      content: "";
      clear: both; }
  .history-lead .name {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: calc(50% - 40%);
    width: 89.3vw;
    text-align: right;
    font-size: 3.2vw;
    letter-spacing: 0.0375em;
    line-height: 1.5;
    font-weight: 400; }

/*コンテンツ*/
.history__text {
  font-size: 3.46666vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 400;
  margin-left: 6vw;
  margin-right: 6vw; }

.history-in-sec {
  padding-top: 9.3vw;
  padding-right: 6vw;
  padding-bottom: 9.3vw;
  padding-left: 6vw; }
  .history-in-sec__title {
    text-align: left;
    font-size: 5.06666vw;
    letter-spacing: 0.0375em;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 5.3vw; }
  .history-in-sec__img {
    margin-bottom: 4vw; }
  .history-in-sec__text01 {
    color: #db6557;
    margin-bottom: 2.6vw;
    font-size: 4.53333vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 600; }
  .history-in-sec__text02 {
    font-size: 3.46666vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 4vw; }
    .history-in-sec__text02 + .history-in-sec__img {
      margin-top: 9.3vw; }

.history-in-aside {
  padding-top: 9.3vw;
  padding-right: 6vw;
  padding-bottom: 22.6vw;
  padding-left: 6vw;
  background: url(../img/history/his-img10.png); }
  .history-in-aside__title {
    text-align: left;
    font-size: 5.06666vw;
    letter-spacing: 0.0375em;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 5.3vw; }
    .history-in-aside__title:before {
      content: "";
      display: inline-block;
      width: 5.8vw;
      height: 4.5vw;
      background: url(../img/history/history-img-icon-tips.png) no-repeat center center;
      background-size: 100% auto; }
  .history-in-aside__img {
    margin-bottom: 4vw; }
  .history-in-aside__text01 {
    color: #db6557;
    margin-bottom: 2.6vw;
    font-size: 4.53333vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 600; }
  .history-in-aside__text02 {
    font-size: 3.46666vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 4vw; }
    .history-in-aside__text02 + .history-in-sec__img {
      margin-top: 9.3vw; }
    @media screen and (min-width: 751px) {
  html {
    font-size: 10px; } }
    @media screen and (min-width: 768px) and (max-width: 900px) {
  .cmn-tfs20 {
    font-size: 2.13333vw!important; }
  .cmn-tfs22 {
    font-size: 2.34666vw!important; }
  .cmn-tfs24 {
    font-size: 2.56vw!important; }
  .cmn-tfs26 {
    font-size: 2.77333vw!important; }
  .cmn-tfs28 {
    font-size: 2.98666vw!important; }
  .cmn-tfs30 {
    font-size: 3.2vw!important; }
  .cmn-tfs32 {
    font-size: 3.41333vw!important; }
  .cmn-tfs34 {
    font-size: 3.41333vw!important; }
  .cmn-tfs36 {
    font-size: 3.84vw!important; }
  .cmn-tfs40 {
    font-size: 4.26666vw!important; }
  .cmn-tfs44 {
    font-size: 4.69333vw!important; }
  .cmn-tfs48 {
    font-size: 5.12vw!important; }
  .cmn-tfs56 {
    font-size: 5.97333vw!important; }
  .cmn-tfs60 {
    font-size: 6.4vw!important; }
  .cmn-tfs72 {
    font-size: 7.68vw!important; } }
    @media screen and (max-width: 767px) {
  .cmn-sfs20 {
    font-size: 2.66666vw!important; }
  .cmn-sfs22 {
    font-size: 2.93333vw!important; }
  .cmn-sfs24 {
    font-size: 3.2vw!important; }
  .cmn-sfs26 {
    font-size: 3.46666vw!important; }
  .cmn-sfs28 {
    font-size: 3.73333vw!important; }
  .cmn-sfs30 {
    font-size: 4vw!important; }
  .cmn-sfs32 {
    font-size: 4.26666vw!important; }
  .cmn-sfs34 {
    font-size: 4.26666vw!important; }
  .cmn-sfs36 {
    font-size: 2.4vw!important; }
  .cmn-sfs40 {
    font-size: 5.33333vw!important; }
  .cmn-sfs44 {
    font-size: 5.86666vw!important; }
  .cmn-sfs48 {
    font-size: 6.4vw!important; }
  .cmn-sfs56 {
    font-size: 7.46666vw!important; }
  .cmn-sfs60 {
    font-size: 8vw!important; }
  .cmn-sfs72 {
    font-size: 9.6vw!important; }
  #contents {
    padding-history: 0; } }
    @media screen and (min-width: 768px) and (max-width: 979px) {
  .cmn-pfs10 {
    font-size: 8px; }
  .cmn-pfs11 {
    font-size: 8.8px; }
  .cmn-pfs12 {
    font-size: 9.6px; }
  .cmn-pfs13 {
    font-size: 10.4px; }
  .cmn-pfs14 {
    font-size: 11.2px; }
  .cmn-pfs15 {
    font-size: 12px; }
  .cmn-pfs16 {
    font-size: 12.8px; }
  .cmn-pfs17 {
    font-size: 13.6px; }
  .cmn-pfs18 {
    font-size: 14.4px; }
  .cmn-pfs19 {
    font-size: 15.2px; }
  .cmn-pfs20 {
    font-size: 16px; }
  .cmn-pfs21 {
    font-size: 16.8px; }
  .cmn-pfs22 {
    font-size: 17.6px; }
  .cmn-pfs23 {
    font-size: 18.4px; }
  .cmn-pfs24 {
    font-size: 19.2px; }
  .cmn-pfs25 {
    font-size: 20px; }
  .cmn-pfs26 {
    font-size: 20.8px; }
  .cmn-pfs27 {
    font-size: 21.6px; }
  .cmn-pfs28 {
    font-size: 22.4px; }
  .cmn-pfs29 {
    font-size: 23.2px; }
  .cmn-pfs30 {
    font-size: 24px; }
  .cmn-pfs31 {
    font-size: 24.8px; }
  .cmn-pfs32 {
    font-size: 25.6px; }
  .cmn-pfs33 {
    font-size: 26.4px; }
  .cmn-pfs34 {
    font-size: 27.2px; }
  .cmn-pfs35 {
    font-size: 28px; }
  .cmn-pfs36 {
    font-size: 28.8px; }
  .cmn-pfs37 {
    font-size: 29.6px; }
  .cmn-pfs38 {
    font-size: 30.4px; }
  .cmn-pfs39 {
    font-size: 31.2px; }
  .cmn-pfs40 {
    font-size: 32px; } }
    @media screen and (min-width: 980px) {
  .cmn-pfs10 {
    font-size: 10px; }
  .cmn-pfs11 {
    font-size: 11px; }
  .cmn-pfs12 {
    font-size: 12px; }
  .cmn-pfs13 {
    font-size: 13px; }
  .cmn-pfs14 {
    font-size: 14px; }
  .cmn-pfs15 {
    font-size: 15px; }
  .cmn-pfs16 {
    font-size: 16px; }
  .cmn-pfs17 {
    font-size: 17px; }
  .cmn-pfs18 {
    font-size: 18px; }
  .cmn-pfs19 {
    font-size: 19px; }
  .cmn-pfs20 {
    font-size: 20px; }
  .cmn-pfs21 {
    font-size: 21px; }
  .cmn-pfs22 {
    font-size: 22px; }
  .cmn-pfs23 {
    font-size: 23px; }
  .cmn-pfs24 {
    font-size: 24px; }
  .cmn-pfs25 {
    font-size: 25px; }
  .cmn-pfs26 {
    font-size: 26px; }
  .cmn-pfs27 {
    font-size: 27px; }
  .cmn-pfs28 {
    font-size: 28px; }
  .cmn-pfs29 {
    font-size: 29px; }
  .cmn-pfs30 {
    font-size: 30px; }
  .cmn-pfs31 {
    font-size: 31px; }
  .cmn-pfs32 {
    font-size: 32px; }
  .cmn-pfs33 {
    font-size: 33px; }
  .cmn-pfs34 {
    font-size: 34px; }
  .cmn-pfs35 {
    font-size: 35px; }
  .cmn-pfs36 {
    font-size: 36px; }
  .cmn-pfs37 {
    font-size: 37px; }
  .cmn-pfs38 {
    font-size: 38px; }
  .cmn-pfs39 {
    font-size: 39px; }
  .cmn-pfs40 {
    font-size: 40px; } }
    @media screen and (min-width: 750px) {
  #contents {
    overflow: visible; }
    .history-mv {
      background: url(../img/history/his-img01.png) no-repeat center center;
      background-size: cover; } }
    @media screen and (min-width: 768px) and (max-width: 899px) {
    .history-inner {
      padding-top: 58.4px; }
    .history-inner {
      padding-bottom: 0px; }
    .history-mv {
      height: 368px; }
        .history-mv__title .ja {
          font-size: 38.4px;
          letter-spacing: 0.096em;
          line-height: 1.5;
          font-weight: 600; }
        .history-mv__title .en {
          font-size: 16px;
          letter-spacing: 0.112em;
          line-height: 1.5;
          font-weight: 500; }
    .history-lead {
      margin-bottom: 58.4px; }
      .history-lead__title {
        font-size: 33.6px;
        letter-spacing: 0.08em;
        line-height: 1;
        font-weight: 600; }
      .history-lead__title {
        margin-bottom: 29.2px; }
      .history-lead__title {
        margin-left: 29.2px; }
      .history-lead__title {
        margin-right: 29.2px; }
      .history-lead__text {
        font-size: 20.8px;
        letter-spacing: 0.08em;
        line-height: 1.7;
        font-weight: 400; }
      .history-lead__text {
        margin-left: 32.85px; }
      .history-lead__text {
        margin-right: 32.85px; }
        .history-lead__text img {
          margin-top: 14.6px; }
        .history-lead__text img {
          margin-left: 14.6px; }
      .history-lead .name {
        width: 268px; }
      .history-lead .name {
        font-size: 19.2px;
        letter-spacing: 0.06em;
        line-height: 1.4;
        font-weight: 400; }
    .history__text {
      font-size: 20.8px;
      letter-spacing: 0.08em;
      line-height: 1.7;
      font-weight: 400; }
    .history__text {
      margin-left: 32.85px; }
    .history__text {
      margin-right: 32.85px; }
    .history-in-sec {
      padding-top: 51.1px; }
    .history-in-sec {
      padding-right: 32.85px; }
    .history-in-sec {
      padding-bottom: 51.1px; }
    .history-in-sec {
      padding-left: 32.85px; }
      .history-in-sec__title {
        font-size: 30.4px;
        letter-spacing: 0.06em;
        line-height: 1.1;
        font-weight: 600; }
      .history-in-sec__title {
        margin-bottom: 29.2px; }
      .history-in-sec__img {
        margin-bottom: 21.9px; }
      .history-in-sec__text01 {
        margin-bottom: 14.6px; }
      .history-in-sec__text01 {
        font-size: 27.2px;
        letter-spacing: 0.08em;
        line-height: 1.5;
        font-weight: 600; }
      .history-in-sec__text02 {
        font-size: 20.8px;
        letter-spacing: 0.08em;
        line-height: 1.7;
        font-weight: 400; }
      .history-in-sec__text02 {
        margin-bottom: 21.9px; }
        .history-in-sec__text02 + .history-in-sec__img {
          margin-top: 51.1px; }
    .history-in-aside {
      padding-top: 51.1px; }
    .history-in-aside {
      padding-right: 32.85px; }
    .history-in-aside {
      padding-bottom: 124.1px; }
    .history-in-aside {
      padding-left: 32.85px; }
      .history-in-aside__title {
        font-size: 30.4px;
        letter-spacing: 0.06em;
        line-height: 1.1;
        font-weight: 600; }
      .history-in-aside__title {
        margin-bottom: 29.2px; }
        .history-in-aside__title:before {
          width: 35.2px;
          height: 27.2px; }
      .history-in-aside__img {
        margin-bottom: 21.9px; }
      .history-in-aside__text01 {
        margin-bottom: 14.6px; }
      .history-in-aside__text01 {
        font-size: 27.2px;
        letter-spacing: 0.08em;
        line-height: 1.5;
        font-weight: 600; }
      .history-in-aside__text02 {
        font-size: 20.8px;
        letter-spacing: 0.08em;
        line-height: 1.7;
        font-weight: 400; }
      .history-in-aside__text02 {
        margin-bottom: 21.9px; }
        .history-in-aside__text02 + .history-in-sec__img {
          margin-top: 51.1px; } }
    @media screen and (min-width: 900px) {
    .history-inner {
      padding-top: 80px; }
    .history-inner {
      padding-bottom: 0px; }
    .history-mv {
      height: 460px; }
        .history-mv__title .ja {
          font-size: 48px;
          letter-spacing: 0.12em;
          line-height: 1.5;
          font-weight: 600; }
        .history-mv__title .en {
          font-size: 20px;
          letter-spacing: 0.14em;
          line-height: 1.5;
          font-weight: 500; }
    .history-lead {
      margin-bottom: 80px; }
      .history-lead__title {
        font-size: 42px;
        letter-spacing: 0.1em;
        line-height: 1;
        font-weight: 600; }
      .history-lead__title {
        margin-bottom: 40px; }
      .history-lead__title {
        margin-left: 40px; }
      .history-lead__title {
        margin-right: 40px; }
      .history-lead__text {
        font-size: 26px;
        letter-spacing: 0.1em;
        line-height: 1.7;
        font-weight: 400; }
      .history-lead__text {
        margin-left: 45px; }
      .history-lead__text {
        margin-right: 45px; }
        .history-lead__text img {
          margin-top: 20px; }
        .history-lead__text img {
          margin-left: 20px; }
      .history-lead .name {
        width: 335px; }
      .history-lead .name {
        font-size: 24px;
        letter-spacing: 0.075em;
        line-height: 1.5;
        font-weight: 400; }
    .history__text {
      font-size: 26px;
      letter-spacing: 0.1em;
      line-height: 1.7;
      font-weight: 400; }
    .history__text {
      margin-left: 45px; }
    .history__text {
      margin-right: 45px; }
    .history-in-sec {
      padding-top: 70px; }
    .history-in-sec {
      padding-right: 45px; }
    .history-in-sec {
      padding-bottom: 70px; }
    .history-in-sec {
      padding-left: 45px; }
      .history-in-sec__title {
        font-size: 38px;
        letter-spacing: 0.075em;
        line-height: 1.1;
        font-weight: 600; }
      .history-in-sec__title {
        margin-bottom: 40px; }
      .history-in-sec__img {
        margin-bottom: 30px; }
      .history-in-sec__text01 {
        margin-bottom: 20px; }
      .history-in-sec__text01 {
        font-size: 34px;
        letter-spacing: 0.1em;
        line-height: 1.5;
        font-weight: 600; }
      .history-in-sec__text02 {
        font-size: 26px;
        letter-spacing: 0.1em;
        line-height: 1.7;
        font-weight: 400; }
      .history-in-sec__text02 {
        margin-bottom: 30px; }
        .history-in-sec__text02 + .history-in-sec__img {
          margin-top: 70px; }
    .history-in-aside {
      padding-top: 70px; }
    .history-in-aside {
      padding-right: 45px; }
    .history-in-aside {
      padding-bottom: 170px; }
    .history-in-aside {
      padding-left: 45px; }
      .history-in-aside__title {
        font-size: 38px;
        letter-spacing: 0.075em;
        line-height: 1.1;
        font-weight: 600; }
      .history-in-aside__title {
        margin-bottom: 40px; }
        .history-in-aside__title:before {
          width: 44px;
          height: 34px; }
      .history-in-aside__img {
        margin-bottom: 30px; }
      .history-in-aside__text01 {
        margin-bottom: 20px; }
      .history-in-aside__text01 {
        font-size: 34px;
        letter-spacing: 0.1em;
        line-height: 1.5;
        font-weight: 600; }
      .history-in-aside__text02 {
        font-size: 26px;
        letter-spacing: 0.1em;
        line-height: 1.7;
        font-weight: 400; }
      .history-in-aside__text02 {
        margin-bottom: 30px; }
        .history-in-aside__text02 + .history-in-sec__img {
          margin-top: 70px; } }
