@charset "UTF-8";
/*------------------------------------*\
 メディアクエリ
 Bootstrapと同じ数値を使用
\*------------------------------------*/
/*------------------------------------*\
 ベース
\*------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&family=Noto+Serif+JP:wght@500&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  position: relative;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.4rem;
  line-height: 2.2;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #3e3a39;
}

@media (min-width: 768px) {
  body {
    font-size: 2rem;
    line-height: 1.85;
  }
}

a,
a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*------------------------------------*\
 レイアウト
\*------------------------------------*/
.globalInner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .header .globalInner {
    max-width: 100%;
    padding: 0 39px 0 32px;
  }
}

/*------------------------------------*\
ユーティリティ
\*------------------------------------*/
/* Loading背景画面設定*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  color: #fff;
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.nav > li.actived {
  background: #999;
}

.pswp__scroll-wrap {
  left: 50%;
  width: 90vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible;
}

.pswp--touch .pswp__button--arrow--right::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url(../../images/index/next.png) center bottom/contain no-repeat;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
}

.pswp--touch .pswp__button--arrow--left::before {
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url(../../images/index/prev.png) center bottom/contain no-repeat;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
}

.pswp__button--close.close {
  background: url(../../images/index/close.png) top/contain no-repeat;
  width: 30px;
  height: 30px;
  right: 5px;
  top: calc(50vh - 56vw);
}

@media (min-width: 768px) {
  .pswp__button--close.close {
    top: calc(50vh - 53vw);
  }
}

.pswp__caption {
  display: none;
}

.pswp__top-bar,
.pswp__caption {
  display: none;
  background-color: rgba(0, 0, 0, 0);
  top: auto;
  bottom: 0;
}

/*----- js専用クラス メニュー開いているときは、コンテンツスクロールさせない -----*/
.wrap {
  position: relative;
}

.hidden {
  overflow-y: hidden;
}

.d-none {
  display: none;
}

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

.pc {
  display: none !important;
}

@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.pt-section {
  padding-top: 33px;
}

@media (min-width: 768px) {
  .pt-section {
    padding-top: 90px;
  }
}

.pt-s {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .pt-s {
    padding-top: 20px;
  }
}

.pt-05_06-text {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .pt-05_06-text {
    padding-top: 50px;
  }
}

.pt-m {
  padding-top: 28px;
}

@media (min-width: 768px) {
  .pt-m {
    padding-top: 70px;
  }
}

.pb-ml {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .pb-ml {
    padding-bottom: 320px;
  }
}

.pt-l {
  padding-top: 240px;
}

.my-s {
  margin: 20px 0;
}

.py-s {
  padding: 15px 0;
}

.py-50 {
  padding: 50px 0;
}

.nav-pb {
  padding-bottom: 50px !important;
  display: block;
}

.text-l {
  font-weight: 800;
  font-size: 5.5vw;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .text-l {
    font-size: 6rem;
  }
}

.text-md-30 {
  font-size: 3.5vw;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .text-md-30 {
    font-size: 3rem;
  }
}

.text-m {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.45;
  color: #000;
}

@media (min-width: 768px) {
  .text-m {
    font-size: 2.9rem;
  }
}

.title-l {
  font-weight: 700;
  font-size: 5.8vw;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #000;
}

@media (min-width: 768px) {
  .title-l {
    font-size: 6.8rem;
    line-height: 1.08;
  }
}

.text-bg-white {
  background: #fff;
  padding: 14px 0 12px;
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .text-bg-white {
    margin: 0;
  }
}

.text-month {
  font-size: 20vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

@media (min-width: 768px) {
  .text-month {
    font-size: 20.7rem;
  }
}

.text-month-ja {
  font-size: 8vw;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

@media (min-width: 768px) {
  .text-month-ja {
    font-size: 8.9rem;
  }
}

.text-month-en {
  font-size: 3vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #000;
}

@media (min-width: 768px) {
  .text-month-en {
    font-size: 4.7rem;
  }
}

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

.ml-letter_01 {
  margin-left: 2vw;
}

@media (min-width: 768px) {
  .ml-letter_01 {
    margin-left: 20px;
  }
}

.header.change-color {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text-nowrap {
  white-space: nowrap;
}

.letter-space-s {
  letter-spacing: -0.07em;
}

a {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.section {
  position: relative;
}

.section .sec-outer {
  margin-top: -1px;
}

.section .sec-inner {
  height: auto;
  width: 100%;
  margin: auto 0 auto;
  margin: auto;
  position: relative;
}

.section .sec-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  background: #fbe7e7;
  -webkit-clip-path: polygon(20% 0, 52% 0, 100% 100%, 68% 100%);
          clip-path: polygon(20% 0, 52% 0, 100% 100%, 68% 100%);
}

@media (min-width: 768px) {
  .section .sec-inner::before {
    -webkit-clip-path: polygon(10% 0, 65% 0%, 100% 100%, 45% 100%);
            clip-path: polygon(10% 0, 65% 0%, 100% 100%, 45% 100%);
  }
}

.section .sec-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  background: #fff;
}

.section .sec-date {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .section .sec-date {
    padding-top: 56px;
  }
}

.section:nth-of-type(2n) .sec-inner {
  height: auto;
  width: 100%;
  margin: auto 0 auto;
  margin: auto;
  position: relative;
}

.section:nth-of-type(2n) .sec-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  background: #fbe7e7;
  -webkit-clip-path: polygon(68% 0, 100% 0, 52% 100%, 20% 100%);
          clip-path: polygon(68% 0, 100% 0, 52% 100%, 20% 100%);
}

@media (min-width: 768px) {
  .section:nth-of-type(2n) .sec-inner::before {
    -webkit-clip-path: polygon(45% 0, 100% 0, 65% 100%, 10% 100%);
            clip-path: polygon(45% 0, 100% 0, 65% 100%, 10% 100%);
  }
}

.section-month {
  position: relative;
}

.section-month::before {
  background: #e8e8e8;
  z-index: -7;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.section-month .sec-outer {
  position: relative;
}

.section-month .sec-outer::before {
  background: #d0d0d0;
  z-index: -6;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .section-month .sec-outer::before {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
}

.section-month .sec-inner {
  height: auto;
  width: 100%;
  margin: auto 0 auto;
  margin: auto;
  position: relative;
}

.section-month .sec-inner-02 {
  position: relative;
}

.section-month .sec-inner-02::before {
  background: #d0d0d0;
  z-index: -1;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
          clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .section-month .sec-inner-02::before {
    -webkit-clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
            clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
  }
}

.section-month:nth-of-type(2n)::before {
  background: #d0d0d0;
}

.section-month:nth-of-type(2n) .sec-outer {
  margin-top: -1px;
}

.section-month:nth-of-type(2n) .sec-outer::before {
  background: #e8e8e8;
}

.section-month:nth-of-type(2n) .sec-inner {
  height: auto;
  width: 100%;
  margin: auto 0 auto;
  margin: auto;
  position: relative;
}

.section-month:nth-of-type(2n) .sec-inner-02::before {
  background: #e8e8e8;
}

.section-month:nth-of-type(2n) .sec-inner-03::before {
  background: #e8e8e8;
}

.arrow {
  position: relative;
}

.arrow::after {
  content: "";
  display: inline-block;
  width: 50vw;
  height: 72px;
  position: absolute;
  right: 80%;
  bottom: 0;
  background: url(../../images/index/arrow.svg) right/cover repeat;
}

@media (min-width: 768px) {
  .arrow::after {
    height: 243px;
    right: 89.6%;
    bottom: -3px;
  }
}

.arrow_2n {
  position: relative;
}

.arrow_2n::after {
  content: "";
  display: inline-block;
  width: 50vw;
  height: 72px;
  position: absolute;
  right: 80%;
  bottom: 0;
  background: url(../../images/index/arrow_2n.svg) right/cover no-repeat;
}

@media (min-width: 768px) {
  .arrow_2n::after {
    height: 240px;
    right: 89.6%;
  }
}

/*------------------------------------*\
モジュール
\*------------------------------------*/
.section {
  margin-top: -100px;
  padding-top: 100px;
}

#page-top a {
  content: "";
  opacity: 0.6;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: fixed;
  right: 3vw;
  bottom: 3vw;
  background: url(../../images/index/icon/icon-pagetop_sp.svg) center/contain no-repeat;
  z-index: 99;
}

@media (min-width: 768px) {
  #page-top a {
    bottom: 3rem;
    right: 3rem;
    width: 47px;
    height: 47px;
    background: url(../../images/index/icon/icon-pagetop_pc.svg) center/contain;
  }
}

#page-top a:hover {
  opacity: 0.4;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.btn-primary {
  padding: 3vw 10vw;
  color: #fff;
  border-radius: 50px;
  width: auto;
  height: auto;
  display: inline-block;
}

@media (min-width: 768px) {
  .btn-primary:hover, .btn-primary:focus {
    opacity: 0.8;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    outline: none;
  }
}

.btn-secondary {
  padding: 3.5vw 0;
  color: #fff;
  border-radius: 50px;
  display: block;
  width: auto;
  background: #3e3a39;
  text-align: center;
}

@media (min-width: 768px) {
  .btn-secondary:hover, .btn-secondary:focus {
    opacity: 0.8;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}

.line-solid {
  position: relative;
}

.line-solid::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -14px;
  left: 0;
  background: #d71718;
}

@media (min-width: 768px) {
  .line-solid::after {
    height: 10px;
    bottom: -38px;
  }
}

.tag-sqare {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d71718;
  padding: 1vw;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  color: #d71718;
}

@media (min-width: 768px) {
  .tag-sqare {
    font-size: 2.3rem;
    padding: 8px 13px;
  }
}

.bg-red {
  background: #d71718;
}

.bg-pink {
  background: #d63e7c;
}

.bg-green {
  background: #056836;
}

.color-red {
  color: #d71718;
  border-color: #d71718;
}

.color-pink {
  color: #d63e7c;
  border-color: #d63e7c;
}

.color-green {
  color: #056836;
  border-color: #056836;
}

.header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: auto;
  border-top: 3px solid #000;
  border-bottom: 2px solid #000;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .header {
    border-top: 13px solid #000;
    border-bottom: 4px solid #000;
  }
}

.header-inner {
  padding: 10px 0;
}

.header-inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  max-width: 83px;
}

@media (min-width: 768px) {
  .header-logo {
    max-width: 124px;
  }
}

@media (min-width: 768px) {
  .header-logo:hover, .header-logo:focus {
    opacity: 0.8;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}

.header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.header-sns-list {
  width: 24px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .header-sns-list:hover, .header-sns-list:focus {
    opacity: 0.8;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}

.header-sns-list:last-child {
  margin-right: 50px;
}

@media (min-width: 768px) {
  .header-sns-list:last-child {
    margin-right: 88px;
  }
}

@media (min-width: 768px) {
  .header-sns-list {
    width: 38px;
    margin-right: 15px;
  }
}

.header .global-nav-menu {
  display: block;
  opacity: 0;
  position: fixed;
  top: 0;
  right: -100vw;
  width: auto;
  height: 100%;
  padding: 40px 20px;
  margin-bottom: 50px;
  background: #3c3c3c;
  font-size: 16px;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  .header .global-nav-menu {
    height: 100%;
    padding: 100px 45px 100px 40px;
  }
}

.header .global-nav-menu_list {
  font-weight: 700;
  line-height: 1.27;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  .header .global-nav-menu_list .py-s {
    padding: 8px 0;
  }
}

.header .global-nav-menu_list th {
  text-align: right;
  white-space: nowrap;
  width: 12%;
  font-size: 1.8rem;
  padding: 25px 0;
}

@media (min-width: 768px) {
  .header .global-nav-menu_list th {
    font-size: 2rem;
  }
}

.header .global-nav-menu_list td {
  font-size: 5vw;
}

@media (min-width: 768px) {
  .header .global-nav-menu_list td {
    font-size: 1.8rem;
  }
}

.header .global-nav-menu_list td p {
  padding: 10px 0 10px 15px;
  font-size: 3.4vw;
}

@media (min-width: 768px) {
  .header .global-nav-menu_list td p {
    font-size: 1.6rem;
  }
}

.header .global-nav-menu_list td p:first-child {
  padding-top: 25px;
}

.header .global-nav-menu_list td p:last-child {
  padding-bottom: 25px;
}

.header .global-nav-menu_list:last-child {
  border: none;
}

@media (min-width: 768px) {
  .header .global-nav-menu p:hover {
    opacity: 0.7;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}

.header .btn-gnavi {
  position: absolute;
  top: 24px;
  right: 15px;
  width: 38px;
  height: 20px;
  z-index: 101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

@media (min-width: 768px) {
  .header .btn-gnavi {
    width: 55px;
    height: 29px;
    right: 39px;
    top: 23px;
  }
}

.header .btn-gnavi span {
  position: absolute;
  width: 38px;
  height: 3px;
  background: #231815;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

@media (min-width: 768px) {
  .header .btn-gnavi span {
    width: 55px;
    height: 5px;
  }
}

.header .btn-gnavi span:nth-child(1) {
  top: 0;
}

@media (min-width: 768px) {
  .header .btn-gnavi span:nth-child(1) {
    top: -2px;
  }
}

.header .btn-gnavi span:nth-child(2) {
  top: 9px;
}

@media (min-width: 768px) {
  .header .btn-gnavi span:nth-child(2) {
    top: 14px;
  }
}

.header .btn-gnavi span:nth-child(3) {
  top: 18px;
}

@media (min-width: 768px) {
  .header .btn-gnavi span:nth-child(3) {
    top: 28px;
  }
}

@media (min-width: 768px) {
  .header .btn-gnavi:hover, .header .btn-gnavi:focus {
    opacity: 0.7;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    outline: none;
  }
}

.open span:nth-child(1) {
  -webkit-transform: translate(0px, 8px) rotate(-45deg);
          transform: translate(0px, 8px) rotate(-45deg);
  background: #fff;
}

@media (min-width: 768px) {
  .open span:nth-child(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
            transform: translateY(15px) rotate(-45deg);
  }
}

.open span:nth-child(2) {
  opacity: 0;
}

.open span:nth-child(3) {
  -webkit-transform: translate(0px, -10px) rotate(45deg);
          transform: translate(0px, -10px) rotate(45deg);
  background: #fff;
}

@media (min-width: 768px) {
  .open span:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
            transform: translateY(-15px) rotate(45deg);
  }
}

.show.global-nav-menu {
  opacity: 0.9;
  right: 0;
}

.profile {
  position: relative;
  width: 100%;
  margin: 15vw 0 9vw;
}

@media (min-width: 768px) {
  .profile {
    margin: 100px 0 43px;
  }
}

.profile::before {
  content: "";
  width: 100%;
  height: 105%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: -2;
  border-top: 1vw solid #d71718;
  border-bottom: 1vw solid #d71718;
}

@media (min-width: 768px) {
  .profile::before {
    height: 100%;
    border-top: 10px solid #d71718;
    border-bottom: 10px solid #d71718;
  }
}

.profile-img {
  width: 100%;
  max-width: 43%;
  height: auto;
  position: absolute;
  bottom: 15vw;
  left: -2vw;
  z-index: -1;
}

@media (min-width: 768px) {
  .profile-img {
    bottom: -20px;
    max-width: 40%;
  }
}

.profile-text {
  margin: 0 0 0 auto;
  padding: 4vw 0;
  width: 100%;
  max-width: 47%;
}

@media (min-width: 768px) {
  .profile-text {
    max-width: 314px;
    padding: 50px 50px 35px 0;
  }
}

@media (min-width: 992px) {
  .profile-text {
    padding: 50px 153px 35px 0;
  }
}

.profile-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5vw;
}

@media (min-width: 768px) {
  .profile-tag {
    gap: 20px;
  }
}

.profile-tag .img-tag {
  width: 100%;
  max-width: 20vw;
}

@media (min-width: 768px) {
  .profile-tag .img-tag {
    max-width: 164px;
  }
}

.profile-name {
  font-size: 7vw;
  letter-spacing: 0.2em;
  line-height: 1.5;
  white-space: nowrap;
  padding-top: 1vw;
}

@media (min-width: 768px) {
  .profile-name {
    font-size: 5rem;
    padding-top: 13px;
    line-height: 1.34;
  }
}

.profile-name-sub {
  font-size: 3vw;
  margin: 1vw 0 3vw;
  line-height: 0.9;
  font-weight: 500;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .profile-name-sub {
    font-size: 2.6rem;
    margin: 10px 0 23px;
    line-height: 1.36;
  }
}

.profile-comment {
  display: block;
  font-size: 3.5vw;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  padding: 3.4vw 0vw 3.4vw 11vw;
}

@media (min-width: 768px) {
  .profile-comment {
    display: inline-block;
    font-size: 1.8rem;
    padding: 13px 47px 13px 40px;
    text-align: center;
  }
}

.profile-comment::after {
  content: "";
  width: 4vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 3vw;
  background: url(../../images/index/arrow-default.svg) center/contain no-repeat;
}

@media (min-width: 768px) {
  .profile-comment::after {
    right: 12px;
    width: 20px;
  }
}

.profile-link {
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  position: relative;
}

@media (min-width: 768px) {
  .profile-link {
    font-size: 2.1rem;
    display: inline-block;
    max-width: 290px;
    margin-top: 14px;
    padding: 18px 0;
  }
}

.profile-link::after {
  content: "";
  width: 1.5vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 3vw;
  background: url(../../images/index/arrow-wedge.svg) center/contain no-repeat;
}

@media (min-width: 768px) {
  .profile-link::after {
    width: 10px;
    right: 15px;
  }
}

.section.section-pink .sec-inner::before {
  background: #fbebf2;
}

.section.section-pink .line-solid::after {
  background: #d63e7c;
}

.section.section-pink .profile::before,
.section.section-pink .profile-text {
  color: #d63e7c;
  border-color: #d63e7c;
  border-color: #d63e7c;
}

.section.section-pink .profile-tag .tag-sqare {
  color: #d63e7c;
  border-color: #d63e7c;
}

.section.section-pink .profile-comment {
  background: #d63e7c;
}

.section.section-green .sec-inner::before {
  background: #e9efeb;
}

.section.section-green .line-solid::after {
  background: #056836;
}

.section.section-green .profile::before,
.section.section-green .profile-text {
  color: #056836;
  border-color: #056836;
  border-color: #056836;
}

.section.section-green .profile-tag .tag-sqare {
  color: #056836;
  border-color: #056836;
}

.section.section-green .profile-comment {
  background: #056836;
}

@media (min-width: 768px) {
  .profile-reverse .profile-text {
    margin: 0 auto 0 0;
    padding-left: 186px;
  }
  .profile-reverse .profile-img {
    right: 0;
    left: auto;
  }
}

.gallary-col-3 {
  display: -ms-grid;
  display: grid;
  gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 72px;
}

@media (min-width: 768px) {
  .gallary-col-3 {
    padding-bottom: 240px;
    gap: 30px;
  }
}

.gallary-col-3 li img,
.gallary-col-3 a img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .gallary-col-3 li img,
  .gallary-col-3 a img {
    width: auto;
    height: 313px;
  }
}

@media (min-width: 768px) {
  .gallary-col-3 li:hover, .gallary-col-3 li:focus,
  .gallary-col-3 a:hover,
  .gallary-col-3 a:focus {
    opacity: 0.8;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}

.modaal-gallery-control {
  bottom: -70px;
}

@media (min-width: 768px) {
  .modaal-gallery-control {
    top: 50%;
  }
}

.modaal-gallery-control.modaal-gallery-next {
  content: "";
  display: inline-block;
  width: 40px;
  background: url(../../images/index/next.png) center/contain no-repeat;
}

@media (min-width: 768px) {
  .modaal-gallery-control.modaal-gallery-next {
    right: -80px;
  }
}

.modaal-gallery-control.modaal-gallery-next::before, .modaal-gallery-control.modaal-gallery-next::after {
  display: none;
}

.modaal-gallery-control.modaal-gallery-prev {
  content: "";
  display: inline-block;
  width: 40px;
  background: url(../../images/index/prev.png) center/contain no-repeat;
}

@media (min-width: 768px) {
  .modaal-gallery-control.modaal-gallery-prev {
    left: -80px;
  }
}

.modaal-gallery-control.modaal-gallery-prev::before, .modaal-gallery-control.modaal-gallery-prev::after {
  display: none;
}

.modaal-gallery-control:hover, .modaal-gallery-control:focus {
  opacity: 0.7;
}

.modaal-container {
  position: relative;
}

.modaal-close {
  position: absolute;
}

.modaal-close:after,
.modaal-close:before {
  height: 60px;
}

.modaal-close:focus,
.modaal-close:hover {
  background: transparent;
}

.modaal-close {
  right: -15px;
  top: -50px;
}

@media (min-width: 768px) {
  .modaal-close {
    right: -5px;
    top: -70px;
  }
}

.modaal-close::before, .modaal-close::after {
  background: #fff;
  height: 30px;
}

@media (min-width: 768px) {
  .modaal-close::before, .modaal-close::after {
    height: 50px;
  }
}

.comment-head {
  text-align: center;
}

.comment-head {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border-bottom: 2px solid #d71718;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-head {
    padding-bottom: 10px;
    border-bottom: 4px solid #d71718;
  }
}

.modal-comment.modaal-close {
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  .modal-comment.modaal-close {
    right: 40px;
    top: 20px;
  }
}

.modal-comment.modaal-close::before, .modal-comment.modaal-close::after {
  background: #707070;
  height: 30px;
}

@media (min-width: 768px) {
  .modal-comment.modaal-close::before, .modal-comment.modaal-close::after {
    height: 50px;
  }
}

.modal-comment.modaal-container {
  opacity: 0.9;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .modal-comment.modaal-container {
    border-radius: 50px;
    padding: 40px 100px;
  }
}

.footer {
  background: #000;
  color: #fff;
}

.footer-logo {
  text-align: center;
  padding: 12px 0 0;
}

@media (min-width: 768px) {
  .footer-logo {
    padding: 47px 0 0;
  }
}

@media (min-width: 768px) {
  .footer-logo:hover, .footer-logo:focus {
    opacity: 0.7;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}

.footer-copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 7px 0 12px;
}

@media (min-width: 768px) {
  .footer-copy {
    font-size: 1.4rem;
    padding: 47px 0 0;
  }
}

/*------------------------------------*\
  section
  \*------------------------------------*/
.kv {
  display: block;
  padding-top: 70px;
  background: #000;
}

@media (min-width: 768px) {
  .kv {
    padding-top: 90px;
  }
}

.kv-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  width: auto;
  height: 497px;
  background: url(../../images/index/kv/kv-img-sp.jpg) center/cover no-repeat;
  border-bottom: 3px solid #000;
}

@media (min-width: 768px) {
  .kv-outer {
    background: url(../../images/index/kv/kv-img.jpg) center/cover no-repeat;
    height: calc(100vh - 90px);
    width: auto;
  }
}

.kv-inner {
  max-width: 270px;
  margin: auto;
  width: 100%;
}

.kv-inner img {
  width: 100%;
}

@media (min-width: 768px) {
  .kv-inner {
    max-width: 760px;
  }
}

.desc {
  background: #d0d0d0;
  padding: 30px 0 36px;
}

@media (min-width: 768px) {
  .desc {
    padding: 64px 0 80px;
  }
}

.desc-main {
  margin-bottom: 27px;
  white-space: nowrap;
  font-weight: 900;
}

@media (min-width: 768px) {
  .desc-main {
    margin-bottom: 40px;
  }
}

.desc-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .desc-text {
    font-size: 2rem;
  }
}

.profile-img.ishi {
  max-width: 62%;
}

@media (min-width: 768px) {
  .profile-img.ishi {
    right: -100px;
  }
}

.profile-img.ohara {
  max-width: 55%;
}

@media screen and (max-width: 767px) {
  .profile-img.ohara {
    left: -9vw;
  }
}

.profile-img.takaki {
  max-width: 65%;
}

@media (min-width: 768px) {
  .profile-img.takaki {
    right: -150px;
  }
}

.profile-img.kobayashi {
  max-width: 69%;
  bottom: 15vw;
  left: -10vw;
}

@media (min-width: 768px) {
  .profile-img.kobayashi {
    left: auto;
    right: -140px;
    bottom: -20px;
  }
}

.profile-img.kodama {
  max-width: 48%;
}

@media screen and (max-width: 767px) {
  .profile-img.kodama {
    bottom: 15vw;
    left: -3vw;
  }
}

.profile-img.masuda {
  max-width: 54%;
}

.profile-img.sato {
  right: -90px;
  max-width: 60%;
}

.profile-img.matsuura {
  max-width: 65%;
}

@media screen and (max-width: 767px) {
  .profile-img.matsuura {
    max-width: 50%;
  }
}

.profile-img.yoshida {
  max-width: 46%;
  left: 0;
}

.profile-img.hirahara {
  max-width: 46%;
}

.profile-img.kosho {
  max-width: 42%;
}

@media (min-width: 768px) {
  .profile-img.kosho {
    bottom: -21px;
  }
}

.profile-img.yadoguchi {
  left: 0;
}

.profile-img.shimizu {
  max-width: 50%;
}

.profile-img.yamaguchi {
  max-width: 46%;
}

.profile-img.gunji {
  max-width: 46%;
}
/*# sourceMappingURL=style.css.map */