@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerif/NotoSerifR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerif/NotoSerifM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerif/NotoSerifB.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

html {
  font-size: 62.5%;
}

#bg_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

#bg_wrap img {
  width: 100vw !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.toppage {
  background: url(../images/contents/bg01.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  position: relative;
  background-position: left top;
}

body {
  line-height: 2;
  font-weight: 400;
  color: #fff;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  word-wrap: break-word;
  background: #000;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 12px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
  position: relative;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #161616;
  z-index: 500;
}

#logo {
  padding: 20px 0 0 60px;
  width: 240px;
}

@media screen and (max-width: 834px) {
  #logo {
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  #logo {
    width: 160px;
    padding: 15px 0 0 20px;
  }
}

#mainArea {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #mainArea {
    height: 58.75vw;
  }
}

@media screen and (max-width: 480px) {
  #mainArea {
    height: 61.45833vw;
  }
}

@media screen and (max-width: 375px) {
  #mainArea {
    height: 64.53333vw;
  }
}

#mainArea #maininner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  #mainArea #maininner {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 800px) {
  #mainArea #maininner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea #maininner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea #maininner #siteID {
    width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  #mainArea #maininner #siteID img {
    max-width: 240px;
  }
}

@media screen and (max-width: 480px) {
  #mainArea #maininner #siteID img {
    max-width: 120px;
  }
}

@media screen and (max-width: 320px) {
  #mainArea #maininner #siteID img {
    max-width: 80px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea #maininner h1 {
    display: none;
  }
}

#mainArea #maininner p,
#mainArea #maininner div {
  color: #fff;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  #mainArea #maininner p,
  #mainArea #maininner div {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea #maininner p,
  #mainArea #maininner div {
    display: none;
  }
}

#mainArea .scroll_btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  text-decoration: none;
  padding-top: 60px;
  z-index: 2;
  color: #fff;
}

@media screen and (max-width: 834px) {
  #mainArea .scroll_btn {
    display: none;
  }
}

#mainArea .scroll_btn span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mainArea .scroll_btn span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#nav_global {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  background: #161616;
}

#nav_global.slideIn {
  -webkit-animation: slideIn 1.2s ease-in-out;
          animation: slideIn 1.2s ease-in-out;
  width: 100%;
}

#nav_global.slideOut {
  -webkit-animation: slideOut 1.2s ease-in-out;
          animation: slideOut 1.2s ease-in-out;
}

@-webkit-keyframes slideIn {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes slideOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes slideOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}

#nav_sp {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 210;
}

.nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .nav_wrap {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.nav_wrap ul {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul {
    width: 100%;
  }
}

.nav_wrap ul li a {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_wrap ul li a:hover {
  color: #767676;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

#navbtn {
  position: fixed;
  z-index: 400;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  #navbtn {
    left: 40px;
  }
}

@media screen and (max-width: 834px) {
  #navbtn {
    top: 20px;
    left: inherit;
    right: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#navbtn .ham_menu {
  width: 24px;
  height: 18px;
  display: block;
  position: relative;
  color: #fff;
}

#navbtn .ham_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

#navbtn .ham_menu div:nth-of-type(1) {
  top: 0;
}

#navbtn .ham_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

#navbtn .ham_menu div:nth-of-type(3) {
  bottom: 0;
}

#navbtn .ham_text {
  color: #fff;
  font-size: 1.8rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-top: 15px;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  #navbtn .ham_text {
    display: none;
  }
}

#navbtn.off .ham_menu div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

#navbtn.off .ham_menu div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

#navbtn.off .ham_menu div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

#navbtn.on .ham_menu div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

#navbtn.on .ham_menu div:nth-of-type(2) {
  opacity: 0;
}

#navbtn.on .ham_menu div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#bgArea {
  width: 100%;
  width: calc(100vw + 100px) !important;
  margin-left: -50px;
  height: 100%;
  z-index: 1;
  background: url(../images/home/bg_main.jpg);
}

.slideFade {
  -webkit-animation: slidefade 24s ease;
          animation: slidefade 24s ease;
}

@-webkit-keyframes slidefade {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

@keyframes slidefade {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

#footer_inner {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  line-height: 1.7;
  padding: 160px 0;
}

@media screen and (max-width: 1200px) {
  #footer_inner {
    padding: 160px 20px;
  }
}

@media screen and (max-width: 834px) {
  #footer_inner {
    display: block;
    padding: 100px 20px;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner {
    display: block;
    padding: 60px 10px 80px;
  }
}

#footer_tel {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 300;
  display: none;
}

@media screen and (max-width: 640px) {
  #footer_tel {
    display: block;
  }
}

#footer_tel .call {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  border: 1px solid #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer_tel .call i {
  font-size: 1.8rem;
}

.flogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.flogo img {
  width: 200px;
}

.flogo p {
  margin: 5px 0 0 30px;
}

.flogo p a {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .flogo p {
    margin-left: 20px;
  }
}

.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 640px) {
  .footer_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}

.footer_right .pagetop {
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: relative;
  padding-top: 50px;
}

.footer_right .pagetop:hover::before {
  top: -10px;
}

.footer_right .pagetop::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 4px;
  height: 45px;
  background: #fff;
  display: block;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
}

.f_copy {
  margin-top: auto;
}

.f_copy a {
  color: #fff;
}

#body_inner {
  background: url(../images/contents/bg01.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  #body_inner {
    background-image: url(img2bg02.jpg) center top no-repeat;
  }
}

#contents_wrap {
  padding: 60px 0 0;
}

@media screen and (max-width: 1400px) {
  #contents_wrap {
    padding: 60px 20px 0 100px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 60px 20px 100px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 60px 10px 0;
  }
}

.toppage #contents_wrap {
  padding: 160px 0 0;
}

@media screen and (max-width: 1400px) {
  .toppage #contents_wrap {
    padding: 160px 20px 0 100px;
  }
}

@media screen and (max-width: 834px) {
  .toppage #contents_wrap {
    padding: 80px 20px 100px;
  }
}

@media screen and (max-width: 640px) {
  .toppage #contents_wrap {
    padding: 60px 10px 0;
  }
}

.title01 h1 {
  font-size: 3.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title01 h1 {
    font-size: calc(2.6rem + ((1vw - 0.375rem) * 1.2121));
  }
}

.title01 h2 {
  font-size: 2.6rem;
}

@media screen and (max-width: 1200px) {
  .title01 h2 {
    font-size: calc(2.2rem + ((1vw - 0.375rem) * 0.4848));
  }
}

.news {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
}

@media screen and (max-width: 480px) {
  .news {
    padding: 30px;
  }
}

.news .news_inner {
  max-height: 425px;
  overflow-y: auto;
}

@media screen and (max-width: 834px) {
  .news .news_inner::-webkit-scrollbar {
    background: #ccc;
    width: 5px;
  }
  .news .news_inner::-webkit-scrollbar-thumb {
    background: #932e44;
    height: 50px;
  }
}

@media screen and (max-width: 640px) {
  .news .news_inner {
    max-height: 350px;
  }
}

.news dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #767676;
  padding: 25px 0;
}

.news dl:first-child {
  padding-top: 0;
}

.news dl dt {
  background: none !important;
  padding: 0 0 10px !important;
  border: none !important;
  width: 100% !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.news dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
}

.pankuzu {
  font-size: 1.3rem;
  text-align: right;
}

.btn a {
  color: #ccc;
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  padding: 12px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  z-index: 2;
}

.btn a::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  color: #fff;
}

.btn a:hover::before {
  left: 0;
}

.btn.btn01 a {
  max-width: 280px;
}

.contact_form {
  background: rgba(255, 255, 255, 0.2);
  padding: 30px;
  border: 1px solid #aaa;
}

@media screen and (max-width: 640px) {
  .contact_form {
    padding: 20px;
  }
}

.contact_form dl {
  border-bottom: 1px solid #aaa;
  padding: 5px 0;
}

.contact_form dl:last-child {
  border-bottom: none;
}

.contact_form dl dt {
  background: none !important;
  border: none !important;
}

.contact_form dl dd {
  background: none !important;
  border: none !important;
}

.contact_form dl dd input,
.contact_form dl dd select,
.contact_form dl dd textarea {
  background: #eee !important;
}

section form h2.mail.title {
  display: none;
}

.layout01 dl dt {
  background: none !important;
  border: none !important;
  padding: 5px 0 !important;
  width: 110px !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 375px) {
  .layout01 dl dt {
    width: 90px !important;
  }
}

.layout01 dl dd {
  background: none !important;
  border: none !important;
  padding: 5px 0 !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex01 .leftArea {
  width: 36%;
}

@media screen and (max-width: 834px) {
  .flex01 .leftArea {
    width: 100%;
  }
}

.flex01 .rightArea {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .flex01 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex02 .leftArea {
  width: 46%;
}

@media screen and (max-width: 834px) {
  .flex02 .leftArea {
    width: 100%;
  }
}

.flex02 .rightArea {
  width: 46%;
}

@media screen and (max-width: 834px) {
  .flex02 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

.menu_list table {
  table-layout: auto;
}

.menu_list td {
  padding: 5px !important;
}

.menu_list td div {
  line-height: 1.6;
}

.menu_list td:first-child {
  width: 70% !important;
}

.menu_list td:last-child {
  width: 30% !important;
}

section div.form_wrap.message {
  background: none;
}

/* バイリンガルボタン */
div.translate {
  color: #fff;
  line-height: 1.4;
}

span.translate + span {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: normal;
  line-height: 1.4;
}

#builingual {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999999;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media screen and (max-width: 640px) {
  #builingual {
    left: 15px;
    right: inherit;
  }
}

@media screen and (max-width: 375px) {
  #builingual {
    bottom: 10px;
    left: 10px;
    font-size: 1.2rem;
  }
}

.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}

@media screen and (max-width: 480px) {
  .language {
    font-size: 1.2rem;
  }
}

.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}

.switch input[type="checkbox"] {
  display: none;
}

.switch label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0 10px 0;
  background: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
          box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}

@media screen and (max-width: 834px) {
  div#builingual div.language select {
    padding: 4px 2px;
  }
}

/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #ddd;
}

.switch #cmn-toggle-1:checked + label {
  background-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}
/*# sourceMappingURL=common_style.css.map */