/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* ---------------------------------------*/
/* Base */
/* ---------------------------------------*/
html {
  font-size: 62.5%;
  text-align: center;
}

body {
  font-family: 'Noto Serif JP', serif;
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}

a:link,
a:visited {
  color: inherit;
}

a:hover,
a:active {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media screen and (max-width: 767px) {
  a:hover,
  a:active {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

img {
  width: 100%;
}

small {
  font-size: 1.2rem;
}

.wrapper-1200 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .wrapper-1200 {
    padding: 0 20px;
  }
}

.wrapper-680 {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .wrapper-680 {
    padding: 0 40px;
  }
}

.only-sp {
  display: none;
}

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

/* ---------------------------------------*/
/* section */
/* ---------------------------------------*/
.section-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .section-column {
    display: block;
  }
}

.section-heading {
  width: 20%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 0 50px;
  position: relative;
}

.section-heading span {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
}

.section-heading::before {
  display: block;
  content: '';
  width: 37px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .section-heading {
    width: auto;
    margin: 0 -20px 30px;
  }
}

.section-heading-dammy {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .section-heading-dammy {
    width: 100%;
  }
}

.section-image {
  width: 37%;
  -webkit-box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .section-image {
    width: 100%;
    margin: 0 0 30px;
  }
}

.section-text {
  width: 36%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .section-text {
    width: 100%;
  }
}

.section-text-heading-area {
  display: inline-block;
  position: relative;
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .section-text-heading-area {
    margin: 0 0 20px;
  }
}

.section-text__heading {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  padding: 0 35px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-text__heading {
    font-size: 7vw;
  }
}

.section-text__instagram {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

/* buttons */
/* ---------------------------------------*/
.section-button-list {
  margin: 30px 0 0;
}

.section-button-list__item {
  width: 245px;
  margin: 0 0 20px;
}

.section-button-list__item:last-child {
  margin: 0;
}

.section-button-list__item a {
  display: block;
  border: solid 1px;
  line-height: 1;
  text-align: center;
  padding: 20px 0 22px;
  position: relative;
}

.section-button-list__item a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
}

@media screen and (max-width: 767px) {
  .section-button-list__item {
    margin: 0 auto 20px;
  }
  .section-button-list__item:last-child {
    margin: 0 auto;
  }
}

/* banner */
/* ---------------------------------------*/
.section-banner {
  width: 245px;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .section-banner {
    margin: 30px auto 0;
  }
}

/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
#keyvisual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 700px;
  background: url(../img/bg_keyvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  #keyvisual {
    height: 180vw;
    background: url(../img/bg_keyvisual-sp.jpg) no-repeat;
    background-size: 100%;
  }
}

.keyvisual-maintitle {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .keyvisual-maintitle {
    width: 82%;
  }
}

/* ---------------------------------------*/
/* gcg */
/* ---------------------------------------*/
#gcg {
  background: #AE2256;
  padding: 85px 0 100px;
  color: #fff;
}

#gcg .section-heading::before {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #gcg {
    padding: 30px 0 75px;
  }
}

/* ---------------------------------------*/
/* amg */
/* ---------------------------------------*/
#amg {
  padding: 100px 0 30px;
  color: #AE2256;
}

#amg .section-heading::before {
  background: #AE2256;
}

#amg .section-column {
  margin: 0 0 70px;
}

@media screen and (max-width: 767px) {
  #amg {
    padding: 70px 0 0;
  }
  #amg .section-column {
    margin: 0 0 80px;
  }
}

/* ---------------------------------------*/
/* scl */
/* ---------------------------------------*/
#aas {
  padding: 100px 0 70px;
  background: #FFE869;
  color: #AE2256;
}

#aas .section-heading::before {
  background: #AE2256;
}

@media screen and (max-width: 767px) {
  #aas {
    padding: 40px 0 60px;
  }
}

/* ---------------------------------------*/
/* social */
/* ---------------------------------------*/
#social {
  padding: 70px 0;
}

#social .section-column {
  color: #fff;
  background: #38BABA;
  border-radius: 20px;
  padding: 55px 40px 60px 0;
  margin: 0 0 100px;
}

#social .section-heading {
  width: 24%;
}

#social .section-heading::before {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #social {
    padding: 60px 0 40px;
  }
  #social .section-column {
    padding: 20px;
    margin: 0 0 40px;
  }
  #social .section-heading {
    width: auto;
    margin: 0 -30px 30px;
  }
}

.social-content {
  width: 76%;
  text-align: left;
}

.social-content p {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .social-content {
    width: 100%;
  }
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .social-list {
    display: block;
  }
}

.social-list__item {
  width: 31%;
  background: #fff;
  padding: 0 18px 25px;
  border-radius: 10px;
  color: #333;
}

.social-list__item figure {
  margin: 0 -18px 20px;
}

.social-list__item p {
  margin: 0 0 20px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .social-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .social-list__item:last-child {
    margin: 0;
  }
}

.social_button {
  margin: 0 !important;
}

.social_button a {
  display: block;
  border: solid 1px;
  line-height: 1;
  padding: 15px;
  position: relative;
}

.social_button a::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
}

.social-contribution p {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .social-contribution {
    padding: 0 25px;
  }
  .social-contribution p {
    text-align: left;
  }
}

.social-contribution-heading {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0 0 35px;
}

@media screen and (max-width: 767px) {
  .social-contribution-heading {
    font-size: 2.0rem;
    margin: 0 0 30px;
  }
}

/* ---------------------------------------*/
/* fc */
/* ---------------------------------------*/
#fc {
  background: url(../img/bg_fc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 60px 0;
}

#fc p {
  text-align: left;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  #fc {
    background: url(../img/bg_fc-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }
}

.fc-heading {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 35px;
}

@media screen and (max-width: 767px) {
  .fc-heading {
    font-size: 2.2rem;
    margin: 0 0 30px;
  }
}

.fc-button {
  display: inline-block;
  margin: 0 !important;
}

.fc-button a {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 40px 90px;
  background: #AE2256;
  border-radius: 4px;
  position: relative;
}

.fc-button a::after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
}

@media screen and (max-width: 767px) {
  .fc-button {
    display: block;
  }
  .fc-button a {
    line-height: 1.4;
    padding: 20px;
  }
}

/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
footer {
  background: #927E5F;
  padding: 40px 0;
  color: #fff;
}

footer a {
  color: #fff;
}
