@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@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: 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.6rem;
  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: 1000px;
}

.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: 1000px) {
  .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: 1000px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

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

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

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

.policy h2 {
  border-bottom: 2px 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: 1000px) {
  #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: 1000px;
  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;
  width: auto;
  padding: 0 20px;
}

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

.annot {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp_left div {
    text-align: left !important;
  }
  .sp_left div br {
    display: none;
  }
}

.pankuzu {
  font-size: 1.3rem;
}

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

h2.mail {
  display: none;
}

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

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #000;
  padding: 20px;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

#header_inner_wrap #siteID {
  margin-right: auto;
  line-height: 1;
}

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

#nav_global {
  max-width: 575px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1600px) {
  #nav_global {
    max-width: 475px;
  }
}

@media screen and (max-width: 1200px) {
  #nav_global {
    max-width: 100%;
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 15px;
  }
}

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

@media screen and (max-width: 1200px) {
  #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: 1200px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li:last-child {
  display: none;
}

#nav_global > ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1600px) {
  #nav_global > ul li a {
    font-size: 1.4rem;
  }
}

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

.h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}

@media screen and (max-width: 1600px) {
  .h_contact {
    margin-left: 30px;
  }
}

.h_contact .call {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .h_contact .call {
    width: 50px;
    height: 50px;
    background: #f6641d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .h_contact .call {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 834px) {
  .h_contact .call span {
    display: none;
  }
}

.h_contact .call a {
  color: #fff;
}

@media screen and (max-width: 834px) {
  .h_contact .call a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .h_contact .call a {
    width: 45px;
    height: 45px;
  }
}

.h_contact .call i {
  font-size: 2.4rem;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 834px) {
  .h_contact .call i {
    margin-right: 0;
    top: 0;
  }
}

.h_contact .h_btn {
  margin-left: 20px;
}

@media screen and (max-width: 834px) {
  .h_contact .h_btn {
    margin-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .h_contact .h_btn {
    display: none;
  }
}

.h_contact .h_btn a {
  background: #f6641d;
  color: #fff;
  display: block;
  padding: 9px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1400px) {
  .h_contact .h_btn a {
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    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;
  }
}

@media screen and (max-width: 640px) {
  .h_contact .h_btn a {
    width: 45px;
    height: 45px;
  }
}

.h_contact .h_btn a:hover {
  background: #fa9005;
}

@media screen and (max-width: 1400px) {
  .h_contact .h_btn a span {
    display: none;
  }
}

.h_contact .h_btn a i {
  margin-right: 8px;
}

@media screen and (max-width: 1400px) {
  .h_contact .h_btn a i {
    margin-right: 0;
  }
}

#mainArea {
  width: 100% !important;
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

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

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

#subArea h1 {
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

#sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  #sp {
    display: block;
    width: 50px;
    height: 50px;
    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;
    background: #262626;
    position: relative;
    z-index: 300;
  }
}

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

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: url(../images/contents/bg_dot.jpg) center top;
  z-index: 210;
}

.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 {
  opacity: 0;
  padding: 16px 0;
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 0;
  }
}

.nav_wrap ul li a {
  color: #fff;
  display: block;
}

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

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

@media screen and (max-width: 1200px) {
  .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: #000;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer #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;
  padding: 40px 0;
}

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

@media screen and (max-width: 768px) {
  #footer #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

#footer #footer_inner .flogo {
  text-align: left;
}

@media screen and (max-width: 768px) {
  #footer #footer_inner .flogo {
    text-align: center;
  }
}

#footer #footer_inner .flogo p {
  margin-top: 25px;
}

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

@media screen and (max-width: 768px) {
  .subnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .subnav ul {
    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;
  }
}

.subnav ul:last-child {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .subnav ul:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .subnav ul li {
    width: 49%;
    margin-bottom: 2%;
  }
}

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

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

.subnav ul li a:hover {
  color: #f6641d !important;
}

.subnav ul li a::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .subnav ul li a::before {
    display: none;
  }
}

.f_copy {
  padding: 10px 0;
}

#contents_wrap {
  padding: 60px 0 0;
}

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

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

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

.top_page #contents_wrap {
  padding: 0;
}

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

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

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

.title01 h2 {
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
}

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

.title01 h2::after {
  content: "";
  width: 60px;
  height: 2px;
  border-bottom: 2px solid #f6641d;
  display: block;
  margin: auto;
  margin-top: 15px;
}

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

@media screen and (max-width: 1400px) {
  .title01.ja h2 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * 0.5854));
  }
}

.title01.left h2::after {
  margin: 15px 0 0;
}

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

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

.title02 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

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

.bg_dot {
  background: url(../images/contents/bg_dot.jpg) center top;
}

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

.news dl {
  border-bottom: 1px dashed #fff;
  padding: 20px 0;
}

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

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

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

@media screen and (max-width: 640px) {
  .news dl dt {
    width: 100% !important;
  }
}

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

@media screen and (max-width: 640px) {
  .news dl dd {
    width: 100% !important;
    padding: 0 !important;
  }
}

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

.bg01 .inner {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid #393939;
  padding: 40px 60px 45px;
}

.bg01 h2 {
  font-size: 3rem;
}

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

.bg01 .contact_wrap {
  max-width: 680px;
  width: 100%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .bg01 .contact_wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.bg01 .contact_wrap .box {
  width: 45.45455%;
}

@media screen and (max-width: 768px) {
  .bg01 .contact_wrap .box {
    width: 100%;
  }
}

.bg01 .contact_wrap .box .call {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .bg01 .contact_wrap .box .call {
    text-align: center;
  }
}

.bg01 .contact_wrap .box .call p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .bg01 .contact_wrap .box .call {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}

.bg01 .contact_wrap .box .call i {
  font-size: 3.2rem;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 640px) {
  .bg01 .contact_wrap .box .call i {
    font-size: 2.4rem;
  }
}

.bg01 .contact_wrap .box .call a {
  color: #fff;
  display: block;
}

.bg01 .contact_wrap .box .c_btn {
  background: #f6641d;
  display: block;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bg01 .contact_wrap .box .c_btn:hover {
  background: #fa9005;
}

@media screen and (max-width: 640px) {
  .bg01 .contact_wrap .box .c_btn {
    font-size: 1.8rem;
  }
}

.bg01 .contact_wrap .box .c_btn i {
  margin-right: 8px;
}

.flex01 {
  max-width: 1400px;
  margin: auto;
  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;
}

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

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

@media screen and (max-width: 1400px) {
  .flex01 {
    padding: 0 20px;
  }
}

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

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

.flex01 .leftArea {
  width: 55.71429%;
}

@media screen and (max-width: 1200px) {
  .flex01 .leftArea img {
    height: 431px !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

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

.flex01 .rightArea {
  width: 40%;
}

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

.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: 48%;
}

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

.flex02 .rightArea {
  width: 48%;
}

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

.btn a {
  color: #fff;
  background: #161616;
  border: 1px solid #242424;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  display: block;
  text-align: center;
  padding: 15px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  color: #f6641d;
}

.btn a::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.3rem;
  line-height: 1;
}

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

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

.btn.center a {
  margin: auto;
}

.bnr_wrap .wrap {
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.bnr_wrap .box {
  position: relative;
}

@media screen and (max-width: 768px) {
  .bnr_wrap .box:not(:first-child) {
    margin-top: 20px;
  }
}

.bnr_wrap .box h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.55);
  margin-bottom: 12px;
}

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

.bnr_wrap .box div {
  width: 97.8%;
  height: 95.8%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bnr_wrap .box div a {
  max-width: 220px;
  width: 100%;
  background: #f6641d;
  color: #fff;
  display: block;
  padding: 7px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bnr_wrap .box div a:hover {
  background: #fa9005;
}

.bnr_wrap .box div a::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.3rem;
  line-height: 1;
}

.contact .call {
  font-size: 2.4rem;
}

.form dl {
  margin-bottom: 10px;
}

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

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

.dl_layout01 dl {
  margin-bottom: 10px;
}

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

.dl_layout01 dl dt {
  border: none !important;
}

@media screen and (max-width: 640px) {
  .dl_layout01 dl dt {
    width: 100% !important;
  }
}

.dl_layout01 dl dd {
  border: none !important;
}

@media screen and (max-width: 640px) {
  .dl_layout01 dl dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .tbl td {
    padding: 10px !important;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .tbl td {
    padding: 5px !important;
    font-size: 1.2rem;
  }
}

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

.gallery01 .box {
  width: 48%;
}

.gallery01 .box div {
  text-align: center;
}

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

.gallery02 .box {
  width: 23.5%;
  margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
  .gallery02 .box {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

.gallery02 .box div {
  text-align: center;
}

.flexbox01.reverse article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.flexbox01 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.flexbox01 article img {
  width: 32% !important;
}

@media screen and (max-width: 640px) {
  .flexbox01 article img {
    width: 100% !important;
  }
}

.flexbox01 article h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
}

.flexbox01 article h3::after {
  content: "";
  width: 60px;
  height: 2px;
  border-bottom: 2px solid #f6641d;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .flexbox01 article h3 {
    font-size: calc(2rem + ((1vw - 3.75px) * 0.4848));
  }
}

.flexbox01 article div {
  width: 64%;
}

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

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

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

.anc_btn .box {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .anc_btn .box {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=common_style.css.map */