@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Rhodium+Libre&display=swap");
@import url("https://use.typekit.net/bkr7uez.css");
/* Micro clearfix */

.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.bold {
  font-weight: 600;
}
.mb80 {
  margin-bottom: 80px !important;
}

/* 必要要素の初期設定 */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #051e52;
  font-size: 12px;
  font-family: "Noto Sans JP", serif;
  background-color: #ffffff;
  /*
 min-width:1000px;
 */
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  opacity: 0.7;
}

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

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* ベースレイアウト */

#topintro {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#topintro .intro01 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;

  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
#topintro .intro02 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

#topintro .brandcopy {
  font-family: termina, sans-serif;
  position: absolute;
  line-height: 1.4em;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 0;
  font-weight: 600;
  z-index: 50;
  top: 20px;
  left: 40px;
}

#topintro .brandcopy .regular {
  font-weight: 400;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;

  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

.contents {
  width: 100%;
  position: relative;
}

.blur {
  opacity: 0;
  -moz-transition: -moz-transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  -o-transition: -o-transform 1s linear;
  -ms-transition: -ms-transform 1s linear;
  transition: transform 1s linear;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.2s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

header {
  position: fixed;
  z-index: 9999;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: auto;
  right: 0;
  top: 0;
  text-align: left;
  filter: drop-shadow(0px 1px 6px rgba(50, 50, 50, 0.05));
}

header .brandcopy {
  font-family: termina, sans-serif;
  position: relative;
  line-height: 1.4em;
  color: #1355a2;
  font-size: 14px;
  display: block;

  font-weight: 600;
  float: left;
  margin: 14px 0 0 40px;
}

header .brandcopy .regular {
  font-weight: 400;
}

header .logo {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  position: absolute;
  top: 10px;
}

header .menu {
  font-family: termina, sans-serif;
  display: block;
  float: right;
  margin: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

header .menu a {
  display: inline-block;
  margin: 0 50px 0 0;
  padding: 0;

  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  font-size: 14px;
  /*
   影の設定
   1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
   2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.3s;
}
header .menu a:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000; /* 2つの影の位置を上方向に1.5emずつずらす */
}

header .spbtn {
  position: relative;
  display: block;
  float: right;
  margin: 20px 40px 0 0;
  cursor: pointer;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1355a2;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
  width: 30px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}

#menu01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.spmenu {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 9998;
  padding: 120px 0 0 0;
}

.spmenu a {
  display: block;
  font-family: termina, sans-serif;
  margin: 0 0 32px 80px;
  font-size: 52px;
  text-align: left;
  font-weight: 400;
  color: #051e52;
  line-height: 1em;
}

.spmenu a .num {
  display: block;
  margin: 0 0 8px 0;
  font-size: 18px;
  padding: 0;
  line-height: 1em;
}

.spmenu a .bold {
  font-weight: 600;
}

.spmenu div {
  display: block;
  margin: 60px 0 0 80px;
  font-size: 52px;
  text-align: left;
}

.spmenu .spmail {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.spmenu .insta {
  display: block;
  margin: 20px 0 0 0;
}

header .lang {
  position: relative;
  display: block;
  float: right;

  font-family: termina, sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin: 20px 32px 0 0;
}

header .lang .jp {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #1355a2;
}

header .lang .en {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #051e52;
}

header .mail {
  position: relative;
  display: block;
  float: right;
  margin: 18px 32px 0 0;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#video {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  z-index: 2;
  padding: 0 0 0 0;
  overflow: hidden;
}

#video video {
  width: 100%;
  height: auto;
}

#video .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  margin: 0;
  z-index: 3;
  padding: 0 0 0 0;
  overflow: hidden;
  background: #000000;
  opacity: 0;
}

#video .brandcopy {
  font-family: termina, sans-serif;
  position: absolute;
  line-height: 1.4em;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 0;
  font-weight: 600;
  z-index: 50;
  top: 20px;
  left: 40px;
}

#video .brandcopy .regular {
  font-weight: 400;
}
#video .scrolldown {
  font-family: termina, sans-serif;
  position: absolute;
  line-height: 1em;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 0;
  font-weight: 600;
  z-index: 51;
  bottom: 40px;
  right: 40px;
}

/*
.mainimg img{
	width: 55%;
	margin: 0 5% 0 40%;
	height: auto;
	display: block;
}
*/
/*text animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.anime-up.displayed span {
  animation: showText 1s backwards;
  display: inline-block;
}
.anime-up.displayed > span {
  overflow: hidden;
}
.anime-up.displayed > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

.box {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  line-height: auto;

  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    109.6deg,
    rgba(31, 61, 145, 1) 11.2%,
    rgba(0, 142, 213, 1) 91.1%
  );
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }

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

#visual {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.scrollarea {
  width: 100%;
  margin: 100px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.simply-scroll-container {
  position: relative;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.simply-scroll-list li {
  list-style: none;
  float: left; /* Horizontal scroll only */
  padding: 0;
  margin: 0 40px 0 0;
  width: 1866px;
  height: 62px;
}
.simply-scroll-list li img {
  display: block;
  width: 100%;
  height: auto;
}

.topcoy {
  display: block;
  width: 600px;
  margin: 120px auto 120px auto;
}

.topcatch {
  position: relative;
  padding: 0 0 0 0;
  display: block;
  width: 1000px;
  margin: 0 auto 200px auto;
}

.topcatch img {
  display: block;
  margin: 0 0 40px 0;
}

.topcatch p {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  padding: 0 0 0 0;
  margin: 0 0 16px 0;
  font-weight: 500;
  line-height: 1.6em;
}

.cont {
  opacity: 0;
}
.cont.inview {
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

#artculture {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  text-align: center;
  padding: 120px 0 240px 0;
}

#artculture h1 {
  font-family: termina, sans-serif;
  width: 980px;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  line-height: 1em;
  margin: 0 auto 12px auto;
  padding: 0;
}

#artculture h1 .number {
  font-family: termina, sans-serif;
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1em;
  margin: 0 0 12px 8px;
  text-align: left;
  padding: 0;
}

#artculture h1 .small {
  font-size: 84px;
  display: inline-block;
  margin: 0 4px;
}

#artculture h1 .bold {
  font-weight: 600;
}

#artculture h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  margin: 0 0 32px 0;
}

#artculture h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  line-height: 2em;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.artculcont {
  position: relative;
  width: 1000px;
  margin: 0 auto 240px auto;
}

.artculcont .imgcont .imcL {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
  float: none;
}

.artculcont .imgcont .imcR {
  display: block;
  width: 640px;
  margin: 0 auto;
  float: none;
}

.artculcont .imgcont .imcR .arttxt {
  text-align: center;
  padding: 0;
  margin: 32px 0 0 0;
  line-height: 2.2em;
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.artculcont .imgcont .imcR .arttxt .atitle {
  font-weight: 700;
  font-size: 32px;
  display: block;
  line-height: 1.6em;
  margin: 0 0 24px 0;
}
.artculcont .imgcont .imcR .arttxt .atitle2 {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin: 0 0 12px 0;
  color: #1355a2;
}

#art {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#art .artmenu {
  text-align: center;
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 80px 0;
}

#art .artmenu a {
  vertical-align: bottom;
  display: inline-block;
  width: 210px;
  font-size: 24px;

  font-family: termina, sans-serif;
  margin: 0 20px;
  padding: 0 0 16px 0;
  font-weight: 600;
  color: #051e52;

  border-bottom: 1px solid #051e52;
}

#art .artmenu a img {
  display: inline-block;
  float: right;
  margin: 10px 10px 0 0;
  vertical-align: bottom;
  padding: 0;
}

#art .artcont {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 40px auto;
}

#art .artcont h2 {
  text-align: center;
  font-family: termina, sans-serif;
  font-size: 48px;
  padding: 0;
  margin: 0 0 40px 0;
}

#art .artcont .videocont {
  width: 1000px;
  margin: 0 auto 0 auto;
}
#art .artcont .videocont h1 {
  font-family: termina, sans-serif;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
  line-height: 1em;
  margin: 120px auto 32px auto;
  padding: 0;
  text-align: center;
}

#art .artcont .videocont h1 .bold {
  font-weight: 600;
}

#art .artcont .imgcont {
  display: block;
  position: relative;
  width: 100%;
  overflow: auto;
  margin: 0 auto 120px auto;
}

#art .artcont .imgcont .imcL {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
  float: none;
}

#art .artcont .imgcont .imcR {
  display: block;
  width: 620px;
  margin: 0 auto;
  float: none;
}

#art .artcont .imgcont .imcR .arttxt {
  text-align: center;
  padding: 0;
  margin: 32px 0 0 0;
  line-height: 2.2em;
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

#art .artcont .imgcont .imcR .arttxt .atitle {
  font-weight: 700;
  font-size: 32px;
  display: block;
  line-height: 1.6em;
  margin: 0 0 24px 0;
}
#art .artcont .imgcont .imcR .arttxt .atitle2 {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin: 0 0 12px 0;
  color: #1355a2;
}

#art .artcont .imgcont2 {
  display: block;
  position: relative;
  width: 100%;
  overflow: auto;
  margin: 120px auto 120px auto;
}

#art .artcont .imgcont2 .imcL {
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
  float: none;
}
#art .artcont .imgcont2 .imcL img {
  margin: 0 0 20px 0;
}

#art .artcont .imgcont .imcL img {
  margin: 0 0 20px 0;
}

#art .artcont .imgcont2 .imcR {
  display: block;
  width: 660px;
  margin: 0 auto;
  float: none;
}

#art .artcont .imgcont2 .imcR .arttxt {
  text-align: center;
  padding: 0;
  margin: 32px 0 0 0;
  line-height: 2.2em;
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

#art .artcont .imgcont2 .imcR .arttxt .atitle {
  font-weight: 700;
  font-size: 32px;
  display: block;
  margin: 0 0 24px 0;
}

#art .artcont .imgcont2 .imcR .arttxt .atitle2 {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin: 0 0 12px 0;
  color: #1355a2;
}

.hr {
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #1355a2;
  display: block;
  margin: 24px auto;
}

#art2025 {
  padding-bottom: 180px;
}

#art2024 {
  padding-top: 0;
  margin-top: 0;
}

#hadate_special {
  display: block;
  clear: both;
  position: relative;
  overflow: auto;
  width: 80%;
  min-height: 700px;
  margin: 240px auto;
  padding: 0;
  background-image: url("../images/hadate_sp_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; /*画像が繰り返すのを防ぐ*/
  background-position: center;
}

#hadate_special .inner {
  display: block;
  margin: 152px auto 0 auto;
  width: 684px;
  text-align: center;
  position: relative;
}

#hadate_special .inner .hdsp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

#hadate_special .inner .hdspcp {
  display: block;
  position: absolute;
  top: -52px;
  right: -18px;
  z-index: 7;
}

#hadate_special .inner h3 {
  position: relative;
  font-size: 20px;
  line-height: 2.2em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #ffffff;
  display: block;
  z-index: 20;
  margin: 0;
  padding: 120px 0 0 0;
}

#hadate_special .inner a {
  display: block;
  position: relative;
  z-index: 21;
  width: 280px;
  text-align: center;
  height: 34px;
  border-radius: 64px;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  margin: 40px auto;
  line-height: 34px;
}

#hadate_special .inner a img {
  position: absolute;
  right: 20px;
  top: 8px;
}

#contact {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 220px 0;
  background-image: url("../images/contact_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; /*画像が繰り返すのを防ぐ*/
  background-position: center;
  text-align: center;
}

#contact h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
  font-family: termina, sans-serif;
  color: #ffffff;
}
#contact h2 .bold {
  font-weight: 600;
}

#contact a {
  display: block;
  position: relative;
  z-index: 21;
  width: 280px;
  text-align: center;
  height: 34px;
  border-radius: 64px;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  color: #ffffff;
  margin: 40px auto;
  line-height: 34px;
}

#contact a img {
  position: absolute;
  right: 20px;
  top: 8px;
}

footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 36px 0;
  margin: 0;
  overflow: auto;
}

footer .flogo {
  display: block;
  float: left;
  margin: 0 40px 0 40px;
}

footer h2 {
  display: block;
  float: left;
  margin: 20px 0 0 0;
  font-family: termina, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
footer h2 .light {
  font-weight: 300;
}

footer h2 .heavy {
  font-weight: 700;
}

footer .fR {
  display: block;
  float: right;
  margin: 8px 40px 0 0;
  padding: 0;
}

footer .fR .sns {
  text-align: right;
}

footer .fR .sns a {
  display: inline-block;
  margin: 0 0 0 12px;
}

footer .copyright {
  font-family: termina, sans-serif;

  font-weight: 500;
  font-size: 12px;
  margin: 16px 0 0 0;
  display: inline-block;
}

/*hadate_special*/

#KV {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  z-index: 2;
  padding: 0 0 0 0;
  overflow: hidden;
}

#KV img {
  width: 100%;
  height: auto;
}

#KV .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  margin: 0;
  z-index: 3;
  padding: 0 0 0 0;
  overflow: hidden;
  background: #000000;
  opacity: 0;
}

#KV .brandcopy {
  font-family: termina, sans-serif;
  position: absolute;
  line-height: 1.4em;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 0;
  font-weight: 600;
  z-index: 50;
  top: 20px;
  left: 40px;
}

#KV .scrolldown {
  font-family: termina, sans-serif;
  position: absolute;
  line-height: 1em;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 0;
  font-weight: 600;
  z-index: 51;
  bottom: 40px;
  right: 40px;
}

.hadate_sp_title {
  display: block;
  margin: 180px 0 120px 40px;
  line-height: 2.2em;
  position: relative;
}

.hadate_sp_title h1 {
  font-size: 144px;
  font-weight: 400;
  line-height: 1em;
  font-family: termina, sans-serif;
  color: #051e52;
}

.hadate_sp_title h1 .num {
  font-size: 24px;
  display: block;
  margin: 0 0 0 0;
  line-height: 1em;
  padding: 0;
}

.hadate_sp_title h1 .bold {
  font-weight: 600;
}

#hd_sp01 {
  display: block;
  position: relative;
  width: 1180px;
  margin: 180px auto 360px auto;
  overflow: auto;
}

#hd_sp01 .hdsp_cont {
  overflow: auto;
  display: block;
  position: relative;
}

#hd_sp01 .hdsp_cont .hdspL {
  display: block;
  position: relative;
  float: left;
  width: 640px;
  margin: 0 80px 0 0;
}

#hd_sp01 .hdsp_cont .hdspR {
  display: block;
  position: relative;
  float: left;
  width: 460px;
  margin: 0 0 0 0;
}

#hd_sp01 .hdsp_cont .hdspR h4 {
  font-family: termina, sans-serif;
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
}

#hd_sp01 .hdsp_cont .hdspR h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 44px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
}

#hd_sp01 .hdsp_cont .hdspR h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 600;
  color: #1355a2;
}

#hd_sp01 .hd_txt {
  text-align: center;
  margin: 42px 0 50px 0;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 2.2em;
  color: #051e52;
}

#hd_sp01 .hdsp_sub {
  display: block;
  overflow: auto;
  width: 1180px;
  margin: 0 auto;
}

#hd_sp01 .hdsp_sub .subL {
  display: block;
  position: relative;
  float: left;
  width: 580px;
  margin: 0 20px 0 0;
}

#hd_sp01 .hdsp_sub .subR {
  display: block;
  position: relative;
  float: left;
  width: 580px;
  margin: 0 0 0 0;
}

#hd_sp02 {
  display: block;
  position: relative;
  width: 1180px;
  margin: 0 auto 360px auto;
  overflow: auto;
}

#hd_sp02 .hdsp_cont {
  overflow: auto;
  display: block;
  position: relative;
}

#hd_sp02 .hdsp_cont .hdspL {
  display: block;
  position: relative;
  float: left;
  width: 640px;
  margin: 0 80px 0 0;
}

#hd_sp02 .hdsp_cont .hdspR {
  display: block;
  position: relative;
  float: left;
  width: 460px;
  margin: 0 0 0 0;
}

#hd_sp02 .hdsp_cont .hdspR h4 {
  font-family: termina, sans-serif;
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
}

#hd_sp02 .hdsp_cont .hdspR h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 44px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
}

#hd_sp02 .hdsp_cont .hdspR h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 600;
  color: #1355a2;
}

#hd_sp02 .hd_txt {
  text-align: center;
  margin: 42px 0 50px 0;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 2.2em;
  color: #051e52;
}

#hd_sp02 .hdsp_sub {
  display: block;
  overflow: auto;
  width: 1180px;
  margin: 0 auto;
}

#hd_sp02 .hdsp_sub .subL {
  display: block;
  position: relative;
  float: left;
  width: 580px;
  margin: 0 20px 0 0;
}

#hd_sp02 .hdsp_sub .subR {
  display: block;
  position: relative;
  float: left;
  width: 580px;
  margin: 0 0 0 0;
}

#hd_sp03 {
  display: block;
  position: relative;
  width: 1180px;
  margin: 0 auto 360px auto;
  overflow: auto;
}

#hd_sp03 .hdsp_cont {
  overflow: auto;
  display: block;
  position: relative;
}

#hd_sp03 .hdsp_cont .hdspL {
  display: block;
  position: relative;
  float: left;
  width: 640px;
  margin: 0 80px 0 0;
}

#hd_sp03 .hdsp_cont .hdspR {
  display: block;
  position: relative;
  float: left;
  width: 460px;
  margin: 0 0 0 0;
}

#hd_sp03 .hdsp_cont .hdspR h4 {
  font-family: termina, sans-serif;
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
}

#hd_sp03 .hdsp_cont .hdspR h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 44px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
}

#hd_sp03 .hdsp_cont .hdspR h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 600;
  color: #1355a2;
}

#hd_sp03 .hd_txt {
  text-align: center;
  margin: 42px 0 50px 0;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 2.2em;
  color: #051e52;
}

#hd_sp03 .hdsp_sub {
  display: block;
  overflow: auto;
  width: 1180px;
  margin: 0 auto;
}

#hd_sp03 .hdsp_sub .subL {
  display: block;
  position: relative;
  float: left;
  width: 580px;
  margin: 0 20px 0 0;
}

#hd_sp03 .hdsp_sub .subR {
  display: block;
  position: relative;
  float: left;
  width: 580px;
  margin: 0 0 0 0;
}

#hd_sp04 {
  display: block;
  position: relative;
  width: 1180px;
  margin: 0 auto 360px auto;
  overflow: auto;
}

#hd_sp04 .hdsp_cont {
  overflow: auto;
  display: block;
  position: relative;
}

#hd_sp04 .hdsp_cont .hdspL {
  display: block;
  position: relative;
  float: left;
  width: 640px;
  margin: 0 80px 0 0;
}

#hd_sp04 .hdsp_cont .hdspR {
  display: block;
  position: relative;
  float: left;
  width: 460px;
  margin: 0 0 0 0;
}

#hd_sp04 .hdsp_cont .hdspR h4 {
  font-family: termina, sans-serif;
  font-size: 16px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
}

#hd_sp04 .hdsp_cont .hdspR h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 44px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
}

#hd_sp04 .hdsp_cont .hdspR h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 600;
  color: #1355a2;
}

#hd_sp04 .hd_txt {
  text-align: center;
  margin: 42px 0 50px 0;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 2.2em;
  color: #051e52;
}

#hd_sp04 .hdsp_sub {
  display: block;
  overflow: auto;
  width: 1180px;
  margin: 0 auto;
}

#hd_sp04 .hdsp_sub .subL {
  display: block;
  position: relative;
  float: left;
  width: 580px;
  margin: 0 20px 0 0;
}

#hd_sp04 .hdsp_sub .subR {
  display: block;
  position: relative;
  float: left;
  width: 580px;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 1180px) {
  #hd_sp01 {
    display: block;
    position: relative;
    width: 1000px;
    margin: 180px auto 360px auto;
    overflow: auto;
  }

  #hd_sp01 .hdsp_cont {
    overflow: auto;
    display: block;
    position: relative;
  }

  #hd_sp01 .hdsp_cont .hdspL {
    display: block;
    position: relative;
    float: left;
    width: 460px;
    margin: 0 80px 0 0;
  }

  #hd_sp01 .hdsp_cont .hdspR {
    display: block;
    position: relative;
    float: left;
    width: 460px;
    margin: 0 0 0 0;
  }

  #hd_sp01 .hdsp_cont .hdspR h4 {
    font-family: termina, sans-serif;
    font-size: 16px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp01 .hdsp_cont .hdspR h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 44px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp01 .hdsp_cont .hdspR h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 600;
    color: #1355a2;
  }

  #hd_sp01 .hd_txt {
    text-align: center;
    margin: 50px 0;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 2.2em;
    color: #051e52;
  }

  #hd_sp01 .hdsp_sub {
    display: block;
    overflow: auto;
    width: 1000px;
    margin: 0 auto;
  }

  #hd_sp01 .hdsp_sub .subL {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    margin: 0 20px 0 0;
  }

  #hd_sp01 .hdsp_sub .subR {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    margin: 0 0 0 0;
  }

  #hd_sp01 img {
    width: 100%;
    height: auto;
  }

  #hd_sp02 {
    display: block;
    position: relative;
    width: 1000px;
    margin: 0 auto 360px auto;
    overflow: auto;
  }

  #hd_sp02 .hdsp_cont {
    overflow: auto;
    display: block;
    position: relative;
  }

  #hd_sp02 .hdsp_cont .hdspL {
    display: block;
    position: relative;
    float: left;
    width: 460px;
    margin: 0 80px 0 0;
  }

  #hd_sp02 .hdsp_cont .hdspR {
    display: block;
    position: relative;
    float: left;
    width: 460px;
    margin: 0 0 0 0;
  }

  #hd_sp02 .hdsp_cont .hdspR h4 {
    font-family: termina, sans-serif;
    font-size: 16px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp02 .hdsp_cont .hdspR h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 44px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp02 .hdsp_cont .hdspR h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 600;
    color: #1355a2;
  }

  #hd_sp02 .hd_txt {
    text-align: center;
    margin: 50px 0;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 2.2em;
    color: #051e52;
  }

  #hd_sp02 .hdsp_sub {
    display: block;
    overflow: auto;
    width: 1000px;
    margin: 0 auto;
  }

  #hd_sp02 .hdsp_sub .subL {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    margin: 0 20px 0 0;
  }

  #hd_sp02 .hdsp_sub .subR {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    margin: 0 0 0 0;
  }

  #hd_sp02 img {
    width: 100%;
    height: auto;
  }

  #hd_sp03 {
    display: block;
    position: relative;
    width: 1000px;
    margin: 0 auto 360px auto;
    overflow: auto;
  }

  #hd_sp03 .hdsp_cont {
    overflow: auto;
    display: block;
    position: relative;
  }

  #hd_sp03 .hdsp_cont .hdspL {
    display: block;
    position: relative;
    float: left;
    width: 460px;
    margin: 0 80px 0 0;
  }

  #hd_sp03 .hdsp_cont .hdspR {
    display: block;
    position: relative;
    float: left;
    width: 460px;
    margin: 0 0 0 0;
  }

  #hd_sp03 .hdsp_cont .hdspR h4 {
    font-family: termina, sans-serif;
    font-size: 16px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp03 .hdsp_cont .hdspR h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 44px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp03 .hdsp_cont .hdspR h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 600;
    color: #1355a2;
  }

  #hd_sp03 .hd_txt {
    text-align: center;
    margin: 50px 0;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 2.2em;
    color: #051e52;
  }

  #hd_sp03 .hdsp_sub {
    display: block;
    overflow: auto;
    width: 1000px;
    margin: 0 auto;
  }

  #hd_sp03 .hdsp_sub .subL {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    margin: 0 20px 0 0;
  }

  #hd_sp03 .hdsp_sub .subR {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    margin: 0 0 0 0;
  }

  #hd_sp03 img {
    width: 100%;
    height: auto;
  }

  #hd_sp04 {
    display: block;
    position: relative;
    width: 1000px;
    margin: 0 auto 360px auto;
    overflow: auto;
  }

  #hd_sp04 .hdsp_cont {
    overflow: auto;
    display: block;
    position: relative;
  }

  #hd_sp04 .hdsp_cont .hdspL {
    display: block;
    position: relative;
    float: left;
    width: 460px;
    margin: 0 80px 0 0;
  }

  #hd_sp04 .hdsp_cont .hdspR {
    display: block;
    position: relative;
    float: left;
    width: 460px;
    margin: 0 0 0 0;
  }

  #hd_sp04 .hdsp_cont .hdspR h4 {
    font-family: termina, sans-serif;
    font-size: 16px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp04 .hdsp_cont .hdspR h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 44px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp04 .hdsp_cont .hdspR h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 600;
    color: #1355a2;
  }

  #hd_sp04 .hd_txt {
    text-align: center;
    margin: 50px 0;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 2.2em;
    color: #051e52;
  }

  #hd_sp04 .hdsp_sub {
    display: block;
    overflow: auto;
    width: 1000px;
    margin: 0 auto;
  }

  #hd_sp04 .hdsp_sub .subL {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    margin: 0 20px 0 0;
  }

  #hd_sp04 .hdsp_sub .subR {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    margin: 0 0 0 0;
  }

  #hd_sp04 img {
    width: 100%;
    height: auto;
  }
}

/*interview*/

.brandcopy2 {
  font-family: termina, sans-serif;
  position: relative;
  line-height: 1.4em;
  color: #1355a2;
  font-size: 14px;
  display: block;
  margin: 20px 0 0 40px;
  font-weight: 600;
  z-index: 50;
}
.brandcopy2 .regular {
  font-weight: 400;
}

#interview {
  display: block;
  width: 1260px;
  position: relative;
  margin: 120px auto 120px auto;
}

@media only screen and (max-width: 1260px) {
  #interview {
    display: block;
    width: 1000px;
    position: relative;
    margin: 120px auto 120px auto;
  }
}

#interview h3 {
  font-family: termina, sans-serif;
  font-size: 18px;
  color: #051e52;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
#interview h3 .bold {
  font-weight: 700;
}

#interview h2 {
  font-family: termina, sans-serif;
  font-size: 90px;
  color: #051e52;
  font-weight: 500;
  padding: 0;
  margin: 12px 0 0 0;
  line-height: 1em;
}
#interview h2 .regular {
  font-weight: 300;
}
#interview .name {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  margin: 0 12px 0 0;
  color: #1355a2;
  padding: 0;
  font-weight: 600;
}
#interview .job {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  margin: 0 12px 0 0;
  color: #666666;
  padding: 0;
  font-weight: 600;
}

#interview .cover {
  margin: 40px 0 80px 0;
  display: block;
  position: relative;
}

#interview .article {
  width: 840px;
  margin: 0 auto;
}

#interview .article h1 {
  font-size: 64px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #051e52;
}

#interview .article h2 {
  font-size: 24px;
  text-align: center;
  padding: 0;
  margin: 20px 0 60px 0;
  font-family: termina, sans-serif;
  font-weight: 600;
  color: #051e52;
}

#interview .article h2 .regular {
  font-weight: 400;
}

#interview .article .qtxt {
  font-size: 16px;
  line-height: 1.8em;
  margin: 80px 0 16px 0;
  font-weight: 600;
  padding: 0;
  color: #1355a2;
  font-family: "Shippori Mincho", serif;
}

#interview .article .article_txt {
  font-size: 18px;
  line-height: 1.8em;
  margin: 0 0 80px 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
}

#interview .article .profilebox {
  display: block;
  overflow: auto;
  position: relative;
  margin: 80px 0 0 0;
}

#interview .article .profilebox .pbL {
  width: 300px;
  margin: 0 40px 0 0;
  display: block;
  float: left;
}

#interview .article .profilebox .pbR {
  width: 490px;
  margin: 16px 0 0 0;
  display: block;
  float: left;
}

#interview .article .profilebox .pbR h2 {
  text-align: left;
  font-size: 32px;
  font-family: termina, sans-serif;
  color: #051e52;
  margin: 0;
  padding: 0;
}
#interview .article .profilebox .pbR h2 .regular {
  font-weight: 400;
}

#interview .article .profilebox .pbR h3 {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  color: #1355a2;
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: 500;
}

#interview .article .profilebox .pbR h4 {
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  color: #666666;
  margin: 6px 0 0 0;
  padding: 0;
  font-weight: 500;
}

#interview .article .profilebox .pbR .prof {
  text-align: left;
  font-size: 14px;
  font-family: termina, sans-serif;
  color: #1355a2;
  margin: 16px 0 0 0;
  padding: 0;
  font-weight: 500;
}

#interview .article .profilebox .pbR .proftxt {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  margin: 6px 0 0 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.7em;
}

#interview .article .agenda .num {
  font-size: 16px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
#interview .article .agenda .flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#interview .article .agenda .flex .flex-item {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}
#interview .article .agenda .flex .flex-item:last-child {
  margin-bottom: 0;
}
#interview .article .agenda .title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0 15px 0px 15px;
  line-height: 1;
  flex-direction: column;
}
#interview .article .chapter .flex {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
#interview .article .chapter .flex .flex-item.ph {
  margin-right: 45px;
  width: 80px;
}
#interview .article .chapter .flex .flex-item.ph img {
  width: auto;
  height: 217px;
}
#interview .article .chapter h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 44px;
  margin: 0 0 0px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
  text-align: left;
}
#interview .article .chapter h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 600;
  color: #051e52;
}
#interview .article .chapter .link p {
  text-align: right;
}
#interview .article .chapter .link a {
  font-weight: 600;
  color: #051e52;
}
#interview .article p {
  font-size: 18px;
  line-height: 1.8em;
  margin: 0 0 2em 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  text-align: justify;
}
.hadate_archive .landmenu .flex {
  display: flex;
  gap: 0 20px;
}
.hadate_archive .landmenu .flex img {
  width: 100%;
  margin-bottom: 10px;
}
.hadate_archive h3 {
  font-family: termina, sans-serif;
  font-size: 16px;
  color: #051e52;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
.hadate_archive .title {
  font-family: termina, sans-serif;
  font-size: 30px;
  color: #051e52;
  font-weight: 500;
  padding: 0;
  margin: 12px 0 0 0;
  line-height: 1em;
  font-weight: 600;
}
.hadate_archive .title .regular {
  font-weight: 400;
}
.hadate_archive .name {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  margin: 0 12px 0 0;
  color: #1355a2;
  padding: 0;
  font-weight: 600;
}
.hadate_archive .job {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  margin: 0 12px 0 0;
  color: #666666;
  padding: 0;
  font-weight: 600;
}
/*landscape*/

.land_title {
  display: block;
  margin: 100px auto;
  width: 852px;
  position: relative;
}

.landmenu {
  display: block;
  margin: 40px auto 0 auto;
  width: 1180px;
  position: relative;
}

.landmenu h1 {
  font-size: 44px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0;
}
.landmenu h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0;
}

.landmenu h2 .regular {
  font-weight: 400;
}

.landmenu .land_menu_cont {
  clear: both;
  overflow: auto;
  display: block;
  position: relative;
  margin: 40px 0 0 0;
}

.landmenu .land_menu_cont .lmbox {
  display: block;
  width: 356px;
  margin: 0 50px 20px 0;
  float: left;
}

.landmenu .land_menu_cont .lmbox:nth-child(3n) {
  display: block;
  width: 356px;
  margin: 0 0 20px 0;
  float: left;
}

.landmenu .land_menu_cont .lmbox .lmL {
  width: 140px;
  display: block;
  margin: 0 20px 0 0;
  float: left;
}

.landmenu .land_menu_cont .lmbox .lmR {
  width: 196px;
  display: block;
  margin: 0 0 0 0;
  float: left;
}

.landmenu .land_menu_cont .lmbox .lmR .num {
  font-size: 16px;
  font-weight: 700;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 2px 0;
  line-height: 1em;
}

.landmenu .land_menu_cont .lmbox .lmR .title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 6px 0;
}

.landmenu .land_menu_cont .lmbox .lmR .title2 {
  font-size: 14px;
  font-weight: 600;
  font-family: termina, sans-serif;
  color: #1355a2;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
}

#ls01 {
  clear: both;
  position: relative;
  width: 100%;
  margin: 320px 0;
}

#ls01 .inner {
  width: 1180px;
  margin: 0 auto;
}

#ls01 .inner .lcopy {
  display: block;
  margin: 50px auto;
  width: 640px;
}

#ls01 .inner .lcopy .num {
  font-size: 16px;
  font-weight: 600;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 2px 0;
  line-height: 1em;
  text-align: left;
}

#ls01 .inner .lcopy .ltxt {
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1.5em;
}

#ls01 .inner .lsimg01 {
  display: block;
  margin: 0;
  padding: 0;
}
#ls01 .inner .lsimg02 {
  display: block;
  margin: 0 0 0 500px;
  padding: 0;
}

#ls01 .wave01 {
  position: absolute;
  display: block;
  right: 0;
  top: -120px;
  width: 40%;
}

#ls01 .wave02 {
  position: absolute;
  display: block;
  left: 0;
  bottom: -200px;
  width: 32%;
}

#ls02 {
  clear: both;
  position: relative;
  width: 100%;
  margin: 320px 0;
}

#ls02 .inner {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

#ls02 .inner .lcopy {
  display: block;
  margin: 50px auto;
  width: 600px;
  float: none;
}

#ls02 .inner .lcopy .num {
  font-size: 16px;
  font-weight: 600;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 2px 0;
  line-height: 1em;
  text-align: left;
}

#ls02 .inner .lcopy .ltxt {
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1.5em;
}

#ls02 .inner .lsimg01 {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
}
#ls02 .inner .lsimg02 {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
}

#ls03 {
  clear: both;
  position: relative;
  width: 100%;
  margin: 180px 0;
}

#ls03 .inner {
  width: 1180px;
  position: relative;
  margin: 0 auto;
  overflow: auto;
  z-index: 21;
}

#ls03 .inner .lcopy {
  display: block;
  margin: 350px 0 0 100px;
  width: 400px;
  float: right;
}

#ls03 .inner .lcopy .num {
  font-size: 16px;
  font-weight: 600;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 2px 0;
  line-height: 1em;
  text-align: left;
}

#ls03 .inner .lcopy .ltxt {
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1.5em;
}

#ls03 .inner .lsimg01 {
  display: block;
  margin: 0;
  padding: 0;
  float: right;
  z-index: 22;
}

#ls03 .wave01 {
  position: absolute;
  display: block;
  right: 0;
  bottom: -520px;
  width: 70%;
  z-index: 20;
}

#ls04 {
  clear: both;
  position: relative;
  width: 100%;
  margin: 780px 0 540px 0;
  z-index: 32;
}

#ls04 .inner {
  width: 1180px;
  margin: 0 auto;
  z-index: 31;
}

#ls04 .inner .lcopy {
  display: block;
  margin: 50px auto 50px auto;
  width: 620px;
}

#ls04 .inner .lcopy .num {
  font-size: 16px;
  font-weight: 600;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 2px 0;
  line-height: 1em;
  text-align: left;
}

#ls04 .inner .lcopy .ltxt {
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1.5em;
}

#ls04 .inner .lsimg01 {
  display: block;
  margin: 0 0 0 500px;
  padding: 0;
  z-index: 30;
}
#ls04 .inner .lsimg02 {
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  z-index: 30;
}

#ls04 .wave01 {
  position: absolute;
  display: block;
  right: 0;
  bottom: -240px;
  width: 44%;
}

#ls05 {
  clear: both;
  position: relative;
  width: 100%;
  margin: 180px 0;
}

#ls05 .inner {
  width: 1180px;
  position: relative;
  margin: 0 auto;
  overflow: auto;
  z-index: 71;
}

#ls05 .inner .lcopy {
  display: block;
  margin: 310px 0 0 60px;
  width: 440px;
  float: right;
}

#ls05 .inner .lcopy .num {
  font-size: 16px;
  font-weight: 600;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 2px 0;
  line-height: 1em;
  text-align: left;
}

#ls05 .inner .lcopy .ltxt {
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1.5em;
}

#ls05 .inner .lsimg01 {
  display: block;
  margin: 0;
  padding: 0;
  float: right;
  z-index: 22;
}

#ls05 .wave01 {
  position: absolute;
  display: block;
  right: 0;
  bottom: -690px;
  width: 60%;
  z-index: 40;
}

#ls06 {
  clear: both;
  position: relative;
  width: 100%;
  margin: 520px 0 560px 0;
}

#ls06 .inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  z-index: 45;
}

#ls06 .inner .lcopy {
  display: block;
  margin: 40px auto 50px auto;
  width: 450px;
}

#ls06 .inner .lcopy .num {
  font-size: 16px;
  font-weight: 600;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 2px 0;
  line-height: 1em;
  text-align: left;
}

#ls06 .inner .lcopy .ltxt {
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1.5em;
}

#ls06 .inner .lsimg01 {
  display: block;
  margin: 0 0 0 200px;
  padding: 0;
  z-index: 46;
}

#ls06 .inner .lsimgcont {
  display: block;
  overflow: auto;
  width: 100%;
}

#ls06 .inner .lsimg02 {
  display: block;
  margin: 0 0 0 0;
  float: left;
  padding: 0;
  z-index: 47;
}

#ls06 .inner .lsimg03 {
  display: block;
  margin: 0 0 0 0;
  float: right;
  padding: 0;
  z-index: 47;
}

#ls06 .wave02 {
  position: absolute;
  display: block;
  left: -100px;
  bottom: -460px;
  width: 58%;
  z-index: 40;
}

@media only screen and (max-width: 1180px) {
  .landmenu {
    display: block;
    margin: 40px auto 0 auto;
    width: 1000px;
    position: relative;
  }

  .landmenu .land_menu_cont .lmbox {
    display: block;
    width: 356px;
    margin: 0 50px 20px 0;
    float: left;
  }

  .landmenu .land_menu_cont .lmbox:nth-child(3n) {
    display: block;
    width: 356px;
    margin: 0 50px 20px 0;
    float: left;
  }

  landmenu .land_menu_cont .lmbox:nth-child(2n) {
    display: block;
    width: 356px;
    margin: 0 0 20px 0;
    float: left;
  }

  #ls01 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 320px 0;
  }

  #ls01 .inner {
    width: 1000px;
    margin: 0 auto;
  }

  #ls01 .inner .lcopy {
    display: block;
    margin: 50px auto;
    width: 640px;
  }

  #ls01 .inner .lcopy .num {
    font-size: 16px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls01 .inner .lcopy .ltxt {
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls01 .inner .lsimg01 {
    display: block;
    margin: 0;
    padding: 0;
  }
  #ls01 .inner .lsimg02 {
    display: block;
    margin: 0 0 0 320px;
    padding: 0;
  }

  #ls01 .wave01 {
    position: absolute;
    display: block;
    right: 0;
    top: -120px;
    width: 40%;
  }

  #ls01 .wave02 {
    position: absolute;
    display: block;
    left: 0;
    bottom: -260px;
    width: 40%;
  }

  #ls02 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 320px 0;
  }

  #ls02 .inner {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }

  #ls02 .inner .lcopy {
    display: block;
    margin: 50px auto;
    width: 600px;
    float: none;
  }

  #ls02 .inner .lcopy .num {
    font-size: 16px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls02 .inner .lcopy .ltxt {
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls02 .inner .lsimg01 {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }
  #ls02 .inner .lsimg02 {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }

  #ls03 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 180px 0;
  }

  #ls03 .inner {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    overflow: auto;
    z-index: 21;
  }

  #ls03 .inner .lcopy {
    display: block;
    margin: 200px 0 0 80px;
    width: 400px;
    float: right;
  }

  #ls03 .inner .lcopy .num {
    font-size: 16px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls03 .inner .lcopy .ltxt {
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls03 .inner .lsimg01 {
    display: block;
    margin: 0;
    padding: 0;
    float: right;
    z-index: 22;
    width: 520px;
  }

  #ls03 .inner .lsimg01 img {
    width: 100%;
    height: auto;
  }

  #ls03 .wave01 {
    position: absolute;
    display: block;
    right: 0px;
    bottom: -580px;
    width: 90%;
    z-index: 20;
  }

  #ls04 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 680px 0;
    z-index: 32;
  }

  #ls04 .inner {
    width: 1000px;
    margin: 0 auto;
    z-index: 31;
  }

  #ls04 .inner .lcopy {
    display: block;
    margin: 50px auto;
    width: 420px;
  }

  #ls04 .inner .lcopy .num {
    font-size: 16px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls04 .inner .lcopy .ltxt {
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls04 .inner .lsimg01 {
    display: block;
    margin: 0 0 0 320px;
    padding: 0;
    z-index: 30;
  }
  #ls04 .inner .lsimg02 {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    z-index: 30;
  }

  #ls04 .wave01 {
    position: absolute;
    display: block;
    right: 0;
    bottom: -320px;
    width: 50%;
  }

  #ls05 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 180px 0;
  }

  #ls05 .inner {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    overflow: auto;
    z-index: 71;
  }

  #ls05 .inner .lcopy {
    display: block;
    margin: 200px 0 0 60px;
    width: 440px;
    float: right;
  }

  #ls05 .inner .lcopy .num {
    font-size: 16px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls05 .inner .lcopy .ltxt {
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls05 .inner .lsimg01 {
    width: 500px;
    display: block;
    margin: 0;
    padding: 0;
    float: right;
    z-index: 22;
  }

  #ls05 .inner .lsimg01 img {
    width: 100%;
    height: auto;
  }

  #ls05 .wave01 {
    position: absolute;
    display: block;
    right: 0;
    bottom: -520px;
    width: 64%;
    z-index: 40;
  }

  #ls06 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 420px 0 460px 0;
  }

  #ls06 .inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 45;
  }

  #ls06 .inner .lcopy {
    display: block;
    margin: 50px auto;
    width: 450px;
  }

  #ls06 .inner .lcopy .num {
    font-size: 16px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls06 .inner .lcopy .ltxt {
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls06 .inner .lsimg01 {
    display: block;
    margin: 0 0 0 110px;
    padding: 0;
    z-index: 46;
  }

  #ls06 .inner .lsimgcont {
    display: block;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
  }

  #ls06 .inner .lsimg02 {
    display: block;
    margin: 0 20px 0 0;
    float: left;
    padding: 0;
    z-index: 47;
    width: 490px;
  }

  #ls06 .inner .lsimg02 img {
    width: 100%;
    height: auto;
  }

  #ls06 .inner .lsimg03 {
    display: block;
    margin: 0 0 0 0;
    float: right;
    padding: 0;
    z-index: 47;
    width: 490px;
  }
  #ls06 .inner .lsimg03 img {
    width: 100%;
    height: auto;
  }

  #ls06 .wave02 {
    position: absolute;
    display: block;
    left: -100px;
    bottom: -340px;
    width: 60%;
    z-index: 40;
  }
}

/*information*/
.info_title {
  display: block;
  margin: 100px auto;
  width: 808px;
  position: relative;
}

.companyinfo {
  display: block;
  width: 880px;
  margin: 40px auto 100px auto;
  position: relative;
}

.companyinfo h2 {
  font-size: 32px;
  font-weight: 400;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 40px 0;
}

.companyinfo .comp {
  width: 100%;
  display: block;
  margin: 0 0 40px 0;
  overflow: auto;
}

.companyinfo .comp .cname {
  padding: 20px 0 0 0;
  border-top: 2px solid #051e52;
  font-size: 15px;
  color: #333333;
  width: 120px;
  display: inline-block;
  margin: 0 40px 0 0;
  vertical-align: top;
}

.companyinfo .comp .cinfo {
  padding: 20px 0 0 0;
  border-top: 2px solid #cccccc;
  font-size: 15px;
  color: #333333;
  width: 700px;
  display: inline-block;
  margin: 0 0 0 0;
}

.companyinfo2 {
  display: block;
  width: 880px;
  margin: 40px auto 100px auto;
  position: relative;
}

.companyinfo2 h2 {
  font-size: 32px;
  font-weight: 400;
  font-family: termina, sans-serif;
  color: #051e52;
  padding: 0;
  margin: 0 0 8px 0;
}

.companyinfo2 .ch {
  padding: 0;
  margin: 0;
  line-height: 1em;
}

.companyinfo2 .chtxt {
  border-top: 1px solid #cccccc;
  font-family: "Shippori Mincho", serif;
  color: #051e52;
  padding: 32px 0 0 0;
  margin: 16px 0 6px 0;
  line-height: 1.5em;
  font-size: 15px;
}

.spbtn {
  display: block;
}

.spmenu {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1180px) {
  .hadate_sp_title {
    display: block;
    margin: 150px auto 100px auto;
    width: 90%;
    position: relative;
  }

  .hadate_sp_title h1 {
    font-size: 72px;
    font-weight: 400;
    font-family: termina, sans-serif;
    color: #051e52;
    line-height: 1em;
  }

  .hadate_sp_title h1 .num {
    font-size: 24px;
    display: block;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1em;
  }

  .hadate_sp_title h1 .bold {
    font-weight: 600;
  }
}

@media only screen and (max-width: 1000px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /* ベースレイアウト */

  #topintro {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  #topintro .intro01 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
  }
  #topintro .intro02 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
  }

  #topintro .brandcopy {
    font-family: termina, sans-serif;
    position: absolute;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 0;
    font-weight: 600;
    z-index: 50;
    top: 20px;
    left: 5%;
  }

  #topintro .brandcopy .regular {
    font-weight: 400;
  }

  #wrapper {
    width: 100%;
    margin: 0;
    padding: 0;

    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
  }

  .contents {
    width: 100%;
    position: relative;
  }

  .blur {
    opacity: 0;
    -moz-transition: -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .img-blur {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    transition: 0.2s;
  }

  @-webkit-keyframes imageBlur {
    from {
      opacity: 0;
      -webkit-filter: blur(8px);
      -moz-filter: blur(8px);
      -ms-filter: blur(8px);
      -o-filter: blur(8px);
      filter: blur(8px);
    }

    to {
      opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
    }
  }

  @keyframes imageBlur {
    from {
      opacity: 0;
      -webkit-filter: blur(8px);
      -moz-filter: blur(8px);
      -ms-filter: blur(8px);
      -o-filter: blur(8px);
      filter: blur(8px);
    }

    to {
      opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
    }
  }

  header {
    position: fixed;
    z-index: 9999;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 64px;

    overflow: auto;
    right: 0;
    top: 0;
    text-align: left;
    filter: drop-shadow(0px 1px 6px rgba(50, 50, 50, 0.05));
  }

  header .logo {
    display: block;
    padding: 0;
    margin-top: 0;
    top: 12px;
    width: 50px;
    position: absolute;
  }

  header .logo img {
    width: 100%;
    height: auto;
  }

  header .brandcopy {
    font-size: 9px;
    margin: 20px 0 0 2%;
  }

  header .menu {
    font-family: termina, sans-serif;
    display: block;
    float: left;
    margin: 10px 50px 0 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }

  header .menu a {
    display: inline-block;
    margin: 0 50px 0 0;
    padding: 0;

    overflow: hidden; /* 1つ目の影を隠す */
    color: transparent; /* テキスト本体は透明にする */
    font-size: 14px;
    /*
   影の設定
   1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
   2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
    text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
    transition: text-shadow 0.3s;
  }
  header .menu a:hover {
    text-shadow: 0 0 0 #000, 0 1.5em 0 #000; /* 2つの影の位置を上方向に1.5emずつずらす */
  }

  header .spbtn {
    position: relative;
    display: block;
    float: right;
    margin: 22px 5% 0 0;
    cursor: pointer;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 40px;
    height: 32px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1355a2;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
    width: 30px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 10px;
  }

  #menu01.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  #menu01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #menu01.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  .spmenu {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    z-index: 9998;
    padding: 120px 0 0 0;
  }

  .spmenu a {
    display: block;
    font-family: termina, sans-serif;
    margin: 0 0 32px 5%;
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    color: #051e52;
    line-height: 1em;
  }

  .spmenu a .num {
    display: block;
    margin: 0 0 8px 0;
    font-size: 14px;
    padding: 0;
    line-height: 1em;
  }

  .spmenu a .bold {
    font-weight: 600;
  }

  .spmenu div {
    display: block;
    margin: 60px 0 0 80px;
    font-size: 52px;
    text-align: left;
  }

  .spmenu .spmail {
    display: block;
    position: relative;
    margin: 0 32px 0 5%;
    padding: 0;
    float: left;
  }

  .spmenu .insta {
    display: block;
    margin: 0 0 0 0;
    float: left;
  }

  header .lang {
    position: relative;
    display: block;
    font-family: termina, sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 22px 20px 0 0;
    float: right;
  }

  header .lang .jp {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #1355a2;
  }

  header .lang .en {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #051e52;
  }

  header .mail {
    position: relative;
    display: none;
  }

  @keyframes rotation1 {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  #video {
    width: 100%;
    position: relative;
    display: block;
    margin: 0;
    z-index: 2;
    padding: 0 0 0 0;
    overflow: hidden;
  }

  #video video {
    width: 100%;
    height: auto;
  }

  #video .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    margin: 0;
    z-index: 3;
    padding: 0 0 0 0;
    overflow: hidden;
    background: #000000;
    opacity: 0;
  }

  #video .brandcopy {
    font-family: termina, sans-serif;
    position: absolute;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 0;
    font-weight: 600;
    z-index: 50;
    top: 20px;
    left: 40px;
  }

  #video .brandcopy .regular {
    font-weight: 400;
  }
  #video .scrolldown {
    font-family: termina, sans-serif;
    position: absolute;
    line-height: 1em;
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 0;
    font-weight: 600;
    z-index: 51;
    bottom: 40px;
    right: 5%;
  }

  /*
.mainimg img{
	width: 55%;
	margin: 0 5% 0 40%;
	height: auto;
	display: block;
}
*/
  /*text animetions*/
  @keyframes showTextFromBottom {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .anime-up.displayed span {
    animation: showText 1s backwards;
    display: inline-block;
  }
  .anime-up.displayed > span {
    overflow: hidden;
  }
  .anime-up.displayed > span > span {
    animation: showTextFromBottom 0.5s backwards;
  }

  .box {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    overflow: hidden;
  }

  .box .boxInner {
    width: inherit;
    height: inherit;
    line-height: auto;

    opacity: 0;
  }

  .isPlay {
    animation-name: play;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
  }

  .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      109.6deg,
      rgba(31, 61, 145, 1) 11.2%,
      rgba(0, 142, 213, 1) 91.1%
    );
  }

  @keyframes play {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0);
    }
  }

  @keyframes maskOut {
    from {
      transform: translateX(0);
    }

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

  #visual {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  #visual img {
    width: 100%;
    height: auto;
  }

  .scrollarea {
    width: 100%;
    margin: 80px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden;
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .simply-scroll-list li {
    list-style: none;
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0 60px 0 0;
    width: 1240px;
    height: 42px;
  }
  .simply-scroll-list li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .topcoy {
    display: block;
    width: 72%;
    margin: 80px auto 80px auto;
  }

  .topcatch {
    display: block;
    width: 90%;
    margin: 0 auto 120px auto;
  }

  .topcatch img {
    display: block;
    margin: 0 0 40px 0;
  }

  .topcatch p {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    margin: 0 0 16px 0;
    font-weight: 500;
    line-height: 1.8em;
  }

  @media only screen and (max-width: 430px) {
    .topcatch p {
      font-size: 18px;
    }
  }

  .cont {
    opacity: 0;
  }
  .cont.inview {
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  @keyframes fade-in {
    0% {
      transform: translateY(40px);
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }

  #artculture {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    padding: 100px 0 120px 0;
  }

  #artculture h1 {
    font-family: termina, sans-serif;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 1em;
    margin: 0 0 12px 0;
    padding: 0;
  }

  #artculture h1 .number {
    font-family: termina, sans-serif;
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1em;
    margin: 0 0 12px 8px;
    text-align: center;
    padding: 0;
  }

  #artculture h1 .small {
    font-size: 44px;
    display: block;
    line-height: 1em;
    margin: 0 4px;
  }

  #artculture h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    margin: 0 0 48px 0;
  }

  #artculture h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    line-height: 2.4em;
    margin: 0;
    padding: 0;
    font-weight: 500;
  }

  .artculcont {
    position: relative;
    width: 90%;
    margin: 0 auto 180px auto;
  }

  .artculcont .imgcont .imcL {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    float: none;
  }

  .artculcont .imgcont .imcR {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .artculcont .imgcont .imcR .arttxt {
    text-align: center;
    padding: 0;
    margin: 32px 0 0 0;
    line-height: 2.2em;
    font-size: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
  }

  .artculcont .imgcont .imcR .arttxt .atitle {
    font-weight: 700;
    font-size: 24px;
    display: block;
    line-height: 1.6em;
    margin: 0 0 24px 0;
  }
  .artculcont .imgcont .imcR .arttxt .atitle2 {
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin: 0 0 12px 0;
    color: #1355a2;
  }

  #art {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  #art .artmenu {
    text-align: center;
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 80px 0;
  }

  #art .artmenu a {
    vertical-align: bottom;
    display: inline-block;
    width: 120px;
    font-size: 16px;

    font-family: termina, sans-serif;
    margin: 0 10px;
    padding: 0 0 8px 0;
    font-weight: 600;
    color: #051e52;

    border-bottom: 1px solid #051e52;
  }

  #art .artmenu a img {
    display: inline-block;
    float: right;
    margin: 4px 10px 0 0;
    vertical-align: bottom;
    padding: 0;
  }

  #art .artcont {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 40px auto;
  }

  #art .artcont h2 {
    text-align: center;
    font-family: termina, sans-serif;
    font-size: 32px;
    padding: 0;
    margin: 0 0 40px 0;
  }

  #art .artcont .videocont {
    width: 100%;
    margin: 0 auto 80px auto;
  }
  #art .artcont .videocont iframe {
    width: 100%;
    height: 460px;
  }

  @media only screen and (max-width: 430px) {
    #art .artcont .videocont iframe {
      width: 100%;
      height: 240px;
    }
  }

  #art .artcont .videocont h1 {
    font-family: termina, sans-serif;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 1em;
    margin: 120px auto 32px auto;
    padding: 0;
    text-align: center;
  }

  #art .artcont .videocont h1 .bold {
    font-weight: 600;
  }

  #art .artcont .imgcont {
    display: block;
    position: relative;
    width: 100%;
    overflow: auto;
    margin: 0 auto 120px auto;
  }

  #art .artcont .imgcont .imcL {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }

  #art .artcont .imgcont .imcL img {
    width: 100%;
    height: auto;
  }

  #art .artcont .imgcont .imcR {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }

  #art .artcont .imgcont .imcR .arttxt {
    padding: 0;
    margin: 32px 0 0 0;
    line-height: 2.2em;
    font-size: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
  }
  #art .artcont .imgcont .imcR .arttxt .atitle {
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin: 0 0 24px 0;
  }

  #art .artcont .imgcont .imcR .arttxt .atitle2 {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin: 0 0 12px 0;
    color: #1355a2;
  }

  #art .artcont .imgcont2 {
    display: block;
    position: relative;
    width: 100%;
    overflow: auto;
    margin: 0 auto 120px auto;
  }

  #art .artcont .imgcont .imcL {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }

  #art .artcont .imgcont .imcL img {
    width: 100%;
    height: auto;
  }

  #art .artcont .imgcont2 .imcL {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }

  #art .artcont .imgcont2 .imcL img {
    width: 100%;
    height: auto;
  }

  #art .artcont .imgcont2 .imcR {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }

  #art .artcont .imgcont2 .imcR .arttxt {
    padding: 0;
    margin: 32px 0 0 0;
    line-height: 2.2em;
    font-size: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
  }

  #art .artcont .imgcont2 .imcR .arttxt .atitle {
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin: 0 0 24px 0;
  }

  #art .artcont .imgcont2 .imcR .arttxt .atitle2 {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin: 0 0 12px 0;
    color: #1355a2;
  }

  #art2025 {
    padding-bottom: 80px;
  }

  #art2024 {
    padding-top: 0px;
  }

  #hadate_special {
    display: block;
    clear: both;
    position: relative;
    overflow: auto;
    width: 90%;
    min-height: 360px;
    margin: 0 auto 80px auto;
    padding: 0 0 40px 0;
    background-image: url("../images/hadate_sp_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat; /*画像が繰り返すのを防ぐ*/
    background-position: center;
  }

  #hadate_special .inner {
    display: block;
    margin: 80px auto 0 auto;
    width: 400px;
    text-align: center;
    position: relative;
  }

  @media only screen and (max-width: 430px) {
    #hadate_special {
      display: block;
      clear: both;
      position: relative;
      overflow: auto;
      width: 100%;
      min-height: 300px;
      margin: 0 0 80px 0;
      padding: 0 0 40px 0;
      background-image: url("../images/hadate_sp_bg.jpg");
      background-size: cover;
      background-repeat: no-repeat; /*画像が繰り返すのを防ぐ*/
      background-position: center;
    }

    #hadate_special .inner {
      display: block;
      margin: 50px auto 0 auto;
      width: 90%;
      text-align: center;
      position: relative;
    }
  }

  #hadate_special .inner img {
    width: 100%;
    height: auto;
  }

  #hadate_special .inner .hdsp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }

  #hadate_special .inner .hdspcp {
    width: 32px;
    display: block;
    position: absolute;
    top: -32px;
    right: -8px;
    z-index: 7;
  }

  #hadate_special .inner h3 {
    position: relative;
    font-size: 16px;
    line-height: 2.2em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    color: #ffffff;
    display: block;
    z-index: 20;
    margin: 0 auto;
    padding: 32px 0 0 0;
    width: 80%;
  }

  @media only screen and (max-width: 430px) {
    #hadate_special .inner h3 {
      position: relative;
      font-size: 16px;
      line-height: 2.2em;
      font-family: "Shippori Mincho", serif;
      font-weight: 500;
      color: #ffffff;
      display: block;
      z-index: 20;
      margin: 0 auto;
      padding: 16px 0 0 0;
      width: 80%;
    }
  }

  #hadate_special .inner a {
    display: block;
    position: relative;
    z-index: 21;
    width: 240px;
    text-align: center;
    height: 34px;
    border-radius: 64px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    color: #ffffff;
    margin: 20px auto 0 auto;
    line-height: 34px;
  }

  #hadate_special .inner a img {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 16px;
  }

  #contact {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
    background-image: url("../images/contact_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat; /*画像が繰り返すのを防ぐ*/
    background-position: center;
    text-align: center;
  }

  #contact h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: termina, sans-serif;
    color: #ffffff;
  }
  #contact h2 .bold {
    font-weight: 600;
  }

  #contact a {
    display: block;
    position: relative;
    z-index: 21;
    width: 240px;
    text-align: center;
    height: 34px;
    border-radius: 64px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    color: #ffffff;
    margin: 20px auto 0 auto;
    line-height: 34px;
  }

  #contact a img {
    position: absolute;
    right: 20px;
    top: 8px;
  }

  footer {
    display: block;
    position: relative;
    width: 100%;
    padding: 36px 0;
    margin: 0;
    overflow: auto;
  }

  footer .flogo {
    display: block;
    float: left;
    margin: 0 5% 24px 5%;
    width: 20%;
  }

  footer .flogo img {
    width: 100%;
    height: auto;
  }

  footer h2 {
    display: block;
    float: left;
    margin: 16px 0 0 0;
    font-family: termina, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
  footer h2 .light {
    font-weight: 300;
  }

  footer h2 .heavy {
    font-weight: 700;
  }

  footer .fR {
    clear: both;
    display: block;
    float: none;
    margin: 24px 0 0 0;
    padding: 0;
  }

  footer .fR .sns {
    text-align: center;
  }

  footer .fR .sns a {
    display: inline-block;
    margin: 0 0 0 12px;
  }

  footer .copyright {
    font-family: termina, sans-serif;

    font-weight: 500;
    font-size: 10px;
    margin: 24px 0 0 0;
    display: block;
    text-align: center;
  }

  /*hadate_special*/

  #KV {
    width: 100%;
    position: relative;
    display: block;
    margin: 0;
    z-index: 2;
    padding: 0 0 0 0;
    overflow: hidden;
  }

  #KV img {
    width: 100%;
    height: auto;
  }

  #KV .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    margin: 0;
    z-index: 3;
    padding: 0 0 0 0;
    overflow: hidden;
    background: #000000;
    opacity: 0;
  }

  #KV .brandcopy {
    font-family: termina, sans-serif;
    position: absolute;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 0;
    font-weight: 600;
    z-index: 50;
    top: 20px;
    left: 40px;
  }

  #KV .scrolldown {
    font-family: termina, sans-serif;
    position: absolute;
    line-height: 1em;
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 0;
    font-weight: 600;
    z-index: 51;
    bottom: 40px;
    right: 5%;
  }

  .hadate_sp_title {
    display: block;
    margin: 150px auto 100px auto;
    width: 90%;
    position: relative;
  }

  .hadate_sp_title h1 {
    font-size: 72px;
    font-weight: 400;
    font-family: termina, sans-serif;
    color: #051e52;
    line-height: 1em;
  }

  .hadate_sp_title h1 .num {
    font-size: 24px;
    display: block;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1em;
  }

  .hadate_sp_title h1 .bold {
    font-weight: 600;
  }

  @media only screen and (max-width: 430px) {
    .hadate_sp_title {
      display: block;
      margin: 100px auto 40px auto;
      width: 90%;
      position: relative;
    }

    .hadate_sp_title h1 {
      font-size: 36px;
      font-weight: 400;
      font-family: termina, sans-serif;
      color: #051e52;
      line-height: 1em;
    }

    .hadate_sp_title h1 .num {
      font-size: 16px;
      display: block;
      margin: 0 0 8px 0;
      padding: 0;
      line-height: 1em;
    }
  }

  #hd_sp01 {
    display: block;
    position: relative;
    width: 100%;
    margin: 40px auto 180px auto;
    overflow: auto;
  }

  #hd_sp01 .hdsp_cont {
    overflow: auto;
    display: block;
    position: relative;
  }

  #hd_sp01 .hdsp_cont .hdspL {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  #hd_sp01 .hdsp_cont .hdspL img {
    width: 100%;
    height: auto;
  }

  #hd_sp01 .hdsp_cont .hdspR {
    display: block;
    position: relative;
    float: none;
    width: 90%;
    margin: 20px 0 0 5%;
  }

  #hd_sp01 .hdsp_cont .hdspR h4 {
    font-family: termina, sans-serif;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp01 .hdsp_cont .hdspR h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp01 .hdsp_cont .hdspR h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 600;
    color: #1355a2;
  }

  #hd_sp01 .hd_txt {
    text-align: center;
    margin: 30px 5%;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 2.2em;
    color: #051e52;
  }

  #hd_sp01 .hdsp_sub {
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }

  #hd_sp01 .hdsp_sub .subL {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }

  #hd_sp01 .hdsp_sub .subL img {
    width: 100%;
    height: auto;
  }

  #hd_sp01 .hdsp_sub .subR {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }

  #hd_sp01 .hdsp_sub .subR img {
    width: 100%;
    height: auto;
  }

  #hd_sp02 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 180px auto;
    overflow: auto;
  }

  #hd_sp02 .hdsp_cont {
    overflow: auto;
    display: block;
    position: relative;
  }

  #hd_sp02 .hdsp_cont .hdspL {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  #hd_sp02 .hdsp_cont .hdspL img {
    width: 100%;
    height: auto;
  }

  #hd_sp02 .hdsp_cont .hdspR {
    display: block;
    position: relative;
    float: none;
    width: 90%;
    margin: 20px 0 0 5%;
  }

  #hd_sp02 .hdsp_cont .hdspR h4 {
    font-family: termina, sans-serif;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp02 .hdsp_cont .hdspR h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp02 .hdsp_cont .hdspR h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 600;
    color: #1355a2;
  }

  #hd_sp02 .hd_txt {
    text-align: center;
    margin: 30px 5%;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 2.2em;
    color: #051e52;
  }

  #hd_sp02 .hdsp_sub {
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }

  #hd_sp02 .hdsp_sub .subL {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  #hd_sp02 .hdsp_sub .subR {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }

  #hd_sp02 .hdsp_sub .subL img {
    width: 100%;
    height: auto;
  }

  #hd_sp02 .hdsp_sub .subR img {
    width: 100%;
    height: auto;
  }

  #hd_sp03 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 180px auto;
    overflow: auto;
  }

  #hd_sp03 .hdsp_cont {
    overflow: auto;
    display: block;
    position: relative;
  }

  #hd_sp03 .hdsp_cont .hdspL {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  #hd_sp03 .hdsp_cont .hdspL img {
    width: 100%;
    height: auto;
  }

  #hd_sp03 .hdsp_cont .hdspR {
    display: block;
    position: relative;
    float: none;
    width: 90%;
    margin: 0 0 0 5%;
  }

  #hd_sp03 .hdsp_cont .hdspR h4 {
    font-family: termina, sans-serif;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp03 .hdsp_cont .hdspR h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp03 .hdsp_cont .hdspR h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 600;
    color: #1355a2;
  }

  #hd_sp03 .hd_txt {
    text-align: center;
    margin: 30px 5%;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 2.2em;
    color: #051e52;
  }

  #hd_sp03 .hdsp_sub {
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }

  #hd_sp03 .hdsp_sub .subL {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }

  #hd_sp03 .hdsp_sub .subL img {
    width: 100%;
    height: auto;
  }

  #hd_sp03 .hdsp_sub .subR {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }

  #hd_sp03 .hdsp_sub .subR img {
    width: 100%;
    height: auto;
  }

  #hd_sp04 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 180px auto;
    overflow: auto;
  }

  #hd_sp04 .hdsp_cont {
    overflow: auto;
    display: block;
    position: relative;
  }

  #hd_sp04 .hdsp_cont .hdspL {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  #hd_sp04 .hdsp_cont .hdspL img {
    width: 100%;
    height: auto;
  }

  #hd_sp04 .hdsp_cont .hdspR {
    display: block;
    position: relative;
    float: none;
    width: 90%;
    margin: 0 0 0 5%;
  }

  #hd_sp04 .hdsp_cont .hdspR h4 {
    font-family: termina, sans-serif;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp04 .hdsp_cont .hdspR h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
  }

  #hd_sp04 .hdsp_cont .hdspR h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 600;
    color: #1355a2;
  }

  #hd_sp04 .hd_txt {
    text-align: center;
    margin: 30px 5%;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 2.2em;
    color: #051e52;
  }

  #hd_sp04 .hdsp_sub {
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }

  #hd_sp04 .hdsp_sub .subL {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  #hd_sp04 .hdsp_sub .subL img {
    width: 100%;
    height: auto;
  }

  #hd_sp04 .hdsp_sub .subR {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }

  #hd_sp04 .hdsp_sub .subR img {
    width: 100%;
    height: auto;
  }

  /*interview*/

  .brandcopy2 {
    font-family: termina, sans-serif;
    position: relative;
    line-height: 1.4em;
    color: #1355a2;
    font-size: 14px;
    display: block;
    margin: 20px 0 0 40px;
    font-weight: 600;
    z-index: 50;
  }
  .brandcopy2 .regular {
    font-weight: 400;
  }

  #interview {
    display: block;
    width: 100%;
    position: relative;
    margin: 40px auto 120px auto;
  }

  #interview h3 {
    font-family: termina, sans-serif;
    font-size: 15px;
    color: #051e52;
    font-weight: 500;
    padding: 0;
    margin: 40px 0 0 5%;
    line-height: 1em;
  }
  #interview h3 .bold {
    font-weight: 700;
  }

  #interview h2 {
    font-family: termina, sans-serif;
    font-size: 44px;
    color: #051e52;
    font-weight: 500;
    padding: 0;
    margin: 12px 0 0 5%;
    line-height: 1em;
  }
  #interview h2 .regular {
    font-weight: 300;
  }
  #interview .name {
    font-size: 20px;
    font-family: "Shippori Mincho", serif;
    display: inline-block;
    margin: 0 12px 0 5%;
    color: #1355a2;
    padding: 0;
    font-weight: 600;
  }
  #interview .job {
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    display: inline-block;
    margin: 0 12px 0 0;
    color: #666666;
    padding: 0;
    font-weight: 600;
  }

  #interview .cover {
    margin: 40px 0 80px 0;
    display: block;
    position: relative;
  }

  #interview .cover img {
    width: 100%;
    height: auto;
  }

  #interview .article {
    width: 90%;
    margin: 0 auto;
  }

  #interview .article h1 {
    font-size: 32px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    color: #051e52;
  }

  #interview .article h2 {
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin: 20px 0 60px 0;
    font-family: termina, sans-serif;
    font-weight: 600;
    color: #051e52;
  }

  #interview .article h2 .regular {
    font-weight: 400;
  }

  #interview .article .qtxt {
    padding-top: 20px;
    margin-top: 20px;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  #interview .article .article_txt {
    font-size: 18px;
    line-height: 1.8em;
    margin: 40px 0;
    padding: 0;
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-family: "Shippori Mincho", serif;
    letter-spacing: -0.03em;
  }

  #interview .article .profilebox {
    width: 100%;
    display: block;
    overflow: auto;
    position: relative;
  }

  #interview .article .profilebox .pbL {
    width: 80%;
    margin: 0 auto 20px auto;
    display: block;
    float: none;
  }

  #interview .article .profilebox .pbL img {
    width: 100%;
    height: auto;
  }

  #interview .article .profilebox .pbR {
    width: 100%;
    margin: 16px 0 0 0;
    display: block;
    float: none;
  }

  #interview .article .profilebox .pbR h2 {
    text-align: left;
    font-size: 32px;
    font-family: termina, sans-serif;
    color: #051e52;
    margin: 0;
    padding: 0;
    line-height: 1em;
  }
  #interview .article .profilebox .pbR h2 .regular {
    font-weight: 400;
  }

  #interview .article .profilebox .pbR h3 {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    color: #1355a2;
    margin: 10px 12px 0 0;
    padding: 0;
    font-weight: 500;
    display: inline-block;
  }

  #interview .article .profilebox .pbR h4 {
    font-size: 15px;
    font-family: "Shippori Mincho", serif;
    color: #666666;
    margin: 6px 0 0 0;
    padding: 0;
    font-weight: 500;
    display: inline-block;
  }

  #interview .article .profilebox .pbR .prof {
    text-align: left;
    font-size: 14px;
    font-family: termina, sans-serif;
    color: #1355a2;
    margin: 16px 0 0 0;
    padding: 0;
    font-weight: 500;
    display: block;
  }

  #interview .article .profilebox .pbR .proftxt {
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    margin: 6px 0 0 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.7em;
  }
  #interview .article p {
    letter-spacing: -0.03em;
  }
  #interview .article .chapter h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    margin: 0 0 0px 0;
    padding: 0;
    font-weight: 600;
    color: #051e52;
    line-height: 1.45;
  }
  #interview .article .chapter h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  #interview .article .chapter .flex .flex-item.ph {
    width: 120px;
    margin-right: 0;
  }

  #interview .article .chapter .flex .flex-item.ph img {
    height: 217px;
    width: auto;
  }
  .hadate_archive h3 {
    font-size: 15px;
  }
  .hadate_archive .landmenu .flex {
    flex-direction: column;
    gap: 40px 0;
  }
  .hadate_archive .title {
    font-size: 32px;
  }
  .hadate_archive .name {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    color: #1355a2;
    margin: 10px 12px 0 0;
    padding: 0;
    font-weight: 500;
    display: inline-block;
  }
  .hadate_archive .job {
    font-size: 15px;
    font-family: "Shippori Mincho", serif;
    color: #666666;
    margin: 6px 0 0 0;
    padding: 0;
    font-weight: 500;
    display: inline-block;
  }
  /*landscape*/

  .land_title {
    display: block;
    margin: 100px auto;
    width: 90%;
    position: relative;
  }

  .land_title img {
    width: 100%;
    height: auto;
  }

  .landmenu {
    display: block;
    margin: 40px auto 0 auto;
    width: 94%;
    position: relative;
  }

  .landmenu h1 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0;
  }
  .landmenu h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0;
  }

  .landmenu h2 .regular {
    font-weight: 400;
  }

  .landmenu .land_menu_cont {
    clear: both;
    overflow: auto;
    display: block;
    position: relative;
    margin: 40px 0 0 0;
  }

  .landmenu .land_menu_cont .lmbox {
    display: block;
    width: 48%;
    margin: 0 4% 20px 0;
    float: left;
  }

  .landmenu .land_menu_cont .lmbox:nth-child(3n) {
    display: block;
    width: 48%;
    margin: 0 4% 20px 0;
    float: left;
  }

  .landmenu .land_menu_cont .lmbox:nth-child(2n) {
    display: block;
    width: 48%;
    margin: 0 0 20px 0;
    float: left;
  }

  .landmenu .land_menu_cont .lmbox .lmL {
    width: 36%;
    display: block;
    margin: 0 2% 0 0;
    float: left;
  }

  .landmenu .land_menu_cont .lmbox .lmL img {
    width: 100%;
    height: auto;
  }

  .landmenu .land_menu_cont .lmbox .lmR {
    width: 62%;
    display: block;
    margin: 0 0 0 0;
    float: left;
  }

  .landmenu .land_menu_cont .lmbox .lmR .num {
    font-size: 8px;
    font-weight: 700;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
  }

  .landmenu .land_menu_cont .lmbox .lmR .title {
    font-size: 12px;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
  }

  .landmenu .land_menu_cont .lmbox .lmR .title2 {
    font-size: 10px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #1355a2;
    line-height: 1.1em;
    padding: 0;
    margin: 0;
  }

  #ls01 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 260px 0 180px 0;
  }

  #ls01 .inner {
    width: 90%;
    margin: 0 auto;
  }

  #ls01 .inner .lcopy {
    display: block;
    margin: 40px auto 40px auto;
    width: 90%;
  }

  #ls01 .inner .lcopy .num {
    font-size: 12px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls01 .inner .lcopy .ltxt {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls01 .inner .lsimg01 {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #ls01 .inner .lsimg01 img {
    width: 100%;
    height: auto;
  }

  #ls01 .inner .lsimg02 {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
  }

  #ls01 .inner .lsimg02 img {
    width: 100%;
    height: auto;
  }

  #ls01 .wave01 {
    position: absolute;
    display: block;
    right: 0;
    top: -220px;
    width: 70%;
  }

  #ls01 .wave02 {
    position: absolute;
    display: block;
    left: 0;
    bottom: -280px;
    width: 70%;
  }

  #ls02 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 280px 0 100px 0;
  }

  #ls02 .inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  #ls02 .inner .lcopy {
    display: block;
    margin: 40px auto 40px auto;
    width: 90%;
    float: none;
  }

  #ls02 .inner .lcopy .num {
    font-size: 12px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls02 .inner .lcopy .ltxt {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls02 .inner .lsimg01 {
    display: block;
    margin: 40px auto 0 auto;
    padding: 0;
    float: none;
    width: 90%;
  }
  #ls02 .inner .lsimg02 {
    display: block;
    margin: 40px auto 0 auto;
    padding: 0;
    float: none;
    width: 90%;
  }

  #ls02 .inner .lsimg01 img {
    width: 100%;
    height: auto;
  }
  #ls02 .inner .lsimg02 img {
    width: 100%;
    height: auto;
  }

  #ls03 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 100px 0 180px 0;
  }

  #ls03 .inner {
    width: 90%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 21;
  }

  #ls03 .inner .lcopy {
    display: block;
    margin: 40px 0 40px 5%;
    width: 80%;
    float: none;
  }

  #ls03 .inner .lcopy .num {
    font-size: 12px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls03 .inner .lcopy .ltxt {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls03 .inner .lsimg01 {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    float: none;
    z-index: 22;
    width: 100%;
  }

  #ls03 .inner .lsimg01 img {
    width: 100%;
    height: auto;
  }

  #ls03 .wave01 {
    position: absolute;
    display: block;
    right: 0;
    bottom: -220px;
    width: 90%;
    z-index: 20;
  }

  #ls04 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 360px 0 180px 0;
    z-index: 32;
  }

  #ls04 .inner {
    width: 90%;
    margin: 0 auto;
    z-index: 31;
    overflow: hidden;
  }

  #ls04 .inner .lcopy {
    display: block;
    margin: 40px auto;
    width: 60%;
  }

  #ls04 .inner .lcopy .num {
    font-size: 12px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls04 .inner .lcopy .ltxt {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls04 .inner .lsimg01 {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    z-index: 30;
    width: 100%;
  }

  #ls04 .inner .lsimg01 img {
    width: 100%;
    height: auto;
  }

  #ls04 .inner .lsimg02 {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    z-index: 30;
    width: 100%;
  }

  #ls04 .inner .lsimg02 img {
    width: 100%;
    height: auto;
  }

  #ls04 .wave01 {
    position: absolute;
    display: block;
    right: 0;
    bottom: -240px;
    width: 70%;
  }

  #ls05 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 180px 0;
  }

  #ls05 .inner {
    width: 90%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 71;
  }

  #ls05 .inner .lcopy {
    display: block;
    margin: 100px 0 0 5%;
    width: 80%;
    float: none;
  }

  #ls05 .inner .lcopy .num {
    font-size: 12px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls05 .inner .lcopy .ltxt {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls05 .inner .lsimg01 {
    display: block;
    margin: 40px 0 0 0;
    padding: 0;
    float: none;
    z-index: 22;
    width: 100%;
  }
  #ls05 .inner .lsimg01 img {
    width: 100%;
    height: auto;
  }

  #ls05 .wave01 {
    position: absolute;
    display: block;
    right: 0;
    bottom: -240px;
    width: 70%;
    z-index: 40;
  }

  #ls06 {
    clear: both;
    position: relative;
    width: 100%;
    margin: 260px 0 320px 0;
  }

  #ls06 .inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 45;
    overflow: hidden;
  }

  #ls06 .inner .lcopy {
    display: block;
    margin: 40px auto;
    width: 80%;
  }

  #ls06 .inner .lcopy .num {
    font-size: 12px;
    font-weight: 600;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 2px 0;
    line-height: 1em;
    text-align: left;
  }

  #ls06 .inner .lcopy .ltxt {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1.5em;
  }

  #ls06 .inner .lsimg01 {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 46;

    width: 100%;
  }
  #ls06 .inner .lsimg01 img {
    width: 100%;
    height: auto;
  }

  #ls06 .inner .lsimgcont {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  #ls06 .inner .lsimg02 {
    display: block;
    margin: 0 0 20px 0;
    float: none;
    padding: 0;
    z-index: 47;
    width: 100%;
  }

  #ls06 .inner .lsimg02 img {
    width: 100%;
    height: auto;
  }

  #ls06 .inner .lsimg03 {
    display: block;
    margin: 0 0 0 0;
    float: none;
    padding: 0;
    z-index: 47;
    width: 100%;
  }

  #ls06 .inner .lsimg03 img {
    width: 100%;
    height: auto;
  }

  #ls06 .wave02 {
    position: absolute;
    display: block;
    left: 0;
    bottom: -220px;
    width: 80%;
    z-index: 40;
  }

  /*information*/
  .info_title {
    display: block;
    margin: 100px auto;
    width: 90%;
    position: relative;
  }

  .info_title img {
    width: 100%;
    height: auto;
  }

  .companyinfo {
    display: block;
    width: 90%;
    margin: 40px auto 100px auto;
    position: relative;
  }

  .companyinfo h2 {
    font-size: 24px;
    font-weight: 400;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 40px 0;
  }

  .companyinfo .comp {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    overflow: auto;
  }

  .companyinfo .comp .cname {
    padding: 20px 0 0 0;
    border-top: 2px solid #051e52;
    font-size: 15px;
    color: #051e52;
    width: 100%;
    display: inline-block;
    margin: 0 0 12px 0;
    font-weight: 600;
  }

  .companyinfo .comp .cinfo {
    padding: 0 0 0 0;
    border-top: 0px solid #cccccc;
    font-size: 15px;
    color: #333333;
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
  }

  .companyinfo2 {
    display: block;
    width: 90%;
    margin: 40px auto 100px auto;
    position: relative;
  }

  .companyinfo2 h2 {
    font-size: 24px;
    font-weight: 400;
    font-family: termina, sans-serif;
    color: #051e52;
    padding: 0;
    margin: 0 0 8px 0;
  }

  .companyinfo2 .ch {
    padding: 0;
    margin: 0;
    line-height: 1em;
  }

  .companyinfo2 .chtxt {
    font-family: "Shippori Mincho", serif;
    color: #051e52;
    padding: 16px 0 0 0;
    margin: 40px 0 6px 0;
    line-height: 1.5em;
    font-size: 15px;
  }
}
