@charset "UTF-8";
/* Scss Document */
/*--  font定義  --*/
/*--  color定義  --*/
/*--  Blake point  --*/
/*--  base config  --*/
@import url(https://fonts.googleapis.com/css?family=Bevan);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
html {
  font-size: 62.5%;
  /*16px × 62.5%=10px*/
  overflow: auto; }

body {
  color: #333;
  line-height: 1.4;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  text-align: justify;
  margin: 0 auto; }

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

a {
  color: #000; }

a:visited {
  color: none; }

/*:not(.activity-item-a)*/
a:hover {
  opacity: 0.5;
  transition: .5s; }
  @media (max-width: 1024px) {
    a:hover {
      opacity: 1; } }

small {
  display: block;
  color: #929292;
  font-size: 1.2rem; }

/*  site color  */
.cl-main {
  color: red; }

.cl-accent {
  color: blue; }

.cl-fff {
  color: #fff; }

.cl-pink {
  color: #ff99b9; }

.bgc-main {
  background-color: red; }

.bgc-accent {
  background-color: blue; }

.bgc-white {
  background-color: #fff; }

/*  utility  */
.text-indent {
  text-indent: -1em;
  margin-left: 1em; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

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

.mb40 {
  margin-bottom: 40px; }

.mb24 {
  margin-bottom: 24px; }

.mb20 {
  margin-bottom: 20px; }

.mb16 {
  margin-bottom: 16px; }

.f24 {
  font-size: 2.4rem; }

.f20 {
  font-size: 2rem; }

.f16 {
  font-size: 1.6rem; }

.f14 {
  font-size: 1.4rem; }

.f12 {
  font-size: 1.2rem; }

/*  inner  */
.inner {
  margin: 0 auto;
  padding-left: 6%;
  padding-right: 6%; }
  .inner__1260 {
    max-width: 1260px; }
  .inner__1060 {
    max-width: 1060px; }
  .inner__960 {
    max-width: 960px; }

/*  none  */
.pc_none {
  display: none; }
  @media (max-width: 1024px) {
    .pc_none {
      display: block; } }

@media (max-width: 1024px) {
  .tb_none {
    display: none; } }
@media (max-width: 767px) {
  .tb_none {
    display: block; } }

@media (max-width: 767px) {
  .sp_none {
    display: none; } }

.flex {
  display: flex; }
  @media (max-width: 767px) {
    .flex {
      display: block; } }

@media (max-width: 767px) {
  .sp_flex {
    display: flex; } }

.logo {
  width: 194px; }

/*  btn  */
.btn {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #EC7979;
  padding: 1.2rem 2.4rem; }
  .btn__icon {
    width: 20px;
    margin-right: .8rem; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Imports
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Common parts
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
h2 {
  color: #000000;
  font-family: 'FOT-DNP 秀英丸ゴシック Std B', 'FOT_DNPShueiMGoStd-B';
  position: relative;
  display: inline-block; }
  h2 small {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .1em; }
    h2 small span {
      color: #77b8b4; }
  h2 span.underline {
    background: linear-gradient(transparent 55%, #77b8b4 40%);
    padding: 0 10px; }

h3 {
  font-family: 'FOT-DNP 秀英丸ゴシック Std B', 'FOT_DNPShueiMGoStd-B'; }

img {
  width: 100%; }

p {
  color: #2b2b2b; }

.contact-btn {
  width: 280px;
  display: block;
  margin: auto; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Global
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
body {
  font-family: 'Noto Sans JP', 'Fjalla One', 'Mplus 1p', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  overflow-x: hidden; }

a {
  color: #5679b2; }

a:focus, a:hover {
  color: #5679b2; }

.top {
  background: #000;
  color: #fff;
  padding: 16px 25px;
  font-size: 14px;
  position: fixed;
  right: 0;
  text-decoration: none;
  letter-spacing: 2px;
  z-index: 50;
  display: none;
  border-radius: 5%; }

.top i {
  margin-right: 10px; }

.top:hover {
  background: #aaa;
  transition: inherit;
  text-decoration: none; }

.top:focus {
  color: #fff; }

h1 {
  font-weight: 100;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 10px; }

h2 {
  font-weight: bold;
  font-size: 36px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 20px 0; }
  h2 small {
    color: #2b2b2b;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .1em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  font-size: 16px; }

p.annotation {
  font-family: 'FOT-DNP 秀英丸ゴシック Std B', 'FOT_DNPShueiMGoStd-B';
  color: #c69c6d;
  font-size: 12px; }

.wrapper {
  padding: 65px 0px; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4; }

.text-ellipsis.multiline {
  white-space: normal;
  max-height: 2.8em;
  position: relative; }

.text-ellipsis.line-2 {
  max-height: 2.8em; }

.text-ellipsis.line-3 {
  max-height: 4.2em; }

.text-ellipsis.line-4 {
  max-height: 5.6em; }

.text-ellipsis.line-5 {
  max-height: 7em; }

.btn-white {
  font-family: Helvetica;
  border-radius: 0;
  color: #407758;
  background-color: #fff;
  width: 40%;
  font-size: 20px;
  padding: 11px;
  max-width: 200px;
  cursor: pointer;
  text-decoration: none;
  transition: .5s; }

.btn-white:hover {
  background-color: #000;
  color: #fff;
  transition: .5s; }

.flex {
  display: flex;
  display: -webkit-flex; }

.pcClass {
  display: block; }

.spClass {
  display: none; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 		Overlay style
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.cbp-popup-singlePage, .cbp-popup-singlePage-open {
  background: #000; }

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #000; }

.cbp-popup-singlePage .cbp-popup-content {
  color: #fff; }

.cbp-popup-singlePage .cbp-popup-close {
  background: url(../img/close.png) no-repeat scroll center center transparent;
  background-size: 36px 41px;
  width: 36px;
  height: 41px; }

.cbp-popup-singlePage .cbp-popup-next {
  background: url(../img/next.png) no-repeat scroll center center transparent;
  background-size: 29px 40.5px;
  width: 29px;
  height: 40.5px;
  left: 90%; }

.cbp-popup-singlePage .cbp-popup-prev {
  background: url(../img/prev.png) no-repeat scroll center center transparent;
  background-size: 29.5px 40.5px;
  width: 29.5px;
  height: 40.5px;
  right: 90%; }

.cbp-popup-singlePage .cbp-popup-close:hover, .cbp-popup-singlePage .cbp-popup-next:hover, .cbp-popup-singlePage .cbp-popup-prev:hover {
  background-position: center; }

.cbp-popup-singlePage .cbp-popup-content {
  max-width: 650px; }

.cbp-popup-singlePage-counter {
  display: none; }

.cbp-l-project-title {
  color: #fff;
  font: 600 30px/50px 'Mplus 1p', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.cbp-l-project-subtitle {
  color: #fff;
  font: 400 16px/21px 'Mplus 1p', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 40px auto 50px; }

.cbp-l-project-desc-text {
  font: 400 18px/31px 'Mplus 1p', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff; }

.cbp-l-project-desc {
  float: none;
  width: 100%; }

.cbp-l-grid-work-title, .cbp-l-grid-work-desc {
  color: #000;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Mplus 1p', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

.cbp-l-grid-work-title {
  font-size: 20px;
  word-wrap: break-word;
  word-break: break-all; }

.cbp-l-grid-work-title:hover {
  color: #407758; }

.cbp-l-grid-work-desc {
  font-size: 12px;
  line-height: 2;
  text-align: justify;
  margin-top: 10px; }

p.date {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 1em;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1285px) {
  .cbp-l-grid-work .cbp-item {
    width: 283px !important; } }
@media (max-width: 480px) {
  .cbp {
    height: auto !important; }

  .cbp-ready .cbp-wrapper {
    position: relative; }

  .cbp-caption-active .cbp-caption {
    float: left;
    width: 40%; }

  .cbp-l-grid-work .cbp-item {
    width: 100% !important;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    background-color: #fff;
    padding: 0;
    margin: 8px 0; }

  .cbp-l-grid-work .cbp-item-wrapper {
    padding-bottom: 0; }

  .cbp-l-grid-work-title {
    font-size: 14px;
    margin-top: 10px; }

  .cbp-l-grid-work-desc {
    margin-top: 5px; }

  .cbp-l-grid-work-desc {
    display: none; }

  p.date {
    font-size: 11px;
    margin-top: 3px; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Header
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
header {
  background-color: #FFFFFF;
  padding: 10px 0; }

header #navigation-scroll .pull-left img {
  width: 200px;
  height: auto; }

#logo {
  font-size: 80px;
  letter-spacing: 10px;
  font-weight: 100;
  color: white;
  display: inline-block;
  padding: 0px;
  float: left; }

a#logo:hover {
  text-decoration: none; }

.strong {
  font-weight: 400; }

.header img {
  width: 100%; }

.header img.menu {
  max-width: 36px; }

.header-social-icons p {
  font-size: 12px;
  font-weight: bold;
  margin: 0; }

.top-bar {
  width: 100%; }

.fixed {
  position: fixed;
  background-color: white;
  top: 0;
  z-index: 99;
  transition: 1s;
  padding: 8px 0;
  min-height: 77px; }

.fixed #logo {
  font-size: 60px; }

.fixed .header-social-icons p {
  display: none; }

.nav-button {
  max-width: 600px;
  margin: 0px; }

.nav-button button {
  border: none;
  outline: none;
  display: inline-block;
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  float: right;
  font-size: 42px;
  padding: 0 12px; }

.nav-button button:hover {
  color: #57a0ff;
  background-color: white; }

.navbar-white {
  background-color: #fff !important;
  transition: background 0.5s ease-out;
  box-shadow: 0px 0px 10px #39c; }

.starting .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%; }
  .starting .banner-text__20th_logo {
    width: 150px;
    margin: 0 auto;
    padding-bottom: 10px; }

.container .starting .banner-text .btn-more {
  margin-top: 30px; }

.starting .banner-text .midashi {
  font-size: 16px;
  padding: 15px 10px;
  background-color: #ab895f;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  border-radius: 5px; }

.starting .banner-text h2 {
  font-size: 43px;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.3; }

.starting .banner-text h2 small {
  font-size: 24px;
  display: block;
  margin: 10px 0 30px 0;
  font-weight: normal;
  color: #FFFFFF; }

.starting .banner-text .schedule {
  font-size: 14px;
  position: relative;
  z-index: 1;
  padding: 25px 15px;
  font-weight: normal;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto; }

.starting .banner-text .schedule::before, .starting .banner-text .schedule::after {
  border: 1px solid #FFFFFF;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%; }

.starting .banner-text .schedule::before {
  border: 1px solid #FFFFFF;
  left: 0;
  top: 0;
  z-index: -1; }

.starting .banner-text .schedule::after {
  top: -8px;
  left: -8px;
  z-index: -2; }

.starting .banner-text .schedule span {
  font-family: 'Economica', sans-serif;
  font-weight: bold; }

.starting .banner-text .schedule span.year {
  font-size: 35px; }

.starting .banner-text .schedule span.month {
  font-size: 49px; }

.starting .banner-text .schedule span.week {
  font-size: 24px; }

.starting .banner-text h2 strong {
  font-size: 50px; }

.starting .banner-text h3 {
  font-size: 22px;
  margin-top: 8px;
  padding: 0px;
  color: #000;
  line-height: 30px; }

.starting .banner-text h3 small {
  color: #000;
  font-size: 22px; }

.starting .banner-text h3 img {
  max-width: 249px; }

.starting .banner-text h3 .btn-hashtag {
  background: #000;
  color: #fff;
  padding: 8px 50px;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 20px;
  text-decoration: none; }

.starting .banner-text h3 .btn-hashtag:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000; }

.starting .banner-text .btn-more {
  animation: translate 1s;
  animation-iteration-count: infinite;
  -webkit-animation: translate 1s;
  -webkit-animation-iteration-count: infinite;
  height: 70px;
  width: 80px;
  margin: 0 auto;
  display: inline-block;
  padding: 0; }

@keyframes translate {
  0% {
    transform: translate(0px, 0px); }
  50% {
    transform: translate(0px, 8px); }
  100% {
    transform: translate(0px, 0px); } }
@-webkit-keyframes translate {
  0% {
    -webkit-transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, 8px); }
  100% {
    -webkit-transform: translate(0px, 0px); } }
.starting .banner-text .btn-more path, .starting .banner-text .btn-more text {
  transition: .8s; }

.starting .banner-text .btn-more path {
  fill: #EC7322; }

.starting .banner-text .btn-more:hover path {
  fill: #F6AA00;
  stroke: #fff; }

.starting .banner-text .btn-more:hover text {
  fill: #fff; }

header[role="header"] nav {
  padding-top: 12px;
  transition-delay: 0s;
  transition-duration: 0.6s;
  transition-property: all;
  transition-timing-function: ease;
  width: 80px; }

header[role="header"] nav > ul {
  display: none;
  position: fixed;
  z-index: 60;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url("../images/bg_hamburger_sp.jpg");
  background-position: bottom center;
  background-size: cover;
  margin: 0;
  padding: 100px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

header[role="header"] nav > ul > li {
  display: flex;
  transition: 1s;
  align-items: center;
  justify-content: center; }

header[role="header"] nav > ul > li > a {
  display: inline-block;
  padding: 2.4rem;
  position: relative;
  width: 470px; }

header[role="header"] nav > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 2px;
  background-color: #fff; }

@media (max-width: 480px) {
  header[role="header"] nav > ul > li > a::after {
    width: 70%;
    left: 15%; } }
header[role="header"] nav > ul > li:hover a, header[role="header"] nav > ul > li.nav-active a {
  text-decoration: none;
  color: #748bc4; }

header[role="header"] nav > ul > li img {
  width: auto; }

header[role="header"] nav > ul > li.has-sub ul {
  float: none; }

header[role="header"] nav #menu-button {
  width: 31px;
  font-size: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  height: 19px;
  position: relative;
  z-index: 70;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  padding-top: 24px;
  padding-left: 17px;
  margin-left: 15px; }

header[role="header"] nav #menu-button::before {
  background: #a56f3d;
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: -14px;
  left: 0;
  border-radius: 50%;
  z-index: -1; }

header[role="header"] nav #menu-button.open::before {
  background: transparent; }

header[role="header"] nav #menu-button::after {
  content: attr(data-txt-menu);
  font-size: 12px;
  margin-left: 0px;
  color: #FFFFFF;
  position: relative;
  right: 3px; }

header[role="header"] nav #menu-button.open::after {
  content: attr(data-txt-close);
  color: #fff; }

header[role="header"] nav #menu-button span {
  display: block;
  position: absolute;
  z-index: 60;
  height: 3px;
  width: 100%;
  background: #111111;
  opacity: 1;
  left: 17px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

header[role="header"] nav #menu-button span {
  background: #FFFFFF; }

header[role="header"] nav #menu-button.open span {
  background: #fff; }

header[role="header"] nav #menu-button span:nth-child(1) {
  background-color: #ff99b9 !important;
  top: 0px; }

header[role="header"] nav #menu-button span:nth-child(2) {
  background-color: #a0d850 !important;
  top: 7px; }

header[role="header"] nav #menu-button span:nth-child(3) {
  background-color: #83ccc2 !important;
  top: 14px; }

header[role="header"] nav #menu-button.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

header[role="header"] nav #menu-button.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

header[role="header"] nav #menu-button.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

@media (max-width: 480px) {
  header[role="header"] nav #menu-button::before {
    width: 45px;
    height: 45px;
    top: -9px;
    left: -2px; }

  header[role="header"] nav #menu-button {
    width: 25px; }

  header[role="header"] nav #menu-button::after {
    font-size: 10px; }

  header[role="header"] nav #menu-button {
    margin-left: 35px;
    padding-top: 18px;
    padding-left: 7px; }

  header[role="header"] nav #menu-button span {
    left: 8px; }

  #info h4 {
    margin-top: 40px; }

  header[role="header"] nav > ul > li img {
    height: 20px; }

  header[role="header"] nav > ul {
    padding-top: 160px; }

  header[role="header"] nav {
    padding-top: 17px; }

  .cbp-l-project-title {
    font-size: 17px;
    line-height: 1.6em; }

  .cbp-l-project-subtitle {
    margin: 20px auto 25px; }

  .cbp-l-project-desc-text {
    font-size: 12px;
    line-height: 1.6em; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              main-visual
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              cost
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#cost {
  position: relative;
  text-align: center;
  color: #000;
  background-image: url("../images/ptn02.png");
  background-color: #fbdda5;
  background-size: 28px;
  padding-bottom: 120px; }
  #cost::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    width: 1920px;
    height: 18px;
    background-image: url("../images/deco_nami01.png");
    background-repeat: no-repeat;
    background-size: 1920px; }
  #cost table {
    font-family: 'FOT-DNP 秀英丸ゴシック Std B', 'FOT_DNPShueiMGoStd-B';
    color: #a56f3d;
    width: 100%;
    border-width: 1px;
    line-height: 1.5;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 40px;
    padding: 1.6rem;
    margin-bottom: 1.6rem; }
    #cost table small {
      font-size: 10px;
      display: block;
      font-weight: normal; }
    #cost table th {
      padding: 10px 5px;
      text-align: center;
      border-bottom: 2px solid #a56f3d;
      font-size: 20px; }
      #cost table th:not(:last-of-type) {
        border-right: 3px dotted #f4f2e4; }
      #cost table th.format {
        width: 20%; }
      #cost table th.date {
        width: 10%; }
      #cost table th.content {
        width: 60%; }
    #cost table td {
      padding: 20px 10px;
      border-bottom: 3px dotted #f4f2e4; }
      #cost table td:not(:last-of-type) {
        border-right: 3px dotted #f4f2e4; }
  #cost .left {
    text-align: left; }
  #cost .marker-yellow {
    color: #a56f3d;
    background-color: #fbffca; }

.table-wrap {
  position: relative;
  border-radius: 40px;
  background-color: #fff;
  padding: 3.2rem 4.8rem;
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .table-wrap {
      padding: 1.6rem; } }

.illust01 {
  position: absolute;
  bottom: -10px;
  right: -30px;
  z-index: 10;
  display: block;
  width: 100px; }
  @media (max-width: 767px) {
    .illust01 {
      bottom: -50px;
      right: -10px;
      width: 80px; } }

.illust02 {
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 10;
  display: block;
  width: 100px; }
  @media (max-width: 767px) {
    .illust02 {
      top: -33px;
      left: -10px;
      width: 80px; } }

@media (max-width: 990px) {
  #cost table::after {
    content: none; } }
@media (max-width: 480px) {
  #cost table th {
    font-size: 14px; }
    #cost table th.content {
      width: 30%; } }
.shadow {
  box-shadow: 12px 12px #ccc8bc; }

.osusume {
  max-width: 364px;
  margin: auto;
  margin-bottom: 1.6rem; }
  @media (max-width: 767px) {
    .osusume {
      width: 100%; } }
  .osusume__text {
    color: #a56f3d;
    font-family: 'FOT-DNP 秀英丸ゴシック Std B', 'FOT_DNPShueiMGoStd-B'; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				CONTACT
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#CONTACT {
  background-image: url("../images/bg_contact.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover; }
  #CONTACT::before {
    content: '';
    position: absolute;
    top: -84px;
    left: 0;
    width: 1920px;
    height: 92px;
    background-image: url("../images/deco_nami02.png");
    background-repeat: no-repeat;
    background-size: 1920px; }
    @media (max-width: 767px) {
      #CONTACT::before {
        top: -43px;
        background-size: 1000px; } }

#CONTACT .container dl {
  position: relative;
  display: inline-block; }
  #CONTACT .container dl::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -110px;
    width: 88px;
    height: 169px;
    background: url(../img/bag.png) 0 0 no-repeat;
    z-index: 1; }
  #CONTACT .container dl dd {
    letter-spacing: 0.1em;
    color: #2b2b2b; }
  #CONTACT .container dl dt h4 {
    margin-bottom: 30px;
    font-size: 14px; }
  #CONTACT .container dl dd.time {
    font-size: 14px;
    margin-bottom: 15px; }
  #CONTACT .container dl dd.tel, #CONTACT .container dl dd.mail {
    font-size: 20px;
    color: #2b2b2b;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-top: 30px; }
#CONTACT .container a {
  color: #2b2b2b; }

@media (max-width: 480px) {
  #CONTACT .container dl {
    position: relative;
    display: inline-block; }
    #CONTACT .container dl::before {
      content: none; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				Page image
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#page {
  background-image: url("../images/ptn02.png");
  background-color: #87e5d6;
  background-size: 28px; }
  #page::before {
    content: '';
    position: absolute;
    top: -84px;
    left: 0;
    width: 1920px;
    height: 92px;
    background-image: url("../images/deco_nami02.png");
    background-repeat: no-repeat;
    background-size: 1920px; }
    @media (max-width: 767px) {
      #page::before {
        top: -43px;
        background-size: 1000px; } }

.client-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0; }
  @media (max-width: 767px) {
    .client-list {
      margin: 20px 0; } }
  .client-list__item {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 10px; }
    .client-list__item dd {
      padding: 10px;
      background-color: #FFFFFF; }
    .client-list__item a {
      color: #333; }
      .client-list__item a:hover {
        text-decoration: none; }
  .client-list .client-list__title {
    text-align: left;
    font-size: 14px; }
  .client-list figure {
    overflow: hidden; }
    .client-list figure img {
      width: 100%;
      display: block;
      transform: scale(1);
      transition: .4s ease-in-out; }
    .client-list figure:hover img {
      transform: scale(1.3); }

@media (max-width: 480px) {
  .client-list__item {
    width: calc(100% / 1);
    box-sizing: border-box;
    padding: 5px; } }
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              SECTION
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
section.sec-wrap {
  position: relative;
  height: 100%;
  text-align: center; }

.cnt-box-wrap {
  display: flex;
  flex-wrap: wrap; }
  .cnt-box-wrap .cnt-box {
    background-color: #fff;
    width: 31%;
    margin-right: 1.1666%;
    margin-left: 1.1666%; }
    .cnt-box-wrap .cnt-box:nth-child(n + 4) {
      margin-top: 55px; }
    .cnt-box-wrap .cnt-box h3 {
      font-size: 20px;
      padding: 15px;
      margin-top: 10px;
      font-weight: 600; }
      .cnt-box-wrap .cnt-box h3 a {
        text-decoration: none; }
        .cnt-box-wrap .cnt-box h3 a:hover {
          color: #1a2820; }
      .cnt-box-wrap .cnt-box h3 small {
        font-size: 16px;
        font-weight: 600; }
    .cnt-box-wrap .cnt-box p {
      font-weight: 600; }
      .cnt-box-wrap .cnt-box p.cnt-date {
        margin-bottom: 25px;
        padding: 0 4%;
        font-size: 12px;
        text-align: left; }

.contact {
  padding: 1.6rem;
  border-radius: 20px;
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
  pointer-events: auto;
  position: relative;
  width: 100%;
  padding-top: 1500px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 990px) {
    .contact {
      padding-top: 1200px; } }

.contact-wrap {
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px; }

.contact__pardot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Footer Section
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#footer {
  background-color: #000;
  color: #FFFFFF;
  padding: 20px 0; }
  #footer .credits a {
    color: #fff;
    text-decoration: underline; }
  #footer .footer-logo {
    margin-top: 40px; }
    #footer .footer-logo .logo-ss img {
      max-width: 220px; }
    #footer .footer-logo .logo-sponsor {
      margin-top: 12px; }
      #footer .footer-logo .logo-sponsor img {
        max-width: 87px; }
  #footer .footer-txt {
    font-size: 11px;
    font-family: Helvetica;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0; }

.credits {
  padding-bottom: 5px; }

ul.social-icons {
  padding: 0; }
  ul.social-icons li {
    display: inline-block;
    margin: 5px;
    font-size: 35px; }

.copyright {
  font-size: 14px;
  color: #FFFFFF;
  font-family: Helvetica; }

ul.social-icons i {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 9px;
  text-align: center;
  transition: .3s; }
ul.social-icons li a {
  display: block;
  text-decoration: none; }

nav .open ul.social-icons i {
  color: #fff;
  background-color: transparent; }

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 0;
  opacity: 0.75; }

/*pagetop*/
#page-top {
  width: 226px;
  height: 118px;
  position: fixed;
  right: 20px;
  bottom: 20px; }
  @media (max-width: 767px) {
    #page-top {
      width: 113px;
      height: 59px; } }
  #page-top a {
    position: relative;
    display: block;
    width: 226px;
    height: 118px; }
    @media (max-width: 767px) {
      #page-top a {
        width: 113px;
        height: 59px; } }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				Media Quiry
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }

  .overlay ul li {
    min-height: 34px; } }
@media (max-width: 966px) {
  .pcClass {
    display: block; }

  .spClass {
    display: none; }

  .header {
    height: 100%;
    background-size: cover; }

  h3 {
    font-weight: 500 !important; } }
@media (max-width: 768px) {
  .header {
    background-size: cover; }

  .starting .banner-text h2 {
    font-size: 45px;
    -moz-line-height: 0.8; }

  .starting .banner-text h2 strong {
    font-size: 33px; }

  .starting .banner-text h3 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px; }

  .starting .banner-text h3 small {
    font-size: 11px; }

  .starting .banner-text h3 img {
    max-width: 124px; }

  .starting .banner-text h3 .btn-hashtag {
    padding: 3px 15px;
    font-size: 9px;
    font-weight: normal; }

  .header-social-icons p {
    font-size: 9px;
    margin-top: 10px; }

  #info h3 {
    font-size: 20px; }

  #footer .footer-logo .logo-sponsor img {
    max-width: 92px; }

  .starting .banner-text h2 small {
    margin: 15px 0 25px 0;
    font-size: 20px; } }
@media (max-width: 550px) {
  .pcClass {
    display: none; }

  .spClass {
    display: block; }

  h2 {
    font-size: 25px; }

  .wrapper {
    padding: 30px 0px; }

  .header {
    text-align: center;
    padding: 0;
    background-position: center 70px;
    background-size: cover; }

  header {
    margin-top: 0; }

  .starting .banner-text h2 {
    font-size: 30px; }

  .starting .banner-text .schedule span.year {
    font-size: 20px; }

  .starting .banner-text .schedule span.month {
    font-size: 30px; }

  header #navigation-scroll .pull-left img {
    width: 190px;
    height: auto; }

  #info h4 {
    font-size: 18px; }

  #greeting p {
    font-size: 16px; }

  .cnt-box-wrap .cnt-box {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 25px; }

  .cnt-box-wrap .cnt-box h3 {
    font-size: 18px;
    font-weight: bold !important; }

  .cnt-box-wrap .cnt-box h3 small {
    font-size: 14px; }

  .btn-white {
    width: 80%;
    max-width: none; }

  .nav-button button {
    font-size: 36px;
    margin-top: -20px; }

  #logo {
    font-size: 56px;
    text-align: left; }

  ul.pricing-table > li {
    margin: 10px -20px;
    width: 100%; }

  #info h3 {
    font-size: 20px; }

  li.li i {
    display: none; }

  ul.social-icons li {
    font-size: 20px; }

  ul.social-icons i {
    width: 38px;
    height: 38px; }

  .starting .banner-text .schedule {
    padding: 20px 3%; }

  .starting .banner-text .btn-more {
    width: 45px; }

  #footer .footer-logo {
    display: block;
    margin-top: 20px; } }
@media (max-width: 320px) {
  .starting .banner-text h2 {
    font-size: 27px; }

  .starting .banner-text .schedule span.year {
    font-size: 18px; }

  .starting .banner-text .schedule span.month {
    font-size: 28px; }

  .overlay nav ul {
    margin-left: -20px; }

  .overlay .overlay-close {
    right: 50px; }

  .starting .banner-text__20th_logo {
    width: 110px; } }
body {
  background-image: url("../images/bg_main.jpg");
  background-position: top;
  background-size: cover; }

/*----------

common

----------*/
.section-title {
  width: 462px; }
  @media (max-width: 480px) {
    .section-title {
      width: 100%; } }

/*----------

main

----------*/
.container-main {
  padding-top: 4.8rem;
  padding-bottom: 6rem; }
  @media (max-width: 767px) {
    .container-main {
      padding-top: 3.2em;
      padding-bottom: 4rem; } }

img.main-title {
  display: block;
  margin: auto;
  max-width: 800px;
  margin-bottom: 6.4rem; }
  @media (max-width: 767px) {
    img.main-title {
      width: 90%;
      margin-bottom: 4rem; } }

@media (max-width: 767px) {
  .main-kumo01 {
    margin-bottom: 2rem; } }

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