@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*** THEME ***/
@font-face {
  font-family: "Noto Sans JP";
  src: url("/common/font/NotoSansJP-Medium.woff2") format("woff2"), url("/common/font/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/common/font/NotoSansJP-SemiBold.woff2") format("woff2"), url("/common/font/NotoSansJP-SemiBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
html {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  font-size: 14px;
  font-size: 1vw;
  line-height: 2.2857142857em;
  letter-spacing: 0.15em;
  touch-action: auto !important;
}
@media only screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 736px) {
  html {
    font-size: 3.125vw;
    line-height: 2.4em;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 736px) and (orientation: landscape) {
  html {
    font-size: 2vmin;
    line-height: 2.4em;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 736px) {
  html {
    overflow-y: scroll;
  }
}

body {
  color: #231815;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
}
body.fixed {
  position: fixed;
  width: 100%;
}

#contents {
  padding-top: 2.8571428571rem;
}
@media only screen and (max-width: 736px) {
  #contents {
    padding-top: 4.3rem;
  }
}

.mB40 {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 737px) {
  ::-webkit-scrollbar {
    width: 0.7142857143rem;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(170, 170, 170, 0.5);
    border-radius: 0.7142857143rem;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 737px) {
  .sp {
    display: none;
  }
}
@media print {
  .sp {
    display: none;
  }
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: block;
}
.clearfix::after {
  clear: both;
}

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

a {
  color: #000000;
  text-decoration: underline;
}
a img:not(.notrollover) {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:hover img:not(.notrollover) {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

pre,
code {
  max-width: 100%;
  white-space: pre-wrap;
}

.wrapper {
  width: 100%;
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper > .container {
  margin: 0;
  padding: 0 1%;
}
@media only screen and (max-width: 736px) {
  .wrapper > .container {
    margin: 0;
    margin-left: 7.03125%;
    margin-right: 7.03125%;
  }
}

#pageloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
  z-index: 500;
}
#pageloading::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  margin-left: -1.4285714286rem;
  margin-top: -1.4285714286rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.2857142857rem solid #ea8892;
  border-right-color: #ce1225;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
==================================================

	ヘッダー

==================================================
*/
header {
  min-height: 2.8571428571rem;
  background: #323232;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}
header > .wrapper > .container {
  display: flex;
  align-items: center;
}
header .logo img {
  display: block;
  width: 14.2857142857rem;
}
header .rightarea {
  margin-left: auto;
}
header .rightarea .nav {
  display: block;
  color: #fff;
}
header .rightarea .nav > ul {
  display: flex;
  vertical-align: bottom;
  list-style: none;
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  letter-spacing: -0.5em;
  font-weight: bold;
}
header .rightarea .nav > ul > li {
  display: block;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-left: 0.1428571429rem solid #fff;
  font-size: 1.0714285714rem;
}
header .rightarea .nav > ul > li:first-child {
  border-left: none;
}
header .rightarea .nav > ul > li a {
  text-decoration: none;
  color: #fff;
  padding: 0 2.3571428571rem;
  display: block;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header .rightarea .nav > ul > li a:hover {
  color: #999;
}
header .rightarea .nav > ul > li a span {
  font-size: 0.7142857143rem;
  margin-right: 0.7142857143rem;
}
header .rightarea .nav > ul .service_menu_list {
  position: relative;
  cursor: pointer;
  padding: 0 2.3571428571rem;
}
header .rightarea .nav > ul .service_menu_list ul {
  list-style: none;
  font-size: 1rem;
}
header .rightarea .nav > ul .service_menu_list ul li {
  position: relative;
  color: #fff;
}
header .rightarea .nav > ul .service_menu_list ul li a {
  padding: 0.5714285714rem 1.4285714286rem;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header .rightarea .nav > ul .service_menu_list ul li a img {
  width: auto;
  height: 2rem;
  vertical-align: top;
}
header .rightarea .nav > ul .service_menu_list:hover .second_menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
header .rightarea .nav > ul .service_menu_list .second_menu {
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  position: absolute;
  top: 100%;
  left: 0;
  width: 14.2857142857rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .rightarea .nav > ul .service_menu_list .second_menu > li {
  position: relative;
}
header .rightarea .nav > ul .service_menu_list .second_menu > li:hover {
  background: rgba(126, 126, 126, 0.4);
}
header .rightarea .nav > ul .service_menu_list .second_menu > li:hover .third_menu_menu {
  visibility: visible;
  opacity: 1;
}
header .rightarea .nav > ul .service_menu_list .second_menu > li:hover .third_menu_menu li {
  position: relative;
}
header .rightarea .nav > ul .service_menu_list .second_menu > li a {
  color: #555;
  font-size: 1.0714285714rem;
}
header .rightarea .nav > ul .service_menu_list .second_menu > li .third_menu_menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .rightarea .nav > ul .service_menu_list .second_menu > li .third_menu_menu li:hover {
  background: rgba(0, 0, 0, 0.6);
}
header .rightarea .nav > ul.mini {
  font-size: 0.7142857143rem;
  margin-right: 3.9285714286rem;
}
header .sidenav {
  display: none;
}
@media only screen and (max-width: 736px) {
  header {
    padding: 0.7142857143rem 0;
  }
  header .logo {
    position: relative;
  }
  header .logo img {
    width: 18rem;
  }
  header .rightarea .nav {
    display: none;
  }
  header .rightarea .sidenavtoggle {
    vertical-align: bottom;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 0;
    cursor: pointer;
  }
  header .rightarea .sidenavtoggle img {
    width: 2.35rem;
  }
  header .sidenav {
    display: block;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: auto;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  header .sidenav .bg {
    height: 100%;
    margin-right: 100vw;
    background-color: rgba(255, 0, 0, 0);
    -webkit-transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
  }
  header .sidenav .container {
    position: absolute;
    top: 0;
    width: 100vw;
    right: 0;
    min-height: 100%;
    box-sizing: border-box;
    background-color: rgb(200, 200, 200);
    box-shadow: 0 0 1.0714285714em rgba(35, 24, 21, 0.25);
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  header .sidenav .container .flex_box {
    display: flex;
    align-items: center;
    padding: 0.7142857143rem 1%;
    margin: 0 7.03125%;
  }
  header .sidenav .container .flex_box .close {
    text-align: right;
    line-height: 0;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-top: 0.1428571429rem;
    margin-right: 0;
  }
  header .sidenav .container .flex_box .close img {
    display: block;
    width: 2.35rem;
    margin-left: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header .sidenav .container .flex_box .close img:active, header .sidenav .container .flex_box .close img:hover {
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  header .sidenav .container .base {
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    border-top: 1px solid #fff;
  }
  header .sidenav .container ul.menu {
    list-style: none;
    width: 98%;
    margin: auto;
    margin-top: 2.1428571429em;
    padding-bottom: 2.1428571429rem;
  }
  header .sidenav .container ul.menu li {
    display: block;
  }
  header .sidenav .container ul.menu li:not(:first-child)::before {
    content: "";
    display: block;
    width: 0.2857142857em;
    height: 0.2857142857em;
    background-color: #fff;
    border-radius: 50%;
    margin: 0.8571428571em auto;
  }
  header .sidenav .container ul.menu li a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 0.3571428571rem;
    text-decoration: none;
    color: #fff;
    font-size: 1.0714285714rem;
  }
  header .sidenav .container ul.menu li a .en {
    display: block;
    font-size: 0.8571428571em;
    line-height: 1em;
    letter-spacing: 0.2em;
    padding-bottom: 0.5em;
  }
  header .sidenav .container ul.menu li a .jp {
    display: block;
    font-size: 1.1428571429em;
    line-height: 1em;
    letter-spacing: 0.1em;
    padding-bottom: 1px;
  }
  header .sidenav .container ul.menu li a:hover {
    border-color: #231815;
  }
  header .sidenav .container ul.menu li .logo_font {
    padding: 0 0.5714285714em;
  }
  header .sidenav .container ul.menu li .logo_font img {
    width: auto;
    height: 2.8571428571rem;
    vertical-align: middle;
  }
}
header.active .sidenavtoggle {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
header.active .sidenav {
  width: 100%;
  right: 0;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
header.active .sidenav .bg {
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.5);
}
header.active .sidenav .container {
  right: 0;
}

/*** menu-trrigger ***/
header .menubtn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 17px;
  margin-bottom: 3px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #898989;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*** menu-trrigger [ active ] ***/
header.active .menu-trigger {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

header.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

header.active .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

header.active .menu-trigger span:nth-of-type(3) {
  opacity: 0;
}

.pageside {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}
.pageside .leftarea,
.pageside .rightarea {
  position: fixed;
  top: 0;
  width: 4.2857142857rem;
  height: 100vh;
  text-align: center;
  font-size: 0.7142857143rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  z-index: 100;
}
.pageside .leftarea .inner,
.pageside .rightarea .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(90deg);
}
.pageside .leftarea {
  left: 0;
}
.pageside .leftarea .breadcrumb li {
  display: inline-block;
}
.pageside .leftarea .breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
}
.pageside .leftarea a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.pageside .leftarea a:hover {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pageside .rightarea {
  right: 0;
}
.pageside .rightarea .inner a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.pageside .rightarea .inner a:not(:first-child) {
  margin-left: 1.7857142857rem;
}
.pageside .rightarea .inner a img {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-90deg);
  margin-right: 0.8571428571rem;
}
.pageside .rightarea .inner a:hover {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pageside .rightarea .inner a:hover img {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 736px) {
  .pageside {
    display: none;
  }
}

/*
==================================================

	フッター

==================================================
*/
footer {
  position: absolute;
  z-index: 90;
  left: 0;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  background: repeating-linear-gradient(-45deg, #c8c8c8, #c8c8c8 8px, #ffffff 3px, #ffffff 10px);
  background-size: 14px 14px;
}
footer .farea01 {
  background-color: #000;
}
footer .farea01 .container {
  padding: 0rem 0 0 0;
}
footer .sp_sns {
  display: none;
}
footer .copyright {
  font-size: 0.7142857143rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.9285714286rem 0;
  color: #231815;
}
@media only screen and (max-width: 736px) {
  footer .farea01 .container {
    padding-top: 0rem;
  }
  footer .sp_sns {
    padding-top: 1.7142857143rem;
    text-align: center;
    display: block;
    height: 27px;
  }
  footer .sp_sns a {
    display: inline-block;
    width: 7%;
    margin-right: 2.8571428571rem;
  }
  footer .sp_sns a:last-child {
    margin-right: 0rem;
  }
}

footer h2 {
  font-size: 2.1428571429rem;
  line-height: 1.4;
  color: #fff;
  background: #323232;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  footer h2 {
    font-size: 1.8rem;
  }
}
footer .contents_area {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 736px) {
  footer .contents_area {
    height: auto;
    margin: 0;
    flex-wrap: wrap-reverse;
  }
}
footer .contents_area .txt_box {
  text-align: left;
  width: 40vw;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .txt_box {
    width: 100%;
    margin: 1rem 2% 0;
  }
}
footer .contents_area .txt_box ul {
  list-style: none;
}
footer .contents_area .txt_box ul li {
  font-size: 1.0714285714rem;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .txt_box ul li {
    margin-bottom: 0.5rem;
  }
}
footer .contents_area .txt_box p {
  font-size: 1.1428571429rem;
}
footer .contents_area .txt_box .more_btn {
  background: #f1f1f1;
  height: 3.5714285714rem;
  width: 35%;
  max-width: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.8571428571rem 0 0 0;
  transition: all 0.4s ease;
  position: relative;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .txt_box .more_btn {
    width: 50%;
    margin: 1rem 0.5rem 0 auto;
  }
}
footer .contents_area .txt_box .more_btn a {
  color: #fff;
  font-size: 0.9285714286rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 3.5714285714rem;
}
footer .contents_area .txt_box .more_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #222;
  transition: all 0.3s ease;
  z-index: -1;
}
footer .contents_area .txt_box .more_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #222;
  transition: all 0.3s ease;
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
footer .contents_area .txt_box .more_btn:hover {
  background: #f1f1f1;
}
footer .contents_area .txt_box .more_btn:hover a {
  color: #555;
}
footer .contents_area .txt_box .more_btn:hover::before {
  bottom: 0;
  height: 0;
}
footer .contents_area .txt_box .more_btn:hover::after {
  width: 100%;
  transition: 1000ms ease all;
}
footer .contents_area .massage_box {
  width: 100%;
}
footer .contents_area .massage_box p {
  margin-bottom: 0.7142857143rem;
  font-size: 1.0714285714rem;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .massage_box p {
    margin: 0 2rem;
  }
}
footer .contents_area .massage_box .contact_flex {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: 100rem;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .massage_box .contact_flex {
    width: 100%;
    display: block;
  }
}
footer .contents_area .massage_box .contact_box,
footer .contents_area .massage_box .contact_bg {
  width: 22.5rem;
  height: 22.5rem;
  box-sizing: border-box;
  margin-left: 2rem;
  border-radius: 0.7142857143rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .massage_box .contact_box,
  footer .contents_area .massage_box .contact_bg {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
footer .contents_area .massage_box .contact_box a,
footer .contents_area .massage_box .contact_bg a {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .contents_area .massage_box .contact_box a .img_form,
footer .contents_area .massage_box .contact_bg a .img_form {
  width: 5.7142857143rem;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .massage_box .contact_box a .img_form,
  footer .contents_area .massage_box .contact_bg a .img_form {
    max-width: 100%;
  }
}
footer .contents_area .massage_box .contact_box a .img_mail,
footer .contents_area .massage_box .contact_bg a .img_mail {
  width: 5rem;
  margin-bottom: 2.1428571429rem;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .massage_box .contact_box a .img_mail,
  footer .contents_area .massage_box .contact_bg a .img_mail {
    max-width: 100%;
    margin-bottom: 0;
  }
}
footer .contents_area .massage_box .contact_box a .img_tel,
footer .contents_area .massage_box .contact_bg a .img_tel {
  width: 3.5714285714rem;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .massage_box .contact_box a .img_tel,
  footer .contents_area .massage_box .contact_bg a .img_tel {
    max-width: 100%;
  }
}
footer .contents_area .massage_box .contact_box a:hover,
footer .contents_area .massage_box .contact_bg a:hover {
  opacity: 0.6;
}
footer .contents_area .massage_box .contact_box .tel_num,
footer .contents_area .massage_box .contact_bg .tel_num {
  font-size: 1.7857142857rem;
  text-align: center;
}
footer .contents_area .massage_box .contact_box .tel_num span,
footer .contents_area .massage_box .contact_bg .tel_num span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.02em;
}
footer .contents_area .massage_box .contact_box .mail,
footer .contents_area .massage_box .contact_bg .mail {
  font-size: 1.7857142857rem;
  text-align: center;
}
footer .contents_area .massage_box .contact_box p,
footer .contents_area .massage_box .contact_bg p {
  font-size: 1.7857142857rem;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .massage_box .contact_box p,
  footer .contents_area .massage_box .contact_bg p {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
footer .contents_area .massage_box .contact_bg a {
  font-size: 1.4285714286rem;
  font-weight: normal;
}
@media only screen and (max-width: 736px) {
  footer .contents_area .massage_box .contact_bg {
    display: flex;
  }
}
footer .contact_area {
  padding: 2.8571428571rem 0;
}
@media only screen and (max-width: 736px) {
  footer .contact_area {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 2%;
    margin-bottom: 0;
    padding: 2rem 2%;
  }
}
footer .container {
  color: #fff;
  padding-top: 3.5714285714rem !important;
}
footer .container .flex_area {
  display: flex;
  margin-top: 2.1428571429rem;
}
footer .container .flex_area .foot_menu_ttl {
  font-size: 1.1428571429rem;
  margin-bottom: 0.7142857143rem;
  color: #bbb;
}
footer .container .flex_area ul {
  list-style: none;
}
footer .container .flex_area ul a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease all;
}
footer .container .flex_area ul a:hover {
  color: #c75772;
}
footer .container .flex_area ul a span {
  font-size: 0.7857142857rem;
}
footer .container .flex_area .foot_menu {
  width: 75%;
  display: flex;
}
footer .container .flex_area .foot_menu .left_menu > ul > li {
  position: relative;
  margin-bottom: 0.7142857143rem;
}
footer .container .flex_area .foot_menu .left_menu > ul > li ul {
  margin-top: 0.3571428571rem;
}
footer .container .flex_area .foot_menu .left_menu > ul > li ul li {
  padding-left: 4.2857142857rem;
  font-size: 0.8571428571rem;
  position: relative;
}
footer .container .flex_area .foot_menu .left_menu > ul > li ul li::before {
  content: "";
  width: 0.5714285714rem;
  height: 2.2857142857rem;
  border: 0px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 2.8571428571rem;
  margin-top: -2.2857142857rem;
}
footer .container .flex_area .foot_menu .left_menu > ul > li ul li:first-child::before {
  height: 1.4285714286rem;
  margin-top: -1.4285714286rem;
}
footer .container .flex_area .foot_menu .right_menu {
  margin-left: 8.5714285714rem;
}
footer .container .flex_area .foot_menu .right_menu > ul {
  list-style: none;
}
footer .container .flex_area .foot_menu .right_menu > ul > li {
  padding-left: 1.0714285714rem;
  position: relative;
}
footer .container .flex_area .foot_menu .right_menu > ul > li::before {
  content: "";
  width: 0.4285714286rem;
  height: 0.4285714286rem;
  background: #fff;
  position: absolute;
  top: 0%;
  left: 0;
  margin-top: 0.9285714286rem;
}
footer .container .flex_area .company_data.flex {
  position: relative;
}
footer .container .flex_area .company_data ul {
  list-style: none;
  color: #ccc;
  margin-bottom: 3.5714285714rem;
}
footer .container .flex_area .company_data .banner_area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28.5714285714rem;
  height: auto;
}
@media only screen and (max-width: 736px) {
  footer .container .flex_area .company_data .banner_area {
    position: static;
    width: 90%;
    margin: 0 auto 1.4285714286rem;
  }
}
footer .container .flex_area .company_data .banner_area a {
  margin-bottom: 0.7142857143rem;
  display: block;
}
footer .container .flex_area .company_data .banner_area img {
  display: block;
}
footer .info {
  /*border-top: solid #333 rem(3);
  border-bottom: solid #333 rem(3);*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.2857142857rem;
  background: #fff;
}
@media only screen and (max-width: 736px) {
  footer .info {
    display: block;
    height: auto;
    text-align: center;
  }
}
footer .info .txt_con {
  position: relative;
}
footer .info .txt_con::before {
  position: absolute;
  top: 0;
  left: 120%;
  content: "";
  box-sizing: border-box;
  width: 2.2857142857rem;
  height: 2.5rem;
  border-top: 0.1428571429rem solid #333;
  border-right: 0.1428571429rem solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  footer .info .txt_con {
    /*border-bottom: solid #333 rem(3);*/
  }
  footer .info .txt_con::before {
    content: none;
  }
}
footer .info .address {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  footer .info .address {
    display: block;
    padding: 2% 0;
  }
}
footer .info .address .footer_logo {
  margin-left: 7.1428571429rem;
}
@media only screen and (max-width: 736px) {
  footer .info .address .footer_logo {
    margin-left: 0;
  }
}
footer .info .address .company {
  margin-left: 2.8571428571rem;
  font-size: 0.8571428571rem;
}
@media only screen and (max-width: 736px) {
  footer .info .address .company {
    text-align: left;
    margin-left: 0;
    display: inline-block;
  }
}

#footerspace {
  padding-top: 47rem;
}

.main-contents {
  padding-top: 9.2857142857rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 736px) {
  .main-contents {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.docbase {
  width: 57.6428571429rem;
  max-width: 100%;
  margin: auto;
}

h1 {
  font-size: 2.5714285714rem;
  margin-bottom: 1.5em;
}
h1 .en {
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 0.2em;
}
h1 .jp {
  font-size: 0.5em;
  line-height: 1em;
  letter-spacing: 0.2em;
  margin-top: 1em;
}
@media only screen and (max-width: 736px) {
  h1 {
    font-size: 2.4rem;
  }
}

h3 {
  text-align: center;
  font-size: 1.2857142857rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
h3.left {
  text-align: center;
}
@media only screen and (max-width: 736px) {
  h3 {
    font-size: 1.5rem;
  }
}

.namiborder {
  display: block;
  width: 17.1428571429rem;
  height: 0.5714285714rem;
  margin: 6.8571428571rem auto;
  background-image: url("../img/border-240.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 736px) {
  .namiborder {
    margin: 4.2rem auto;
  }
}

.boxbase {
  background-color: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  box-shadow: 0.3571428571rem 0.3571428571rem 1.0714285714rem 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.boxbase img {
  display: block;
  width: 100%;
}
.boxbase .base {
  border: 0.2857142857rem solid #fff;
  border-radius: 0.8571428571rem;
  overflow: hidden;
  position: relative;
  font-size: 1rem;
  line-height: 1.4285714286em;
}
.boxbase .base .bg {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}
.boxbase .base .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.boxbase .base .txt {
  position: absolute;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 736px) {
  .boxbase {
    border-radius: 0.5178571429rem;
  }
  .boxbase .base {
    font-size: 1rem;
    line-height: 1.4em;
    letter-spacing: 0.2em;
  }
}

.boxlayout {
  float: left;
  width: 0;
}
.boxlayout .boxinner {
  padding: 0.8571428571rem;
}
.boxlayout .boxinner .boxbase {
  width: 100%;
  position: relative;
  display: block;
}
.boxlayout .boxinner .boxbase:active .base .bg, .boxlayout .boxinner .boxbase:hover .base .bg {
  transform: scale(1.1);
}
.boxlayout .boxinner .boxbase:active .base .overlay, .boxlayout .boxinner .boxbase:hover .base .overlay {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.boxlayout.size2 .boxbase .base .txt {
  font-size: 1.6em;
  line-height: 1.4285714286em;
}
@media only screen and (max-width: 736px) {
  .boxlayout.size1 {
    width: 50% !important;
  }
  .boxlayout.size2, .boxlayout.size3 {
    width: 100% !important;
  }
}

.masonry {
  padding: 0 3.5714285714rem;
}
.masonry .masonry-base {
  margin: auto;
}
@media only screen and (max-width: 736px) {
  .masonry {
    padding: 0 2.25rem;
  }
}

.imgbox {
  padding: 0;
  margin-bottom: 1.4285714286rem;
}
.imgbox img {
  display: block;
  width: 100%;
  border-radius: 1.8928571429rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .imgbox {
    border-radius: 0.8rem;
  }
}

.pcimgbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.pcimgbox .imgbox {
  width: 32%;
  height: auto;
}

.infobox {
  padding-top: 2.8571428571rem;
  position: relative;
  margin-bottom: 2.1428571429rem;
}
.infobox .tag {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 1.7142857143rem;
  min-height: 3rem;
  z-index: -1;
  font-weight: 900;
  font-size: 1.7142857143rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding: 0.5714285714rem 0.8571428571rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.infobox .inner {
  background-color: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  box-shadow: 0.3571428571rem 0.3571428571rem 1.0714285714rem 0 rgba(0, 0, 0, 0.25);
  padding: 2.1428571429rem;
  text-align: center;
}
.infobox .inner .red {
  color: #e60042;
  font-size: 2.5714285714rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 1.4285714286rem;
}
.infobox .inner a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.infobox .inner a:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
@media only screen and (max-width: 736px) {
  .infobox .inner {
    border-radius: 0.8rem;
  }
}

.button {
  display: inline-block;
  position: relative;
  font-size: 1.1428571429em;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0.625em 1.375em;
  border: 1px solid #000;
  border-radius: 0.25em;
  overflow: hidden;
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.375em;
  background-color: #fedf8f;
}
.button:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.button_base {
  text-align: center;
}

.infotable {
  margin-top: 3.5714285714rem;
}
.infotable tbody tr {
  position: relative;
}
.infotable tbody tr th,
.infotable tbody tr td {
  vertical-align: top;
  text-align: left;
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0.2em;
  font-weight: normal;
  padding-top: 0.7142857143rem;
  padding-bottom: 0.7142857143rem;
}
.infotable tbody tr th {
  white-space: nowrap;
  padding-right: 4em;
  width: 1%;
}
.infotable tbody tr.border td {
  height: 0.5714285714rem;
  background-image: url(../img/border-full.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media only screen and (max-width: 736px) {
  .infotable tbody tr th {
    padding-right: 2em;
  }
  .infotable tbody tr.border td {
    background-image: url(../img/border-full_sp.png);
  }
  .infotable.spblock {
    display: block;
  }
  .infotable.spblock tbody {
    display: block;
  }
  .infotable.spblock tbody tr {
    display: block;
  }
  .infotable.spblock tbody tr th,
  .infotable.spblock tbody tr td {
    display: block;
  }
  .infotable.spblock tbody tr th {
    padding-bottom: 0.25em;
  }
  .infotable.spblock tbody tr td {
    padding-top: 0;
  }
}

.breadcrumb_area {
  margin-bottom: 2.8571428571rem;
}
@media only screen and (max-width: 736px) {
  .breadcrumb_area .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
}
.breadcrumb_area .breadcrumb li {
  display: inline-block;
  font-size: 0.7857142857rem;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.breadcrumb_area .breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
}
.breadcrumb_area .breadcrumb li a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.breadcrumb_area .breadcrumb li a:hover {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.logo_font_ttl {
  font-weight: 700 !important;
  font-style: normal !important;
}

.important_info {
  background: #f5f5f5;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 999;
  opacity: 0.9;
}
.important_info .info_open {
  width: 100%;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.1428571429rem;
  padding: 0.7142857143rem 0;
  cursor: pointer;
}
.important_info .info_open .sp_none {
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  .important_info .info_open .sp_none {
    display: none;
  }
}
.important_info .info_area {
  width: 100%;
  text-align: center;
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  display: none;
  box-sizing: border-box;
  padding: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
.important_info .info_area span {
  display: block;
  margin-bottom: 0.7142857143rem;
}

.comingsoon {
  height: 35.7142857143rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8571428571rem;
  background: #eee;
}