@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/*1300以下*/
@media screen and (min-width: 1199px) {
  .pc_l {
    display: none !important;
  }
}

/* 1200以上 */
@media screen and (max-width: 1200px) {
  .pc_1200 {
    display: none !important;
  }
}

/* PCのみ */
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}

/* タブレット・SP */
@media screen and (min-width: 1024px) {
  .tbsp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1024px) {
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
    color: inherit;
  }
}

/* flex-wrap: wrap; */
/*左右中央*/
/*上下中央*/
/*align-items: flex-start;*/
/*縦並び*/
/*flex-direction: column-reverse;*/
/*左寄せ*/
/*右寄せ*/
/* justify-content: space-between; */
/* justify-content: space-around; */
/* justify-content: center; */
/* align-self: flex-end; */
/* align-self: center; */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

.sec-wrap {
  opacity: 0;
}

.sec-wrap {
  -webkit-animation: sec-wrap 0.5s ease 0.5s 1 forwards;
  animation: sec-wrap 0.5s ease 0.5s 1 forwards;
}

@-webkit-keyframes sec-wrap {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes sec-wrap {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #0070ba;
}

/** Form */
button, input, select, textarea {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

/** Selection */
::-moz-selection,
::selection {
  background-color: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* Change as appropriate */
  text-shadow: none;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}

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

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージン*/
.mt00 {
  margin-top: 0px !important;
}

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

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

.mt12 {
  margin-top: 12px !important;
}

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

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

.mt25 {
  margin-top: 25px !important;
}

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

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

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

.mt45 {
  margin-top: 45px !important;
}

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

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

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

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

.mb08 {
  margin-bottom: 8px !important;
}

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

.mb12 {
  margin-bottom: 12px !important;
}

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

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

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

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

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

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

.pt05 {
  padding-top: 5px !important;
}

.pt06 {
  padding-top: 6px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

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

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
    .header {
        position: relative !important; //ヘッダー固定fixedを解除
    }
    .header .header-inner {
        width: 100% !important; //サイト幅を解除
    }
    .page-title {
        margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
        width: 100% !important; //サイト幅を解除
    }
    .breadcrumbs-list {
        width: 100% !important; //サイト幅を解除
    }
    .global-nav {
        width: 100%; //サイト幅を解除
    }
    ------- ↑その他参考　---------*/
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

/*--------------------------------------------------------
body設定
----------------------------------------------------------*/
html {
  background: #ffffff;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP',-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  color: #3B2213;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

/*----------------------------------------------
	button
---------------------------------------------*/
button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

/*----------------------------------------------
	*
---------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  transition: .3s;
  z-index: 111;
}

@media screen and (max-width: 1023px) {
  .header {
    height: 80px;
  }
}

@media screen and (max-width: 599px) {
  .header {
    height: 70px;
    background-color: #000;
  }
}

@media screen and (min-width: 1024px) {
  .transform {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
    z-index: 100;
    transition: 0.4s;
  }
}

@media screen and (max-width: 1023px) {
  .transform {
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
  }
}

.header-logo {
  width: 318px;
  margin-right: 20px;
  padding: 26px 0 0 18px;
  float: left;
  transition: 0.4s;
}

@media screen and (max-width: 1023px) {
  .header-logo {
    width: 115px;
    margin-right: 15px;
    padding: 9px 0 0 15px;
  }
}

@media screen and (max-width: 599px) {
  .header-logo {
    width: 95px;
    margin-right: 10px;
    padding: 10px 0 0 10px;
  }
}

.header-logo__img {
  max-width: 300px;
}

@media screen and (max-width: 1023px) {
  .header-logo__img {
    max-width: 95px;
  }
}

@media screen and (max-width: 599px) {
  .header-logo__img {
    max-width: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .transform .header-logo {
    padding-top: 22px;
  }
}

.header-tagline {
  margin-top: 20px;
  float: left;
  color: #fff;
  line-height: 1.4;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 1.4rem;
  transition: 0.4s;
  letter-spacing: -0.05em;
}

.header-tagline span {
  font-size: 2.3rem;
}

@media screen and (max-width: 1023px) {
  .header-tagline span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .header-tagline {
    margin-top: 14px;
    line-height: 1.4;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1024px) {
  .transform .header-tagline {
    margin-top: 15px;
  }
}

.header-conversion {
  float: right;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-conversion__tel-link {
  margin-top: 18px;
  padding-left: 26px;
  font-family: "Quicksand", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  background-image: url(../img/common/icon_tel.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 0 8px;
  color: #fff !important;
  display: block;
  transition: 0.4s;
}

@media screen and (max-width: 1023px) {
  .header-conversion__tel-link {
    margin-top: 13px;
    padding-left: 22px;
    font-size: 2.3rem;
    background-size: 17px auto;
    background-position: 0 6px;
    text-decoration: underline;
  }
}

@media screen and (max-width: 599px) {
  .header-conversion__tel-link {
    font-size: 2.0rem;
    padding-left: 21px;
    background-size: 14px auto;
  }
}

@media screen and (max-width: 320px) {
  .header-conversion__tel-link {
    font-size: 1.8rem;
    background-position: 0 5px;
  }
}

.header-conversion__time {
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .header-conversion__time {
    font-size: 1.1rem;
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 599px) {
  .header-conversion__time {
    font-size: 1.0rem;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 320px) {
  .header-conversion__time {
    letter-spacing: -0.1em;
  }
}

.header-conversion__link {
  margin-left: 28px;
  padding: 58px 25px 0;
  height: 100px;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #B60A0A;
  background-image: url(../img/common/icon_mail.svg);
  background-size: 39px auto;
  background-repeat: no-repeat;
  background-position: center 22px;
  transition: 0.4s;
}

@media screen and (min-width: 1024px) {
  .header-conversion__link:hover {
    background-color: #a00606;
  }
}

@media screen and (max-width: 1023px) {
  .header-conversion__link {
    margin-left: 10px;
    background-size: 33px auto;
    background-position: center 17px;
    padding: 46px 12px 0;
    height: 80px;
  }
}

@media screen and (max-width: 599px) {
  .header-conversion__link {
    height: 70px;
    padding: 42px 6px 0;
    background-position: center 14px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .header-conversion__link {
    font-size: 1.0rem;
    padding: 42px 3px 0;
  }
}

@media screen and (min-width: 1024px) {
  .transform .header-conversion__tel-link {
    margin-top: 13px;
  }
  .transform .header-conversion__link {
    height: 90px;
    padding: 52px 25px 0;
    background-position: center 18px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .slick-prev,
  .slick-next {
    top: 40%;
  }
}

@media screen and (max-width: 599px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  z-index: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
  width: 70px;
  height: 70px;
  background-image: url(../img/common/icon_prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media screen and (max-width: 599px) {
  .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}

[dir='rtl'] .slick-prev:before {
  content: '';
  width: 70px;
  height: 70px;
  background-image: url(../img/common/icon_next.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media screen and (max-width: 599px) {
  [dir='rtl'] .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
  width: 70px;
  height: 70px;
  background-image: url(../img/common/icon_next.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media screen and (max-width: 599px) {
  .slick-next:before {
    width: 30px;
    height: 30px;
  }
}

[dir='rtl'] .slick-next:before {
  content: '';
  width: 70px;
  height: 70px;
  background-image: url(../img/common/icon_prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media screen and (max-width: 599px) {
  [dir='rtl'] .slick-next:before {
    width: 30px;
    height: 30px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding-bottom: 30px;
  cursor: pointer;
}

/*.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}*/

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  #page_top:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}

@media screen and (max-width: 599px) {
  #page_top {
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
  }
}

.footer-address {
  padding: 60px 0;
  background-color: #f3f3f3;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .footer-address {
    padding: 40px 0;
  }
}

.footer-address__logo {
  max-width: 160px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 1023px) {
  .footer-address__logo {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 599px) {
  .footer-address__logo {
    max-width: 140px;
  }
}

.footer-address__address-box {
  max-width: 400px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .footer-address__address-box {
    padding-top: 15px;
  }
}

@media screen and (max-width: 599px) {
  .footer-address__address-box {
    display: block;
    max-width: 200px;
  }
}

.footer-address__text {
  margin-bottom: 15px;
}

.footer-address__address {
  width: 51%;
  margin-right: 3%;
  margin-bottom: 15px;
  line-height: 1;
  font-style: normal;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .footer-address__address {
    width: 100%;
  }
}

.footer-address__address a {
  padding-left: 26px;
  font-family: "Quicksand", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  background-image: url(../img/common/icon_tel_black.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 0 8px;
  display: block;
  transition: 0.4s;
}

@media screen and (max-width: 1023px) {
  .footer-address__address a {
    text-decoration: underline;
  }
}

.footer-address__time {
  font-size: 1.3rem;
}

.footer-address__contact {
  width: 46%;
}

@media screen and (max-width: 599px) {
  .footer-address__contact {
    width: 100%;
  }
}

.footer-address__contact a {
  width: 100%;
  height: 50px;
  margin-top: 8px;
  padding: 12px 0 0 30px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  display: block;
  background-color: #b60a0a;
  background-image: url(../img/common/icon_mail.svg);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 18px 17px;
  transition: 0.4s;
}

@media screen and (min-width: 1024px) {
  .footer-address__contact a:hover {
    background-color: #a00606;
  }
}

.footer-copy {
  padding: 16px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
}

/*--------------------------------------------------------
top
----------------------------------------------------------*/


@media screen and (max-width: 599px) {
  .top-main {
    padding-top: 70px;
  }
}


/*機能性*/
.top-functional {
  height: 1400px;
	background-image:url(../img/top/bg_function.jpg) ;
  text-align: center;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .top-functional {
    height: 1250px;

  }
}

@media screen and (max-width: 599px) {
  .top-functional {
    height: 970px;

  }
}

.onlinecorses {
  text-align: center;
  margin: 50px auto 0px;
  padding: 0px 20px;
}


.top-functional_bg {
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .top-functional_bg {
    height: 100%;

  }
}

@media screen and (max-width: 599px) {
  .top-functional_bg {
    height: 100%;

  }
}

.top-functional__title {
  position: relative;
  margin-bottom: 40px;
  padding-top: 100px;
  font-size: 5.0rem;
  font-family:"Noto Sans JP","Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 350;
  letter-spacing: 0.05em;
  color: #3B2213;
  line-height: 1.3;
  background-size: 64.5px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 1023px) {
  .top-functional__title {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 599px) {
  .top-functional__title {
    font-size: 2.5rem;
    background-size: 50px auto;
  }
}

.top-functional__title span {
  margin-top: 5px;
  font-size: 1.3rem;
  display: block;
  letter-spacing: 0;
  font-style: normal;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}

.top-functional-slider {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}

.slider {
  margin: 0 120px; /*左右幅*/
  border:solid 10px #ffffff;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
  user-select: auto;
}

@media screen and (max-width: 1023px) {
  .slider {
    margin: 0 50px;
  }
}

@media screen and (max-width: 599px) {
  .slider {
    margin: 0 20px;
  }
}

.slick-list {
  background-color: #de6a54;
}

/*スライダー共通*/
.slider-item:before, .slider-item:after {
  content: "";
  display: table;
}

.slider-item:after {
  clear: both;
}

.slider-item__video-img {
  width: 100%;
  height: 470px;
  position: relative;
  background: #eeeeee;
}

@media screen and (max-width: 1024px) {
  .slider-item__video-img {
    position: relative;
    height: 0;
    padding: 0 0 53%;
    overflow: hidden;
    float: none;
  }
}

.slider-item__video-img--iframe iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .slider-item__video-img--iframe {
    background-color: #fff;
  }
  .slider-item__video-img--iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.slider-item__video-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;';
  font-family: 'object-position: center;';
  cursor: pointer;
}

.slider-item__video-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;';
  font-family: 'object-position: center;';
}

.slider-item__box {
  width: 100%;
  height: 270px;
  padding: 55px 45px;
  float: right; /*これないとテキストボックスずれる*/
  background-color: #de6a54;
  background-repeat: repeat-x;
  box-sizing: border-box;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .slider-item__box {
    width: 100%;
    padding: 30px;
    height: auto;
    background-size: 1px 200px;
  }
}

@media screen and (max-width: 599px) {
  .slider-item__box {
    padding: 20px;
  }
}

.slider-item__box .title {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #de6a54;
  padding-bottom: 20px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .slider-item__box .title {
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .slider-item__box .title {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.slider-item__box .text {
  font-size: 1.4rem;
  color: #fff;
  background-color: #de6a54;
  text-align: justify;
  font-weight: 300;
  line-height: 1.7;
}

@media screen and (max-width: 599px) {
  .slider-item__box .text {
    line-height: 1.5;
  }
}

.slider-item__box .link {
  margin-top: 20px;
  text-align: right;
}

.slider-item__box .link a {
  padding: 4px 25px 5px;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  display: inline-block;
}

.slider-item__box .link a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.slick-list {
  padding: 0 !important;
}

.slider-nav {
  overflow: hidden;
  position: relative;
}

.slider-nav::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.slider-nav .slick-slide {
  margin-left: 1px !important;
}

.slider-nav .slider-nav-item {
  cursor: pointer;
}

.slider-nav .slick-current {
  position: relative;
}

.slider-nav .slick-current::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #214986;
  z-index: 1;
}

.slider-nav .slider-nav-item img {
  width: 100% !important;
}

.slick-next {
  margin-top: 50px;
  right: -35px;
  box-shadow: 0px 0px 40px 6px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .slick-next {
    right: -10px;
  }
}

.slick-prev {
  margin-top: 50px;
  left: -35px;
  border-radius: 50%;
  box-shadow: 0px 0px 40px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 599px) {
  .slick-prev {
    left: -10px;
  }
}

/*ライブアップデート*/

/*オプション*/
.top-liveupdate {
  background-color: #F3F3F3;
   background-blend-mode: screen;
   padding-top: 20px;
   padding-bottom: 100px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  @media screen and (max-width: 1023px) {
    .top-liveupdate {
      padding-top: 40px;
      padding-bottom: 80px;
    }
  }
  
  @media screen and (max-width: 599px) {
    .top-liveupdate {
      padding-top: 20px;
      padding-bottom: 60px;
    }
  }
  
  .top-liveupdate__title {
    position: relative;
    margin: 0 auto 40px;
    padding-top: 66px;
    font-size: 3.0rem;
    font-family: "Noto Sans JP","Noto Sans","Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    font-weight: 350;
    line-height: 1.3;
    background-repeat: no-repeat;
    background-position: center top;
    color: #3B2213;
  }
  
  @media screen and (max-width: 1023px) {
    .top-liveupdate__title {
      margin-bottom: 30px;
      padding-top: 60px;
      font-size: 2.5rem;
      background-size: 55px auto;
    }
  }
  
  @media screen and (max-width: 599px) {
    .top-liveupdate__title {
      font-size: 1.5rem;
      padding-top: 20px;
    }
  }
  
  .live__banner {
    text-align: center;
    margin: 0px auto;
    padding: 0px 20px;
  }  

  /*ライブアップデート*/


/*オプション*/
.top-option {
background-color: #ece7d3;
 background-blend-mode: screen;
 padding-top: 80px;
 padding-bottom: 110px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .top-option {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .top-option {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.top-option__title {
  position: relative;
  margin-bottom: 40px;
  padding-top: 66px;
  font-size: 5.0rem;
  font-family: "Noto Sans JP","Noto Sans","Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 350;
  line-height: 1.3;
  background-size: 66.5px auto;
  background-repeat: no-repeat;
  background-position: center top;
  color: #3B2213;
}

@media screen and (max-width: 1023px) {
  .top-option__title {
    margin-bottom: 30px;
    padding-top: 60px;
    font-size: 3.8rem;
    background-size: 55px auto;
  }
}

@media screen and (max-width: 599px) {
  .top-option__title {
    font-size: 2.5rem;
    background-size: 40px auto;
    padding-top: 43px;
  }
}

.top-option__title span {
  margin-top: 5px;
  font-size: 1.3rem;
  display: block;
  letter-spacing: 0;
  font-style: normal;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}

.top-option-slider {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.top-option-list {
  max-width: 1240px;
  margin: 65px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 1023px) {
  .top-option-list {
    margin: 50px auto 0;
  }
}

.top-option-list__item {
  max-width: 1800px;
  margin: 0px auto 68px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 599px) {
  .top-option-list__item {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .top-option-list__item {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1023px) {
  .top-option-list__item {
    min-height: auto;
  }
}


.top-option-list__photo {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-option-list__photo img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .top-option-list__photo {
    width: 49%;
  }
}

@media screen and (max-width: 599px) {
  .top-option-list__photo {
    width: 100%;
  }
}

.top-option-list__text-box {
  width: 55%;
  padding: 30px 60px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .top-option-list__text-box {
    width: 51%;
    padding: 30px 30px 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-option-list__text-box {
    width: 100%;
    padding: 25px 20px;
  }
}

.top-option-list__text-inner {
  width: 100%;
}

.top-option-list__title {
  font-size: 2.6rem;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1023px) {
  .top-option-list__title {
    font-size: 2.0rem;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 599px) {
  .top-option-list__title {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.4;
  }
}

.top-option-list__title span {
  font-size: 1.5rem;
}

.top-option-list__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #3B2213;
}

@media screen and (max-width: 1023px) {
  .top-option-list__text {
    line-height: 1.7;
  }
}

.top-option-list__link {
  text-align: right;
}

@media screen and (max-width: 599px) {
  .top-option-list__link {
    text-align: center;
  }
}

.top-option-list__link a {
  margin: 30px 0 0 auto;
  padding: 15px 60px;
  display: inline-block;
  background-color: #3B2213;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
  border-radius:30px;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .top-option-list__link a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .top-option-list__link a {
    margin: 20px auto 0;
  }
}

.top-option-list__link a::before {
  margin-top: -5px;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*ComingSoon ボタン GWに適用*/
.top-option-list__link__cs {
  text-align: right;
}

@media screen and (max-width: 599px) {
  .top-option-list__link__cs {
    text-align: center;
  }
}
.top-option-list__link__cs a {
  margin: 30px 0 0 auto;
  padding: 12px 40px;
  display: inline-block;
  background-color: #808080;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-option-list__link__cs a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .top-option-list__link__cs a {
    margin: 20px auto 0;
    padding: 12px 30px 12px 20px;
  }
}

/*button*/

.top-function__button {
  display: block;
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 10px auto;
  padding: 18px;
  background-color: #DE6A54;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  border-radius:30px;
}

@media screen and (max-width: 1024px) {
  .top-function__button {
    margin-left: 0px;
  }
}

@media screen and (max-width: 599px) {
  .top-function__button {
    padding: 14px;
    font-size: 1.4rem;
  }
}

.top-function__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}

.top-function__button:hover {
  background-color: #DE4527;
}

.top-function__button.type01 {
  background-color: #a00606;
}

.top-function__button.type01:hover {
  background-color: #a00606;
}

.top-function__button__list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
}

@media screen and (max-width: 1200px) {
  .top-function__button__list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .top-function__button__list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-function__button__list {
    display: block;
    width: 90%;
    margin: 0px auto;
    padding: 0 40px;
  }
}

.top-function__button__list__item {
  max-width: 360px;
  width: 100%;
}

.top-function__button__list__item:not(:nth-child(2n)) {
  margin-right: 10px;
}

@media screen and (max-width: 599px) {
  .top-function__button__list__item {
    margin-bottom: 10px;
  }
  .top-function__button__list__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}


/*# sourceMappingURL=style.css.map */
