@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese);
@charset "UTF-8";
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

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

button {
  border: 0;
  font: unset;
  background-color: unset;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  overflow-x: hidden;
}

_::-webkit-full-page-media, _:future, :root html {
  font-weight: 500;
}

body {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0em;
  overflow-x: hidden;
  position: initial;
  top: auto;
}
body[data-modalActive=true] {
  position: fixed;
  z-index: 10;
}
@media (max-width: 960px) {
  body {
    letter-spacing: 0;
  }
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
}

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

input[type=text], textarea[type=text][type=checkbox], select[type=text],
input[type=email],
textarea[type=email][type=checkbox],
select[type=email],
input[type=tel],
textarea[type=tel][type=checkbox],
select[type=tel],
input[type=checkbox],
select[type=checkbox],
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
input[type=text]:-webkit-autofill, select[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
select[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
select[type=tel]:-webkit-autofill,
input[type=checkbox]:-webkit-autofill,
select[type=checkbox]:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
select::-ms-expand {
  display: none;
}

hr {
  margin: 0;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*
このサイトでのみ使用したいmixinはここへ記述してください
*/
.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

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

@media (min-width: 961px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }

  .mr-0-pc {
    margin-right: 0px !important;
  }

  .mb-0-pc {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 960px) {
  .mt-0-sp {
    margin-top: 0px !important;
  }

  .mr-0-sp {
    margin-right: 0px !important;
  }

  .mb-0-sp {
    margin-bottom: 0px !important;
  }
}
.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

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

@media (min-width: 961px) {
  .mt-5-pc {
    margin-top: 5px !important;
  }

  .mr-5-pc {
    margin-right: 5px !important;
  }

  .mb-5-pc {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 960px) {
  .mt-5-sp {
    margin-top: 5px !important;
  }

  .mr-5-sp {
    margin-right: 5px !important;
  }

  .mb-5-sp {
    margin-bottom: 5px !important;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

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

@media (min-width: 961px) {
  .mt-10-pc {
    margin-top: 10px !important;
  }

  .mr-10-pc {
    margin-right: 10px !important;
  }

  .mb-10-pc {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 960px) {
  .mt-10-sp {
    margin-top: 10px !important;
  }

  .mr-10-sp {
    margin-right: 10px !important;
  }

  .mb-10-sp {
    margin-bottom: 10px !important;
  }
}
.mt-15 {
  margin-top: 15px !important;
}

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

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

@media (min-width: 961px) {
  .mt-15-pc {
    margin-top: 15px !important;
  }

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

  .mb-15-pc {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 960px) {
  .mt-15-sp {
    margin-top: 15px !important;
  }

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

  .mb-15-sp {
    margin-bottom: 15px !important;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

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

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

@media (min-width: 961px) {
  .mt-20-pc {
    margin-top: 20px !important;
  }

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

  .mb-20-pc {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 960px) {
  .mt-20-sp {
    margin-top: 20px !important;
  }

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

  .mb-20-sp {
    margin-bottom: 20px !important;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

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

@media (min-width: 961px) {
  .mt-25-pc {
    margin-top: 25px !important;
  }

  .mr-25-pc {
    margin-right: 25px !important;
  }

  .mb-25-pc {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 960px) {
  .mt-25-sp {
    margin-top: 25px !important;
  }

  .mr-25-sp {
    margin-right: 25px !important;
  }

  .mb-25-sp {
    margin-bottom: 25px !important;
  }
}
.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

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

@media (min-width: 961px) {
  .mt-30-pc {
    margin-top: 30px !important;
  }

  .mr-30-pc {
    margin-right: 30px !important;
  }

  .mb-30-pc {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 960px) {
  .mt-30-sp {
    margin-top: 30px !important;
  }

  .mr-30-sp {
    margin-right: 30px !important;
  }

  .mb-30-sp {
    margin-bottom: 30px !important;
  }
}
.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

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

@media (min-width: 961px) {
  .mt-35-pc {
    margin-top: 35px !important;
  }

  .mr-35-pc {
    margin-right: 35px !important;
  }

  .mb-35-pc {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 960px) {
  .mt-35-sp {
    margin-top: 35px !important;
  }

  .mr-35-sp {
    margin-right: 35px !important;
  }

  .mb-35-sp {
    margin-bottom: 35px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

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

@media (min-width: 961px) {
  .mt-40-pc {
    margin-top: 40px !important;
  }

  .mr-40-pc {
    margin-right: 40px !important;
  }

  .mb-40-pc {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 960px) {
  .mt-40-sp {
    margin-top: 40px !important;
  }

  .mr-40-sp {
    margin-right: 40px !important;
  }

  .mb-40-sp {
    margin-bottom: 40px !important;
  }
}
.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

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

@media (min-width: 961px) {
  .mt-45-pc {
    margin-top: 45px !important;
  }

  .mr-45-pc {
    margin-right: 45px !important;
  }

  .mb-45-pc {
    margin-bottom: 45px !important;
  }
}
@media (max-width: 960px) {
  .mt-45-sp {
    margin-top: 45px !important;
  }

  .mr-45-sp {
    margin-right: 45px !important;
  }

  .mb-45-sp {
    margin-bottom: 45px !important;
  }
}
.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

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

@media (min-width: 961px) {
  .mt-50-pc {
    margin-top: 50px !important;
  }

  .mr-50-pc {
    margin-right: 50px !important;
  }

  .mb-50-pc {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 960px) {
  .mt-50-sp {
    margin-top: 50px !important;
  }

  .mr-50-sp {
    margin-right: 50px !important;
  }

  .mb-50-sp {
    margin-bottom: 50px !important;
  }
}
.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

@media (min-width: 961px) {
  .mt-55-pc {
    margin-top: 55px !important;
  }

  .mr-55-pc {
    margin-right: 55px !important;
  }

  .mb-55-pc {
    margin-bottom: 55px !important;
  }
}
@media (max-width: 960px) {
  .mt-55-sp {
    margin-top: 55px !important;
  }

  .mr-55-sp {
    margin-right: 55px !important;
  }

  .mb-55-sp {
    margin-bottom: 55px !important;
  }
}
.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

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

@media (min-width: 961px) {
  .mt-60-pc {
    margin-top: 60px !important;
  }

  .mr-60-pc {
    margin-right: 60px !important;
  }

  .mb-60-pc {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 960px) {
  .mt-60-sp {
    margin-top: 60px !important;
  }

  .mr-60-sp {
    margin-right: 60px !important;
  }

  .mb-60-sp {
    margin-bottom: 60px !important;
  }
}
.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

@media (min-width: 961px) {
  .mt-65-pc {
    margin-top: 65px !important;
  }

  .mr-65-pc {
    margin-right: 65px !important;
  }

  .mb-65-pc {
    margin-bottom: 65px !important;
  }
}
@media (max-width: 960px) {
  .mt-65-sp {
    margin-top: 65px !important;
  }

  .mr-65-sp {
    margin-right: 65px !important;
  }

  .mb-65-sp {
    margin-bottom: 65px !important;
  }
}
.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

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

@media (min-width: 961px) {
  .mt-70-pc {
    margin-top: 70px !important;
  }

  .mr-70-pc {
    margin-right: 70px !important;
  }

  .mb-70-pc {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 960px) {
  .mt-70-sp {
    margin-top: 70px !important;
  }

  .mr-70-sp {
    margin-right: 70px !important;
  }

  .mb-70-sp {
    margin-bottom: 70px !important;
  }
}
.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

@media (min-width: 961px) {
  .mt-75-pc {
    margin-top: 75px !important;
  }

  .mr-75-pc {
    margin-right: 75px !important;
  }

  .mb-75-pc {
    margin-bottom: 75px !important;
  }
}
@media (max-width: 960px) {
  .mt-75-sp {
    margin-top: 75px !important;
  }

  .mr-75-sp {
    margin-right: 75px !important;
  }

  .mb-75-sp {
    margin-bottom: 75px !important;
  }
}
.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

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

@media (min-width: 961px) {
  .mt-80-pc {
    margin-top: 80px !important;
  }

  .mr-80-pc {
    margin-right: 80px !important;
  }

  .mb-80-pc {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 960px) {
  .mt-80-sp {
    margin-top: 80px !important;
  }

  .mr-80-sp {
    margin-right: 80px !important;
  }

  .mb-80-sp {
    margin-bottom: 80px !important;
  }
}
.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

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

@media (min-width: 961px) {
  .mt-85-pc {
    margin-top: 85px !important;
  }

  .mr-85-pc {
    margin-right: 85px !important;
  }

  .mb-85-pc {
    margin-bottom: 85px !important;
  }
}
@media (max-width: 960px) {
  .mt-85-sp {
    margin-top: 85px !important;
  }

  .mr-85-sp {
    margin-right: 85px !important;
  }

  .mb-85-sp {
    margin-bottom: 85px !important;
  }
}
.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

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

@media (min-width: 961px) {
  .mt-90-pc {
    margin-top: 90px !important;
  }

  .mr-90-pc {
    margin-right: 90px !important;
  }

  .mb-90-pc {
    margin-bottom: 90px !important;
  }
}
@media (max-width: 960px) {
  .mt-90-sp {
    margin-top: 90px !important;
  }

  .mr-90-sp {
    margin-right: 90px !important;
  }

  .mb-90-sp {
    margin-bottom: 90px !important;
  }
}
.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

@media (min-width: 961px) {
  .mt-95-pc {
    margin-top: 95px !important;
  }

  .mr-95-pc {
    margin-right: 95px !important;
  }

  .mb-95-pc {
    margin-bottom: 95px !important;
  }
}
@media (max-width: 960px) {
  .mt-95-sp {
    margin-top: 95px !important;
  }

  .mr-95-sp {
    margin-right: 95px !important;
  }

  .mb-95-sp {
    margin-bottom: 95px !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

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

@media (min-width: 961px) {
  .mt-100-pc {
    margin-top: 100px !important;
  }

  .mr-100-pc {
    margin-right: 100px !important;
  }

  .mb-100-pc {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 960px) {
  .mt-100-sp {
    margin-top: 100px !important;
  }

  .mr-100-sp {
    margin-right: 100px !important;
  }

  .mb-100-sp {
    margin-bottom: 100px !important;
  }
}
.mt-105 {
  margin-top: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

@media (min-width: 961px) {
  .mt-105-pc {
    margin-top: 105px !important;
  }

  .mr-105-pc {
    margin-right: 105px !important;
  }

  .mb-105-pc {
    margin-bottom: 105px !important;
  }
}
@media (max-width: 960px) {
  .mt-105-sp {
    margin-top: 105px !important;
  }

  .mr-105-sp {
    margin-right: 105px !important;
  }

  .mb-105-sp {
    margin-bottom: 105px !important;
  }
}
.mt-110 {
  margin-top: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

@media (min-width: 961px) {
  .mt-110-pc {
    margin-top: 110px !important;
  }

  .mr-110-pc {
    margin-right: 110px !important;
  }

  .mb-110-pc {
    margin-bottom: 110px !important;
  }
}
@media (max-width: 960px) {
  .mt-110-sp {
    margin-top: 110px !important;
  }

  .mr-110-sp {
    margin-right: 110px !important;
  }

  .mb-110-sp {
    margin-bottom: 110px !important;
  }
}
.mt-115 {
  margin-top: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

@media (min-width: 961px) {
  .mt-115-pc {
    margin-top: 115px !important;
  }

  .mr-115-pc {
    margin-right: 115px !important;
  }

  .mb-115-pc {
    margin-bottom: 115px !important;
  }
}
@media (max-width: 960px) {
  .mt-115-sp {
    margin-top: 115px !important;
  }

  .mr-115-sp {
    margin-right: 115px !important;
  }

  .mb-115-sp {
    margin-bottom: 115px !important;
  }
}
.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

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

@media (min-width: 961px) {
  .mt-120-pc {
    margin-top: 120px !important;
  }

  .mr-120-pc {
    margin-right: 120px !important;
  }

  .mb-120-pc {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 960px) {
  .mt-120-sp {
    margin-top: 120px !important;
  }

  .mr-120-sp {
    margin-right: 120px !important;
  }

  .mb-120-sp {
    margin-bottom: 120px !important;
  }
}
.mt-125 {
  margin-top: 125px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

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

@media (min-width: 961px) {
  .mt-125-pc {
    margin-top: 125px !important;
  }

  .mr-125-pc {
    margin-right: 125px !important;
  }

  .mb-125-pc {
    margin-bottom: 125px !important;
  }
}
@media (max-width: 960px) {
  .mt-125-sp {
    margin-top: 125px !important;
  }

  .mr-125-sp {
    margin-right: 125px !important;
  }

  .mb-125-sp {
    margin-bottom: 125px !important;
  }
}
.mt-130 {
  margin-top: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

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

@media (min-width: 961px) {
  .mt-130-pc {
    margin-top: 130px !important;
  }

  .mr-130-pc {
    margin-right: 130px !important;
  }

  .mb-130-pc {
    margin-bottom: 130px !important;
  }
}
@media (max-width: 960px) {
  .mt-130-sp {
    margin-top: 130px !important;
  }

  .mr-130-sp {
    margin-right: 130px !important;
  }

  .mb-130-sp {
    margin-bottom: 130px !important;
  }
}
.mt-135 {
  margin-top: 135px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

@media (min-width: 961px) {
  .mt-135-pc {
    margin-top: 135px !important;
  }

  .mr-135-pc {
    margin-right: 135px !important;
  }

  .mb-135-pc {
    margin-bottom: 135px !important;
  }
}
@media (max-width: 960px) {
  .mt-135-sp {
    margin-top: 135px !important;
  }

  .mr-135-sp {
    margin-right: 135px !important;
  }

  .mb-135-sp {
    margin-bottom: 135px !important;
  }
}
.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

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

@media (min-width: 961px) {
  .mt-140-pc {
    margin-top: 140px !important;
  }

  .mr-140-pc {
    margin-right: 140px !important;
  }

  .mb-140-pc {
    margin-bottom: 140px !important;
  }
}
@media (max-width: 960px) {
  .mt-140-sp {
    margin-top: 140px !important;
  }

  .mr-140-sp {
    margin-right: 140px !important;
  }

  .mb-140-sp {
    margin-bottom: 140px !important;
  }
}
.mt-145 {
  margin-top: 145px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

@media (min-width: 961px) {
  .mt-145-pc {
    margin-top: 145px !important;
  }

  .mr-145-pc {
    margin-right: 145px !important;
  }

  .mb-145-pc {
    margin-bottom: 145px !important;
  }
}
@media (max-width: 960px) {
  .mt-145-sp {
    margin-top: 145px !important;
  }

  .mr-145-sp {
    margin-right: 145px !important;
  }

  .mb-145-sp {
    margin-bottom: 145px !important;
  }
}
.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

@media (min-width: 961px) {
  .mt-150-pc {
    margin-top: 150px !important;
  }

  .mr-150-pc {
    margin-right: 150px !important;
  }

  .mb-150-pc {
    margin-bottom: 150px !important;
  }
}
@media (max-width: 960px) {
  .mt-150-sp {
    margin-top: 150px !important;
  }

  .mr-150-sp {
    margin-right: 150px !important;
  }

  .mb-150-sp {
    margin-bottom: 150px !important;
  }
}
.mt-155 {
  margin-top: 155px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

@media (min-width: 961px) {
  .mt-155-pc {
    margin-top: 155px !important;
  }

  .mr-155-pc {
    margin-right: 155px !important;
  }

  .mb-155-pc {
    margin-bottom: 155px !important;
  }
}
@media (max-width: 960px) {
  .mt-155-sp {
    margin-top: 155px !important;
  }

  .mr-155-sp {
    margin-right: 155px !important;
  }

  .mb-155-sp {
    margin-bottom: 155px !important;
  }
}
.mt-160 {
  margin-top: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

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

@media (min-width: 961px) {
  .mt-160-pc {
    margin-top: 160px !important;
  }

  .mr-160-pc {
    margin-right: 160px !important;
  }

  .mb-160-pc {
    margin-bottom: 160px !important;
  }
}
@media (max-width: 960px) {
  .mt-160-sp {
    margin-top: 160px !important;
  }

  .mr-160-sp {
    margin-right: 160px !important;
  }

  .mb-160-sp {
    margin-bottom: 160px !important;
  }
}
.mt-165 {
  margin-top: 165px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

@media (min-width: 961px) {
  .mt-165-pc {
    margin-top: 165px !important;
  }

  .mr-165-pc {
    margin-right: 165px !important;
  }

  .mb-165-pc {
    margin-bottom: 165px !important;
  }
}
@media (max-width: 960px) {
  .mt-165-sp {
    margin-top: 165px !important;
  }

  .mr-165-sp {
    margin-right: 165px !important;
  }

  .mb-165-sp {
    margin-bottom: 165px !important;
  }
}
.mt-170 {
  margin-top: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

@media (min-width: 961px) {
  .mt-170-pc {
    margin-top: 170px !important;
  }

  .mr-170-pc {
    margin-right: 170px !important;
  }

  .mb-170-pc {
    margin-bottom: 170px !important;
  }
}
@media (max-width: 960px) {
  .mt-170-sp {
    margin-top: 170px !important;
  }

  .mr-170-sp {
    margin-right: 170px !important;
  }

  .mb-170-sp {
    margin-bottom: 170px !important;
  }
}
.mt-175 {
  margin-top: 175px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

@media (min-width: 961px) {
  .mt-175-pc {
    margin-top: 175px !important;
  }

  .mr-175-pc {
    margin-right: 175px !important;
  }

  .mb-175-pc {
    margin-bottom: 175px !important;
  }
}
@media (max-width: 960px) {
  .mt-175-sp {
    margin-top: 175px !important;
  }

  .mr-175-sp {
    margin-right: 175px !important;
  }

  .mb-175-sp {
    margin-bottom: 175px !important;
  }
}
.mt-180 {
  margin-top: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

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

@media (min-width: 961px) {
  .mt-180-pc {
    margin-top: 180px !important;
  }

  .mr-180-pc {
    margin-right: 180px !important;
  }

  .mb-180-pc {
    margin-bottom: 180px !important;
  }
}
@media (max-width: 960px) {
  .mt-180-sp {
    margin-top: 180px !important;
  }

  .mr-180-sp {
    margin-right: 180px !important;
  }

  .mb-180-sp {
    margin-bottom: 180px !important;
  }
}
.mt-185 {
  margin-top: 185px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

@media (min-width: 961px) {
  .mt-185-pc {
    margin-top: 185px !important;
  }

  .mr-185-pc {
    margin-right: 185px !important;
  }

  .mb-185-pc {
    margin-bottom: 185px !important;
  }
}
@media (max-width: 960px) {
  .mt-185-sp {
    margin-top: 185px !important;
  }

  .mr-185-sp {
    margin-right: 185px !important;
  }

  .mb-185-sp {
    margin-bottom: 185px !important;
  }
}
.mt-190 {
  margin-top: 190px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

@media (min-width: 961px) {
  .mt-190-pc {
    margin-top: 190px !important;
  }

  .mr-190-pc {
    margin-right: 190px !important;
  }

  .mb-190-pc {
    margin-bottom: 190px !important;
  }
}
@media (max-width: 960px) {
  .mt-190-sp {
    margin-top: 190px !important;
  }

  .mr-190-sp {
    margin-right: 190px !important;
  }

  .mb-190-sp {
    margin-bottom: 190px !important;
  }
}
.mt-195 {
  margin-top: 195px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

@media (min-width: 961px) {
  .mt-195-pc {
    margin-top: 195px !important;
  }

  .mr-195-pc {
    margin-right: 195px !important;
  }

  .mb-195-pc {
    margin-bottom: 195px !important;
  }
}
@media (max-width: 960px) {
  .mt-195-sp {
    margin-top: 195px !important;
  }

  .mr-195-sp {
    margin-right: 195px !important;
  }

  .mb-195-sp {
    margin-bottom: 195px !important;
  }
}
.mt-200 {
  margin-top: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

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

@media (min-width: 961px) {
  .mt-200-pc {
    margin-top: 200px !important;
  }

  .mr-200-pc {
    margin-right: 200px !important;
  }

  .mb-200-pc {
    margin-bottom: 200px !important;
  }
}
@media (max-width: 960px) {
  .mt-200-sp {
    margin-top: 200px !important;
  }

  .mr-200-sp {
    margin-right: 200px !important;
  }

  .mb-200-sp {
    margin-bottom: 200px !important;
  }
}
.m-auto {
  margin: auto;
}

@media (max-width: 960px) {
  .m-auto-sp {
    margin: auto;
  }
}
.btn {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  background-color: #F08317;
  border-radius: 4px;
  min-width: 102px;
  line-height: 1.2;
  padding: 7px 8px 8px;
  border: solid 2px #F08317;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 641px) {
  .btn:hover {
    text-decoration: none;
    background-color: transparent;
    color: #F08317;
  }
}
.btn + .btn {
  margin-left: 9px;
}
.btn--border {
  background-color: transparent;
  color: #F08317;
}
@media (min-width: 641px) {
  .btn--border:hover {
    background-color: #F08317;
    color: #fff;
  }
}
.btn-more {
  border: solid 1px #E2E2E2;
  background-color: #F7F7F7;
  font-weight: bold;
  border-radius: 0;
  display: block;
  padding: 7px 8px 8px;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 641px) {
  .btn-more:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media (max-width: 640px) {
  .btn-more {
    padding: 11px 8px 11px;
    max-width: 100%;
    border: 0;
  }
}

input, input[type=checkbox], textarea[type=checkbox], select[type=checkbox], select, select[type=text], select[type=email], select[type=number], select[type=tel], select[type=password], textarea, textarea[type=text], textarea[type=email], textarea[type=number], textarea[type=tel], textarea[type=password], input[type=text], input[type=email], input[type=number], input[type=tel], input[type=password] {
  font-size: 1.4rem;
  height: 36px;
  padding: 0 16px;
  border: solid 1px #E2E2E2;
  border-radius: 4px;
  background-color: transparent;
}
textarea {
  padding: 10px;
  height: 144px;
}
@media (max-width: 960px) {
  textarea {
    height: 183px;
  }
}

select {
  min-width: 280px;
  padding: 0 30px 0 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.014%22%20height%3D%225.715%22%20viewBox%3D%220%200%2010.014%205.715%22%3E%20%3Cpath%20id%3D%22%E3%83%89%E3%83%AD%E3%83%83%E3%83%97%E3%83%80%E3%82%A6%E3%83%B3%E3%82%A2%E3%83%AD%E3%83%BC%22%20d%3D%22M-21294.541-23362l4.654%2C4.654%2C4.652-4.654%22%20transform%3D%22translate(21294.895%2023362.354)%22%20fill%3D%22none%22%20stroke%3D%22%233b3e43%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 10px center;
  background-size: 10px;
  background-repeat: no-repeat;
}

input[type=checkbox], textarea[type=checkbox], select[type=checkbox] {
  padding: 0;
  width: 16px;
  height: 16px;
}
input[type=checkbox]:checked, textarea[type=checkbox]:checked, select[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_739%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20739%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23ed5e20%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_740%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20740%22%20width%3D%228%22%20height%3D%222%22%20transform%3D%22translate(2.697%205.525)%20rotate(45)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_741%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20741%22%20width%3D%2211%22%20height%3D%222%22%20transform%3D%22translate(14.717%204.818)%20rotate(135)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

input[type=submit], textarea[type=submit], select[type=submit] {
  padding: 0 40px;
}

.form-message {
  padding: 20px;
  border: solid 1px;
  display: inline-block;
  margin: 0 0 40px;
}
.form-message--success {
  border-color: #37BC17;
}
.tab__check {
  display: none;
}
.tab__check:nth-child(0):checked ~ .tab__content:nth-of-type(1) {
  display: block;
}
.tab__check:nth-child(0):checked ~ .tab__list .tab__item:nth-child(0) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(0):checked ~ .tab__list .tab__item:nth-child(0) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(1):checked ~ .tab__content:nth-of-type(2) {
  display: block;
}
.tab__check:nth-child(1):checked ~ .tab__list .tab__item:nth-child(1) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(1):checked ~ .tab__list .tab__item:nth-child(1) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(2):checked ~ .tab__content:nth-of-type(3) {
  display: block;
}
.tab__check:nth-child(2):checked ~ .tab__list .tab__item:nth-child(2) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(2):checked ~ .tab__list .tab__item:nth-child(2) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(3):checked ~ .tab__content:nth-of-type(4) {
  display: block;
}
.tab__check:nth-child(3):checked ~ .tab__list .tab__item:nth-child(3) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(3):checked ~ .tab__list .tab__item:nth-child(3) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(4):checked ~ .tab__content:nth-of-type(5) {
  display: block;
}
.tab__check:nth-child(4):checked ~ .tab__list .tab__item:nth-child(4) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(4):checked ~ .tab__list .tab__item:nth-child(4) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(5):checked ~ .tab__content:nth-of-type(6) {
  display: block;
}
.tab__check:nth-child(5):checked ~ .tab__list .tab__item:nth-child(5) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(5):checked ~ .tab__list .tab__item:nth-child(5) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(6):checked ~ .tab__content:nth-of-type(7) {
  display: block;
}
.tab__check:nth-child(6):checked ~ .tab__list .tab__item:nth-child(6) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(6):checked ~ .tab__list .tab__item:nth-child(6) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(7):checked ~ .tab__content:nth-of-type(8) {
  display: block;
}
.tab__check:nth-child(7):checked ~ .tab__list .tab__item:nth-child(7) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(7):checked ~ .tab__list .tab__item:nth-child(7) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(8):checked ~ .tab__content:nth-of-type(9) {
  display: block;
}
.tab__check:nth-child(8):checked ~ .tab__list .tab__item:nth-child(8) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(8):checked ~ .tab__list .tab__item:nth-child(8) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(9):checked ~ .tab__content:nth-of-type(10) {
  display: block;
}
.tab__check:nth-child(9):checked ~ .tab__list .tab__item:nth-child(9) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(9):checked ~ .tab__list .tab__item:nth-child(9) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(10):checked ~ .tab__content:nth-of-type(11) {
  display: block;
}
.tab__check:nth-child(10):checked ~ .tab__list .tab__item:nth-child(10) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(10):checked ~ .tab__list .tab__item:nth-child(10) .tab__link:hover {
  opacity: 1;
}
.tab__list {
  display: flex;
  align-items: flex-end;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.tab__item {
  flex: 1;
  margin: 0 0.4rem;
  overflow: hidden;
}
.tab__link {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 4.8rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
}
.tab__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tab__body {
  background-color: #fff;
}
.tab__content {
  display: none;
}

.tag {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  text-align: center;
  width: 8.6rem;
}

.table dl {
  display: flex;
  padding: 15px 0;
  border-bottom: solid 1px #E2E2E2;
}
@media (max-width: 640px) {
  .table dl {
    display: block;
    padding: 0;
    border-bottom: 0;
    margin: 0 0 12px;
  }
  .table dl:last-child {
    margin: 0;
  }
}
.table dl dt {
  width: 200px;
  flex-shrink: 0;
  font-weight: bold;
}
@media (max-width: 640px) {
  .table dl dt {
    width: 100%;
    margin: 0 0 5px;
  }
}
.table dl dd {
  width: 100%;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-top: solid 5px #000;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 960px) {
  .header {
    padding-bottom: 48px;
  }
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .header-inner {
    height: 56px;
  }
}
.header-logo {
  height: 38px;
  width: auto;
}
@media (max-width: 960px) {
  .header-logo {
    height: 28px;
  }
}
.header-logo img {
  height: 100%;
  width: auto;
}
.header-title {
  margin: 0 0 0 15px;
  font-weight: bold;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.header-search {
  margin: 0 auto 0 15px;
  position: relative;
  width: 100%;
  max-width: 380px;
}
@media (max-width: 960px) {
  .header-search {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 0;
  }
}
.header-search__icon {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 16px;
  width: 16px;
  color: #777777;
}
.header-search input, .header-search textarea, .header-search select {
  padding-left: 40px;
  width: 100%;
}
.header-about {
  margin: 0 26px;
  font-size: 1.4rem;
  text-decoration: underline;
  padding-left: 8px;
  color: #000;
  position: relative;
}
.header-about:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 4px #000;
  border-top: solid 2.5px transparent;
  border-bottom: solid 2.5px transparent;
}
@media (max-width: 960px) {
  .header-btns {
    margin: 0 0 0 auto;
  }
}
.header-btns .btn {
  margin: 0 0 0 9px;
}
@media (max-width: 640px) {
  .header-btns .btn {
    margin: 0;
    font-size: 1.3rem;
    min-width: 0px;
    padding: 7px 10px;
  }
}
.header-btns .btn:first-child {
  margin: 0;
}
@media (max-width: 960px) {
  .header-btns .btn:first-child {
    background-color: transparent;
    border-color: transparent;
  }
}
.header-menu {
  display: none;
}
.menu-open .header-menu {
  display: block;
  position: fixed;
  top: 105px;
  left: 0;
  height: calc(100vh - 105px);
  width: 100vw;
  background-color: #fff;
  border-top: solid 1px #E2E2E2;
  overflow-y: scroll;
  padding-bottom: 100px;
}
.header-category {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.header-category__item {
  width: 50%;
  display: flex;
  padding: 10px 10px 10px 40px;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
}
.header-category__item img {
  width: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header-links__item {
  border-top: solid 1px #E2E2E2;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 10px;
  display: flex;
  align-items: center;
}
.header-links__item:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: solid 3px #999999;
  border-right: solid 3px #999999;
  transform: rotate(45deg);
  margin: 0 5px 0 auto;
}
.header-links__item:last-child {
  border-bottom: solid 1px #E2E2E2;
}
.header-hamburger {
  display: none;
  width: 20px;
  height: 18px;
  position: relative;
  margin: 0 0 0 15px;
}
@media (max-width: 960px) {
  .header-hamburger {
    display: block;
  }
}
.header-hamburger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.2s;
}
.header-hamburger span:nth-child(1) {
  top: calc(50% - 8px);
}
.menu-open .header-hamburger span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-open .header-hamburger span:nth-child(2) {
  opacity: 0;
}
.header-hamburger span:nth-child(3) {
  top: calc(50% + 8px);
}
.menu-open .header-hamburger span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header--form {
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 960px) {
  .header--form {
    padding-bottom: 0px;
  }
}
.header--form .header-inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media (max-width: 960px) {
  .header--form .header-inner {
    height: 64px;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.header--form .header-inner-title {
  margin: 0 0 0 30px;
}

.layout-width {
  max-width: 1180px;
  width: calc(100vw - 20px);
  margin: auto;
}
@media (max-width: 960px) {
  .layout-width--pc {
    width: 100%;
  }
}
.layout-width--sp {
  width: 100%;
}
@media (max-width: 960px) {
  .layout-width--sp {
    width: calc(100vw - 20px);
  }
}
@media (min-width: 961px) {
  .layout-sideMenu {
    display: flex;
  }
  .layout-sideMenu__contents {
    width: 350px;
    flex-shrink: 0;
    margin: 0 0 0 60px;
  }
}
@media (min-width: 961px) {
  .layout-pressList {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -25px;
  }
  .layout-pressList > * {
    padding: 10px 25px;
    width: 50%;
  }
}
.layout-form__inner {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .layout-form__inner {
    margin: 0 10px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

.footer {
  margin-top: auto;
  width: 100%;
  position: relative;
}
.footer__pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: #333333;
  width: 40px;
  height: 40px;
  transition: opacity 0.5s ease-in;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__pagetop:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  transform: translateY(10%) rotate(45deg);
}
.footer__pagetop.show {
  opacity: 1;
  pointer-events: initial;
}
.footer__pagetop:hover {
  border-bottom: none;
  opacity: 0.6;
}
.footer-show .footer__pagetop {
  position: absolute;
  bottom: calc(100% + 15px);
}
.footer-menu {
  padding: 6px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #333333;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .footer-menu {
    padding: 0;
    width: calc(100vw + 1px);
    background-color: transparent;
  }
}
.footer-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .footer-menu__item {
    padding: 16px 10px;
    background-color: #333333;
    text-align: center;
    width: 100%;
    border-bottom: solid 1px #777777;
    border-right: solid 1px #777777;
    box-sizing: border-box;
  }
  .footer-menu__item:not(.footer-menu__item--large) {
    width: 50%;
  }
  .footer-menu__item--terms {
    width: auto !important;
    background-color: #fff;
    color: #000;
    padding: 0;
    margin: 16px 0 0;
    border: 0;
  }
  .footer-menu__item--terms:last-of-type {
    margin: 16px 0 16px;
  }
  .footer-menu__item--spacer {
    display: none;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .footer-menu__item--spacer {
    display: block;
    width: 100%;
  }
}
.footer-menu__item img {
  width: 11px;
  margin: 0 0 0 5px;
}
@media (min-width: 961px) {
  .footer-menu__item:after {
    content: "　｜　";
  }
}
.footer-menu__item:last-child::after {
  display: none;
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  color: #999999;
  padding: 22px 0;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 960px) {
  .footer-copyright {
    display: block;
    text-align: center;
    padding: 10px 0 20px;
  }
}
.footer-copyright img {
  height: 19px;
  width: auto;
  display: inline-block;
}
@media (max-width: 960px) {
  .footer-copyright img {
    margin: 0 0 20px;
  }
}

.contents {
  padding-top: 87px;
}
@media (max-width: 960px) {
  .contents {
    padding-top: 109px;
  }
}
.contents-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media (max-width: 960px) {
  .form .contents {
    padding-top: 69px;
  }
}

.page__heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 960px) {
  .page__heading {
    font-size: 2rem;
  }
}
.page__heading--border {
  padding-left: 22px;
}
@media (max-width: 960px) {
  .page__heading--border {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 10px;
    font-size: 2rem;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
  }
}
.page__heading--border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 10px);
  width: 4px;
  background-color: #F08317;
}
@media (max-width: 960px) {
  .page__heading--border:before {
    height: 100%;
  }
}
.page__heading--small {
  line-height: 1.25;
  font-size: 2rem;
}
@media (max-width: 960px) {
  .page__heading--small {
    font-size: 1.8rem;
  }
}
.page__heading--small:before {
  height: 100%;
}
.page__heading--link {
  padding-right: 80px;
}
.page__heading--link .link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .page__heading--link .link {
    right: 15px;
  }
}

.category-header {
  padding: 16px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media (max-width: 960px) {
  .category-header {
    padding: 11px 0;
    display: none;
    overflow-x: scroll;
  }
  .top .category-header {
    display: block;
  }
}
.category-header__list {
  display: inline-flex;
  justify-content: center;
  padding: 0 15px;
}
.category-header__item {
  line-height: 1;
  word-break: keep-all;
  white-space: nowrap;
  margin: 0 2em 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .category-header__item {
    font-size: 1.3rem;
  }
}
.category-header__item:last-child {
  margin: 0;
}
.category-header__item.active {
  color: #F08317;
}
.category-sideMenu__heading {
  font-size: 2rem;
  font-weight: bold;
}
.category-sideMenu__item {
  border-top: solid 1px #E2E2E2;
  display: flex;
  padding: 13px 0 13px 30px;
  align-items: center;
  font-weight: bold;
  position: relative;
}
.category-sideMenu__item:last-child {
  border-bottom: solid 1px #E2E2E2;
}
.category-sideMenu__item img {
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.category-sideMenu__item:after {
  content: "";
  height: 5px;
  width: 5px;
  border-top: solid 2px #999999;
  border-right: solid 2px #999999;
  transform: rotate(45deg);
  margin: 0 0 0 auto;
}

.press-list {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -10px;
}
@media (max-width: 960px) {
  .press-list {
    margin: 0;
  }
}
.press-list--2col .press-list__item {
  width: 50%;
}
@media (max-width: 960px) {
  .press-list--2col .press-list__item {
    width: 100%;
  }
}
.press-list--4col .press-list__item {
  width: 25%;
}
@media (max-width: 960px) {
  .press-list--4col .press-list__item {
    width: 100%;
  }
}
.press-list--card-large {
  margin: -15px -10px;
}
@media (min-width: 961px) {
  .press-list--card {
    margin: -15px -10px;
  }
}
.press-list__item {
  display: flex;
  position: relative;
  padding: 25px 10px;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .press-list__item {
    padding: 15px 10px;
    width: 100%;
  }
}
.press-list--card-large .press-list__item {
  display: block;
  padding: 15px 10px;
}
.press-list--card-large .press-list__item:after {
  display: none;
}
@media (max-width: 960px) {
  .press-list--card-large .press-list__item {
    padding: 10px 15px 20px;
    border-bottom: solid 1px #E2E2E2;
  }
}
@media (min-width: 961px) {
  .press-list--card .press-list__item {
    display: block;
    padding: 15px 10px;
  }
  .press-list--card .press-list__item:after {
    display: none;
  }
}
.press-list__item:after {
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  left: 10px;
  bottom: 0;
  background-color: #E2E2E2;
  position: absolute;
}
@media (max-width: 960px) {
  .press-list__item:after {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 961px) {
  .press-list__item:last-child:after {
    display: none;
  }
  .press-list--2col .press-list__item:nth-last-child(-n+2):after {
    display: none;
  }
  .press-list--4col .press-list__item:nth-last-child(-n+4):after {
    display: none;
  }
}
.press-list__img {
  background-color: #F4F4F4;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 140px;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
.press-list__img:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.press-list--card-large .press-list__img {
  width: 100%;
  margin: 0;
}
@media (max-width: 960px) {
  .press-list__img {
    width: 120px;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 961px) {
  .press-list--card .press-list__img {
    width: 100%;
    margin: 0;
  }
}
.press__categorys {
  flex-wrap: wrap;
  margin: -4px;
  display: flex;
}
.press-list .press__categorys {
  display: none;
}
.press-list--category .press__categorys {
  display: flex;
}
.press-list--card-large .press__categorys {
  margin: 6px -4px -4px;
}
@media (max-width: 960px) {
  .press__categorys {
    display: flex;
  }
}
.press__categorys-item {
  font-size: 1.1rem;
  height: 27px;
  padding: 0 10px;
  border-radius: 4px;
  border: solid 1px #E2E2E2;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  margin: 4px;
}
@media (min-width: 961px) {
  .press__categorys-item:hover {
    text-decoration: none;
  }
}
@media (max-width: 960px) {
  .press__categorys-item {
    height: 23px;
  }
}
.press__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 960px) {
  .press__title {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
}
.press-list--card .press__title {
  font-size: 2rem;
  -webkit-line-clamp: 2 !important;
}
.press-list--card-large .press__title {
  font-size: 2rem;
  -webkit-line-clamp: 2 !important;
}
@media (max-width: 960px) {
  .press-list--card-large .press__title {
    font-size: 1.6rem;
    -webkit-line-clamp: 3 !important;
  }
}
.press-list--category .press__title {
  -webkit-line-clamp: 1;
  margin: 10px 0 0;
}
.press__date {
  color: #777777;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
@media (max-width: 960px) {
  .press__date {
    margin: 3px 0 0;
  }
}
.press-list--card-large .press__date {
  margin: 20px 0 0;
}
@media (max-width: 960px) {
  .press-list--card-large .press__date {
    margin: 10px 0 0;
  }
}
.press__date .feather {
  height: 12px;
  width: 12px;
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
.press__author {
  font-size: 1.3rem;
  margin: 5px 0 0;
}
@media (max-width: 960px) {
  .press__author {
    margin: 0;
  }
}
.press__sns {
  display: flex;
}
.press__sns a {
  width: 20px;
  margin: 0 16px 0 0;
}
@media (max-width: 640px) {
  .press__sns a {
    width: 24px;
    margin: 0 12px 0 0;
  }
}
.press__sns a:last-child {
  margin: 0;
}
.press__sns a img {
  display: block;
}
@media (min-width: 961px) {
  .press-single__header {
    padding-right: 60px;
    position: relative;
  }
  .press-single__header .press__sns {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 960px) {
  .press-single__data .page__heading {
    padding: 15px 15px 15px 25px;
    font-size: 1.6rem;
    min-height: auto;
  }
  .press-single__data .page__heading:before {
    height: calc(100% - 30px);
    left: 10px;
  }
  .press-single__data .page__heading:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    left: 50%;
    height: 100%;
    background-color: #F4F4F4;
    transform: translateX(-50%);
  }
}

.text {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 961px) {
  .text--lg {
    font-size: 1.6rem;
  }
}
.text a {
  color: #E63556;
  text-decoration: none;
  word-break: break-all;
}
.text-center {
  text-align: center;
}
@media (max-width: 960px) {
  .text-center--sp {
    text-align: center;
  }
}

.link {
  color: #E63556;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}
@media (min-width: 961px) {
  .link--large {
    font-size: 1.6rem;
  }
}
.link:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #E63556;
  border-right: solid 2px #E63556;
  transform: rotate(45deg);
  margin: 0 0 0 5px;
}

@media (min-width: 961px) {
  .information__row {
    display: flex;
    justify-content: space-between;
  }
  .information__row .information-list {
    width: 66.6666666667%;
  }
}
.information-list__heading {
  font-size: 2rem;
  font-weight: bold;
}
.information-list__item {
  margin: 20px 0 0;
}
.information-list__item:first-child {
  margin: 0;
}
.information-list__header {
  display: flex;
}
.information__date {
  font-size: 1.3rem;
  color: #999999;
}
.information__category {
  display: flex;
  margin: 0 0 0 1em;
  font-size: 1.3rem;
  color: #333333;
}
.information__category:before {
  content: "｜　";
  color: #E2E2E2;
}
.information__category p:after {
  content: ", ";
}
.information__category p:last-child:after {
  display: none;
}
.information__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 5px 0 0;
}

.breadcrumbs {
  padding: 20px 0;
  font-size: 1.3rem;
}
@media (max-width: 960px) {
  .breadcrumbs {
    padding: 10px 10px 20px;
    border-bottom: solid 1px #E2E2E2;
  }
}
.breadcrumbs span, .breadcrumbs a {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs span:after, .breadcrumbs a:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  border-right: solid 2px #999999;
  border-top: solid 2px #999999;
  transform: rotate(45deg);
  margin: 0 0.5em;
}
.breadcrumbs span:last-child:after, .breadcrumbs a:last-child:after {
  display: none;
}

.pager {
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
.pager span, .pager a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}
.pager a {
  background-color: #F7F7F7;
  border: solid 1px #E2E2E2;
}
.pager a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.pager__arrow {
  border: solid 1px #E2E2E2;
}
.pager__arrow:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  border-right: solid 2px #222222;
  border-top: solid 2px #222222;
  transform: translateX(-15%) rotate(45deg);
  margin: 0 0.5em;
}
.pager__arrow--prev {
  transform: rotate(180deg);
}

.wisywig > img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 30px auto;
}
@media (max-width: 960px) {
  .wisywig > img {
    margin: 25px auto;
  }
}
.wisywig > p {
  margin: 20px 0;
}
@media (max-width: 960px) {
  .wisywig > p {
    margin: 15px 0;
  }
}
.wisywig > h2 {
  margin: 40px 0 20px;
  z-index: 0;
  padding-left: 22px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 960px) {
  .wisywig > h2 {
    margin: 25px 0 15px;
  }
}
.wisywig > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 10px);
  width: 4px;
  background-color: #F08317;
}
@media (max-width: 960px) {
  .wisywig > h2:before {
    height: 100%;
  }
}
@media (max-width: 960px) {
  .wisywig > h2 {
    font-size: 1.6rem;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .wisywig > h2:before {
    height: calc(100% - 30px);
    display: none;
  }
}
.wisywig > .table {
  margin: 20px 0;
}
@media (max-width: 960px) {
  .wisywig > .table hr {
    margin: 0 -10px;
  }
}
.wisywig > ul {
  margin: 20px 0;
}
.wisywig > ul li {
  position: relative;
  padding-left: 20px;
}
.wisywig > ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #98A6B5;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
}
.wisywig > ol {
  margin: 20px 0;
  counter-reset: number 0;
}
.wisywig > ol li {
  position: relative;
  padding-left: 20px;
}
.wisywig > ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.wisywig > .card {
  margin: 40px 0;
}
@media (max-width: 960px) {
  .wisywig > .press-list {
    margin: 0 -10px;
  }
}

.card {
  border: solid 1px #E2E2E2;
  border-radius: 4px;
}
.card__heading {
  border-bottom: solid 1px #E2E2E2;
  background-color: #F7F7F7;
  padding: 18px 30px;
  margin: 0 !important;
}
@media (max-width: 960px) {
  .card__heading {
    padding: 10px 10px;
  }
}
.card__contents {
  padding: 20px 30px;
}
@media (max-width: 960px) {
  .card__contents {
    padding: 15px 10px;
  }
}
.card__contents:first-child {
  margin-top: 0;
}
.card__contents:last-child {
  margin-bottom: 0;
}
@media (min-width: 961px) {
  .card__contents .table {
    margin: -15px 0 !important;
  }
  .card__contents .table dl:last-child {
    border-bottom: 0;
  }
}

.modal {
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  transform: translate(-50%, -50%);
  text-align: center;
}
.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
.modal__bg.open {
  display: block;
}
.modal__bg .close {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .modal__bg .close {
    display: none;
  }
}
.modal__bg .close:before, .modal__bg .close:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  height: 18px;
  width: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.modal__bg .close:after {
  transform: rotate(135deg);
}
@media (max-width: 960px) {
  .modal {
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
  }
}
.modal .blocks {
  display: flex;
}
@media (max-width: 960px) {
  .modal .blocks {
    flex-wrap: wrap;
  }
}
.modal .block {
  background-color: #fff;
  display: inline-block;
  padding: 40px;
  border-radius: 4px;
  width: 400px;
}
@media (max-width: 960px) {
  .modal .block {
    padding: 32px 20px;
    width: 100%;
  }
}
.modal .block:nth-of-type(2) {
  margin-left: 20px;
}
@media (max-width: 960px) {
  .modal .block:nth-of-type(2) {
    margin-left: 0;
    margin-top: 12px;
  }
}
.modal .block__ttl {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .modal .block__ttl {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}
.modal .block__ttl img {
  width: 22px;
  height: 17px;
  margin-right: 8px;
}
@media (max-width: 960px) {
  .modal .block__ttl img {
    width: 18px;
    height: 14px;
    margin-right: 10px;
  }
}
.modal .block__desc {
  font-size: 14px;
  line-height: 22px;
}
.modal .block .btn {
  padding: 22px 0;
  display: block;
  margin: 24px 0 16px;
}
@media (max-width: 960px) {
  .modal .block .btn {
    padding: 18px 0;
    margin: 24px 0;
  }
}
.modal .block .btn--pink {
  background-color: #E63556;
  border-color: #E63556;
}
@media (min-width: 961px) {
  .modal .block .btn--pink:hover {
    color: #E63556;
    background-color: #fff;
  }
}
.modal .block .btn-link {
  color: #F08317;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .modal .block .btn-link {
    font-size: 14px;
  }
}
.modal .block .btn-link--pink {
  color: #E63556;
}
.modal .link-white {
  display: inline-block;
  margin-top: 22px;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 961px) {
  .modal .link-white:hover {
    opacity: 0.7;
  }
}

html {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #222222;
  margin: 0;
  padding: 0;
  width: 100vw;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

img {
  height: auto;
}

hr {
  height: 1px;
  background-color: #E2E2E2;
  border: none;
}
