@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

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

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.container {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 1366px;
    padding-top: 135px;
  }

  .wrapper {
    width: 1088px;
    margin-right: auto;
    margin-left: auto;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  body {
    font-size: 0.13rem;
  }

  body.has-menu {
    position: fixed;
    width: 100%;
  }

  .container {
    min-width: 320px;
    padding-top: 0.6rem;
  }

  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .md {
    display: none !important;
  }
}

header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

header.is-header-top:not(.header-clone) {
  background: rgba(255, 255, 255, 0);
}

header .header-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 101;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header-wrapper h1 {
  margin-bottom: 0;
}

header .header-logo {
  display: block;
  position: relative;
}

header .header-navigation {
  position: relative;
  height: auto;
  opacity: 1;
}

header .header-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  font-weight: 500;
  list-style: none;
}

header .header-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header .header-list-link {
  position: relative;
  color: #393939;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}

header .header-button-link {
  display: inline-block;
  background: #a7bb95;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}

header .header-area-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-clone {
  visibility: hidden;
  position: fixed;
  top: -500px;
  transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
}

.header-clone.is-header-sticky {
  visibility: visible;
  top: 0;
  opacity: 1;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1366px;
  }

  header.is-header-top:not(.header-clone) .header-list-link {
    transition: all 0.3s ease;
    color: #fff;
  }

  header.is-header-top:not(.header-clone) .header-icon-instagram {
    filter: brightness(10);
    transition: all 0.3s ease;
  }

  header .header-wrapper {
    min-height: 135px;
    padding: 0 49px 7px;
  }

  header .header-list {
    margin-right: 43px;
    font-size: 0.16rem;
  }

  header .header-list-item {
    position: relative;
  }

  header .header-list-item:not(:last-child) {
    margin-right: 30px;
  }

  header .header-navigation {
    display: block !important;
    padding-bottom: 19px;
  }

  header .header-button {
    margin-right: 20px;
  }

  header .header-button-link {
    min-width: 170px;
    min-height: 36px;
    margin-right: 19px;
    padding: 6px 10px 5px;
    border-radius: 29px;
    font-size: 0.16rem;
  }

  header .header-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767.98px) {
  header {
    z-index: 100;
    margin-left: 0 !important;
  }

  header.is-header-top:not(.is-header-sticky) .header-wrapper {
    background: none;
  }

  header.is-header-top:not(.is-header-sticky) .button-menu span {
    transition: all 0.3s ease;
    border-bottom: 0.01rem solid #fff;
  }

  header.is-header-top:not(.is-header-sticky) .button-menu.is-active span {
    border-bottom: 0.01rem solid #393939;
  }

  header .button-area {
    display: -ms-flexbox;
    display: flex;
  }

  header .header-area-link {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  header .header-icon-instagram {
    width: 0.22rem;
    margin-bottom: 0.26rem;
  }

  header .header-icon-instagram img {
    width: 100%;
  }

  header .header-button-link {
    min-width: 1.1rem;
    padding: 0.04rem 0.1rem;
    border-radius: 0.29rem;
    font-size: 0.11rem;
  }

  header .header-navigation .header-button-link {
    min-width: 1.7rem;
    padding: 0.06rem 0.1rem;
    font-size: 0.16rem;
    letter-spacing: 0;
  }

  header .header-menu {
    position: relative;
    z-index: 100;
    height: 100%;
    padding: 1.79rem 0 0.4rem;
    overflow-y: auto;
  }

  header .header-navigation {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f5f2f2;
  }

  header .header-wrapper {
    width: 100%;
    min-height: 0.6rem;
    padding: 0 0.2rem 0.06rem;
    background: #fff;
  }

  header .header-logo {
    width: 0.94rem;
  }

  header .header-logo img {
    width: 100%;
  }

  header .header-list {
    display: block;
    max-width: 1.7rem;
    margin: 0 auto 0.46rem;
    font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
    font-size: 0.2rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }

  header .header-list-item {
    position: relative;
    padding-left: 0.2rem;
  }

  header .header-list-item:not(:last-child) {
    margin-bottom: 0.3rem;
  }

  header .header-list-item::before {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: 0;
    width: 0.15rem;
    height: 1px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #393939;
  }

  header .header-button {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  header .button-menu {
    position: relative;
    z-index: 110;
    width: 0.2rem;
    height: 0.15rem;
    margin-top: 0.05rem;
    margin-left: 0.1rem;
    cursor: pointer;
  }

  header .button-menu span {
    display: block;
    position: absolute;
    width: 100%;
    transition: 0.26s ease;
    border-bottom: 0.01rem solid #393939;
  }

  header .button-menu span:nth-child(1) {
    top: 0;
    left: 0;
  }

  header .button-menu span:nth-child(2) {
    visibility: visible;
    top: 0.06rem;
    left: 0;
    opacity: 1;
  }

  header .button-menu span:nth-child(3) {
    bottom: 0.02rem;
    left: 0;
  }

  header .button-menu.is-active span {
    width: 0.23rem;
    border-bottom: 0.01rem solid #393939;
  }

  header .button-menu.is-active span:nth-child(1) {
    top: 0.06rem;
    left: -0.01rem;
    -ms-transform: rotate(31deg);
    transform: rotate(31deg);
  }

  header .button-menu.is-active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }

  header .button-menu.is-active span:nth-child(3) {
    bottom: 0.08rem;
    left: -0.01rem;
    -ms-transform: rotate(-31deg);
    transform: rotate(-31deg);
  }
}

footer .footer-link {
  display: inline-block;
}

footer .footer-address {
  font-weight: 400;
  letter-spacing: 0.01em;
}

footer .footer-address a {
  color: #393939;
  text-decoration: none;
}

footer .footer-area-list {
  display: -ms-flexbox;
  display: flex;
}

footer .footer-list,
footer .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-list {
  font-weight: 500;
  line-height: 1.4285714286;
}

footer .footer-list a {
  color: #393939;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}

footer .social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f2f2;
}

footer .footer-wrapper small {
  font-weight: 400;
  letter-spacing: 0.01em;
}

footer .footer-list-sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

@media print, (min-width: 768px) {
  footer {
    padding-top: 54px;
  }

  footer .footer-group {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
  }

  footer .footer-main-content {
    width: 380px;
    margin-right: 26px;
  }

  footer .footer-link {
    margin-bottom: 5px;
  }

  footer .footer-address {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }

  footer .footer-sub-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 41px;
  }

  footer .footer-area-list {
    margin-right: 36px;
  }

  footer .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 360px;
    margin-right: 35px;
    font-size: 0.14rem;
  }

  footer .footer-list > li {
    width: 170px;
    margin-bottom: 14px;
  }

  footer .footer-list > li:nth-child(2n+1) {
    margin-right: 20px;
  }

  footer .social-list > li {
    margin-right: 15px;
  }

  footer .footer-wrapper {
    padding: 10px 0;
  }

  footer .footer-wrapper small {
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }

  footer .footer-icon-instagram {
    display: block;
    height: max-content;
  }
}

@media only screen and (max-width: 767.98px) {
  footer {
    position: relative;
    z-index: 1;
    padding-top: 0.38rem;
    background: #fff;
  }

  footer .wrapper {
    padding-bottom: 5px;
  }

  footer .footer-group {
    padding-bottom: 0.25rem;
    text-align: center;
  }

  footer .footer-link {
    width: 2.1rem;
    margin-bottom: 0.02rem;
  }

  footer .footer-link img {
    width: 100%;
  }

  footer .footer-address {
    margin-bottom: 22px;
    font-size: 0.12rem;
    line-height: 1.5;
  }

  footer .footer-sub-content {
    margin-top: 0.08rem;
  }

  footer .social-list {
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .social-list > li {
    margin: 0 0.05rem;
  }

  footer .footer-wrapper {
    height: 0.37rem;
    padding: 0.1rem 0;
  }

  footer .footer-wrapper small {
    font-size: 0.1rem;
    line-height: 2;
  }

  footer .footer-icon-instagram {
    display: block;
    width: 0.22rem;
  }

  footer .footer-icon-instagram img {
    width: 100%;
  }

  footer .footer-list-sub {
    margin-top: 15px;
  }

  footer .footer-list-sub > li {
    margin: 10px 5px 0;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    font-size: 13px;
  }

  footer .footer-list-sub > li a {
    color: #666;
    text-decoration: underline;
  }

  footer .footer-list-sub li:last-child {
    border-right: none;
  }
}

.section-common-keyvisual {
  position: relative;
}

.section-common-keyvisual .keyvisual-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-common-keyvisual .keyvisual-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-common-keyvisual .keyvisual-title {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.section-common-keyvisual .keyvisual-title .title-english {
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.section-common-keyvisual .keyvisual-title .title-japanese {
  font-family: "Noto Serif JP", serif;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    padding: 140px 0 139px;
  }

  .section-common-keyvisual .keyvisual-title {
    padding: 0 100px;
  }

  .section-common-keyvisual .keyvisual-title .title-english {
    font-size: 0.32rem;
    letter-spacing: 0.1em;
    line-height: 1.28125;
  }

  .section-common-keyvisual .keyvisual-title .title-japanese {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    padding: 0.37rem 0 0.36rem;
  }

  .section-common-keyvisual .keyvisual-title {
    padding: 0 0.5rem;
  }

  .section-common-keyvisual .keyvisual-title .title-english {
    font-size: 0.24rem;
    letter-spacing: 0.1em;
    line-height: 1.2916666667;
  }

  .section-common-keyvisual .keyvisual-title .title-japanese {
    font-size: 0.11rem;
    line-height: 1.4545454545;
  }
}

.is-common-background {
  overflow: hidden;
  background-color: #f5f2f2;
}

.is-common-background .wrapper {
  position: relative;
  z-index: 1;
}

.is-common-background .wrapper::before,
.is-common-background .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

@media print, (min-width: 768px) {
  .is-common-background .wrapper::before {
    top: -165px;
    left: calc(100% - 123px);
    width: 360px;
    height: 228px;
    background: url("../img/news/decoration_news_01.svg") center/cover no-repeat;
  }

  .is-common-background .wrapper::after {
    right: calc(100% - 124px);
    bottom: -124px;
    width: 329px;
    height: 329px;
    background: url("../img/news/decoration_news_02.svg") center/cover no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .is-common-background .wrapper::before {
    top: -0.78rem;
    right: -0.2rem;
    width: 1.63rem;
    height: 1.04rem;
    background: url("../img/news/sp/decoration_news_01.svg") center/cover no-repeat;
  }

  .is-common-background .wrapper::after {
    bottom: -0.77rem;
    left: -0.35rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/news/sp/decoration_news_02.svg") center/cover no-repeat;
  }
}

.button-common-primary {
  display: block;
  margin: 0 auto;
  border: 1px solid #393939;
  text-align: center;
  text-decoration: none;
}

.button-common-primary .button-wrapper {
  color: #393939;
  font-family: "Noto Serif JP", serif;
  font-size: 0.16rem;
  font-weight: 600;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    max-width: 208px;
    padding: 11px 10px 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    max-width: 2.08rem;
    padding: 0.1rem;
  }
}

.button-common-secondary {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e58278;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.button-common-secondary::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  background: url("../img/common/icn_arrow_01.svg") center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .button-common-secondary {
    width: 410px;
    min-height: 78px;
    padding: 10px 25px;
    font-size: 0.26rem;
  }

  .button-common-secondary::after {
    left: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10px;
    height: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    min-width: 2.95rem;
    min-height: 0.78rem;
    padding: 0.09rem 0.1rem 0.1rem;
    font-size: 0.24rem;
  }

  .button-common-secondary .button-wrapper {
    margin-right: 0.16rem;
  }

  .button-common-secondary::after {
    top: 0.02rem;
    left: 0;
    width: 0.1rem;
    height: 0.2rem;
  }
}

.title-common-primary {
  position: relative;
  font-weight: 500;
  line-height: 1.3;
}

.title-common-primary::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #393939;
}

.title-common-primary > span {
  display: block;
}

.title-common-primary .text-english {
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  letter-spacing: 0.1em;
}

.title-common-primary .text-japan {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}

@media print, (min-width: 768px) {
  .title-common-primary::before {
    top: 23px;
    right: calc(100% + 19px);
    width: 1000%;
  }

  .title-common-primary .text-english {
    font-size: 0.32rem;
  }

  .title-common-primary .text-japan {
    font-size: 0.14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary::before {
    top: 0.18rem;
    left: -0.2rem;
    width: 0.15rem;
  }

  .title-common-primary .text-english {
    font-size: 0.24rem;
  }

  .title-common-primary .text-japan {
    font-size: 0.11rem;
  }
}

.title-common-secondary .title-wrapper {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.title-common-secondary .title-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, (min-width: 768px) {
  .title-common-secondary {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }

  .title-common-secondary .title-wrapper {
    min-width: 230px;
    min-height: 55px;
    margin-left: -25px;
    padding: 17px 25px 5px;
    font-size: 0.24rem;
    letter-spacing: 0.1em;
    line-height: 1.2916666667;
  }

  .title-common-secondary .title-wrapper::before {
    background: url("../img/common/decoration_title_01.png") 0 0/100% 100% no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-secondary .title-wrapper {
    min-width: 2.3rem;
    min-height: 0.54rem;
    margin-left: -0.3rem;
    padding: 0.13rem 0.3rem 0.05rem;
    font-size: 0.22rem;
    letter-spacing: 0.1em;
    line-height: 1.2727272727;
  }

  .title-common-secondary .title-wrapper::before {
    background: url("../img/common/sp/decoration_title_01.png") 0 0/100% 100% no-repeat;
  }
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}

@keyframes fade-in-up {
  0% {
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up {
  animation-name: fade-in-up;
}

@keyframes fade-in-left {
  from {
    transform: translate3d(-70px, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade-in-left {
  animation-name: fade-in-left;
}

@keyframes fade-in-right {
  from {
    transform: translate3d(70px, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade-in-right {
  animation-name: fade-in-right;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation-name: fade-in;
}

@keyframes fade-skew {
  from {
    transform: translate(0);
    opacity: 0;
  }

  to {
    transform: translate(32px, 32px);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.section-instructor .instructor-list {
  padding-left: 0;
  list-style: none;
}

.section-instructor .instructor-list > li {
  text-align: center;
}

.section-instructor .instructor-list .button-common-primary .button-wrapper {
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  font-weight: 400;
}

.section-instructor .instructor-list .is-current .button-common-primary {
  transition: all 0.3s ease;
  border: 1px solid #fff;
  background-color: #fff;
}

.section-instructor .instructor-list .is-current .button-common-primary::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-instructor .instructor-list .is-current .button-common-primary::after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-instructor .instructor-list .is-current .content-item {
  z-index: 10;
  opacity: 1;
  cursor: auto;
}

.section-instructor .instructor-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.section-instructor .button-common-primary,
.section-instructor .instructor-name {
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.section-instructor .instructor-name {
  font-weight: 500;
}

.section-instructor .button-common-primary {
  position: relative;
  font-weight: 400;
  cursor: pointer;
}

.section-instructor .button-common-primary::before,
.section-instructor .button-common-primary::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  background-color: #393939;
}

.section-instructor .button-common-primary::after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-instructor .instructor-content .content-item {
  position: relative;
  background-color: #fff;
}

.section-instructor .instructor-content .content-item:not(.is-current) {
  position: absolute;
  z-index: -1;
  left: -999999px;
  opacity: 0;
}

.section-instructor .instructor-content .content-item .content-close {
  position: absolute;
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  font-weight: 400;
  cursor: pointer;
}

.section-instructor .instructor-content .content-item .content-close::before,
.section-instructor .instructor-content .content-item .content-close::after {
  content: "";
  position: absolute;
  background-color: #393939;
}

.section-instructor .instructor-content .content-item .content-close::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-instructor .instructor-content .content-item .content-close::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-instructor .instructor-content .info-history,
.section-instructor .instructor-content .info-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.section-instructor .instructor-content .content-info {
  display: -ms-flexbox;
  display: flex;
}

.section-instructor .instructor-content .content-name {
  font-weight: 500;
}

.section-instructor .instructor-content .content-name .name-english {
  font-family: Lora, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.section-instructor .instructor-content .content-name .name-japanese {
  font-family: "Noto Serif JP", serif;
}

.section-instructor .instructor-content .title-common-secondary {
  font-weight: 500;
}

.section-instructor .instructor-content .title-common-secondary .title-wrapper::before {
  background-image: url(../img/instructor/decoration_title_01.png);
}

@media print, (min-width: 768px) {
  .section-instructor {
    padding: 100px 0 459px;
  }

  .section-instructor .wrapper::before {
    top: -156px;
    left: calc(100% - 140px);
  }

  .section-instructor .wrapper::after {
    z-index: -10;
    right: calc(100% - 117px);
    bottom: -499px;
  }

  .section-instructor .instructor-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -28px 9px;
  }

  .section-instructor .instructor-list > li {
    width: 25%;
  }

  .section-instructor .instructor-list > li:nth-child(4n+1) .content-item {
    left: 11px;
  }

  .section-instructor .instructor-list > li:nth-child(4n+2) .content-item {
    left: -275px;
  }

  .section-instructor .instructor-list > li:nth-child(4n+3) .content-item {
    left: -561px;
  }

  .section-instructor .instructor-list > li:nth-child(4n+4) .content-item {
    left: -847px;
  }

  .section-instructor .instructor-list > li.is-current {
    height: 730px;
  }

  .section-instructor .instructor-thumbnail {
    width: 230px;
    height: 230px;
    margin: 0 auto 20px;
  }

  .section-instructor .instructor-name {
    font-size: 0.2rem;
    line-height: 1.25;
  }

  .section-instructor .button-common-primary {
    padding: 10px;
  }

  .section-instructor .button-common-primary:hover {
    transition: all 0.3s ease;
    border: 1px solid #fff;
    background-color: #fff;
  }

  .section-instructor .button-common-primary,
  .section-instructor .instructor-name {
    letter-spacing: 0.05em;
  }

  .section-instructor .instructor-content {
    position: relative;
    top: 10px;
    left: 28px;
    padding: 0 11px;
  }

  .section-instructor .instructor-content .content-wrapper {
    max-height: 340px;
    padding: 0 38px;
    overflow-y: auto;
    text-align: left;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .section-instructor .instructor-content .content-wrapper::-webkit-scrollbar {
    width: 8px;
  }

  .section-instructor .instructor-content .content-wrapper::-webkit-scrollbar-track {
    background: none;
  }

  .section-instructor .instructor-content .content-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  .section-instructor .instructor-content .info-history {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 320px;
    margin-bottom: 0;
    padding: 8px 60px 8px 0;
    border-right: 1px solid #ccc;
  }

  .section-instructor .instructor-content .info-detail,
  .section-instructor .instructor-content .info-history {
    font-size: 0.14rem;
    letter-spacing: 0.01em;
    line-height: 1.7142857143;
  }

  .section-instructor .instructor-content .info-detail {
    min-width: calc(100% - 320px);
    padding: 8px 0 0 58px;
  }

  .section-instructor .instructor-content .info-detail:last-child {
    margin-bottom: 0;
  }

  .section-instructor .instructor-content .content-name {
    margin-bottom: 8px;
  }

  .section-instructor .instructor-content .content-name .name-english {
    font-size: 0.24rem;
    letter-spacing: 0.05em;
    line-height: 1.2916666667;
  }

  .section-instructor .instructor-content .content-name .name-japanese {
    position: relative;
    top: -2px;
    left: -2px;
    font-size: 0.16rem;
  }

  .section-instructor .instructor-content .content-item {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 11px;
    width: 1066px;
    padding: 38px 22px 32px;
    transition: opacity 0.5s ease;
  }

  .section-instructor .instructor-content .content-item .content-close {
    top: 32px;
    right: 66px;
    padding: 2px 25px 2px 0;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
  }

  .section-instructor .instructor-content .content-item .content-close::before,
  .section-instructor .instructor-content .content-item .content-close::after {
    top: 2px;
    right: 6px;
    width: 1px;
    height: 18px;
  }

  .section-instructor .button-common-primary::before,
  .section-instructor .button-common-primary::after {
    top: 16px;
    right: 24px;
    width: 1px;
    height: 12px;
  }

  .section-instructor .title-common-secondary {
    margin-bottom: 18px;
  }

  .section-instructor .title-common-secondary .title-wrapper {
    padding: 12px 25px 5px;
  }

  .section-instructor .title-common-secondary .title-wrapper::before {
    left: -6px;
  }

  .section-instructor .content-info {
    padding: 8px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-instructor {
    padding: 0.6rem 0 0.48rem;
  }

  .section-instructor .wrapper::before {
    top: -0.45rem;
  }

  .section-instructor .instructor-list {
    margin-bottom: 0.11rem;
  }

  .section-instructor .instructor-list > li:not(:last-child) {
    margin-bottom: 0.51rem;
  }

  .section-instructor .instructor-list .instructor-thumbnail {
    width: 2.3rem;
    height: 2.3rem;
    margin: 0 auto 0.16rem;
  }

  .section-instructor .instructor-list .instructor-name {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 1.2777777778;
  }

  .section-instructor .button-common-primary {
    padding: 0.12rem 0.1rem 0.1rem;
  }

  .is-ios .section-instructor .button-common-primary {
    padding: 0.1rem 0.1rem 0.12rem;
  }

  .section-instructor .button-common-primary::before,
  .section-instructor .button-common-primary::after {
    top: 0.16rem;
    right: 0.24rem;
    width: 0.01rem;
    height: 0.12rem;
  }

  .section-instructor .button-common-primary .button-wrapper {
    font-size: 0.15rem;
    letter-spacing: 0.05em;
  }

  .section-instructor .instructor-content {
    margin-top: 0.1rem;
  }

  .section-instructor .instructor-content .content-item {
    margin-bottom: 0.3rem;
    padding: 0.27rem 0.2rem 0.18rem;
    transition: opacity 0.7s ease;
    text-align: left;
  }

  .section-instructor .instructor-content .content-close {
    top: 0.13rem;
    right: 0.16rem;
    padding: 0.01rem 0.25rem 0.01rem 0;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
  }

  .section-instructor .instructor-content .content-close::before,
  .section-instructor .instructor-content .content-close::after {
    top: 0.01rem;
    right: 0.06rem;
    width: 0.01rem;
    height: 0.18rem;
  }

  .section-instructor .instructor-content .content-name {
    margin-bottom: 0.24rem;
    padding-left: 0.1rem;
  }

  .section-instructor .instructor-content .name-english {
    font-size: 0.22rem;
    letter-spacing: 0.05em;
    line-height: 1.2727272727;
  }

  .section-instructor .instructor-content .name-japanese {
    display: inline-block;
    margin-right: -0.05rem;
    font-size: 0.15rem;
    line-height: 1.4;
  }

  .section-instructor .instructor-content .name-japanese.is-position {
    position: relative;
    top: -2px;
    left: -2px;
  }

  .section-instructor .instructor-content .name-japanese.is-modify {
    display: block;
    padding-right: 0.15rem;
    text-align: right;
  }

  .section-instructor .instructor-content .content-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-instructor .instructor-content .content-info .info-history,
  .section-instructor .instructor-content .content-info .info-detail {
    width: 100%;
    padding: 0 0.1rem;
    font-size: 0.13rem;
    letter-spacing: 0.01em;
    line-height: 1.7692307692;
  }

  .section-instructor .instructor-content .content-info .info-history {
    margin-bottom: 0.27rem;
    padding-bottom: 0.28rem;
    border-bottom: 1px solid #ccc;
  }

  .section-instructor .title-common-secondary {
    margin-bottom: 0.25rem;
    padding-left: 0.1rem;
  }

  .section-instructor .title-common-secondary .title-wrapper {
    min-width: 1.93rem;
    min-height: 0.46rem;
  }

  .section-instructor .title-common-secondary .title-wrapper::before {
    top: 0.04rem;
    left: 0.05rem;
  }
}
