@charset "UTF-8";

/*------------- reset -------------*/
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;
}

nav ul {
  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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
body {
  background: #fff;
  color: #2e2e2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 2.2;
  text-align: left;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 1s ease;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
  }
}

a:link {
  color: #343434;
  text-decoration: none;
}

a:visited {
  color: #343434;
  text-decoration: none;
}

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

a:active {
  color: #343434;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
}

a:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

/*------------- layout -------------*/
.l-header {
  position: fixed;
  left: 50px;
  top: 0;
  width: 210px;
  height: 100vh;
  z-index: 100;
}

.l-header .logo img {
  width: 167px;
  position: absolute;
  top: 40px;
  left: 0;
}

.l-header ul {
  position: absolute;
  bottom: 40px;
  left: 30px;
}

.l-header ul li:last-child {
  display: none;
}

.l-header ul li a {
  color: #9d9d9d;
}

.l-header ul li a.is-active {
  font-weight: bold;
}

.l-header .hamburger {
  display: none;
}

.l-header .a-top {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    left: 6px;
    top: 4px;
    height: 30px;
    width: 21.6vw;
    /*　ハンバーガーボタン　*/
    /* ナビ開いてる時のボタン */
    /* このクラスを、jQueryで付与・削除する */
  }

  .l-header .logo img {
    width: 100%;
    top: 0px;
  }

  .l-header .a-top {
    display: block;
  }

  .l-header .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .l-header .hamburger span {
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    left: 6px;
    background: #27366f;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .l-header .hamburger span:nth-child(1) {
    top: 0px;
  }

  .l-header .hamburger span:nth-child(2) {
    top: 5px;
  }

  .l-header .hamburger span:nth-child(3) {
    top: 11px;
  }

  .l-header .hamburger.active span {
    background: #d5d5d5;
  }

  .l-header .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .l-header .hamburger.active span:nth-child(2),
  .l-header .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .l-header nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(-200%);
    transition: all 0.6s;
    width: 100%;
  }

  .l-header nav.globalMenuSp ul {
    background: url(/common/img/back_sp.png), #27366f;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 10vh 20vw;
  }

  .l-header nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .l-header nav.globalMenuSp ul li:last-child {
    display: block;
  }

  .l-header nav.globalMenuSp ul li:last-child a {
    font-size: inherit;
    margin-top: 1.5em;
  }

  .l-header nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 0.6em 0;
    font-size: 5.3333333333vw;
  }

  .l-header nav.globalMenuSp.active {
    transform: translateX(0%);
  }
}

.l-inner {
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1230px;
  max-width: 100%;
  transition: 1s ease;
}

@media screen and (max-width: 1600px) {
  .l-inner {
    width: 1075px;
    padding-left: 260px;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 8vw;
  }
}

.l-footer {
  padding: 144px 0 190px;
  background: #fff;
}

.l-footer_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-footer_contents .logo {
  width: 276px;
}

.l-footer_contents ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 415px;
  max-width: 100%;
  padding-top: 30px;
}

.l-footer_contents ul li {
  padding: 0 0 50px;
  width: 50%;
}

.l-footer_contents ul li a {
  color: #a2a2a2;
  font-size: 18px;
}

.l-footer_contents .copy {
  color: #a2a2a2;
  font-size: 12px;
  width: 50%;
  padding-left: 30px;
  transform: translateY(-70px);
}

@media screen and (max-width: 1500px) {
  .l-footer_contents {
    padding-left: 10vw;
  }

  .l-footer .copy {
    width: 100%;
    padding: 30px 0 0 0;
    transform: translateY(0px);
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 80px 0 100px;
  }

  .l-footer_contents {
    display: block;
    padding: 0;
  }

  .l-footer_contents ul li {
    padding: 0 0 30px;
    width: 100%;
  }

  .l-footer_contents ul li:nth-child(1) {
    order: 0;
  }

  .l-footer_contents ul li:nth-child(2) {
    order: 3;
  }

  .l-footer_contents ul li:nth-child(3) {
    order: 1;
  }

  .l-footer_contents ul li:nth-child(4) {
    order: 4;
  }

  .l-footer_contents ul li:nth-child(5) {
    order: 2;
  }

  .l-footer_contents ul li:nth-child(6) {
    order: 5;
  }

  .l-footer_contents .copy {
    font-size: 3.2vw;
    text-align: center;
  }
}

/*------------- component -------------*/
/*------------- page -------------*/
.position-now {
  position: relative;
}

.fv {
  padding: 0 0 300px 0;
  overflow: hidden;
}

.fv h1 {
  font-size: 100px;
  line-height: 1.4;
  font-weight: 100;
  padding-top: 20%;
  text-align: center;
}

.fv_sub-head {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0 50px;
  text-align: center;
}

.fv_bg {
  width: 100%;
  top: 0vw;
  right: 0%;
  position: absolute;
  z-index: -1;
}

.fv_images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 120%;
  margin-left: -10%;
}

.fv_images li:nth-child(1) {
  width: 27.62%;
  margin-bottom: 10px;
}

.fv_images li:nth-child(2) {
  width: 21.33%;
}

.fv_images li:nth-child(3) {
  width: 21.33%;
  margin-bottom: 40px;
}

.fv_images li:nth-child(4) {
  width: 27.62%;
  margin-bottom: 30px;
}

.fv_text {
  margin-top: 150px;
  width: 50%;
}

.fv_text img {
  width: 193px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  .fv_text {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    padding: 0 0 117px 0;
  }

  .fv h1 {
    font-size: 8.5333333333vw;
    padding-top: 32%;
    text-align: left;
  }

  .fv_sub-head {
    font-size: 3.7333333333vw;
    margin: 22px 0 30px;
    text-align: left;
  }

  .fv p {
    font-size: 3.7333333333vw;
  }

  .fv_bg {
    text-align: right;
  }

  .fv_text {
    width: 100%;
    margin-top: 56px;
  }

  .fv_text_logo {
    width: 119px;
    margin: 0 auto;
  }

  .fv_images {
    margin-left: -20vw;
    width: calc(100% + 42vw);
  }

  .fv_images li:nth-child(1) {
    order: 0;
    width: 28.76%;
    margin-bottom: 0px;
  }

  .fv_images li:nth-child(2) {
    display: none;
  }

  .fv_images li:nth-child(3) {
    order: 2;
    width: 32.89%;
    margin-bottom: 40px;
  }

  .fv_images li:nth-child(4) {
    order: 1;
    width: 32.89%;
    margin: 0 10px 20px;
  }
}

#top_news {
  margin-bottom: 100px;
}

#top_news .l-inner {
  display: flex;
}

#top_news h2 {
  font-size: 50px;
  margin-right: 20px;
  line-height: 1.5;
}

.top_news_box {
  flex: 1 1 100%;
}

.top_news_list {
  margin-bottom: 30px;
}

.top_news_content {
  display: block;
  padding: 15px 30px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1.8;
}

.top_news_date {
  font-size: 14px;
  letter-spacing: 0.8;
}

.top_news_date span {
  font-size: 12px;
}

.top_news_more {
  border-bottom: 1px solid #343434;
  display: block;
  width: 130px;
  padding-left: 30px;
  position: relative;
  margin-left: auto;
  transition: all 0.3s 0s ease;
}

.top_news_more::after {
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #343434;
  position: absolute;
  bottom: 3px;
  right: -1px;
  transform: rotate(30deg);
}

.top_news_more:hover {
  transform: translate(6px);
}

@media screen and (max-width: 767px) {
  #top_news {
    margin-bottom: 150px;
  }

  #top_news .l-inner {
    flex-direction: column;
  }

  .top_news_content {
    padding: 10px 20px;
    line-height: 1.8;
    font-size: 14px;
  }

  .top_news_date {
    font-size: 14px;
    letter-spacing: 0.8;
  }

  .top_news_date span {
    font-size: 12px;
  }

  .top_news_more {
    width: 90px;
    padding-left: 20px;
    font-size: 12px;
  }

}


#mission {
  padding-top: 150px;
}

.mission_bg {
  top: 0vw;
  left: 0vw;
  position: absolute;
  z-index: -1;
}

.mission_contents {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
}

.mission_head {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 90px;
}

.mission_head span {
  font-size: 18px;
}

.mission_sub-head {
  color: #f9c2d2;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  #mission {
    padding-top: 80px;
  }

  .mission_bg {
    top: 90vh;
  }

  .mission_head {
    font-size: 5.3333333333vw;
    margin-bottom: 40px;
  }

  .mission_head span {
    font-size: initial;
    display: block;
    margin: 20px 0 0;
  }

  .mission_sub-head {
    font-size: 5.3333333333vw;
  }
}

.business {
  padding: 500px 0 100px;
  position: relative;
  color: #fff;
}

.business_intro {
  padding-bottom: 458px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.business_head01 {
  text-align: center;
  font-size: 80px;
}

.business_slill {
  position: relative;
  overflow: hidden;
}

.business_slill_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 710px;
}

.business_slill_contents {
  width: 541px;
  margin-left: 90px;
}

.business_slill_contents_head {
  font-size: 70px;
  margin-bottom: 10px;
}

.business_footer p {
  width: 800px;
  max-width: 100%;
  margin: 50px auto 70px;
}

.business_footer_support {
  text-align: center;
}

.business .banner {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 260px;
  display: block;
  width: 100vw;
  overflow: hidden;
}

.business .banner__content {
  display: inline-block;
  color: #27366f;
  font-size: 197px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 20s linear infinite;
}

.business .banner__content>* {
  display: inline-block;
}

@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 767px) {
  .business {
    padding: 60vw 0 160px;
  }

  .business_intro {
    padding-bottom: 200px;
  }

  .business_head01 {
    font-size: 10.1333333333vw;
  }

  .business_slill_inner {
    flex-wrap: wrap;
    padding-bottom: 300px;
  }

  .business_slill_image {
    width: 40%;
    margin: 0 auto 30px;
  }

  .business_slill_contents {
    width: 100%;
    margin-left: 0px;
  }

  .business_slill_contents_head {
    font-size: 8.5333333333vw;
    margin-bottom: 10px;
  }

  .business_footer {
    display: flex;
    flex-wrap: wrap;
  }

  .business_footer .business_head01 {
    order: 0;
    width: 100%;
  }

  .business_footer p {
    width: 100%;
    order: 2;
    margin: 0;
  }

  .business_footer_support {
    order: 1;
    transform: translateX(-10vw);
    width: 60%;
    margin: 30px auto 60px;
  }

  .business .banner {
    bottom: 24vw;
  }

  .business .banner__content {
    font-size: 16vw;
  }
}

.member {
  padding: 0px 0 500px;
}

.member_bg {
  top: -40vh;
  width: 100%;
  left: 0vw;
  position: absolute;
  z-index: -1;
}

.member_bg img {
  width: 100%;
}

.member_head {
  font-size: 60px;
  padding-top: 329px;
}

.member_list {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.member_list li {
  margin: 120px 0 0 4%;
  width: 29%;
}

.member_list li .image img {
  border-radius: 10px;
}

.member_list li .name {
  margin: 20px 0 5px;
}

.member_list li .position {
  font-size: 14px;
}

.member_list li .name-en {
  font-size: 12px;
}

.member_list li:nth-child(4) {
  margin-left: 17%;
}

.member_list li:nth-child(6) {
  margin-left: 34%;
}

@media screen and (max-width: 767px) {
  .member {
    padding: 0 0 200px;
  }

  .member_bg {
    display: none;
  }

  .member_head {
    font-size: 10.1333333333vw;
    padding-top: 100px;
  }

  .member_list {
    justify-content: space-between;
  }

  .member_list li {
    margin-top: 60px;
    width: 45%;
    margin-left: 0;
  }

  .member_list li .text {
    line-height: 1.8;
  }

  .member_list li .name {
    margin: 15px 0 2px;
  }

  .member_list li .position {
    font-size: 2.6666666667vw;
  }

  .member_list li .name-en {
    font-size: 2.1333333333vw;
  }

  .member_list li:nth-child(4),
  .member_list li:nth-child(6) {
    margin-left: 0%;
  }
}

.company {
  padding: 61px 0 400px;
}

.company_bg {
  position: absolute;
  top: -80vh;
  width: 100%;
  left: 0vw;
  z-index: -1;
}

.company_bg img {
  width: 100%;
}

.company_head {
  text-align: center;
  font-size: 60px;
  margin-bottom: 100px;
}

.company_contents {
  max-width: 700px;
  margin: 0 auto;
}

.company_contents li {
  padding: 1em 0;
  display: flex;
}

.company_contents li+li {
  border-top: 1px solid #d5d5d5;
}

.company_contents li h3 {
  width: 30%;
  font-weight: 100;
}

.company_contents li p {
  width: 70%;
}

.company_contents li p a {
  display: inline-block;
  margin-left: 2em;
  padding: 0 1.5em;
  border: 1px solid;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .company_contents li p a {
    margin-left: 20px !important;
  }
}

.company_contents li p span {
  color: #b1b1b1;
  font-size: 10px;
  display: block;
  margin-top: 1em;
}

.company_contents li#invoice_num {
  align-items: center;
}

.company_contents li p .add_span {
  background-color: #27366F;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 5px;
  display: block;
  width: 70px;
  text-align: center;
  padding: 4px;
  line-height: 1;
}

.company_contents #lawyer p {
  width: 100%;
}

.company_contents #lawyer a {
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 100px 0 200px;
  }

  .company_bg {
    top: -20vh;
    right: 0vw;
  }

  .company_head {
    text-align: left;
    font-size: 10.1333333333vw;
    margin-bottom: 65px;
  }

  .company_contents li {
    flex-wrap: wrap;
    font-size: 3.7333333333vw;
  }

  .company_contents li h3 {
    width: 100%;
    font-weight: 400;
  }

  .company_contents li p {
    width: 100%;
  }

  .company_contents li p a {
    margin-left: 20vw;
  }

  .company_contents .pc_only {
    display: none;
  }
}

.recruit {
  text-align: center;
}

.recruit p {
  margin-bottom: 50px;
}

.recruit a {
  background: #27366F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  width: 272px;
  color: #fff;
  display: block;
  padding: 0 0.8em;
  line-height: 3;
  border-radius: 50px;
  margin: 0 auto;
}


.contact {
  padding: 141px 0 270px;
}

#contact p {
  margin-bottom: 30px;
}

.contact_bg {
  position: absolute;
  bottom: 0;
  left: 0vw;
  z-index: -1;
}

.contact_head {
  font-size: 60px;
  font-weight: 300;
}

.contact_form {
  width: 568px;
  max-width: 100%;
  margin: 0 auto;
}

.contact_form table {
  width: 100%;
}

.contact_form th {
  width: 200px;
  font-weight: 100;
  vertical-align: top;
}

.contact_form th span {
  color: #e54722;
}

.contact_form td {
  width: calc(100% - 200px);
  padding-bottom: 40px;
}

.contact_form td a {
  text-decoration: underline;
  margin-left: 0.5em;
}

.contact_form input,
.contact_form textarea {
  border: 1px solid #cdd6dd;
  padding: 0.8em;
  width: 100%;
  box-sizing: border-box;
}

.contact_form ::placeholder {
  color: #cdd6dd;
  font-family: "Noto Sans JP", sans-serif;
}

.contact_form input[type=checkbox] {
  display: inline;
  width: 30px;
  height: 30px;
}

.contact_form input[type=submit] {
  background: #2e2e2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  width: 272px;
  color: #fff;
  border-radius: 30px;
  display: block;
  padding: 0 0.8em;
  line-height: 3;
  border-radius: 50px;
}

.contact_form .submit {
  width: 272px;
  background: #2e2e2e;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 100px 0 200px;
  }

  .contact_bg {
    bottom: 0vw;
    left: 0vw;
  }

  .contact_head {
    font-size: 10.1333333333vw;
  }

  .contact_form th {
    width: 100%;
    display: block;
  }

  .contact_form td {
    width: 100%;
    display: block;
  }

  .contact_form input {
    border: 1px solid #cdd6dd;
    padding: 0.8em;
    width: 100%;
  }

  .contact_form .submit {
    width: 272px;
    background: #2e2e2e;
    text-align: center;
    color: #fff;
    border-radius: 50px;
  }
}

.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: -1;
}

body.is-business {
  background-color: #27366f;
  transition: 1s;
}

body.is-business .business {
  background-color: #27366f;
  transition: 1s;
}

body.is-business .fix {
  background: url(../img/back-business.png);
  background-size: cover;
  z-index: 1;
}

body.is-business .mission_bg,
body.is-business .member_bg {
  display: none;
}

@media screen and (max-width: 767px) {
  body.is-business .fix {
    background: url(../img/back_sp.png);
    background-size: 100% 100%;
  }
}

.page-temp {
  padding: 400px 0 200px;
  position: relative;
}

.page-temp_head {
  font-size: 60px;
  margin-bottom: 200px;
}

.page-temp_bg {
  position: absolute;
  top: 0vw;
  right: 0vw;
  z-index: -1;
}

.page-temp_bg img {
  width: 100%;
}

.page-temp p {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-temp {
    padding: 30vw 0 100px;
  }

  .page-temp_head {
    font-size: 6.4vw;
    margin-bottom: 80px;
  }

  .page-temp p {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.modal-open {
  cursor: pointer;
  transition: 0.6s;
}

.modal-open:hover {
  opacity: 0.6;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(50px) brightness(1.1);
  backdrop-filter: blur(50px) brightness(1.1);
}

@supports not ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) {
  .modal-container {
    background: rgba(255, 255, 255, 0.9);
  }
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  max-width: 100%;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -100px;
  right: 0px;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #707070;
  cursor: pointer;
}

.modal-content {
  text-align: left;
}

.modal-content-upper {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.modal-content-upper .image {
  width: 54.75%;
}

.modal-content-upper .image img {
  border-radius: 10px;
}

.modal-content-upper .text {
  padding-left: 10%;
}

.modal-content-upper .text .name {
  font-size: 36px;
}

.modal-content-upper .text .name-en {
  font-size: 14px;
  margin: 6px 0 4px;
}

.modal-content-upper .text .position {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .modal-container {
    padding: 60px 20px;
  }

  .modal-container:before {
    display: none;
  }

  .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -100px;
    right: 0px;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #707070;
    cursor: pointer;
  }

  .modal-content {
    text-align: left;
  }

  .modal-content-upper {
    margin-bottom: 30px;
  }

  .modal-content-upper .image {
    width: 50%;
  }

  .modal-content-upper .text {
    padding-left: 10%;
  }

  .modal-content-upper .text .name {
    font-size: 20px;
  }

  .modal-content-upper .text .name-en {
    font-size: 8px;
    margin: 0px 0 2px;
    line-height: 1;
  }

  .modal-content-upper .text .position {
    font-size: 8px;
  }
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-furuta {
  font-family: "futura-pt", "Noto Sans JP", sans-serif;
  font-weight: 100;
}

.u-spbr {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-spbr {
    display: inline;
  }
}

/*------------- archive -------------*/
.archive .page-header {
  padding-top: 100px;
  margin-bottom: 100px;
}

.archive .page-header h1 {
  font-size: 60px;
}

.archive .archive-list {
  margin-bottom: 100px;
}

.archive .archive_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #d5d5d5;
}

.archive .archive_content:nth-child(1) {
  border-top: 1px solid #d5d5d5;
}

.archive .content_date {
  flex: 0 0 20%;
}

.archive .content_date span {
  font-size: 0.9rem;
}

.archive .content_title {
  flex: 1 1 auto;
  text-align: left;
  font-weight: 100;
}

.archive .content_arrow {
  flex: 0 0 5%;
  text-align: center;
  transition: all 0.3s 0s ease;
}

.archive .archive_content:hover>.content_arrow {
  transform: translateX(6px);
}

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

.page-numbers {
  margin: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
}

a.page-numbers {
  background-color: #FFF4F7;
  border-radius: 50%;
  transition: all 0.3s 0s ease;
}

a.page-numbers:hover {
  opacity: 1;
  background-color: #EFDEEE;
}

@media screen and (max-width: 767px) {
  .archive .page-header {
    margin-bottom: 30px;
  }

  .archive .archive_content {
    flex-wrap: wrap;
  }

  .archive .content_date {
    flex: 0 0 100%;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 3px;
  }

  .archive .content_date span {
    font-size: 12px;
  }

  .archive .content_title {
    line-height: 1.8;
    flex: 0 0 90%;
  }

}

/*------------- single -------------*/
.single .entry-header {
  padding-top: 100px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 100px;
}

.single .entry-content {
  margin-bottom: 150px;
}

.single .entry-title {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.2;
}

.single .breadcrumb {
  text-align: right;
  margin-bottom: 10px;
}

.single .entry-meta {
  font-size: 14px;
  letter-spacing: 0.8px;
}

.single .entry-meta span {
  font-size: 12px;
}

.single .breadcrumb-area {
  font-size: 14px;
}

.single p {
  margin-bottom: 30px;
  line-height: 2;
}

.single .entry-content ul {
  list-style: initial;
  margin-left: 20px;
  margin-bottom: 30px;
}

.single .entry-content ol {
  margin-left: 20px;
  margin-bottom: 30px;
}

.single .entry-content h2 {
  font-size: 25px;
}

.single .entry-content h3 {
  font-size: 20px;
}

.single .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.single .nav-links::before {
  display: block;
  content: "・";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single .nav-links a {
  display: flex;
  align-items: center;
}

.single .nav-previous {
  flex: 0 0 auto;
  margin-right: auto;
}

.single .nav-next {
  margin-left: auto;
  margin-right: 0;
  flex: 0 0 auto;
}

.single .nav-title {
  position: relative;
  z-index: 10;
  max-width: 300px;
  text-align: left;
}

.single .nav-icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  flex: 0 0 auto;
}

.single .nav-arrow {
  position: relative;
  z-index: 5;
}

.single .nav-arrowbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FFF4F7;
  transition: all 0.3s 0s ease;
  z-index: 1;
}

.single .nav-links a:hover {
  opacity: 1;
}

.single .nav-links a:hover .nav-arrowbg {
  transform: scale(2);
}

@media screen and (max-width: 767px) {
  .single .entry-title {
    font-size: 22px;
  }

  .single .entry-meta {
    font-size: 13px;
    letter-spacing: 0.8px;
  }

  .single .entry-meta span {
    font-size: 11px;
  }

  .single .breadcrumb-area {
    font-size: 12px;
  }

  .single .nav-links {
    font-size: 12px;
    line-height: 1.8;
  }

  .single .nav-title {
    max-width: 120px;
  }

  .single .nav-icon {
    width: 28px;
    height: 28px;
    margin: 5px;
  }

  .single .nav-previous {
    transform: translateX(-10px);
  }

  .single .nav-next {
    transform: translateX(10px);
  }

}


/* Scss Document */

/*# sourceMappingURL=style.css.map */