@charset 'UTF-8';

/* ====================================== */
/* foundation */
/* Shadows are intentionally very subtle gradiations. */
/* ====================================== */
/* global */
/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans CJK JP'), url(../fonts/NotoSansJP-Thin.woff2) format('woff2'), url(../fonts/NotoSansJP-Thin.woff) format('woff'), url(../fonts/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans CJK JP'), url(../fonts/NotoSansJP-Light.woff2) format('woff2'), url(../fonts/NotoSansJP-Light.woff) format('woff'), url(../fonts/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'), url(../fonts/NotoSansJP-Regular.woff2) format('woff2'), url(../fonts/NotoSansJP-Regular.woff) format('woff'), url(../fonts/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans CJK JP'), url(../fonts/NotoSansJP-Medium.woff2) format('woff2'), url(../fonts/NotoSansJP-Medium.woff) format('woff'), url(../fonts/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans CJK JP'), url(../fonts/NotoSansJP-Bold.woff2) format('woff2'), url(../fonts/NotoSansJP-Bold.woff) format('woff'), url(../fonts/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local('Noto Sans CJK JP'), url(../fonts/NotoSansJP-Black.woff2) format('woff2'), url(../fonts/NotoSansJP-Black.woff) format('woff'), url(../fonts/NotoSansJP-Black.otf) format('opentype');
}

/****************************

break-point

*****************************/
/****************************

font-setting

*****************************/
/****************************

contents-setting

*****************************/
@-webkit-keyframes moreText {
  0% {
    top: 0;
  }

  49% {
    top: -1em;
    opacity: 0;
  }

  50% {
    top: 1em;
    opacity: 1;
  }

  100% {
    top: 0;
  }
}

@keyframes moreText {
  0% {
    top: 0;
  }

  49% {
    top: -1em;
    opacity: 0;
  }

  50% {
    top: 1em;
    opacity: 1;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes moreBorder {
  0% {
    left: 0;
  }

  49% {
    left: 100%;
  }

  50% {
    left: -100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes moreBorder {
  0% {
    left: 0;
  }

  49% {
    left: 100%;
  }

  50% {
    left: -100%;
  }

  100% {
    left: 0%;
  }
}

@-webkit-keyframes titleIn {
  0% {
    top: 1em;
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes titleIn {
  0% {
    top: 1em;
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes numberIn {
  0% {
    top: 3em;
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes numberIn {
  0% {
    top: 3em;
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes menuTitleIn {
  0% {
    top: 1em;
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes menuTitleIn {
  0% {
    top: 1em;
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

/****************************

break-point

*****************************/
/****************************

font-setting

*****************************/
/****************************

contents-setting

*****************************/
/* Reset Style */
html {
  font-size: 62.5%;
  line-height: 1rem;
  min-width: 1280px;
}

@media screen and (max-width: 750px) {
  html {
    min-width: 100%;
  }
}

@media all and (orientation: landscape) {
  html {
    min-width: inherit;
  }
}

body {
  color: #000;
}

br.pc {
  display: inline;
}

@media screen and (max-width: 750px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-family: 'Avenir Next', ' Noto Sans JP', '游ゴシック', 'Yu Gothic', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .165em;
  color: #10386b;
}

@media screen and (max-width: 750px) {

  html,
  body {
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    font-size: 13px;
  }
}

a:link {
  color: #10386b;
}

a:visited {
  color: #10386b;
}

/* ====================================== */
/* shared */
.more-btn {
  position: relative;
  display: inline-block;
  padding: 0 2.2rem .5rem;
  font-size: 1.2rem;
  overflow: hidden;
}

.more-btn span {
  position: relative;
  display: inline-block;
}

.more-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #10386b;
}

.more-btn:hover span {
  -webkit-animation: moreText .8s cubic-bezier(.09, .63, .44, .95) .2s;
  animation: moreText .8s cubic-bezier(.09, .63, .44, .95) .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.more-btn:hover::after {
  -webkit-animation: moreBorder .8s cubic-bezier(.76, 0, 0, 1.01);
  animation: moreBorder .8s cubic-bezier(.76, 0, 0, 1.01);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.share-button {
  display: block;
  border: 1px solid #10386b;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 1rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .25s;
  background-color: #fff;
}

.share-button--f {
  background-image: url(../images/f_wh.svg);
  background-size: 1rem;
}

.share-button--t {
  background-image: url(../images/t_wh.svg);
  background-size: 1.2rem;
}

.share-button:hover {
  background-color: #10386b;
}

.share-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3rem 0 0;
}

.share-button__label {
  margin: 0 1rem 0 0;
}

.about__title,
.contact__title,
.philosophy__title,
.recently-top__title,
.recently__title,
.work-top__title {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: .055em;
}

.about__title--number,
.philosophy__title--number,
.recently-top__title--number,
.recently__title--number,
.work-top__title--number {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 0 1.5rem;
}

.award__title,
.media__title,
.profiel__title,
.sponcer__title {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 4rem;
}

/* ====================================== */
/* block */
.contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contents__title--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contents__title .letter {
  position: relative;
  top: 1em;
  opacity: 1;
}

.contents__title.inView .letter:nth-child(1) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .05s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .05s 1 normal forwards;
}

.contents__title.inView .letter:nth-child(2) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .1s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .1s 1 normal forwards;
}

.contents__title.inView .letter:nth-child(3) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .15s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .15s 1 normal forwards;
}

.contents__title.inView .letter:nth-child(4) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
}

.contents__title.inView .letter:nth-child(5) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .25s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .25s 1 normal forwards;
}

.contents__title.inView .letter:nth-child(6) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .3s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .3s 1 normal forwards;
}

.contents__title.inView .letter:nth-child(7) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .35s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .35s 1 normal forwards;
}

.contents__title.inView .letter:nth-child(8) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
}

.contents__title.inView .letter:nth-child(9) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .45s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .45s 1 normal forwards;
}

.contents__title.inView .letter:nth-child(10) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .5s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .5s 1 normal forwards;
}

.contents__title.inView .num:nth-child(1) {
  -webkit-animation: numberIn 1s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
  animation: numberIn 1s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
}

.contents__title.inView .num:nth-child(2) {
  -webkit-animation: numberIn 1s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
  animation: numberIn 1s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
}

.contents__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contents__number .num {
  position: relative;
  top: 3em;
  opacity: 1;
}

.cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 30rem;
  margin: 78px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .cover {
    height: 14rem;
    margin: 63px 0 0;
  }
}

.cover--no-image {
  height: 20rem;
}

@media screen and (max-width: 750px) {
  .cover--no-image {
    height: 12rem;
  }
}

.cover__number {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2rem;
  overflow: hidden;
}

.cover__number .letter {
  position: relative;
  top: 1em;
  opacity: 1;
}

.cover__number.inView .letter:nth-child(1) {
  -webkit-animation: numberIn .5s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
  animation: numberIn .5s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
}

.cover__number.inView .letter:nth-child(2) {
  -webkit-animation: numberIn .5s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
  animation: numberIn .5s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
}

.cover__number--no-image {
  color: #10386b;
}

.cover__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.6rem;
  color: #fff;
  overflow: hidden;
}

.cover__title--no-image {
  color: #10386b;
}

@media screen and (max-width: 750px) {
  .cover__title {
    font-size: 2.4rem;
  }
}

.cover__title .letter {
  position: relative;
  top: 1em;
  opacity: 1;
}

.cover__title.inView .letter:nth-child(1) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .05s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .05s 1 normal forwards;
}

.cover__title.inView .letter:nth-child(2) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .1s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .1s 1 normal forwards;
}

.cover__title.inView .letter:nth-child(3) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .15s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .15s 1 normal forwards;
}

.cover__title.inView .letter:nth-child(4) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
}

.cover__title.inView .letter:nth-child(5) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .25s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .25s 1 normal forwards;
}

.cover__title.inView .letter:nth-child(6) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .3s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .3s 1 normal forwards;
}

.cover__title.inView .letter:nth-child(7) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .35s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .35s 1 normal forwards;
}

.cover__title.inView .letter:nth-child(8) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
}

.cover__title.inView .letter:nth-child(9) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .45s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .45s 1 normal forwards;
}

.cover__title.inView .letter:nth-child(10) {
  -webkit-animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .5s 1 normal forwards;
  animation: titleIn .6s cubic-bezier(.09, .63, .44, .95) .5s 1 normal forwards;
}

.cover__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../images/mv.jpg);
  background-size: cover;
  background-position: center;
  z-index: -9;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cover__image::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #10386b;
  width: 100%;
  height: 100%;
  opacity: .4;
}

.cover__image--philosophy {
  background-image: url(../images/philosophy.jpg);
}

.cover__image--about {
  background-image: url(../images/about.jpg);
}

.cover__image--work {
  background-image: url(../images/work.jpg);
}

.js-parallax {
  will-change: transform;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto 12rem;
}

@media screen and (max-width: 750px) {
  .about {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

.about__text-colum {
  width: 50%;
  padding: 0 3.5rem 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .about__text-colum {
    width: 100%;
    padding: 0;
  }
}

.about__image-colum {
  width: 45%;
  height: 30rem;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .about__image-colum {
    width: 100%;
    height: 22rem;
    margin: 0 0 3rem;
  }
}

.about__image-colum--in {
  width: 100%;
  height: 140%;
  margin-top: -20%;
  background-image: url(../images/about.jpg);
  background-size: cover;
  background-position: center;
}

.about__title {
  text-align: left;
  margin: 0 0 3rem;
}

@media screen and (max-width: 750px) {
  .about__title {
    margin: 0 0 1.5rem;
  }
}

.about__desc {
  line-height: 2;
  margin: 0 0 3rem;
  font-weight: bold;
}

.award {
  margin: 8rem auto 6rem;
}

@media screen and (max-width: 750px) {
  .award {
    padding: 0 1rem;
  }
}

.award__mod {
  width: 1080px;
  margin: 0 auto 6rem;
  padding: 0 3rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .award__mod {
    width: 100%;
    padding: 0;
  }
}

.award__sub-title {
  font-size: 1.5rem;
  margin: 0 0 3rem;
}

.award__sub-title--ja {
  font-size: .8rem;
  margin: 0 0 0 1rem;
}

.award__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2rem;
}

@media screen and (max-width: 750px) {
  .award__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.award__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 4rem;
}

.award__image {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
}

.award__tag {
  display: inline-block;
  background-color: #10386b;
  color: #fff;
  padding: 0 1rem;
  margin: 0 .5rem 0 0;
  font-size: .7rem;
  line-height: 2;
}

.award__award-date {
  margin: 0 1.5rem 0 0;
}

@media screen and (max-width: 750px) {
  .award__award-date {
    margin: 0 0 1rem 0;
  }
}

.award__award-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .award__award-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.award__detail-btn {
  display: inline-block;
  background-color: #10386b;
  color: #fff !important;
  padding: 0 1rem;
  font-size: .7rem;
  line-height: 2;
}

.media {
  margin: 8rem auto 12rem;
}

@media screen and (max-width: 750px) {
  .media {
    padding: 0 1rem;
  }
}

.media__mod {
  width: 1080px;
  margin: 0 auto 5rem;
  padding: 0 3rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .media__mod {
    width: 100%;
    padding: 0;
  }
}

.media__sub-title {
  font-size: 1.5rem;
  margin: 0 0 3rem;
}

.media__sub-title--ja {
  font-size: .8rem;
  margin: 0 0 0 1rem;
}

.media__category-title {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  margin: 0 0 2rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .media__category-title {
    font-size: 1.1rem;
  }
}

.media__category-title::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #10386b;
}

.media__colum {
  margin: 0 0 3rem;
}

.media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 1.2rem;
}

@media screen and (max-width: 750px) {
  .media__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 2rem;
  }
}

.media__item--link:hover {
  text-decoration: underline;
}

.media__item:last-child {
  margin: 0;
}

.media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media__image {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
}

.media__tag {
  display: inline-block;
  background-color: #10386b;
  color: #fff;
  padding: 0 1rem;
  margin: 0 .5rem 0 0;
  font-size: .7rem;
  line-height: 2;
}

.media__link-btn {
  display: inline-block;
  background-color: #10386b;
  color: #fff !important;
  padding: 0 1rem;
  margin: 0 .5rem;
  font-size: .7rem;
  line-height: 2;
}

.media__detail-date {
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
  margin: 0 1.5rem 0 0;
}

@media screen and (max-width: 750px) {
  .media__detail-date {
    margin: 0 0 1rem 0;
  }
}

.media__detail-title {
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
  margin: 0 1.5rem 0 0;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .media__detail-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 1rem 0;
  }
}

.media__detail-description {
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  line-height: 1.8;
}

.media__detail-description::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * .5em);
}

@media screen and (max-width: 750px) {
  .media__detail-description {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.media__detail-btn {
  display: inline-block;
  background-color: #10386b;
  color: #fff !important;
  padding: 0 1rem;
  margin: 0 0 0 auto;
  font-size: .7rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .media__detail-btn {
    margin: .5rem .5rem 0 0;
  }
}

.profiel {
  width: 1080px;
  margin: 8rem auto 12rem;
}

@media screen and (max-width: 750px) {
  .profiel {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 4rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

.profiel__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3rem;
}

@media screen and (max-width: 750px) {
  .profiel__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

.profiel__image-colum {
  width: 42%;
  height: 38rem;
  background-color: #10386b;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .profiel__image-colum {
    width: 70%;
    height: 22rem;
    margin: 0 auto 2rem;
  }
}

.profiel__image-colum--in {
  width: 100%;
  height: 108%;
  background-image: url(../images/portrait.jpg);
  background-size: cover;
  background-position: center;
}

.profiel__name--ja {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 .5rem;
  letter-spacing: .1em;
}

.profiel__name--en {
  font-size: .8rem;
  letter-spacing: .1em;
  margin: 0 0 1.5rem;
}

.profiel__desc {
  font-size: .9rem;
  line-height: 2;
}

.profiel__desc--ja {
  margin: 0 0 2rem;
}

.profiel__desc--en {
  font-size: .8rem;
}

.sponcer {
  margin: 6rem auto 12rem;
  padding: 0 8rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .sponcer {
    padding: 0;
    margin: 8rem auto;
  }
}

.sponcer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 750px) {
  .sponcer__list {
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sponcer__wrap {
  width: 10vw;
  min-width: 12rem;
  height: 6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .sponcer__wrap {
    margin: 0 auto 3rem;
  }
}

.sponcer__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
}

.adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .adress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem;
  }
}

.adress__colum--ja {
  padding: 3rem 3rem 3rem 0;
  border-right: 2px solid #10386b;
}

@media screen and (max-width: 750px) {
  .adress__colum--ja {
    padding: 0 0 2.5rem 0;
    border-right: none;
    border-bottom: 2px solid #10386b;
  }
}

.adress__colum--en {
  padding: 3rem 0 3rem 3rem;
}

@media screen and (max-width: 750px) {
  .adress__colum--en {
    padding: 2.5rem 0 0 0;
  }
}

.adress__text-mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adress__text-mod:first-child {
  margin: 0 0 2rem;
}

.adress__label {
  line-height: 1.8;
  width: 6rem;
}

.adress__contents {
  line-height: 1.8;
}

.contact {
  text-align: center;
  margin: 0 0 6rem;
  /* 手動で追記*/
  min-height: calc(100vh - 32rem);
}

@media screen and (max-width: 750px) {
  .contact {
    /* 手動で追記*/
    min-height: calc(100vh - 28.7rem);
  }
}

.contact__title {
  margin: 0 0 3rem;
}

.contact__title--number {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 0 1.5rem;
}

.contact__mail-desc {
  font-size: .9rem;
  line-height: 2;
  margin: 0 1rem 2rem;
}

.contact__mail-link {
  position: relative;
  display: inline-block;
  margin: 0 auto 4.5rem;
  padding: 0 1rem 1rem;
  font-size: 2rem;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .contact__mail-link {
    font-size: 1.4rem;
  }
}

.contact__mail-link span {
  position: relative;
  display: inline-block;
}

.contact__mail-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #10386b;
}

.contact__mail-link:hover span {
  -webkit-animation: moreText 1s cubic-bezier(.09, .63, .44, .95) .2s;
  animation: moreText 1s cubic-bezier(.09, .63, .44, .95) .2s;
}

.contact__mail-link:hover::after {
  -webkit-animation: moreBorder .8s cubic-bezier(.76, 0, 0, 1.01);
  animation: moreBorder .8s cubic-bezier(.76, 0, 0, 1.01);
}

.footer {
  background-color: #f9f9f9;
}

.footer__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1080px;
  border-top: 2px solid #10386b;
  margin: 0 auto;
  padding: 2rem 0;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .footer__in {
    width: 100%;
    padding: 2rem 1rem;
  }
}

.footer__copyright {
  font-size: .6rem;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__label {
  font-size: .8rem;
  margin: 0 1rem 0 0;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-list__item {
  margin: 0 1rem;
}

.social-list__link {
  display: block;
  width: 1.5rem;
}

.social-list__icon {
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 2rem;
  z-index: 99;
}

@media screen and (max-width: 750px) {
  .header {
    padding: 0 1rem;
  }
}

.header__logo {
  display: block;
  width: 5rem;
  padding: 1rem 0;
}

.header__logo img {
  width: 100%;
}

.header__menu-btn {
  visibility: hidden;
  display: none;
  width: 2rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 750px) {
  .header__menu-btn {
    visibility: visible;
    display: block;
  }
}

.header__menu-bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #10386b;
}

.header__menu-bar:nth-child(2) {
  margin: .6rem 0;
}

.menu-sp__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
}

.menu-sp__wrap--in {
  padding: 4rem;
  box-sizing: border-box;
}

.menu-sp__close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.1rem;
  display: block;
  width: 2rem;
  height: 2rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 9;
}

.menu-sp__close-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -1rem;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #10386b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-sp__close-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-sp__close-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-sp__logo {
  display: block;
  width: 6rem;
  margin: 0 0 4rem;
}

.menu-sp__logo img {
  width: 100%;
}

.menu-sp__item {
  position: relative;
  overflow: hidden;
  margin: 0 0 3.5rem;
}

.menu-sp__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
}

.menu-sp__link--num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2.5rem 0 0;
  font-size: 1rem;
}

.menu-sp__link--num .letter {
  position: relative;
  top: 2em;
}

.menu-sp__link--num.inView .letter:nth-child(1) {
  -webkit-animation: numberIn 1s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
  animation: numberIn 1s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
}

.menu-sp__link--num.inView .letter:nth-child(2) {
  -webkit-animation: numberIn 1s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
  animation: numberIn 1s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
}

.menu-sp__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-sp__text .letter {
  position: relative;
  top: 1em;
}

.menu-sp__text.inView .letter:nth-child(1) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .1s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .1s 1 normal forwards;
}

.menu-sp__text.inView .letter:nth-child(2) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .2s 1 normal forwards;
}

.menu-sp__text.inView .letter:nth-child(3) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .3s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .3s 1 normal forwards;
}

.menu-sp__text.inView .letter:nth-child(4) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .4s 1 normal forwards;
}

.menu-sp__text.inView .letter:nth-child(5) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .5s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .5s 1 normal forwards;
}

.menu-sp__text.inView .letter:nth-child(6) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .6s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .6s 1 normal forwards;
}

.menu-sp__text.inView .letter:nth-child(7) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .7s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .7s 1 normal forwards;
}

.menu-sp__text.inView .letter:nth-child(8) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .8s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .8s 1 normal forwards;
}

.menu-sp__text.inView .letter:nth-child(9) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .9s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) .9s 1 normal forwards;
}

.menu-sp__text.inView .letter:nth-child(10) {
  -webkit-animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) 1s 1 normal forwards;
  animation: menuTitleIn .3s cubic-bezier(.09, .63, .44, .95) 1s 1 normal forwards;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .menu {
    display: none;
  }
}

.menu__item {
  height: 100%;
}

.menu__link {
  position: relative;
  display: inline-block;
  padding: 2rem 1.5rem;
}

.menu__link::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #10386b;
  transition: all .25s cubic-bezier(.76, 0, 0, 1.01);
}

.menu__link.is-active:after {
  width: 100%;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .sns {
    display: none;
  }
}

.sns__item {
  width: 1rem;
  margin: 0 .8rem;
}

.sns__item a {
  display: block;
}

.sns__item img {
  width: 100%;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #10386b;
  z-index: 999;
}

.loading__progress-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
}

.loading__logo {
  width: 16vw;
}

@media screen and (max-width: 750px) {
  .loading__logo {
    width: 48vw;
  }
}

.mv {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.mv__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mv__logo {
  width: 16vw;
  z-index: 9;
}

@media screen and (max-width: 750px) {
  .mv__logo {
    width: 48vw;
  }
}

.mv__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10386b;
  opacity: .4;
  z-index: 0;
}

.mv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/mv.jpg);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  z-index: -9;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.philosophy-contents {
  width: 1080px;
  margin: 8rem auto 12rem;
}

@media screen and (max-width: 750px) {
  .philosophy-contents {
    width: 100%;
    margin: 5rem auto 8rem;
  }
}

.philosophy-contents__main-copy {
  width: 52vw;
  margin: 0 auto 5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .philosophy-contents__main-copy {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 auto 3rem;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

.philosophy-contents__sentence {
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: normal;
  width: 52vw;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.4;
}

@media screen and (max-width: 750px) {
  .philosophy-contents__sentence {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    text-align: justify;
  }
}

.philosophy-contents__name {
  font-size: 1.2rem;
}

.philosophy-contents__notification {
  font-size: .7rem;
}

.philosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto 12rem;
}

@media screen and (max-width: 750px) {
  .philosophy {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

.philosophy__text-colum {
  width: 50%;
  padding: 0 3.5rem 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .philosophy__text-colum {
    width: 100%;
    padding: 0;
  }
}

.philosophy__image-colum {
  width: 45%;
  height: 40rem;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .philosophy__image-colum {
    width: 100%;
    height: 25rem;
    margin: 0 0 3rem;
  }
}

.philosophy__image-colum--in {
  width: 100%;
  height: 120%;
  background-image: url(../images/philosophy.jpg);
  background-size: cover;
  background-position: center;
}

.philosophy__title {
  text-align: left;
  margin: 0 0 3rem;
}

@media screen and (max-width: 750px) {
  .philosophy__title {
    margin: 0 0 1.5rem;
  }
}

.philosophy__desc {
  line-height: 2;
  margin: 0 0 3rem;
  font-weight: bold;
}

.rdc {
  width: 1080px;
  margin: 4rem auto 12rem;
  padding: 0 10rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .rdc {
    width: 100%;
    padding: 0 1rem;
    margin: 3rem auto 8rem;
  }
}

.rdc--no-image {
  margin: 12rem auto;
}

.rdc__date {
  display: block;
  color: #757575;
  margin: 0 0 1.5rem;
  letter-spacing: .1em;
}

.rdc__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 3rem;
}

.rdc__sentence p {
  line-height: 2.8;
  letter-spacing: .2em;
  text-align: justify;
}

@media screen and (max-width: 750px) {
  .rdc__sentence p {
    line-height: 2.2;
    letter-spacing: .1em;
  }
}

.rdc__sentence b,
.rdc__sentence strong {
  font-weight: 600;
}

.rdc__sentence em {
  font-style: italic;
}

.rdc__sentence a {
  text-decoration: underline;
}

.rdc .insert-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 1rem auto;
}

.rdc__image {
  display: block;
  width: 100%;
  height: 40rem;
  background-color: #10386b;
  margin: 6rem auto;
}

@media screen and (max-width: 750px) {
  .rdc__image {
    margin: 3rem auto;
  }
}

.rdc__image--vr {
  width: 33rem;
  height: auto;
}

@media screen and (max-width: 750px) {
  .rdc__image--vr {
    width: 70%;
  }
}

.rdc__image--hr {
  height: auto;
}

.rdc__image--sq {
  width: 40rem;
  height: 40rem;
}

@media screen and (max-width: 750px) {
  .rdc__image--sq {
    width: 90%;
    height: 77vmin;
  }
}

.recently-detaile-header {
  width: 100%;
  height: 35rem;
  background-color: #10386b;
  margin: 78px auto 0;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .recently-detaile-header {
    width: 100%;
    height: 20rem;
    margin: 63px 0 0;
  }
}

.recently-detaile-header__inner {
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
}

.recently-tag__wrap {
  width: 1080px;
  margin: 3rem auto 0;
}

@media screen and (max-width: 750px) {
  .recently-tag__wrap {
    width: 100%;
    padding: 0 1rem;
  }
}

.recently-tag__title {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: .055em;
  margin: 0 0 1.5rem;
}

.recently-tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recently-tag__item {
  margin: 0 1rem 0 0;
}

.recently-top {
  text-align: center;
  margin: 10rem 0;
}

@media screen and (max-width: 750px) {
  .recently-top {
    padding: 0 1rem;
    overflow-x: hidden;
  }
}

.recently-top__title {
  margin: 0 0 2.5rem;
}

.recently-top__desc {
  text-align: center;
  width: 648px;
  margin: 0 auto 1.5rem;
  line-height: 2;
  font-weight: bold;
}

.recently {
  margin: 0 0 12rem;
}

@media screen and (max-width: 750px) {
  .recently {
    padding: 0 1rem;
  }
}

.recently__title {
  margin: 0 0 3rem;
}

.recently__desc {
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin: 0 0 4rem;
}

@media screen and (max-width: 750px) {
  .recently__desc {
    margin: 0 0 2rem;
  }
}

.recently-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  width: 1080px;
  margin: 3rem auto 0;
}

@media screen and (max-width: 750px) {
  .recently-list--archive {
    width: 100%;
  }
}

.recently-item {
  width: 25%;
  padding: 0 .5rem;
  box-sizing: border-box;
  margin: 0 0 3rem;
}

.recently-item__image {
  width: 100%;
  height: 10rem;
  background-image: url(../images/no-image.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 0 1rem;
  overflow: hidden;
}

.recently-item__image--in {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .4s cubic-bezier(.09, .63, .44, .95);
  transition: transform .4s cubic-bezier(.09, .63, .44, .95);
  transition: transform .4s cubic-bezier(.09, .63, .44, .95), -webkit-transform .4s cubic-bezier(.09, .63, .44, .95);
}

.recently-item__date {
  color: #757575;
  margin: 0 0 .5rem;
  font-size: .8rem;
  letter-spacing: .01em;
}

.recently-item__title {
  font-weight: bold;
  font-size: .9rem;
}

@media screen and (max-width: 750px) {
  .recently-item--archive {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .recently-item--archive__image {
    height: 12rem;
  }
}

.recently-item:hover .recently-item__image--in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .8rem 0 0;
}

.tag__item {
  color: #757575;
  margin: 0 .5rem .5rem 0;
  font-size: .9rem;
  letter-spacing: .01em;
}

.work-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto 12rem;
}

@media screen and (max-width: 750px) {
  .work-top {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

.work-top__text-colum {
  width: 50%;
  padding: 0 3.5rem 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .work-top__text-colum {
    width: 100%;
    padding: 0;
  }
}

.work-top__image-colum {
  width: 45%;
  height: 20rem;
  overflow: hidden;
  background-color: #10386b;
}

@media screen and (max-width: 750px) {
  .work-top__image-colum {
    width: 100%;
    height: 15rem;
    margin: 0 0 3rem;
  }
}

.work-top__image-colum--in {
  width: 100%;
  height: 140%;
  margin-bottom: 20%;
  background-image: url(../images/work.jpg);
  background-size: cover;
  background-position: center;
}

.work-top__title {
  text-align: left;
  margin: 0 0 3rem;
}

.work-top__desc {
  line-height: 2;
  margin: 0 0 3rem;
  font-weight: bold;
}

.work {
  width: 1080px;
  margin: 6rem auto 12rem;
}

@media screen and (max-width: 750px) {
  .work {
    width: 100%;
    margin: 4rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

.work__desc {
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin: 0 0 4rem;
}

.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work__item {
  width: 28%;
  margin: 0 2.5% 6rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .work__item {
    width: 100%;
    margin: 0 0 3rem;
  }
}

.work__icon {
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1.8rem;
}

.work__icon--consulting {
  width: 7rem;
}

.work__icon--serve {
  width: 4.5rem;
}

.work__item-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.2rem;
}

.work__item-desc {
  font-size: .9rem;
  text-align: justify;
  line-height: 2;
}

.work__item-desc a {
  text-decoration: underline;
  font-weight: 600;
}

.work__achievement-mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0;
}

.work__achievement-label {
  text-align: left;
  line-height: 1.8;
  width: 6rem;
}

.work__achievement-contents {
  text-align: left;
  line-height: 1.8;
}

.work__achievement-title {
  font-weight: 600;
}

.work__achievement-title--link {
  text-decoration: underline;
}

.work__achievement-desc {
  font-size: .8rem;
  margin: 0 0 1rem;
}