@charset "UTF-8";
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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

span {
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

em {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.7;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  background: #f4a460;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1.5rem;
  }
}

.preload * {
  transition: none !important;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.pcNone {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcNone {
    display: block !important;
  }
}
@media screen and (max-width: 940px) {
  .pcNone.type01 {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

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

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

/* link
*****************************************/
a {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

.hover a img {
  backface-visibility: hidden;
  transition: opacity 0.3s;
}
.hover a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .hover a:hover img {
    opacity: 1;
  }
}

.imgOver01 > a {
  display: block;
  overflow: hidden;
}
.imgOver01 > a > img {
  transform: scale(1);
  transition: transform 0.6s;
  backface-visibility: hidden;
}
.imgOver01 > a:hover > img {
  transition: transform 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .imgOver01 > a:hover > img {
    transform: scale(1);
  }
}

/* header
*****************************************/
.header01 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0 20px;
  width: 100%;
  height: 80px;
  background-color: #f4a460;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .header01 {
    padding: 0 0 0 3%;
    height: 55px;
  }
}
.header01 > .inner01 {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 {
    height: 55px;
  }
}
.header01 > .inner01 > .logo01 {
  font-size: 1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.header01 > .inner01 > .logo01 > a {
  text-decoration: none;
}
.header01 > .inner01 > .logo01 > a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 > .logo01 > a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .header01 > .inner01 > .logo01 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 940px) {
  .headNavArea01 {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #f4a460;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .active .headNavArea01 {
    opacity: 1;
    visibility: visible;
  }
}

.globalNav01 > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
@media screen and (max-width: 940px) {
  .globalNav01 > ul {
    margin-top: 30px;
    padding-left: 14px;
  }
}
.globalNav01 > ul > li {
  margin-left: 27px;
}
.globalNav01 > ul > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 940px) {
  .globalNav01 > ul > li {
    margin-left: 0;
    width: 100%;
  }
  .globalNav01 > ul > li:first-child {
    margin-top: 0;
  }
}
.globalNav01 > ul > li > a {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-decoration: none;
}
.globalNav01 > ul > li > a:hover {
  color: #fff;
}
@media screen and (max-width: 940px) {
  .globalNav01 > ul > li > a {
    font-weight: 700;
    display: block;
    padding: 15px 0;
    font-size: 2rem;
    text-align: left;
  }
  .globalNav01 > ul > li > a:hover {
    text-decoration: none;
  }
}
.globalNav01 > ul > li > a > span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-size: 1.4rem;
}

.headButton01 {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 55px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 940px) {
  .headButton01 {
    display: block;
    top: 13px;
  }
}
@media screen and (max-width: 940px) and (max-width: 767px) {
  .headButton01 {
    top: 0;
  }
}
@media screen and (max-width: 940px) {
  .headButton01 > span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 2px;
    background-color: #000;
    text-indent: 100%;
    white-space: nowrap;
  }
  .headButton01 > .top {
    top: 18px;
    transition-duration: 0.1s;
    transition-property: top, transform;
  }
  .headButton01 > .bottom {
    bottom: 18px;
    transition-duration: 0.1s;
    transition-property: bottom, transform;
    width: 21px;
  }
  .headButton01 > .middle {
    top: 26px;
    transition: background 0.1s;
  }
  .active .headButton01 > .middle {
    background: none;
  }
  .active .headButton01 > .top {
    top: 26px;
    transform: rotate(45deg);
  }
  .active .headButton01 > .bottom {
    bottom: 27px;
    transform: rotate(-45deg);
    width: 34px;
  }
}

/* footer
*****************************************/
.footer01 {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .footer01 {
    padding: 57px 0;
  }
}
.footer01 > .copyrights01 {
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

/* contents
*****************************************/
.wrap01 {
  display: flex;
  flex-wrap: wrap;
}
[class*=heading] + .wrap01 {
  margin-top: 40px;
}
.wrap01.bC {
  justify-content: center;
}
.wrap01.between {
  justify-content: space-between;
}
.wrap01.aC {
  align-items: center;
}
.wrap01.aEnd {
  align-items: flex-end;
}
.wrap01.reverse {
  flex-direction: row-reverse;
}
.hgroup01 + .wrap01 {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .hgroup01 + .wrap01 {
    margin-top: 22px;
  }
}

.contents01 {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .contents01 {
    padding-top: 50px;
  }
}

.mainArea01 {
  width: 100%;
  margin: 0 auto;
}
.mainArea01 > .logo01 {
  max-width: 1000px;
  margin: 120px auto 0;
}
.mainArea01 > .logo01 > a {
  text-decoration: none;
}
.mainArea01 > .logo01 > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .mainArea01 > .logo01 {
    width: 91.73%;
  }
}
.mainArea01 > .textbig {
  font-family: "Century Gothic", "CenturyGothic", "Futura", sans-serif;
  font-weight: 1000;
  font-size: 17rem;
  margin-top: 45px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mainArea01 > .textbig {
    font-size: 8rem;
  }
}
.mainArea01 > .text01 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
  font-size: 2.4rem;
  margin-top: 45px;
  text-align: center;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .mainArea01 > .text01 {
    font-size: 1.7rem;
  }
}

.mainArea01 + .frameArea01 {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .mainArea01 + .frameArea01 {
    margin-top: 118px;
  }
}

.frameArea01 {
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .frameArea01 {
    padding: 0 5% 50px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .frameArea01.type01 {
    background-image: linear-gradient(to bottom, transparent 45px, rgba(187, 187, 187, 0.4) 45px);
  }
}
@media screen and (max-width: 767px) {
  .frameArea01.type02 {
    background-image: none;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
    padding-top: 20px;
    margin: 0 5%;
  }
}
.frameArea01 > .inner01 {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px 40px;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01 {
    padding: 0;
  }
}
.frameArea01 > .inner01::before {
  position: absolute;
  width: 3000px;
  height: 100%;
  content: "";
  top: 60px;
  left: 70px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01::before {
    content: none;
  }
}
.frameArea01 > .inner01.type01::before {
  content: none;
}
.frameArea01 > .inner01.type02::before {
  background: rgba(187, 187, 187, 0.4);
  left: inherit;
  right: -120px;
}
@media screen and (max-width: 767px) {
  .frameArea01 > .inner01.type02::before {
    content: none;
  }
}
.frameArea01 > .inner01.type04::before {
  background: rgba(187, 187, 187, 0.4);
  left: inherit;
  right: -120px;
}
.frameArea02 {
  margin: 36px 0 0 4.9%;
  padding: 30px 10px;
  width: 30%;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.frameArea02:nth-child(3n+1) {
  margin-left: 0;
}
.frameArea02:nth-child(odd) {
  background-color: #ddfee8;
}
.frameArea02:nth-child(even) {
  background-color: #d9edee;
}
@media screen and (max-width: 767px) {
  .frameArea02 {
    margin: 22px 0 0 3%;
    padding: 15px 1%;
    width: 48.5%;
  }
  .frameArea02:nth-child(3n+1) {
    margin-left: 3%;
  }
  .frameArea02:nth-child(odd) {
    margin-left: 0;
  }
}
.frameArea02 > .title01 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .title01 {
    font-size: 1.5rem;
  }
}
.frameArea02 > .textbig {
  margin-top: 20px;
  font-weight: 1000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .textbig {
    margin-top: 10px;
    font-size: 10rem;
  }
}
.frameArea02 > .text01 {
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .frameArea02 > .text01 {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

.block01 {
  position: relative;
}
.block01.type01 {
  border-bottom: 1px solid #000;
  padding-bottom: 65px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .block01.type01 {
    border: none;
  }
}
.block01 > .text02 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  text-align: center;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .block01 > .text02 {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
.block01 > .text03 {
  margin-top: 48px;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
}
.block01 > .text03 > a {
  text-decoration: none;
}
.block01 > .text03 > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .block01 > .text03 > a:hover {
    text-decoration: none;
  }
}
.block01 > .text03 > a::after {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 49px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .block01 > .text03 {
    font-size: 1.2rem;
  }
}
.block01 > .text04 {
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .block01 > .text04 {
    font-size: 1.7rem;
    margin-top: 47px;
  }
}
.block01 > .text04.type01 {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .block01 > .text04.type01 {
    margin-top: 52px;
  }
}
.block01 > .text04.type02 {
  margin-top: 100px;
  padding-top: 55px;
  border-top: 1px solid #757575;
}
@media screen and (max-width: 767px) {
  .block01 > .text04.type02 {
    margin-top: 64px;
    padding-top: 36px;
  }
}
.block01 > .text05 {
  margin-top: 50px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .block01 > .text05 {
    font-size: 1.4rem;
  }
}
.block01 > .image01 {
  width: 47px;
  margin: -5px auto 0;
}
.block01 > .image01 > a {
  transition: all 0.3s;
}
.block01 > .image01 > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .block01 > .image01 > a:hover {
    opacity: 1;
  }
}
.textArea01 {
  text-align: center;
}
.textArea01 > .text01 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
  margin-top: 25px;
  padding: 20px 40px;
  line-height: 2;
  font-size: 2rem;
  display: inline-block;
  position: relative;
}
.textArea01 > .text01::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  top: 0;
  left: -5px;
  border-top: 2px solid #D40000;
  border-left: 2px solid #D40000;
}
.textArea01 > .text01::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  bottom: 0;
  right: -5px;
  border-bottom: 2px solid #D40000;
  border-right: 2px solid #D40000;
}
@media screen and (max-width: 767px) {
  .textArea01 > .text01 {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 48px;
    display: block;
    padding: 35px 0px 35px 0px;
  }
  .textArea01 > .text01 > span {
    font-size: 1.5rem;
  }
}

.section01 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section01 {
    margin-top: 80px;
  }
}
.section01 > .text01 {
  margin-top: 15px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section01 > .text01 {
    margin-top: 30px;
  }
}

.heading01 {
  font-size: 5rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  background: linear-gradient(transparent 72%, #D40000 72%);
  display: inline-block;
  padding-right: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .heading01 {
    font-size: 3.9rem;
    background: none;
    position: relative;
  }
  .heading01::after {
    position: absolute;
    content: "";
    width: 500px;
    height: 16px;
    background: #D40000;
    bottom: 2px;
    right: 0;
    z-index: -1;
  }
}

.heading02 {
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.18em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .heading02 {
    font-size: 1.5rem;
  }
}

.hgroup01 {
  position: relative;
  left: 50%;
  right: 50%;
  padding: 100px 0 110px;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background: url("../images/bg02.png") repeat 0 0;
}
@media screen and (max-width: 767px) {
  .hgroup01 {
    padding: 50px 0 70px;
  }
}
.hgroup01.type02 {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .hgroup01.type02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.table01 {
  margin: 70px 0 0 15%;
  max-width: 800px;
  border: #000 solid 1px;
}
@media screen and (max-width: 767px) {
  .table01 {
    width: 100%;
    margin: 50px auto 0;
  }
}
.table01 .w01 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .table01 .w01 {
    width: 35%;
  }
}
.table01 .w02 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .table01 .w02 {
    width: 65%;
  }
}
.table01 th {
  padding: 12px 12px;
  border: #000 solid 1px;
  font-size: 1.5rem;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table01 th {
    font-size: 1.3rem;
    padding-left: 12px;
  }
}
.table01 td {
  padding: 12px 70px 12px 12px;
  border: #000 solid 1px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table01 td {
    padding: 12px;
    font-size: 1.3rem;
  }
}

.iframeArea01 {
  position: relative;
  margin-top: 25px;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .iframeArea01 {
    margin-top: 30px;
    padding-bottom: 80%;
    margin: 30px -200% 0;
  }
}
.iframeArea01 iframe {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.colWrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .colWrap01 {
    justify-content: flex-start;
  }
}

.col01 {
  background: #fff;
  width: 240px;
  min-height: 220px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  margin-left: 13px;
  margin-top: 28px;
  position: relative;
}
.col01:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .col01 {
    width: 100%;
    margin-left: 0;
    min-height: auto;
    padding: 10px;
  }
  .col01:nth-child(odd) {
    margin-left: 0;
  }
}
.col01 > .textbig {
  font-weight: 1000;
  text-align: center;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .col01 > .textbig {
    font-size: 12rem;
  }
}
.col01 > .text01 {
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .col01 > .text01 {
    font-size: 1.6rem;
  }
}
.col01 > .text02 {
  text-align: center;
  margin-top: 15px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .col01 > .text02 {
    font-size: 1.4rem;
  }
}
.col01 > .text03 {
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .col01 > .text03 {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 5px;
    position: inherit;
    bottom: 0;
  }
}

.btn01 {
  text-align: center;
}
.btn01 > a {
  display: inline-block;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #000;
  padding: 20px 0;
  width: 400px;
  margin: 60px auto 0;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  transition: all 0.3s;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
}
.btn01 > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn01 > a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .btn01 > a {
    width: 100%;
    font-size: 1.4rem;
  }
}

.pagetop01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagetop01 {
    width: 6px;
    margin: 50px auto 0;
  }
}

/* ボタン */
.button001 a {
  background: #000;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px auto 10px;
  max-width: 260px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}

.button001 a:hover {
  background: #FFF;
  color: #000;
}

.button001 a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button001 a:hover:after {
  border-color: #000;
}

/* ページトップ */
.arrow {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 33px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 45px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% 0px;
}
@media screen and (max-width: 767px) {
  .arrow::before,
  .arrow::after {
    height: 25px;
  }
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/* 新タイトル */
h2 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 50px;
  font-size: 5rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h2 span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  h2 span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 35px);
  width: 70px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #000;
}
@media screen and (max-width: 767px) {
  h2:before {
    left: calc(50% - 25px);
    width: 50px;
  }
}

.wait {
  opacity: 0.3;
  pointer-events: none;
}/*# sourceMappingURL=common.css.map */