@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  background: #f9f9f9;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  body {
    width: 100%;
  }
}
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc_only {
    display: none !important;
  }
}
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .sp_only {
    display: none !important;
  }
}
/* End MQ */
a {
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
}

#screen {
  position: relative;
  min-height: 100%;
  text-align: left;
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 768px) {
  #screen {
    padding-top: 86px;
    margin-top: -86px;
  }
}

#container {
  margin: 0 auto;
  clear: both;
  position: relative;
}

section,
.section {
  clear: both;
  text-align: left;
  margin: 0;
}

section p,
section ul,
.section p,
.section ul {
  text-align: left;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.content {
  width: 100%;
  text-align: left;
}

.content section,
.content .section {
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  /* スマホ */
  .content section,
.content .section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .content section,
.content .section {
    width: 1080px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* End MQ */
/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  padding: 0;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .keyvisual {
    margin: 80px auto 0;
  }
}
.keyvisual picture img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.keyvisual h2 {
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.keyvisual h2 img {
  width: 317px;
  height: auto;
}
@media screen and (min-width: 1020px) {
  .keyvisual h2 img {
    width: 514px;
  }
}

/* ------------------------------------------------
ぱんくずリスト
------------------------------------------------ */
.breadcrumbs {
  margin: 0 auto 20px;
  width: calc(100% - 30px);
}

.breadcrumbs p {
  margin: 0;
  font-size: 0.75rem;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .breadcrumbs p {
    font-size: 0.875rem;
  }
}

/* ------------------------------------------------
YouTube
------------------------------------------------ */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --ページのトップへ戻る--------------------- */
#pageTop {
  text-decoration: none;
  background: #000;
  width: 44px;
  height: 44px;
  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;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border: solid 1px #fff;
  z-index: 9;
  line-height: 1.8rem;
}
#pageTop img {
  width: 20px;
  height: 20px;
}

#pageTop:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------------------------------------------------------------------------
文字サイズ
----------------------------------------------------------------------------------------------------------------------- */
.fsize10 {
  font-size: 1rem !important;
}

.fsize11 {
  font-size: 1.1rem !important;
}

.fsize12 {
  font-size: 1.2rem !important;
}

.fsize13 {
  font-size: 1.3rem !important;
}

.fsize14 {
  font-size: 1.4rem !important;
}

.fsize15 {
  font-size: 1.5rem !important;
}

.fsize16 {
  font-size: 1.6rem !important;
}

.fsize17 {
  font-size: 1.7rem !important;
}

.fsize18 {
  font-size: 1.8rem !important;
}

.fsize19 {
  font-size: 1.9rem !important;
}

.fsize20 {
  font-size: 2rem !important;
}

.fsize21 {
  font-size: 2.1rem !important;
}

.fsize22 {
  font-size: 2.2rem !important;
}

.fsize23 {
  font-size: 2.3rem !important;
}

.fsize24 {
  font-size: 2.4rem !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_fsize10 {
    font-size: 10px !important;
  }

  .pc_fsize11 {
    font-size: 11px !important;
  }

  .pc_fsize12 {
    font-size: 12px !important;
  }

  .pc_fsize13 {
    font-size: 13px !important;
  }

  .pc_fsize14 {
    font-size: 14px !important;
  }

  .pc_fsize15 {
    font-size: 15px !important;
  }

  .pc_fsize16 {
    font-size: 16px !important;
  }

  .pc_fsize17 {
    font-size: 17px !important;
  }

  .pc_fsize18 {
    font-size: 18px !important;
  }

  .pc_fsize19 {
    font-size: 19px !important;
  }

  .pc_fsize20 {
    font-size: 20px !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_fsize10 {
    font-size: 10px !important;
  }

  .sp_fsize11 {
    font-size: 11px !important;
  }

  .sp_fsize12 {
    font-size: 12px !important;
  }

  .sp_fsize13 {
    font-size: 13px !important;
  }

  .sp_fsize14 {
    font-size: 14px !important;
  }

  .sp_fsize15 {
    font-size: 15px !important;
  }

  .sp_fsize16 {
    font-size: 16px !important;
  }

  .sp_fsize17 {
    font-size: 17px !important;
  }

  .sp_fsize18 {
    font-size: 18px !important;
  }

  .sp_fsize19 {
    font-size: 19px !important;
  }

  .sp_fsize20 {
    font-size: 20px !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_w10 {
    width: 10% !important;
  }

  .pc_w20 {
    width: 20% !important;
  }

  .pc_w30 {
    width: 30% !important;
  }

  .pc_w40 {
    width: 40% !important;
  }

  .pc_w50 {
    width: 50% !important;
  }

  .pc_w60 {
    width: 60% !important;
  }

  .pc_w70 {
    width: 70% !important;
  }

  .pc_w80 {
    width: 80% !important;
  }

  .pc_w90 {
    width: 90% !important;
  }

  .pc_w100 {
    width: 100% !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_w10 {
    width: 10% !important;
  }

  .sp_w20 {
    width: 20% !important;
  }

  .sp_w30 {
    width: 30% !important;
  }

  .sp_w40 {
    width: 40% !important;
  }

  .sp_w50 {
    width: 50% !important;
  }

  .sp_w60 {
    width: 60% !important;
  }

  .sp_w70 {
    width: 70% !important;
  }

  .sp_w80 {
    width: 80% !important;
  }

  .sp_w90 {
    width: 90% !important;
  }

  .sp_w100 {
    width: 100% !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important;
}

.textr {
  text-align: right !important;
}

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

.textj {
  text-align: justify !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_textc {
    text-align: center !important;
  }

  .pc_textr {
    text-align: right !important;
  }

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

  .pc_textj {
    text-align: justify !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_textc {
    text-align: center !important;
  }

  .sp_textr {
    text-align: right !important;
  }

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

  .sp_textj {
    text-align: justify;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.no_margin {
  margin: 0 !important;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.pdlr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .tb_mr20 {
    margin-right: 20px !important;
  }

  .tb_mt0 {
    margin-top: 0px !important;
  }

  .tb_mt5 {
    margin-top: 5px !important;
  }

  .tb_mt10 {
    margin-top: 10px !important;
  }

  .tb_mt15 {
    margin-top: 15px !important;
  }

  .tb_mt20 {
    margin-top: 20px !important;
  }

  .tb_mt30 {
    margin-top: 30px !important;
  }

  .tb_mt40 {
    margin-top: 40px !important;
  }

  .tb_mt50 {
    margin-top: 50px !important;
  }

  .tb_mt60 {
    margin-top: 60px !important;
  }

  .tb_mt70 {
    margin-top: 70px !important;
  }

  .tb_mt80 {
    margin-top: 80px !important;
  }

  .tb_mt90 {
    margin-top: 90px !important;
  }

  .tb_mt100 {
    margin-top: 100px !important;
  }

  .tb_mb0 {
    margin-bottom: 0px !important;
  }

  .tb_mb5 {
    margin-bottom: 5px !important;
  }

  .tb_mb10 {
    margin-bottom: 10px !important;
  }

  .tb_mb15 {
    margin-bottom: 15px !important;
  }

  .tb_mb20 {
    margin-bottom: 20px !important;
  }

  .tb_mb30 {
    margin-bottom: 30px !important;
  }

  .tb_mb40 {
    margin-bottom: 40px !important;
  }

  .tb_mb50 {
    margin-bottom: 50px !important;
  }

  .tb_mb60 {
    margin-bottom: 60px !important;
  }

  .tb_mb70 {
    margin-bottom: 70px !important;
  }

  .tb_mb80 {
    margin-bottom: 80px !important;
  }

  .tb_mb90 {
    margin-bottom: 90px !important;
  }

  .tb_mb100 {
    margin-bottom: 100px !important;
  }

  .tb_mb120 {
    margin-bottom: 120px !important;
  }

  .tb_mb140 {
    margin-bottom: 140px !important;
  }
}
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .pc_mr20 {
    margin-right: 20px !important;
  }

  .pc_mt0 {
    margin-top: 0px !important;
  }

  .pc_mt5 {
    margin-top: 5px !important;
  }

  .pc_mt10 {
    margin-top: 10px !important;
  }

  .pc_mt15 {
    margin-top: 15px !important;
  }

  .pc_mt20 {
    margin-top: 20px !important;
  }

  .pc_mt30 {
    margin-top: 30px !important;
  }

  .pc_mt40 {
    margin-top: 40px !important;
  }

  .pc_mt50 {
    margin-top: 50px !important;
  }

  .pc_mt60 {
    margin-top: 60px !important;
  }

  .pc_mt70 {
    margin-top: 70px !important;
  }

  .pc_mt80 {
    margin-top: 80px !important;
  }

  .pc_mt90 {
    margin-top: 90px !important;
  }

  .pc_mt100 {
    margin-top: 100px !important;
  }

  .pc_mb0 {
    margin-bottom: 0px !important;
  }

  .pc_mb5 {
    margin-bottom: 5px !important;
  }

  .pc_mb10 {
    margin-bottom: 10px !important;
  }

  .pc_mb15 {
    margin-bottom: 15px !important;
  }

  .pc_mb20 {
    margin-bottom: 20px !important;
  }

  .pc_mb30 {
    margin-bottom: 30px !important;
  }

  .pc_mb40 {
    margin-bottom: 40px !important;
  }

  .pc_mb50 {
    margin-bottom: 50px !important;
  }

  .pc_mb60 {
    margin-bottom: 60px !important;
  }

  .pc_mb70 {
    margin-bottom: 70px !important;
  }

  .pc_mb80 {
    margin-bottom: 80px !important;
  }

  .pc_mb90 {
    margin-bottom: 90px !important;
  }

  .pc_mb100 {
    margin-bottom: 100px !important;
  }

  .pc_mb120 {
    margin-bottom: 120px !important;
  }

  .pc_mb140 {
    margin-bottom: 140px !important;
  }

  .pc_mb170 {
    margin-bottom: 170px !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0px !important;
  }

  .sp_mt5 {
    margin-top: 5px !important;
  }

  .sp_mt10 {
    margin-top: 10px !important;
  }

  .sp_mt15 {
    margin-top: 15px !important;
  }

  .sp_mt20 {
    margin-top: 20px !important;
  }

  .sp_mt30 {
    margin-top: 30px !important;
  }

  .sp_mt40 {
    margin-top: 40px !important;
  }

  .sp_mt50 {
    margin-top: 50px !important;
  }

  .sp_mt60 {
    margin-top: 60px !important;
  }

  .sp_mt70 {
    margin-top: 70px !important;
  }

  .sp_mt80 {
    margin-top: 80px !important;
  }

  .sp_mt90 {
    margin-top: 90px !important;
  }

  .sp_mt100 {
    margin-top: 100px !important;
  }

  .sp_mb0 {
    margin-bottom: 0px !important;
  }

  .sp_mb5 {
    margin-bottom: 5px !important;
  }

  .sp_mb10 {
    margin-bottom: 10px !important;
  }

  .sp_mb15 {
    margin-bottom: 15px !important;
  }

  .sp_mb20 {
    margin-bottom: 20px !important;
  }

  .sp_mb30 {
    margin-bottom: 30px !important;
  }

  .sp_mb40 {
    margin-bottom: 40px !important;
  }

  .sp_mb50 {
    margin-bottom: 50px !important;
  }

  .sp_mb60 {
    margin-bottom: 60px !important;
  }

  .sp_mb70 {
    margin-bottom: 70px !important;
  }

  .sp_mb80 {
    margin-bottom: 80px !important;
  }

  .sp_mb90 {
    margin-bottom: 90px !important;
  }

  .sp_mb100 {
    margin-bottom: 100px !important;
  }

  .sp_mb125 {
    margin-bottom: 125px !important;
  }

  .sp_mb200 {
    margin-bottom: 200px !important;
  }
}
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　６　】　部分的に特別なデザインやレイアウトが必要な場合

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
FLEX　個別設定
----------------------------------------------------------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sp_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .sp_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }

  .sp_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }

  .sp_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }

  .sp_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }

  .sp_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.sp_justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (min-width: 768px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pc_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }

  .pc_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }

  .pc_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }

  .pc_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }

  .pc_justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .pc_justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .pc_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .pc_justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .pc_justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .pc_align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .pc_align-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .pc_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
.top_title01 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  line-height: 1.7;
  font-weight: 700;
  width: calc(100% - 15px);
}
@media screen and (min-width: 768px) {
  .top_title01 {
    font-size: 2.7rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_title01 + p {
    width: calc(100% - 15px);
  }
}

.title_type01 h1, .title_type01 h2 {
  font-size: 2.5rem;
  font-family: "Antonio", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #fff;
  border-bottom: solid 2px #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .title_type01 h1, .title_type01 h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.title_type02 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.title_type02 h1, .title_type02 h2 {
  font-size: 2.5rem;
  font-family: "Antonio", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #000;
  border-bottom: solid 2px #000;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .title_type02 h1, .title_type02 h2 {
    font-size: 3rem;
    margin-bottom: 80px;
  }
}

.page_main_title {
  background: #fff;
  min-width: 200px;
  height: 105px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_main_title {
    padding: 0 60px;
    margin-top: -65px;
  }
}
@media screen and (min-width: 768px) {
  .page_main_title {
    min-width: 310px;
    height: 130px;
  }
}
.page_main_title h1, .page_main_title h2 {
  font-size: 3rem;
  font-family: "Antonio", sans-serif;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page_main_title h1, .page_main_title h2 {
    font-size: 4rem;
  }
}
.page_main_title p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page_main_title p {
    font-size: 1.6rem;
  }
}

.page_main_title02 {
  background: #fff;
  min-width: 290px;
  height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .page_main_title02 {
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .page_main_title02 {
    min-width: 310px;
    height: 130px;
  }
}
.page_main_title02::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 90px 0 0;
  border-color: #FFCBCB transparent transparent transparent;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .page_main_title02::before {
    border-width: 130px 130px 0 0;
  }
}
.page_main_title02 div:last-of-type {
  text-align: left;
  padding-top: 10px;
}
.page_main_title02 h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Antonio", sans-serif;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page_main_title02 h1 {
    font-size: 4rem;
  }
}
.page_main_title02 .number {
  position: relative;
  font-size: 3rem;
  font-family: "Antonio", sans-serif;
  color: #000;
  font-weight: 700;
  margin-right: 43px;
}
@media screen and (min-width: 768px) {
  .page_main_title02 .number {
    font-size: 4rem;
    margin-right: 63px;
  }
}
.page_main_title02 p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page_main_title02 p {
    font-size: 1.6rem;
  }
}

.page_main_title02.yellow::before {
  border-color: #F9F4B0 transparent transparent transparent;
}

.page_main_title02.green::before {
  border-color: #BEE5DA transparent transparent transparent;
}

.top_contetns_block01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_contetns_block01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 120px 0 0 15px;
  }
}
@media screen and (min-width: 1120px) {
  .top_contetns_block01 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .top_contetns_block01 {
    width: 1400px;
  }
}
.top_contetns_block01 .block01_right {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_contetns_block01 .block01_right {
    right: 0;
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .top_contetns_block01 .block01_right {
    width: 557px;
  }
}
.top_contetns_block01 .block01_right img {
  width: 100%;
  height: auto;
}
.top_contetns_block01 .block01_left {
  position: relative;
  margin-top: -240px;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .top_contetns_block01 .block01_left {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .top_contetns_block01 .block01_left {
    left: 60px;
  }
}
@media screen and (min-width: 1300px) {
  .top_contetns_block01 .block01_left {
    left: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .top_contetns_block01 .block01_left {
    left: 140px;
  }
}
.top_contetns_block01 .block01_left figure {
  position: relative;
  margin-bottom: 55px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_contetns_block01 .block01_left figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
  }
}
.top_contetns_block01 .block01_left figure img {
  width: 100%;
  height: auto;
  max-width: 445px;
}

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

.top_title03 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 768px) {
  .top_title03 {
    font-size: 4.6rem;
    margin-bottom: 90px;
    letter-spacing: 1rem;
  }
}

.block01_left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block01_left {
    width: 50%;
  }
}

.top_contetns_wrap {
  background: #F2F2F2;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .top_contetns_wrap {
    margin-bottom: 200px;
  }
}

.top_contetns_block02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_contetns_block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .top_contetns_block02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_contetns_block02 li {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .top_contetns_block02 li {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_contetns_block02 li:first-child {
    width: 55%;
  }
}
.top_contetns_block02 li:first-child img {
  left: -100px;
  position: relative;
  top: 0;
  z-index: 2;
}
.top_contetns_block02 li:last-child {
  top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_contetns_block02 li:last-child {
    width: 30%;
    position: relative;
    right: 10%;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .top_contetns_block02 li {
    width: 50%;
  }
}
.top_contetns_block02 li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .top_contetns_block02 li img {
    width: auto;
  }
}

.sp_contetns_block {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_contetns_block {
    display: none;
  }
}
.sp_contetns_block img {
  width: 100%;
  height: auto;
  position: relative;
  top: 30px;
}

.top_line_up {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_line_up {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  .top_line_up {
    margin-bottom: 150px;
  }
}
.top_line_up ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .top_line_up ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media screen and (min-width: 1400px) {
  .top_line_up ul {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_line_up ul li:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_line_up ul li:first-of-type {
    width: 55%;
  }
}
@media screen and (min-width: 1400px) {
  .top_line_up ul li:first-of-type {
    width: 685px;
  }
}
.top_line_up ul li:first-of-type img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .top_line_up ul li:first-of-type img {
    width: 108%;
  }
}
.top_line_up ul li:last-of-type {
  position: relative;
  width: calc(100% - 50px);
  margin-left: auto;
  background: #fff;
  padding: 40px 15px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -64px;
}
@media screen and (min-width: 768px) {
  .top_line_up ul li:last-of-type {
    top: 40px;
    left: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .top_line_up ul li:last-of-type {
    padding: 60px 50px 0 60px;
    top: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .top_line_up ul li:last-of-type {
    width: 630px;
    left: -130px;
  }
}
.top_line_up ul li:last-of-type::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #FFCBCB transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .top_line_up ul li:last-of-type::before {
    border-width: 179px 179px 0 0;
  }
}
.top_line_up ul li:last-of-type.green::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #BEE5DA transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .top_line_up ul li:last-of-type.green::before {
    border-width: 179px 179px 0 0;
  }
}

.line_up_contents {
  position: relative;
  z-index: 2;
}
.line_up_contents .link_type01 {
  position: absolute;
  bottom: 0;
  right: -15px;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .line_up_contents .link_type01 {
    right: -50px;
  }
}
.line_up_contents .pc_number {
  font-family: "Antonio", sans-serif;
  font-size: 8.1rem;
  color: #E9E9E9;
  display: none;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .line_up_contents .pc_number {
    display: block;
  }
}
.line_up_contents .sp_number {
  font-family: "Antonio", sans-serif;
  font-size: 6rem;
  color: #E9E9E9;
  display: block;
  font-weight: 700;
  right: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .line_up_contents .sp_number {
    display: none;
  }
}
.line_up_contents .line_up_sub_title {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .line_up_contents .line_up_sub_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.line_up_contents .line_up_sub_title p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .line_up_contents .line_up_sub_title p {
    font-size: 1.7rem;
    line-height: 3.2rem;
    max-width: 394px;
    width: calc(100% - 140px);
  }
}
.line_up_contents .line_up_text {
  font-size: 1.5rem;
  padding-bottom: 98px;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .line_up_contents .line_up_text {
    font-size: 1.6rem;
    padding-bottom: 140px;
    line-height: 3rem;
  }
}

.title_type03 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1140px) {
  .title_type03 {
    margin-bottom: 40px;
  }
}
.title_type03 h2, .title_type03 h3 {
  font-family: "Antonio", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .title_type03 h2, .title_type03 h3 {
    font-size: 5rem;
    margin-right: 20px;
  }
}
.title_type03 p {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title_type03 p {
    font-size: 1.7rem;
  }
}
.title_type03 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .title_type03 div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_line_up02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_line_up02 {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  .top_line_up02 {
    margin-bottom: 148px;
  }
}
.top_line_up02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .top_line_up02 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media screen and (min-width: 1400px) {
  .top_line_up02 ul {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_line_up02 ul li {
  position: relative;
}
.top_line_up02 ul li:last-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_line_up02 ul li:last-of-type {
    width: 55%;
    left: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .top_line_up02 ul li:last-of-type {
    width: 685px;
    left: 0;
  }
}
.top_line_up02 ul li:last-of-type img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .top_line_up02 ul li:last-of-type img {
    width: 108%;
  }
}
.top_line_up02 ul li:first-of-type {
  position: relative;
  width: calc(100% - 50px);
  margin-left: auto;
  background: #fff;
  padding: 40px 15px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -64px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top_line_up02 ul li:first-of-type {
    top: 40px;
    left: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .top_line_up02 ul li:first-of-type {
    padding: 60px 50px 0 60px;
    top: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .top_line_up02 ul li:first-of-type {
    width: 630px;
    left: 60px;
  }
}
.top_line_up02 ul li:first-of-type::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #F9F4B0 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .top_line_up02 ul li:first-of-type::before {
    border-width: 179px 179px 0 0;
  }
}

.link_type01 a {
  background: #000;
  width: 230px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Antonio", sans-serif;
  font-size: 2rem;
}
.link_type01 a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type01 a:hover {
  background: #FFCBCB;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.link_type01 a:hover:after {
  width: 25px;
  background: #000;
}

.top_line_up03 {
  background: #fff;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  position: relative;
  padding: 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_line_up03 {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  .top_line_up03 {
    margin-bottom: 205px;
  }
}
.top_line_up03::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #F2F2F2 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .top_line_up03::before {
    border-width: 179px 179px 0 0;
  }
}
.top_line_up03 .link_type01 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_line_up03 .line_up_contents {
  padding: 45px 35px 50px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top_line_up03 .line_up_contents {
    padding: 50px 40px 50px 55px;
  }
}
.top_line_up03 .line_up_number {
  font-family: "Antonio", sans-serif;
  font-size: 6rem;
  color: #E9E9E9;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top_line_up03 .line_up_number {
    font-size: 8.1rem;
  }
}
.top_line_up03 .line_up_text {
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .top_line_up03 .line_up_text {
    padding-bottom: 0;
  }
}
.top_line_up03 .line_up_title {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .top_line_up03 .line_up_title div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top_line_up03 .line_up_title p {
    font-size: 2.3rem;
    margin-left: 10px;
  }
}

#slider {
  width: calc(100% - 30px);
  margin: 0 auto 55px;
}
@media screen and (min-width: 768px) {
  #slider {
    margin: 0 auto 45px;
    width: 920px;
  }
}
#slider .slide-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#thumbnail_slider {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  #thumbnail_slider {
    width: 760px;
    margin-bottom: 200px;
  }
}
#thumbnail_slider .slick-slide {
  width: 160px;
  height: auto;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  #thumbnail_slider .slick-slide {
    margin: 0 15px;
  }
}
#thumbnail_slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#thumbnail_slider .thumbnail-item {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#thumbnail_slider .thumbnail-item:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.thumbnail_slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.thumbnail_slider.slick-initialized {
  opacity: 1;
}

.top_title04 {
  text-align: center;
}
.top_title04 h2 {
  position: relative;
  color: #FFCBCB;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.5rem;
  margin-bottom: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top_title04 h2 {
    font-size: 4.6rem;
    letter-spacing: 1rem;
    margin-bottom: 100px;
    line-height: 1;
  }
}

.top_contetns_block03 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_contetns_block03 {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  .top_contetns_block03 {
    margin-bottom: 200px;
  }
}
.top_contetns_block03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(100% - 30px);
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .top_contetns_block03 ul {
    margin-bottom: 60px;
  }
}
.top_contetns_block03 ul li {
  position: relative;
}
.top_contetns_block03 ul li:first-of-type {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .top_contetns_block03 ul li:first-of-type {
    width: 45%;
  }
}
@media screen and (min-width: 1140px) {
  .top_contetns_block03 ul li:first-of-type {
    width: 505px;
  }
}
.top_contetns_block03 ul li:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.top_contetns_block03 ul li:last-of-type {
  background: #F2F2F2;
  padding: 35px 35px 115px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top_contetns_block03 ul li:last-of-type {
    padding: 60px 50px 100px 50px;
    width: 55%;
  }
}
@media screen and (min-width: 1140px) {
  .top_contetns_block03 ul li:last-of-type {
    width: calc(100% - 505px);
  }
}
.top_contetns_block03 ul li .link_type01 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.top_interview {
  position: relative;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1000px) {
  .top_interview {
    width: 920px;
    margin-bottom: 200px;
  }
}
.top_interview .link_type01 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.top_interview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  background: #fff;
  border: solid 2px #000;
}
@media screen and (min-width: 768px) {
  .top_interview ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.top_interview ul li {
  width: 100%;
}
.top_interview ul li img {
  width: 100%;
  height: auto;
}
.top_interview ul li:first-of-type {
  position: relative;
  z-index: 2;
  padding: 0 35px 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top_interview ul li:first-of-type {
    padding: 0 60px;
  }
}
.top_interview ul li:first-of-type .title_type03 {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .top_interview ul li:first-of-type .title_type03 div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_interview ul li:first-of-type .title_type03 div p {
    margin-left: 10px;
  }
}

.top_img_block {
  text-align: center;
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .top_img_block {
    margin-bottom: 205px;
  }
}
.top_img_block img {
  width: 100%;
  height: auto;
}

.news_block {
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 55px;
  max-width: 1140px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .news_block {
    margin-bottom: 180px;
  }
}
.news_block .link_type01 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news_block ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .news_block ul {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1080px) {
  .news_block ul {
    width: 893px;
    margin-bottom: 60px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .news_block ul li {
    margin-bottom: 20px;
  }
}
.news_block ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .news_block ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.news_block ul li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news_block ul li a > div {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.news_block ul li a .date {
  font-size: 1.4rem;
  position: relative;
  top: 1px;
  position: relative;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 18px;
}
.news_block ul li a .date::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 3px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .news_block ul li a .date {
    font-size: 1.6rem;
    padding-left: 45px;
    margin-right: 60px;
  }
}
.news_block ul li a .cat_name {
  width: 114px;
  height: 33px;
  border: solid 1px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news_block ul li a .cat_name {
    font-size: 1.6rem;
  }
}
.news_block ul li a p {
  font-size: 1.5rem;
  padding-left: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .news_block ul li a p {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.news_block ul li a:hover {
  opacity: 0.7;
}

.top_link_block {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
@media screen and (min-width: 1200px) {
  .top_link_block {
    width: 1200px;
    margin-bottom: 200px;
  }
}
.top_link_block ul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_link_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_link_block ul li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top_link_block ul li {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) {
  .top_link_block ul li {
    width: 582px;
    margin-bottom: 0;
  }
}
.top_link_block ul li a {
  border: solid 5px #EDF8F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .top_link_block ul li a {
    border: solid 10px #EDF8F6;
  }
}
.top_link_block ul li a h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .top_link_block ul li a h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.top_link_block ul li a div {
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .top_link_block ul li a div {
    padding: 20px 36px;
  }
}
.top_link_block ul li a img {
  width: 124px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top_link_block ul li a img {
    width: 161px;
  }
}
.top_link_block ul li a:hover {
  background: #EDF8F6;
}

.top_store_block {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1000px) {
  .top_store_block {
    width: 994px;
    margin-bottom: 300px;
  }
}
.top_store_block .store_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top_store_block .store_in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: solid 10px #EDF8F6;
    padding: 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 70px;
  }
}
.top_store_block .store_in img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top_store_block .store_in img {
    width: 45%;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .top_store_block .store_in img {
    width: 416px;
    margin-right: 40px;
  }
}
.top_store_block .store_in > div {
  width: 100%;
}
.top_store_block .store_in .store_name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .top_store_block .store_in .store_name {
    font-size: 2.8rem;
  }
}
.top_store_block .store_in .store_name + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .top_store_block .store_in .store_name + div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_store_block .store_in .store_name + div p {
    margin-bottom: 20px;
  }
}
.top_store_block .store_in .store_name + div a:hover {
  text-decoration: underline;
}
.top_store_block .store_in dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .top_store_block .store_in dl {
    font-size: 1.8rem;
  }
}
.top_store_block .store_in dl dt {
  font-weight: 700;
  width: 38%;
}
.top_store_block .store_in dl dd {
  width: 50%;
}

.sns_block {
  margin: 50px auto 0;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sns_block {
    margin: 70px auto 80px;
  }
}
.sns_block ul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sns_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.sns_block ul li {
  max-width: 555px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .sns_block ul li {
    margin-bottom: 0;
  }
}
.sns_block ul li:hover {
  opacity: 0.85;
}
.sns_block ul li img {
  width: 45px;
  height: auto;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .sns_block ul li img {
    width: 65px;
    margin-right: 30px;
  }
}
.sns_block ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sns_block ul li a {
    padding: 40px 120px 40px 20px;
  }
  .sns_block ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    margin: auto;
    background: url("../images/common/sns_arrow.svg") no-repeat;
    background-size: contain;
    width: 12px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sns_block ul li a div {
    margin-top: 10px;
  }
}
.sns_block ul li h3 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sns_block ul li h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sns_block ul li h3::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 10px;
    background: url("../images/common/sns_arrow.svg") no-repeat;
    background-size: contain;
    width: 8px;
    height: 16px;
  }
}
.sns_block ul li p {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .sns_block ul li p {
    padding-right: 0;
  }
}

.link_type02 {
  width: 100%;
}
.link_type02 a {
  background: #000;
  width: 100%;
  font-family: "Antonio", sans-serif;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 2rem;
  padding-left: 25px;
  font-weight: 700;
}
.link_type02 a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type02 a:hover {
  background: #FFCBCB;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.link_type02 a:hover:after {
  width: 25px;
  background: #000;
}

.link_type03 {
  width: 100%;
  text-align: center;
}
.link_type03 a {
  background: #000;
  font-family: "Antonio", sans-serif;
  width: 230px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 2rem;
  font-weight: 700;
}
.link_type03 a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type03 a:hover {
  background: #FFCBCB;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.link_type03 a:hover:after {
  width: 25px;
  background: #000;
}

.contact_block_head {
  text-align: center;
}
.contact_block_head img {
  width: 100%;
  height: auto;
}

.contact_block {
  background: #F2F2F2;
  position: relative;
  padding: 40px 15px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_block .title_type02 {
  width: 100%;
}
.contact_block > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
}
@media screen and (min-width: 768px) {
  .contact_block > ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.contact_block > ul > li {
  background: #fff;
  max-width: 540px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact_block > ul > li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .contact_block > ul > li:first-of-type {
    margin-bottom: 60px;
  }
}
.contact_block > ul > li img {
  width: 100%;
  height: auto;
}
.contact_block > ul > li .li_wrap {
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .contact_block > ul > li .li_wrap {
    margin-top: -60px;
  }
}
.contact_block > ul > li .li_wrap h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  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;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .contact_block > ul > li .li_wrap h3 {
    font-size: 3rem;
  }
}
.contact_block > ul > li .li_wrap h3 img {
  width: 21px;
  height: auto;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .contact_block > ul > li .li_wrap h3 img {
    width: 24px;
  }
}
.contact_block > ul > li .request_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  line-height: 3rem;
  margin-bottom: 70px;
}
.contact_block > ul > li .request_block img {
  width: 140px;
  height: auto;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .contact_block > ul > li .request_block img {
    width: 177px;
  }
}
.contact_block > ul > li .request_block li {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact_block > ul > li .request_block li {
    font-size: 1.7rem;
  }
}
.contact_block > ul > li .reserve_block {
  margin-top: 30px;
  background: #F2F2F2;
  border-radius: 15px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 90px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .contact_block > ul > li .reserve_block {
    height: 95px;
    margin-top: 45px;
    margin-bottom: 95px;
  }
}
.contact_block > ul > li .reserve_block p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact_block > ul > li .reserve_block p {
    font-size: 2rem;
  }
}
.contact_block > ul > li .link_type02 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contact_block .contact_block_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 1120px) {
  .contact_block .contact_block_in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.contact_block .contact_block_in > p {
  margin-bottom: 20px;
  font-size: 1.7rem;
  line-height: 3rem;
}
@media screen and (min-width: 1120px) {
  .contact_block .contact_block_in > p {
    margin-right: 30px;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.contact_block .contact_block_in .contact_tel {
  background: #fff;
  width: 100%;
  max-width: 540px;
}
.contact_block .contact_block_in .contact_tel div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_block .contact_block_in .contact_tel div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  font-family: "Antonio", sans-serif;
  width: 67.96%;
}
@media screen and (min-width: 420px) {
  .contact_block .contact_block_in .contact_tel div a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .contact_block .contact_block_in .contact_tel div a {
    font-size: 4.4rem;
  }
}
.contact_block .contact_block_in .contact_tel div a img {
  position: relative;
  top: 4px;
  height: 30px !important;
  width: auto;
}
@media screen and (min-width: 768px) {
  .contact_block .contact_block_in .contact_tel div a img {
    height: 42px !important;
  }
}
.contact_block .contact_block_in .contact_tel div p {
  border-left: solid 1px #000;
  font-size: 2rem;
  font-family: "Antonio", sans-serif;
  width: calc(100% - 67.96%);
  text-align: center;
  line-height: 1.3;
}
.contact_block .contact_block_in .contact_tel div p small {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  font-size: 1.6rem;
}
.contact_block .contact_block_in .contact_tel h3 {
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

#panorama {
  width: calc(100% - 30px);
  max-width: 100%;
  height: 208px;
  margin: 0 auto 55px;
}
@media screen and (min-width: 768px) {
  #panorama {
    margin: 0 auto 45px;
    height: 517px;
    width: 920px;
  }
}

/* ------------------------------------------------
下層共通ページ
------------------------------------------------ */
.page_keyvisual {
  padding: 0;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_keyvisual {
    margin: 80px auto 0;
  }
}
.page_keyvisual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.page_404 {
  padding: 120px 15px 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .page_404 {
    padding: 220px 15px 210px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.page_404 .not_found_left {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page_404 .not_found_left {
    width: 35%;
    margin-bottom: 0;
    border-right: solid 1px #000;
  }
}
.page_404 .not_found_left h1 {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 11.5rem;
  line-height: 11.5rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page_404 .not_found_left h1 {
    font-size: 14.3rem;
    line-height: 14.3rem;
  }
}
.page_404 .not_found_left p {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .page_404 .not_found_left p {
    font-size: 3.8rem;
  }
}
.page_404 .not_found_right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_404 .not_found_right {
    width: 65%;
    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;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_404 .not_found_right h2 {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .page_404 .not_found_right h2 {
    font-size: 3rem;
    margin-bottom: 35px;
  }
}
.page_404 .not_found_right p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page_404 .not_found_right p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

/* ------------------------------------------------
お問い合わせページ
------------------------------------------------ */
.contact_form {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  max-width: 1110px;
  padding: 40px 25px 70px;
  background: #fff;
  margin-bottom: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .contact_form {
    margin-bottom: 300px;
    margin-top: 130px;
    padding: 70px 110px 100px;
  }
}

.contact_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .contact_table {
    margin-bottom: 75px;
  }
}
.contact_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contact_table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.contact_table th {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  margin-bottom: 15px;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .contact_table th {
    margin-bottom: 0;
    margin-right: 30px;
    width: 33.75%;
    max-width: 290px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact_table td {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .contact_table td {
    max-width: 600px;
  }
}
.contact_table td input::-webkit-input-placeholder, .contact_table td textarea::-webkit-input-placeholder {
  color: #ccc;
}
.contact_table td input::-moz-placeholder, .contact_table td textarea::-moz-placeholder {
  color: #ccc;
}
.contact_table td input:-ms-input-placeholder, .contact_table td textarea:-ms-input-placeholder {
  color: #ccc;
}
.contact_table td input::-ms-input-placeholder, .contact_table td textarea::-ms-input-placeholder {
  color: #ccc;
}
.contact_table td input::placeholder,
.contact_table td textarea::placeholder {
  color: #ccc;
}
.contact_table td input[type=text],
.contact_table td input[type=email] {
  width: 100%;
  padding: 10px;
  height: 60px;
  border: solid 1px #8F8F8F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .contact_table td input[type=text],
.contact_table td input[type=email] {
    padding: 10px 10px 10px 25px;
  }
}
.contact_table td input[type=radio] {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .contact_table td input[type=radio] {
    margin-bottom: 10px;
  }
}
.contact_table td select {
  width: 100%;
  padding: 10px;
  height: 60px;
  border: solid 1px #8F8F8F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  color: #878787;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td option {
  padding: 5px 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_table td .select-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.contact_table td .select-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  z-index: 1;
  background: url("../images/common/select.svg") no-repeat;
  width: 9px;
  height: 5px;
  background-size: contain;
}
.contact_table td select::-ms-expand {
  display: none;
}
.contact_table td textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #8F8F8F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  height: 270px;
  max-width: 600px;
  border-radius: 5px;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 768px) {
  .contact_table td textarea {
    height: 200px;
    padding: 10px 10px 10px 25px;
  }
}
.contact_table td label {
  display: block;
}

input[type=checkbox] {
  margin-right: 1.5rem;
  border: solid 1px #8F8F8F;
  width: 25px;
  height: 25px;
  border-radius: 0;
}

.hisu {
  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;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 20px;
  background: #F98181;
  width: 50px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .hisu {
    width: 70px;
    height: 30px;
    font-size: 1.5rem;
  }
}

.contact_text01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .contact_text01 {
    margin-bottom: 50px;
  }
}

.contact_text02 {
  margin-bottom: 30px;
  text-align: center;
  color: #4C4C4C;
}
@media screen and (min-width: 768px) {
  .contact_text02 {
    margin-bottom: 50px;
  }
}
.contact_text02 + p {
  text-align: center;
  margin-bottom: 20px;
}
.contact_text02 + p a {
  color: #000;
  text-decoration: underline;
}
.contact_text02 + p a:hover {
  text-decoration: none;
}

.contact_bottom_text {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .contact_bottom_text {
    margin-bottom: 30px;
  }
}
.contact_bottom_text label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contact_bottom_text label input[type=checkbox] {
  margin-right: 0;
}
.contact_bottom_text p {
  text-align: center;
  margin-bottom: 25px;
}
.contact_bottom_text a {
  text-decoration: underline;
}
.contact_bottom_text a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mail_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
@media screen and (min-width: 768px) {
  .mail_check {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact_submit {
  text-align: center;
}
.contact_submit input[type=submit] {
  background: #000;
  margin-left: auto;
  margin-right: auto;
  border: none;
  color: #fff;
  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;
  width: 320px;
  height: 120px;
  font-size: 1.8rem;
  line-height: 3rem;
  border-radius: 10px;
  font-weight: 700;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .contact_submit input[type=submit] {
    width: 400px;
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.contact_submit input[type=submit]:hover {
  background: #FFCBCB;
  color: #000;
}

.check_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .check_type01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.check_type01 label {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .check_type01 label {
    width: 50%;
  }
}
.check_type01 label input {
  position: relative;
  top: 6px;
}

.check_type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .check_type02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.check_type02 label {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .check_type02 label {
    width: 25%;
  }
}
.check_type02 label input {
  position: relative;
  top: 6px;
}

.contact_table .mwform-checkbox-field label {
  margin-bottom: 10px;
}

.mw_wp_form .contact_table .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.contact_bottom_text .mwform-checkbox-field-text {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .contact_bottom_text .mwform-checkbox-field-text {
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .check_type01 > span {
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .check_type01 > span label {
    width: 100%;
  }
}

.check_type02 > span {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .check_type02 > span {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .check_type02 > span label {
    width: 100%;
  }
}

.mw_wp_form_confirm .contact_submit input[type=submit] {
  margin-bottom: 20px;
}
.mw_wp_form_confirm .contact_table tr td {
  background: #e7e7e7;
  padding: 15px;
  min-height: 55px;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact_table tr td {
    padding: 15px 30px;
  }
}
.mw_wp_form_confirm .contact_bottom_text p {
  background: #e7e7e7;
  padding: 15px;
}

.mw_wp_form_complete .complete-text {
  margin-bottom: 1em;
}
.mw_wp_form_complete .no-reply {
  margin-bottom: 0.625em;
}
.mw_wp_form_complete .no-mail {
  padding-left: 1em;
}
.mw_wp_form_complete .no-mail li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}

.mw_wp_form_send_error {
  text-align: center;
}

/* ------------------------------------------------
お知らせページ
------------------------------------------------ */
.page_content .news_block {
  margin-top: 60px;
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .page_content .news_block {
    margin-top: 135px;
    margin-bottom: 115px;
  }
}
.page_content .news_block ul {
  margin-bottom: 0;
}
.page_content .news_block ul li {
  margin-bottom: 0;
}
.page_content .news_block ul li:first-of-type a {
  padding-top: 0;
}
.page_content .news_block ul li:last-of-type {
  margin-bottom: 0;
}
.page_content .news_block ul li .date {
  padding-left: 0;
  margin-right: 45px;
}
.page_content .news_block ul li .date::before {
  content: none;
}
.page_content .news_block ul li p {
  padding-left: 0;
}

.page_nav {
  margin-bottom: 185px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  max-width: 370px;
}
@media screen and (min-width: 768px) {
  .page_nav {
    margin-bottom: 285px;
  }
}
.page_nav .wp-pagenavi {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_nav .wp-pagenavi a {
  font-size: 1.6rem;
  width: 35px;
  height: 35px;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  color: #000;
  border: solid 1px #000;
  background: #fff;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-bottom: 3px;
  box-sizing: border-box;
  margin: 0 5px 5px;
}
@media screen and (min-width: 480px) {
  .page_nav .wp-pagenavi a {
    margin: 0 10px 10px;
  }
}
.page_nav .wp-pagenavi a:hover {
  opacity: 0.85;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_nav .wp-pagenavi span {
  font-size: 1.6rem;
  width: 35px;
  height: 35px;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  color: #000;
  border: solid 1px #000;
  background: #fff;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-bottom: 3px;
  box-sizing: border-box;
  margin: 0 5px 5px;
}
@media screen and (min-width: 480px) {
  .page_nav .wp-pagenavi span {
    margin: 0 10px 10px;
  }
}
.page_nav .wp-pagenavi span:hover {
  opacity: 0.85;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_nav .wp-pagenavi .current {
  background: #000;
  color: #fff;
  border: none;
  pointer-events: none;
}
.page_nav .wp-pagenavi .previouspostslink {
  color: #fff;
  background: #000;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_nav .wp-pagenavi .previouspostslink:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_nav .wp-pagenavi .nextpostslink {
  color: #fff;
  background: #000;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_nav .wp-pagenavi .nextpostslink:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ------------------------------------------------
お知らせ詳細ページ
------------------------------------------------ */
.detail_block {
  width: calc(100% - 30px);
  margin: 60px auto 200px;
  background: #fff;
  max-width: 980px;
  position: relative;
  padding: 45px 25px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail_block::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100px;
  height: 10px;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .detail_block::before {
    width: 140px;
    height: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .detail_block {
    margin: 135px auto 300px;
    padding: 85px 70px 130px;
  }
}
.detail_block p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-bottom: 35px;
}
@media screen and (min-width: 1000px) {
  .detail_block p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.detail_date {
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .detail_date {
    font-size: 1.6rem;
  }
}

.interview_h1,
.detail_h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .interview_h1,
.detail_h1 {
    font-size: 3rem;
    line-height: 4.5rem;
    margin-bottom: 45px;
  }
}

.detail_h2,
.page_title_type01 {
  background: #F6F6F6;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .detail_h2,
.page_title_type01 {
    padding: 20px 30px;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 35px;
  }
}

.detail_h3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: dotted 3px #000;
}
@media screen and (min-width: 768px) {
  .detail_h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 35px;
  }
}

.detail_h2 + p,
.detail_h3 + p {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .detail_h2 + p,
.detail_h3 + p {
    margin-bottom: 80px;
  }
}

.img_harf_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .img_harf_type {
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.img_harf_type img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .img_harf_type img {
    width: 49%;
  }
}

.img_single_type {
  text-align: center;
}
.img_single_type img {
  width: 100%;
  height: auto;
  max-width: 480px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .img_single_type img {
    max-width: 840px;
    margin-bottom: 100px;
  }
}

.img_single_type02 {
  text-align: center;
}
.img_single_type02 img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .img_single_type02 img {
    margin-bottom: 80px;
  }
}

.single .detail_block figure {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .single .detail_block figure {
    margin-bottom: 50px;
  }
}
.single .detail_block img {
  margin-bottom: 30px;
}

/* ------------------------------------------------
よくあるご質問ページ
------------------------------------------------ */
.privacy_block,
.faq_block {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  margin-top: 60px;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .privacy_block,
.faq_block {
    margin-top: 130px;
    margin-bottom: 300px;
  }
}

.faq_h2 {
  background: #F6F6F6;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .faq_h2 {
    padding: 20px 30px;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 35px;
  }
}

.ac_menu {
  border-bottom: solid 1px #C1C1C1;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ac_menu dt {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.5rem;
  padding: 15px 60px 15px 35px;
}
@media screen and (min-width: 768px) {
  .ac_menu dt {
    font-size: 1.6rem;
  }
}
.ac_menu dt::before {
  position: absolute;
  right: 10px;
  top: 32px;
  font-weight: 300;
  content: "";
  font-size: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 13px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .ac_menu dt::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.ac_menu dt::after {
  position: absolute;
  right: 10px;
  top: 32px;
  font-weight: 300;
  content: "";
  font-size: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 13px;
  height: 2px;
  z-index: 3;
  background: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .ac_menu dt::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.ac_menu .active::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ac_menu dd {
  width: 100%;
  padding: 15px 60px 30px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ac_menu dd {
    font-size: 1.6rem;
  }
}
.ac_menu dd span {
  top: 22px;
}
.ac_menu span {
  font-family: "Antonio", sans-serif;
  font-size: 3rem;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
}

#sec01,
#sec02,
#sec03,
#sec04 {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  #sec01,
#sec02,
#sec03,
#sec04 {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* ------------------------------------------------
インタビューページ
------------------------------------------------ */
.interview_block {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .interview_block {
    margin-top: 130px;
  }
}
.interview_block ul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 170px;
}
@media screen and (min-width: 768px) {
  .interview_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 240px;
  }
}
.interview_block ul li {
  width: 100%;
  max-width: 540px;
  margin-bottom: 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .interview_block ul li {
    margin-bottom: 60px;
    width: 49%;
  }
}
.interview_block ul li h2 {
  padding: 35px 25px 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .interview_block ul li h2 {
    padding: 35px 35px 15px 35px;
  }
}
.interview_block ul li p {
  padding: 0 50px 75px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .interview_block ul li p {
    font-size: 1.7rem;
    padding: 0 70px 40px 35px;
  }
}
.interview_block ul li p::after {
  position: absolute;
  content: "";
  right: 20px;
  background: url("../images/interview/arrow.svg") no-repeat;
  width: 13px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .interview_block ul li p::after {
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .interview_block ul li p::after {
    top: 0;
  }
}
.interview_block ul li img {
  width: 100%;
  max-width: 540px;
  height: auto;
}

.text_type01 {
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .text_type01 {
    margin-bottom: 80px;
  }
}

.contetns_block02 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
@media screen and (min-width: 1000px) {
  .contetns_block02 {
    width: 994px;
  }
}
.contetns_block02 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contetns_block02 ul {
    margin-bottom: 50px;
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.contetns_block02 ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contetns_block02 ul li:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .contetns_block02 ul li:first-child {
    display: block;
  }
}
.contetns_block02 ul li:last-child div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.contetns_block02 ul li:last-child div img {
  display: block;
  width: 86px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contetns_block02 ul li:last-child div img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contetns_block02 ul li:last-child div h3 {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .contetns_block02 ul li img {
    width: 217px;
    height: auto;
    margin-right: 50px;
  }
}
.contetns_block02 ul li h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .contetns_block02 ul li h3 {
    font-size: 2rem;
  }
}
.contetns_block02 ul li h3 span {
  font-size: 1.2rem;
  color: #fff;
  margin-right: 1rem;
  position: relative;
  background: #FFCBCB;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -2px;
  font-family: Arial, Helvetica, "sans-serif";
}
@media screen and (min-width: 768px) {
  .contetns_block02 ul li h3 span {
    width: 39px;
    height: 39px;
    border-radius: 39px;
    font-size: 3rem;
    position: absolute;
    left: 0;
    top: -9px;
    margin-right: 2rem;
  }
}

.table_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .table_type01 {
    margin-bottom: 60px;
  }
}
.table_type01 table {
  border-left: solid 1px #222;
  border-top: solid 1px #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.table_type01 table tr {
  border-bottom: solid 1px #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_type01 table th {
  background: #EDF8F6;
  border-right: solid 1px #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  font-size: 1.6rem;
  height: 50px;
  padding: 10px 5px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .table_type01 table th {
    height: 80px;
    padding: 10px;
    width: 58.55%;
  }
}
.table_type01 table th:nth-child(2), .table_type01 table th:nth-child(3) {
  width: 25%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table_type01 table th:nth-child(2), .table_type01 table th:nth-child(3) {
    width: 20.72%;
  }
}
.table_type01 table td {
  border-right: solid 1px #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .table_type01 table td:first-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.table_type01 table td:nth-child(2), .table_type01 table td:nth-child(3) {
  text-align: center;
}

.contetns_block03 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .contetns_block03 {
    width: 994px;
    margin-bottom: 90px;
  }
}
.contetns_block03 div {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  padding: 30px 20px 25px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
.contetns_block03 div p {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contetns_block03 div p {
    margin-bottom: 35px;
  }
}
.contetns_block03 div img {
  width: 100%;
  max-width: 468px;
  height: auto;
}
.contetns_block03 div + p {
  width: 100%;
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
}

.flow_half_block {
  margin-bottom: 130px;
}
@media screen and (min-width: 768px) {
  .flow_half_block {
    margin-bottom: 120px;
  }
}
.flow_half_block ul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .flow_half_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.flow_half_block ul li {
  width: 70%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .flow_half_block ul li {
    width: 375px;
    margin-bottom: 0;
  }
  .flow_half_block ul li:first-child {
    margin-right: 35px;
  }
}
.flow_half_block ul li p {
  text-align: center;
}
.flow_half_block ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* ------------------------------------------------
ギャラリーページ
------------------------------------------------ */
.gallery_block {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .gallery_block {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1120px) {
  .gallery_block {
    width: 1120px;
  }
}
.gallery_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .gallery_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 160px;
  }
}
.gallery_block ul li {
  width: 100%;
  max-width: 370px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .gallery_block ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .gallery_block ul li {
    margin-bottom: 40px;
    width: 31%;
    margin-right: 3.5%;
  }
  .gallery_block ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1120px) {
  .gallery_block ul li {
    margin-bottom: 60px;
    max-width: 350px;
    margin-right: 35px;
  }
  .gallery_block ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.gallery_block ul li img {
  width: 100%;
  height: auto !important;
}

.lb-outerContainer {
  margin: 15% auto 0 !important;
}
@media screen and (min-width: 768px) {
  .lb-outerContainer {
    margin: 8% auto 0 !important;
  }
}

/* ------------------------------------------------
スタイルページ
------------------------------------------------ */
.page_content {
  position: relative;
  overflow-x: hidden;
}

.style_title01 {
  font-size: 3rem;
  margin-bottom: 40px;
  line-height: 3.5rem;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
}
@media screen and (min-width: 768px) {
  .style_title01 {
    font-size: 4.4rem;
    margin-bottom: 25px;
  }
}

.style_title02 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  line-height: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .style_title02 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}

.style_sub_title {
  font-size: 2rem;
  margin-bottom: 25px;
  line-height: 3.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .style_sub_title {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}

.style_block01 {
  margin-top: 60px;
  margin-bottom: 290px;
  background: #fff;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  position: relative;
  padding: 45px 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .style_block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 1000px) {
  .style_block01 {
    padding: 85px 70px 90px;
    margin: 135px auto 200px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .style_block01 {
    position: static;
  }
}
.style_block01::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100px;
  height: 10px;
  left: 0;
  top: 0;
}
@media screen and (min-width: 999px) {
  .style_block01::before {
    width: 140px;
    height: 15px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .style_block01::before {
    display: none;
  }
}
.style_block01 .title_type02 {
  width: 100%;
}
.style_block01 p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  margin-bottom: 220px;
}
@media screen and (min-width: 768px) {
  .style_block01 p {
    font-size: 1.7rem;
    line-height: 4rem;
    max-width: 645px;
    margin-bottom: 0;
  }
}
.style_block01 figure {
  position: absolute;
  right: -15px;
  width: 222px;
  bottom: -140px;
}
@media screen and (min-width: 768px) {
  .style_block01 figure {
    width: 272px;
    bottom: -240px;
  }
}
@media screen and (min-width: 1000px) {
  .style_block01 figure {
    width: 322px;
    top: 90px;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1180px) {
  .style_block01 figure {
    width: 422px;
  }
}
@media screen and (min-width: 1400px) {
  .style_block01 figure {
    right: -145px;
  }
}
.style_block01 figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .style_block01 .style_in {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1179px) {
  .style_block01 .style_in {
    width: 65%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .style_block01 .style_in {
    position: relative;
  }
  .style_block01 .style_in::before {
    content: "";
    position: absolute;
    background: #000;
    width: 140px;
    height: 15px;
    left: -70px;
    top: -85px;
  }
}
@media screen and (min-width: 1180px) {
  .style_block01 .style_in {
    margin-bottom: 0;
  }
}

.style_block02 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .style_block02 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1120px) {
  .style_block02 {
    width: 1120px;
  }
}
.style_block02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .style_block02 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 125px;
  }
}
.style_block02 ul li {
  width: 100%;
  max-width: 480px;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .style_block02 ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .style_block02 ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .style_block02 ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1120px) {
  .style_block02 ul li {
    max-width: 350px;
    margin-right: 35px;
  }
  .style_block02 ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.style_block02 ul li img {
  width: 100%;
  height: auto !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .style_block02 ul li img {
    margin-bottom: 25px;
  }
}
.style_block02 ul li h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .style_block02 ul li h4 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.style_block02 ul li p {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  .style_block02 ul li p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.style_block02 ul li span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 2.3rem;
  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;
}
@media screen and (min-width: 768px) {
  .style_block02 ul li span {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.style_block03 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  border: solid 1px #000;
  position: relative;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 25px;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .style_block03 {
    margin-bottom: 300px;
    padding: 75px 65px;
  }
}
.style_block03::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  background: url("../images/style/mark.svg") no-repeat;
  width: 43px;
  height: 43px;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .style_block03::before {
    width: 78px;
    height: 78px;
    left: 75px;
  }
}
.style_block03 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .style_block03 div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.style_block03 div ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .style_block03 div ul {
    width: 48%;
    max-width: 475px;
  }
}
.style_block03 div ul li {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .style_block03 div ul li {
    font-size: 2rem;
    padding: 25px 0;
  }
  .style_block03 div ul li:last-of-type {
    border-bottom: none;
  }
}
.style_block03 div ul li span {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .style_block03 div ul li span {
    padding-right: 30px;
    padding-left: 25px;
  }
}

.style_title03 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 4rem;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .style_title03 {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}

/* ------------------------------------------------
会社概要ページ
------------------------------------------------ */
.company_block01 {
  margin-top: 60px;
  margin-bottom: 290px;
  background: #fff;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  position: relative;
  padding: 45px 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .company_block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 768px) {
  .company_block01 {
    padding: 85px 70px 90px;
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .company_block01 {
    margin: 135px auto 200px;
  }
}
.company_block01::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100px;
  height: 10px;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .company_block01::before {
    width: 140px;
    height: 15px;
  }
}
.company_block01 .title_type02 {
  width: 100%;
}
.company_block01 p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  margin-bottom: 220px;
}
@media screen and (min-width: 768px) {
  .company_block01 p {
    font-size: 1.7rem;
    line-height: 4rem;
    max-width: 645px;
    margin-bottom: 0;
  }
}
.company_block01 .company_img {
  position: absolute;
  right: -15px;
  width: 217px;
  bottom: -130px;
}
@media screen and (min-width: 768px) {
  .company_block01 .company_img {
    bottom: -40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .company_block01 .company_img {
    right: -15px;
    width: 303px;
  }
}
@media screen and (min-width: 1400px) {
  .company_block01 .company_img {
    width: 373px;
    right: -40px;
  }
}
.company_block01 .company_img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .company_block01 .style_in {
    width: 65%;
  }
}

.company_block02 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  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;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .company_block02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 70px 0;
  }
}
.company_block02 figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company_block02 figure {
    width: 50%;
  }
}
.company_block02 figure img {
  width: 100%;
  height: auto;
}

.ggmap {
  position: relative;
  height: 500px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .ggmap {
    height: 500px;
    margin-bottom: 200px;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company_block03 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.company_block03 dl {
  max-width: 887px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #C1C1C1;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
.company_block03 dl:last-of-type {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .company_block03 dl:last-of-type {
    margin-bottom: 113px;
  }
}
@media screen and (min-width: 768px) {
  .company_block03 dl {
    padding: 30px 0;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.company_block03 dl dt {
  width: 32%;
  padding: 0 15px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .company_block03 dl dt {
    width: 250px;
    text-align: center;
  }
}
.company_block03 dl dd {
  width: calc(100% - 32%);
}
@media screen and (min-width: 768px) {
  .company_block03 dl dd {
    width: calc(100% - 250px);
    text-align: left;
  }
}

.history_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  max-width: 1400px;
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) {
  .history_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 100%;
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 768px) {
  .history_block .history_left {
    width: 35%;
    margin-right: 75px;
  }
}
.history_block .history_left img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .history_block .history_left img {
    margin-bottom: 40px;
  }
}
.history_block .history_right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.history_block .history_right::before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 5px;
  height: calc(100% - 40px);
  background: #000;
}
@media screen and (min-width: 768px) {
  .history_block .history_right::before {
    width: 6px;
  }
}
@media screen and (min-width: 768px) {
  .history_block .history_right {
    width: 65%;
  }
}
.history_block .history_right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 22px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 1120px) {
  .history_block .history_right dl {
    margin-bottom: 65px;
    padding-left: 85px;
  }
}
.history_block .history_right dl::before {
  content: "";
  border-radius: 18px;
  width: 18px;
  height: 18px;
  background: #000;
  position: absolute;
  left: -7px;
  top: 5px;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .history_block .history_right dl::before {
    border-radius: 20px;
    width: 20px;
    height: 20px;
  }
}
.history_block .history_right dl:first-of-type::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #f9f9f9;
  left: -10px;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .history_block .history_right dl:first-of-type::after {
    top: -5px;
  }
}
.history_block .history_right dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media screen and (min-width: 1120px) {
  .history_block .history_right dl dt {
    margin-right: 60px;
  }
}
.history_block .history_right dl dt small {
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .history_block .history_right dl dt small {
    font-size: 1.5rem;
  }
}
.history_block .history_right dl dt p {
  font-family: "Antonio", sans-serif;
  font-size: 3rem;
  margin-right: 17px;
}
@media screen and (min-width: 1120px) {
  .history_block .history_right dl dt p {
    font-size: 3.5rem;
    margin-right: 20px;
  }
}
.history_block .history_right dl dd {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .history_block .history_right dl dd {
    font-size: 1.6rem;
  }
}

.staff_block01 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  .staff_block01 {
    margin-bottom: 75px;
  }
}
.staff_block01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .staff_block01 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.staff_block01 ul li {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .staff_block01 ul li {
    width: 30%;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1120px) {
  .staff_block01 ul li {
    width: 350px;
  }
}
.staff_block01 ul li figure {
  position: relative;
  text-align: center;
  display: block;
}
.staff_block01 ul li figcaption {
  position: absolute;
  display: block;
  left: 0;
  bottom: 40px;
  background: #fff;
  width: 124px;
  height: 48px;
  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;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .staff_block01 ul li figcaption {
    font-size: 1.6rem;
  }
}
.staff_block01 ul li img {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 350px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .staff_block01 ul li img {
    width: 100%;
  }
}
.staff_block01 ul li .staff_name {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.staff_block01 ul li .staff_name p:first-of-type {
  font-weight: 500;
  margin-bottom: 10px;
}
.staff_block01 ul li .staff_name p:last-of-type {
  font-family: "Antonio", sans-serif;
}

.staff_block02 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  margin-bottom: 210px;
}
@media screen and (min-width: 768px) {
  .staff_block02 {
    margin-bottom: 300px;
  }
}
.staff_block02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .staff_block02 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.staff_block02 ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff_block02 ul li {
    width: 48.5%;
  }
}
@media screen and (min-width: 1120px) {
  .staff_block02 ul li {
    width: 540px;
  }
}
.staff_block02 ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .staff_block02 ul li img {
    margin-bottom: 25px;
  }
}
.staff_block02 ul li h4 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 20px;
}

/* ------------------------------------------------
資料請求ページ
------------------------------------------------ */
.page_request_block {
  background: #FDEFEF;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
  padding: 55px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px auto 80px;
}
@media screen and (min-width: 768px) {
  .page_request_block {
    padding: 60px 25px;
    margin: 130px auto 70px;
  }
}
@media screen and (min-width: 1080px) {
  .page_request_block {
    padding: 80px 65px;
  }
}
.page_request_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 880px) {
  .page_request_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.page_request_block ul li {
  width: 100%;
  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;
  max-width: 476px;
  margin-bottom: 45px;
}
@media screen and (min-width: 880px) {
  .page_request_block ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1120px) {
  .page_request_block ul li {
    width: 476px;
  }
}
.page_request_block ul li img {
  border-radius: 220px;
  width: 178px;
  height: auto;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .page_request_block ul li img {
    width: 220px;
  }
}
.page_request_block ul li div {
  max-width: 225px;
}
.page_request_block ul li div h3 {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .page_request_block ul li div h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.page_request_block .page_request_title {
  text-align: center;
}
.page_request_block .page_request_title h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  line-height: 3rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .page_request_block .page_request_title h2 {
    margin-bottom: 75px;
    padding: 0;
  }
}
.page_request_block .page_request_title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/request/line.svg") no-repeat;
  background-size: contain;
  width: 21px;
  height: 59px;
}
@media screen and (min-width: 768px) {
  .page_request_block .page_request_title h2::before {
    left: -50px;
    width: 25px;
    height: 63px;
    top: -15px;
  }
}
.page_request_block .page_request_title h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  background: url("../images/request/line.svg") no-repeat;
  background-size: contain;
  width: 21px;
  height: 59px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .page_request_block .page_request_title h2::after {
    right: -50px;
    top: -15px;
    width: 25px;
    height: 63px;
  }
}

/* ------------------------------------------------
LOS ANGELESページ
------------------------------------------------ */
.design_img {
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .design_img {
    margin-bottom: 200px;
  }
}
.design_img img {
  width: 100%;
  height: auto;
}

.design_img02 {
  width: 100%;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .design_img02 {
    margin-bottom: 300px;
  }
}
.design_img02 img {
  width: 100%;
  height: auto;
}

.spec_link {
  background: #F2F2F2;
  width: 100%;
  padding: 55px 0 65px;
}
@media screen and (min-width: 880px) {
  .spec_link {
    padding: 60px 0;
  }
}
.spec_link ul {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
@media screen and (min-width: 880px) {
  .spec_link ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.spec_link ul li {
  width: 100%;
  max-width: 350px;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 880px) {
  .spec_link ul li {
    width: 32%;
    margin-bottom: 0;
  }
}
.spec_link ul li:hover {
  opacity: 0.85;
}
.spec_link ul li a {
  border: solid 2px #000;
  padding: 20px;
  position: relative;
  width: 100%;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
}
.spec_link ul li a::after {
  position: absolute;
  right: 25px;
  bottom: 20px;
  content: "";
  background: url("../images/losangels/arrow.svg") no-repeat;
  width: 13px;
  height: 23px;
  background-size: contain;
}
.spec_link ul li h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  line-height: 1.2;
  font-family: "Antonio", sans-serif;
}
@media screen and (min-width: 880px) {
  .spec_link ul li h3 {
    font-size: 3.5rem;
  }
}
.spec_link ul li .number {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Antonio", sans-serif;
  margin-right: 20px;
  position: relative;
}
.spec_link ul li p {
  font-size: 1.6rem;
  font-weight: 700;
}
.spec_link ul .pink a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: #FFCBCB transparent transparent transparent;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.spec_link ul .yellow a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: #F9F4B0 transparent transparent transparent;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.spec_link ul .green a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: #BEE5DA transparent transparent transparent;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.spec_link ul .gray::after {
  content: "CONTACT";
  font-family: "Antonio", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  right: 50px;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .spec_link ul .gray::after {
    font-size: 1.8rem;
  }
}
.spec_link ul .gray a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: #F2F2F2 transparent transparent transparent;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.spec_table {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  max-width: 1110px;
  margin-bottom: 200px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 542px) {
  .spec_table {
    overflow-x: scroll;
    padding-bottom: 40px;
    margin-bottom: 150px;
  }
}
.spec_table table {
  width: 100%;
}
@media screen and (min-width: 1110px) {
  .spec_table table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 542px) {
  .spec_table table {
    width: 542px;
  }
}
.spec_table table tr {
  background: #fff;
}
.spec_table table tr:nth-child(even) {
  background: #F3F3F3;
}
.spec_table table th {
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 225px;
  font-family: "Antonio", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  background: #F2F2F2;
  border-bottom: solid 36px #f9f9f9;
}
@media screen and (min-width: 768px) {
  .spec_table table th {
    font-size: 2.3rem;
    padding: 10px 20px;
  }
}
.spec_table table th:first-of-type {
  background: #f9f9f9;
}
@media screen and (min-width: 1110px) {
  .spec_table table th:first-of-type {
    width: calc(100% - 675px);
  }
}
.spec_table table td {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 225px;
  border-right: solid 1px #000;
  font-size: 1.5rem;
}
@media screen and (min-width: 542px) {
  .spec_table table td {
    font-size: 2rem;
  }
}
.spec_table table td:first-of-type {
  width: 40%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 1110px) {
  .spec_table table td:first-of-type {
    width: calc(100% - 675px);
    font-size: 1.6rem;
  }
}
.spec_table table .pink {
  background: #FFCBCB !important;
}
.spec_table table .yellow {
  background: #F9F4B0 !important;
}
.spec_table table .green {
  background: #BEE5DA !important;
}

.style_page_title {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 3.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .style_page_title {
    font-size: 2.7rem;
    line-height: 4rem;
    margin-bottom: 40px;
  }
}
.style_page_title + p {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .style_page_title + p {
    margin-bottom: 45px;
  }
}

.style_page_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  width: 100%;
  margin-bottom: 150px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .style_page_wrap {
    background: #FFCBCB;
  }
}
@media screen and (min-width: 768px) {
  .style_page_wrap {
    margin-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.style_illust {
  background: #FFCBCB;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .style_illust {
    padding: 120px 0 0;
    width: calc(100% - 56.85%);
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .style_illust {
    width: calc(100% - 796px);
  }
}
.style_illust figure {
  position: relative;
  bottom: -50px;
  margin: 0 auto;
  max-width: 504px;
}
@media screen and (min-width: 768px) {
  .style_illust figure {
    bottom: -30px;
  }
}
.style_illust figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .style_page_wrap.yellow {
    background: #F9F4B0;
  }
}
.style_page_wrap.yellow .style_illust {
  background: #F9F4B0;
}
@media screen and (max-width: 767px) {
  .style_page_wrap.yellow .style_illust figure {
    bottom: 10px;
    z-index: 5;
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .style_page_wrap.green {
    background: #BEE5DA;
    margin-bottom: 150px;
  }
}
.style_page_wrap.green .style_illust {
  background: #BEE5DA;
  position: relative;
}
@media screen and (max-width: 767px) {
  .style_page_wrap.green .style_illust::after {
    width: 100%;
    height: 50px;
    bottom: 0;
    position: absolute;
    z-index: 2;
    content: "";
    background: #f9f9f9;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .style_page_wrap.green .style_illust {
    padding: 80px 0 0;
  }
  .style_page_wrap.green .style_illust figure {
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .style_page_wrap.green .style_illust figure {
    bottom: 10px;
    z-index: 5;
    left: -40px;
  }
}

.style_page_block {
  background: #fff;
  position: relative;
  padding: 45px 25px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .style_page_block {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .style_page_block {
    padding: 85px 70px 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 56.85%;
    position: relative;
    top: -50px;
  }
}
@media screen and (min-width: 1400px) {
  .style_page_block {
    width: 796px;
  }
}
.style_page_block::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100px;
  height: 10px;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .style_page_block::before {
    width: 140px;
    height: 15px;
  }
}
.style_page_block .title_type02 {
  width: 100%;
}
.style_page_block .page_price {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .style_page_block .page_price {
    font-size: 1.7rem;
    line-height: 3rem;
  }
}
.style_page_block .page_price .price_in {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: solid 1px #000;
  padding: 0 15px 20px;
  margin-bottom: 10px;
}
.style_page_block .page_price .price_in p {
  position: relative;
  top: 12px;
  font-weight: 500;
}
.style_page_block .page_price .price_in p:last-of-type {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .style_page_block .page_price .price_in p:last-of-type {
    font-size: 1.9rem;
  }
}
.style_page_block .page_price .price_in b {
  font-family: "Antonio", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .style_page_block .page_price .price_in b {
    font-size: 4.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .style_page_block .style_in {
    width: 65%;
  }
}

.slide_text {
  width: calc(100% - 30px);
  background: #fff;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -35px;
}
@media screen and (min-width: 768px) {
  .slide_text {
    position: absolute;
    left: 0;
    bottom: 0;
    top: initial;
    width: 375px;
  }
}
.slide_text h2 {
  font-weight: 700;
  font-size: 3rem;
  font-family: "Antonio", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .slide_text h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

/* header.scss */
.header {
  position: fixed;
  background: #000;
  z-index: 1199;
  top: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}
@media screen and (min-width: 1140px) {
  .header {
    padding: 0 40px;
  }
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 50px);
}
.header .logo p {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header .logo p {
    font-size: 1.3rem;
  }
}
.header .logo img {
  width: 102px;
  height: auto;
  margin-right: 12px;
  top: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header .logo img {
    width: 164px;
  }
}
.header .logo figure:hover {
  opacity: 0.85;
}
.header .header_right {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 768px) {
  .header .header_right {
    padding-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .header .header_right {
    padding-right: 40px;
  }
}
.header .header_right .h_tel {
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .header .header_right .h_tel {
    margin-right: 32px;
  }
}
.header .header_right .h_tel a {
  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;
  font-family: "Antonio", sans-serif;
  color: #fff;
  font-size: 2.7rem;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header_right .h_tel a:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header_right .h_tel a img {
  position: relative;
  top: 2px;
}
.header .header_right .h_contact {
  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;
}
.header .header_right .h_contact li {
  margin-right: 10px;
}
.header .header_right .h_contact li a {
  background: #fff;
  color: #000;
  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;
  width: 120px;
  height: 34px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header_right .h_contact li a:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header_right .h_contact li a img {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 1079px) {
  /* スマホ */
  .sub_title {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .sub_title p {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
/* End MQ */
@media screen and (min-width: 1080px) {
  /* Tablet, PC */
  .sub_title {
    display: none;
  }
}
/* End MQ */
/* gnav.scss */
.nav_menu {
  display: none;
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  color: #000;
  background: #FFCBCB;
  text-align: center;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .nav_menu {
    padding: 140px 0 160px;
  }
}
.nav_menu .nav_menu_inner {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .nav_menu .nav_menu_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.nav_menu .menu_logo {
  width: 220px;
  margin-bottom: 30px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_logo {
    width: 360px;
    padding-left: 0;
    margin-bottom: 105px;
  }
}
.nav_menu .menu_logo img {
  width: 100%;
  height: auto;
}
.nav_menu .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.nav_menu .menu_list li {
  width: 50%;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_list li {
    margin-bottom: 20px;
  }
}
.nav_menu .menu_list li a {
  font-size: 3rem;
  line-height: 3.9rem;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_list li a {
    font-size: 3.5rem;
    line-height: 4.5rem;
    padding-left: 30px;
  }
}
.nav_menu .menu_tel {
  border-left: solid 7px #000;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav_menu .menu_tel {
    width: 100%;
    text-align: left;
  }
  .nav_menu .menu_tel::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/common/menu_arrow.svg") no-repeat;
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_tel {
    width: 275px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 70px;
  }
}
.nav_menu .menu_tel a {
  font-family: "Antonio", sans-serif;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_tel a {
    font-size: 3.8rem;
  }
}
.nav_menu .menu_tel a img {
  width: auto;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_tel a img {
    height: 36px;
  }
}
.nav_menu .menu_tel div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_tel div {
    padding-left: 0;
    padding-right: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nav_menu .menu_tel div p:first-of-type {
  font-family: "Antonio", sans-serif;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_tel div p:first-of-type {
    font-size: 2rem;
  }
}
.nav_menu .menu_tel div p:last-of-type {
  margin-left: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_tel div p:last-of-type {
    font-size: 1.5rem;
  }
}
.nav_menu .nav_address {
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 500;
  text-align: left;
  width: 100%;
}
.nav_menu .menu_contact {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_contact {
    width: 275px;
  }
}
.nav_menu .menu_contact li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .nav_menu .menu_contact li:last-of-type {
    margin-bottom: 0;
  }
}
.nav_menu .menu_contact li a {
  border: solid 2px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
.nav_menu .menu_contact li a img {
  width: 26px;
  height: auto;
  margin-right: 30px;
  position: relative;
  top: 3px;
}
.nav_menu .menu_contact li a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/common/menu_arrow.svg") no-repeat;
  width: 9px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .nav_menu .nav_left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .nav_menu .nav_left .nav_address {
    display: none;
  }
}
.nav_menu .nav_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav_menu .nav_right {
    width: 50%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 165px;
  }
}
.nav_menu .nav_right .nav_address {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav_menu .nav_right .nav_address {
    display: block;
  }
}

.nav_menu.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.toggle {
  display: block;
  position: fixed;
  right: 20px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1300;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .toggle {
    right: 20px;
    top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .toggle {
    right: 40px;
    top: 20px;
  }
}

.toggle span {
  border-radius: 3px;
  display: block;
  position: absolute;
  width: 24px;
  border-bottom: solid 3px #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 9px;
}

.toggle span:nth-child(1) {
  top: 9px;
}

.toggle span:nth-child(2) {
  top: 18px;
  width: 15px;
}

.toggle span:nth-child(3) {
  top: 27px;
}

/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 18px;
  left: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #000;
}

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #000;
}

.toggle.active span:nth-child(2) {
  opacity: 0;
}

/* footer.scss */
.footer {
  width: 100%;
  background: #000;
  padding: 26px 15px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 50px 15px 45px;
  }
}
.footer .footer_inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 1120px) {
  .footer .footer_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 20px;
  }
}
.footer .footer_inner .footer_right {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .footer .footer_inner .footer_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1120px) {
  .footer .footer_inner .footer_right {
    width: 50%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 80px 0 145px;
  }
}
.footer .footer_inner .footer_right img {
  width: 170px;
  height: auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .footer .footer_inner .footer_right img {
    width: auto;
  }
}
.footer .footer_inner .footer_right img:hover {
  opacity: 0.85;
}
.footer .footer_inner .footer_right p {
  margin-top: 25px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
.footer .footer_inner .footer_right dl {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .footer .footer_inner .footer_right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer_inner .footer_right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .footer_inner .footer_right dl dt {
  width: 60px;
}
.footer .footer_inner .footer_left {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .footer .footer_inner .footer_left {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
}
@media screen and (min-width: 1120px) {
  .footer .footer_inner .footer_left {
    width: 50%;
    display: block;
  }
}
.footer .footer_inner .footer_left nav {
  border-left: solid 7px #fff;
  padding-left: 57px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}
.footer .footer_inner .footer_left nav ul {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -2px;
}
.footer .footer_inner .footer_left nav ul li {
  line-height: 1;
  width: 85px;
}
.footer .footer_inner .footer_left nav ul li:nth-child(4) {
  margin-left: 30px;
}
.footer .footer_inner .footer_left nav ul li a {
  color: #fff;
  line-height: 1;
  font-family: "Antonio", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.footer .footer_inner .footer_left nav ul li a:hover {
  opacity: 0.85;
}
.footer .footer_inner .footer_left nav ul + ul {
  margin-bottom: 0;
}
.footer .footer_inner .footer_left .f_bottom {
  margin-bottom: 65px;
}
.footer .footer_inner .footer_left .f_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .footer .footer_inner .footer_left .f_bottom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer_inner .footer_left .f_bottom ul li:nth-child(-n+3) {
  margin-right: 15px;
}
.footer .footer_inner .footer_left .f_bottom ul li:nth-child(-n+3) a {
  background: #fff;
  position: relative;
  color: #000;
  width: 175px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .footer_inner .footer_left .f_bottom ul li:nth-child(-n+3) a:hover {
  opacity: 0.85;
}
.footer .footer_inner .footer_left .f_bottom ul li:nth-child(-n+3) a::after {
  position: absolute;
  content: "";
  background: url("../images/common/f_arrow.svg") no-repeat;
  width: 6px;
  height: 11px;
  background-size: contain;
  top: 2px;
  bottom: 0;
  right: 25px;
  margin: auto;
}
.footer .address {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 1120px) {
  .footer .address {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
  }
}
.footer .address a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}