@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: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
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: 0.7291666667vw;
  line-height: 2.2857142857em;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 1920px) {
  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: #232323;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
}
body.fixed {
  position: fixed;
  width: 100%;
}

@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;
  display: block;
}

a {
  color: #232323;
  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: #232323;
  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;
}

address {
  font-style: normal;
  line-height: inherit;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.mB20 {
  margin-bottom: 1.4285714286rem;
}

.mB30 {
  margin-bottom: 2.1428571429rem;
}

.mB40 {
  margin-bottom: 2.8571428571rem;
}

.mB50 {
  margin-bottom: 3.5714285714rem;
}

.mB60 {
  margin-bottom: 4.2857142857rem;
}

.wrapper_header {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  z-index: 10000;
  display: none;
  /*@media only screen and (max-width: $SETUP_SWITCH_SP_MODE_WIDTH){
  	background: transparent;
  }*/
}
.wrapper_header > .container {
  max-width: 89.2857142857rem;
  margin: 0 auto;
}

.wrapper_footer {
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
}
.wrapper_footer > .container {
  max-width: 89.2857142857rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .wrapper_footer > .container {
    margin: 0 7.03125%;
  }
}

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

#pageloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  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 #6f6f6f;
  border-right-color: #3f4dff;
  -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 {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 0.7142857143rem 0 0.5rem;
  min-height: 2.6428571429rem;
  -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;
  /* PC ヘッダー　*/
  /* spヘッダー　*/
}
@media only screen and (max-width: 736px) {
  header {
    padding-top: 0.9285714286rem;
    padding-bottom: 0;
    min-height: 4.4285714286rem;
  }
}
header .logo {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
header .logo .left_area img {
  width: 16.4285714286rem;
}
header .logo img {
  width: 6.1428571429rem;
}
header .logo .menu {
  width: 68.5714285714rem;
  margin-left: 4.6428571429rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo .menu a {
  display: block;
  text-decoration: none;
}
header .logo .menu 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;
}
header .logo .menu a:hover {
  opacity: 0.6;
}
header .logo .menu a:hover img:not(.notrollover) {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
header .logo .menu a p {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2857142857rem;
}
header .logo .menu a p span {
  display: block;
  font-size: 0.7142857143rem;
  letter-spacing: 0.05em;
}
header .logo .menu .company_menu {
  position: relative;
}
header .logo .menu .company_menu .menu_list {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100%;
  box-shadow: 0 0 3px #ccc;
  background-color: #fff;
}
header .logo .menu .company_menu .menu_list li {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
}
header .logo .menu .company_menu .menu_list li:last-child {
  border-bottom: none;
}
header .logo .menu .company_menu .menu_list li a {
  line-height: 3;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
header .logo .menu .company_menu .menu_list li a:hover {
  color: #fff;
  background-color: #999;
  opacity: 1;
}
header .logo .right_area {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
header .logo .right_area div {
  margin-left: 1.5714285714rem;
  margin-bottom: 0.7142857143rem;
}
header .logo .right_area div:first-child {
  margin-left: 2.8571428571rem;
}
header .logo .right_area div a {
  width: 10.7142857143rem;
  display: block;
  margin: 0 auto;
}
header .logo .right_area div a img {
  width: 100%;
}
header .logo .right_area div p {
  color: #e60012;
  text-align: center;
  font-size: 0.8571428571rem;
  letter-spacing: normal;
  line-height: 1;
}
@media only screen and (max-width: 736px) {
  header {
    /*background: transparent;
    height: 0;*/
  }
  header .logo {
    align-items: baseline;
  }
  header .logo .left_area {
    width: 16.4285714286rem;
  }
  header .logo .sns_area {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }
  header .logo .sns_area a {
    width: 2.1428571429rem;
  }
  header .logo .menu {
    display: none;
  }
  header .logo .right_area {
    align-items: center;
    margin-left: 0;
  }
  header .logo .right_area div {
    margin-left: 4%;
    width: 100%;
  }
  header .logo .right_area div:first-child {
    margin-left: 0;
  }
  header .logo .right_area div a {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  header .logo .right_area div a img {
    width: 100%;
  }
  header .logo .right_area div p {
    display: none;
  }
  header .logo .right_area .open {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    margin-bottom: 0;
    /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  }
  header .logo .right_area .open span {
    display: inline-block;
    transition: all 0.2s; /*アニメーションの設定*/
    position: absolute;
    /*left: 14px;*/
    height: 2px;
    border-radius: 5px;
    background: #7d746f;
    width: 90%;
  }
  header .logo .right_area .open span:nth-of-type(1) {
    top: 0;
  }
  header .logo .right_area .open span:nth-of-type(2) {
    top: 0.8571428571rem;
  }
  header .logo .right_area .open span:nth-of-type(3) {
    top: 1.6428571429rem;
  }
  header .logo .right_area .open span:nth-of-type(3)::after {
    content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 0;
    left: 50%;
    color: #7d746f;
    font-size: 0.8rem;
    text-transform: uppercase;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  header .logo .right_area .open_active span:nth-of-type(1) {
    top: 0.2857142857rem;
    left: 0;
    transform: translateY(0.4285714286rem) rotate(-45deg);
    width: 80%;
  }
  header .logo .right_area .open_active span:nth-of-type(2) {
    opacity: 0;
  }
  header .logo .right_area .open_active span:nth-of-type(3) {
    top: 1.2142857143rem;
    left: 0;
    transform: translateY(-0.4285714286rem) rotate(45deg);
    width: 80%;
  }
  header .logo .right_area .open_active span:nth-of-type(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 0.3571428571rem;
    left: 50%;
  }
  header .close {
    text-align: right;
  }
  header .sp_menu {
    height: 100%;
    position: fixed;
    top: 5.3571428571rem;
    right: -160%;
    width: 60%;
    background-color: #fff;
    z-index: 1000;
    background: transparent;
    transition: all 0.6s;
  }
  header .sp_menu ul {
    list-style: none;
    width: 100%;
    margin: auto;
    background-color: #fff;
  }
  header .sp_menu ul li {
    display: block;
    font-size: 1.2857142857rem;
    border-top: solid 0.1428571429rem #ccc;
  }
  header .sp_menu ul li a {
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  header .sp_menu ul li a:active, header .sp_menu ul li a:hover {
    color: #999;
  }
  header .sp_menu ul li a p {
    text-align: center;
    font-size: 1.0714285714rem;
    line-height: 1.6;
    letter-spacing: 0.2857142857rem;
    color: #7d746f;
  }
  header .sp_menu ul li a p span {
    display: block;
    font-size: 0.7142857143rem;
    letter-spacing: 0rem;
  }
  header .sp_menu ul li a img {
    width: 6.4285714286rem;
  }
  header .sp_menu ul .menu_list {
    list-style: none;
    width: 90%;
    margin: auto auto 1.4285714286rem;
    background-color: #fff;
    padding-bottom: 0;
  }
  header .sp_menu ul .menu_list li {
    display: block;
    line-height: 4;
    font-size: 1.2857142857rem;
    border-top: solid 0.1428571429rem #ccc;
    padding-left: 1.4285714286rem;
  }
  header .sp_menu ul .menu_list li:first-child {
    border-top: none;
  }
  header .sp_menu ul .menu_list li a {
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    display: block;
  }
  header .sp_menu ul .menu_list li a:active, header .sp_menu ul .menu_list li a:hover {
    color: #999;
  }
  header .active {
    background-color: #ffffff;
    right: 0;
  }
  header .container {
    width: 96%;
  }
  header .hum {
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    background: #fff;
    z-index: 3;
    overflow-x: scroll;
  }
}
header .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}
header .overlay.op {
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 103;
  margin-top: 5.3571428571rem;
}
header .rightarea {
  float: right;
}
header .rightarea .nav {
  display: inline-block;
}
header .rightarea .nav ul {
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  font-size: 1rem;
  line-height: 1.7142857143rem;
  letter-spacing: -0.5em;
}
header .rightarea .nav ul li {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1rem;
  letter-spacing: 0.1em;
}
header .rightarea .nav ul li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5em;
}
header .rightarea .nav ul li a {
  text-decoration: none;
  -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.mini {
  font-size: 0.7142857143rem;
  margin-right: 3.9285714286rem;
}
header .rightarea .sidenavtoggle {
  display: inline-block;
  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;
  margin-left: 3.3571428571rem;
  margin-right: 0.5714285714rem;
  line-height: 0;
  cursor: pointer;
  margin-bottom: -0.2142857143rem;
}
header .rightarea .sidenavtoggle img {
  width: 2.1428571429rem;
}
header .rightarea .sidenavtoggle:active, header .rightarea .sidenavtoggle:hover {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
header .sidenav {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}
header .sidenav .bg {
  height: 100%;
  margin-right: 25em;
  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;
  right: -26.4285714286em;
  width: 25em;
  min-height: 100%;
  box-sizing: border-box;
  padding: 1.7857142857rem 0;
  background-color: rgba(255, 255, 255, 0.95);
  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 .close {
  text-align: right;
  line-height: 0;
  margin-right: 4.0714285714rem;
  position: relative;
  z-index: 1;
}
header .sidenav .container .close img {
  display: block;
  width: 2.1428571429rem;
  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 .close img:active, header .sidenav .container .close img:hover {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
header .sidenav .container .base {
  display: none;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding-top: 4em;
  padding-bottom: 4em;
}
header .sidenav .container ul.menu {
  list-style: none;
  width: 13.1428571429em;
  margin: auto;
  margin-top: 3em;
  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: #231815;
  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.5714285714em;
  border: 0.1428571429em solid rgba(35, 24, 21, 0);
  border-radius: 0.6428571429em;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
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;
}

/*** 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: 23.9285714286rem;
  height: 100vh;
  text-align: center;
  font-size: 1.0714285714rem;
  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 .inner img,
.pageside .rightarea .inner img {
  width: 1.4285714286rem;
}
.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;
  color: #7d746f;
}
.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;
  padding-top: 4.6428571429rem;
}
footer .sp_sns {
  display: none;
}
footer .copyright {
  font-size: 1.0714285714rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.9285714286rem 0;
  color: #7d746f;
}
footer .copyright img {
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  footer {
    padding-top: 1.7142857143rem;
  }
  footer .sp_sns {
    padding-top: 1.7142857143rem;
    text-align: center;
    display: block;
    height: 27px;
  }
  footer .sp_sns a {
    display: inline-block;
    width: 8%;
    margin-right: 2.8571428571rem;
  }
  footer .sp_sns a:last-child {
    margin-right: 0rem;
  }
  footer .copyright {
    font-size: 0.5714285714rem;
    padding-top: 1.7857142857rem;
    padding-bottom: 1rem;
  }
}

/* footer改---------  */
#footer {
  width: 100%;
  border-top: solid 2px #dddddd;
}
#footer #pagetop_btn {
  /*display: none;*/
  bottom: 50px;
  right: 20px;
  width: 60px;
  height: 60px;
  right: 20px;
  position: fixed;
  z-index: 999;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #footer #pagetop_btn {
    bottom: 20px;
    right: 1%;
    width: 50px;
    height: 50px;
  }
}
#footer #pagetop_btn img {
  width: 100%;
  height: auto;
  display: block;
}
#footer .foot_menu_box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .foot_menu_box {
    width: 100%;
    flex-direction: column;
    padding: 20px 2% 40px;
  }
}
#footer .foot_menu_box > dl:first-of-type {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  #footer .foot_menu_box > dl:first-of-type {
    width: 100%;
  }
}
#footer .foot_menu_box > dl:last-of-type {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  #footer .foot_menu_box > dl:last-of-type {
    width: 100%;
  }
}
#footer .foot_menu_box > .info_wrap_box {
  width: 25%;
  margin: 0 25px;
}
@media only screen and (max-width: 768px) {
  #footer .foot_menu_box > .info_wrap_box {
    width: 100%;
    margin: 0;
  }
}
#footer .foot_menu_box > .info_wrap_box dl {
  width: 100%;
}
#footer .foot_menu_box dl dt {
  font-weight: bold;
  /*font-size: 13px;*/
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#footer .foot_menu_box dl dt a {
  color: #7d746f !important;
  display: block;
  width: auto;
  /*font-size: 13px;*/
  line-height: 1;
  text-decoration: none !important;
}
#footer .foot_menu_box dl dt a:hover {
  color: #ce1225;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #footer .foot_menu_box dl dt a:hover {
    color: inherit;
    text-decoration: none;
  }
}
#footer .foot_menu_box dl dd ul li {
  margin-bottom: 12px;
  margin-left: 2em;
  list-style: square;
}
#footer .foot_menu_box dl dd ul li a {
  color: #7d746f !important;
  display: block;
  width: auto;
  /*font-size: 13px;*/
  line-height: 1;
  text-decoration: none !important;
}
#footer .foot_menu_box dl dd ul li a:hover {
  color: #ce1225;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #footer .foot_menu_box dl dd ul li a:hover {
    color: inherit;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  #footer .foot_menu_box dl dd ul li:last-child {
    margin-bottom: 0;
  }
}
#footer .foot_menu_box .foot_logo_box {
  position: absolute;
  width: 30%;
  right: 0;
  bottom: 0;
}
#footer .foot_menu_box .foot_logo_box .logo {
  width: 200px;
  height: auto;
}
#footer .foot_menu_box .foot_logo_box .logo img {
  width: 100%;
  height: auto;
  display: block;
}

#footerspace {
  padding-top: 39.6428571429rem;
}

.main-contents {
  padding-top: 11.4285714286rem;
  padding-bottom: 10rem;
  width: 89.2857142857rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .main-contents {
    padding-top: 8rem;
    padding-bottom: 5rem;
    width: 100%;
  }
}

.contents_area {
  max-width: 89.2857142857rem;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .contents_area {
    margin: 0 7.03125%;
  }
}

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

h1 {
  text-align: center;
  font-size: 2.5714285714rem;
  margin-bottom: 5.7142857143rem;
}
h1 .jp {
  line-height: 1em;
  letter-spacing: 0.2em;
}
h1 .en {
  line-height: 1em;
  letter-spacing: 0.2em;
  font-size: 0.5em;
  margin-top: 1em;
}
@media only screen and (max-width: 736px) {
  h1 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.2857142857rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-top: 2.1428571429rem;
  margin-bottom: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.1428571429rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  margin-bottom: 0.7142857143rem;
}

.namiborder {
  display: block;
  width: 17.1428571429rem;
  height: 0.1428571429rem;
  margin: 6.8571428571rem auto;
  background-image: linear-gradient(90deg, #00b3f2 10%, #7e5cbd 30%, #f40080 50%, #ff6043 70%, #f9c900 90%);
  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;
  letter-spacing: 0.3em;
}
.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.8em;
  line-height: 1.4285714286em;
}
@media only screen and (max-width: 736px) {
  .boxlayout.size1 {
    width: 50% !important;
  }
  .boxlayout.size2, .boxlayout.size3 {
    width: 100% !important;
  }
}

.masonry .masonry-base {
  margin: auto;
}

.imgbox {
  border-radius: 1.8928571429rem;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0.2142857143rem 0.2142857143rem 0.7142857143rem rgba(0, 0, 0, 0.25);
}
.imgbox img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .imgbox {
    border-radius: 0.8rem;
  }
}

.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-family: "Lato", sans-serif;
  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-family: "Lato", sans-serif;
  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_base {
  text-align: center;
  margin-top: 3.5714285714rem;
}

.button {
  display: inline-block;
  position: relative;
  font-size: 1.2857142857em;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-decoration: none;
  box-sizing: border-box;
  padding: 1.1428571429rem;
  width: 21.4285714286rem;
  background: #3f4dff;
  color: #fff;
  border-radius: 0.3571428571rem;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.button:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  color: #fff;
}

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

/* topに戻るボタン　*/
#js-pagetop {
  position: fixed;
  width: 4.2857142857rem;
  height: 4.2857142857rem;
  border-radius: 50%;
  background: #6c6c6c;
  bottom: 3%;
  right: 18%;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (max-width: 736px) {
  #js-pagetop {
    /*right: 4%;*/
    display: none !important;
    opacity: 0 !important;
  }
}