@charset "UTF-8";
/* 

common 
PC：960px〜
Tablet：959px〜
SP：640px〜 

*/
/* mixin */
@keyframes head-menutext01 {
  0% {
    top: 0;
    opacity: 0; }
  100% {
    top: -20px;
    opacity: 1; } }
@keyframes head-menutext02 {
  0% {
    top: 0;
    opacity: 0; }
  100% {
    top: -20px;
    opacity: 1; } }
@keyframes head-menubox {
  0% {
    top: 0;
    opacity: 0; }
  100% {
    top: 100%;
    opacity: 1; } }
@keyframes head-bg {
  0% {
    background: #000; }
  100% {
    background: #333; } }
@-webkit-keyframes active-btn19 {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0); }
  25% {
    border-color: transparent #fff transparent transparent; }
  50% {
    border-color: transparent #fff #fff transparent; }
  75% {
    border-color: transparent #fff #fff #fff; }
  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg); } }
@keyframes active-btn19 {
  0% {
    border-color: transparent;
    transform: rotate(0); }
  25% {
    border-color: transparent #fff transparent transparent; }
  50% {
    border-color: transparent #fff #fff transparent; }
  75% {
    border-color: transparent #fff #fff #fff; }
  100% {
    border-color: #fff;
    transform: rotate(-680deg); } }
@keyframes top-box-move {
  0% {
    transform: translateY(-60px); }
  100% {
    transform: translateY(60px); } }
@keyframes flash {
  10% {
    opacity: 0.6; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeinY {
  0% {
    opacity: 0;
    transform: translateY(5%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes e_scroll {
  0% {
    opacity: 0;
    transform: translateY(2%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes e_head {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }
@keyframes e_txt01 {
  90% {
    color: #fff; }
  100% {
    color: #333; } }
@keyframes e_txt02 {
  0% {
    transform: translateY(128%); }
  50% {
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes e_txt03 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes b_ttl {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
    opacity: 1; }
  25% {
    transform: rotateY(-45deg); }
  50% {
    transform: rotateY(0deg); }
  75% {
    transform: rotateY(45deg); }
  100% {
    transform: rotateY(0deg);
    opacity: 1; } }
@keyframes rhand {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(20px); } }
@keyframes mv_bg {
  0% {
    transform: translateX(20%); }
  50% {
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes mv_ttl {
  0% {
    transform: translateX(-20%); }
  50% {
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes p_overlay {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
/* 
	base 
*/
html {
  font-size: 62.5%; }

body {
  position: relative;
  margin: 0 !important;
  padding: 0;
  font-family: "Noto Serif JP SemiBold","Noto Serif JP",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
  line-height: 2;
  color: #35455b; }

a {
  display: block;
  text-decoration: none;
  color: #2a4e5a; }
  a:hover {
    color: #2a4e5a; }
  @media (min-width: 960px) {
    a.link:hover {
      opacity: 0.5; } }
  a:focuss, a:active {
    outline: none;
    color: #2a4e5a; }
  a:visited {
    outline: none;
    color: #2a4e5a; }
  a.link-01 {
    display: inline-block;
    position: relative; }
    a.link-01::after {
      display: block;
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background: #2a4e5a;
      transition: .2s; }
    a.link-01:hover::after {
      width: 100%; }

h1 {
  margin: 0;
  font-family: "gravesend-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  line-height: 38px; }

h2, h3 {
  margin: 0; }

p {
  margin: 0 0 10px;
  padding: 0; }

img, svg {
  max-width: 100%;
  height: auto; }

div:focus,
form :focus {
  outline: 0; }

ul, ol, dd {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

.img {
  line-height: 0; }

.onlypc {
  display: block; }

.onlytb {
  display: none; }

.onlysp {
  display: none; }

.svg-container {
  display: none; }

.inner {
  width: 94%;
  max-width: 1200px;
  margin: auto; }

.ttl {
  font-size: 24px; }

.txt {
  font-size: 18px; }
  .txt p {
    margin-bottom: 10px; }

.btn {
  max-width: 400px;
  width: 80%;
  margin: 80px auto 0;
  text-align: center; }
  .btn a {
    display: block;
    width: 100%;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    background: linear-gradient(270deg, #324f7c 0%, #5e8ed5 25%, #5e8ed5 51%, #324f7c 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out; }
    .btn a:hover {
      background-position: 99% 50%; }

.video {
  line-height: 0; }
  .video video {
    width: 100%; }

.block-ttl {
  font-family: "gravesend-sans", sans-serif;
  font-style: normal;
  font-size: 70px;
  line-height: 1.4; }

.gratxt {
  animation: b_ttl 5s ease infinite;
  background: linear-gradient(270deg, #36465d, #5e8ed5, #36465d);
  background-size: 50% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5% 0 4%; }
  header.site-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header.site-header .logo {
    position: relative;
    z-index: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    header.site-header .logo a {
      line-height: 0;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 22px;
      letter-spacing: 1px; }
  header.site-header .menu-trigger {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10000; }
    header.site-header .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      /*アニメーションの設定*/
      position: absolute;
      left: 0;
      height: 2px;
      background-color: #666; }
      header.site-header .menu-trigger span:nth-of-type(1) {
        top: 17px;
        width: 70%; }
      header.site-header .menu-trigger span:nth-of-type(2) {
        top: 24px;
        width: 50%; }
    header.site-header .menu-trigger.active span {
      background-color: #fff; }
      header.site-header .menu-trigger.active span:nth-of-type(1) {
        top: 15px;
        left: 0;
        transform: translateY(6px) rotate(-45deg);
        width: 50%; }
      header.site-header .menu-trigger.active span:nth-of-type(2) {
        top: 27px;
        left: 0;
        transform: translateY(-6px) rotate(45deg);
        width: 50%; }
  header.site-header .menu-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 9999;
    background: url("../img/common/menu-bg.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; }
    header.site-header .menu-box::_after {
      background: url("../img/aboutus/mv.jpg");
      background-attachment: fixed;
      background-size: contain;
      background-position: top;
      background-repeat: no-repeat; }
    header.site-header .menu-box ul {
      position: absolute;
      top: 50%;
      left: 20%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    header.site-header .menu-box li {
      position: relative;
      margin: 0 10px;
      /*&::before,
      &::after {
          position: absolute;
          content:"";
          width: 0;
          height:2px;
          background:#0481A2;
          transition: all 0.2s linear;
      }
      &::before {
          right: 0;
          bottom: 0;
      }
      &::after {
          top: 0;
          left: 0;
      }
      &:hover {
          &::before {
              width: 100%;
              transition-delay: 0.3s;
              
          }
          &::after {
              width: 100%;
              transition-delay: 0s;
          }
          a {
              &::before {
                  transition-delay: 0.5s;
              height: 100%;
              
              }
              &::after {
                  transition-delay: 0.2s;
              height: 100%;
              }
          }
      }*/ }
    header.site-header .menu-box a {
      font-size: 50px;
      font-family: "gravesend-sans", sans-serif;
      font-style: normal;
      position: relative;
      background-image: linear-gradient(to right, #5e8ed5, #5e8ed5 50%, #fff 50%);
      background-size: 200% 100%;
      background-position: -100%;
      transition: all 0.3s ease-in-out;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      header.site-header .menu-box a:hover {
        background-position: 0; }

.page-template .page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #e3e7ee;
  z-index: 10000;
  animation: p_overlay .3s ease-in forwards;
  animation-delay: .8s; }
.page-template header.site-header {
  position: relative;
  background: #e3e7ee; }
.page-template .mv-block {
  margin-bottom: 10%;
  background: #e3e7ee; }
.page-template .mv {
  position: relative;
  height: 350px; }
.page-template .pageBlock, .page-template .mB {
  margin-bottom: 100px; }
.page-template .mLB {
  margin-bottom: 28%; }
.page-template .wrap {
  background: #fff;
  padding: 100px 0; }
.page-template .info-block {
  text-align: center; }
.page-template .txt01-box {
  margin-bottom: 8%; }
  .page-template .txt01-box .ttl {
    position: relative;
    margin-bottom: 30px;
    font-size: 30px; }
    .page-template .txt01-box .ttl::after {
      position: absolute;
      display: block;
      content: "";
      bottom: 0;
      left: 0;
      width: 50%;
      height: 1px;
      background: #35455b; }
  .page-template .txt01-box .txt {
    margin-bottom: 30px; }
.page-template .point01-box {
  margin-bottom: 5%; }
  .page-template .point01-box .ttl {
    position: relative;
    margin-bottom: 2%;
    padding-left: 34px;
    font-size: 25px;
    line-height: 1; }
    .page-template .point01-box .ttl::after {
      position: absolute;
      display: block;
      content: "";
      top: 4px;
      left: 0;
      background: url("../img/common/icon01.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 20px;
      height: 21px; }
.page-template .point02-box li {
  position: relative;
  margin-bottom: 2%;
  padding-left: 40px;
  font-size: 18px; }
  .page-template .point02-box li small {
    display: block; }
  .page-template .point02-box li::after {
    position: absolute;
    display: block;
    content: "";
    top: 4px;
    left: 0;
    background: url("../img/common/icon02.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 27px; }

.__effect:not(.mv) {
  opacity: 0; }
  .__effect:not(.mv).__active {
    animation: fadeinY .4s forwards;
    animation-delay: .6s;
    -webkit-transition: all .3s;
    transition: all .3s; }

.__effect_img {
  position: relative; }
  .__effect_img::after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 0.65s cubic-bezier(1, 0, 0, 1);
    transform-origin: right center;
    transition-delay: 1s;
    z-index: 100; }
  .__effect_img.__active_img::after {
    transform: scaleX(0); }

.__effect02 {
  opacity: 0;
  visibility: visible;
  animation: fadeinY .4s forwards;
  animation-delay: 1.5s;
  -webkit-transition: all .3s;
  transition: all .3s; }

footer {
  padding: 100px 0 40px;
  background: url("../img/common/f-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  footer::after1 {
    display: block;
    position: absolute;
    background: #e3e7ee;
    opacity: 0.8;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1; }
  footer .inner {
    padding: 40px 0; }
    @media (min-width: 641px) {
      footer .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end; } }
  footer .f-logo {
    width: 10%; }
  footer .f-link {
    width: 80%;
    font-family: "gravesend-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px; }
    footer .f-link a {
      position: relative;
      background-image: linear-gradient(to right, #5e8ed5, #5e8ed5 50%, #2a4e5a 50%);
      background-size: 200% 100%;
      background-position: -100%;
      transition: all 0.3s ease-in-out;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      footer .f-link a:hover {
        background-position: 0; }
  @media (min-width: 641px) {
    footer ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      justify-content: space-around; } }
  footer small {
    display: block;
    padding: 10% 0 2%;
    font-weight: normal;
    text-align: center; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .onlytb {
    display: block; }

  h1 {
    font-size: 40px;
    line-height: 30px; }

  .ttl {
    font-size: 20px; }

  p, .txt {
    font-size: 16px;
    line-height: 1.6; }

  .btn {
    margin-top: 50px; }

  .block-ttl {
    font-size: 54px; }

  .page-template .mv {
    height: 250px; }
  .page-template .wrap {
    padding: 80px 0; }
  .page-template .pageBlock, .page-template .mB {
    margin-bottom: 80px; }
  .page-template .txt01-box .ttl {
    font-size: 24px; }
  .page-template .point01-box .ttl {
    font-size: 18px; }
    .page-template .point01-box .ttl::after {
      top: 0; }
  .page-template .point02-box li {
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.6; }
    .page-template .point02-box li::after {
      top: 2px;
      width: 20px;
      height: 21px; }

  footer .f-link {
    font-size: 20px; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .onlypc {
    display: none !important; }

  .onlytb {
    display: none; }

  .onlysp {
    display: block !important; }

  h1 {
    font-size: 32px;
    line-height: 24px; }

  .ttl {
    font-size: 18px; }

  p, .txt {
    font-size: 14px; }

  .btn {
    max-width: 340px;
    margin-top: 40px; }
    .btn a {
      line-height: 50px; }

  .block-ttl {
    font-size: 40px; }

  header.site-header {
    padding: 3% 0 4%; }
    header.site-header .logo a {
      font-size: 14px; }
    header.site-header .menu-box ul {
      left: 5%; }
    header.site-header .menu-box a {
      font-size: 40px; }

  .page-template .mv {
    height: 200px; }
  .page-template .wrap {
    padding: 50px 0; }
  .page-template .pageBlock, .page-template .mB {
    margin-bottom: 60px; }
  .page-template .txt01-box {
    margin-bottom: 12%; }
    .page-template .txt01-box .ttl {
      margin-bottom: 20px;
      font-size: 18px; }
      .page-template .txt01-box .ttl::after {
        width: 100%; }
  .page-template .point01-box {
    margin-bottom: 8%; }
    .page-template .point01-box .ttl {
      padding-left: 26px;
      font-size: 16px; }
      .page-template .point01-box .ttl::after {
        width: 16px;
        height: 17px; }
  .page-template .point02-box li {
    padding-left: 28px;
    margin-bottom: 8%;
    font-size: 14px; }
    .page-template .point02-box li::after {
      top: 4px;
      width: 16px;
      height: 17px; }

  footer {
    padding: 0 0 16px;
    background-position: center; }
    footer .f-logo {
      width: 100%;
      text-align: center; }
    footer .f-link {
      width: 100%;
      margin-top: 40px;
      font-size: 18px; }
    footer ul li {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }
      footer ul li:last-child {
        margin-bottom: 0; }
    footer small {
      display: block;
      padding: 4% 0 2%;
      font-weight: normal;
      font-size: 10px;
      text-align: center; } }
/* CONTACT */
.page-template-page-contact h1 {
  margin: 5% 0 10%;
  text-align: center; }
  .page-template-page-contact h1 span {
    display: block;
    margin-top: 10px;
    font-size: 24px; }
.page-template-page-contact article {
  margin: 80px 0 200px; }
  .page-template-page-contact article header {
    display: none; }
.page-template-page-contact .txt-box {
  text-align: center; }
.page-template-page-contact input[type="text"], .page-template-page-contact input[type="email"], .page-template-page-contact input[type="url"], .page-template-page-contact input[type="password"], .page-template-page-contact input[type="search"], .page-template-page-contact input[type="number"], .page-template-page-contact input[type="tel"], .page-template-page-contact input[type="range"], .page-template-page-contact input[type="date"], .page-template-page-contact input[type="month"], .page-template-page-contact input[type="week"], .page-template-page-contact input[type="time"], .page-template-page-contact input[type="datetime"], .page-template-page-contact input[type="datetime-local"], .page-template-page-contact input[type="color"], .page-template-page-contact textarea {
  width: 100%;
  padding: 2% 4%;
  border: 0;
  border-radius: 4px;
  background: #f4f6f8;
  font-family: "Noto Sans CJK JP","Noto Sans JP",sans-serif;
  font-size: 14px;
  color: #333; }
.page-template-page-contact .form .inner {
  max-width: 1000px; }
.page-template-page-contact .form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 50px; }
  .page-template-page-contact .form .item .ttl {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px; }
  .page-template-page-contact .form .item .txt {
    width: 60%;
    position: relative; }
    .page-template-page-contact .form .item .txt .error {
      position: absolute;
      display: inherit;
      bottom: -24px;
      left: 4%;
      font-size: 14px;
      color: #ed3a3a; }
  .page-template-page-contact .form .item .icon01 {
    display: block;
    width: 50px;
    padding: 2%;
    font-size: 12px;
    color: #fff;
    background: #ed3a3a;
    text-align: center; }
  .page-template-page-contact .form .item .icon02 {
    display: block;
    width: 50px;
    padding: 2%;
    font-size: 12px;
    color: #fff;
    background: #8e8e8e;
    text-align: center; }
.page-template-page-contact .form .mailBox {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
  .page-template-page-contact .form .mailBox .memo {
    display: block;
    margin: 20px 0;
    padding: 0 4%;
    font-size: 13px;
    text-align: left; }
  .page-template-page-contact .form .mailBox br {
    display: none; }
.page-template-page-contact .form input[type="submit"],
.page-template-page-contact .form button {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
  padding: 20px 5px;
  border-radius: 100px;
  background: linear-gradient(270deg, #324f7c 0%, #4a667d 25%, #2b637c 51%, #324f7c 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 960px) {
    .page-template-page-contact .form input[type="submit"]:hover,
    .page-template-page-contact .form button:hover {
      background-position: 99% 50%; } }
.page-template-page-contact .form .mwform-checkbox-field {
  display: inline-block; }
.page-template-page-contact .form .checkBox {
  margin: 80px 0;
  text-align: center; }
  .page-template-page-contact .form .checkBox .txt {
    width: 100%;
    font-size: 15px; }
    .page-template-page-contact .form .checkBox .txt .error {
      left: 0;
      right: 0; }
  .page-template-page-contact .form .checkBox .info {
    margin-bottom: 20px; }
  .page-template-page-contact .form .checkBox a {
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px solid #333; }
  .page-template-page-contact .form .checkBox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .page-template-page-contact .form .checkBox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
    display: inline-block;
    position: relative;
    padding: 20px 15px 20px 35px;
    cursor: pointer; }
    .page-template-page-contact .form .checkBox input[type="checkbox"]::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      top: calc(50% - 10px);
      left: 10px;
      display: block;
      background: #ddd;
      border-radius: 4px; }
    .page-template-page-contact .form .checkBox input[type="checkbox"]::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 14px;
      left: 15px;
      top: calc(50% - 10px);
      border-right: 3px solid #333;
      border-bottom: 3px solid #333;
      transform: rotate(45deg);
      display: block;
      opacity: 0; }
    .page-template-page-contact .form .checkBox input[type="checkbox"]:checked::before {
      background-color: #ddd; }
    .page-template-page-contact .form .checkBox input[type="checkbox"]:checked::after {
      opacity: 1; }
.page-template-page-contact .form .remarkBox {
  margin-top: 100px;
  font-size: 13px; }

/* 
	確認画面 
*/
.mw_wp_form_confirm .form .item {
  margin-bottom: 10px; }
  .mw_wp_form_confirm .form .item .txt {
    padding: 2% 4%;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    text-align: left; }
  .mw_wp_form_confirm .form .item .icon01,
  .mw_wp_form_confirm .form .item .icon02 {
    display: none; }
.mw_wp_form_confirm .form .mailBox .memo {
  display: none; }
.mw_wp_form_confirm .form .mailBox .mail02 {
  display: none; }
.mw_wp_form_confirm .form .checkBox {
  margin-bottom: 60px; }
  .mw_wp_form_confirm .form .checkBox .info {
    display: none; }
  .mw_wp_form_confirm .form .checkBox p {
    text-align: center; }
.mw_wp_form_confirm .form .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around; }
  .mw_wp_form_confirm .form .btnBox .btn01 {
    width: 40%; }
  .mw_wp_form_confirm .form .btnBox .btn02 {
    width: 40%; }

/* 
	完了画面
*/
.mw_wp_form_complete {
  max-width: 600px;
  width: 90%;
  margin: auto;
  text-align: left; }
  .mw_wp_form_complete p {
    margin-bottom: 20px; }
  .mw_wp_form_complete small {
    font-size: 12px; }
  .mw_wp_form_complete .btn-01 {
    margin-top: 40px; }

.mw_wp_form_send_error {
  max-width: 600px;
  width: 90%;
  margin: auto;
  text-align: center; }

/* 
	TB 959px〜 

@media (max-width:959px) {
	.page-template-page-contact {
	}
}*/
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .page-template-page-contact .txt-box {
    text-align: left; }
  .page-template-page-contact article {
    margin: 40px 0 150px; }
  .page-template-page-contact .form .item .ttl {
    width: 100%;
    margin-bottom: 10px; }
    .page-template-page-contact .form .item .ttl p {
      margin-left: 4%; }
  .page-template-page-contact .form .item .txt {
    width: 100%; }
  .page-template-page-contact .form .item .icon01,
  .page-template-page-contact .form .item .icon02 {
    width: 40px;
    padding: 2px;
    margin-right: 20px; }
  .page-template-page-contact .form .checkBox {
    margin: 50px 0; }
    .page-template-page-contact .form .checkBox .info br {
      display: none; } }
/* NEWS */
.page-template-page-news main {
  padding: 5% 0 20%; }
.page-template-page-news h1 {
  margin-bottom: 10%;
  text-align: center; }
.page-template-page-news .post-block {
  opacity: 0;
  visibility: visible;
  width: 100%;
  animation: fadeinY .4s forwards;
  animation-delay: .3s;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .page-template-page-news .post-block li {
    border-bottom: 1px solid #ddd; }
    .page-template-page-news .post-block li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      justify-content: space-around;
      padding: 3% 0;
      transition: all .2s ease;
      font-family: "Roboto", sans-serif;
      font-style: normal; }
      .page-template-page-news .post-block li a:hover {
        background: #f4f6f8; }
.page-template-page-news .date {
  width: 12%;
  font-size: 16px;
  font-weight: 400;
  text-align: center; }
.page-template-page-news .icon {
  width: 10%;
  text-transform: uppercase; }
  .page-template-page-news .icon span {
    display: block;
    max-width: 100px;
    border-radius: 50px;
    font-weight: 500;
    padding: 4% 10%;
    font-size: 12px;
    background: #36475f;
    color: #fff;
    text-align: center;
    letter-spacing: 3px; }
.page-template-page-news .news-ttl {
  width: 60%; }

.single-post header.site-header {
  position: relative;
  background: #e3e7ee; }
.single-post main {
  padding: 5% 0 20%; }
.single-post article {
  margin-bottom: 100px; }
.single-post h1 {
  margin-bottom: 5%;
  font-size: 26px;
  line-height: 1.3;
  text-align: left; }
.single-post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-bottom: 5%;
  font-family: "Roboto", sans-serif;
  font-style: normal; }
  .single-post .entry-meta .date {
    padding: 0 4%;
    font-size: 16px;
    font-weight: 400; }
  .single-post .entry-meta .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-transform: uppercase; }
    .single-post .entry-meta .icon span {
      display: block;
      width: 100px;
      border-radius: 50px;
      font-weight: 500;
      padding: 4% 10%;
      font-size: 12px;
      background: #36475f;
      color: #fff;
      text-align: center;
      letter-spacing: 3px; }
.single-post .post-thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 33.3333333333%;
  overflow: hidden;
  line-height: 0;
  background: #f4f6f8; }
  .single-post .post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.single-post .entry-content h2 {
  margin: 6% 0 4%;
  padding-bottom: 10px;
  border-bottom: 2px solid #333; }
.single-post .entry-content h3 {
  position: relative;
  margin: 6% 0 4%;
  padding-left: 20px; }
  .single-post .entry-content h3::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #333; }
.single-post .entry-content h4 {
  position: relative;
  margin: 6% 0 4%;
  padding-left: 20px; }
  .single-post .entry-content h4::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    transform: translate(0, -50%);
    background: #333; }
.single-post .entry-content p {
  margin-bottom: 20px;
  font-size: 16px; }
.single-post .entry-content a {
  display: inherit;
  margin: 5px 0;
  text-decoration: underline; }
.single-post .entry-content .btn-01 {
  width: 90%;
  max-width: 600px;
  margin: 60px auto; }
  .single-post .entry-content .btn-01 a {
    display: block;
    padding: 4% 2%;
    text-decoration: none; }
.single-post .wp-block-embed {
  padding: 2%;
  background: #000; }
  .single-post .wp-block-embed .wp-block-embed__wrapper {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .single-post .wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.single-post .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 4% 0;
  border-top: 1px solid #333; }
  .single-post .nav-links .nav-previous {
    width: 40%; }
  .single-post .nav-links .nav-next {
    width: 40%;
    text-align: right; }
  .single-post .nav-links a {
    display: inline-block;
    padding: 2% 0;
    position: relative; }
    @media (min-width: 769px) {
      .single-post .nav-links a:hover::after {
        width: 100%; } }
    @media (max-width: 768px) {
      .single-post .nav-links a::after {
        width: 100%; } }
.single-post .btn-01 {
  width: 80%;
  max-width: 300px;
  margin: auto; }
  .single-post .btn-01 a {
    padding: 6%; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .single-post h1 {
    font-size: 22px; }
  .single-post .entry-meta {
    margin-bottom: 10%; }
  .single-post .entry-content p {
    font-size: 14px; }
  .single-post .entry-content a {
    word-break: break-all; }
  .single-post .nav-links {
    margin-bottom: 40px; }
    .single-post .nav-links a {
      padding: 4% 0; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .page-template-page-news main {
    padding: 10% 0 20%; }
  .page-template-page-news .post-block li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 6% 0 5%; }
  .page-template-page-news .date {
    width: 26%;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: left; }
  .page-template-page-news .icon {
    width: 40%;
    margin-bottom: 8px; }
    .page-template-page-news .icon span {
      padding: 2% 10%; }
  .page-template-page-news .news-ttl {
    width: 100%; }

  .single-post h1 {
    font-size: 18px;
    line-height: 1.5; }
  .single-post main {
    padding: 10% 0 20%; }
  .single-post .nav-links {
    font-size: 12px; }
    .single-post .nav-links a {
      padding: 6% 0; } }
/* PRIVACY POLICY */
.page-template-page-privacy .inner {
  font-size: 14px; }
.page-template-page-privacy ol {
  margin-bottom: 20px;
  padding: 0 0 0 2.4em; }
.page-template-page-privacy dl {
  padding: 0 0 0 1em; }
  .page-template-page-privacy dl dd {
    margin-bottom: 5px; }
.page-template-page-privacy ul {
  padding: 0 0 0 1em; }
  .page-template-page-privacy ul li {
    padding-left: 1.2em;
    text-indent: -1.2em; }
.page-template-page-privacy p {
  margin-bottom: 20px; }
.page-template-page-privacy b {
  font-weight: 600; }
.page-template-page-privacy h1 {
  margin: 5% 0 10%;
  text-align: center; }
.page-template-page-privacy h2 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px; }
  .page-template-page-privacy h2::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #333; }
.page-template-page-privacy h3 {
  margin: 40px 0 10px; }
.page-template-page-privacy .block-01 {
  padding: 6%;
  border-radius: 6px;
  background: #f4f6f8; }
  .page-template-page-privacy .block-01 .sign {
    margin-bottom: 0;
    text-align: right; }

/* 
	TB 959px〜 
*/
/* 
	SP 640px〜 
*/
/* WHITE UNICORN */
.page-template-page-whiteunicorn .mv {
  background: url("../img/product/mv.jpg");
  background-attachment: fixed;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  box-shadow: none; }
.page-template-page-whiteunicorn .detail01-block .point-box {
  padding: 3%;
  background: #e3e7ee;
  font-size: 20px; }
  .page-template-page-whiteunicorn .detail01-block .point-box span {
    margin: 0 4px;
    padding-bottom: 2px;
    border-bottom: dotted 3px #2561b0;
    font-size: 22px;
    line-height: 2;
    color: #2561b0; }
.page-template-page-whiteunicorn .detail02-block h2 {
  text-align: center; }
.page-template-page-whiteunicorn .detail02-block .item-box {
  position: relative;
  margin-top: 10%;
  padding: 0 5% 5%;
  border: solid 1px #35455b;
  border-radius: 6px; }
  .page-template-page-whiteunicorn .detail02-block .item-box .ttl {
    position: relative;
    display: inline;
    top: -23px;
    padding: 0 2%;
    font-size: 22px;
    line-height: 1;
    background: #fff; }
    .page-template-page-whiteunicorn .detail02-block .item-box .ttl b {
      margin-right: 6px;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-size: 34px; }
  .page-template-page-whiteunicorn .detail02-block .item-box .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    .page-template-page-whiteunicorn .detail02-block .item-box .detail-box .point02-box {
      width: 50%; }
      .page-template-page-whiteunicorn .detail02-block .item-box .detail-box .point02-box li {
        margin-bottom: 8%; }
        .page-template-page-whiteunicorn .detail02-block .item-box .detail-box .point02-box li:last-child {
          margin-bottom: 0; }
    .page-template-page-whiteunicorn .detail02-block .item-box .detail-box .img {
      width: 40%; }

/* 
	TB 959px〜 
*/
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .page-template-page-whiteunicorn .mv {
    background: url("../img/product/mv-sp.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat; }
  .page-template-page-whiteunicorn .detail01-block .txt01-box h3 {
    margin-bottom: 10px; }
  .page-template-page-whiteunicorn .detail01-block .point-box {
    padding: 5%;
    font-size: 15px; }
    .page-template-page-whiteunicorn .detail01-block .point-box span {
      font-size: 16px; }
  .page-template-page-whiteunicorn .detail02-block .item-box {
    margin-top: 15%; }
    .page-template-page-whiteunicorn .detail02-block .item-box .ttl {
      position: relative;
      display: inline;
      top: -23px;
      padding: 0 2%;
      font-size: 18px;
      line-height: 1;
      background: #fff; }
      .page-template-page-whiteunicorn .detail02-block .item-box .ttl b {
        font-size: 28px; }
    .page-template-page-whiteunicorn .detail02-block .item-box .detail-box .point02-box {
      margin-bottom: 10%;
      width: 100%; }
      .page-template-page-whiteunicorn .detail02-block .item-box .detail-box .point02-box li {
        margin-bottom: 5%; }
        .page-template-page-whiteunicorn .detail02-block .item-box .detail-box .point02-box li:last-child {
          margin-bottom: 0; }
    .page-template-page-whiteunicorn .detail02-block .item-box .detail-box .img {
      width: 60%;
      margin: 0 auto 6%; } }
/* HARIBIN */
.page-template-page-haribin .mv {
  background: url("../img/product/haribin/mv.jpg");
  background-attachment: fixed;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  box-shadow: none; }
.page-template-page-haribin .txt-box-01 {
  margin-bottom: 4%; }
.page-template-page-haribin .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }
  .page-template-page-haribin .img-box .ttl {
    margin-bottom: 2%;
    padding: 2% 0;
    border-radius: 100px;
    background: #35465c;
    color: #fff;
    text-align: center;
    line-height: 1.2; }
  .page-template-page-haribin .img-box p {
    width: 90%;
    margin: 0 auto 8%;
    font-size: 20px; }
  .page-template-page-haribin .img-box img {
    display: block;
    margin: 0 auto; }
  .page-template-page-haribin .img-box .img01 {
    width: 48%; }
    .page-template-page-haribin .img-box .img01 img {
      padding-top: 4%; }
  .page-template-page-haribin .img-box .img02 {
    width: 48%; }
.page-template-page-haribin .detail02-block .ttl {
  position: relative;
  margin-bottom: 6%;
  text-align: center; }
  .page-template-page-haribin .detail02-block .ttl::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    width: 60%;
    height: 1px;
    margin: 0 auto;
    background: #35465c; }
.page-template-page-haribin .detail02-block .img {
  margin-bottom: 8%;
  text-align: center; }
  .page-template-page-haribin .detail02-block .img img {
    width: 80%; }
.page-template-page-haribin .detail03-block .txt01-box {
  margin-bottom: 4%; }
  .page-template-page-haribin .detail03-block .txt01-box h2 {
    margin-bottom: 0; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .page-template-page-haribin .img-box .ttl {
    margin-bottom: 4%;
    padding: 3% 0;
    font-size: 16px;
    line-height: 1.4; }
  .page-template-page-haribin .img-box p {
    font-size: 15px;
    line-height: 1.5; }
  .page-template-page-haribin .img-box img {
    display: block;
    margin: 0 auto; }
  .page-template-page-haribin .img-box .img01 img {
    padding-top: 20%; }
  .page-template-page-haribin .img-box .img02 img {
    width: 80%; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .page-template-page-haribin .mv {
    background: url("../img/product/haribin/mv-sp.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat; }
  .page-template-page-haribin .img-box .img01 {
    width: 100%;
    margin-bottom: 14%; }
    .page-template-page-haribin .img-box .img01 img {
      padding-top: 0; }
  .page-template-page-haribin .img-box .img02 {
    width: 100%; }
  .page-template-page-haribin .detail02-block .ttl {
    margin-bottom: 10%; }
  .page-template-page-haribin .detail02-block .img img {
    width: 100%; }
  .page-template-page-haribin .detail03-block .txt01-box {
    margin-bottom: 8%; } }
/* NEWS */
.page-template-page-product .mv {
  background: url("../img/product/mv.jpg");
  background-attachment: fixed;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  box-shadow: none; }
.page-template-page-product .item-block .item-mv {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.page-template-page-product .item-block .img {
  width: 50%; }
.page-template-page-product .item-block .ttl-box {
  width: 50%;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column; }
  .page-template-page-product .item-block .ttl-box .name01 {
    position: relative;
    margin-bottom: 20px;
    font-family: "gravesend-sans", sans-serif;
    font-style: normal;
    font-size: 50px; }
    .page-template-page-product .item-block .ttl-box .name01::after {
      position: absolute;
      display: block;
      content: "";
      width: 380px;
      height: 2px;
      left: 0;
      right: 0;
      margin: auto;
      background: #fff; }
  .page-template-page-product .item-block .ttl-box .name02 {
    font-size: 22px; }
.page-template-page-product .item-block.item01 .ttl-box {
  background: #baa86b; }
.page-template-page-product .item-block.item02 .ttl-box {
  background: #767982; }
.page-template-page-product .item-block.item03 .ttl-box {
  background: #7ba966; }
.page-template-page-product .item-block.item04 .ttl-box {
  background: #2c2c2c; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .page-template-page-product .item-block .item-mv {
    margin-bottom: 30px; }
  .page-template-page-product .item-block .ttl-box .name01 {
    font-size: 32px; }
    .page-template-page-product .item-block .ttl-box .name01::after {
      width: 300px; }
  .page-template-page-product .item-block .ttl-box .name02 {
    font-size: 18px; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .page-template-page-product .mv {
    background: url("../img/product/mv-sp.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat; }
  .page-template-page-product .item-block .item-mv {
    margin-bottom: 20px; }
    .page-template-page-product .item-block .item-mv .img {
      width: 100%; }
    .page-template-page-product .item-block .item-mv .ttl-box {
      width: 100%;
      padding: 5px 0; }
      .page-template-page-product .item-block .item-mv .ttl-box .name01 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 1.6; }
        .page-template-page-product .item-block .item-mv .ttl-box .name01::after {
          width: 280px; }
      .page-template-page-product .item-block .item-mv .ttl-box .name02 {
        font-size: 16px;
        line-height: 1.4; } }
/* Business */
@keyframes e_img {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%; }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%; }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%; }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%; }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%; }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%; }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%; } }
.page-template-page-business .mv {
  background: url("../img/business/mv.jpg");
  background-attachment: fixed;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  box-shadow: none; }
  @media (min-width: 1100px) {
    .page-template-page-business .mv {
      background-size: cover;
      background-position: center; } }
.page-template-page-business h2, .page-template-page-business .ttl:first-child {
  margin: 0 auto 40px;
  text-align: center; }
.page-template-page-business .ttl span {
  position: relative;
  top: 18px;
  display: inline-block;
  padding-left: 70px;
  width: 50px;
  height: 56px; }
.page-template-page-business .detail-block-01 .ttl span {
  background: url("../img/business/icon-01.png") left center no-repeat;
  background-repeat: no-repeat;
  background-size: contain; }
.page-template-page-business .detail-block-01 .img {
  position: relative;
  top: 30px;
  margin-left: 4%; }
  .page-template-page-business .detail-block-01 .img img {
    animation: e_img 30s ease 0s infinite; }
.page-template-page-business .detail-block-01 .txt-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end; }
  .page-template-page-business .detail-block-01 .txt-box .txt {
    width: 70%;
    padding: 4% 8% 4% 4%;
    background: #f7f7f7; }
.page-template-page-business .detail-block-02 .ttl span {
  background: url("../img/business/icon-02.png") left center no-repeat;
  background-repeat: no-repeat;
  background-size: contain; }
.page-template-page-business .detail-block-02 .img {
  position: relative;
  top: 30px;
  margin-right: 4%;
  text-align: right; }
  .page-template-page-business .detail-block-02 .img img {
    animation: e_img 30s ease 0s infinite; }
.page-template-page-business .detail-block-02 .txt-box {
  position: relative;
  z-index: 2; }
  .page-template-page-business .detail-block-02 .txt-box .txt {
    width: 80%;
    padding: 4% 4% 4% 8%;
    background: #f7f7f7; }
.page-template-page-business .detail-block-03 .ttl span {
  background: url("../img/business/icon-03.png") left center no-repeat;
  background-repeat: no-repeat;
  background-size: contain; }
.page-template-page-business .detail-block-03 .point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  margin: 6% 0; }
  .page-template-page-business .detail-block-03 .point-box li {
    width: 32%;
    height: 0;
    padding-bottom: 32%;
    border-radius: 50%;
    background: #e3e7ee;
    text-align: center; }
    .page-template-page-business .detail-block-03 .point-box li:first-child .ttl {
      margin: 16px 0; }
    .page-template-page-business .detail-block-03 .point-box li .point {
      padding: 10% 13% 10%; }
    .page-template-page-business .detail-block-03 .point-box li .ttl {
      font-size: 18px;
      line-height: 1.2;
      margin: 8px auto; }
    .page-template-page-business .detail-block-03 .point-box li p {
      font-size: 13px;
      line-height: 1.2;
      text-align: left; }
    @media (min-width: 1100px) {
      .page-template-page-business .detail-block-03 .point-box li {
        width: 30%;
        padding-bottom: 30%; }
        .page-template-page-business .detail-block-03 .point-box li:first-child .ttl {
          margin: 20px 0; }
        .page-template-page-business .detail-block-03 .point-box li .point {
          padding: 15% 13% 15%; }
        .page-template-page-business .detail-block-03 .point-box li .ttl {
          font-size: 22px;
          line-height: 1.2;
          margin: 8px auto; }
        .page-template-page-business .detail-block-03 .point-box li p {
          font-size: 14px;
          line-height: 1.2;
          text-align: left; } }
.page-template-page-business .detail-block-03 .txt ul {
  margin-top: 4%; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .page-template-page-business .ttl span {
    top: 18px;
    padding-left: 60px;
    width: 40px;
    height: 46px; }
  .page-template-page-business .detail-block-01 .ttl {
    margin-bottom: 20px; }
  .page-template-page-business .detail-block-01 .txt-box .txt {
    width: 80%; }
  .page-template-page-business .detail-block-02 .ttl {
    margin-bottom: 20px; }
  .page-template-page-business .detail-block-02 .txt-box .txt {
    width: 85%; }
  .page-template-page-business .detail-block-03 .point-box li {
    width: 45%;
    padding-bottom: 45%; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .page-template-page-business .mv {
    background: url("../img/business/mv-sp.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat; }
  .page-template-page-business .detail-block-01 .ttl {
    margin-bottom: 0; }
    .page-template-page-business .detail-block-01 .ttl span {
      display: block;
      top: 0;
      margin: 0 auto 10px;
      padding: 0; }
  .page-template-page-business .detail-block-01 .txt-box .txt {
    width: 86%; }
  .page-template-page-business .detail-block-02 .ttl {
    margin-bottom: 0; }
    .page-template-page-business .detail-block-02 .ttl span {
      display: block;
      top: 0;
      margin: 0 auto 10px;
      padding: 0; }
  .page-template-page-business .detail-block-02 .txt-box .txt {
    width: 90%; }
  .page-template-page-business .detail-block-03 .point-box {
    flex-direction: column; }
    .page-template-page-business .detail-block-03 .point-box li {
      width: 80%;
      margin-bottom: 20px;
      padding-bottom: 80%; } }
/* about us */
.page-template-page-aboutus .mv {
  background: url("../img/aboutus/mv.jpg");
  background-attachment: fixed;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  box-shadow: none; }
.page-template-page-aboutus .wrap {
  padding-bottom: 18%; }
  .page-template-page-aboutus .wrap h2 {
    font-family: "gravesend-sans", sans-serif;
    font-style: normal;
    font-size: 48px;
    font-weight: 100;
    line-height: 50px; }
    .page-template-page-aboutus .wrap h2 span {
      display: block;
      font-size: 40px; }
  .page-template-page-aboutus .wrap h3 {
    margin-bottom: 100px;
    font-size: 44px; }
.page-template-page-aboutus .detail-box {
  margin-bottom: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }
  @media (max-width: 1080px) {
    .page-template-page-aboutus .detail-box {
      margin-bottom: 12%; } }
  .page-template-page-aboutus .detail-box .txt {
    width: 50%;
    margin-top: 40px; }
    .page-template-page-aboutus .detail-box .txt p {
      margin-bottom: 40px; }
      .page-template-page-aboutus .detail-box .txt p:first-child:first-letter {
        font-size: 30px; }
  .page-template-page-aboutus .detail-box.detail01 .img {
    position: relative;
    width: 40%; }
    .page-template-page-aboutus .detail-box.detail01 .img .d01 {
      position: absolute;
      display: block;
      top: -40px;
      left: 0;
      width: 55%; }
    .page-template-page-aboutus .detail-box.detail01 .img .d02 {
      position: absolute;
      display: block;
      top: 40px;
      left: 60%;
      width: 55%; }
  .page-template-page-aboutus .detail-box.detail02 .img {
    position: relative;
    width: 40%; }
    .page-template-page-aboutus .detail-box.detail02 .img .d03 {
      position: absolute;
      display: block;
      top: 0;
      right: 60%;
      width: 55%; }
    .page-template-page-aboutus .detail-box.detail02 .img .d04 {
      position: absolute;
      display: block;
      top: -60px;
      right: 0;
      width: 55%; }
.page-template-page-aboutus .research-block {
  margin-bottom: 20%; }
  .page-template-page-aboutus .research-block h2 {
    position: relative;
    top: -25px;
    margin-bottom: 40px;
    font-family: "gravesend-sans", sans-serif;
    font-style: normal;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    text-align: center; }
  .page-template-page-aboutus .research-block .txt-box {
    margin-bottom: 8%; }
    .page-template-page-aboutus .research-block .txt-box .ttl {
      position: relative;
      margin-bottom: 30px;
      font-size: 30px; }
      .page-template-page-aboutus .research-block .txt-box .ttl::after {
        position: absolute;
        display: block;
        content: "";
        bottom: 0;
        left: 0;
        width: 50%;
        height: 1px;
        background: #35455b; }
    .page-template-page-aboutus .research-block .txt-box .txt {
      margin-bottom: 30px; }
  .page-template-page-aboutus .research-block .point01-box {
    margin-bottom: 10%; }
    .page-template-page-aboutus .research-block .point01-box.point02 .detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; }
    .page-template-page-aboutus .research-block .point01-box.point02 .txt {
      width: 70%; }
    .page-template-page-aboutus .research-block .point01-box.point02 .img {
      width: 20%; }
.page-template-page-aboutus .overview-block {
  padding-bottom: 10%;
  background: #fff; }
  .page-template-page-aboutus .overview-block h2 {
    position: relative;
    top: -25px;
    margin-bottom: 8%;
    font-family: "gravesend-sans", sans-serif;
    font-style: normal;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    text-align: center; }
  .page-template-page-aboutus .overview-block ul {
    font-size: 20px; }
  .page-template-page-aboutus .overview-block li {
    margin-bottom: 6%; }
  .page-template-page-aboutus .overview-block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    .page-template-page-aboutus .overview-block dl.center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1.6; }
  .page-template-page-aboutus .overview-block dt {
    position: relative;
    width: 30%;
    padding-left: 4%; }
    .page-template-page-aboutus .overview-block dt::after {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: #35455b; }
    .page-template-page-aboutus .overview-block dt small {
      display: block;
      font-size: 12px; }
  .page-template-page-aboutus .overview-block dd {
    width: 65%; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .page-template-page-aboutus .wrap {
    padding-bottom: 10%; }
    .page-template-page-aboutus .wrap h2 {
      font-size: 38px;
      line-height: 40px; }
      .page-template-page-aboutus .wrap h2 span {
        font-size: 30px; }
    .page-template-page-aboutus .wrap h3 {
      font-size: 34px; }
  .page-template-page-aboutus .detail-box {
    margin-bottom: 8%; }
    .page-template-page-aboutus .detail-box.detail01 .img, .page-template-page-aboutus .detail-box.detail02 .img {
      width: 38%; }
    .page-template-page-aboutus .detail-box.detail01 .txt, .page-template-page-aboutus .detail-box.detail02 .txt {
      width: 52%; }
  .page-template-page-aboutus .research-block {
    margin-bottom: 18%; }
    .page-template-page-aboutus .research-block h2 {
      font-size: 40px; }
    .page-template-page-aboutus .research-block .txt-box .ttl {
      font-size: 24px; }
    .page-template-page-aboutus .research-block .point-box .ttl {
      font-size: 18px; }
      .page-template-page-aboutus .research-block .point-box .ttl::after {
        top: 0; }
  .page-template-page-aboutus .overview-block h2 {
    font-size: 40px; }
  .page-template-page-aboutus .overview-block ul {
    font-size: 16px; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .page-template-page-aboutus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-template-page-aboutus .mv {
      background: url("../img/aboutus/mv-sp.jpg");
      background-attachment: fixed;
      background-size: contain;
      background-repeat: no-repeat; }
    .page-template-page-aboutus .wrap {
      padding-bottom: 25%; }
      .page-template-page-aboutus .wrap h2 {
        font-size: 18px;
        line-height: 24px; }
        .page-template-page-aboutus .wrap h2 span {
          font-size: 18px; }
      .page-template-page-aboutus .wrap h3 {
        margin-bottom: 80px;
        font-size: 20px; }
    .page-template-page-aboutus .detail-box .txt p {
      margin-bottom: 10px; }
      .page-template-page-aboutus .detail-box .txt p:first-child:first-letter {
        font-size: 14px; }
    .page-template-page-aboutus .detail-box.detail01 {
      margin-bottom: 0; }
      .page-template-page-aboutus .detail-box.detail01 .img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .page-template-page-aboutus .detail-box.detail01 .img .d01 {
          position: relative;
          width: 40%; }
        .page-template-page-aboutus .detail-box.detail01 .img .d02 {
          position: relative;
          top: 0;
          left: 5%;
          width: 40%; }
      .page-template-page-aboutus .detail-box.detail01 .txt {
        width: 100%;
        margin-top: 40px; }
      .page-template-page-aboutus .detail-box.detail01 p:first-child:first-letter {
        font-size: 20px; }
    .page-template-page-aboutus .detail-box.detail02 .img {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      .page-template-page-aboutus .detail-box.detail02 .img .d03 {
        position: relative;
        top: 20px;
        right: 5%;
        width: 40%; }
      .page-template-page-aboutus .detail-box.detail02 .img .d04 {
        position: relative;
        top: 0;
        width: 40%; }
    .page-template-page-aboutus .detail-box.detail02 .txt {
      width: 100%;
      margin: 0 0 40px; }
    .page-template-page-aboutus .research-block {
      margin-bottom: 18%; }
      .page-template-page-aboutus .research-block h2 {
        margin-bottom: 0;
        font-size: 22px; }
      .page-template-page-aboutus .research-block .txt-box {
        margin-bottom: 12%; }
        .page-template-page-aboutus .research-block .txt-box .ttl {
          margin-bottom: 20px;
          font-size: 18px; }
          .page-template-page-aboutus .research-block .txt-box .ttl::after {
            width: 100%; }
      .page-template-page-aboutus .research-block .point01-box.point02 .detail {
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .page-template-page-aboutus .research-block .point01-box.point02 .txt {
        width: 100%; }
      .page-template-page-aboutus .research-block .point01-box.point02 .img {
        width: 60%;
        margin-bottom: 20px; }
    .page-template-page-aboutus .overview-block {
      padding-bottom: 18%; }
      .page-template-page-aboutus .overview-block h2 {
        margin-bottom: 0;
        font-size: 22px; }
      .page-template-page-aboutus .overview-block ul {
        font-size: 14px; }
      .page-template-page-aboutus .overview-block dt {
        padding-left: 0; }
        .page-template-page-aboutus .overview-block dt small {
          font-size: 10px; } }
/* TOP */
.home .site {
  position: relative; }
.home .loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #35455b;
  z-index: 10000; }
  .home .loading #particle {
    width: 70%;
    height: 100vh;
    vertical-align: bottom; }
.home .mv-block {
  position: relative;
  background: #e3e7ee;
  max-height: 1000px; }
  .home .mv-block .inner {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000; }
  .home .mv-block .ttl-box {
    position: relative;
    z-index: 5; }
    .home .mv-block .ttl-box .ttl01 {
      display: inline-block;
      padding: 6px 14px;
      font-size: 22px;
      line-height: 1.2;
      color: #fff;
      background: #35455b; }
    .home .mv-block .ttl-box .ttl02 {
      margin-top: 20px; }
      .home .mv-block .ttl-box .ttl02 span {
        display: block;
        font-size: 28px;
        line-height: 1.4; }
      .home .mv-block .ttl-box .ttl02 b {
        border-bottom: 2px solid #35455b;
        font-size: 60px;
        font-family: 'Roboto', sans-serif;
        line-height: 1.4;
        letter-spacing: 3px; }
  .home .mv-block .img {
    position: relative; }
    .home .mv-block .img .mv_head {
      opacity: 0;
      animation: rotateY 10s linear 0s infinite;
      animation-delay: 6.5s;
      position: absolute;
      width: 13%;
      top: 18%;
      right: 35%;
      z-index: 100; }
    .home .mv-block .img .mv_bg {
      opacity: 0;
      animation: mv_bg .5s ease-in forwards;
      animation-delay: 4.5s; }
.home .video-block {
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .home .video-block .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e3e7ee; }
  .home .video-block video {
    width: 100%;
    height: auto; }
  @media (min-width: 960px) {
    .home .video-block {
      max-height: 500px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center; } }
  @media (min-width: 641px) and (max-width: 959px) {
    .home .video-block {
      height: 0;
      padding-bottom: 56.25%; } }
  @media (max-width: 640px) {
    .home .video-block {
      height: 250px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .home .video-block video {
        width: auto;
        height: 100%; } }
.home .about-block {
  position: relative;
  padding: 15% 0 0;
  background: #e3e7ee;
  z-index: 1; }
  .home .about-block::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    background: #dce0e9;
    width: 100%;
    height: 76%;
    z-index: -1;
    transform: skewY(13deg);
    transform-origin: top left; }
  .home .about-block .ttl-box {
    position: relative;
    opacity: 0;
    transform: translate(0%, 10%); }
  .home .about-block h2 {
    font-family: "gravesend-sans", sans-serif;
    font-style: normal;
    font-size: 40px;
    font-weight: 100;
    line-height: 1; }
    .home .about-block h2 span {
      display: block;
      font-size: 30px; }
  .home .about-block h3 {
    margin-bottom: 100px;
    font-size: 50px; }
  .home .about-block .txt-box {
    position: relative;
    padding-bottom: 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    .home .about-block .txt-box::_after {
      position: absolute;
      display: block;
      content: "";
      top: -10%;
      left: 0;
      background: url("../img/top/hand.png") no-repeat;
      width: 100%;
      height: 80%;
      background-size: cover;
      z-index: -1; }
    .home .about-block .txt-box .txt {
      width: 50%;
      margin-right: 3%;
      opacity: 0;
      transform: translate(0%, 40%); }
    .home .about-block .txt-box .img {
      width: 40%;
      transform: translate(-100%, 0%); }
      .home .about-block .txt-box .img img {
        animation: rhand 3s infinite alternate ease-in-out; }
  .home .about-block .img-box {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around; }
    .home .about-block .img-box .d01 {
      width: 30%;
      opacity: 0;
      transform: translate(0%, 20%); }
    .home .about-block .img-box .d02 {
      width: 30%;
      margin-top: 4%;
      opacity: 0;
      transform: translate(0%, 20%); }
    .home .about-block .img-box .d03 {
      width: 30%;
      margin-top: 8%;
      opacity: 0;
      transform: translate(0%, 20%); }
@keyframes imgrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    opacity: 1;
    background: url("../img/top/b-01.jpg") no-repeat;
    background-size: cover; }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%; }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%; }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%; }
  48% {
    opacity: 1;
    background: url("../img/top/b-01.jpg") no-repeat;
    background-size: cover; }
  50% {
    opacity: 1;
    background: url("../img/top/b-02.jpg") no-repeat;
    background-size: cover; }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%; }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%; }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%; }
  98% {
    opacity: 1;
    background: url("../img/top/b-02.jpg") no-repeat;
    background-size: cover; } }
.home .business-block {
  position: relative;
  z-index: 1;
  padding: 15% 0; }
  .home .business-block .ttl-box {
    opacity: 0;
    transform: translate(0%, 20%); }
  .home .business-block .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
  .home .business-block .detail {
    width: 40%;
    opacity: 0;
    transform: translate(0%, 20%); }
  .home .business-block ul li {
    padding: 4% 0 4% 8%;
    border-bottom: 1px solid #e3e7ee; }
    .home .business-block ul li p {
      margin-top: 10px;
      padding-left: 8%; }
  .home .business-block .img-box {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    opacity: 0;
    transform: translate(0%, 20%); }
    .home .business-block .img-box .img {
      width: 90%;
      animation: imgrotate 30s ease 0s infinite;
      height: 80%; }
    .home .business-block .img-box ._img {
      animation: imgrotate 30s ease 0s infinite; }
.home .product-block {
  margin-bottom: 10%; }
  .home .product-block .ttl-box {
    margin-bottom: 4%;
    text-align: center;
    opacity: 0;
    transform: translate(0%, 20%); }
  .home .product-block .items-box {
    opacity: 0; }
    .home .product-block .items-box.slick-initialized {
      opacity: 1 !important;
      background: #fff; }
  .home .product-block .item {
    padding: 10px;
    overflow: hidden;
    text-align: center; }
    .home .product-block .item p {
      margin-top: 10px;
      font-size: 30px;
      color: #35455b;
      font-family: "gravesend-sans", sans-serif;
      font-style: normal; }
  .home .product-block img {
    width: 100%;
    border: 1px solid #e3e7ee; }
.home .news-block {
  margin-bottom: 20%; }
  .home .news-block .inner {
    opacity: 0;
    transform: translate(0%, 20%); }
  .home .news-block .ttl-box {
    margin-bottom: 6%; }
  .home .news-block ul {
    margin-bottom: 80px; }
  .home .news-block li {
    border-bottom: 1px solid #ddd; }
    .home .news-block li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      justify-content: space-around;
      padding: 3% 0;
      transition: all .2s ease;
      font-family: "Roboto", sans-serif;
      font-style: normal; }
      .home .news-block li a:hover {
        background: #f4f6f8; }
  .home .news-block .date {
    width: 12%;
    font-size: 16px;
    font-weight: 400;
    text-align: center; }
  .home .news-block .icon {
    width: 10%;
    text-transform: uppercase; }
    .home .news-block .icon span {
      display: block;
      max-width: 100px;
      border-radius: 50px;
      font-weight: 500;
      padding: 4% 10%;
      font-size: 12px;
      background: #36475f;
      color: #fff;
      text-align: center;
      letter-spacing: 3px; }
  .home .news-block .news-ttl {
    width: 60%; }
  .home .news-block .btn-01 {
    width: 30%;
    max-width: 300px;
    margin: auto; }
    .home .news-block .btn-01 a {
      padding: 4% 2%; }

/* 
	TB 959px〜 
*/
@media (max-width: 959px) {
  .home .mv-block .inner {
    bottom: 14%; }
  .home .mv-block .ttl-box .ttl01 {
    font-size: 20px; }
  .home .mv-block .ttl-box .ttl02 {
    margin-top: 10px; }
    .home .mv-block .ttl-box .ttl02 span {
      font-size: 26px; }
  .home .about-block h2 {
    font-size: 28px;
    line-height: 1.2; }
    .home .about-block h2 span {
      font-size: 26px; }
  .home .about-block h3 {
    margin-bottom: 70px;
    font-size: 40px; }
  .home .business-block .ttl-box p {
    font-size: 14px; }
  .home .business-block .detail-box ul li p {
    padding-left: 0;
    font-size: 14px; }
  .home .business-block .detail-box ul li img {
    width: 60px; }
  .home .product-block .ttl-box p {
    font-size: 14px; }
  .home .product-block .item p {
    font-size: 20px; }
  .home .news-block .ttl-box p {
    font-size: 14px; } }
/* 
	SP 640px〜 
*/
@media (max-width: 640px) {
  .home .mv-block {
    max-height: none;
    height: 100vh; }
    .home .mv-block .inner {
      bottom: 20%; }
    .home .mv-block .ttl-box .ttl01 {
      display: block;
      margin: 0 auto;
      padding: 8px 2px;
      font-size: 19px;
      text-align: center; }
    .home .mv-block .ttl-box .ttl02 {
      margin-top: 15px;
      border-bottom: 2px solid #35455b;
      text-align: center; }
      .home .mv-block .ttl-box .ttl02 span {
        margin-bottom: 5px;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.6; }
      .home .mv-block .ttl-box .ttl02 b {
        padding-bottom: 8px;
        border-bottom: 0;
        font-size: 36px;
        letter-spacing: 1px; }
    .home .mv-block ._ttl-box .ttl01 {
      font-size: 26px; }
      .home .mv-block ._ttl-box .ttl01 span {
        padding-left: 8px;
        font-size: 12px; }
        .home .mv-block ._ttl-box .ttl01 span::after {
          width: 4px; }
    .home .mv-block ._ttl-box .ttl02 {
      font-size: 20px; }
      .home .mv-block ._ttl-box .ttl02 span {
        font-size: 14px; }
  .home .about-block h2 {
    font-size: 16px;
    line-height: 1.2; }
    .home .about-block h2 span {
      font-size: 15px; }
  .home .about-block h3 {
    margin-bottom: 50px;
    font-size: 23px; }
  .home .about-block .txt-box .img {
    width: 60%; }
  .home .about-block .txt-box .txt {
    padding-top: 5%;
    padding-left: 7%;
    width: 95%; }
  .home .business-block {
    padding-bottom: 24%; }
    .home .business-block .ttl-box {
      margin: 12% 0; }
    .home .business-block .detail-box {
      flex-direction: column-reverse; }
      .home .business-block .detail-box .detail {
        width: 100%; }
      .home .business-block .detail-box .img-box {
        width: 100%; }
        .home .business-block .detail-box .img-box .img {
          height: 300px; }
  .home .product-block {
    margin-bottom: 24%; }
  .home .news-block {
    margin-bottom: 24%; }
    .home .news-block ul {
      margin-bottom: 40px; }
    .home .news-block li a {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 6% 0 5%; }
    .home .news-block .date {
      width: 26%;
      margin-bottom: 8px;
      font-size: 14px;
      text-align: left; }
    .home .news-block .icon {
      width: 40%;
      margin-bottom: 8px; }
      .home .news-block .icon span {
        padding: 2% 10%; }
    .home .news-block .news-ttl {
      width: 100%; }
    .home .news-block .btn-01 {
      width: 100%; } }
