@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  line-height: 1.5;
  color: #333;
  vertical-align: baseline;
}

img {
  display: block;
  max-width: 100%;
}

.base_img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

*:focus,
a,
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

svg {
  fill: currentColor;
}

ol,
ul {
  list-style: none;
}

header,
footer,
main,
article,
section,
nav,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin-top: 0;
}

table {
  border-collapse: collapse;
}

.iframe_wrap,
.youtube_wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
}

.youtube_wrap {
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
}

.iframe_wrap iframe,
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.gl_alink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.d_n,
.d_b_pc,
.d_i_pc,
.d_b_tb,
.d_i_tb,
.d_b_sp,
.d_i_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .d_n_pc {
    display: none;
  }
  .d_b_pc {
    display: block;
  }
  .d_i_pc {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .d_n_tb {
    display: none;
  }
  .d_b_tb {
    display: block;
  }
  .d_i_tb {
    display: inline;
  }
}

@media screen and (max-width: 599px) {
  .d_n_sp {
    display: none;
  }
  .d_b_sp {
    display: block;
  }
  .d_i_sp {
    display: inline;
  }
}

.ani_none {
  visibility: hidden;
}

.ani_active {
  -webkit-animation: fadeInUp 0.8s;
          animation: fadeInUp 0.8s;
  visibility: visible;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0px, 0);
            transform: translate3d(-20px, 0px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0px, 0);
            transform: translate3d(-20px, 0px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.dummy {
  background-color: #ddd;
  height: 500px;
  width: 100%;
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: normal;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}

p {
  color: #333;
}

@media screen and (max-width: 599px) {
  p {
    font-size: 0.9em;
  }
}

h1 {
  text-align: center;
  margin: 0;
}

main {
  padding: 0;
  margin: auto;
  position: relative;
}

.container {
  margin: auto;
  padding: 30px 0 80px;
  width: 100%;
  max-width: 1000px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container2 {
  margin: auto;
  padding: 30px 0 80px;
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 1000px) {
  .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container_wide {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}

.ttl_wrap h2 {
  margin-bottom: 0.5em;
}

.ttl_wrap p {
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ttl_wrap p::before, .ttl_wrap p::after {
  border-top: 1px solid currentColor;
  content: "";
  width: 4em;
}

.ttl_wrap p::before {
  margin-right: 1em;
}

.ttl_wrap p::after {
  margin-left: 1em;
}

.ttl_wrap.ani_none h2 {
  letter-spacing: 0.8em;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.ttl_wrap.ani_active h2 {
  letter-spacing: 0.1em;
}

.btn_01,
.btn_02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding: 20px 12px;
  font-size: 0.8em;
  color: #fff;
  background-color: #999;
  border-radius: 10em;
  vertical-align: baseline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 599px) {
  .btn_01,
  .btn_02 {
    width: 100%;
  }
}

.btn_01:after,
.btn_02:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
}

.btn_01:hover,
.btn_02:hover {
  background-color: #aaa;
  color: #fff;
}

.btn_01 a,
.btn_02 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.btn_02 {
  border: 1px solid #aaa;
}

header {
  width: 100%;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}

.menu_container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 50px;
}

.menu_container .menu_wrap {
  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;
}

.menu_container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.menu_container .menu li.menu_item {
  position: relative;
  font-size: 1em;
  text-align: center;
}

.menu_container .menu li.menu_item a {
  display: block;
  height: 100%;
  padding: 0 20px;
  color: #aaa;
  font-size: 0.8em;
  font-weight: normal;
}

.menu_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 0;
  padding: 0;
  width: 150px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu_logo:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .menu_logo {
    margin-right: auto;
    height: 50px;
    width: 150px;
  }
}

.menu_logo img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

#modal_overlay {
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}

@media screen and (max-width: 768px) {
  .menu_container .menu {
    background: #fff;
    display: none;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
    padding: 30px 20px;
  }
  .menu_container .menu li.menu_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
    text-align: center;
    color: #333;
  }
  .menu_container .menu li.menu_item:last-of-type {
    border-bottom: none;
  }
  .menu_container .menu li.menu_item a {
    color: #333;
  }
  .icon_hamburger,
  .icon_hamburger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 6;
  }
  .icon_hamburger {
    position: relative;
    width: 35px;
    height: 34px;
    height: 30px;
    margin: 10px;
  }
  .icon_hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
  }
  .icon_hamburger span:nth-of-type(1) {
    top: 0;
  }
  .icon_hamburger span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
  .icon_hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .icon_hamburger {
    display: none;
  }
  .icon_hamburger {
    display: inline-block;
    position: fixed;
    right: 10px;
    top: 0px;
  }
  .icon_hamburger.active {
    width: 35px;
    height: 30px;
  }
  .icon_hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15.5px) rotate(-315deg);
            transform: translateY(15.5px) rotate(-315deg);
    -webkit-transform: translateY(13.5px) rotate(-315deg);
            transform: translateY(13.5px) rotate(-315deg);
  }
  .icon_hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .icon_hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15.5px) rotate(315deg);
            transform: translateY(-15.5px) rotate(315deg);
    -webkit-transform: translateY(-13.5px) rotate(315deg);
            transform: translateY(-13.5px) rotate(315deg);
  }
}

.carousel_box_container {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .carousel_box_container {
    -webkit-animation: fadeIna 0.5s;
            animation: fadeIna 0.5s;
  }
}

@-webkit-keyframes fadeIna {
  0% {
    height: 300px;
  }
  100% {
    height: auto;
  }
}

@keyframes fadeIna {
  0% {
    height: 300px;
  }
  100% {
    height: auto;
  }
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .slider .img_pc {
    display: none;
  }
}

.slider .img_sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .slider .img_sp {
    display: block;
  }
}

.home_icon_scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

.home_icon_scroll img {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  width: 8%;
  max-width: 60px;
  -webkit-animation: icon_scroll ease-in-out 7s infinite normal;
          animation: icon_scroll ease-in-out 7s infinite normal;
}

@media screen and (max-width: 599px) {
  .home_icon_scroll img {
    bottom: 20%;
    width: 13%;
    max-width: 100px;
  }
}

@-webkit-keyframes icon_scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes icon_scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}

.carousel_box_container::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100px;
  background-image: url(../img/comm_d_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
}

footer {
  background-color: #efefef;
  padding: 20px 0px;
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer {
    padding-bottom: 40px;
  }
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 110px;
  color: #aaa;
}

.footer_nav a {
  letter-spacing: 0.05em;
  margin: 0;
  padding: 10px 25px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_nav a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footer_nav a {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 599px) {
  .footer_nav a {
    font-size: 1em;
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .footer_nav a::last-child {
    border: none;
  }
}

.footer_logo {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_logo:hover {
  opacity: 0.6;
}

.footer_sitecap {
  text-align: center;
  font-size: 0.6em;
  letter-spacing: 0.15em;
  margin: 0;
  margin-top: 40px;
  color: #aaa;
}
/*# sourceMappingURL=style.css.map */