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

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  font-weight: 400;
  color: #333333;
  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;
}

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: 1px solid #bbbbbb;
  font-size: 18px;
  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: 15px !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;
}

.hr {
  border-bottom: 1px solid #ccc;
}

h2.mail {
  display: none;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

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

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#header_inner_wrap #header_inner {
  max-width: 1200px;
  margin: auto;
  padding: 25px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #header_inner_wrap #header_inner {
    padding: 25px 20px 20px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner #siteID {
    width: 32%;
  }
}

#header_right {
  max-width: 470px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #header_right {
    max-width: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header_right .h_btn {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header_right .h_btn a:first-child {
  color: #161616;
  background: #e4af01;
  font-weight: bold;
  font-family: "Open Sans", "notoSans", sans-serif;
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header_right .h_btn a:first-child:hover {
  background: #ffc403;
}

@media screen and (max-width: 834px) {
  #header_right .h_btn a:first-child {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 480px) {
  #header_right .h_btn a:first-child {
    padding: 15px;
  }
}

#header_right .h_btn a:nth-child(n + 2) {
  font-size: 24px;
  display: inline-block;
  margin-left: 0.3em;
}

#nav_global {
  width: 100%;
  margin-top: 18px;
  position: relative;
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
    margin-top: 0;
  }
}

#nav_global .nav-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #767676;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  #nav_global .nav-bar {
    display: none;
  }
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul > li {
  font-family: "Open Sans", "notoSans", sans-serif;
  font-weight: bold;
  color: #161616;
  line-height: 1;
  position: relative;
  padding: 0 0 5px;
  cursor: pointer;
}

#nav_global > ul > li a {
  color: #161616;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul > li a:hover {
  color: #767676;
}

#nav_global > ul > li ul {
  position: absolute;
  background: rgba(22, 22, 22, 0.85);
  width: 300%;
  top: 100%;
  left: -100%;
  padding: 10px 0;
}

#nav_global > ul > li ul li a {
  color: #fff;
  padding: 8px 0;
  display: block;
}

#mainArea {
  width: 100% !important;
  padding: 0 60px;
}

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

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

#mainArea img {
  width: 100% !important;
}

#subArea {
  height: 320px;
  background: url(../images/home/sub.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 834px) {
  #subArea {
    height: 280px;
  }
}

@media screen and (max-width: 640px) {
  #subArea {
    height: 240px;
  }
}

@media screen and (max-width: 480px) {
  #subArea {
    height: 200px;
  }
}

#subArea h1 {
  font-family: "Open Sans", "notoSans", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: calc(2rem + ((1vw - 12.4px) * 50));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1200px) {
  #subArea h1 {
    left: 20px;
    font-size: calc(3.2rem + ((1vw - 3.75px) * 1.2121));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #161616;
    margin-left: 10px;
    position: relative;
    z-index: 300;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.spBtn {
  display: none;
}

@media screen and (max-width: 834px) {
  .spBtn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    z-index: 500;
  }
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

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

.nav_wrap > ul > li {
  color: #161616;
  font-family: "Open Sans", "notoSans", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  position: relative;
}

@media screen and (max-width: 834px) {
  .nav_wrap > ul > li {
    padding: 16px 0;
    font-size: 2rem;
  }
}

.nav_wrap > ul > li ul {
  padding: 10px 0;
  background: #eee;
}

.nav_wrap > ul > li ul li a {
  font-size: 1.6rem;
  padding: 8px 0;
}

.nav_wrap > ul > li a {
  color: #161616;
  font-family: "Open Sans", "notoSans", sans-serif;
  font-weight: bold;
  display: block;
}

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

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

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

.sp_menu div:nth-of-type(1) {
  top: 0;
}

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

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off 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);
  }
}

.sp_menu.off 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);
  }
}

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

.sp_menu.on 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);
  }
}

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

.sp_menu.on 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);
  }
}

#footer {
  background: #111;
}

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

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

@media screen and (max-width: 834px) {
  #footer_inner {
    -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;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner {
    padding: 50px 10px 35px;
  }
}

.flogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flogo p {
  text-align: left;
  margin-left: 30px;
}

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

.subnav {
  text-align: left;
}

@media screen and (max-width: 834px) {
  .subnav {
    margin-top: 30px;
  }
}

.subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100px;
  width: 425px;
}

@media screen and (max-width: 1000px) {
  .subnav ul {
    width: 395px;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    width: auto;
  }
}

.subnav ul li:nth-child(n + 5) {
  margin-left: 60px;
}

@media screen and (max-width: 1000px) {
  .subnav ul li:nth-child(n + 5) {
    margin-left: 45px;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul li:nth-child(n + 5) {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

.subnav ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subnav ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #333;
    display: block;
    text-align: center;
    padding: 6px 0;
  }
}

#footer_tel {
  display: none;
}

@media screen and (max-width: 640px) {
  #footer_tel {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: #161616;
    color: #fff;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer_tel.hide {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #footer_tel .call {
    width: 100%;
  }
  #footer_tel i {
    margin-right: 5px;
    font-size: 2rem;
  }
  #footer_tel a {
    color: #fff;
    font-family: "Open Sans", "notoSans", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 10px 0;
    display: block;
  }
}

.f_copy {
  padding-bottom: 10px;
}

.f_copy a {
  color: #fff;
}

.lazyload {
  opacity: 0;
  -webkit-transition: 1s linear 0.5s;
  transition: 1s linear 0.5s;
}

.lazyload.fade_in {
  opacity: 1;
}

.top_page #contents_wrap {
  padding: 80px 0 0;
}

@media screen and (max-width: 1200px) {
  .top_page #contents_wrap {
    padding: 80px 20px 0;
  }
}

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

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

#contents_wrap {
  padding: 80px 0;
}

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

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

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

.title_btn article {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .title_btn article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.title_btn article .btn {
  display: block;
  min-width: 240px;
}

@media screen and (max-width: 640px) {
  .title_btn article .btn {
    min-width: auto;
    width: 100%;
    margin-top: 15px;
  }
}

.title_btn article .btn a {
  max-width: 100%;
}

.title01 h1 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
}

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

@media screen and (max-width: 375px) {
  .title01 h1 {
    font-size: 1.9rem;
  }
}

.title01 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

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

@media screen and (max-width: 375px) {
  .title01 h2 {
    font-size: 1.9rem;
  }
}

.title02 h2 {
  font-family: "Open Sans", "notoSans", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
}

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

.title02 h2 span {
  font-size: 1.4rem;
  color: #464646;
  display: block;
}

.btn a {
  font-size: 1.6rem;
  color: #fff;
  background: #111;
  display: block;
  text-align: center;
  padding: 8px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  background: #666;
}

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

@media screen and (max-width: 640px) {
  .btn.btn01 a {
    max-width: 100%;
  }
}

.btn.center a {
  margin: auto;
}

.shop_btn {
  margin-top: 15px;
}

.shop_btn a {
  font-family: "Open Sans", "notoSans", sans-serif;
  color: #161616;
  font-weight: bold;
  background: #e4af01;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 10px 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop_btn a:hover {
  background: #ffc403;
}

@media screen and (max-width: 768px) {
  .shop_btn a {
    display: block;
  }
}

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

.flex01 .leftArea {
  width: 40%;
}

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

.flex01 .rightArea {
  width: 56%;
}

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

.flex01.rebirth {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex01 .container {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex01 .container .box {
  width: 49%;
}

.item_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item_list::before {
  content: "";
  width: 23.75%;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.item_list::after {
  content: "";
  width: 23.75%;
  display: block;
}

.item_list .box {
  width: 23.75%;
  overflow: visible !important;
  padding: 15px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.item_list .box:nth-child(n + 5) {
  margin-top: 4%;
}

@media screen and (max-width: 768px) {
  .item_list .box {
    width: 48%;
  }
  .item_list .box:nth-child(n + 3) {
    margin-top: 6%;
  }
}

.item_list .box img {
  width: 100% !important;
  height: 285px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 1200px) {
  .item_list .box img {
    height: 23vw !important;
  }
}

@media screen and (max-width: 768px) {
  .item_list .box img {
    height: 45.44271vw !important;
  }
}

.item_list .box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
  margin: 10px 0 5px;
}

@media screen and (max-width: 1200px) {
  .item_list .box h3 {
    font-size: calc(1.6rem + ((1vw - 3.75px) * 0.2424));
  }
}

.news_wrap .inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .news_wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news_wrap .inner .leftArea {
  width: 260px;
}

@media screen and (max-width: 640px) {
  .news_wrap .inner .leftArea {
    width: 100%;
  }
}

.news_wrap .inner .rightArea {
  width: 78.33333%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #ccc;
  padding: 10px 0 10px 60px;
}

@media screen and (max-width: 640px) {
  .news_wrap .inner .rightArea {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}

.news_wrap .inner .rightArea .news {
  max-height: 100px;
  overflow-y: auto;
}

@media screen and (max-width: 640px) {
  .news_wrap .inner .rightArea .news {
    max-height: 170px;
  }
}

.news_wrap .inner .rightArea .news dl {
  padding: 10px 0;
}

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

.news_wrap .inner .rightArea .news dl dt {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  width: 85px !important;
  line-height: 1.4;
}

.news_wrap .inner .rightArea .news dl dd {
  border: none !important;
  padding: 0 0 0 30px !important;
  background: none !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

.news_wrap .inner .rightArea .news .blog_list {
  border: none;
}

.news_wrap .inner .rightArea .news .blog_list > div {
  border-bottom: none;
  padding: 9px 0;
  line-height: 1.4;
}

.news_wrap .inner .rightArea .news .blog_list > div:first-child {
  padding-top: 0;
}

.news_wrap .inner .rightArea .news .blog_list > div .blog_photo {
  display: none;
}

.news_wrap .inner .rightArea .news .blog_list > div .blog_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .news_wrap .inner .rightArea .news .blog_list > div .blog_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news_wrap .inner .rightArea .news .blog_list > div .blog_text .blog_date {
  width: 85px !important;
  font-size: 1.4rem;
  color: #333;
}

@media screen and (max-width: 480px) {
  .news_wrap .inner .rightArea .news .blog_list > div .blog_text .blog_date {
    width: 100% !important;
    margin-bottom: 5px;
  }
}

.news_wrap .inner .rightArea .news .blog_list > div .blog_text h3 {
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .news_wrap .inner .rightArea .news .blog_list > div .blog_text h3 {
    padding: 0;
  }
}

.news_wrap .inner .rightArea .news .blog_list > div .blog_text h3 a {
  color: #333;
}

.news_wrap .inner .rightArea .news .blog_list > div .blog_text .detail {
  display: none;
}

.item_pic {
  max-height: 460px;
}

@media screen and (max-width: 834px) {
  .item_pic {
    max-height: 310px;
  }
}

@media screen and (max-width: 640px) {
  .item_pic {
    max-height: 238px;
  }
}

@media screen and (max-width: 480px) {
  .item_pic {
    max-height: 37.5vw;
  }
}

.item_pic .box:nth-child(1) {
  width: 38.33333%;
  margin-right: 2.5%;
}

.item_pic .box:nth-child(1) img {
  width: 100% !important;
  height: 460px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .item_pic .box:nth-child(1) img {
    height: 37.08333vw !important;
  }
}

.item_pic .box:nth-child(2) {
  margin-right: 2.5%;
  margin-bottom: 1.66%;
  width: 18.33333%;
}

.item_pic .box:nth-child(2) img {
  width: 100% !important;
  height: 220px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .item_pic .box:nth-child(2) img {
    height: 17.75vw !important;
  }
}

.item_pic .box:nth-child(3) {
  margin-right: 2.5%;
  width: 18.33333%;
}

.item_pic .box:nth-child(3) img {
  width: 100% !important;
  height: 220px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .item_pic .box:nth-child(3) img {
    height: 17.75vw !important;
  }
}

.item_pic .box:nth-child(4) {
  width: 38.33333%;
}

.item_pic .box:nth-child(4) img {
  width: 100% !important;
  height: 460px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .item_pic .box:nth-child(4) img {
    height: 37.08333vw !important;
  }
}

.top_insta .sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.top_insta .sns_list > div {
  border: none !important;
  width: 15.83333% !important;
}

@media screen and (max-width: 834px) {
  .top_insta .sns_list > div {
    width: 32% !important;
  }
  .top_insta .sns_list > div:nth-child(n + 4) {
    margin-top: 2%;
  }
}

.top_insta .sns_list .sns_text {
  display: none;
}

.top_insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

#pankuzu_wrap {
  background: #f3f3f3;
}

#pankuzu_wrap .pankuzu {
  max-width: 1200px;
  margin: auto;
  font-size: 1.3rem;
  padding: 8px 0;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #pankuzu_wrap .pankuzu {
    display: none;
  }
}

#pankuzu_wrap .pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#pankuzu_wrap .pankuzu ol li {
  color: #161616;
}

#pankuzu_wrap .pankuzu ol li:first-child {
  margin-right: 5px;
}

#pankuzu_wrap .pankuzu ol li:last-child {
  margin-left: 5px;
}

.contact_call .call {
  font-family: "Open Sans", "notoSans", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  color: #161616;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .contact_call .call {
    font-size: 3.2rem;
  }
}

.contact_call .call a {
  font-weight: bold;
  color: #161616;
}

.form dl {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ddd;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #efefef;
  border: 0 !important;
  height: 40px;
}

.form dl dd textarea {
  background: #efefef;
  border: 0 !important;
}

.layout01 dl {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  .layout01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.layout01 dl dt {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-weight: bold;
}

.layout01 dl dd {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

.gmap iframe,
.gmap object,
.gmap embed {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gmap iframe:hover,
.gmap object:hover,
.gmap embed:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.flex02 {
  background: #f3f3ef;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-right: 20px;
  padding-left: 20px;
  padding: 10%;
  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;
}

@media screen and (max-width: 640px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex02 .leftArea {
  width: 56%;
}

@media screen and (max-width: 640px) {
  .flex02 .leftArea {
    width: 100%;
    margin-top: 20px;
  }
}

.flex02 .rightArea {
  width: 38%;
}

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

.flex02 .rightArea .flexbox01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4%;
}

@media screen and (max-width: 640px) {
  .flex02 .rightArea .flexbox01 {
    margin-top: 2%;
  }
}

.flex02 .rightArea .flexbox01 .box {
  width: 48%;
}

.flexbox02 .box {
  width: 100%;
}

.flexbox02 .box:not(:last-child) {
  margin-bottom: 40px;
}

.flexbox02 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .flexbox02 .box article {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flexbox02 .box img {
  width: 23% !important;
}

@media screen and (max-width: 480px) {
  .flexbox02 .box img {
    width: 90% !important;
  }
}

.flexbox02 .box div {
  width: 73%;
}

@media screen and (max-width: 480px) {
  .flexbox02 .box div {
    width: 100%;
    margin-top: 20px;
  }
}

.flexbox02 .box div h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #161616;
  line-height: 1.4;
  margin-bottom: 15px;
}

#blog_detail {
  display: none;
}

.home_00 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-right: 20px;
  padding-left: 20px;
  padding: 0 5%;
}

.home_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding: 100px 0;
}

@media screen and (max-width: 640px) {
  .home_01 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding: 60px 0;
  }
}

.home_01:nth-child(odd) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.home_01 .box:nth-child(1) {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .home_01 .box:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}

.home_01 .box:nth-child(1) img {
  width: 100% !important;
}

.home_01 .box:nth-child(2) {
  width: 36%;
}

@media screen and (max-width: 640px) {
  .home_01 .box:nth-child(2) {
    width: 100%;
  }
}

.home_01 .box:nth-child(2) > div {
  line-height: 2;
}

.home_01 .box:nth-child(2) h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 640px) {
  .home_01 .box:nth-child(2) h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.home_01 .box:nth-child(2) a {
  display: inline-block;
  padding: 0.8em 3em;
  line-height: 1;
  background: #111;
  float: right;
  color: #fff;
}

.home_txt div {
  line-height: 2;
}

.cont_01 h2 {
  font-size: 18px;
  font-weight: bold;
}

.cont_01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-right: 20px;
  padding-left: 20px;
  padding: 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.cont_01:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cont_01 .left {
  width: 33%;
}

@media screen and (max-width: 640px) {
  .cont_01 .left {
    width: 100%;
  }
}

.cont_01 .left h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cont_01 .left .txt {
  line-height: 2;
}

.cont_01 .right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .cont_01 .right {
    width: 100%;
  }
}

.cont_01 .right .imgbox01 {
  width: 100%;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont_01 .right .imgbox01 .box {
  position: relative;
}

.cont_01 .right .imgbox01 .box:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 125%;
}

.cont_01 .right .imgbox01 .box img, .cont_01 .right .imgbox01 .box video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cont_01 .right .imgbox01 .box:nth-child(1) {
  width: 27%;
}

.cont_01 .right .imgbox01 .box:nth-child(2) {
  width: 27%;
}

.cont_01 .right .imgbox01 .box:nth-child(3) {
  width: 44%;
}

.cont_01 .right .imgbox02 {
  width: 100%;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont_01 .right .imgbox02 .box {
  width: 24%;
  position: relative;
}

.cont_01 .right .imgbox02 .box:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 120%;
}

.cont_01 .right .imgbox02 .box img, .cont_01 .right .imgbox02 .box video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  font-family: "object-fit: contain;";
}

.cont_01 .right .imgbox02 .box:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=common_style.css.map */