@charset "UTF-8";
.pc {
  display: block; }

.sp {
  display: none; }

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

  .sp {
    display: block; } }
/* ======================
        commmon
====================== */
html, body {
  width: 100%;
  font-size: 14px; }

body {
  margin-top: 0; }

section {
  padding-top: 50px;
  padding-bottom: 50px; }
section .section-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px; }
section .section-container .section-ttl h2 {
  font-size: 3rem;
  font-weight: 100; }

/* ======================
        font
====================== */
p, h1, h2, h3, h4, h5, h6, li, input, textarea, select {
  color: #555555;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1.1px;
  font-family: 'Noto Sans JP', sans-serif; }

p {
  margin-bottom: 20px; }
@media screen and (max-width: 767px) {
  p {
    font-size: 13px; } }

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  line-height: 1.7; }

h1 {
  margin: 40px 0;
  font-size: 2.7rem;
  font-weight: 600; }

h2 {
  margin: 30px 0;
  font-size: 2.4rem;
  font-weight: 600; }

h3 {
  font-size: 2rem;
  font-weight: 400; }

h4 {
  font-size: 1.5rem; }

h3, h4 {
  margin: 15px 0; }

h4, h5, h6 {
  font-weight: 300; }

li {
  line-height: 1.6; }

a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #333;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }

.mintyo {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

/* ======================
        image
====================== */
img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

/* ======================
        btn
====================== */
.btn {
  margin-top: 100px;
  text-align: center; }
.btn a {
  font-size: 1rem;
  font-weight: 200;
  padding: 20px 40px;
  display: inline-block;
  background: none;
  border: none;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
.btn a:after, .btn a:before {
  content: '';
  position: absolute;
  background-color: rgba(113, 156, 235, 0);
  border-color: rgba(113, 156, 235, 0);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #333;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
.btn a:after {
  transform: translate(3px, 3px); }
.btn a:before {
  transform: translate(-3px, -3px); }
.btn a:hover {
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
.btn a:hover:after, .btn a:hover:before {
  z-index: -1;
  background-color: rgba(113, 156, 235, 0.6);
  border-color: rgba(113, 156, 235, 0.6);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

@media screen and (max-width: 767px) {
  .btn {
    margin-top: 30px; }
  .btn a {
    font-size: 0.8rem;
    padding: 15px 40px; } }
